/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                      COLORS*/
/****************************************************************************/

:root {
    --main: #224025;
    --secondary: #bd2854;
    --black: #000000;
    --white: #ffffff;
}

/****************************************************************************/
/*				  								        STICKY BUTTON MOBILE*/
/****************************************************************************/

@media(max-width: 1024px) {
    .sticky-cta-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
        overflow-x: hidden;
    }

    .sticky-cta-mobile .gb-grid-wrapper {
        justify-content: center;
        align-items: center;
    }

    .sticky-cta-mobile .gb-grid-wrapper>div {
        width: calc(50% - 0px);
    }

    .sticky-cta-mobile .gb-grid-wrapper>div .gb-button {
        background-color: var(--main);
        border: 1px solid var(--white);
        display: block;
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    .sticky-cta-mobile .gb-grid-wrapper>div .gb-button:hover {
        background-color: var(--secondary);
    }
}

/****************************************************************************/
/*				  								                     BUTTONS*/
/****************************************************************************/

.gb-button,
a.read-more.button {
    background-color: #bd2854 !important;
    border-radius: 6px !important;
    font-weight: normal !important;
    color: #fff;
    letter-spacing: 0 !important;
}

.gb-button:hover,
a.read-more.button:hover {
    box-shadow: inset 1000px 0 0 rgba(0, 0, 0, 0.15);
}


/****************************************************************************/
/*				  								                        FONTS/
/****************************************************************************/

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova/ProximaNova-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova/ProximaNova-Semibold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova/ProximaNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/****************************************************************************/
/*				  								                       HEROS*/
/****************************************************************************/

.pages-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    flex-direction: column;
}

.pages-hero h2 {
    color: var(--white);
    text-transform: uppercase;
    z-index: 2;
}

.pages-hero .yoast-breadcrumbs a {
    text-decoration: underline;
    color: var(--white);
}

.pages-hero .yoast-breadcrumbs {
    color: var(--white) !important;
    z-index: 2;
}

.pages-hero .yoast-breadcrumbs>span>span:first-child a {
    color: var(--white) !important;
    text-decoration: none;
}


@media(max-width: 768px) {
    .pages-hero {
        margin-top: 60px;
    }
}

@media(max-width: 480px) {
    .pages-hero {
        margin-top: 65px;
        min-height: 166px !important;
        text-align: center;
    }

    .pages-hero h2 {
        font-size: 22px;
    }
}

/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 0px 7px -3px rgb(0 0 0 / 50%);
}

.site-header .inside-header {
    padding: 17px 40px;
}


.site-header .inside-header {
    padding: 0 40px;
    max-width: 1600px;
    margin: 0 auto;
}


/* .site-header .inside-header .site-logo,
.site-header .inside-header .phone-area-header {
    width: 15%;
} */

.site-header .phone-area-header p:nth-child(2):hover {
    color: var(--secondary);
}



.nav-float-right #site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    width: 85%;
}

.site-header .inside-header .phone-area-header {
    background-color: rgba(34, 64, 37, 0.2);
    width: 20%;
    text-align: center;
    position: relative;
    right: 0;
    z-index: 3;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.site-header .inside-header .phone-area-header p {
    color: var(--main);
    margin-bottom: 0px;
    font-size: 16px;
}

/*.site-header .inside-header .phone-area-header p:last-child {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 2px;*/
/*}*/

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/



@media(max-width: 1280px) {
    .site-header .inside-header .phone-area-header {
        display: none;
    }

    .site-header .inside-header .site-logo {
        width: auto;
    }

    .nav-float-right #site-navigation {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .has-inline-mobile-toggle .inside-header .site-logo {
        width: 75%;
    }

    .has-inline-mobile-toggle .inside-header .main-navigation {
        width: 20%;
    }
}

/****************************************************************************/
/*				  								                        MENU*/
/****************************************************************************/

#primary-menu>ul,
#primary-menu>ul>li>ul {
    background-color: var(--white);
}

#primary-menu>ul>li>ul {
    padding-left: 10px;
}

#primary-menu>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#primary-menu ul>li>a {
    color: var(--main);
    font-size: 16px;
    font-weight: 700;
}

#primary-menu ul>li>a:hover {
    color: var(--secondary);
}


.main-navigation ul ul {
    top: 45px;
}

@media(max-width: 1680px) {
    #primary-menu ul>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 1440px) {
    #primary-menu ul>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
}

@media(max-width: 1366px) {
    #primary-menu ul>li>a {
        font-size: 14px;
    }
}

@media(max-width: 1280px) {
    .main-navigation .inside-navigation {
        width: 100%;
    }

    .main-navigation.toggled .main-nav>ul>li {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}


/*******************************************************************************************************************/
/*				  													                                           HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.home-section1 {
    margin-top: 76px;
}

.home-section1 .slide-content {
    max-width: 1600px;
    margin: 0 auto;
    justify-content: center;
    /* margin-right: auto; */
    width: 100% !important;
    align-items: baseline !important;
}


.home-section1 .slide-content h2,
.home-section1 .slide-content p {
    width: 85%;
    text-align: left;
    color: var(--white);
}

.home-section1 .slide-content h2 {
    font-size: 55px;
}

.home-section1 .slide-content p {
    font-size: 30px;
}

.home-section1 .wp-block-eedee-block-gutenslider .swiper-pagination-bullet-active {
    background-color: var(--secondary);
    opacity: 1;
    box-shadow: 0px 0px 1px 5px rgb(255 255 255 / 70%);
}

.home-section1 .wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
}

.wp-block-eedee-block-gutenslider .swiper-horizontal~.swiper-pagination-bullets .swiper-pagination-bullet,
.wp-block-eedee-block-gutenslider.dot-position-bottom .swiper-vertical~.swiper-pagination-bullets .swiper-pagination-bullet,
.wp-block-eedee-block-gutenslider.dot-position-top .swiper-vertical~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px !important;
}


.home-section1 .wp-block-eedee-block-gutenslider .slide-content {
    align-items: flex-start !important;
}

.home-section1 .wp-block-eedee-block-gutenslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondary) !important;
}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px) {

    .wp-block-eedee-block-gutenslider .swiper-horizontal~.swiper-pagination-bullets .swiper-pagination-bullet,
    .wp-block-eedee-block-gutenslider.dot-position-bottom .swiper-vertical~.swiper-pagination-bullets .swiper-pagination-bullet,
    .wp-block-eedee-block-gutenslider.dot-position-top .swiper-vertical~.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 15px 10px !important;
    }
}

@media(max-width: 1280px) {
    .home-section1 {
        margin-top: 70px;
    }
}

@media(max-width:912px) {
    .home-section1 .slide-content h2 {
        font-size: 40px;
        padding-top: 50px;
    }

    .home-section1 .slide-content p {
        font-size: 20px;
    }
}

@media(max-width: 768px) {
    .home-section1 {
        margin-top: 58px;
    }
}

@media(max-width: 480px) {
    .home-section1 {
        margin-top: 60px;
    }

    .home-section1 .slide-content h2 {
        font-size: 30px;
        padding-top: 50px;
    }

    .home-section1 .slide-content p {
        font-size: 18px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/




.home-section2 {
    padding-top: 150px;
    overflow: hidden;
}

.home-section2 h2 {
    font-weight: 700;
}

.home-section2 h3 {
    color: #000000;
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
}


.home-section2 p {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}

.home-section2 a {
    color: var(--main);
    text-decoration: none;
}

.home-section2 a:hover {
    color: var(--secondary);
}

.home-section2 .gb-button {
    color: var(--white) !important;
    margin: 40px 0;
}

.home-section2 .gb-query-loop-wrapper {
    align-items: baseline;
}

/******** IMAGE ZOOM ON HOVER ********/
.home-section2 .gb-query-loop-wrapper>div:hover img {
    transform: scale(1.3);
    transition: all 0.4s;
}

.home-section2 .gb-query-loop-wrapper>div:hover a {
    color: var(--secondary);
}

.home-section2 .gb-query-loop-wrapper>div figure {
    overflow: hidden !important;
}

.home-section2 .gb-query-loop-wrapper>div img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}




/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px) {
    .home-section2 .gb-inside-container {
        max-width: 1300px !important;
    }
}

@media(max-width: 1366px) {
    .home-section2 .gb-inside-container {
        max-width: 1200px !important;
    }
}

@media(max-width: 1024px) {
    .home-section2 .gb-inside-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section2 p {
        font-size: 19px;
    }
}

@media(max-width: 912px) {
    .home-section2 {
        text-align: center;
    }

    .home-section2 h3 {
        font-size: 17px;
    }

    .home-section2 .gb-button {
        margin: 0 auto;
        margin-top: 30px;
        display: block;
        /* width: 30%; */
        text-align: center;
    }
}


@media(max-width:767px) {
    .home-section2 .gb-query-loop-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-section2 .gb-query-loop-wrapper {
        margin-left: 0px;
    }

    .home-section2 .gb-query-loop-wrapper>div {
        width: 100%;
        padding-left: 0 !important;
    }

    .home-section2 .gb-button {
        width: 100%;
        margin-top: 30px;
    }

}

@media(max-width: 480px) {
    .home-section2 {
        padding-top: 50px;
    }

}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.home-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.home-section3 h2 {
    font-weight: 700;
}

.home-section3 h3 {
    color: #000000;
    font-size: 35px;
}

.home-section3 p {
    color: var(--main);
    font-size: 16px;
}

.home-section3 .gb-grid-wrapper .small_button .gb-button {
    background-color: var(--secondary) !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px !important;
    font-weight: bold;
    padding: 15px 35px !important;
    letter-spacing: 2px;
}

/* .home-section3 .big_button .gb-button {
    background-color: #49bba6 !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px !important;
    font-weight: bold;
    padding: 15px 35px !important;
    letter-spacing: 2px;
} */

.home-section3 .big_button {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 80px;
    padding-bottom: 90px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px) {
    .home-section3 .gb-inside-container {
        max-width: 1300px !important;
    }
}

@media(max-width: 1366px) {
    .home-section3 .gb-inside-container {
        max-width: 1200px !important;
    }
}

@media(max-width: 1024px) {

    .home-section3 .gb-grid-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .home-section3 .gb-grid-wrapper>div {
        width: 100%;
    }

    .home-section3 .gb-grid-wrapper>div {
        text-align: center;
    }

    .home-section3 .gb-grid-wrapper .small_button {
        justify-content: center;
    }
}

@media(max-width:912px) {

    .home-section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }


}

@media(max-width: 480px) {
    .home-section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-section3 h2 {
        font-size: 25px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.home-section4 {
    background-color: rgba(34, 64, 37, 0.2);
    padding: 40px 0;
    overflow: hidden;
}

.home-section4 h2 {
    color: var(--main);
    font-weight: 700;
}

.home-section4 h3 {
    color: var(--main);
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
}

.home-section4 h3 a {
    text-decoration: none;
    color: var(--main);
}

.home-section4 .gb-button {
    color: var(--white) !important;
    margin: 40px 0;
}


.home-section4 .gb-query-loop-wrapper {
    align-items: baseline;
}

/******** IMAGE ZOOM ON HOVER ********/

.home-section4 .gb-query-loop-wrapper>div:hover img {
    transform: scale(1.3);
    transition: all 0.4s;
}

.home-section4 .gb-query-loop-wrapper>div:hover a {
    color: var(--secondary);
}

.home-section4 .gb-query-loop-wrapper>div figure {
    overflow: hidden !important;
}

.home-section4 .gb-query-loop-wrapper>div img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px) {
    .home-section4>div {
        max-width: 1300px !important;
    }
}

@media(max-width: 1366px) {
    .home-section4>div {
        max-width: 1200px !important;
    }
}

@media(max-width:1240px) {
    .home-section4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 912px) {
    .home-section4>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section4 h2 {
        text-align: center;
    }

    .home-section4 .gb-grid-wrapper {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 0px;
    }

    .home-section4 .gb-grid-wrapper>div {
        width: 33.33%;
    }

    .home-section4 .gb-button {
        display: block;
        /* width: 30%; */
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }
}


@media(max-width:912px) and (min-width:661px) {
    .home-section4 .gb-query-loop-wrapper {
        display: grid;
        grid-template-columns: 50% 50% !important;
        align-items: baseline;
    }

    .home-section4 .gb-query-loop-wrapper>div {
        width: 100%;
    }
}


@media(max-width:660px) {
    .home-section4 .gb-query-loop-wrapper {
        flex-direction: column;
    }

    .home-section4 .gb-grid-wrapper>div {
        width: 100%;
        padding: 0px;
    }

    .home-section4 .gb-button {
        width: 100%;
        margin-top: 45px;
    }
}

@media(max-width: 480px) {}

/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/

.home-section5 {
    padding: 40px 0;
    overflow: hidden;
}

.home-section5 h3 {
    color: var(--main);
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
}

.home-section5 time {
    padding-top: 10px;
    display: block;
}

.home-section5 .gb-button {
    color: var(--white) !important;
    margin: 40px 0;
}

.home-section5 h3 a {
    color: var(--main);
    text-decoration: none;
}

.home-section5 a:hover {
    color: var(--secondary);
}

.home-section5 figure.wp-block-post-featured-image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(34, 64, 37, 0.2);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.home-section5 figure.wp-block-post-featured-image:hover:after {
    opacity: 0.45;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.home-section5 .gb-query-loop-wrapper {
    align-items: baseline;
}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px) {
    .home-section5>div {
        max-width: 1300px !important;
    }
}

@media(max-width: 1366px) {
    .home-section5>div {
        max-width: 1200px !important;
    }
}

@media(max-width:1240px) {
    .home-section5 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 912px) {
    .home-section5>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section5 .gb-query-loop-wrapper>div {
        width: 50%;
    }

    .home-section5 .gb-button {
        display: block;
        width: 30%;
        margin: 45px auto;
        text-align: center;
    }
}

@media(max-width:912px) and (min-width:768px) {
    .home-section5 .gb-query-loop-wrapper {
        display: flex;
        flex-wrap: nowrap !important;
    }
}


@media(max-width:767px) {
    .home-section5 .gb-query-loop-wrapper>div {
        width: 100%;
    }

    .home-section5 .gb-button {
        width: 100%;
    }
}

@media(max-width: 480px) {}

/*******************************************************************************************************************/
/*				  													                                         ABOUT*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.meet-the-doctor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.meet-the-doctor h2 {
    color: var(--main);
    font-weight: 700;
}

.meet-the-doctor svg {
    width: 36px;
    height: 36px;
    stroke: #0080FE;
    display: flex;
}

.meet-the-doctor .svg-grid {
    flex-wrap: nowrap !important;
}

.about-section2 {
    background-color: rgba(34, 64, 37, 0.2);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px) {
    .meet-the-doctor {
        max-width: 1300px !important;
    }
}

@media(max-width: 1280px) {
    .meet-the-doctor {
        max-width: 1200px !important;
    }
}

@media(max-width: 1024px) {
    .meet-the-doctor {
        padding-left: 20px;
        padding-right: 20px;

    }

    .meet-the-doctor>.gb-grid-wrapper {
        flex-direction: column;
        margin-left: 0;
    }

    .meet-the-doctor>.gb-grid-wrapper>div {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width:767px) and (min-width:481px) {
    .svg-grid {
        display: grid !important;
        grid-template-columns: 10% 90%;
    }
}


@media(max-width: 480px) {
    .meet-the-doctor .svg-grid>div:nth-child(1) {
        width: 20%;
    }

    .meet-the-doctor {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .meet-the-doctor h2 {
        font-size: 25px;
    }
}



/*******************************************************************************************************************/
/*				  													                                         GALLERY*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.gallery_section1 p {
    color: var(--main);
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/


.gallery_section2 {
    padding-top: 40px;
}

.gallery_section2 h2 {
    font-weight: 700;
}

.gallery_section2 img {
    max-width: 300px;
}

.gallery_section2 .gb-grid-wrapper>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gallery_section2 h3 {
    color: var(--main);
    font-size: 22px;
    padding: 10px 0;
    font-weight: bolder;
}

.gallery_section2 h3 a {
    text-decoration: none;
    color: var(--main);
}

.gallery_section2 h3 a:hover {
    color: var(--secondary);
}

.gallery_section2 p {
    color: var(--main);
}


@media(max-width:1280px) {
    .gallery_section2 .gb-grid-wrapper {
        flex-direction: column;
    }

    .gallery_section2 .gb-grid-wrapper>div {
        width: 100%;
    }

    .gallery_section2 .gb-grid-wrapper>div figure {
        display: flex;
        justify-content: center;
    }

    .gallery_section2 .gb-grid-wrapper>div h3,
    .gallery_section2 .gb-grid-wrapper>div p {
        text-align: center;
    }


}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px) {
    .gallery_section2 {
        max-width: 1300px !important;
    }
}

@media(max-width: 1280px) {
    .gallery_section2 {
        max-width: 1200px !important;
    }
}

@media(max-width: 912px) {
    .gallery_section2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gallery_section2 figure img {
        width: 100%;
    }
}



/*    -->                                                                                                                                             CPT ARCHIVES
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.post-type-archive .page-header {
    display: none;
}

.post-type-archive .inside-article {
    padding: 0;
}

.post-type-archive .entry-summary>p:nth-child(1) {
    display: none;
}

.post-type-archive .read-more.button {
    border-radius: 0 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.post-type-archive .read-more.button:hover {
    animation: colorchange;
    animation-duration: 0.5s;
}

.post-type-archive-services .services.type-services,
.post-type-archive-pathiseis .pathiseis.type-pathiseis {
    padding: 10px;
}

.post-type-archive-services .content-area h2.wp-block-post-title a,
.post-type-archive-pathiseis .content-area h2.wp-block-post-title a {
    color: var(--main);
    text-decoration: none;
}

.post-type-archive-services .content-area h2.wp-block-post-title a:hover,
.post-type-archive-pathiseis .content-area h2.wp-block-post-title a:hover {
    color: var(--secondary) !important;

}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/
@media(max-width:1280px) {

    .services.type-services .gb-grid-wrapper,
    .pathiseis.type-pathiseis .gb-grid-wrapper {
        display: flex;
        flex-direction: column;
    }

    .services.type-services .gb-grid-wrapper>div,
    .pathiseis.type-pathiseis .gb-grid-wrapper>div {
        width: 100%;
    }
}




@media(min-width:1025px) {
    .post-type-archive .content-area>.site-main {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

@media(max-width: 480px) {
    .post-type-archive-services h2 {
        font-size: 30px;
        margin-top: 15px;
    }
}


/*    -->                                                                                                                                             BLOG
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.blog .page-header {
    display: none;
}

.blog .entry-summary>p:nth-child(1) {
    display: none;
}

.blog .inside-article {
    padding: 0;
}

.blog .inside-article .post-image {
    margin-bottom: 0px !important;
}

.blog .inside-article .entry-header {
    display: flex;
    flex-direction: column;
}

.blog .inside-article .entry-header .entry-meta {
    order: 1;
    padding-bottom: 20px;
}

.blog .inside-article .entry-header .entry-title {
    order: 2;
}



.blog .site-content {
    padding: 40px;
}


@media(max-width:1024px) {

    .blog .generate-columns-container>article {
        width: 100%;
    }
}


/*    -->                                                                                                                                        SINGLE CPT GENERAL
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



.single-services .popup-social-share,
.single-pathiseis .popup-social-share,
.single-post .popup-social-share {
    max-width: 1600px;
    padding: 40px;
    margin: 0 auto;
    display: flex;
}

@media(max-width:767px) {

    .single-services .popup-social-share,
    .single-pathiseis .popup-social-share,
    .single-post .popup-social-share {
        padding: 20px;
    }
}


.single-services .popup-social-share svg:hover,
.single-pathiseis .popup-social-share svg:hover,
.single-post .popup-social-share svg:hover {
    fill: var(--secondary) !important;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media(max-width:1650px) {

    .single-services #content,
    .single-pathiseis #content,
    .single-post #content {
        padding: 0 20px;
    }
}

/*    -->                                                                                                                          SINGLE BLOG POST
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.single-post .featured-image {
    display: flex;
    /* justify-content: center; */
}


.single-post footer.entry-meta {
    display: none;
}

/****************************************************************************/
/*				  								                     SIDEBAR*/
/****************************************************************************/

.sidebar-content {
    background: rgba(34, 64, 37, 0.2);
    padding: 20px;
    /* text-align: center; */
}

.sidebar-content h2 {
    color: var(--main);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.sidebar-content p,
.sidebar-content a {
    color: var(--main);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.sidebar-content svg {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-bottom: -2.5px;
}

.sidebar-content a {
    text-decoration: none;
}

.sidebar-content a:hover {
    color: var(--secondary);
}

.sidebar-content .gb-button-wrapper {
    justify-content: center;
}

.sidebar-content .gb-button {
    background-color: var(--secondary) !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 18px !important;
    font-weight: bold;
    padding: 10px 15px !important;
    letter-spacing: 2px;
}


div#right-sidebar {
    position: relative;
}

.inside-right-sidebar {
    position: Sticky;
    top: 150px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1280px) {
    .sidebar-content .gb-button {
        font-size: 13px !important;
    }
}

@media(max-width: 1024px) {
    .site-content .content-area {
        width: 100%;
    }

    .is-right-sidebar {
        width: 50%;
    }

    .page-id-104 .site-content {
        flex-direction: column;
    }

    .sidebar-content .gb-button {
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    #right-sidebar {
        display: none;
    }
}

/*******************************************************************************************************************/
/*				  													                                        CONTACT*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 0*/
/****************************************************************************/

@media(max-width: 912px) {

    .contact .contact-grid>div>div {
        padding-top: 0px;
    }
}

.contact .contact-info svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -5px;
}

.contact .contact-info a {
    text-decoration: none;
    color: var(--main);
}

.contact .contact-info a:hover {
    color: var(--secondary);
}

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.contact-section1 p {
    color: var(--main);
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-section1 h2 {
    color: var(--main);
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
}

.contact-section1 .contact-form-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-section1 .contact-form-content .split-half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: baseline;
}

.contact-section1 .contact-form-content .split-half>div {
    width: 45%;
}

.contact-section1 .contact-form-content .split-half>div label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.contact-section1 .contact-form-content .split-half>div input {
    width: 100%;
}

.contact-section1 .contact-form-content .full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-section1 .contact-form-content .full>div {
    width: 91.5%;
}

.contact-section1 .contact-form-content .full>div select {
    width: 100%;
    margin-bottom: 20px;
}

.contact-section1 .contact-form-content .full>div label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.contact-section1 .contact-form-content .simple-checks {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.contact-section1 .contact-form-content .simple-checks>div {
    width: 100%;
}

.contact-section1 .contact-form-content .simple-checks>div input.wpcf7-text {
    width: 9%;
    margin-left: 5px;
    margin-right: 5px;
}

.contact-section1 .contact-form-content .simple-checks .bold {
    font-weight: 700;
}

.contact-section1 .contact-form-content .split-half-checks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-section1 .contact-form-content .split-half-checks label {
    font-size: 17px;
}

.contact-section1 .contact-form-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: var(--secondary) !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px !important;
    font-weight: bold;
    padding: 15px 35px !important;
    letter-spacing: 2px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width:767px) {
    .contact .gb-grid-wrapper>div:nth-child(2) {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .contact-section1 .contact-form-content .split-half {
        flex-direction: column;
    }

    .contact-section1 .contact-form-content .split-half>div,
    .contact-section1 .contact-form-content .full>div {
        width: 100%;
    }

    .contact-section1 .contact-form-content .simple-checks span {
        width: 100%;
        display: block;
        margin: 0px;
    }

    .contact-section1 .contact-form-content .simple-checks span input {
        width: 100% !important;
    }

    .contact-section1 .contact-form-content .split-half-checks {
        flex-direction: column;
    }

    .contact-section1 .contact-form-content input.wpcf7-form-control.has-spinner.wpcf7-submit {
        margin: 0 auto;
        display: block;
    }
}


/*******************************************************************************************************************/
/*				  													                                        FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     COLUMNS*/
/****************************************************************************/
.site-footer {
    position: relative;
    z-index: 10;
}

.footer-widgets-container {
    padding: 40px 0 !important;
    max-width: 1600px;
    margin: 0 auto;
}



.footer-widgets {
    background-color: #D3D9D3 !important;
}

.footer-widgets p {
    color: var(--main) !important;
}


.inside-footer-widgets {
    gap: 200px;
}

.footer-widgets h2 {
    color: var(--main);
    font-size: 22px;
    font-weight: 500;
}

.footer-widgets a {
    text-decoration: none !important;
}

.footer-widgets svg:not(a svg) {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
}

.footer-widgets svg:not(a svg):hover {
    stroke: var(--secondary) !important;
}

.footer-widgets p a:hover {
    color: var(--secondary) !important;
}

.footer-widgets p {
    color: var(--white);
    font-size: 14px;
    padding-bottom: 2px !important;
    margin-bottom: 0.5em;

}


.footer-widgets .foot-col2 .wp-block-social-links li {
    margin-bottom: 0px !important;
}

.footer-widgets #menu-footer-menu li a {
    color: var(--main);
    text-decoration: none;
}


.footer-widgets p,
.footer-widgets a,
.footer-widgets svg {
    color: var(--main) !important;
    stroke: var(--main);
    fill: rgba(2, 3, 4);
}

.footer-widgets svg {
    fill: rgba(174, 192, 222, 0.012) !important;
}

.footer-widgets svg:hover,
.footer-widgets .menu>li>a:hover {
    stroke: var(--secondary);
    color: var(--secondary) !important;
}

footer {
    background-color: var(--main) !important;
}





/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px) {
    .inside-footer-widgets {
        gap: 120px;
    }
}

@media(max-width:1660px) {
    .footer-widgets-container {
        padding: 40px !important;
    }
}


@media(max-width:1440px) {
    .inside-footer-widgets {
        gap: 70px;
    }
}

@media(max-width: 1280px) {

    .footer-widgets p,
    .footer-widgets #menu-footer-menu li a {
        font-size: 14px;
    }
}

@media(max-width:912px) {
    .inside-footer-widgets {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}


/****************************************************************************/
/*				  								                   COPYRIGHT*/
/****************************************************************************/

.copyright-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    width: 100%;
}

.copyright-bar>div {
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.copyright-bar>div a {
    display: flex;
}



@media(max-width: 480px) {

    .copyright-bar,
    .copyright-bar>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .copyright-bar>div {
        width: 100%;
    }

    .copyright-bar>div:last-child {
        justify-content: center;
    }
}


/*    -->                                                                                                                                             CONTACT STICKY BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.contact_button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    border: solid 3px var(--white);
    position: fixed !important;
    right: 0;
    z-index: 9999;
    bottom: calc(50% - 30px);
}


.contact_button:hover {
    animation: colorchange;
    animation-duration: 0.5s;
    border-color: var(--secondary) !important;
}



.contact_button svg {
    width: 20px;
    height: 20px;
    display: flex;
}

.contact_button a {
    color: var(--white);
}

.contact_button h3 {
    margin: 0 !important;
    color: var(--white);
}

.contact_button:hover {
    background-color: var(--white);
    border: solid 3px var(--main);
}

.contact_button:hover h3 svg {
    fill: var(--white) !important;
    stroke: var(--main) !important;

}


/******************************************************** */
/*                         125% RESPONSIVE                */
/******************************************************** */

/* HOME PAGE */

.home-section2,
.home-section3 {
    padding-left: 20px;
    padding-right: 20px;
}

/* MEET THE DOCTOR */

.meet-the-doctor {
    padding-right: 40px;
    padding-left: 40px;
}

/* POST ARCHIVES */

@media(min-width:768px) {
    .archive .site-main {
        margin: 0;
        padding-left: 40px;
        padding-top: 40px;
    }
}

@media(max-width:767px) {
    .archive .site-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* SINGLE PATHISI & SERVICE*/

@media(min-width:768px) {

    .single-services .site-content,
    .single-pathiseis .site-content {
        padding-left: 40px !important;
    }
}




/* 404 page */

.gb-button.home-return {
    padding: 20px;
    color: #fff !important;
    margin: 0 auto;
    display: flex;
    width: max-content;
}

.error404 h1 {
    margin-bottom: 60px;
    text-align: center;
}