/*---------------------------------------------------------------------------------


Theme Name:   Columbus Park
URI:
Description:
Author:       Cardwell Beach
Author URI:   http://cardwellbeach.com
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

447d1c

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*
@font-face {
    font-family: 'Futura-Light';
    src: url('fonts/futura_light-webfont.woff2') format('woff2'),
         url('fonts/futura_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/




p a {
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif !important; */
    color: #555;
    line-height: 1.2;
    font-weight: 300;
    text-transform: none;
}
h4,h5,h6 {
    font-weight: 500;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
p {
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif !important; */
    font-weight: 300;
    text-transform: none;
    font-size: inherit;
    line-height: 1.6;
    font-size: 1em;
    color: #666;
}
strong {
    font-weight: 500;
}
.content {
    padding-right: 5%;
    padding-left: 5%;
}
.content p {
    font-size: 1.4em;
    line-height: 1.8;
}
.intro h2 {
    font-size: 2.4em;
}





#page-ttl {
    padding: 200px 0 40px !important;
    margin-bottom: 20px;
}
#page-ttl h2 {
    color: #666;
    font-size: 3em;
    display: inline-block;
}
#page-ttl h2:after {
    content: " ";
    width: 90px;
    height: 2px;
    background: #666;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}


#page-ttl h5 {
    padding-bottom: 10px;
    color: #666;
    text-transform: uppercase;
    font-size: 1.4em;
}

@media (min-width: 980px) and (max-width: 1320px ) {
    #page-ttl h2 {
        font-size: 2.4em;
    }
    #page-ttl h5 {
    padding-bottom: 10px;
    color: #666;
    text-transform: uppercase;
    font-size: 1.1em;
}
}

.widget_search #searchsubmit {
    width: auto;
}

/*
a.et_pb_button {
    font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}
*/


.cta {
    padding: 18px 15px;
    width: auto;
    color: #666;
    background: none;
    border-radius: 0;
    border: 2px solid #666;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/* header */
#main-header {
    z-index: 999;
}
#main-header .logo_container {
    margin: 20px 0 0 10px;
}
#main-header .logo_container #logo.fixed {
    display: none;
}
#main-header #et-top-navigation {
    padding-top: 30px;
}
#main-header #et-top-navigation ul#top-menu li a {
    padding: 40px 0;
    font-weight: 500;
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif; */
    color: #666;
    opacity: 1 !important;
    letter-spacing: 0;
}
@media(min-width:981px) and (max-width: 1100px) {
    #top-menu li {
        padding-right: 9px;
    }

    #main-header #et-top-navigation ul#top-menu li a {
        font-size: 13px;
    }
}
@media(min-width:981px) and (max-width: 1391px) {
    #et-top-navigation {
        padding-left: 280px !important;
        text-align: right;
    }
    #top-menu li {
        padding-right:10px;
    }
    body.home #main-header #et-top-navigation ul#top-menu li a {
        font-size: 12px;
    }
    #main-header .logo_container #logo {
        max-height: 50px;
    }
}
@media(min-width:1391px) and (max-width:1511px) {
    #et-top-navigation {
        text-align: right;
    }
}

#main-header #et-top-navigation ul#top-menu li.nav-item-boxed a {
    padding: 18px 15px;
    border: 2px solid #666;
}
#main-header #et-top-navigation ul#top-menu li.nav-item-boxed a:hover {
    background: #666;
    color: #FFF;
    text-shadow: none;
}
#main-header #et-top-navigation ul#top-menu li.nav-item-boxed a::before {
    content: '';
    font-family: "ETmodules" !important;
    display: inline-block;
    margin-right: 5px;
}
#main-header #et-top-navigation ul#top-menu li.current-page-ancestor a,
#main-header #et-top-navigation ul#top-menu li.current-menu-item a {
    color: #288e1a;
}

/* subnav */
#top-menu .menu-item-has-children>a:first-child:after { /* kill arrow */
    display: none;
    content: "";
}
#main-header #et-top-navigation ul#top-menu li ul.sub-menu {
    border-color: #288e1a;
    background: rgba(100,100,100,0.9);
    min-width: 280px;
}
#main-header #et-top-navigation ul#top-menu li ul.sub-menu li {
    width: 100%;
}
#main-header #et-top-navigation ul#top-menu li ul.sub-menu li a {
    padding: 10px 0;
    line-height: 1.2;
    width: 100%;
    color: #FFF;
}

/* header fixed */
#main-header.et-fixed-header .logo_container {
    margin: 0;
}
#main-header.et-fixed-header .logo_container #logo {
    display: none;
}
#main-header.et-fixed-header .logo_container #logo.fixed {
    display: inline-block;
}
#main-header.et-fixed-header {
    background: rgba(255,255,255,0.95);
}
#main-header.et-fixed-header #et-top-navigation {
    padding: 15px 0;
}
#main-header.et-fixed-header #et-top-navigation ul#top-menu li#menu-item-95 a {
    border-color: #FFF;
}
#main-header.et-fixed-header #et-top-navigation ul#top-menu li#menu-item-95 a:hover {
    background: #FFF;
    color: #666 !important;
}









#main-header.et-fixed-header {
    background: #555 !important;
}
body.home #main-header {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.home #main-header #et-top-navigation ul#top-menu li a {
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    color: #FFF;
}
body.home #main-header #et-top-navigation ul#top-menu li.nav-item-boxed a {
    color: #FFF;
    border-color: #FFF;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
body.home #main-header #et-top-navigation ul#top-menu li.nav-item-boxed a:hover {
    background: #FFF;
    color: #288e1a !important;
}






/* home main visual */
#home-visual {
    min-height: 75vh;
    max-height: 750px;
}


#home-visual .et_pb_slider {
    padding-bottom: 20px;
}
#home-visual .et_pb_slider h2,
#home-visual .et_pb_promo h1 {
    line-height: 1.2;
    padding-bottom: 5px;
    color: #FFF;
    font-weight: 300 !important;
    text-transform: none;
    font-size: 5em;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
@media (min-width: 980px) and (max-width: 1320px ) {
    #home-visual .et_pb_slider h2,
    #home-visual .et_pb_promo h1 {
    font-size: 4em;
    }
}
#home-visual .et_pb_slider p,
#home-visual .et_pb_promo p {
    font-size: 1.3em;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    font-weight: 500;
}

@media (min-width: 980px) and (max-width: 1320px ) {
    #home-visual .et_pb_slider p,
    #home-visual .et_pb_promo p {
        font-size: 1em;
    }
}
#home-visual .buttons .et_pb_column_1_2 {
    width: 49%;
}
#home-visual .buttons .et_pb_column_1 {
    margin-right: 1%;
}
#home-visual .buttons .et_pb_button {
    color: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 0px;
    font-weight: 500;
    padding: 10px 18px !important;
    letter-spacing: 1px;
    /* font-family: 'Futura Light',Helvetica,Arial,Lucida,sans-serif !important; */
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
#home-visual video {

}
#home-visual .et_pb_section_video_bg,
#home-visual .et_pb_section_video_bg .mejs-container {
    background: transparent !important;
}
#home-visual .et_pb_slider .et_pb_slide .et_pb_slide_description {
    padding: 0;
    text-shadow: none;
}
#home-tagline .true-experts p {
    color: #ccc;
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif !important; */
    font-size: 1.2em;
    letter-spacing: 8px;
    text-transform: uppercase;
}
@media (min-width: 980px) and (max-width: 1320px ) {
    #home-tagline .true-experts p {
        font-size: 1em;
    }
}

/* home about */
#home-about h2 {
    font-size: 2.4em !important;
    color: #555 !important;
    text-transform: none;
}
#home-about p {
    font-size: 1.2em;
}


#home-about .about-list {
    padding-right: 5%;
    padding-left: 5%;
}
#home-about .about-list .info {
    min-height: 150px;
}

@media (max-width: 1470px) {
    #home-about .about-list .info {
        min-height: 185px;
    }
}
@media (max-width: 1320px) {
    #home-about .about-list .info {
        min-height: 155px;
    }
}
@media (max-width: 1170px) {
    #home-about .about-list .info {
        min-height: 170px;
    }
}
@media (max-width: 1060px) {
    #home-about .about-list .info {
        min-height: 200px;
    }
}



#home-about .about-list h4 {
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif; */
    text-transform: uppercase;
    color: #288e1a;
    font-size: 1.4em;
    padding: 0 0 10px;
}

@media (min-width: 980px) and (max-width: 1320px ){
    #home-about h2 {
        font-size: 2em !important;
    }
    #home-about p {
        font-size: 1em;
    }

    #home-about .about-list h4 {

        font-size: 1.1em;
    }
}

/* newsletter */
#optin {
    padding: 60px 0;
}
#optin .et_pb_newsletter {
    padding: 0;
}
#optin .et_pb_newsletter_description {
    display: none;
}
#optin .et_pb_newsletter_form {
    width: 100%;
    padding: 0 5%;
}
#optin .et_pb_newsletter_form p,
#optin .mc4wp-form  p
{
    width: 25%;
    float: left;
    padding: 0 6px;
}
.mc4wp-form-radio {
    display: inline-block;
}
.mc4wp-form-radio > label {
    display: flex;
}
.mc4wp-form-radio > label input {
    width: auto;
}
.mc4wp-form-fields {
    display: table;
    margin:0 auto;
}
.mc4wp-form-fields input[type=submit]{
    display: block;

    clear: both;

    margin: 20px auto 0 auto;

    padding: 0 20px !important;

    width: auto;

    cursor: pointer;
}


/* home services */
#home-services {
    padding: 60px 0 20px;
}
#home-services p {
    font-size: 1.2em;
}
#home-services .services-list {
    padding-right: 5%;
    padding-left: 5%;
}
#home-services .services-list .et_pb_text {
    border: 2px solid #288e1a;
    text-align: center;
    margin-bottom: 30px;
}
#home-services .services-list h5 {
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif; */
    text-transform: uppercase;
    color: #288e1a;
    font-size: 1.4em;
    padding: 0;
}
#home-services .services-list h5 a {
    display: block;
    padding: 20px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#home-services .services-list h5 a:hover {
    background: #288e1a !important;
    color: #FFF !important;
}
#home-services .services-list p {
    padding: 20px;
    padding-top: 0;
    margin-top: -10px;
    display: none;
}
@media (min-width: 980px) and (max-width: 1320px ) {
    #home-services p {
        font-size: 1em;
    }

    #home-services .services-list h5 {
        font-size: 1.1em;

    }

}

/* home contact */
#home-contact {
    padding: 60px 0;
}
#home-contact p {
    font-size: 1.2em;
}

#home-contact .wpcf7 .mc4wp-checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-contact .wpcf7 .mc4wp-checkbox label input {
    width: auto;
    margin: 0 5px 0 0;
    padding: 0;
}

@media (min-width: 980px) and (max-width: 1320px )  {
    #home-contact p {
        font-size: 1em;
    }
}
#home-contact .wpcf7 {
    padding: 0 5%;
}
#home-contact .wpcf7 .left,
#home-contact .wpcf7 .right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 5px;
}
#home-contact .wpcf7 .left {
    text-align: right
}
#home-contact .wpcf7 .right {
    text-align: left;
}
#home-contact .wpcf7 .right input {
    height: 219px;
}
#home-contact .wpcf7 input,
#home-contact .wpcf7 textarea {
    padding: 12px 16px;
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif; */
    font-weight: 300;
    border: 2px solid #ccc;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.2em;
}
.temp-message {
    display: none;
}


#home-contact .wpcf7 textarea {
    height: 160px;
}
#home-contact .wpcf7 input[type=submit] {
    width: auto;
    background: #FFF;
    border-radius: 0;
    color: #288e1a;
    border-color: #288e1a;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
    margin:0 auto;
}

/*making the contact stuff universal */

.et_pb_newsletter_form p input,
.mc4wp-form input,
.mc4wp-form textarea,
.et_pb_newsletter_form p textarea {
    padding: 12px 16px;
    /* font-family: 'Futura-Light',Helvetica,Arial,Lucida,sans-serif; */
    font-weight: 300;
    border: 2px solid #ccc;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2em;
    border-radius: 0;
}
#optin .et_pb_newsletter_form a.et_pb_newsletter_button,
.mc4wp-form input[type=submit]
{
    min-height: 52px !important;
    line-height: 1 !important;
    font-size: 20px !important;
}

input[type=submit] {
    width: auto;
    background: #FFF;
    border-radius: 0;
    color: #288e1a;
    border-color: #288e1a;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

@media (min-width: 980px) and (max-width: 1320px ) {
    #home-contact .wpcf7 input,
    #home-contact .wpcf7 textarea, .et_pb_newsletter_form p input,
    .et_pb_newsletter_form p textarea  {
    font-size: 1em;
    }
    #optin .et_pb_newsletter_form a.et_pb_newsletter_button {
        min-height: 45px !important;
        padding: 13px 0 13px !important;
        line-height: 1 !important;
        font-size: 15px !important;
    }

}


/* footer help */
#main-footer {
    background: #444 !important;
}
#footer-help {
    background: #555 !important;
}
#footer-help .cta {
    font-size: 2em !important;
    padding: 15px 25px !important;
    border-radius: 35px !important;
}
#footer-help h5 {
    font-size: 36px !important;
    padding: 0;
    margin: 0;
}
#footer-help .phone-col,
#footer-help .map-col,
#footer-help .follow-col {
    margin-right: 2.5%;
}
#footer-help .phone-col,
#footer-help .map-col {
    width: 40%;
}
#footer-help .follow-col {
    width: 15%;
    margin-right: 0;
    text-align: right;
}
#footer-help .et_pb_button {
    text-transform: uppercase;
    color: #FFF !important;
    line-height: 1.4 !important;
}
#footer-help .et_pb_button:before {
    font-size: 30px !important;
    margin-left: -1.5em;
    color: #FFF !important;
}
#footer-help .et_pb_button.phone {
    font-size: 2.6em;
    padding-top: 5px;
}
#footer-help .et_pb_button.phone:before {
    margin-top: 5px;
    font-size: 28px !important;
}
#footer-help .et_pb_button.map {
    padding-right: 80px !important;
    font-size: 22px !important;
}
#footer-help .et_pb_button.map:before {
    font-size: 30px !important;
}
#footer-help .follow {
    padding-top: 5px;
}
#footer-help .follow h6 {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
#footer-help .follow p {
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
}
#footer-help .follow ul {
    list-style: none;
    padding: 0;
    font-size: 2em;
    margin-top: 10px;
}
@media (min-width: 980px) and (max-width: 1320px) {
    #footer-help .cta {
        font-size: 1.6em !important;
    }
    #footer-help h5 {
        font-size: 30px !important;
    }
    #footer-help .et_pb_button:before {
        font-size: 24px !important;
    }
    #footer-help .et_pb_button.phone {
        font-size: 2.1em;
    }
    #footer-help .et_pb_button.phone:before {
        font-size: 21px !important;
    }
    #footer-help .et_pb_button.map {
        font-size: 18px !important;
    }
    #footer-help .et_pb_button.map:before {
        font-size: 24px !important;
    }
    #footer-help .follow p {
        font-size: 1.2em;
    }
    #footer-help .follow ul {
        font-size: 1.6em;
    }
}

#footer-help .follow ul li {
    margin: 0 3px;
    display: inline-block;
}
#footer-help .follow ul li a {
    color: #FFF;
}



/* footer global */
#main-footer {
    background: #333 !important;
    line-height: 1.3;
}
#footer-info {
    text-align: center;
    float: none;
    opacity: 0.5;
}
#footer-bottom {
    position: relative;
}

.top-slider .et_pb_slider .et_pb_slide {
    min-height: 40vh;
}
.top-slider .et_pb_slider .et_pb_slide .et_pb_slide_description {
    padding: 4% 8%;
}
.top-slider .et_pb_slider .et_pb_slide .et_pb_slide_description h2 {
    font-size: 4em !important;
}




/* PAGE: ABOUT */
#about-main p {
    font-size: 1.7em;
}

/*reducing font size by 20%*/

#about-team {

}
.et_pb_member_position {
    color:#000;
    font-size: 1.2em;
}
#about-team .et_pb_team_member {

}
#about-team .et_pb_team_member .et_pb_team_member_image {
    float: left;
    width: 40%;
}
#about-team .et_pb_team_member .et_pb_team_member_description {
    float: left;
    width: 60%;
    padding-left: 20px;
}
#about-team .et_pb_team_member .et_pb_team_member_description h4 {
    font-size: 1.6em;
    font-weight: 400;
}
@media (max-width: 1320px ) {
    #about-team .et_pb_team_member .et_pb_team_member_description h4 {
        font-size: 1.2em;
    }
}
#about-team .et_pb_team_member .et_pb_team_member_description p {
    line-height: 1.2;
    font-size: 1.2em;
}
#about-team .et_pb_team_member .et_pb_team_member_description .bio-wrap {
    display: none;
}
.swal2-content img {
    float: left;
    width: 40%;
    margin: 0 10px 10px 0;
}
.swal2-container .swal2-popup #swal2-content {
    text-align:left;
    font-size: 0.9em;
}
.swal2-container .swal-wide {
    width: 80%;
    max-width: 1080px;
}
.swal2-confirm.swal2-styled {

    background-color: transparent !important;
    border-radius: 0 !important;
    color: #288e1a !important;
    border: 2px solid #288e1a !important;

}

@media (max-width: 1320px ) {
    #about-team .et_pb_team_member .et_pb_team_member_description p {
        font-size: 0.9em;
    }
}


/* PAGE: SERVICES */
#services-main h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #288e1a !important;
}


/* PAGE: BLOG */
@media(min-width:768px) {
    .the-post .post-info {
        width: 70%;
    }
    .the-post {
        display: flex;
        margin-bottom: 50px;
        align-items: flex-start;
    }

}
.the-post .post-img {
   margin: 0 10px 10px 0;
    width: 30%;
    /*max-width:40%;*/
}
@media(max-width:768px) {
    #blog-sidebar {
        display: none;
    }
    .the-post .post-info {
        width: 100%;
    }
    .the-post .post-img {
        width:100%;
    }

}
.page-numbers {
    background: #eee;
    padding: 5px 10px;
    border-radius: 10px;
}
.page-numbers.current {
    background: #288e1a;
    color: #FFF;
}

body.search-results .et_pb_post h2.entry-title a,
body.archive .et_pb_post h2.entry-title a,
#blog .et_pb_post h2.entry-title a {
    color: #288e1a !important;
}
body.search-results #main-content #sidebar,
body.archive #main-content #sidebar,
body.single-post #main-content #sidebar,
body.single-podcast #main-content #sidebar
{
    display: none;
}
body.search-results #main-content #left-area,
body.archive #main-content #left-area,
body.single-post #main-content #left-area,
body.single-podcast #main-content #left-area
{
    width: 100%;
    padding: 0 5%;
}
body.archive #main-content #left-area {
    margin-bottom: 80px;
}
body.search-results #main-content .container:before,
body.archive #main-content .container:before,
body.single-post #main-content .container:before,
body.single-podcast #main-content .container:before
{
    display: none;
    content: '';
}
/*body.single-post .et_post_meta_wrapper img {*/
    /*max-width: 40%;*/
    /*margin: 30px 30px 30px 0;*/
    /*float: left;*/
/*}*/
@media (min-width:980px){
    body.single-post .et_post_meta_wrapper img {
        max-width: 20%;
        margin: 30px 30px 30px 0;
        float: left;
    }
}


body.search-results .et_pb_post,
body.archive .et_pb_post {
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 40px;
}

@media (max-width: 1320px ) {
    body.search-results .et_pb_post,
    body.archive .et_pb_post {
        font-size: 1em;
    }
}
/* body.search-results .et_pb_post a img,
body.archive .et_pb_post a img {
    display: none;
} */
body.search-results .et_pb_post p.post-meta,
body.archive .et_pb_post p.post-meta {
    padding: 0 0 5px 0;
}




@media (max-width: 1320px) {
    #home-services .services-list h5 {
        font-size: 1.1em;
    }
}
@media (max-width: 1160px) {
    #home-services .services-list h5 {
        font-size: 1em;
    }
}
@media (max-width: 1080px) {
    #home-services .services-list h5 {
        font-size: 0.9em;
    }
}


@media (max-width: 1320px) {
    #home-visual .et_pb_row {
        padding-top: 0;;
    }
     #home-visual .buttons {
        padding: 0;
        margin-bottom: 30px;
    }

}



@media (max-width: 980px) {

    #main-header {
        background: none !important;
    }
    #main-header .container {
        width: 90%;
    }
    #main-header .mobile_menu_bar {
        padding: 12px 0;
    }
    #main-header .mobile_menu_bar:before {
        color: #666;
        font-size: 44px;
    }
    body.home #main-header .mobile_menu_bar:before {
        color: #FFF;
        text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    }
    #main-header .et_mobile_menu {
        border-color: #288e1a;
        padding: 20px;
        margin-top: 20px;
    }
    #main-header .et_mobile_menu li a {
        color: #666;
        font-weight: 500;
        padding: 8px 15px;
    }
    #main-header .et_mobile_menu li ul.sub-menu li a {
        font-size: 0.9em;
        padding: 6px 12px;
    }
    #home-visual .buttons {
        padding: 0;
        margin-bottom: 30px;
    }
    #home-visual .buttons .et_pb_column {
        margin: 0 0 10px 0;
    }
    #home-visual .buttons .et_pb_button_module_wrapper {
        text-align: center;
    }
    #home-services .services-list h5 {
        font-size: 1em;
    }

    #home-services .et_pb_column_9,
    #home-contact .et_pb_column_17 {
        margin-bottom: 0;
    }
    #home-services .services-list .et_pb_column {
        margin-bottom: 0;
    }
    #about-team .et_pb_team_member .et_pb_team_member_description {
        width: 50%;
    }

    #optin .et_pb_newsletter_form a.et_pb_newsletter_button {
        min-height: 52px !important;
        padding: 16px 0 13px !important;
        line-height: 1 !important;
        font-size: 18px !important;
    }


}

@media (max-width: 768px) {

    #main-header #logo {
        max-width: 70%;
    }
    #page-ttl h2 {
        font-size: 2.4em;
    }

    #home-visual .et_pb_row_0 {
        width: 90%;
        padding-top: 20px;
    }
    #home-visual .et_pb_row_0 .et_pb_column {
        margin-bottom: 10px;
    }
    #home-visual .et_pb_slider h2,
    #home-visual .et_pb_promo h1 {
        font-size: 2.8em;
    }
    #home-visual .et_pb_slider p,
    #home-visual .et_pb_promo p {
        line-height: 1.4;
    }
    #home-tagline .true-experts p {
        font-size: 1em;
        letter-spacing: 3px;
        padding: 0 5%;
    }
    #home-visual .buttons {
        padding: 0;
        margin-bottom: 0;
    }
    #home-visual .buttons .et_pb_column {
        margin: 0 0 10px 0;
    }
    #home-visual .buttons .et_pb_button_module_wrapper {
        text-align: center;
    }

    #home-about {
        padding-bottom: 20px;
    }
    #home-about .et_pb_row {
        width: 90%;
        padding-right: 0;
        padding-left: 0;
    }
    #home-about h2 {
        font-size: 1.8em !important;
        padding-bottom: 20px;
    }
    #home-about h2 br {
        display: none;
    }
    #home-about p {
        font-size: 1em;
    }
    #home-about .about-list .et_pb_column {
        margin-bottom: 60px;
    }
    #home-about .about-list p {
        font-size: 1.1em;
    }
    #about-team .et_pb_team_member .et_pb_team_member_description {
        width: 60%;
    }

    #home-contact .wpcf7 .left,
    #home-contact .wpcf7 .right {
        display: block;
        width: 100%;
    }

    #footer-help .et_pb_button.phone {
        font-size: 2.2em;
        padding-left: 40px !important;
    }
    #footer-help .et_pb_button.map {
        padding-left: 40px!important;
        padding-right: 0 !important;
        font-size: 18px !important;
    }

    #about-main p {
        font-size: 1.2em;
    }
    #about-team .et_pb_row {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    #about-team .et_pb_row:nth-child {
        padding-top: 20px;
    }

    #footer-help .follow .et_pb_text_inner {
        text-align: center;
    }
    #footer-help .follow ul {
        display: inline-block;
        vertical-align: bottom;
    }

    body.single-post h1.entry-title {
        font-size: 2em;
    }

    #optin .et_pb_newsletter_form p {
        width: 100%;
        float: left;
        padding: 0 0 10px 0;
    }


}




/*targeting mid-size screens for fonts */

@media (min-width: 980px) and (max-width: 1320px ) {
    #about-main p {
        font-size: 1.3em !important;
    }
    body {
        /*font-size: 11px;*/
    }
        h1 {
            font-size: 48px;
        }
        h2 {
            font-size: 21px;
        }
        h3 {
            font-size: 18px;
        }
        h4 {
            font-size: 24px;
        }
        h5 {
            font-size: 16px;
        }
        h6 {
            font-size: 14px;
        }
    p {
        /*font-size: 0.8em;*/
    }
    .content p {
    font-size: 1.1em;
    }
    .intro h2 {
        font-size: 1.8em;
    }

}










/*
@media (max-width: 980px) {
    h1 {
        font-size: 46px !important;
    }

        h1 br {
            display: none;
        }

    h2 {
        font-size: 24px !important;
    }

        h2 br {
            display: none;
        }

    h3 {
        font-size: 20px !important;
    }

        h3 br {
            display: none;
        }

    h4 {
        font-size: 28px !important;
    }

        h4 br {
            display: none;
        }

    h5 {
        font-size: 40px !important;
        text-align: center !important;
    }

        h5 br {
            display: none;
        }

    p {
        font-size: 12px !important;
    }

        p br {
            display: none;
        }

    .et_pb_section .et_pb_column .et_pb_module {
        text-align: center;
    }

    .service-box {
        padding: 20px;
    }
    .service-box .service-img {
        padding-right: 0;
    }
    .service-box .service-text {
        text-align: center;
    }
    .service-box .service-text strong {
        text-align: center;
    }
    .service-box.center {
        width: 100%;
    }

    #footer-help .contact div.phone, #footer-help .contact div.address, #footer-help .contact div.social-media {
        width: 100%;
        font-size: 30px;
        text-align: center;
    }

    #footer-help .phone span, #footer-help .address span {
        padding: 0;
        float: none;
        display: block
    }

    #footer-help .contact div.social-media {
        font-size: 16px;
    }

        #footer-help .contact div.phone br, #footer-help .contact div.address br, #footer-help .contact div.social-media br {
            display: none;
        }

}
*/



/*
Dynamic 365
 */
.crm-entity-lead {}
.crm-entity-lead .form-group {}
.crm-entity-lead .form-group label.control-label {
    display: block;
}
.crm-entity-lead .form-group input {
    padding: 12px 16px;
    font-weight: 300;
    border: 2px solid #ccc;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.2em;
}
.crm-entity-lead .form-group .btn {}



/* LIVE PAGE CP

- dark green: #288e1a
- light green: #68bd45

*/
body.page-id-1652 p {
	color: inherit;
}
body.page-id-1652 #main-footer {
    display: none !important;
}

body.page-id-1652 #cb-main-header {
    padding: 10px 0 !important;
}
body.page-id-1652 #cb-main-header .logo-m3scp img {
    max-height: 90px;
    width: auto;
    margin-top: 5px;
}
body.page-id-1652 #cb-main-header .social-links {
    margin: 28px 0px;
}

/* hero */
body.page-id-1652 #hero {
    padding: 140px 0 0;
}
body.page-id-1652 #hero .headline-container .headline {
    text-align: center;
    margin-bottom: 10px;
}
body.page-id-1652 #hero .headline-container .headline h2,
body.page-id-1652 #hero .headline-container .headline h3 {
    color: #444;
    font-weight: 600;
}
body.page-id-1652 #hero .headline-container .headline h2 {
    font-size: 4em;
}
body.page-id-1652 #hero .headline-container .headline h3 {
    font-size: 2.6em;
}
body.page-id-1652 #hero .headline-container .buttons .slide-buttons a.et_pb_button {
    background: #288e1a;
}
body.page-id-1652 #hero .headline-container .buttons .slide-buttons a.et_pb_button:hover {
    background: #68bd45 !important;
	color:#FFF !important;
}

/* join us hero */
body.page-id-1652 #hero .join-us {
    width: 100%;
    max-width: none;
    background: rgba(0,0,0,0.1);
    margin-top: 100px;
}
body.page-id-1652 #hero .join-us .et_pb_column_3 {
    border: none;
    padding: 0 5%;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none;
}
body.page-id-1652 #hero .join-us .info {
    text-align: center;
    margin-bottom: 5px;
}
body.page-id-1652 #hero .join-us .info h2 {
    font-size: 1.6em;
    line-height: 1.8;
    color: #288e1a;
}
body.page-id-1652 #hero .join-us .info p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #666;
}
body.page-id-1652 #hero .join-us .info p a {
    color: #288e1a;
    text-decoration: underline;
}
body.page-id-1652 #hero .join-us .form {
    display: none;
}



/* join us */
body.page-id-1652 #join-us .et_pb_column_3 {
}
body.page-id-1652 #join-us .info h2 {
    color: #288e1a;
    font-size: 2.4em;
    line-height: 1.2;
}
body.page-id-1652 #join-us .info p {
    font-size: 1.2em;
    line-height: 1.8;
    color: #666;
}
body.page-id-1652 #join-us .form h4 {
    color: #555;
    font-size: 1.8em;
    padding-bottom: 20px;
}
/*
body.page-id-1652 #join-us .form .email-field-column {
    display: block;
}
*/
body.page-id-1652 .wpcf7 input[type=text],
body.page-id-1652 .wpcf7 input[type=tel],
body.page-id-1652 .wpcf7 input[type=email],
body.page-id-1652 .wpcf7 select,
body.page-id-1652 .wpcf7 textarea {
    font-size: 1.2em !important;
    padding: 14px 20px !important;
}
body.page-id-1652 .wpcf7 input[type=submit] {
    background: #288e1a;
    text-transform: uppercase;
    font-size: 1.4em !important;
    font-weight: 600;
    width: 100%;
    padding: 14px 20px !important;
}

/* schedule */
body.page-id-1652 #schedule .add-to-calendar {
    background: #288e1a !important;
    border-color: #288e1a !important;
}
body.page-id-1652 #schedule .et_pb_row .et_pb_column .et_pb_button,
body.page-id-1652 #schedule .et_pb_row .et_pb_column .et_pb_button:hover {
    background: #288e1a !important;
    border-color: #288e1a !important;
}
body.page-id-1652 #schedule .et_pb_row .et_pb_column .et_pb_button:hover {
    opacity: 0.7;
}
body.page-id-1652 #schedule .et_pb_text h2 {
    color: #666 !important;
    font-size: 2em;
}
body.page-id-1652 #schedule .et_pb_text.upcoming h2 {
    color: #288e1a !important;
}
body.page-id-1652 #schedule .et_pb_text h4,
body.page-id-1652 #schedule .et_pb_text h5 {
    color: #666 !important;
}
body.page-id-1652 #schedule .et_pb_text h4 {
    font-size: 1.2em;
    font-weight: 600;
}
body.page-id-1652 #schedule .et_pb_text h5 {
    font-size: 1em;
    font-weight: 600;
}
body.page-id-1652 #schedule .et_pb_text p {
    color: #666 !important;
}
body.page-id-1652 #schedule .et_pb_text a {
    color: #666 !important;
}
body.page-id-1652 #schedule .episode {
    padding-bottom: 30px !important;
    border-bottom: 1px dashed #AAA;
    margin-bottom: 20px !important;
}
body.page-id-1652 #schedule .episode:last-of-type {
    border-bottom: 0;
}
body.page-id-1652 #schedule .episode p {
    font-size: 0.9em;
}



/* cta bar */
body.page-id-1652 #cta-bar .et_pb_row {
    padding: 20px 0 0;
}
body.page-id-1652 #cta-bar .info h2 {
    font-size: 3.4em;
    padding-bottom: 20px;
    line-height: 1.2;
}
body.page-id-1652 #cta-bar .info p {
    font-size: 1.4em;
    line-height: 1.8;
}
body.page-id-1652 #cta-bar .form {

}
body.page-id-1652 .wpcf7 input[type=text],
body.page-id-1652 .wpcf7 input[type=tel],
body.page-id-1652 .wpcf7 input[type=email],
body.page-id-1652 .wpcf7 select,
body.page-id-1652 .wpcf7 textarea {
    background: none;
    border: 2px solid #FFF !important;
    color: #FFF !important;
}
body.page-id-1652 #cta-bar .form .wpcf7 input[type=submit] {
    background: #FFF;
    color: #288e1a;
}


body.page-id-1652 .wpcf7 input[type=text]::-webkit-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=text]::-moz-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=text]:-ms-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=text]:-moz-placeholder { color: #FFF !important; }

body.page-id-1652 .wpcf7 input[type=email]::-webkit-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=email]::-moz-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=email]:-ms-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=email]:-moz-placeholder { color: #FFF !important; }

body.page-id-1652 .wpcf7 input[type=tel]::-webkit-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=tel]::-moz-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=tel]:-ms-input-placeholder { color: #FFF !important; }
body.page-id-1652 .wpcf7 input[type=tel]:-moz-placeholder { color: #FFF !important; }

body.page-id-1652 form.wpcf7-form > p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
body.page-id-1652 form.wpcf7-form > p > span {
    width: 50%;
    padding: 0 4px;
}


@media(max-width:768px) {

    body.page-id-1652 #cb-main-header {
        height: auto;
        padding: 20px 0 !important;
    }
    body.page-id-1652 #cb-main-header .social-links {
        margin: 0;
    }
    body.page-id-1652 #cb-main-header .logo-m3scp .et_pb_image_wrap {
        text-align: center;
    }
    body.page-id-1652 #cb-main-header .logo-m3scp .et_pb_image_wrap img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    body.page-id-1652 #hero {
        padding: 100px 0 0;
    }
    body.page-id-1652 #hero .headline-container .headline h2 {
        font-size: 3em;
    }
    body.page-id-1652 #hero .headline-container .headline h3 {
        font-size: 2em;
    }
    body.page-id-1652 #hero .headline-container .buttons .slide-buttons a.et_pb_button {
        margin-bottom: 0px !important;
    }
    body.page-id-1652 #hero .join-us {
        margin-top: 20px;
    }
    body.page-id-1652 #hero .join-us .info h2 {
        line-height: 1.4;
    }
    body.page-id-1652 #hero .join-us .info p {
        padding: 0 10px;
        font-size: 1em;
    }
    body.page-id-1652 #cta-bar .info h2 {
        font-size: 2.8em;
    }

}

#multimedia-post-body .et_builder_inner_content > .et_pb_section > .et_pb_row {
    margin: 0;
    width: 100%;
}