/*
Theme Name: Sunflower Creatives
Description: Child theme for the Divi Theme
Author: Sunflower Creatives
Template:Divi
Version: 1.0
*/


/* Text */
h1, h2, h3, h4 {font-weight: 800;}
h2 {font-size: 48px;}
h3 {font-size: 42px;}
h4 {font-size: 24px;}


.sf-footer a {color: #666;}

/* UNDERLINE TEXT */
/* Optin CTA */
.underline.et_pb_promo h2  {
    background: linear-gradient(rgba(255,255,255,0) 45%,#EFCAC1 45%,#EFCAC1);
	width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.underline span, span.underline {
	background: linear-gradient(rgba(255,255,255,0) 45%,#EFCAC1 45%,#EFCAC1);
}

.underline-title span, span.underline-title {
	background: linear-gradient(rgba(255,255,255,0) 65%,#EFCAC1 65%,#EFCAC1);
}

.underline-text  {
    background: linear-gradient(rgba(255,255,255,0) 45%,#EFCAC1 45%,#EFCAC1);
	width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.sf-vertical-align { 
        display: flex !important; 
        flex-direction: column !important; 
        justify-content: center !important;
	   -webkit-display: flex !important;
	   -webkit-flex-direction: column !important;
	   -webkit-justify-content: center !important;
	   -moz-display: flex !important;
	   -moz-flex-direction: column !important;
	   -moz-justify-content: center !important;
} 



/*--------------------------------------------[Heading Area]---------------------------------------*/
/* Logo */
	.et_pb_svg_logo #logo {
    height: 125%;
}
	#logo {
    max-height: 125%;
}
	#main-header {
	 box-shadow: 0 0px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 0 rgb(0 0 0 / 10%);
}

#main-header.et-fixed-header {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 10%) !important;
}
/*	
#et-top-navigation {
    float: left;
	margin-left: 100px;
}
*/

@media only screen and (min-width: 981px){
/*Rows & Sections */
.et_pb_row {
    width: 90%;
	max-width: 90%;
}
}

/* ---------- [Hamburger Menu for Tablets] ----------- */

@media only screen and (max-width: 1024px) and (min-width: 981px) {
#et_mobile_nav_menu {display: block !important;}
#top-menu {display: none !important;}
}

@media only screen and (max-width: 1024px) and (min-width: 981px) and (orientation:landscape) {
.et_mobile_nav_menu {display: block !important;}
.top-menu {display: none !important;}
}

/* ---------- [End of Hamburger Menu for Tablets] --------------- */

#main-header .mobile_menu_bar{background-color:#212121; padding-bottom: 0px;}
.mobile_menu_bar:before{color:#fff!important;font-size:52px;}

/* ----------- Remove the Select Page in mobile ------------------ */
@media only screen and (max-width: 1024px) {
.select_page {display: none !important;}
 .et_header_style_split #main-header .mobile_nav { 
    background-color: rgba(0, 0, 0, 0.0);
}

}

/* MODULES */
/*Testomonials */
@media only screen and (min-width: 981px){
.quote.et_pb_text:before {
	content: "";
	width: 121px;
	height: 144px;
	background: url("/wp-content/uploads/2021/06/quote.png");
	top: -100px;
	right: -12%;
	position: absolute;
}

.testimonial-box.et_pb_row:before {
	content: "";
	width: 104px;
	height: 50px;
	background: url("/wp-content/uploads/2021/06/arrow-yellow-right.png");
	top: 50%;
	right: -5%;
	position: absolute;
}
}

/* Blurbs */
.blurb-arrow .et_pb_blurb_content {
	max-width: 750px;
}

/*Essential Grid */
.eg-sunflower-container {
     background-color: rgba(239, 202, 193, .9) !important;
}

.eg-sunflower-element-3 {
    color: #414141 !important;
}

.eg-sunflower-element-0 {
    color: #414141 !important;
}

/* --------------[CIRCLED DATES ON BLOG POST IN FULL-WIDTH BLOG MODULE] -----------------------*/
/* ---------------------------- [BLOG MODULE] ------------------------ */

/*---------------  BLOG FULLWIDTH MODULE SECTION SETTINGS   ----------------  */
.blog-section .et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 { width: 49.25%;}
.blog-section .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {margin-right: 1.5%;}
#blog-row.et_pb_row {margin-left: 7%; margin-right: 7%;}
#blog-section .et_pb_row {margin-left: auto !important; margin-right: auto !important;}

#blog-featured .et_pb_post{position: relative;}

#blog-featured .post-meta {
    position: absolute;
    left: 30px;
    top: 20px;
    display: block;
    background: #E93E8C none repeat scroll 0% 0%;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    line-height: 13px;
    font-weight: 600;
    color: #fff;
	outline: 1px solid #E93E8C;
	outline-offset: 4px;
}

#blog-featured .et_pb_post .entry-title{
    background: #001A52;
    height: 80px;
    width: 100%;
    padding: 10px;
    margin-top: -50px;
    position: relative;
	z-index: 9;
	display: flex !important; 
    flex-direction: column !important; 
    justify-content: center !important;
	-webkit-display: flex !important;
	-webkit-flex-direction: column !important;
	-webkit-justify-content: center !important;
	-moz-display: flex !important;
	-moz-flex-direction: column !important;
	-moz-justify-content: center !important;
}

/* Gravity Forms */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    box-shadow: 10px 10px 0px 0px #ec3d8c;
    transition: border 300ms ease 0ms,box-shadow 300ms ease 0ms;
    color: #001C54!important;
    border-color: #001C54;
    border-radius: 0px;
    font-weight: 800!important;
    text-transform: uppercase!important;
    background-color: #FFFFFF;
    padding: 10px 20px;
}

/* Button Hover */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover{
	box-shadow: 0px 0px 0px 0px #ec3d8c;
}