/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Poppins');

/*
font-family: 'Poppins', sans-serif;
*/

/*General*/
img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #2E479E;
}

/*Header*/
header#main-header {
    background: url("/wp-content/themes/Divi-child/images/blue-fabric-pattern.jpg");
    padding: 10px 0px;
}

.et_header_style_left .logo_container {
    position: relative;
    height: auto;
    display: inline-block;
    width: 20%;
}

.header-right {
    display: inline-block;
    width: 79%;
    float: right;
    /*margin-top: 45px;*/
}

img#logo {
    height: 120px;
}

.header-right {
    margin-top: 20px;
}

div#et-top-navigation {
    padding: 0px !important;
}

.social-icon {
    display: inline-block;
    margin-right: 10px;
}

.cart {
    display: inline-block;
    font-size: 25px;
}

.social-icons {
    text-align: right;
    margin-bottom: 30px;
    font-size: 25px;
}

span.logo_helper {
    display: none;
}

.header-wrap {
    background: rgba(31,110,219,0.6);
    padding: 25px 0px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px;
}

#et-top-navigation .et-cart-info {
    display: none;
}

#top-menu li {
    padding-right: 15px;
}

#top-menu li a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    transition: none !important;
}

ul#top-menu li.current-menu-item a, ul#top-menu li a:hover {
    color: #53b1ff;
    transition: none !important;
    opacity: 1;
}

i.fa.fa-facebook {
    color: #b4d9f3;
}

i.fa.fa-instagram {
    color: #64abdd;
}

i.fa.fa-twitter {
    color: #2f479c;
}

a.cart-toggle {
    color: white;
    position: relative;
}

span.itemcount {
    position: absolute;
    top: 0;
    margin-left: 3px;
    font-size: 16px;
}

/*Home*/
.et_pb_section.light-blue-background {
    background: #3080de;
    color: #fff;
    border-top: 10px solid #1f6edb;
    border-bottom: 10px solid #1f6edb;
}

.et_pb_section.gray-background {
    background: #e5e6e6;
    border-top: 10px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
    padding:0px !important;
}

.testimonial_body {
    color: #1a3ebc;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

span.testimonial-client {
    color: #2f86e9;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.testimonial_author span.date {
    display: none !important;
}

.illustrations-section {
    border-bottom:10px solid #f1f1f1;
}

.illustration {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
}

.illustrations-section .et_pb_row.et_pb_row_fullwidth {
    margin: 0% 3%;
    padding: 0px;
    max-width: 100% !important;
    width: 94% !important;
}

.illustration img {
    max-height: 200px;
}

.row-illustrations {
    text-align: center;
}

.light-blue-background-column {
    background: #2f86e9;
    padding: 15px 25px;
    color: white;
}

.cta-thirds .cta-column.one-third {
    width: 33%;
    display: inline-block;
    padding: 0px 25px;
}

.cta-thirds .cta-column.two-thirds {
    width: 66%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.cta-column.two-thirds h2 {
    color: #2f86e9;
    line-height: 35px;
}

.cta-column.two-thirds .cta-button a {
    background: #2f86e9;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
}

.cta-column.two-thirds .cta-button {
    margin-top: 15px;
}

.quiz-link a {
    color: #ccc;
    font-size: 22px;
}

.quiz-link {
    margin-top: 15px;
    text-align: right;
    padding-right: 20px;
}

.et_pb_section.light-blue-background .et_pb_text {
    text-align: right;
}

.quiz-section h3 {
    color: #fff;
    line-height: 35px;
}

.what-row h3 {
    line-height: 35px;
}

.what-row h1 {
    font-size: 40px;
}

.what-row .et_pb_column.et_pb_column_2_3 {
    border-left: 1px solid #333;
    padding-left: 30px;
}

.home-image-type-row h2 {
    color: #444;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
}

.home-image-type-row h1 {
    color: #2f86e9;
    font-weight: bold;
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 45px;
}

.home-image-type-row p {
    color: #333;
    font-size: 22px;
}

.home-image-type-row {
    text-align: center;
}

.home-image-type-row .cta-button a {
    font-size: 20px;
}

.why-section h1 {
    color: #2f479c;
    font-size: 35px;
    margin-bottom: 10px;
}

.et_pb_section.why-section {
    background: #53b1ff;
    color: #fff;
}

.why-section .cta-column.two-thirds h2 {
    color: #2f479c;
}

.illustrations-section {
    border-top: 10px solid #f1f1f1;
}

.home-image-type-row .cta-button {
    margin-bottom: 30px;
}

/*About*/
.header-section {
    border-bottom: 10px solid #e5e6e6;
}

.header-section-left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.header-section-image {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.header-section-left h1.slide-title {
    font-size: 50px;
    font-weight: bold;
    color: #666;
}

.header-section-left h3.slide-subtitle {
    color: #2f86e9;
    font-size: 26px;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 8% 0%;
}

.header-section .et_pb_slide_description {
    padding: 4% 0%;
}

.about-section h1, .about-section h2 {
    color: #0d33b9;
    font-weight: bold;
}

.character-traits .trait {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 1%;
}

.character-traits .trait:last-child {
    margin-right: 0%;
}

.trait h3.light-blue {
    color: #53b1ff;
}

.trait h3.blue {
    color: #2f86e9;
}

.trait h3.med-blue {
    color: #116eec;
}

.trait h3.dark-blue {
    color: #0d33b9;
}

/*Blog*/
.blog-section article.et_pb_post {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 1%;
}

.blog-section article.et_pb_post:nth-child(3), .blog-section article.et_pb_post:nth-child(6), .blog-section article.et_pb_post:nth-child(9) {
    margin-right: 0px;
}

.blog-section article.et_pb_post .entry-title {
    color: #0d33b9;
    text-align: center;
}

.blog-section article.et_pb_post {
    text-align: center;
}

.blog-section article.et_pb_post .more-link {
    display: inline-block;
}

/*Fullwidth Blog*/
.blog-section article.et_pb_post {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e6e6;
}

.blog-section article.et_pb_post img {
    width: 200px;
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog-section article.et_pb_post .entry-title {
    text-align: left;
    margin-top: 0px;
}

/*Blog Sidebar*/
.et_pb_widget_area.et_pb_widget_area_right {
    padding: 0px;
    border-left: 0px;
}

.consultation-cta .cta-button {
    display: inline-block;
}

.consultation-cta .cta-button a {
    background-color: #2f479c;
    color: #53b1ff;
}

.widget_nav_menu h4.widgettitle:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/med-blue-white-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -25px;
}

.widget_nav_menu h4.widgettitle {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    background: #2f86e9;
    margin-bottom: 35px;
}

div#text-2 h4.widgettitle:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/Dark-blue-white-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -25px;
}

div#text-2 h4.widgettitle {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    background: #2f479c;
    margin-bottom: 35px;
}

.menu-blog-categories-container {
    text-align: center;
}

.widget_text .cta-button-image {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    float: right;
}

/*CTA Button*/
.cta-button {
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
}

.cta-button a {
    color: #fff;
    position: relative;
    padding: 10px 20px;
}

.cta-button.dark-blue a {
    background: #0d33b9;
}

.cta-button.dark-blue a:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/Dark-blue-white-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -25px;
}

.cta-button.med-blue a {
    background: #2f86e9;
}

.cta-button.med-blue a:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/med-blue-white-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -25px;
}

.cta-button.light-blue a {
    background: #53b1ff;
}

.cta-button.light-blue a:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/light-blue-white-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -25px;
}

/*Bootom Contact*/
.et_pb_section.bottom-contact {
    background: url(/wp-content/themes/Divi-child/images/blue-fabric-pattern.jpg);
    padding: 0px 0px;
    position: relative;
}

.et_pb_row_fullwidth.background-color {
    width: 100% !important;
    max-width: 100% !important;
    background-color:rgba(31,110,219,0.6);
    position: absolute;
    top: 4%;
    height: 92%;
    z-index: 0;
}

.et_pb_row.contact-top-row {
    padding: 0px;
    z-index: 1;
}

.et_pb_row.contact-top-row .et_pb_column_2_3 {
    background: #2f479c;
    padding: 50px 25px;
    border-left: 10px solid #2f86e9;
    border-right: 10px solid #2f86e9;
}

.et_pb_row.contact-top-row .et_pb_column_1_3 {
    padding: 50px 25px;
    margin-top: 30px;
}

.bottom-social {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
}

.bottom-social .social-icon {
    margin-right: 20px;
}

.bottom-social .social-icon:last-child {
    margin-right: 0px;
}

.contact-top-row h2 {
    color: #b5dbf5;
}

.contact-top-row h2 > strong {
    color: #fff;
}

/*Form*/
div.wpcf7 .ajax-loader {
    display: none;
}

.form-field input, .form-field textarea {
    width: 100%;
    background: #116eec;
    border-color: #6aacde;
    padding: 8px 8px;
}

.form-field input[type=text]:focus, .form-field input.text:focus, .form-field input.title:focus, .form-field textarea:focus, .form-field select:focus {
    border-color:#6aacde;
}

.form-field.input-half {
    display: inline-block;
    width: 49.5%;
}

.form-field.input-half:nth-child(odd) {
    float: right;
}

.form-field {
    margin-bottom: 7px;
}

/*Placeholder Text*/
.form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field input::-moz-placeholder { /* Firefox 19+ */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field input:-ms-input-placeholder { /* IE 10+ */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field input:-moz-placeholder { /* Firefox 18- */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}

.form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field textarea::-moz-placeholder { /* Firefox 19+ */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field textarea:-ms-input-placeholder { /* IE 10+ */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}
.form-field textarea:-moz-placeholder { /* Firefox 18- */
  color: #a7a9ac;
  font-family: 'Poppins', sans-serif;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #53b1ff;
    border: 1px solid #53b1ff;
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    padding: 10px 25px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
}

span.form-submit-link {
    position: relative;
}

span.form-submit-link:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/Divi-child/images/light-blue-dark-background.png);
    width: 44px;
    height: 91px;
    position: absolute;
    left: -25px;
    top: -38px;
    z-index: 2;
}

.form-submit-button {
    text-align: center;
    margin-top: 30px;
}

/*Quiz*/
.page-template-quiz.et_right_sidebar #main-content .container:before {
    display: none;
}

.page-template-quiz
 #main-content .container {
    padding-bottom: 58px;
}

.quiz-intro {
    padding-bottom: 15px;
}

.quiz-buttons {
    margin-top: 25px;
}

.quiz-buttons a {
    background: #62abdd;
    color: #fff;
    padding: 10px;
}

.quiz-buttons div {
    display: inline-block;
}

.quiz-buttons a:hover {
    background: #2e479e;
}

.quiz-error-container {
    color: red;
    margin-bottom: 15px;
}

.quiz-result-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.quiz input[type="radio"] {
    vertical-align: top;
    height: 15px;
    width: 15px;
}

.quiz-title h1 {
    color: #2e479e;
}

.quiz-intro, .question {
    color: #3e6db5;
}

.quiz-result-left {
    display: inline-block;
    width: 45%;
    text-align: center;
}

.quiz-result-right {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    width: 54%;
    text-align: center;
}

.quiz-result-title {
    font-size: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.quiz-result-bullets {
    color: #2e479e;
    font-size: 20px;
    margin-bottom: 20px;
}

.quiz-result-slogan {
    margin-top: 25px;
    color: #909090;
    font-style: italic;
}

.result-buttons {
    text-align: center;
}

.question-1 .answers .option-A, .question-1 .answers .option-B, .question-1 .answers .option-C,
.question-11 .answers .option-A, .question-11 .answers .option-B, .question-11 .answers .option-C {
    display: inline-block;
    width: 30.5%;
    margin-right: 3%;
}

.question-1 .answers .option-C, .question-11 .answers .option-C {
    margin-right: 0%;
}

/*Format Changes 10-31-17*/
.option-A, .option-B {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.or-seperator {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.option-A label input, .option-B label input {
    display: inline-block;
    width: 5%;
    margin-top: 5px;
}

.option-A label > div, .option-B label > div {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.answers {
    margin-top: 15px;
}

/*Mailchimp Form Quiz*/
.mailchimp-form {
    margin-top: 30px;
}

.mc-field-group input {
    display: block;
    padding: 8px;
    width: 320px;
}

input#mc-embedded-subscribe {
    background: #62abdd;
    color: #fff;
    padding: 10px;
    border: 1px solid;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 15px;
}

span.asterisk {
    color: red;
}

.indicates-required {
    display: none;
}

input#mc-embedded-subscribe:hover {
    background: #2e479e;
    cursor: pointer;
}

div#mce-error-response {
    color: red;
    margin-top: 15px;
}


/*Facebook and Instagram*/
.facebook-comments {
    margin-top: 30px;
    display:none;
}

.join-facbook-group {
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

.textwidget i.fa.fa-instagram {
    font-size: 28px;
    margin: 0 10px 0 0;
}

.instagram-widget-title {
    font-size: 22px;
    color: #64abdf;
}

.sb_instagram_header {
    padding: 10px 0px !important;
}

/*Press Page*/
.press-section .et_pb_row_0 {
    padding-bottom: 0px;
}

/*Footer*/
footer#main-footer {
    background-color: #e5e6e6;
    padding: 20px 0px;
}

.copyright {
    display: inline-block;
}

.uww-sig {
    display: inline-block;
    float: right;
}

.uww-sig a {
    color: #666;
}


@media (max-width: 1100px) {
    /*Header*/
    .header-right {
        width: 83%;
        margin-top: 32px;
    }

    .et_header_style_left .logo_container {
        width: 17%;
    }

    #top-menu li a {
        font-size: 16px;
    }

    .social-icons {
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    /*Header*/
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 100%;
    }

    .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
        padding-bottom: 0px;
    }

    ul#mobile_menu {
        padding: 1%;
    }

    .et_header_style_left .logo_container {
        width: 130px;
    }

    .header-right {
        width: auto;
        margin-top: 32px;
    }
    
    .mobile_menu_bar:before {
        color: #fff;
    }

    /*Home*/
    .what-row .et_pb_column.et_pb_column_2_3 {
        border: 0px;
        padding-left: 0px;
    }

    .top-illustrations .et_pb_column_1_3 {
        width: 29.666% !important;
        margin-right: 5.5%;
        margin-bottom: 0px;
    }

    .top-illustrations .et_pb_column_1_3:last-child {
        margin-right: 0%;
    }
}

@media (max-width: 768px) {
    /*General*/
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    /*Home*/
    .illustrations-section .et_pb_row.et_pb_row_fullwidth {
        margin: 0% 3%;
        padding: 0px !important;
        width: 94% !important;
    }

    .illustration {
        width: 30%;
    }

    .testimonial_body {
        font-size: 24px;
    }

    .why-section h1 {
        font-size: 30px;
    }

    .cta-thirds .cta-column.two-thirds {
        width: 100%;
    }

    .cta-thirds .cta-column.one-third {
        width: 100%;
    }

    .what-row h1 {
        font-size: 30px;
    }

    .et_pb_row.contact-top-row .et_pb_column_1_3 {
        padding: 10px 0px 30px 0px;
    }

    .character-traits .trait {
        width: 48%;
    }

    /*.blog-section article.et_pb_post {*/
    /*    width: 48%;*/
    /*}*/

    .blog-section article.et_pb_post img {
        max-width: 220px;
    }
    
    .blog-section article.et_pb_post img {
        float: none;
    }
    
    .blog-section article.et_pb_post .entry-featured-image-url {
        text-align: center;
    }

    /*Top Illustrations*/
    .top-illustrations .et_pb_column_1_3 {
        width: 44% !important;
    }

    .top-illustrations.et_pb_row.et_pb_row_0 {
        text-align: center;
    }

    .top-illustrations .et_pb_column.et_pb_column_1_3.et_pb_column_2 {
        float: none;
        margin: auto !important;
    }

    /*Contact*/
    .header-section .header-section-left {
        display: block;
        width: 100%;
    }

    .header-section .header-section-image {
        display: block;
        width: 100%;
    }

    .header-section .header-section-image img {
        width: 180px;
    }

    .header-section-left h1.slide-title {
        font-size: 30px;
    }

    .header-section-left h3.slide-subtitle {
        font-size: 24px;
    }

    /*Quiz*/
    .quiz-result-left {
        display: block;
        width: 100%;
    }

    .quiz-result-right {
        display: block;
        width: 100%;
    }

    .quiz-buttons.result-buttons {
        margin-top: 40px;
    }

    /*Footer*/
    .uww-sig {
        display: block;
        float: none;
        text-align: center;
    }

    .copyright {
        display: block;
        text-align: center;
    }
}


@media (max-width: 480px) {
    /*Header*/
    .et_header_style_left .logo_container {
        display: block;
        width: 200px;
        margin: auto;
        text-align: center;
    }

    .header-right {
        width: 100%;
        text-align: center;
    }

    .social-icons {
        text-align: center;
    }

    div#et-top-navigation {
        float: none;
    }

    nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
        float: none;
    }

    div#et_mobile_nav_menu {
        float: none;
    }

    /*Home*/
    .illustration {
        width: 50%;
    }

    .top-illustrations .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .top-illustrations .et_pb_column_1_3 img {
        width: 250px;
    }

    .et_pb_row.contact-top-row {
        width: 92%;
    }

    .character-traits .trait {
        width: 100%;
        margin-right:0px;
    }

    .blog-section article.et_pb_post {
        width: 100%;
        margin-right:0px;
    }

    .question-1 .answers .option-A, .question-1 .answers .option-B, .question-1 .answers .option-C,
    .question-11 .answers .option-A, .question-11 .answers .option-B, .question-11 .answers .option-C {
        display: inline-block;
        width: 100%;
        margin-right: 3%;
    }

    .quiz-result-bullets {
        font-size: 18px;
    }
}