/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* === genereal ===  */

html{-moz-osx-font-smoothing: grayscale;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

#main .white-color * {
    color: #fff;
}

#page a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, .content ol, .content ul {
    margin-bottom: 20px;
}

strong {
    font-weight: 500;
}

#main ul li, #main ol li {
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main ul li {
    margin-bottom: 5px;
}

#main ol li {
    margin-bottom: 10px;
}

.content ol li ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

#main .content ol li ul li {
    margin-bottom: 5px;
}


/* header */

#page .branding img {
    max-width: 236px;
    width: 100%;
}

.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text {
    padding-right: 15px;
}

.sub-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    width: 100%;
    height: 10px;
    pointer-events: none;
}

.dt-mobile-menu-icon .lines, .dt-mobile-menu-icon .lines:before, .dt-mobile-menu-icon .lines:after {
    height: 5px;
    width: 30px;
    border-radius: 20px;
}

#page .dt-mobile-menu-icon {
    width: 30px;
}


.dt-mobile-menu-icon .lines:before {
    top: 8px;
}

.dt-mobile-menu-icon .lines:after {
    top: -8px;
}

#page .show-floating-icon .floating-btn {
    width: 44px;
    border-radius: 0px;
}

.show-floating-icon .dt-mobile-menu-icon .lines {
    border-radius: 20px;
}


/* page title */

.fancy-header .hgroup h1, .page-title .hgroup h1 {
    text-shadow: rgba(0, 0, 0, 0.50) 1px 1px 5px;
}

.custom-page-title-wrapper {
    min-height: 320px;
    padding: 10px 0;
}

.custom-page-title-wrapper .vc_custom_heading {
    margin: 20px 0 0;
    text-shadow: rgba(0, 0, 0, 0.50) 1px 1px 5px;
}

#page .custom-page-title-wrapper:before, #page .fancy-header:before, #page .page-title:before {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

#page .custom-page-title-wrapper:after, #page .fancy-header:after, #page .page-title:after {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}


/* footer */

#footer.solid-bg {
    background-size: cover;
}

.footer .widget, .footer .widget .textwidget, .footer .widget .textwidget p:last-child {
    margin-bottom: 0;
}

.bottom-section-wrapper {
    background: url(/wp-content/uploads/2020/02/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-section-wrapper .widget, .bottom-section-wrapper .widget .textwidget {
    margin: 0;
    padding: 0;
    border: none;
}

.bottom-section-wrapper .widget .textwidget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.bottom-section-wrapper .widget .textwidget h3 {
    font-size: 41px;
    line-height: 47px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.bottom-section-wrapper .widget .textwidget h3 strong {
    font-weight: 500;
}

#main .bottom-section-wrapper .cta-inner {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

#main .bottom-section-wrapper .widget .textwidget .blue-border-btn {
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #fff;
    padding: 13px 23px 15px;
    width: auto;
    float: left;
}

.bottom-section-wrapper .cta-inner > .vc_column-inner > .wpb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

#main .bottom-section-wrapper .cta-inner p {
    margin: 0;
}

#main .bottom-section-wrapper .cta-inner a {
    margin-top: 10px;
}

#main .bottom-section-wrapper .cta-inner .dt-btn {
    padding-top: 10px;
    padding-bottom: 14px;
}

#main .bottom-section-wrapper .cta-inner .dt-btn.download-btn:before{
    right: 30px;
    flex-shrink: 0;
}

#main .bottom-section-wrapper .cta-inner .dt-btn.download-btn {
    padding-left: 0;
}

#main .bottom-section-wrapper .widget .textwidget .blue-border-btn.register-btn {
    background: #4EC1E0;
}

#main .bottom-section-wrapper .widget .textwidget .blue-border-btn.register-btn:hover {
    background: #430098;
    border-color: #430098;
}

#bottom-bar {
    font-weight: 300;
}

#bottom-bar a {
    text-decoration: none!important;
}

#bottom-bar .bottom-text-block * {
    font-size: 16px;
    line-height: 20px;
    color: #484746;
}


/* button */

#main .dt-btn {
    border: 3px solid transparent;
    white-space: normal;
}

#main .dt-btn:hover:after {
    background: none;
}

#page .blue-border-btn, #page .dt-btn.blue-border-btn {
    border: 3px solid #4EC1E0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: -ms-transform all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

#page .blue-border-btn:hover {
    background: #4EC1E0;;
}

#page .dt-btn.download-btn {
    position: relative;
    padding-left: 15px;
    padding-right: 50px;
}

#page .dt-btn.download-btn:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/02/download-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#page .dt-btn.download-btn:hover:before, #page .dt-btn.download-btn.white-download-btn:before {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.204' height='29.945' viewBox='0 0 25.204 29.945' style='&%2310;'%3E%3Cg transform='translate(-1.25 0.75)'%3E%3Cpath d='M13.106,16.806h-.839L8.293,12.831l.838-.838,3.556,3.556,3.556-3.556.838.838Z' transform='translate(1.166 2.221)' fill='%234ec1e0' stroke='%234ec1e0' stroke-width='1.5' style='&%2310; stroke: %23fff;&%2310;'/%3E%3Crect width='1.185' height='7.111' transform='translate(13.26 10.667)' fill='%234ec1e0' stroke='%234ec1e0' stroke-width='1.5' style='&%2310; stroke: %23fff;&%2310;'/%3E%3Crect width='10' height='1' transform='translate(9 21.063)' fill='%234ec1e0' stroke='%234ec1e0' stroke-width='1.5' style='&%2310; stroke: %23fff;&%2310;'/%3E%3Cpath d='M8.146,7.926H4V6.741H8.146a.6.6,0,0,0,.595-.595V2H9.926V6.146A1.783,1.783,0,0,1,8.146,7.926Z' transform='translate(0.37 0.37)' fill='%234ec1e0' stroke='%234ec1e0' stroke-width='1.5' style='&%2310; stroke: %23fff;&%2310;'/%3E%3Cpath d='M23.334,28.445H4.37A2.373,2.373,0,0,1,2,26.075V6.514l.173-.42L8.094.173,8.514,0h14.82A2.373,2.373,0,0,1,25.7,2.37v23.7A2.373,2.373,0,0,1,23.334,28.445ZM3.185,6.759V26.075A1.186,1.186,0,0,0,4.37,27.26H23.334a1.186,1.186,0,0,0,1.185-1.185V2.37a1.186,1.186,0,0,0-1.185-1.185H8.759Z' fill='%234ec1e0' stroke='%234ec1e0' stroke-width='1.5' style='&%2310; stroke: %23fff;&%2310;'/%3E%3C/g%3E%3C/svg%3E");
}


/* heading bottom border */

.border-bottom {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 25px;
}

.border-bottom:before {
    content: "";
    display: block;
    background: #4EC1E0;
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.center-border-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center-border-bottom .border-bottom:before {
    right: 0;
    margin: auto;
    width: 46px;
}


/* image with shadow */

.with-shadow img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


/* testimonial */

.testimonial-carousel-wrapper .testimonial-content, .testimonial-wrapper .testimonial-content {
    font-family: "Playfair Display", Helvetica, Arial, Verdana, sans-serif;
}

.testimonial-carousel-wrapper .testimonial-content {
    padding: 0 50px;
}

.testimonial-carousel-wrapper .testimonial-content p {
    margin: 0;
    position: relative;
}

.testimonial-carousel-wrapper .testimonial-content p:before {
    content: "“ ";
}

.testimonial-carousel-wrapper .testimonial-content p:after {
    content: " ”";
}

.testimonial-carousel-wrapper .testimonial-content .more-link {
    display: none;
}

#main .testimonial-carousel-wrapper .testimonial-name span {
    text-transform: uppercase;
}

#main .testimonial-carousel-wrapper .owl-dots {
    width: 100%;
    text-align: center;
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    position:  relative;
    top: 0;
    left: 0;
    outline: none;
    margin:30px 0 0;
}

#main .testimonial-carousel-wrapper .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 3px solid rgba(67, 0, 152, 0);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    top: -3px;
}

#main .testimonial-carousel-wrapper .owl-dot.active {
    border: 3px solid rgba(67, 0, 152, 0.22);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    top: -3px;
}

#main .testimonial-carousel-wrapper .owl-dot.active span{
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonial-wrapper .testimonial-content p {
    margin-bottom: 10px;
}

.testimonial-wrapper .testimonial-content p:last-child {
    margin-bottom: 0;
}

.testimonial-wrapper .dt-css-grid .wf-cell {
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial-wrapper .dt-css-grid .wf-cell:nth-child(even) {
    background: #F2F2F4;
}


/* intro section */

.intro-section-wrapper {
    padding: 50px 0;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-section-wrapper:before {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.intro-section-wrapper:after {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.intro-section-wrapper .schedule-inner {
    background: #45B7D6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 30px 20px 50px;
}

.intro-section-wrapper .schedule-inner p, .intro-section-wrapper .schedule-inner-v2 p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
}

.intro-section-wrapper .schedule-inner-v2 .ult-content-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)!important;
    padding: 30px 20px 50px;
}
    


/* fancy video */

.fancy-media-wrap .rollover-video {
    position: relative;
}

.fancy-media-wrap .rollover-video:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/02/play-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    flex-shrink: 0;
}

.fancy-media-wrap {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


/* home */

#main-slideshow {
    margin: 0 20px;
}

.home-intro-wrapper .inner-content {
    padding: 0 10px;
}

.home-intro-wrapper .inner-content .ult-content-box-container {
    margin: 20px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
}

.home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading {
    margin: 15px 0 40px;
}


/* Coach Leader Training Program */

.coach-leader-training-program-cta-wrapper .ult-content-box {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Resources */

.resources-wrapper .widget_search {
    margin: 0 0 50px;
}

.resources-wrapper .widget_search .widgettitle {
    margin: 0 0 15px;
}

.resources-wrapper .widget_search form {
    margin: 0;
}

.resources-wrapper .widget_search form input {
    background: rgba(67, 0, 152, 0.09);
    border: 2px solid #430098;
    border-radius: 5px;
    height: 50px;
    color: #000;
    font-weight: 500;
}

.resources-wrapper .widget_search form input::-webkit-input-placeholder { 
    color: #000;
}

.resources-wrapper .widget_search form input::-moz-placeholder { 
    color: #000;
}

.resources-wrapper .widget_search form input:-ms-input-placeholder {
    color: #000;
}

.resources-wrapper .widget_search form input:-moz-placeholder{ 
    color: #000;
}

#page .resources-wrapper .searchform .submit {
    color: #000;
}

.resources-wrapper article:nth-child(odd) {
    background: #F2F2F4;
}

.resources-wrapper article .entry-meta {
    font-size: 16px;
    line-height: 20px;
    pointer-events: none;
}

.resources-wrapper article .fancy-date a {
    pointer-events: none;
}

#main .resources-wrapper article .post-entry-content {
    padding-left: 50px;
}

#main .resources-wrapper article .post-entry-content .entry-title {
    padding: 0 0 15px;
    margin-bottom: 25px;
    position: relative;
}

#main .resources-wrapper article .post-entry-content .entry-title:before {
    content: "";
    display: block;
    background: #4EC1E0;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#main .resources-wrapper article .post-entry-content .dt-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}

#main .resources-wrapper article .post-thumbnail-rollover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

#main .resources-wrapper article .post-entry-content .dt-btn i {
    position: relative;
    top: -1px;
    margin: 0 0 0 10px;
}


/* search */

body.search #main, body.single #main {
    padding: 50px 0;
}

body.search p, body.search .entry-meta  {
    font-size: 16px;
    line-height: 24px;
}


/* single post */

body.single .h5ab-print-button-container {
    margin: 30px 0;
}

body.single .entry-meta {
    font-size: 16px;
    line-height: 20px;
}


/* contact */

#main .contact-form .gform_wrapper li.custom-label, #main .contact-form .gform_wrapper li.gfield label {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px;
}

.contact-form .custom-label .required, .contact-form .gfield_required {
    color: #4EC1E0;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield, .contact-form .gform_wrapper ul.gform_fields li.gfield input {
    margin: 0 0 20px;
}

.contact-form .gform_wrapper .top_label div.ginput_container {
    margin: 0!important;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield input {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield input::-webkit-input-placeholder { 
    color: #454442;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield input::-moz-placeholder { 
    color: #454442;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #454442;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield input:-moz-placeholder{ 
    color: #454442;
}


#main .contact-form .gform_wrapper .ginput_container_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 400;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox label::before,
#main .contact-form .gform_wrapper .ginput_container_checkbox label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox label::before {
    content: " ";
    border: 2px solid #4EC1E0;
    border-radius: 0px;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox input[type="checkbox"] + label::after {
    content: "\2714";
    color: #4EC1E0;
    line-height: 19px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox input[type="checkbox"] + label::after,
#main .contact-form .gform_wrapper .ginput_container_checkbox  input[type=radio] + label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#main .contact-form .gform_wrapper .ginput_container_checkbox input[type="checkbox"]:checked + label::after,
#main .contact-form .gform_wrapper .ginput_container_checkbox input[type=radio]:checked +  label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#main .contact-form .gform_wrapper .ginput_container_checkbox label::before,
#main .contact-form .gform_wrapper .ginput_container_checkbox label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox  {
    display: inline-block;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li {
    width: 50%;
    margin: 0;
    display: inline-block;
}

#main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label {
    font-size: 15px;
    margin: 0 0 5px;
    white-space: nowrap;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield.subject input {
    max-width: 375px;
    width: 100%;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield textarea {
    height: 155px;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield.subject input {
    max-width: 375px;
    width: 100%;
}

#main .contact-form .gform_wrapper ul.gform_fields li.gfield textarea {
    height: 155px;
}

.gform_wrapper div.validation_error {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    border-top: 1px solid #790000;
    border-bottom: 1px solid #790000;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.gform_wrapper .validation_message {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#main .contact-form .gform_wrapper .gform_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

#main .contact-form .gform_wrapper .gform_footer input {
    font-size: 21px;
    line-height: 21px;
    outline: none;
    width: 240px;
    margin: 0;
}

#main .contact-form .gform_wrapper .gform_footer input:hover {
    border-color: #291860;
}


/* replace ajax spinner gravity forms */
.gform_ajax_spinner {margin: 0 0 0 10px; border: 5px solid rgb(78, 193, 224); border-left: 5px solid #37189a; animation: spinner 1.1s infinite linear; border-radius: 100%; width: 20px!important; height: 20px!important;}

@keyframes spinner {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}



/** ========== MEDIA QUERIES ========== **/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE CSS ONLY */

    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
        height: 0vh;
    }
    
    .fancy-media-wrap img {
        width: 100%;
    }
    
    .testimonial-wrapper .dt-css-grid .wf-cell {
        padding: 30px!important;
    }
    
    #main .contact-form .gform_wrapper .ginput_container_checkbox input[type="checkbox"] + label::after {
        line-height: 16px;
    }
}


@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 0;
    }
}


@media all and (min-width: 1199px) {
    
    /* left - right gap */
    
    .left-right-gap .wpb_column:first-child {
        padding-right: 15px;
    }
    
    .left-right-gap .wpb_column:last-child {
        padding-left: 15px;
    }
    
}


@media all and (min-width:641px) {
    
    /* form */
    
    #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: calc(100% - 0px)!important
    }
    
    #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 0px);
    }
    
    #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        padding-right: 0px;
        padding-left: 8px;
        margin: 0;
    }
    
    #main .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 0;
        padding-right: 8px;
    }
    
    #main .gform_wrapper .top_label li.gfield.gf_left_half {
        padding-right: 8px;
        padding-left: 0;
    }
    
    #main .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-right: 0px;
        padding-left: 8px;
    }
    
    #main .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
    }

}


@media all and (max-width: 1400px) {
    
    /* home */
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
        padding: 30px;
    }
    
}


@media all and (max-width: 1300px) {
    
    /* home */
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading {
        font-size: 30px!important;
        line-height: 35px!important;
    }
    
}


@media all and (max-width: 1199px) and (min-width: 991px) {
    
    /* home */
    
    .home-intro-wrapper .inner-content {
        padding: 0 15px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container {
        margin: 10px 5px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
        padding: 30px 20px;
        min-height: 400px!important;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading {
        font-size: 25px!important;
        line-height: 30px!important;
        margin: 10px 0 30px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box img {
        max-width: 125px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .dt-btn {
        width: 150px!important;
        font-size: 16px;
        padding: 10px;
    }

}


@media all and (max-width: 1199px) {
    
    /* header */
    
    .branding {
        max-width: 185px;
        width: 100%;
    }
    
    .main-nav > li > a .menu-text {
        font-size: 16px;
    }
    
    
    /* fancy video */
    
    .fancy-media-wrap .rollover-video:before {
        width: 70px;
        height: 70px;
    }
    
    
    /* intro section */

    .intro-section-wrapper {
        padding: 50px!important;
    }
    
    
    /* home */
    
    .home-section-two-wrapper .left-right-gap {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    
    
    /* Coach Leader Training Program */

    #main .coach-leader-training-program-cta-wrapper .ult-content-box .dt-btn {
        font-size: 18px;
    }
    
    
    /* Resources */
    
    #main .resources-wrapper article .post-entry-content {
        padding-left: 30px;
    }
    
    
    /* search */
    
    body.search #main, body.single #main  {
        padding: 30px 0;
    }
        
}


@media all and (max-width: 991px) {
    
    html, body, body.page, .wf-container > * {
        font-size: 16px;
        line-height: 25px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    h1, h2, h3, h4, h5, h6, p, .content ol, .content ul {
        margin-bottom: 15px;
    }
    
    .border-bottom {
        padding: 0 0 10px;
        margin-bottom: 20px;
    }
    
    .border-bottom:before {
        width: 60px;
    }
    
    #main > .wf-wrap {
        padding: 0 15px 0 15px;
    }
        
    
    /* page title */
    
    #page .custom-page-title-wrapper:before, #page .fancy-header:before, #page .page-title:before, #page .custom-page-title-wrapper:after, #page .fancy-header:after, #page .page-title:after {
        width: 10px;
    }
    
    #page .custom-page-title-wrapper, #page .fancy-header, #page .page-title {
        margin: 10px 0 0;
    }
    
    
    /* intro section */
    
    .intro-section-wrapper {
        margin-top: 10px;
    }
    
    .intro-section-wrapper:before, .intro-section-wrapper:after {
        width: 10px;
    }
    
    .intro-section-wrapper h3 {
        font-size: 20px;
    }
    
        
    /* footer */
    
    .bottom-section-wrapper {
        padding: 50px 0;
    }
    
    .bottom-section-wrapper .textwidget h3 {
        font-size: 35px;
        line-height: 40px;
    }
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn {
        padding: 13px 65px 14px 30px!important;
    }
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn:before {
        right: 20px;
    }

    #bottom-bar {
        font-size: 16px;
        line-height: 20px;
    }

    #bottom-bar .bottom-text-block * {
        font-size: 14px;
        line-height: 20px;
    }
    
    #bottom-bar .wf-td {
        display: block;
    }
    
    #bottom-bar .wf-float-left {
        margin: 0 0 5px;
    }
    
    
    /* button */
    
    #main .dt-btn, #main .bottom-section-wrapper .widget .textwidget .blue-border-btn, #main .coach-leader-training-program-cta-wrapper .ult-content-box .dt-btn {
        width: auto!important;
        font-size: 16px;
        line-height: 20px;
        padding: 13px 23px!important;
    }
    
    #page .dt-btn.download-btn:before {
        width: 15px;
        height: 20px;
    }
        
    
    /* testimonial */
    
    .testimonial-carousel-wrapper .testimonial-content {
        padding: 0;
    }
    
    .testimonial-wrapper .dt-css-grid .wf-cell {
        padding: 30px;
    }
    
    #main .testimonial-carousel-wrapper .testimonial-name span {
        font-size: 16px;
        line-height: 20px;
    }

    
    /* home */
    
    #main-slideshow {
        margin: 10px 10px 0;
    }
    
    .home-intro-wrapper .inner-content {
        padding: 5px 10px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container {
        margin: 5px 0;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
        min-height: 350px!important;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box * {
        text-align: center!important;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading {
        margin: 15px 0 25px;
    }
    
    #main .testimonial-carousel-wrapper .testimonial-content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
        
        
    /* Coach Leader Training Program */
    
    .coach-leader-training-program-cta-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .coach-leader-training-program-cta-wrapper * {
        text-align: center;
    }
    
}


@media all and (max-width: 767px) {
    
    
    /* footer */
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn {
        margin-right: 15px!important;
    }

    
    /* page title */
    
    .custom-page-title-wrapper {
        min-height: 200px;
    }
    
    .custom-page-title-wrapper .vc_custom_heading {
        font-size: 30px!important;
        line-height: 35px!important;
    }
    
    
    /* intro section */

    .intro-section-wrapper {
        padding: 30px!important;
    }
    
    .intro-section-wrapper h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .intro-section-wrapper .schedule-inner, .intro-section-wrapper .schedule-inner-v2 .ult-content-box {
        text-align: center;
        padding: 30px;
    }
    
    
    /* Resources */
    
    #main .resources-wrapper article {
        padding: 20px;
        margin: 0 0 10px;
    }
    
    #main .resources-wrapper article .post-entry-content {
        padding: 20px 0 0!important;
    }
    
    .resources-wrapper .widget_search {
        margin: 0 0 40px;
    }
    
    
    /* contact */
    
    #main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li {
        width: 100%;
    }
    
    #main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label {
        white-space: normal;
    }
            
        
}


@media all and (max-width: 640px) {
    
    /* contact */
    
    #main .contact-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.first-name input {
        margin-bottom: 15px;
    }

    
    #main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li {
        width: 100%;
    }
    
    #main .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label {
        white-space: normal;
    }
    
    #main .contact-form .gform_wrapper ul.gform_fields li.gfield input {
        height: 40px;
        font-size: 14px;
    }
    
    #main .contact-form .gform_wrapper li.custom-label, #main .contact-form .gform_wrapper li.gfield label {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    
    #main .contact-form .gform_wrapper ul.gform_fields li.gfield input {
        margin-bottom: 15px;
    }
    
    #main .contact-form .gform_wrapper ul.gform_fields li.gfield.first-name input {
        margin: 0;
    }
    
    #main .contact-form .gform_wrapper ul.gform_fields li.gfield textarea {
        height: 100px;
    }
    
}


@media all and (max-width: 600px) {
    
    /* footer */
    
    .bottom-section-wrapper .widget .textwidget h3 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
    
    .bottom-section-wrapper .cta-inner > .vc_column-inner > .wpb_wrapper {
        display: block;
    }
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn {
        margin-right: 0px!important;
        padding: 13px 65px 14px 40px!important;
    }
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn:before {
        right: 35px;
    }
        
}


@media all and (max-width: 479px) {
    
    h2, h3 {
        font-size: 20px;
        line-height: 25px;
    }
    
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    
    /* page title */
    
    #page .page-title .wf-wrap, #page .fancy-header .wf-wrap, .custom-page-title-wrapper {
        min-height: 150px;
    }
    
    .fancy-header .hgroup h1, .page-title .hgroup h1, .custom-page-title-wrapper .vc_custom_heading, .page-title .hgroup h1 span {
        font-size: 20px!important;
        line-height: 25px!important;
    }
    
    .custom-page-title-wrapper .vc_custom_heading {
        margin: 10px 0 0;
    }


    /* footer */
    
    #bottom-bar {
        font-size: 14px;
        line-height: 20px;
    }
    
    #main .bottom-section-wrapper .cta-inner {
        margin: 20px 0 0;
    }
    
    
    /* intro section */

    .intro-section-wrapper {
        padding: 20px 15px!important;
    }
    
    .intro-section-wrapper h3 {
        font-size: 16px;
        line-height: 25px;
    }
    
    .intro-section-wrapper .schedule-inner, .intro-section-wrapper .schedule-inner-v2 .ult-content-box {
        padding: 20px;
    }
    
    .intro-section-wrapper .schedule-inner p, .intro-section-wrapper .schedule-inner-v2 p {
        font-size: 15px;
        line-height: 20px;
    }
    
    
    /* fancy video */
    
    .fancy-media-wrap .rollover-video:before {
        width: 50px;
        height: 50px;
    }
    
    
    /* home */
    
    #main .testimonial-carousel-wrapper .testimonial-content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    
    #main .testimonial-carousel-wrapper .testimonial-name span {
        font-size: 14px;
        line-height: 20px;
    }
    
    
    /* testimonial */
    
    .testimonial-wrapper .dt-css-grid .wf-cell {
        padding: 20px;
    }
    
    #main .testimonial-carousel-wrapper .owl-dots {
        margin: 20px 0 0;
    }
    
    _:-ms-fullscreen, :root .testimonial-wrapper .dt-css-grid .wf-cell {
        padding: 20px!important;
    }
    
    
    /* about */
    
    .principal-coaches-wrapper .wpb_column {
        width: 100%;
    }
    
    
    /* Resources */
    
    .resources-wrapper .widget_search .widgettitle {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    #main .resources-wrapper article .post-entry-content .entry-title {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 10px;
        margin: 0 0 20px;
    }
    
    #main .resources-wrapper article .post-entry-content .dt-btn {
        font-size: 14px;
        line-height: 14px;
    }
    
    
    /* contact */
    
    #main .contact-form .gform_wrapper .gform_footer input {
        font-size: 16px;
        line-height: 16px;
        width: 180px;
    }

}


@media all and (max-width: 370px) {
    
    /* footer */
    
    .bottom-section-wrapper .widget .textwidget h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    
    /* button */
    
    #main .dt-btn, #main .bottom-section-wrapper .widget .textwidget .blue-border-btn, #main .coach-leader-training-program-cta-wrapper .ult-content-box .dt-btn {
        width: auto!important;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 23px!important;
    }
    
    #main .bottom-section-wrapper .cta-inner .dt-btn.download-btn {
        padding: 13px 60px 14px 40px!important;
    }

    
    /* home */
    
    .home-intro-wrapper .inner-content .ult-content-box-container {
        position: relative;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container:before {
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.30);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box {
        min-height: 300px!important;
        padding: 20px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box * {
        position: relative;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading {
        font-size: 20px!important;
        line-height: 25px!important;
        margin: 10px 0 30px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .vc_custom_heading br {
        display: none;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box img {
        max-width: 125px;
    }
    
    .home-intro-wrapper .inner-content .ult-content-box-container .ult-content-box .dt-btn {
        width: 150px!important;
    }
        
}




