/* 
 Theme Name:     focus-child-theme
 Author:         markhendriksen.com
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0

*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ###### CHANGE COLORS ###### */


/* ###### SIDEBAR WIDGETS COLORS ###### */
.et_pb_widget_area_left .et_pb_widget,
.et_pb_widget_area_right .et_pb_widget {
    background-color: #f5f5f5;
    border-top: 5px solid #000;
}

/* ###### CTA MENU COLORS ###### */
.cta_menu a,
.et-fixed-header #top-menu .cta_menu a {
	background-color: #b91b68;
    color: #fff !important;
}

/* ###### MENU HAMBURGER COLOR ###### */
.mobile_menu_bar:before {
	color: #fff !important;
}

/* ###### DROPDOWN BG MENU ITEM COLOR ###### */
#top-menu li li a {
	background-color: #171616;
}

/* ###### CTA MENU AFTER SCROLL DOWN ###### */
.et-fixed-header#main-header #top-menu li.cta_menu a {
	color: #fff !important;
}

/* ###### DROPDOWN BG AFTER SCROLL DOWN ###### */
.et-fixed-header#main-header .nav li ul.sub-menu {
	background-color: #000 !important;
}


/* ###### DROPDOWN TEXT COLOR AFTER SCROLL DOWN ###### */
.et-fixed-header#main-header .nav li ul.sub-menu li a {
color: #fff !important;
}

/* ###### DROPDOWN CURRENT MENU TEXT AND BG COLOR AFTER SCROLL DOWN ###### */
.et-fixed-header#main-header .nav li ul.sub-menu li.current-menu-item a,
#top-menu li ul.sub-menu li.current-menu-item a {
    background-color: #b91b68;
	color:#fff;
}

/* ###### DROP-DROPDOWN CURRENT MENU ANCHESTOR TEXT  ###### */
ul.sub-menu li.current-menu-ancestor a {
	color: #fff !important;
}

/* ############# NEWSLETTER MODULE BLOG PAGE BUTTON ############# */
.custom_emailoptin .et_pb_newsletter_button {
	background-color: #b91b68 !important;
}

/* ############# NEWSLETTER MODULE BOTTOM BUTTON ############# */
.custom_emailoptin_purple .et_pb_newsletter_button {
	background-color: #000 !important;
}

/* ############# BLOG PAGE BUTTON ############# */

.more-link {
    background-color: #000;
    color: #fff;
}

.more-link:hover {
   background-color: #b91b68;	
}

/* ###### END COLORS ###### */


/* ###### MENU ###### */

.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: 260px;
}

#top-menu li li a {
    width: 220px;
    font-size: 14px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 0px;
}

.cta_menu a {
    padding: 15px !important;
    border-radius: 3px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.17);
}



/* ###### HEADER HOME ###### */

@media all and (min-width: 981px) {
.custom_header .header-content img {
	margin-top: -100px
}

.custom_header  .header-content-container {
	margin-top: -75px !important;
}

.custom_header .et_pb_header_content_wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}}

@media all and (max-width: 479px) {
.custom_header .header-content img {
	width: 70%;
	margin-top: -50px
}}



.focus_shadow {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.18);
}

.focus_shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.focus_shadow:hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.custom_shadow_column {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.custom_shadow_column:hover {
	box-shadow: 0 2px 40px 0px rgba(0, 0, 0, 0.15);
}

/* ############# REVIEW PAGE ############# */

.review .et_pb_column {
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.review .et_pb_column:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.review .et_pb_column:hover {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
}
 
.review .et_pb_column:hover:before {
 	opacity:1;
 	top: 106%;
 	height: 15px;}

.review .et_pb_column .et_pb_blurb_container {
	padding: 0 25px;
}

/* ############# SIDEBAR ############# */

.et_pb_widget_area_left .et_pb_widget,
.et_pb_widget_area_right .et_pb_widget {
    padding: 25px;
	border-radius: 5px;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
}

/* ############# SINGLE BLOG PAGE ############# */

#left-area {
    padding-bottom: 0px;
}

.single .et_pb_post {
    margin-bottom: 0px;
}

.single .post {
    padding-bottom: 0px;
}

/* ############# BLOG PAGE ############# */

.more-link {
	display: inline-block !important;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.36);
}

/* ############# NEWSLETTER MODULE BLACK BACKGROUND ############# */

@media all and (min-width: 600px) {
.et_pb_newsletter_description, .et_pb_newsletter_form {
    width: 100% !important;
}
	
.custom_emailoptin .et_pb_newsletter_description {
	display:none;
}

.custom_emailoptin .et_pb_newsletter_form p input {
    width: 30% !important;
    float: left;
	margin-left: 15px;
}

.custom_emailoptin .et_pb_newsletter_form p {
    padding-bottom: 0em;
}

.custom_emailoptin .et_pb_newsletter_button {
    width: 30% !important;
    float: left;
    margin-left: 15px;
    border: 0px solid #fff !important;
}}


.custom_emailoptin .et_pb_button {
    padding: 0px !important;
}

.custom_emailoptin .et_pb_newsletter_form p input {
    padding: 9px 4%!important;
}

/* ############# NEWSLETTER MODULE PURPLE BACKGROUND ############# */

.custom_emailoptin_purple .et_pb_newsletter_button {
    border: 0px solid #fff !important;
}

/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 34px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 22px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 18.54%;
	background-color: #f5f5f5;
    border-top: 5px solid #000;
	border-radius: 5px;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
}

.search .et_pb_fullwidth_header_0 {
    padding-top: 150px !important;
}

/* ###### 404 PAGE ###### */

@media all and (max-width: 479px) {
.error404 .header-content-container {
	margin-top: 150px;
}}

/* ###### FOOTER ###### */

#main-footer .container {
	border-top: 1px solid #fff;
    padding-top: 8px;
}

.custom_footer .fa {
	color: #fff;
    padding-right: 5px;
	font-size: 14px;
}

/* ###### 4.0 FIXES ###### */

@media (min-width: 600px) {
.custom_emailoptin .et_pb_newsletter_form p input {
    width: 100% !important;
}

.custom_emailoptin .et_pb_newsletter_button {
    width: 100% !important;
}}

.et_pb_newsletter_form .input, .et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field textarea, .et_pb_newsletter_form select, .et_pb_newsletter_form textarea {
    padding: 6px 4%!important;
}

.et_pb_newsletter .et_pb_newsletter_fields>* {
    flex-basis: 32% !important;
}