/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/*Header Styling*/
header {
	position: relative;
	z-index: 20;
}

/*HomePage Styling*/
.ah-home-section {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/*PricingCardLinkStyles*/
.ah-cards .dtq-card-desc a {
	color: #5EC8F6;
}
/**/

/*Dev Page Header/Footer*/
/*.page-id-35672 header, .page-id-35672 #main-footer, .page-id-35806 header, .page-id-35806 #main-footer {
display: none !important;
}*/

/*Temp Fix for Mobile Menu Items*/
#main-header .et_mobile_menu .menu-item-has-children > a:after {
	content: '◄' !important;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
	content: '◄' !important;
}

/* Enable Search on Mobile for Divi Centered and Centered Inline Logo Headers */
@media (max-width: 980px) {
    /* make search icon visible */
    .et_header_style_centered #et_top_search, 
    .et_vertical_nav.et_header_style_centered #main-header #et_top_search,
    .et_header_style_split #et_top_search, 
    .et_vertical_nav.et_header_style_split #main-header #et_top_search {
        display: block !important;
        float: right;
        z-index: 99999;
    }
    /* align search icon for Centered header */
    .et_header_style_centered #et_search_icon:before {
        top: 7px;
        left: -3px;
    }
    /* align search icon for Centered Inline Logo header*/
    .et_header_style_split #et_search_icon:before {
        margin-top: 0;
        left: -3px;
    }
    /* make search field visible */
    .et_header_style_centered .et_search_outer, 
    .et_header_style_split .et_search_outer {
        display: block;
    }
    /* set max-width for search form container */
    .et_header_style_centered .container.et_search_form_container,
    .et_header_style_split .container.et_search_form_container.et_pb_search_visible,
    .et_header_style_split .container.et_search_form_container.et_pb_search_form_hidden {
        max-width: 100% !important;
    }
    /* apply in-animation for search form container */
    .et_header_style_centered .container.et_search_form_container.et_pb_search_visible,
    .et_header_style_split .container.et_search_form_container.et_pb_search_visible {
        z-index: 999;
        -webkit-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
        -moz-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
        -o-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
        animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
    }
    /* apply out-animation for menu bar elements */
    .et_header_style_centered .et_pb_menu_hidden #et_search_icon:before, 
    .et_header_style_centered .et_pb_menu_hidden .mobile_menu_bar,
    .et_header_style_centered .et_pb_menu_hidden .select_page,
    .et_header_style_split .et_pb_menu_hidden #et_search_icon:before, 
    .et_header_style_split .et_pb_menu_hidden .mobile_menu_bar,
    .et_header_style_split .et_pb_menu_hidden .select_page {
        opacity: 0;
        -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
        -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
        -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
        animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    }
    /* apply in-animation for "Select Page" container */
    .et_header_style_centered .et_pb_menu_visible .select_page,
    .et_header_style_split .et_pb_menu_visible .select_page {
        opacity: 1;
        -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
        -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
        -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
        animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    }
    /* adjust close search icon horizontal positioning */
    .et_header_style_centered span.et_close_search_field,
    .et_header_style_split span.et_close_search_field {
        right: 5px;
    }
    /* adjust search form input horizontal positioning */
    .et_header_style_centered .et-search-form input,
    .et_header_style_split .et-search-form input {
       left: 10px;
       right: auto;
    }
    /* adjust search form input and close icon vertical positioning */
    .et_header_style_centered .et-search-form input, 
    .et_header_style_centered span.et_close_search_field,
    .et_vertical_nav.et_header_style_centered .et-search-form input, 
    .et_vertical_nav.et_header_style_centered span.et_close_search_field,
    .et_header_style_split .et-search-form input, 
    .et_header_style_split span.et_close_search_field  {
        top: unset !important;
        line-height: 2em;
    }
    .et_header_style_centered span.et_close_search_field,
    .et_header_style_split span.et_close_search_field  {
        bottom: 20px;
    }
    /* set width values for search form */
    .et_header_style_centered .et-search-form,
    .et_header_style_split .et-search-form {
        width: 100% !important;
        max-width: 100% !important;
        bottom: 20px;
    }
    /* adjust close search icon top margin */
    .et_header_style_centered .et_close_search_field:after,
    .et_header_style_split .et_close_search_field:after {
        margin-top: -2px;
    }
}
/* END */

/* making blog columns even */

@media only screen and (min-width: 768px) {
.custom_blog .et_pb_post {
min-height: 250px;
max-height: 250px;
}
}

/* making pin button clickable on mobile */
a.pinit-button { z-index:10000000 !important; }

/*making pin button slightly transparent in mobile*/

@media screen
{
	a.pinit-button.custom span {
		opacity: 0.5 !important;
	}
}

/*fixing jquery pin error*/
a.pinit-button { z-index:10000000 !important; }

/*Adding Modesty Font.*/

@font-face {
font-family: Modesty;
src: url("/wp-content/uploads/2017/08/Modesty.ttf");
font-weight: normal;
}

/*
to change which heading uses Modesty, add a COMMA after "h1" right below this, then a space and h2 or h3, etc. For instance, if you wanted both h1s and h3s to be Modesty, it would say h1, h3 followed by a space and then the curly bracket. If  you only wanted h3s, for instance, you would just swap out h1 for h3.
*/

h1, .et_pb_pricing_title {
font-family: 'Open Sans', sans-serif !important;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: .5em;
}

/*changing the font styling of the pricing table headers*/

.et_pb_pricing_title {
    text-transform: lowercase !important;
		font-size: 40px !important;
		font-weight: normal !important;
}

/*
making the HP slider height of screen
*/

@media screen and (min-width: 619px) {
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
}

@media screen and (max-width: 618px) {
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container, .et_pb_fullwidth_slider_0 {
    min-height: 250px !important;
    height: 250px !important;
}
}

a .fa {
color: #666666 !important;
}

/* 
 removing the borders from Pricing Tables so that they can be added to the columns for "equalized height"
  */

.et_pb_pricing_table {
border: 0;
}

/*end*/
.resources-row > .et_pb_column {
  display: flex !important;
    flex-wrap: wrap !important;
gap: 20px;
}

.resources-row .guide-block {
  display: flex;
}
.resources-row .guide-block .et_pb_blurb_content {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}
.resources-row .guide-block .et_pb_blurb_container {
  width: 100%;
  background:
    rgba(0,0,0,0.48);
}
.resources-row .guide-block .et_pb_blurb_container h4 {
  color: white;
  font-weight: 300;
  padding: 10px 10px 15px 10px;
}
/*Menu Styling*/
@media screen and (max-width: 980px) {
.et_pb_menu_inner_container.clearfix {
		display: flex;
	}
	.et_pb_menu_inner_container	.et_pb_menu__wrap {
justify-content: end;
	}
	.et_pb_menu__logo-wrap {
		margin-bottom: 0px !important;
	}
}