/*
 Theme Name:   Thrive
 Theme URI:    thrive.divisoup.com
 Description:  A Child Theme built for Divi by Divi Soup
 Author:       Michelle Nunan
 Author URI:   http://www.divisoup.com
 Template:     Divi
 Version:      1.1
*/

/*---------- [Load The Fonts] ----------*/

@font-face {
    font-family: sloops;
    src: url('fonts/sloops.ttf');
}
@font-face {
    font-family: Geosans Light;
    src: url('fonts/geosanslight.ttf');
}


/*---------- [Font Styling] ----------*/

h1 {
    font-size: 50px;
    color: #c4ae8e !important;
}


@media all and (max-width: 479px) {
h1 {
    font-size: 28px!important;
    color: #c4ae8e !important;
}
}


h2 {
    font-family: Geosans Light;
    font-size: 40px;
}


@media all and (max-width: 479px) {
h2 {
    font-size: 32px!important;
}
}


.about h3 {
    font-family: Geosans Light;
    font-size: 30px;
    text-transform: uppercase;
    color: #cead00 !important;
    font-weight: 600;
    line-height: 1.4em;

}
h4 {
    text-transform: uppercase;
    color: #cead00;
    font-weight: 600;
}
h5 {
    font-family: sloops !important;
    font-size: 60px;
    color: #cead00 !important;
}
body {
    font-family: Geosans Light !important;
    font-size: 20px;
    line-height: 1.2em;
}
p {
    font-family: Geosans Light !important;
    font-size: 20px !important;
    line-height: 1.2em;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1 {
    color: #d3ccc3 !important;
	
}

/*---------- [Jean Thomas logo as text instead of image logo] ----------*/


.logo_container h1 {
	font-family:  Geosans Light;
	color: #000 !important;
	font-size: 40px !important;
    text-transform: uppercase;	
    padding-top: 22px;

}

/*---------- [Main Menu Styling] ----------*/


.et_header_style_split #main-header {
    border-bottom: 1px solid;
    border-color: #ffffff;
    outline: 10px solid rgba(255, 255, 255, 0.5);
}
/*---------- [Mobile Menu Styling] ----------*/

.select_page {
    text-transform: uppercase;
}
.et_mobile_menu {
    border-top: 3px solid #cead00;
}
.et_mobile_menu a {
    background-color:rgba(255, 255, 255, 0.1);
}

/*---------- [Button Styling] ----------*/

.et_pb_button {
    font-family: Geosans Light !important;
    font-weight: 300;
}
/*---------- [Fullwidth Slider Styling] ----------*/

.slider-text {
    font-family: sloops !important;
    font-size: 95px !important;
    color: #f6f4dd !important;
    padding-bottom: 0px !important;
	text-shadow: 2px 2px #594f43;
}

.slider-text-mob {
    font-family: sloops !important;
    font-size: 35px !important;
    color: #f6f4dd !important;
    padding-bottom: 0px !important;
	text-shadow: 2px 2px #594f43;
}
/* Set the slider semi-transparent background color and border */

@media only screen and ( min-width: 981px) {
    .et_pb_slide_content,
    .et_pb_slide_description > h2,
    .et_pb_more_button_wrap {
        background-color: rgba(0,0,0,0.2);  /* original modified by davpat was rgba(255, 255, 255, 0.5)*/
        border: 1px solid #fff;
        outline: 10px solid rgba(255, 255, 255, 0.5);
    }
    .et_pb_slide_description {
        width: 50% !important;
    }
}
@media only screen and ( max-width: 980px) {
    .et_pb_slide_content,
    .et_pb_slide_description > h2,
    .et_pb_more_button_wrap {
        background-color: rgba(0,0,0,0.2);  /* original modified by davpat was rgba(255, 255, 255, 0.5)*/
        border: 1px solid #fff;
        outline: 10px solid rgba(255, 255, 255, 0.5);
    }
}
/* Hide the content area if empty (no title and no content) */

.et_pb_slide_description:first-child .et_pb_slide_content:empty {
    display: none;
}
/* Add padding to the background */

.et_pb_slide_description > h2 {
    padding: 10px 20px 10px 20px !important;
    margin-left: -30px;
    margin-right: -30px;
}
.et_pb_slide_description {
    margin-top: 30px;
    margin-bottom: -30px;
}
.et_pb_slide_description > div:first-child {
    padding-top: 20px !important;
	padding-bottom: 10px !important;
}
.et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap {
    padding: 0px 10px 20px 10px !important;
    margin-left: -30px;
    margin-right: -30px;
}
@media only screen and ( max-width: 479px) {
    .et_pb_slide_description > h2 {
        padding-bottom: 20px !important;
        font-size: 10px;
    }
    .et_pb_more_button_wrap {
        display: none;
    }
.et_pb_slide_description {
        width: 80% !important;
    }
	.et_pb_slide_content > h2{
		padding-top: 20px !important;
	}


}

/*---------- [Slim Newsletter Signup [Thank you Geno Quiroz] ] ----------*/


.thrive-newsletter {
    padding: 20px 0px 0px 0px!important;
    border-top: 5px solid #d1d5d2;
    border-bottom: 5px solid #d1d5d2;
}
.thrive-newsletter .et_pb_row {
    padding: 0px!important;
}
.thrive-newsletter .et_pb_newsletter {
    padding: 0px 0px;
}
.thrive-newsletter .et_pb_newsletter_description {
    padding: 2px 0px 0 0;
    vertical-align: middle !important;
    width: 50%;
    margin: 0;
    margin-top: 18px;
}
.thrive-newsletter .et_pb_newsletter_description p {
    padding: 4px 20px 0px 0px !important;
    color: #fff !important;
    font-weight: 700;
}
.thrive-newsletter .et_pb_newsletter_form {
    width: 50%;
    padding-left: 5px;
    height: 60px;
    text-align: left;
    margin-top: 10px;
}
.thrive-newsletter .et_pb_newsletter_form p {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    padding-bottom: 10px;
}
.thrive-newsletter .et_pb_newsletter_form p input {
    font-family: 'Lato', sans-serif;
    padding: 5px 4% !important;
    width: 160px;
    border-radius: 0px!important;
}
.thrive-newsletter span.et_pb_newsletter_button {
    font-family: Geosans Light !important;
}
.thrive-newsletter a.et_pb_newsletter_button:after {
    display: none;
}
.thrive-newsletter .et_pb_newsletter_form p:nth-child(3) {
    display: none;
}
.thrive-newsletter .et_pb_newsletter_result {
    padding-top: 19px;
}
.thrive-newsletter h2.et_pb_subscribed {
    font-size: 17px;
    padding-top: 3px;
}
@media only screen and (max-width: 1110px) {
    .thrive-newsletter .et_pb_newsletter_description {
        width: 100%;
        text-align: center;
    }
    .thrive-newsletter .et_pb_newsletter_description p {
        text-align: center!important;
    }
    .thrive-newsletter .et_pb_newsletter_form {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 980px) {
    .thrive-newsletter .et_pb_newsletter_description {
        width: 100% !important;
        text-align: center;
    }
    .thrive-newsletter .et_pb_newsletter_description p {
        text-align: center!important;
    }
    /*Updated 17/07/16*/
    .et_pb_column .et_pb_newsletter_form {
        width: 100%;
        text-align: center;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 603px) {
    .thrive-newsletter .et_pb_newsletter_form {
        height: 120px;
        padding-top: 17px;
    }
    .thrive-newsletter .et_pb_newsletter_button {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 550px) {
    .thrive-newsletter .et_pb_newsletter_form {
        height: 130px;
    }
    .thrive-newsletter .et_pb_newsletter_button {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 460px) {
    .thrive-newsletter .et_pb_newsletter_form {
        height: 168px;
    }
    .thrive-newsletter.et_pb_newsletter_form {
        width: 63%;
        margin-left: 17%;
    }
}
@media only screen and (max-width: 360px) {
    .thrive-newsletter .et_pb_newsletter_form {
        width: 50%;
        margin-left: 17%;
    }
    .thrive-newsletter .et_pb_newsletter_button {
        margin-left: 0px;
        width: 160px;
    }
}

/*---------- [Bloom Super Slim Optin Form - Added 17/07/16] ----------*/

/* Set the padding for the content */

.ds-slim-optin-form .et_bloom_form_container .et_bloom_form_content {
    padding: 0px !important;
}
/* Hide the header area */

.ds-slim-optin-form .et_bloom_form_container .et_bloom_form_header {
    display: none !important;
}
/* Set the font size of the optin text module */

.ds-slim-optin-text {
    padding-top: 17px !important;
    color: #fff !important;
    font-weight: 700;
}

/*Center text on mobile & tablet*/
@media only screen and (max-width:980px) {
    .ds-slim-optin-text {
        text-align: center;
    }
}

/* Set the margin for the optin form module */

.ds-slim-optin-form {
    margin: 0px 0;
}
.ds-slim-optin-form .et_bloom_inline_form {
    margin: 10px 0 !important;
}
/* Add a little padding for smaller screens */

@media only screen and (max-width: 1110px) {
    .ds-slim-optin-form {
        margin-bottom: 20px !important;
        margin-top: 0px;
    }
    
    /*Center the input text*/
    .ds-slim-optin-form input {
        text-align: center;
    }
}


/*Style the button*/
.ds-slim-optin-form form button span {
    padding: 10px;
    font-family: Geosans Light !important;
    font-size: 18px !important;
}

.ds-slim-optin-form button {
    width: 32%;
    background-color: transparent !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff !important;
    padding: 9px !important;
}

.ds-slim-optin-form button:hover {
    background-color: rgba(255,255,255,.5) !important;
}

/* Set the font colour for the success and error messages */

.ds-slim-optin-form h2.et_bloom_success_message,
h2.et_bloom_error_message {
    color: #888 !important;
    margin-top: 0px !important;
}
/* Set the border radius for the success and error messages */

.ds-slim-optin-form .et_bloom_form_container h2.et_bloom_error_message,
h2.et_bloom_success_message {
    border-radius: 0px !important;
}
/* Hide the checkmark on success message */

.ds-slim-optin-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    display: none;
}


/*---------- [Blurb Styling (Work with me section)] ----------*/

.et_pb_blurb {
    background-color: rgba(176,203,220,0.5);
    border: 1px solid #fff;
    outline: 10px solid rgba(255, 255, 255, 0.5);
}


.et_pb_blurb_content {
    font-weight: 900;
    color: #fff;
    padding: 14px;
}

.et_pb_blurb h4 {
    text-decoration: none;
    font-weight: 600;
    color: #8e806e!important;
    line-height: 1.2em;
    font-size: 32px!important;
    text-shadow: 1px 1px #fff;
}


@media only screen and (max-width: 360px) {
    .et_pb_blurb h4 a {
        font-size: 30px;
    }
}
/*---------- [Testimonial Styling] ----------*/

.et_pb_testimonial {
    background-color: rgba(176, 203, 220, 0.5);
    border: 1px solid #fff;
    outline: 10px solid rgba(176, 203, 220, 0.5);
}
.et_pb_testimonial_author {
    display: block;
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
}
/*---------- [Blog Styling (Grid layout)] ----------*/

.et_pb_blog_grid h2 {
    margin-top: 19px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: -10px !important;
    z-index: 99999 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 15px !important;
    padding: 20px !important;
    background-color: #594f43;
    border-top: 5px solid #bfb2a2;
    border-bottom: 5px solid #bfb2a2;
}
.et_pb_post {
    font-size: 18px;
    outline: 10px solid #d7e5ed;
	padding: 50px;
}
.single .post {
    font-size: 18px;
    outline: none !important;
}
.category .post {
    font-size: 18px;
    outline: none !important;
}
.archive .post {
    font-size: 18px;
    outline: none !important;
}
.pagination {
    font-size: 18px;
    font-weight: 600;
}
#main-content .container {
    padding-top: 143px;
}
@media (max-width: 980px) {
    #main-content .container {
        padding-top: 200px;
    }
}
/* [Keep the Global Footer fullwidth on default blog pages] */

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
    width: 100% !important;
}
/*---------- [Sidebar Styling] ----------*/

#main-content .container:before {
    width: 0px !important;
    height: 0% !important;
}
.et_right_sidebar #sidebar {
    background-color: #385370 !important;
    border: 10px solid #D1D5D2;
    padding: 15px;
}
.et_right_sidebar #sidebar a {
    font-size: 18px;
    color: #fff !important;
}
.et_right_sidebar #sidebar a:after {
    border-bottom: 1px solid #fff;
}
#left-area .post-meta a {
    color: #cead00 !important;
}
/*[Hide the search function]*/

.widget_search {
    display: none;
}
/*[Comments styling]*/

.form-submit input {
    border-color: #cead00;
    color: #cead00;
    text-transform: uppercase !important;
    font-family: Geosans Light !important;
}
.comment_area .comment-reply-link {
    border-color: #cead00;
    color: #cead00;
    text-transform: uppercase !important;
    font-family: Geosans Light !important;
}
/*[Page Width Styling for blog pages]*/

@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        width: 70%;
    }
}
@media (min-width: 981px) {
    .et_right_sidebar #sidebar {
        width: 30%;
    }
}
/* [Title background] */

.title-row {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
padding: 20px 0 10px 0!important;
    margin-bottom: 30px;
}
.title-row2,
.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #bfb2a2;
    border-bottom: 1px solid #bfb2a2;
    margin-bottom: 30px;
	padding: 20px 0 10px 0!important;
}
.title-row,
.et_pb_row.et_pb_row_fullwidth h2 {
    color: #8e806e !important;
font-weight: bolder;
    text-shadow: 1px 1px #fff;
}

.title-row2,
.et_pb_row.et_pb_row_fullwidth h2 {
    color: #8e806e !important;
font-weight: bolder;
    text-shadow: 1px 1px #fff;
}


/*---------- [Footer Styling (including footer newsletter)] ----------*/

.thrive-footer-nav p {
    font-size: 16px !important;
    color: #fff;
}
.thrive-footer-nav a {
    font-size: 16px !important;
    color: #fff;
}
.thrive-footer-bottom p {
    font-size: 14px !important;
    color: #fff;
}
.thrive-footer-bottom a {
    font-size: 14px !important;
    color: #fff;
}
.bottom-optin input {
    border: 1px solid #fff !important;
}
.bottom-optin .et_pb_newsletter_form p:nth-child(3) {
    display: none;
}
.et_pb_subscribed {
    color: #fff !important;
}
.et_pb_newsletter {
    padding: 0px !important;
}
.et_pb_newsletter_form p input {
    padding: 9px 4% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.et_pb_widget{
	width: 100%!important;
}
.footer-widget {
    margin: 0 !important;
	width: 100%;
}

.thrive-global-footer {
    padding-bottom: 0px !important;
}

.et_pb_section.thrive-global-footer {
    padding-top: 0px !important;
}

.footer-row1,
.footer-row2 {
    width: 100%;
}

#main-footer {
   border-top: 5px solid #d1d5d2;
   background-color: #bfb2a2!important;
}

#footer-widgets {
    padding: 2% 0 0;
}

/*Added 17/07/16*/  
@media only screen and (max-width:980px) {
    .footer-widget {
        float: left;
        color: #fff;
        min-width: 100%;
    }
}

/*Added 17/07/16*/
/*---------- [Bloom Footer Optin] ----------*/

.bloom-bottom-optin .et_bloom_inline_form {
    margin: 10px 0 0 0 !important;
}

.bloom-bottom-optin .et_bloom_form_header {
    display: none;
}

.bloom-bottom-optin .et_bloom_form_content {
    padding: 0 !important;
}

.bloom-bottom-optin p.et_bloom_popup_input {
    margin-bottom: 20px !important;
}

.bloom-bottom-optin form button span {
    padding: 15px;
    font-family: Geosans Light !important;
    font-size: 20px !important;
}

.bloom-bottom-optin button {
    width: 32%;
    background-color: transparent !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff !important;
    padding: 14px !important;
}

.bloom-bottom-optin button:hover {
    background-color: rgba(255,255,255,.5) !important;
}

.bloom-bottom-optin .et_bloom_animate_success span.et_bloom_success_checkmark {
    display: none !important;
}
/*---------- [Contact Form Styling] ----------*/

.et_pb_contact_submit,
.et_pb_contact_reset {
    border-color: #cead00;
    color: #cead00;
    text-transform: uppercase !important;
    font-family: Geosans Light !important;
}
.et_pb_contact p input {
    height: 48px;
}
.et_pb_contact p input,
.et_pb_contact p textarea {
    font-family: Geosans Light !important;
    font-size: 18px;
}

