/*
Theme Name:     Hello-elementor-child
Theme URI:      https://www.gottman.com/
Description:    Hello-elementor child theme.
Author:         Sinisa Nikolic
Author URI:
Template:       hello-elementor
Version:        0.1.0
*/

/* ==========================================================================
#MENU PRIMARY
========================================================================== */

body {
    padding-top: 70px;
}

.gottman-site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: #fafafa;
    background: rgb(250, 250, 250);
    /* We  are adding the gradient to give the gray/white split behind the buttons. */
    background: linear-gradient(
        90deg,
        rgba(250, 250, 250, 1) 0%,
        rgba(250, 250, 250, 1) 38%,
        rgba(0, 0, 0, 1) 38%,
        rgba(255, 255, 255, 1) 38%,
        rgba(250, 250, 250, 1) 100%
    );
}

.admin-bar .gottman-site-header {
    top: 32px;
}

@media screen and (max-width: 1700px) {
    #wp-admin-bar-elementor_inspector,
    #wp-admin-bar-perfmatters {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    #wp-admin-bar-customize,
    #wp-admin-bar-updates,
    #wp-admin-bar-wpseo-menu,
    #wp-admin-bar-notes,
    #wp-admin-bar-wpengine_adminbar,
    #wp-admin-bar-elementor_edit_page,
    #wp-admin-bar-elementor_notes,
    #wp-admin-bar-jet_plugins,
    #wp-admin-bar-gform-forms {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    #wpadminbar {
        display: none;
    }


    body.admin-bar { padding-top: 24px; }

    .admin-bar .gottman-site-header {
        top: 0px;
    }

    .gottman-header-inner {
        max-width: 1140px;
        height: 70px;
        margin-left: 10px !important;
        margin-right: 10px !important;
        display: flex;
        align-items: center;
    }
}

.admin-bar .gottman-site-header:after {
    top: -1px;
}

.gottman-header-inner {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.site-logo {
    display: inline-block;
    width: 182px;
    height: 35px;
}

.custom-logo-link {
    max-width: 182px;
    height: 35px;
    background: url(images/logo-tgi.png) no-repeat;
    background-size: 182px;
    display: block;
}

@media screen and (min-width: 820px) and (max-width: 1140px) {
    .site-logo {
        width: 39px;
        height: 44px;
    }
    .custom-logo-link {
        background: url(images/TGI-SM-Logo.svg) no-repeat;
        filter: brightness(0%) contrast(100%) saturate(100%) blur(0px)
            hue-rotate(108deg);
        height: 39px;
    }
}

@media screen and (max-width: 500px) {
    .site-logo {
        width: 39px;
        height: 44px;
    }
    .custom-logo-link {
        background: url(images/TGI-SM-Logo.svg) no-repeat;
        filter: brightness(0%) contrast(100%) saturate(100%) blur(0px)
        hue-rotate(108deg);
        height: 39px;
    }
}

.header-menu {
    display: inline-block;
    margin-left: 30px;
}

@media screen and (max-width: 820px) {
    .site-navigation-custom {
        display: none;
    }
    .site-navigation-custom.show {
        display: block;
        padding-bottom: 30px;
    }
}

.menu--primary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.menu__item--top-level {
    float: left;
}

@media screen and (min-width: 820px) {
    .menu__item--top-level {
        line-height: 70px;
    }
}

.menu--primary .menu__item--top-level {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.menu--primary .sub-menu {
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 820px) {
    .gottman-site-header {
        background: #fff !important;
    }

    .menu--primary .menu__item--top-level:nth-child(-n + 4) {
        /* Target the first four items to make a gray background */
        background-color: #fff !important;
    }

    .menu--primary .menu__item--top-level:nth-child(n + 4) {
        /* Target the first four items to make a gray background */
        background-color: #fff !important;
    }

    .menu--primary .menu__item--top-level:nth-child(4) {
        padding-right: 0px !important;
    }
    .menu--primary .menu__item--top-level:nth-child(5) {
        padding-left: 10px !important;
    }

    .sub-menu.active {
        display: block !important;
        padding-left: 25px !important;
    }
}

.menu--primary .menu__item--top-level:nth-child(-n + 4) {
    /* Target the first four items to make a gray background */
    background-color: #fafafa;
}

.menu--primary .menu__item--top-level:nth-child(n + 4) {
    /* Target the first four items to make a gray background */
    background-color: #fff;
}

.menu--primary .menu__item--top-level:nth-child(4) {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fafafa;
    padding-right: 30px;
}
.menu--primary .menu__item--top-level:nth-child(5) {
    padding-left: 30px;
}

.menu--primary .menu__item--top-level > a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}

.menu--primary .menu__item--top-level > a:hover {
    color: #1e1e1e;
}

.mega-menu__heading {
    font-size: 18px;
    font-weight: 500;
    font-family: "canada-type-gibson", Sans-serif;
}

/* Sub menu
========================================================================== */

.sub-regular .sub-menu--primary {
    display: none;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.sub-regular .sub-menu--primary li:not(.fw-500) {
    margin-top: 10px;
}

.sub-regular .sub-menu--primary li a {
    display: block;
    color: #1e1e1e;
}

.menu__item--primary li:has(.menu__link--primary-depth-1) {
    line-height: 12px;
    font-size: 17px;
}

.menu__item--primary [class*=" eicon-"], .menu__item--primary [class^=eicon] { display: block; }

.menu__item--primary [class*=" eicon-"]:before,
.menu__item--primary [class^=eicon]:before { color: #3f5465; padding-right: 3px; }

@media screen and (max-width: 820px) {
    .sub-regular .sub-menu--primary {
        opacity: 1;
    }
    .sub-regular .sub-menu li {
        margin-top: 20px !important;
    }
    .sub-regular .sub-menu a {
        padding: 0;
        line-height: 1;
    }
    .sub-regular .sub-menu--primary [class*=" eicon-"]:before, .sub-regular .sub-menu--primary [class^=eicon]:before {
        top: 3px !important;
    }
}

.menu__link--primary-depth-1 {
    font-size: 17px;
    font-weight: 400;
    padding: 8px 0;
}

.mega-menu .menu__link--primary-depth-1:first-of-type {
    font-weight: 500;
}

.mega-menu .menu__link--primary-depth-1:first-of-type:hover {
    color: #1e1e1e;
}

@media screen and (min-width: 820px) {
    .sub-regular .sub-menu--primary {
        display: block;
        position: absolute;
        margin-top: 0;
        top: 70px;
        z-index: 1031;
        border: 1px solid #00000047;
        border-top: 0;
        background: #fff;
        padding: 25px;
        visibility: hidden;
    }

    .sub-regular:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

}

.sub-regular .sub-menu--primary [class*=" eicon-"]:before,
.sub-regular .sub-menu--primary [class^=eicon]:before {
    display: inline-block;
    float: left;
}

.sub-regular .menu__item a {
    transition: all 0.2s ease-out;
}

.sub-regular .menu__item a:hover {
    color: #e56055;
}

.sub-regular .sub-menu--primary .menu__link:after {
    right: 12px;
}

.sub-regular .sub-menu--primary .sub-menu {
    left: 250px;
}

/* Mega menu
========================================================================== */

/*
 * 1. This is parent element <li> (top level list item) with class .mega-menu.
 * Position can't be relative, because mega drop downs are full width, and
 * it needs to be positioned fully on the left side of the bar. If position
 * is relative or absolute, drop down will be relative to it's parent.
 */

.mega-menu {
    position: static;
    /* [1] */
}

/*
 * 1. Arrows are not required in mega menus.
 */

.mega-menu .sub-menu > .menu__item--has-children > a:after {
    display: none;
    /* [1] */
}

/* Mega menu links
========================================================================== */
@media screen and (min-width: 820px) {
    .mega-menu--columns-2 .sub-menu {
        max-width: 500px;
    }

    .mega-menu--columns-2 > ul > li {
        width: 47%;
        padding-right: 3% !important;
    }

    .mega-menu--columns-3 > ul > li {
        width: 33.33333%;
    }

    .mega-menu--columns-4 > ul > li {
        width: 25%;
    }

    .mega-menu--columns-2 > ul > li:nth-child(2n + 1),
    .mega-menu--columns-3 > ul > li:nth-child(3n + 1),
    .mega-menu--columns-4 > ul > li:nth-child(4n + 1) {
        clear: both;
    }

    .mega-menu--links {
        /*
         * 1. Only top padding should be used here. This is .sub-menu--level-0,
         * and margin should be applied on the inner list items to make space
         * between end of menu container and new menu columns.
         * 2. Prevents mega menu links from appearing if hovered below the menu,
         * in content area.
         */
        /*
     * 1. Make columns.
     *
     * 2. Margin bottom should be used to make the space between the end of
     * menu and begining of the new menu column in the next row
     * (4 columns in 2 rows).
     */
    }

    .mega-menu--links > .sub-menu {
        position: absolute;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
        margin: 1px 0 0;
        padding: 25px;
        /* [1] */
        overflow: hidden;
        /* [2] */
        background: #fff;
        border: 1px solid #00000047;
        border-top: 0;
        width: 100%;
    }

    .mega-menu--links:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .mega-menu--links > .sub-menu > li {
        float: left;
        /* [1] */
        padding: 0;
        margin: 0;
        /* [2] */
        line-height: 1;
    }

    .mega-menu .sub-menu {
        list-style: none;
    }

    .mega-menu--links .menu__item a {
        font-size: 17px;
        padding: 8px 0;
        color: #1e1e1e;
        transition: all 0.25s ease-in-out;
    }

    .mega-menu--links .menu__item > a:hover,
    .mega-menu--links .menu__item--current > a {
        color: #e56055;
        text-decoration: none;
    }

    .mega-menu--links .sub-menu .sub-menu {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        -webkit-animation: none;
        animation: none;
    }

    .mega-menu--links .sub-menu .sub-menu li {
        padding: 15px 0 0;
    }

} /* End mega menu links desktop */

@media screen and (max-width: 1240px) {
    #menu__item-446287183 > .sub-menu,
    #menu__item-446287196 > .sub-menu {
        right: 0;
    }
}

@media screen and (max-width: 820px) {
    .header-menu,
    .menu--primary {
        width: 100%;
        list-style: none;
        margin: 0;
    }

    .menu--primary {
        margin: 0 10px;
    }

    .menu--primary .menu__item--top-level > a {
        font-size: 20px;
        font-weight: 600;
    }

    .menu--primary .sub-menu--side { margin-bottom: 15px; }
    .menu--primary .sub-menu--side li { margin-top: 10px; }

    .menu--primary .sub-menu--side a {
        transition: all 0.25s ease-in-out;
    }

    .menu--primary .sub-menu--side a:hover {
        color: #f68d6d;
    }

    .mega-menu .sub-menu {
        list-style: none;
        padding: 0;
    }

    .menu__item--top-level.menu__item--has-children {
        position: relative;
    }

    .mega-menu--links > .sub-menu {
        display: none;
    }

    .mega-menu--links > .sub-menu.active {
        display: block;
        margin-top: 10px;
    }

    .menu--primary .menu__item--top-level > a {
        display: inline-block;
        position: relative;
        line-height: 1;
        padding: 20px 0 5px;
    }

    .mega-menu--links .menu__item--heading a,
    .mega-menu .sub-menu li a {
        color: #1e1e1e;
        line-height: 27px;
    }

    .mega-menu .sub-menu li.fw-400 a {
        font-weight: 400;
    }

    .menu--links-arrow {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .menu--links-arrow:before {
        content: "";
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #1e1e1e transparent transparent transparent;
        transform: rotate(0deg);
    }
}

#menu__item-441 {
    position: relative;
}

#menu__item-441:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -1px;
    width: 1px;
    height: 70px;
    background: #00000047;
}

#menu__item-442 {
    position: relative;
    padding-left: 16px;
}

#menu__item-442:after {
    content: "";
    position: absolute;
    top: -5px;
    z-index: -1;
    left: 0;
    width: 200px;
    height: 70px;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    #menu__item-446290140 > .sub-menu,
    #menu__item-446290123 > .sub-menu {
        right: 0;
    }
}

.gottman-header-buttons {
    display: flex;
    margin-left: auto;
    min-width: 180px;
    align-items: center;
}

.gottman-header-myaccount {
    border: 2px solid #f68d6d !important;
    border-radius: 3px;
    padding: 7px 15px;
    margin: -3px 20px 0 0;
    color: #f68d6d !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 400px) {
    .gottman-header-buttons {
        justify-content: flex-end;
    }

    .gottman-header-myaccount {
        padding: 8px 10px;
        margin: -3px 14px 0 0;
        font-size: 12px;
    }

}

.gottman-header-myaccount:hover {
    background: #f68d6d;
    color: #fff !important;
}

.site-navigation-toggle {
    margin: 0 10px 0 20px;
    background: #fff;
    cursor: pointer;
}

.site-navigation-toggle:before { font-size: 36px; line-height: 1; }

.site-navigation-toggle[aria-hidden="true"]:before {
    content: "\e87f";
}

.site-navigation-toggle[aria-hidden="false"]:before {
    content: "\e816";
}

@media screen and (min-width: 820px) {
    .site-navigation-toggle {
        display: none !important;
    }
}

@media screen and (max-width: 820px) {
    .site-navigation-custom {
        position: fixed;
        z-index: 999;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        display: none;
    }
    .menu__item--top-level {
        float: none;
        display: block;
    }
    #menu__item-441:after {
        display: none;
    }
}

/*--------------------------------------------------------------
# Various
--------------------------------------------------------------*/

blockquote {
    border-left: 10px solid #f68d6d;
    padding: 25px 10px 10px 15px;
    margin-left: 0;
    font-style: italic;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Checkout registration section
--------------------------------------------------------------*/

.step_reg .wfacp_section_title {
    margin: 0 0 20px !important;
}

.registrant-prod-wrapper .prod-detail {
    margin-bottom: 20px;
}

.registrant-prod-wrapper .prod-detail a {
    display: flex;
    align-items: center;
}

.registrant-prod-wrapper .prod-img-holder {
    max-width: 44px;
    margin-right: 20px;
    padding-top: 4px;
}

.prod-title h3 {
    margin: 0 !important;
    font-size: 18px !important;
}

.registrant-form-holder .control-checkbox {
    position: relative;
    padding: 1px 0 0 22px !important;
    cursor: pointer;
}

.registrant-note {
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.registrant-note p {
    margin-bottom: 0 !important;
}

.registration-count {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin: 15px 0;
    font-weight: 600;
}

.form-registrant input {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.form-registrant.form-date {
    display: block;
    margin-bottom: 5px;
}

.form-registrant.form-date label {
    display: inline-block !important;
    margin-bottom: 2px !important;
}

.form-registrant select {
    padding-top: 0 !important;
}

.personal-registration {
    margin-top: 15px;
}

.error-email {
    color: red;
}

.date-picker-holder button {
    color: #fff;
    background: url(images/calendar_icon.png) scroll 10px 7px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;
}

.woocommerce-checkout .ui-datepicker {
    z-index: 110 !important;
}

/*--------------------------------------------------------------
# Bundle products
--------------------------------------------------------------*/

.bundle-title {
    margin-bottom: 0;
}

.list-unstyled {
    margin: 0;
    padding: 0;
}

.list-unstyled li {
    clear: both;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.rec_product {
    margin-bottom: 25px;
    padding: 0;
    font-size: 13px;
    max-width: 350px;
}

.rec_product p {
    margin: 0 0 10px;
    font-size: 13px;
}

.rec_product div.row {
    padding: 0 15px;
}

.rec_product .bundle_product {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    display: block;
    border: 1px solid rgba(2, 1, 1, 0.18) !important;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.rec_product .bundle_product:hover,
.rec_product .bundle_product:focus,
.rec_product .bundle_product.checked {
    border: 0;
}

.rec_product .bundle_product .tgi-bundle-product-wrapper {
    float: right;
}

.rec_product .bundle_product .tgi-bundle-product-wrapper label,
.rec_product__qty-label {
    /* Custom added quantity text on bundled products. */
    display: block;
    font-size: 11px;
    color: gray;
}

.rec_product .bundle_product .tgi-bundle-product-wrapper .training-manual {
    width: 85px;
    padding-left: 23px;
    border: 1px solid gray;
    border-radius: 5px;
}

.rec_product .bundle_product.checked {
    background-color: #fff;
}

.rec_product .bundle_product a.rec_item,
.rec_product .bundle_product a.rec_item:focus {
    color: #000;
    transition: all 0.2s ease-in-out;
}

.rec_product .bundle_product a.rec_item:hover .rec_desc strong {
    color: #e56055;
}

.rec_product .bundle_product input[type="checkbox"] {
    zoom: 1.7;
    margin-top: 1px;
    position: absolute;
    transform: translateY(-50%);
    left: 2%;
}

.rec_product .bundle_product .rec_image {
    width: 65px;
    float: left;
    margin-right: 15px;
}

.rec_product .bundle_product .rec_desc {
    float: left;
}

.rec_product .bundle_product .rec_desc strong {
    display: block;
}

.rec_product .rec_why {
    cursor: pointer;
    margin: 20px 0;
}

.rec_why a {
    color: #e56055 !important;
}

.woocommerce form a.add-training-manual {
    display: inline-block;
    padding: 11px;
    min-width: 0;
    text-transform: none;
    background: transparent;
    border: 1px solid #f68d6d;
    color: #f68d6d;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.woocommerce form a.add-training-manual:hover {
    border-color: #F68D6D;
    color: #F68D6D;
}

/* Used in qty field. */
.hidden {
    display: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}

/*--------------------------------------------------------------
# Bundle Modal
--------------------------------------------------------------*/

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, 25%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 50%);
}

.modal.fade .modal-dialog.bundle-modal--why {
    transform: translate(0, 5%);
}

.modal.show .modal-dialog.bundle-modal--why {
    transform: translate(0, 20%);
}

.modal-open .modal {
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 100%;
}

.modal-content {
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(2, 1, 1, 0.18);
    outline: 0;
    background: #fff;
}

.modal-header {
    min-height: 16.43px;
}

.modal-dialog .modal-header .close {
    float: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5px;
    text-align: right;
    font-size: 48px;
    background: none;
    line-height: 1;
    background: #fff !important;
}

.modal-dialog .modal-header .close:hover {
    color: #000 !important;
}

.modal-dialog .modal-header .close:focus {
    border: 0;
    outline: 0;
}

.modal-header .close {
    margin-top: -2px;
    color: #000;
    opacity: 0.2;
    outline: 0;
    border: 0;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 25px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
    }

    .modal-sm {
        width: 300px;
    }
}

.bundle-modal .modal-body .modal_post_content {
    height: 300px;
    overflow-y: scroll;
    padding-right: 20px;
}

.bundle-modal .modal-body .modal_post_content p {
    font-size: 14px;
}

.bundle-modal .modal-body .hidden-button {
    visibility: hidden;
}

.bundle-modal .modal-body__header {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
}

.bundle-modal .modal-body__header img {
    max-width: 60px;
    min-width: 60px;
    margin-right: 20px;
}

.bundle-modal .col-sm-7 {
    padding-left: 25px;
}

/*--------------------------------------------------------------
# Tribe Events Single Page
--------------------------------------------------------------*/

#tribe-events-pg-template {
    width: 100%;
    max-width: 1140px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {

    #tribe-events-pg-template {
        padding-left: 0;
        padding-right: 0;
    }

    .tribe-event-schedule-dates {
        width: 20%;
        margin-right: 2%;
        float: left;
        height: 100%;
    }
}

.tribe-event-schedule-dates .end-date,
.tribe-event-schedule-dates .start-date,
.tribe-event-schedule-dates .to {
    display: inline-block;
}

@media (min-width: 768px) {
    .tribe-event-schedule-dates .end-date,
    .tribe-event-schedule-dates .start-date,
    .tribe-event-schedule-dates .to {
        display: block;
    }
}

.tribe-event-schedule-dates .end-date,
.tribe-event-schedule-dates .start-date {
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
    width: 49%;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .tribe-event-schedule-dates .end-date,
    .tribe-event-schedule-dates .start-date {
        margin: 0 15px 0 0;
        width: 100%;
    }
}

.tribe-event-schedule-dates .end-date span,
.tribe-event-schedule-dates .start-date span {
    display: block;
    font-family: montserrat, helvetica, arial, sans-serif;
}

@media (max-width: 992px) {
    .tribe-event-schedule-dates .end-date span,
    .tribe-event-schedule-dates .start-date span {
        font-size: 12px;
    }
}

.tribe-event-schedule-dates .end-date span:nth-child(2),
.tribe-event-schedule-dates .start-date span:nth-child(2) {
    font-size: 30px;
    font-family: montserrat, helvetica, arial, sans-serif;
}

.tribe-event-schedule-dates .start-date {
    background-color: #e56055;
}

@media (min-width: 768px) {
    .tribe-event-schedule-dates .start-date {
        margin-bottom: 8px;
    }
}

.tribe-event-schedule-dates .end-date {
    float: right;
}

@media (min-width: 768px) {
    .tribe-event-schedule-dates .end-date {
        float: none;
    }
}

.tribe-event-schedule-dates .to {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -15px;
    margin-top: 34px;
    padding-top: 6px;
    padding-left: 1px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    color: #8d9198;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .tribe-event-schedule-dates .to {
        position: relative;
        float: left;
        margin-top: -19px;
    }
}

.tribe-event-schedule-dates .end-date {
    background-color: #fff4d4;
    color: #000;
}

.gottmans .tribe-event-schedule-dates .to {
    background-color: #ebf6fa;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-tribe_events .tribe-events-event-image {
    clear: none !important;
}

.tribe-events-event-image {
    position: relative;
    clear: none;
    width: 100%;
    border: 1px solid #8d9198;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.tribe-events-event-image::before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.4971751412%;
}

@media (min-width: 1200px) {
    .tribe-events-event-image {
        float: left;
        width: 78%;
    }
}

.single-tribe_events hr {
    margin: 22px 0;
    border-top: 1px solid #eee;
}

@media (min-width: 1200px) {
    .tribe-event-schedule-dates .end-date,
    .tribe-event-schedule-dates .start-date {
        height: 168px;
        font-size: 17px;
        line-height: 1.1;
    }
    .tribe-event-schedule-dates .end-date span:nth-child(2),
    .tribe-event-schedule-dates .start-date span:nth-child(2) {
        font-size: 47px;
    }
}

.tribe-events-event-meta {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
    .tribe-events-meta-group {
        padding: 0;
        width: 100%;
    }
}

.col-sm-4 .tribe-events-single-section:before,
.col-sm-4 .tribe-events-single-section:before,
.col-sm-4 .tribe-events-event-meta:before {
    border: 0;
}

@media (min-width: 768px) {
    .tribe-events-single .col-sm-4 > * {
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    .tribe-events-single .col-sm-4 {
    }
}

.tribe-events-single .col-sm-4 hr {
    margin: 0 !important;
    border: 0;
}

.tribe-events-single .tribe-events-meta-group {
    margin-bottom: 15px;
}

#tribe-events-content .cta-btn a {
    background: #e56055;
    color: #fff;
    border: 0 !important;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
}

.tribe-events-meta-group-organizer {
    padding-top: 15px;
}

.tribe-event-details ul {
    padding-left: 20px;
    list-style: outside;
}

.tribe-events-meta-group .tribe-events-single-section-title,
.tribe_events h2.tribe-subtitle,
.tribe_events h4 strong,
.tribe-event-details .tribe-subtitle {
    font-weight: 500;
}

.event-search-meta abbr[title] {
    border-bottom: unset;
    text-decoration: none;
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
}

/* Events Archive */

.post-type-archive-tribe_events .banner-image.paralax {
    min-height: 425px;
}

.hec-tribe-events .banner-caption {
    width: 100%;
    padding: 0 15px;
}

.hec-tribe-events .banner-caption h1 {
    font-size: 36px;
    font-weight: 500;
}

@media (min-width: 468px) {
    .hec-tribe-events .banner-caption h1 {
        font-size: 56px;
    }
}

.hec-tribe-events .banner-caption p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.hec-tribe-events .banner-buttons {
    list-style: none;
    padding: 0;
}

@media (min-width: 468px) {
    .hec-tribe-events .banner-buttons {
        display: flex;
        justify-content: center;
    }
}

.hec-tribe-events .banner-buttons li {
    margin: 0 7px 10px 7px;
}

.hec-tribe-events .banner-buttons a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 8px 10px;
    border: 3px solid #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
}

@media (min-width: 468px) {
    .hec-tribe-events .banner-buttons a {
        display: inline-block;
        padding: 12px 24px;
    }
}

/* Upcoming events */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0;
    padding-right: 0;
}

.tribe-common--breakpoint-medium.tribe-events
    .tribe-common-c-btn.tribe-events-c-search__button {
    background: #f68d6d;
}

.tribe-common.tribe-common--breakpoint-medium
    button.tribe-events-c-top-bar__datepicker-button {
    padding: 0 10px;
}

.tribe-common.tribe-common--breakpoint-medium
    button.tribe-events-c-top-bar__datepicker-button:hover {
    background: transparent;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    font-size: 30px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
    position: relative;
    top: -25px;
    background-color: #000 !important;
    margin: 0;
}

.tribe-events .tribe-events-calendar-list__month-separator-text:after {
    margin-left: 0;
}

.hec-event {
    overflow: hidden;
    margin: 0 -15px 40px -15px !important;
}

.hec-event .col-sm-6,
.hec-event .col-sm-3 {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .hec-event .tribe-event-schedule-dates {
        width: 20%;
        min-width: 70px;
        height: 100%;
    }
}

.hec-event .tribe-event-schedule-dates span {
    font-size: 22px;
}

.hec-event .tribe-event-schedule-dates span span:nth-child(2) {
    font-size: 57px;
}

.hec-event .tribe-event-schedule-dates .to {
    font-size: 16px;
    padding-top: 8px;
    width: 38px;
    height: 38px;
}

@media (max-width: 1200px) {
    .hec-event .tribe-event-schedule-dates span span:nth-child(2) {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .hec-event .tribe-event-schedule-dates .to {
        margin-top: 34px;
    }
    .hec-event .tribe-event-schedule-dates span {
        font-size: 16px;
    }
    .hec-event .tribe-event-schedule-dates span span:nth-child(2) {
        font-size: 40px;
    }
}

.hec-event .tribe-event-schedule-dates .start-date,
.hec-event .tribe-event-schedule-dates .end-date {
    height: 100px;
}

.hec-event .fresh-tribe-events-wrapper {
    margin-bottom: 20px;
}
.hec-event .tribe-events-meta-group-organizer {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .hec-event .tribe-event-schedule-dates .start-date,
    .hec-event .tribe-event-schedule-dates .end-date {
        height: 183px;
    }

    .hec-event .fresh-tribe-events-wrapper {
        padding-left: 15px;
    }
    .fresh-tribe-events-wrapper {
        float: left;
        width: 65%;
    }
    .hec-event .tribe-events-meta-group-organizer {
        margin-top: 0;
    }
}

.hec-event .tribe-event-schedule-details {
    display: block;
    margin-top: 10px;
}

.hec-event .tribe-events-meta-group h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #919191;
}

.hec-event .website,
.hec-event .tribe-events-read-more {
    margin-top: 10px;
    display: block;
}

/*--------------------------------------------------------------
# Tribe Organizer Single Page
--------------------------------------------------------------*/

.tribe-events-header__title p {
    margin-bottom: 40px;
    font-size: 20px;
}

.tribe-events-pro-organizer__meta-featured-image-link:focus {
    outline: none !important;
}

.tribe-events-pro-organizer__meta .tribe-common-c-svgicon {
    position: relative;
    top: 3px !important;
}

.tribe-events-calendar-list__event-header
    .tribe-events-calendar-list__event-title,
.tribe-events-view--organizer h1,
.tribe-events-view--organizer h2,
.tribe-events-view--organizer h3,
.tribe-events-view--organizer h4 {
    font-weight: 500;
}

.organizer-request-btn .btn {
    border: 1px solid #e56055;
    color: #e56055 !important;
    background: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0;
    padding: 20px 40px;
    border-radius: 4px;
    text-transform: uppercase;
}

.organizer-specialties {
    margin-bottom: 20px !important;
}

.organizer-specialties h4 {
    margin-bottom: 10px !important;
}

.organizer-specialties ul {
    padding-left: 20px;
    list-style: outside;
}

/* Tribe Organizer Content Area */
.tribe-events-pro-organizer__meta-content > * {
    margin-bottom: 15px !important;
}

.tribe-events-pro-organizer__meta-content summary span {
    color: #e56055 !important;
    cursor: pointer;
}

.tribe-events-pro-organizer__meta-content details a,
.tribe-events-pro-organizer__meta-content details a:hover,
.tribe-events-pro-organizer__meta-content details a:focus {
    color: #e56055 !important;
}

.tribe-events-item {
    clear: both;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border,
.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:hover {
    background: #fff !important;
    border-color: #e56055;
    color: #e56055 !important;
}

.gottman-img img {
    border-radius: 50%;
    border: 1px solid #e56055;
    max-width: 100px;
}

.organizer-name {
    color: #e56055;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
    }
    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before {
    content: "";
    display: table;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

.col-sm-8,
.col-sm-6,
.col-sm-4,
.col-sm-3,
.col-xs-12,
.col-md-6 {
    float: left;
}

.p-15 {
    padding: 0 15px;
}

/*--------------------------------------------------------------
# Banner - Gottman speakers
--------------------------------------------------------------*/

.banner-image.parallax {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    min-height: 340px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .banner-image.parallax {
        min-height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .banner-image.parallax {
        min-height: 500px;
    }
}

.banner-image.parallax .banner-content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.banner-content .container {
    max-width: 1140px;
    height: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.banner-content .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-caption h1 {
    color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------
# Gottman Speakers
--------------------------------------------------------------*/

.speakers-section {
    padding: 0 10px;
}

.select-session > div,
.speakers .col-md-6 {
    padding: 0 10px;
    min-height: 1px;
}

.speakers .content {
    height: 370px;
}

@media screen and (min-width: 768px) {
    .speakers .content .col-sm-8 {
        padding-left: 30px;
    }
}

/* Gottman speakers footer. */
.footer--speakers {
    clear: both;
    background-color: #f0f0f0;
    padding: 35px 0 35px;
    overflow: hidden;
}

.footer--speakers .row > div {
    padding: 0 10px;
}

.footer--speakers h2 {
    text-transform: uppercase;
}

.footer--speakers .btn {
    font-weight: 600;
    min-height: 44px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f9af1b -webkit-radial-gradient(
            circle,
            #f9af1b 100%,
            #f9af1b 100%
        ) center/15000%;
    background: #f9af1b -o-radial-gradient(circle, #f9af1b 100%, #f9af1b 100%) center/15000%;
    background: #f9af1b radial-gradient(circle, #f9af1b 100%, #f9af1b 100%)
        center/15000%;
    border: 2px solid #f9af1b;
    border-radius: 5px;
    color: #fff;
    display: block;
    min-width: 220px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 11px 35px;
    white-space: normal;
    -webkit-transition: all 0.2s ease-out, color 0.2s ease-out, background 1s;
    -o-transition: all 0.2s ease-out, color 0.2s ease-out, background 1s;
    transition: all 0.2s ease-out, color 0.2s ease-out, background 1s;
}

.footer--speakers .btn:hover {
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Single page: about bio
--------------------------------------------------------------*/

.blog__author-block {
    letter-spacing: 0.2px;
    border: 1px solid rgba(2, 1, 1, 0.18);
    border-radius: 4px;
    padding: 20px 20px 4px;
}

.blog__author-block p {
    margin-bottom: 16px;
}

.blog__author-block p:empty {
    display: none;
}

.author-bio-title__image {
    position: relative;
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.author-bio-title__image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author-bio-title__name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.author-bio-title__bio {
    margin: 24px 0;
}

/*--------------------------------------------------------------
# Gravity forms fix
--------------------------------------------------------------*/

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title,
.gform_legacy_markup_wrapper h3.gform_title {
    font-weight: 500 !important;
}

/*--------------------------------------------------------------
# Template login/register (pre checkout)
--------------------------------------------------------------*/

.page-template-template-login-register .woocommerce-notices-wrapper {
    margin-top: 60px;
}

.woocommerce-account #js-hide-bar {
    position: relative;
    top: 1px;
    left: 5px;
    cursor: pointer;
}

.pre-checkout__title {
    text-align: center;
    margin: 40px 0;
}

.pre-checkout__notice {
    margin: 0;
}

.pre-checkout {
    margin: 40px 0;
}

@media screen and (min-width: 768px) {
    .pre-checkout {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pre-checkout__form {
        width: 48%;
    }
}

.pre-checkout__form .woocommerce-form {
    border: 1px solid rgb(213, 216, 220);
    border-radius: 3px;
    padding: 16px 30px;
    color: rgb(213, 216, 220);
    min-height: 298px;
}

.pre-checkout__form .form-row {
    width: 100% !important;
}

.pre-checkout__form .woocommerce-form input[type="text"],
.pre-checkout__form .woocommerce-form input[type="email"],
.pre-checkout__form .woocommerce-form input[type="password"] {
    padding: 13px 16px;
    color: #3f5465;
    border: 0;
    background: rgb(249, 250, 250);
}

.pre-checkout__form .woocommerce-form input:focus {
    outline: 0;
}

.pre-checkout__form .woocommerce-form label {
    color: rgb(105, 114, 125);
}

.pre-checkout__form .woocommerce-form .required {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.pre-checkout__form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pre-checkout__form .show-password-input {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
}

.pre-checkout__form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
    color: #686565;
}

.pre-checkout__form .woocommerce-button {
    font-size: 14px;
    border: 0;
    padding: 7px 30px;
}

.pre-checkout__form .woocommerce-form-login__rememberme {
    line-height: 2.5;
    display: inline-block !important;
    cursor: pointer;
}

.woocommerce-account .pre-checkout__form .woocommerce-form-login__rememberme {
    padding-top: 5px;
}

.pre-checkout__form .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em !important;
}

.pre-checkout__form .lost_password {
    clear: both;
    font-size: 12px;
}

.woocommerce-password-strength {
    color: #fff;
}

.login-divider {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.social-media-login {
    text-align: center;
    display: block;
    width: 100%;
}

.social-media-login__google a {
    display: inline-block;
    color: #fff !important;
    background: #f68d6d;
    padding: 7px 20px;
    border-radius: 3px;
}

.social-media-login__google .text-holder {
    padding-left: 10px;
}

/*--------------------------------------------------------------
# Search results
--------------------------------------------------------------*/

.search-results {
    margin-bottom: 40px;
}

.search-container__header {
    display: block;
    width: 100%;
    margin: 40px 0 0px;
    padding: 9px 15px 8px;
    background-color: #e56055;
    color: #f9f9f9;
    text-transform: uppercase;
}

.search-container__filter {
    background: #f3f3f3;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.search-container__filter .facetwp-facet {
    margin-bottom: 0;
}

.search-container__filter .facetwp-facet .facetwp-checkbox {
    display: inline-block;
    margin-top: 20px;
    margin-left: 15px;
    white-space: nowrap;
    position: relative;
    padding-left: 25px;
}

.search-container__filter--reset {
    padding-left: 15px;
}

.search-results article {
    margin-bottom: 15px;
}

.search-results article label {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    margin-bottom: 15px;
    color: #8d8787;
    background: #f3f3f3;
    text-transform: uppercase;
}

.search-results blockquote {
    border-left: 10px solid #f68d6d;
    padding: 10px 10px 10px 15px;
    margin-left: 0;
}

.search-results blockquote *:last-of-type {
    margin-bottom: 0;
}

.search-results .tribe_events .start-date {
    display: block;
    margin: 0 5px 10px 0;
}

.search-results .tribe_events br {
    display: none;
}

.search-results .entry-summary .btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #e56055;
    height: auto !important;
}

.search-results .entry-summary strong,
.search-results .entry-summary b {
    font-weight: 500;
}

.search-results--pagination {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 20px;
}

/*--------------------------------------------------------------
# Order review page (checkout) - PayPal Express Checkout Plugin
--------------------------------------------------------------*/

/* CSS class used in body of this page. */
.angelleye_ppcp-order-review .wfacp-hg-by-box,
.express-checkout .wfacp-hg-by-box {
    display: flex;
    flex-direction: column;
}

.angelleye_ppcp-order-review .wfacp-hg-by-box > div:nth-of-type(4),
.express-checkout .wfacp-hg-by-box > div:nth-of-type(4) {
    order: 3;
}

.angelleye_ppcp-order-review .wfacp_payment,
.express-checkout .wfacp_payment {
    order: 4;
}

.wfacp_express_formatted_billing_address p,
.wfacp_express_formatted_shipping_address p {
    margin-bottom: 0 !important;
}

/* Simple animation while JS is loading extra data from the form. */
.wfacp_express_formatted_billing_address,
.wfacp_express_formatted_shipping_address {
    animation: 2.5s fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
#Password protected pages
--------------------------------------------------------------*/

.post-password-required {
    padding: 20px 0;
}

.post-password-required .page-header {
    text-align: center;
    margin-top: 20px;
}

.post-password-form {
    margin: 40px 0;
}

.post-password-form p {
    justify-content: center;
    text-align: center;
}

.post-password-form input[type="password"] {
    margin-top: 5px;
    display: block;
}

/*--------------------------------------------------------------
#Elementor fixes
--------------------------------------------------------------*/
.elementor-icon-list-items li.elementor-icon-list-item:has(span:empty) {
    display: none;
}

.elementor-add-to-cart.elementor-product-variable:first-of-type .reset_variations {
    visibility: hidden !important;
}

.elementor-location-footer ul { list-style-type: none; }
/*--------------------------------------------------------------
#My Account
--------------------------------------------------------------*/

.my_account_orders th {
    text-transform: uppercase;
    border-bottom: 1px solid #d5d8dc !important;
}

.my_account_orders td {
    border-bottom: 1px solid #eae2e2 !important;
}

.my_account_orders .btn {
    background: #f68d6d;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
#Fibosearch style
--------------------------------------------------------------*/
.dgwt-wcas-search-wrapp {
    margin: 0 20px 0 0px;
}

.dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    font-family: "canada-type-gibson", sans-serif;
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
    line-height: 30px;
    height: 28px;
    width: 26px;
    max-width: 45px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    font-weight: 400;
    background-color: #f68d6d;
}

a.button.product_type_simple {
    color: #fff;
    font-weight: 400;
    background-color: #f68d6d;
}

a.button.product_type_simple:hover {
    background-color: #f68d6d;
    color: #fff;
}

a.button.product_type_external {
    color: #fff;
    font-weight: 400;
    background-color: #f68d6d;
}

.dgwt-wcas-details-left .dgwt-wcas-details-main-image img {
    border-radius: 6px 6px 6px 6px;
}

.dgwt-wcas-pd-price,
.dgwt-wcas-tpd-price {
    line-height: 120%;
    overflow: hidden;
    color: #000;
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
}

.dgwt-wcas-suggestion strong {
    font-weight: 500;
}
