/* 
 Theme Name:     Fuse
 Author:         Webstract Marketing
 Author URI:     https://www.webstractmarketing.com/
 Template:       Divi
 Version:        1.0
*/ 

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_pb_post .read-more-btn a {
    background: #1b4256;
    color: #fff;
    padding: 5px 14px;
    display: inline-block;
    margin-top: 10px;
    transition: all .4s ease-in-out;
    opacity: 1;
}
.et_pb_post .read-more-btn a:hover {
    opacity: .7;
}

.btn-primary {
    background: #1b4256;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 300ms ease 0ms;
    display: block;
}
.btn-primary:hover {
    background: #547180;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 45px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fancybox-close-small {
    padding: 0 !important;
}

.message.fancybox-content {
    width: 1080px;
    text-align: center;
}
.message.fancybox-content iframe {
    margin: 20px 0;
}
.message.fancybox-content p {
    text-align: left;
}

#page-container .top-bar .et_pb_row {
    padding: 3px 0 !important;
}
#page-container .top-bar p {
    font-size: 13px !important;
}

/* Target all page types, EXCEPT homepage */

.blog h2,
.search h2,
.post-template-default h2,
.page-template-page-content h2 {
    font-size: 32px;
    line-height: 1.3em;
}
.blog h3,
.search h3,
.post-template-default h3,
.page-template-page-content h3 {
    font-size: 28px;
    line-height: 1.4em;
}
.blog h4,
.search h4,
.post-template-default h4,
.page-template-page-content h4 {
    font-size: 23px;
    line-height: 1.4em;
}
.blog h5,
.search h5,
.post-template-default h5,
.page-template-page-content h5 {
	font-size: 18px;
	line-height: 1.4em;
}
.blog h6,
.search h6,
.post-template-default h6,
.page-template-page-content h6 {
	font-size: 16px;
	line-height: 1.4em;
}
.blog p,
.search p,
.post-template-default p,
.page-template-page-content p {
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 20px;
}
.blog h2,
.search h2,
.post-template-default h2,
.page-template-page-content h2,
.blog h3,
.search h3,
.post-template-default h3,
.page-template-page-content h3,
.blog h4,
.search h4,
.post-template-default h4,
.page-template-page-content h4,
.blog h5,
.search h5,
.post-template-default h5,
.page-template-page-content h5,
.blog h6,
.search h6,
.post-template-default h6,
.page-template-page-content h6 {
    font-weight: bold;
	margin-top: 10px;
    color: #1b4256;
}
.blog h2:first-child,
.search h2:first-child,
.post-template-default h2:first-child,
.page-template-page-content h2:first-child,
.blog h3:first-child,
.search h3:first-child,
.post-template-default h3:first-child,
.page-template-page-content h3:first-child,
.blog h4:first-child,
.search h4:first-child,
.post-template-default h4:first-child,
.page-template-page-content h4:first-child,
.blog h5:first-child,
.search h5:first-child,
.post-template-default h5:first-child,
.page-template-page-content h5:first-child,
.blog h6:first-child,
.search h6:first-child,
.post-template-default h6:first-child,
.page-template-page-content h6:first-child {
	margin-top: 0;
}


.main_title {
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
}
.header-img {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-img:before {
    content: "";
    background: rgba(205, 22, 118, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post .header-img {
    display: block;
    text-align: center;
}
.single-post .meta {
    position: relative;
}
.single-post .meta, .single-post .meta a {
    color: #fff;
}

/* Header */

#et-info {
    display: none;
}
#top-header .container {
    padding: 10px 0;
}
#top-header a:hover {
    text-decoration: underline;
}

.header-elements-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-elements li {
    display: inline-block;
    margin-right: 15px;
}
.header-elements .icon {
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.header-elements .icon img {
    width: 15px;
    height: 15px;
}

.social-media li {
    display: inline-block;
}
.social-media li a img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 4px;
    transition: all .4s ease-in-out;
}
.social-media li a img:hover {
    opacity: .7;
}




/* header */

.top-bar a {
    color: #fff;
}
.top-bar a:hover {
    text-decoration: underline;
}
.header-elements {
    padding: 0 !important;
}
.social-media {
    padding: 0 !important;
    position: relative;
    top: 2px;
}
.header .et_pb_row {
    display: flex;
    align-items: center;
}
.top-bar .et_pb_row {
    display: flex;
    align-items: center;
}
.contact-info {
    padding-bottom: 40px;
}
.header-elements li {
    font-size: 15px;
}
.header-elements span, .header-elements a {
    color: #1b4256 !important;
}
.header-elements a:hover {
    text-decoration: underline;
}
.header .menu-item {
    margin-left: 10px !important;
}
.header .menu-item a {
    padding: 10px 0 !important;
}
.header .menu-item.enhance-your-life a {
    background: #CD1676;
    opacity: 1;
    padding: 10px !important;
}
.header .menu-item.enhance-your-life a:hover {
    background: #D95098;
}
#page-container #et-boc .header .menu-item.enhance-your-life a {
    color: #fff !important;
}

/* form */

.fsFieldRow {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.fsLabel {
    display: block;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    color: #555 !important;
    margin-bottom: 5px;
}
.fuse-form .fsLabel{
	font-size: 14px !important;
    font-weight: 600;
    color: #000 !important;
}
.fsField,
.fuse-form   textarea, 
.fuse-form   select, 
.fuse-form   input[type="text"],  
.fuse-form   input[type="email"], 
.fuse-form   input[type="tel"]{
    width: 100%;
    padding: 11px !important;
    border-radius: 3px;
    border: 2px solid #d1d9dd !important;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	height:45px;
	font-size: 16px;
}

.fuse-form   textarea{
    height: 120px;
}


.fuse-form   .dFTyKA:focus,
.fuse-form   .bpwunM:focus,
.fuse-form   .kttrCL:focus,
.fuse-form   .fDremo:focus{
    outline: none;
}

.fuse-form .fsSection {
    display: block;
}


.fuse-form form {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(1), 
.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(2), 
.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(3),
.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(4){
    width: 48.5%;
    float: left;
}

.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(1),
.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(3){
    margin-right:20px;
}

.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(5){
      clear: both;
}


.fuse-form   .iJPmtD{
    display: block;
}

.fuse-form   .hCMMok {
    min-width: 100%;
}

.fuse-form   .iHFUxA{
    max-width: 100%;
}
.fsField::placeholder {
    color: #aaa;
}
.fsFieldRow:nth-child(even) {
    margin-right: 0;
}
.fsRequiredMarker {
    color: #CE1677;
}
.fsSubmit {
    margin-top: 20px;
    clear: both;
    float: right;
}
.fsSubmit .fsSubmitButton {
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    font-size: 20px !important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #CE1677 !important;
    padding: 15px 40px !important;
    cursor: pointer;
}
.fsSubmit .fsSubmitButton:hover {
    background-color: #D95098 !important;
}

/* blog */

.home .et_pb_blog_grid .et_pb_post {
    border: 0;
    padding: 10px 15px;
    margin-bottom: 0 !important;
}
.home .et_pb_post .post-content p {
    font-size: 15px;
    line-height: 26px;
}
.home .et_pb_post .more-link {
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
}
.home .et_pb_post .more-link:hover {
    text-decoration: underline;
}
.home .et_pb_blog_grid .pagination {
    display: none;
}



/* image hover 

.team-test .et_pb_blurb_content {
}
.team-test .et_pb_blurb_content .et_pb_blurb_container {
    display: none;
    
}
.team-test .et_pb_blurb_content:hover .et_pb_blurb_container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
}
.team-test .et_pb_main_blurb_image {
    position: relative;
    margin-bottom: 0;
    display: block;
    background: #CE1677;
}
.team-test .et_pb_blurb_content .et_pb_image_wrap img {
    transition: all .4s ease-in-out;
}
.team-test .et_pb_blurb_content:hover .et_pb_image_wrap img {
    opacity: .3;
}
.team-test .et_pb_module_header, .team-test .et_pb_blurb_description {
    width: 100%;
    display: block;
    max-width: 100%;
    color: #fff;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.team-test .et_pb_blurb_content:hover .et_pb_module_header, .team-test .et_pb_blurb_content:hover .et_pb_blurb_description {
    opacity: 1;
}
.team-test .et_pb_module_header {
    margin-top: 35%;
}
.team-test .et_pb_blurb_description p {
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}
*/

/*
.team-test .et_pb_image_wrap:after {
    content: '';
    background-image: url(https://www.momsanddadsmakemore.com.webstract.net/wp-content/uploads/2020/05/video-play-button-small.png);
    background-position: center;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 65px;
    left: 65px;
}
*/

.team-test .et_pb_blurb_container {
    padding: 0 15px;
}

#welcome img {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#welcome:hover img {
    transform: scale(1.1);
}





/* footer */

.copyright span, .copyright a span, .copyright a {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
}
.copyright a {
    text-decoration: underline;
}
.copyright a:hover span, .copyright a:hover {
    color: #fff;
}


/* General */

.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center;
}
.inline-row.align-center {
    text-align: center !important;
}
.inline-row.align-left {
    text-align: left !important;
}
.inline-row.align-right {
    text-align: right !important;
}

/* This is primarily for one of the LINKER sections */

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



/* BREADCRUMBS */

.home .breadcrumb-wrap {
    height: 0;
    padding: 0;
}
.home #breadcrumbs {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.breadcrumb-wrap {
    background: #2ea3f2;
    color: #fff;
    padding: 10px 0;
}
#breadcrumbs a {
    color: #fff;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}

/* FOOTER */

.footer-elements-wrap {
    padding-top: 30px;
    text-align: center;
}
#footer-widgets {
    padding-top: 40px;
}
#footer-widgets .footer-widget li a:hover {
    text-decoration: underline;
}
#footer-widgets .contact-info li,
#footer-widgets .social-media li {
    padding-left: 0;
}
#footer-widgets .contact-info li:before,
#footer-widgets .social-media li:before {
    display: none;
}
#footer-widgets .contact-info li {
    display: flex;
    align-items: center;
}
#footer-widgets .contact-info li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
#footer-bottom {
	padding: 15px 0 15px
}
#footer-bottom a:hover {
    text-decoration: underline;
}

.home .breadcrumbs {
    display: none;
}

.top-bar p {
    line-height: 23px !important;
}



/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
    #top-header {
        display: none; 
    }
}

@media only screen and (max-width: 980px) {
    .blog h2,
    .search h2,
    .post-template-default h2,
    .page-template-page-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(1), 
	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(2), 
	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(3),
	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(4){
		width: 100%;
	}

	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(1),
	.fuse-form   .fsBody form.fsForm .fsFieldCell:nth-child(3){
		margin-right:0px;
	}
}

@media only screen and (max-width: 768px) {
    .inline-row .et_pb_button_module_wrapper,
    .inline-row .et_pb_button_module_wrapper .et_pb_button,
    .inline-row .et_pb_image,
    .inline-row .et_pb_code {
        width: 100%;
        text-align: center;
    }
    
    .image-hover img {
        width: 100%;
    }
    
    .team-test img {
        width: 100%;
    }
    .team-test .et_pb_blurb_content .et_pb_blurb_container {
        display: block;
        padding: 20px;
    }
    .team-test .et_pb_blurb_content:hover .et_pb_blurb_container {
        position: relative;
    }
    .team-test .et_pb_blurb_content {
        
    }
    .team-test .et_pb_module_header {
        margin-top: 0;
    }
    
    .top-bar {
        display: none;
    }
    .header .et_pb_row {
        display: block;
    }
    .header .et_pb_image .et_pb_image_wrap {
        text-align: center;
        margin-top: 20px;
    }
    .header .et_pb_row img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .header .et_pb_row .contact-info {
        text-align: center;
    }
    .header .et_pb_row .contact-info img {
        width: 15px;
    }
    .main-menu .et_mobile_nav_menu {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 20px !important;
    }
    .main-menu .mobile_nav .mobile_menu_bar:before {
        color: #CE1677 !important;
    }
    .main-menu .et_mobile_menu {
        border-top-color: #1B4256;
    }
}

@media only screen and (max-width: 576px) {
    .header .et_pb_row img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

/* Divi automatically removes the padding bottom, but we can set it back */

.flex-row.et-last-child:last-child {
    padding-bottom: 27px !important;
}

@media only screen and (max-width: 980px) {
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row .order-1 {
        order: 1;
    }
    .flex-row .order-2 {
        order: 2;
    }
    .team-test .et_pb_main_blurb_image {
        margin-bottom: 0;
    }
    .fsFieldRow {
        width: 100%;
    }
}


/* PAGE TITLE BANNER */

/* adjust based on template design  */

.page-title-banner {
    background: #666;
    text-align: center;
}
.page-title-banner .title-wrap {
    padding: 40px 0;
}
.page-title-banner h1 {
    color: #fff;
    text-align: left;
}
.page-title-banner .meta {
    text-align: left;
}

/* these help with consistency across page types (best to leave alone) */

.home .page-title-banner {
    display: none;
}
.page-title-banner h1.main_title {
    margin-bottom: 0;
}
.single-post .entry-content {
    padding-top: 0;
}

#sidebar .et_pb_widget li {
    line-height: 25px;
}
.et_pb_widget li a:hover {
    color: #ce1677;
}
.et_pb_post ul li,
.et_pb_post ol li {
    margin-bottom: 5px;
}


/* BASIC PAGE and FUSE PAGE */

/*
    - Styles below are used to make a standard layout (main content and sidebar) look consistent, regardless of whether it is a regular PHP page or a Fuse page
    - Styles below are for the DEFAULT styling only - if styling changes are made to either regular PHP pages or Fuse pages, changes may need to be made below
    - If no changes to the DEFAULT styling are needed, the code below can be left as-is
*/


.main-section {
    padding-top: 58px !important;
    padding-bottom: 0 !important;
}
.left-content h1 {
    margin-bottom: 20px;
}
.et_pb_sidebar_0 .et_pb_widget {
    margin-bottom: 30px !important;
    float: none;
}

.breadcrumbs {
    background-color: #1b4256;
    padding: 10px 0;
    color: #fff;
}

.breadcrumbs a {
    color: #7ac2ed !important;
}
@media (max-width: 980px) {
    .left-content, .right-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }
    .intro-section {
        background-size: cover !important;
    }
}
@media (min-width: 981px) {
    #main-content .container:before {
        display: none;
    }
    .left-content {
        width: 77.25% !important;
        padding-right: 3%;
        margin-right: 0 !important;
    }
    #left-area, .left-content {
        padding-bottom: 50px;
    }
    .right-content {
        width: 22.75% !important;
        padding-left: 30px;
        padding-bottom: 28px;
    }
    .right-content .et_pb_sidebar_0 {
        padding-right: 0;
        border-right: 0;
    }
}

@media (max-width: 980px) {
    .message.fancybox-content p {
        font-size: 14px !important;
        line-height: 22px;
    }
    .header-img {
        text-align: center;
        padding: 50px
    }
    .main_title {
        font-size: 30px;
        line-height: 40px;
    }
}
