/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/
/* Start your custom CSS bellow this comment
============================================ */

body {
    font-family: "neue-haas-grotesk-display", sans-serif;

}

h1,
h2,
h3 {
    font-family: "adobe-garamond-pro", serif;
}

/* Header */
/* .logged-in .header-section {
    top: 50px;
} */

.post-breadcrumb a,
.subscription-form input#gform_submit_button_1,
#et-main-area a{
    transition: all 0.3s ease;
    cursor: pointer;
}
.post-breadcrumb a:hover,
.subscription-form input#gform_submit_button_1:hover,
#et-main-area a:hover{
    opacity: 0.7;
}

#et-main-area .et_pb_image_1_tb_footer a,
#et-main-area .et_pb_image_0_tb_footer a{
    display: inline-block;
}
#et-main-area .et_pb_image_1_tb_footer a:hover,
#et-main-area .et_pb_image_0_tb_footer a:hover{
    opacity: 1;
}
#et-main-area .et_pb_image a:hover{
	all: unset;
}

.et_pb_section_0_tb_header.et_pb_section {
 background-color: rgba(0, 0, 0, .5) !important;
}

 .header-sticky .header-section.et_pb_section_0_tb_header.et_pb_section {
    background-color: rgba(0, 0, 0, .5) !important;
     background: rgba(0, 0, 0, .5) !important;
}
.header-section {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
.logged-in .header-section{
    top:32px
}

.header-section .et_pb_row_0_tb_header {
    display: flex;
    align-items: center;

}

.header-menu-item ul#menu-main-menu li a {
    padding: 0;
    font-weight: 400;
}


.et-l--footer .et_pb_column{
    z-index: 9;
}
.footer-menu-wrapper .footer-menu-wrapper-column ul li a,
.header-menu-item ul#menu-main-menu li a:hover {
    opacity: 1;
}

.header-menu-item ul#menu-main-menu li {
    padding: 0 32px;
    margin: 0;
}

.header-menu-item ul#menu-main-menu li.current-menu-item a {
    border-bottom: 1px solid #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
}

.header-menu-item .et_pb_menu__wrap {
    justify-content: space-between;
    align-items: center;
}

.header-menu-item .et_pb_menu__wrap .et_pb_menu__menu {
    height: 15px;
}

.header-section button.et_pb_menu__search-button::after {
    content: url('/wp-content/uploads/2024/12/Search.svg');
    display: inline-block;
    width: auto;
    height: auto;
}

.header-section.home-header .et_pb_menu .et_pb_menu__search-input {
    color: #FFF;
    font-size: 16px !important;
}

.header-section.home-header .et_pb_menu .et_pb_menu__search-input::-webkit-input-placeholder {
    color: #FFF;
}

.header-section.home-header .et_pb_menu .et_pb_menu__search-input::-moz-placeholder {
    color: #FFF;
}

.header-section.home-header .et_pb_menu .et_pb_menu__search-input:-ms-input-placeholder {
    color: #FFF;
}

.header-section.home-header .et_pb_menu .et_pb_menu__search-input:-moz-placeholder {
    color: #FFF;
}



.header-section.home-header .et_pb_menu .et_pb_menu__search-container--hidden,
.header-section.home-header .et_pb_menu .et_pb_menu__search-container--visible {
    border: 1px solid #fff;
    padding: 12px 0px 12px 10px !important;
    min-height: 35px;
    background : #000;

}

.header-section input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


/* Header Single post */
#header-wrapper.header-section button.et_pb_menu__search-button::after {
    content: url(/wp-content/uploads/2024/12/search.svg);
    display: inline-block;
    width: auto;
    height: auto;
}

#header-wrapper.header-section .et_pb_menu .et_pb_menu__search-container--hidden,
#header-wrapper.header-section .et_pb_menu .et_pb_menu__search-container--visible {
    border: 1px solid #1e1e1e !important;
    padding: 12px 0px 12px 10px !important;
    min-height: 35px;
}

/*  Header Single post  */

/* End Header */

/* Footer */
.footer-menu-wrapper {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -17px;
}

.footer-menu-wrapper .footer-menu-wrapper-column ul li {
    padding: 0 33px;
}

.footer-menu-wrapper .footer-menu-wrapper-column ul li:first-child {
    padding-left: 0;
}

.footer-menu-wrapper .footer-menu-wrapper-column ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    right: 0px;
    position: absolute;
    top: 2px;
}

/* .footer-menu-wrapper .footer-social-media ul li a {
    width: 48px;
    height: 48px;
}
.footer-menu-wrapper .footer-social-media ul li a::before {
    display: inline-block;
    top: 11.5px;
}
 */
.footer-menu-wrapper .footer-menu-social ul li.et-social-facebook a::before {
    content: url('/wp-content/uploads/2024/12/Social-Icons.svg');
}

.footer-menu-wrapper .footer-menu-social ul li.et-social-linkedin a::before {
    content: url('/wp-content/uploads/2024/12/Social-Icons-1.svg');
}

.footer-menu-wrapper .footer-menu-social ul li.et-social-twitter a::before {
    content: url('/wp-content/uploads/2024/12/Social-Icons-2.svg');
}

.footer-menu-wrapper .footer-menu-social ul li.et-social-instagram a::before {
    content: url('/wp-content/uploads/2024/12/Social-Icons-3.svg');
}

.footer-menu-wrapper .footer-menu-social ul li.et-social-youtube a::before {
    content: url('/wp-content/uploads/2024/12/Social-Icons-4.svg');
}

.footer-copyright-menu a {
    color: #1E1E1E;
    padding: 0 5px;
}

footer .et_pb_menu .et-menu {
    margin-left: 0;
    margin-right: 0;

}

/*End  Footer */

/* HOME PAGE */
.banner-eyebro-text h3 {
    font-family: "adobe-garamond-pro", serif;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18px;
}
.banner-heading .et_pb_text_inner,
.banner-heading h2 {
    color: #FFF;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.banner-post-name {
    font-family: "adobe-garamond-pro", serif;
}

.banner-post-name a {
    text-decoration: underline;
    color: #FFF;
}

.banner-link a {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.16px;
    text-decoration: underline;
}

.home-evebro h3 {
    font-family: "adobe-garamond-pro", serif;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18px;
}

.home-content-heading h2 {
    font-family: "adobe-garamond-pro", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.post-meta,
.home-postname {
    font-family: "adobe-garamond-pro", serif;
}

#et-main-area a.entry-featured-image-url:hover,
#et-main-area .entry-title a:hover{
    opacity: 1;
}
.home-postname a {
    text-decoration: underline;
    color: #1E1E1E;
}

.post-meta a{
    text-decoration: underline !important;
}

.advertisment-heading {
    font-family: "adobe-garamond-pro", serif;
}

.home-link a {
    color: #1E1E1E;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.16px;
    text-decoration: underline;
}

.highlite-heading h3 {
    color: #FFF;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.21px;
}



.offer-image {
    position: relative;
/*    margin-top: -96px;*/
margin-top: -5.3%;
}

.offer-image img{
 z-index: 99;
}

.powred-by {
    display: flex;
    align-items: center;
}

.power-bytext {
    margin-right: 10px;
}

.custom-home-button {
    border-radius: 80px;
    border: 1px solid #959595;
    background: rgba(237, 237, 237, 0.30);
    display: inline-block;
}

.custom-home-button a:first-child {
    border-radius: 80px;
    border: 1px solid #EB1A41;
    background: rgba(240, 24, 65, 0.90);
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
}

.custom-home-button a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 12px 46px;
}

.news-letter-main-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-letter-left {
    width: 80%;
    max-width: 680px;
    margin-left: auto;
}

.news-letter-left h2 {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.news-letter-left p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    padding-bottom: 26px;
}

.news-letter-left p a {
    color: #fff;
    text-decoration: underline;
}

.news-letter-left .gform_title {
    display: none;
}

.news-letter-left input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #1E1E1E !important;
    color: #FFF !important;
    border-radius: 0 !important;
}

.news-letter-left input[type="submit"] {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF !important;
    color: #1E1E1E !important;
    font-family: "adobe-garamond-pro", serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.14px !important;
    border-radius: 0 !important;
    padding: 0 30px !important;
}

.news-letter-left .gform-footer {
    margin: 0 0 15px 0 !important;
}

.news-letter-left .gform-theme--foundation .gform_fields {
    display: flex;
    column-gap: 13px;
    align-items: flex-start;
}

.news-letter-left .gfield--input-type-email {
    max-width: 384px;
    min-width: 384px !important;
}


/* END HOME PAGE */



/* Bredcrumb */
/*.post-breadcrumb {
    border-left: none;
    border-right: none;
}

.post-breadcrumb a,
.post-breadcrumb .current {
    color: #1E1E1E;
    font-family: "adobe-garamond-pro", serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.14px;
}

.post-breadcrumb .separator {
    transform: rotate(120deg);
    left: 4px;
    position: relative;
    top: 3px
}*/

/* .post-breadcrumb span:nth-last-child(2) {
    display: none;
} */

/*.post-breadcrumb .current {
    display: none;
}*/

.fbc-page .fbc-wrap .fbc-items li:first-child{
    padding-left: 0;
}
.fbc-page .fbc-wrap .fbc-items li{
    color: #1E1E1E;
    font-family: "adobe-garamond-pro", serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.14px;
    padding: 5px 2px
}
.hide-current-breadcrumb .fbc-page .fbc-wrap .fbc-items li:last-child,
.hide-current-breadcrumb .fbc-page .fbc-wrap .fbc-items li:nth-last-child(2) .fbc-separator{
    display: none;
}

/* END breadcrumb */
/* post page banner */
.single-post #et-main-area {
    margin-top: 0 !important;
}

.addtoany_list {
    position: relative;
    left: 18px;
}

.addtoany_list a {
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 !important;
    margin: 0 12px;
}

.a2a_button_facebook {
    background: url('/wp-content/uploads/2024/12/facebook.svg') no-repeat;
}

.a2a_button_x {
    background: url('/wp-content/uploads/2024/12/twitter.svg') no-repeat;
}

.a2a_button_linkedin {
    background: url('/wp-content/uploads/2024/12/linkedin.svg') no-repeat;
}

.a2a_button_facebook span,
.a2a_button_x span,
.a2a_button_linkedin span {
    display: none !important;
}

.a2a_button_facebook:hover {
    background: url('/wp-content/uploads/2024/12/facebook.svg') no-repeat !important;
    opacity: .7;
}

.a2a_button_x:hover {
    background: url('/wp-content/uploads/2024/12/twitter.svg') no-repeat !important;
    opacity: .7;
}

.a2a_button_linkedin:hover {
    background: url('/wp-content/uploads/2024/12/linkedin.svg') no-repeat !important;
    opacity: .7;
}

.post-single-row .post-title .et_pb_title_container p a {
    font-family: "adobe-garamond-pro", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18px;
}

.post-single-row .sp-social-icons-clm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post-single-row .et_pb_column.sp-date,
.post-single-row .et_pb_column.sp-author,
.post-single-row .et_pb_column.sp-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-single-row .et_pb_column.sp-date .published,
.post-single-row .et_pb_column.sp-date p,
.post-single-row .et_pb_column.sp-author .author.vcard,
.post-single-row .et_pb_column.sp-author p,
.post-single-row .et_pb_column.sp-content,
.post-single-row .et_pb_column.sp-content .et_pb_text_inner,
.post-single-row .sp-social-icons-row p {
    font-family: "adobe-garamond-pro", serif;

}

/* social-icons */
.post-single-row .sp-social-icons-row .a2a_button_linkedin span {
    background-color: #1E1E1E !important;
}

.post-single-row .sp-social-icons-row .a2a_button_linkedin span svg path {
    fill: #fff;
}

.post-single-row .sp-social-icons-row .addtoany_list a,
.post-single-row .sp-social-icons-row .widget .addtoany_list a {
    padding: 0 10px;

}

/*  social-icons */

/* content-paragraph */
.post-content-wrapper .et_pb_text_inner p a {
    text-decoration: underline;
    color: #000;
    font-style: italic;
    font-weight: 500;

}

.post-single-row a {
    color: #000;
}

.future-open-block .et_pb_text_inner:first-child p {
    padding-bottom: 20px;
}

.post-content-wrapper .social-links-row .et_pb_text_inner p a {
    font-style: normal;


}

/* content-paragraph */
.post-author-block .author a {
    pointer-events: none;
}

.photography-block a {
    text-decoration: underline;
}

.dining-row .et_pb_text_inner p {
    padding-top: 5px;
    padding-bottom: 19px;
}

/* post page banner end */


/*contact page css*/

.page-id-1943 .header-section button.et_pb_menu__search-button::after {
    content: url(/wp-content/uploads/2024/12/search.svg);
}

.contact-us-form .gform-body label {
    color: #000000 !important;

}

.gform_required_legend {
    display: none;
}

.contact-us-form .gform-body .gfield_label {
    color: #1e1e1e !important;
    font-size: 16px;
    line-height: 22px;
}

.contact-us-form .gform_button {
    background-color: #4b4b4b !important;
    color: #ffffff;
    padding: 10px 35px !important;
    border-radius: 0 !important;
    opacity: 1;
    border: 1px solid #4b4b4b !important;
}

.contact-us-form .gform_button:hover {
    opacity: 0.7 !important;
}

.subscription-form_wrapper .subscription-form input[type=submit]:focus {
    outline: none !important;
    border: 1px solid #bbb !important;
}

.subscription-form_wrapper .subscription-form input:focus,
.contact-us-form input:focus,
.contact-us-form textarea:focus {
    outline: none !important;
    border: 1px solid #bbb;
}

.single-post #gform_ajax_spinner_1,
.home #gform_ajax_spinner_1,
.contact-us-form #gform_ajax_spinner_3 {
    border-color: #000 !important;
    border-bottom-color: #fff !important;
}

.et_pb_text_inner p{
    font-weight: 300;
}


/* Media-Query */

@media screen and (max-width: 980px) {

    .home-header .et_pb_menu .et_pb_menu__wrap--visible,
    .home-header .et_pb_menu .et_pb_menu__wrap--hidden,
    /* post page banner */
    .header-section .et_pb_menu .et_pb_menu__wrap--visible,
    #header-wrapper.header-section .et_pb_menu .et_pb_menu__wrap--hidden {
        animation: none !important;
    }

    #header-wrapper.header-section .et_pb_menu .et_pb_menu__wrap--hidden,
    .home-header .et_pb_menu .et_pb_menu__wrap--hidden {
        opacity: 1 !important;
    }


    .home-header .et_pb_menu .et_pb_menu__search-container--hidden,
    .home-header .et_pb_menu .et_pb_menu__search-container--visible {
        top: 50px !important;
        padding-left: 15px;
        background-color: #000;
        border: 1px solid #fff;
    }


    #header-wrapper.header-section .et_pb_menu .et_pb_menu__search-container--hidden,
    #header-wrapper.header-section .et_pb_menu .et_pb_menu__search-container--visible {
        top: 50px !important;
        padding-left: 15px;
        border: 1px solid #1E1E1E;
    }

    .copyright-row .et_pb_column {
        margin-bottom: 0px;
        width: 50%;
    }

    /* footer */
    .footer-menu-wrapper .footer-menu-wrapper-column .et_pb_menu__wrap {
        justify-content: flex-start;
    }

    .br-none br {
        display: none;
    }

    .header-section .header-logo {
        width: calc(100% - 90px) !important;
        z-index: 999;
    }

    .header-section .header-logo .et_pb_image_0_tb_header {
        max-width: 100%;
        width: 100%;
    }

    .header-section .et_pb_row_0_tb_header.et_pb_row {
        align-items: flex-start;
        padding-bottom: 0px !important;
    }

    #header-wrapper .et_pb_menu__search-container--visible {
        background: #fff;
    }

    #header-wrapper.header-section #mobile_menu1 {
        background-color: #fff !important;
    }

    #header-wrapper .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: #1E1E1E !important;
    }
}

@media (max-width: 768px) {
    .br-none br {
        display: none;
    }

    .footer-copyright-menu a {
        padding: 0;
    }
}


@media screen and (min-width :1600px) {
    header .et_pb_row_0_tb_header.et_pb_row {
        max-width: 1588px;
        width: 1588px;
    }

    header .header-logo {
        min-width: 448px;
        margin: 0 !important;
    }

    .header-section .et_pb_row {
        max-width: 1588px !important;
        width: 1588px;
    }

    .post-breadcrumb .et_pb_row {
        max-width: 1588px;
        width: 1588px;
    }

    .main-container .et_pb_row {
        max-width: 1352px;
        width: 1352px;
    }

    .main-container .et_pb_row .left-colum {
        width: 996px;
        margin-right: 56px;
    }

    .main-container .et_pb_row .right-colum {
        width: 300px;
    }

    .news-letter-left {
        width: 90%;
        max-width: 890px;
        margin-left: auto;
    }

    footer .et_pb_row {
        max-width: 1475px;
    }

    footer .footer-bottom .et_pb_row {
        max-width: 1475px !important;
    }
}

@media screen and (min-width :1400px) and (max-width: 1790px) {
    .footer-menu-wrapper .footer-menu-wrapper-column ul li {
        padding: 0 32px 0 0;
    }

    .footer-menu-wrapper .footer-menu-wrapper-column ul li:not(:last-child)::after {
        right: 16px;

    }
}

@media screen and (max-width :1400px) {
    .header-menu-item ul#menu-main-menu li {
        padding: 0 11px;
    }

    .header-section .header-logo {
        width: 277px;
    }

    .footer-menu-wrapper .footer-menu-wrapper-column ul li {
        padding: 0 32px 0 0px;
    }
    
     .footer-menu-wrapper .footer-menu-wrapper-column ul li:not(:last-child)::after {
        right: 16px;
    }
}

@media screen and (min-width :981px) and (max-width:1200px) {
    .news-letter-left .gfield--input-type-email {
        max-width: 300px !important;
        min-width: 300px !important;
    }
}

@media screen and (max-width :980px) {
    .header-section .header-logo {
        margin-bottom: 0px;
    }

    .header-menu-item .et_pb_menu__wrap {
        justify-content: end;
    }

    .header-section .et_pb_row:first-child {
        flex-direction: column;
    }

    .header-section .et_pb_row .et_pb_column {
        width: 100%;
    }

    .header-section .et_pb_row .et_pb_column:last-child {
        position: relative;
        top: -44px;
    }

    .header-section #mobile_menu1 {
        width: calc(100% + 100px);
        left: -50px;
        background-color: #000 !important;
        border: none;
        padding: 25px 0;
        top: 50px;
    }

    .header-section #mobile_menu1 li a {
        padding: 10px 56px;
    }

    .mobile_nav {
        margin-bottom: 5px;
    }

    /*  */
    .footer-menu-wrapper .footer-menu-wrapper-column .et_pb_menu__menu {
        display: block !important;
    }

    .footer-menu-wrapper .footer-menu-wrapper-column .et_mobile_nav_menu {
        display: none !important;
    }

    .footer-menu-wrapper .footer-menu-wrapper-colum .et_pb_column {
        margin-bottom: 0px;
    }

  .news-letter-left {
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .news-letter-left .gform-theme--foundation .gform_fields {
        flex-wrap: wrap;
    }

    .news-letter-left .gfield--input-type-email {
        /* max-width: auto !important; */
        /* min-width: auto !important; */
    }

    .footer-menu-wrapper {
        top: 0;
    }

    .footer-menu-wrapper .footer-menu-wrapper-column ul li:last-child {
        padding: 0px;
    }

    .single-post #main-content .et_pb_image_wrap {
        width: 100%;
    }

    .single-post #main-content .et_pb_image_wrap img {
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    .news-letter-left .gfield--input-type-email {
        max-width: auto !important;
        min-width: auto !important;
        width: calc(100% - 155px);
    }

    .copyright-row .footer-copyright-menu {
        text-align: right;
    }
}

@media (max-width: 479px) {

.et-l--header .et_pb_section_1_tb_header.et_pb_section{
    margin-top: 105px;
}

    .header-section .header-logo {
        margin-bottom: 0px !important;
    }

    .header-section .header-logo img {
        width: 170px !important;
    }

    .header-section .et_pb_row .et_pb_column:last-child {
        top: -33px;
    }

    .footer-menu-social .et_pb_social_media_follow li {
        margin-right: 0 !important;
    }

    .footer-menu-social .et_pb_social_media_follow li a {
        margin-right: 3px;
    }

    .copyright-row .et_pb_column {
        width: 100%;
    }

    .news-letter-left .gfield--input-type-email {
        max-width: auto !important;
        min-width: auto !important;
        width: 100% !important;
    }

    .news-letter-left .gform-theme--foundation .gform_fields {
        gap: 10px;
    }

    .copyright-row .footer-copyright-menu {
        text-align: left;
    }
}

@media screen and (min-width : 3000px){
    .offer-image {
    margin-top: -8.3%;
}
.main-container.ontario-section.et_pb_section_2.et_pb_section{
    padding-bottom: 225px;
}

}

@media screen and (min-width : 4500px){
 
.main-container.ontario-section.et_pb_section_2.et_pb_section{
    padding-bottom: 280px;
}

}