/* 
 Theme Name:   GeneratePress_Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*Custom Fonts*/

/* Font Sizes */

/* Font Sizes End */
/* font colors */

/* font colors end */

/*Title Wrap/image*/
.featured-image, .entry-header {
    display: none;
}
.pgp-page-title-wrap {
    background-position: center bottom;
    background-size: cover;
    text-align: center;
    padding: 210px 20px 210px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}
.pgp-page-title {
    color: #fff;
    text-align: center !important;
    font-weight: 500 !important;
    text-shadow: 1px 2px 12px BLACK;
    position: relative;
}
/*Title Wrap/image End*/

/*Custom Fonts End*/
/* Nav */
#masthead {
    position: fixed;
    left: 0;
    top: 73px;
    width: 100%;
    z-index: 999;
    transition: 300ms;
}
#masthead.pgp-sticky {
    top: 34px;
}
.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-weight: 600;
    font-size: 20px;
}
.inside-header {
    padding: 0px;
}
.site-header {
    background-color: #83c4e4 !important;
}
.site-header .header-image {
    width: 180px;
    padding: 10px 20px;
}
.inside-top-bar.grid-container {
    max-width: 100%;
    padding: 10px;
}
.top-bar {
    background-color: #636363;
    color: #ffffff;
    margin-top: 34px;
}
#top-banner {
    color: #333;
    background-color: #ffefd5;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    padding: 5px 20px;
    text-align: center;
}
/* Nav end */
/* Body */
#main {
    margin: auto;
}
.inside-article, .vc_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#page .pgp-row-pad {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#page .pgp-npb {
    padding-bottom: 0 !important;
}
#page .pgp-npt {
    padding-top: 0 !important;
}
.entry-content {
  margin: auto !important;
}
.pgp-img-full {
    margin-bottom: 0 !important;
}
.pgp-img-full figure,.pgp-img-full figure>div,  .pgp-img-full img{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.pgp-btn-default a, .wpcf7-submit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem !important;
    border: unset !important;
    border-radius: 5px !important;
}
.pgp-curves {
    height: 0;
    position: absolute;
}
.pgp-has-path-3 {
    clip-path: url(#pgp-path-3);
}
/* body end */

/* Pages  */
#page  .pgp-btn-default {
    margin-bottom: 0;
    margin-top: 35px;
}
/* Pages End  */
/*Blog loop*/
.pgp-all-post-wrap {
    display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: auto;
}
.pgp-blog-content-wrap {
    width: 27%;
    text-align: center;
    color: #ffffff;
}
.pgp-blog-loop-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 255px;
    margin-bottom: 35px;
}
.pgp-blog-loop-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.pgp-blog-title {
    font-size: 1.8em;
}
.pgp-blog-excerpt {
    font-size: 1.125em;
}
/*Blog Loop End*/
/*Contact Form*/
/*Contact Form End*/
/*Footer*/
.inside-site-info {
    padding: 5px 20px;
}
.footer-widgets-container {
    padding: 20px 40px !important;
}
.site-footer #nav_menu-3 a {
    text-decoration: unset;
}
.site-footer #nav_menu-3 ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-footer #nav_menu-3 ul li, .pgp-fot-soc-links a {
    margin-bottom: 0;
    padding: 0 10px;
	text-decoration: unset;
}
.pgp-fot-soc-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*Footer End*/
/* CF7 Form */
form.wpcf7-form {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 40px;
  border-width: 4px;
}
.wpcf7 form .wpcf7-response-output:hover {
  cursor: pointer;
}
.wpcf7 form .wpcf7-response-output::before {
  content: 'X';
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
}
/* CF7 Form END */
.pgp-hide {
    display: none !important;
}
.pgp-nowrap {
    white-space: nowrap;
}
.pgp-nowrap, footer.site-info a {
    white-space: pre;
}
/*Media queries*/
/* @media screen and (max-width: 1500px) {
    .main-navigation .main-nav ul li a {
    font-size: 20px;
  }
} */
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1320px) {
    
}
@media screen and (max-width: 1100px) {
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
}
@media screen and (max-width: 900px) {
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
.pgp-has-path-2, #Contact:before, #Services:before {
    clip-path: url(#pgp-path-2-m) !important;
}
#Services {
    padding-top: 10px !important;
    clip-path: url(#pgp-hero-curve-t) !important;
}
}
@media screen and (max-width: 767px) {
h1 {
    font-size: 1.8rem;
}
	h2 {
    font-size: 1.4rem;
}
#masthead {
    top: 58px;
}
.site-footer #nav_menu-3 ul {
    align-items: flex-start;
    flex-direction: column;
}
.pgp-fot-soc-links {
    justify-content: flex-start;
    align-items: flex-start;
}
}
@media screen and (max-width: 480px) {
}
/*Media Queries*/