/*
 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
*/

/* 
TABLE OF CONTENTS
------------------------------------------------------- 
1. PADDING & MARGINS
2. TYPOGRAPHY
3. HEADER & FOOTER
4. BUTTONS
5. FORMS
6. PRODUCT PAGES
7. GENERAL STYLES & FORMATTING
*/

/* 1. PADDING & MARGINS */
@media only screen and (min-width: 1500px) {
	.et_pb_section {padding:0;}
}
@media only screen and (min-width: 1500px) {
	.et_pb_row {padding:0;}
}
@media all and (min-width:981px) {
	.et_pb_section{padding: 0}.et_pb_fullwidth_section{padding:0}.et_pb_row{padding:0}.et_pb_column_3_4 .et_pb_row_inner{padding:0}.et_pb_column_2_3 .et_pb_row_inner{padding:0}.et_pb_column_1_2 .et_pb_row_inner,.et_pb_column_3_5 .et_pb_row_inner{padding:0}.et_pb_column_single{padding:0}
}
@media (max-width: 980px) {
	.et_pb_column {margin-bottom: 0;}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_row_inner, .et_pb_row {padding: 0;}
}
/* Increase width of 4 and 5-column items */ 
@media (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {margin-right: 3.8%;}
}
@media (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {width: 22.05%;}
}
@media (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column_1_5, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {width: 16.96%;}
}

/* 2. TYPOGRAPHY */
body {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 19px;
	line-height: 32px;
	font-weight: 400;
	color: #505050;
}
p {padding-bottom: 12px;}
a {
	text-decoration:underline;
	font-weight:700;
}
a:hover {
	color:#7d55c7;
}
/* h1 for page header areas */
h1 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #ffffff;
	padding:0;
	margin:0 0 15px;
}
/* h1 for other areas */
.et_pb_title_container h1 {
    font-size: 50px;
}
.et_pb_title_container h1:after {
	content: "";
    display:block;
    width:85px;
    padding-top:10px;
	border-bottom:2px solid #523178;
}
h1.product_title.entry-title:after {
	content: "";
    display:block;
    width:85px;
    padding-top:5px;
	border-bottom:2px solid #523178;
}
h1.woocommerce-products-header__title.page-title:after {
	content: "";
    display:block;
    width:85px;
    padding-top:5px;
	margin-bottom:25px;
	border-bottom:2px solid #523178;
} 
h2 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size:38px;
	line-height:44px;
	font-weight:700;
	color:#1c1f2a;
	margin:0 0 15px;
}
h2:after {
    content: "";
    display:block;
    width:85px;
    padding-top:5px;
	border-bottom:2px solid #523178;
}
/* centered header with lines - uses CSS Grid syntax */
h2.centered {
    display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    text-align: center;
	letter-spacing:1px;
    grid-gap: 20px;
    width: 100%;
}
h2.centered:before {
    content: '';
    border-top: 2px solid #523178;
}
h2.centered:after {
    content: '';
    border-top: 2px solid #523178;
	border-bottom:none;
	padding-top:0;
	width:auto;
}
.et_pb_blog_grid h2 {
    font-size: 32px;
	line-height: 36px;
	margin: 0 0 8px 0;
}
.et_pb_blog_grid h2:after {
    padding-top:10px;
}
/* h2 styles for woocommerce pages */
h2.woocommerce-loop-product__title:after {
	padding-top:0px;
}
h2.woocommerce-loop-category__title:after {
	padding-top:0px;
}
/* h2 styles for tablet & mobile */
@media (max-width: 767px) {
	.et_pb_portfolio_item h2, .et_pb_post h2 {
	 font-size: 38px;
	}
}
@media (max-width: 479px) {
 .et_pb_blog_grid h2, .et_pb_post h2 {
    padding-bottom: 0;
    font-size: 38px;
	}
}
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #1c1f2a;
	margin: 0 0 10px;
}
h3:after {
    content: "";
    display: block;
    width: 75px;
    padding-top: 5px;
	border-bottom: 2px solid #523178;
}
h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #1c1f2a;
	margin: 0 0 5px;
}
h4:after {
    content: "";
    display: block;
    width: 65px;
    padding-top: 5px;
	border-bottom: 2px solid #523178;
}
h5,.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #1c1f2a;
	margin: 0 0 5px;
}
h6 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1f2a;
	margin: 0 0 15px;
}

/* 3. HEADER & FOOTER */

/* add gradient to footer */
#main-footer {
	background: rgb(82,49,120);
	background: linear-gradient(120deg, rgba(82,49,120,1) 0%, rgba(125,85,199,1) 100%);
}
@media (min-width: 981px) {
.et_pb_gutters3 .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 50px;
	}
}
@media (max-width: 980px) {
#footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 50px !important;
	}
}
#footer-widgets {
    padding: 60px 0 0;
}
/* footer links get underline on hover */
#footer-widgets .footer-widget a:hover {
	text-decoration:underline;
}
#footer-widgets h6 {
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 24px;
}
/* hide shopping cart icon from main nav */
#et-top-navigation .et-cart-info {
	display:none;
}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover, #footer-bottom .et-social-icon a:hover {
    opacity: 1.0;
	color:#7d55c7
}
#top-menu-nav>ul>li>a:hover{text-decoration:underline;}
#top-menu li.current-menu-item>a {
	text-decoration:underline;
}
/* subnav item styling */
#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    position: relative;
    content: none;
}
.et_mobile_menu li li {
    padding-left: 0;
}
/* hide the full top nav at 1400px to avoid line wrap */
@media (max-width: 1400px){
#top-menu {
    display: none;
	}
}
/* Mobile menu styles */
.et_mobile_menu {
    width: 100%;
    padding: 0;
    border-top: 2px solid #523178;
}

@media (max-width: 1400px){
#et_mobile_nav_menu {
    display: block;
	}
}
#et_mobile_nav_menu {
    float: right;
}
@media (min-width: 980px){
.et_header_style_left .mobile_menu_bar {
    margin-top: -10px;
	}
}
.mobile_menu_bar:before {
    font-size: 40px;
}
.et_mobile_menu li a {
    display: block;
    padding: 20px;
	font-size: 19px;
	text-align:center;
	text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: #eee;
    color: #7d55c7;
}
@media (max-width: 980px){
.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
	}
}

/* 4. BUTTONS */
.et_pb_button {
	display:inline-block;
	margin-top:25px;
	color:#ffffff;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    color: #ffffff;
}
a.et_woo_read_more.et_pb_button {
    color:#523178;
	font-weight:700;
	text-decoration:underline;
	text-align: left;
    padding: 0 !important;
	width:fit-content;
}
a.et_woo_read_more.et_pb_button:hover {
    color:#7d55c7 !important;
	font-weight:700;
	background-color:#ffffff !important;
	text-decoration:none !important;
	text-align: left;
    padding: 0 !important;
}

/* 5. FORMS */
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin-top: 30px;
}
.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    padding: 5px 50px 35px 50px;
    background: #efefef;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text] {
    padding: 10px 4px;
}
.gfield.gsection {
    margin: 16px 16px 0 0 !important;
}
.gform_wrapper h2.gsection_title:after {
    padding-top: 0px;
    border-bottom: none;
}
body .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	padding: .3em 1em !important;
	font-size: 24px;
	line-height: 1.7em !important;
    background-color: #523178;
	border: 2px solid;
    border-width: 1px !important;
    border-radius: 30px;
    font-weight: bold;
    font-style: normal;
	color:#ffffff;
    text-transform: none;
    text-decoration: none;
	cursor:pointer;
	transition: all .2s;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #7d55c7;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #7d55c7;
}

/* 6. PRODUCTS */
.flex-viewport {
	border: 1px solid #cccccc;
}
.woocommerce ul.products li.product a img {
	border: 1px solid #cccccc;
}
.et_pb_woo_text ul {
    padding-top: 8px;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 1em;
    color: #523178;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #523178;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #7d55c7;
}
.woocommerce nav.woocommerce-breadcrumb {
    padding: 0 0 25px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
	border: 1px solid #cccccc;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #523178;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #523178 !important;
	text-transform:uppercase;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	padding: 18px 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 3.33333333%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 3.33333333%;
    margin-bottom: 3.33333333%;
}
/* remove "Description" h2 from description tab */
.woocommerce-tabs #tab-description h2 {
    display: none;
}
body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0 .5em;
    margin: 0;
    font-size: 28px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 16px;
    color: #505050;
    line-height: 18px;
    font-weight: 400;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h5 {
    font-size: 20px;
    line-height: 24px;
	margin:0;
	text-transform:none;
	color: #523178;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3.8% 4% 0;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: inherit;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link~.et_pb_button_wrapper {
	display:none;
}
mark.count {
	background-color:#fff;
}
.cat-description {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 19px;
	line-height: 32px;
	font-weight: 400;
	color: #505050;
}
.et_pb_image_container img, .et_pb_post a img, .sb_woo_product_thumb_col img {
    border: 1px solid #ccc;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background:#fff;
}
.entry-summary .entry-title {
    padding-bottom: 0px!important;
}
.term-description {
	padding-bottom:30px;
}
h2.product_title.entry-title a {
	text-decoration:none;
}
h2.product_title.entry-title:after {
	padding-top:0px;
}
.et_pb_woo_short_text h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
	padding-bottom:3px;
}
@media (max-width: 980px) {
.et_woo_container_column.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
	}
}
@media (max-width: 980px) {
.et_woo_container_column.et_pb_column.et_pb_column_1_4:nth-child(even) {
    margin-right: 0%;
	}
}
/* Increase size of h5 on product pages */
#et-boc .et_pb_woo_short_text h5 {
    font-size: 24px;
    line-height: 28px;
	padding:4px 0 2px;
}
/* set product page tabs hover color to light purple */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #7d55c7 !important;
}
.short-content-text {
	font-size:16px;
	line-height:1.3em;
}

/* hide header and footer and fix padding on Spanish-language server pages */
.term-53 #page-container {
	padding-top: 0px !important;
}
.term-53 #page-container .woocommerce-breadcrumb {
	display:none;
}
.term-53 #main-header {
	display: none;
}
.term-53 #main-footer {
	display: none;
}
.postid-208383 #page-container {
	padding-top: 25px !important;
}
.postid-208383 #main-footer {
	display: none;
}
.postid-208383 #main-header {
	display: none;
}
.postid-208384 #page-container {
	padding-top: 25px !important;
}
.postid-208384 #main-footer {
	display: none;
}
.postid-208384 #main-header {
	display: none;
}

/* 7. GENERAL STYLES & FORMATTING */

/* style second-level bullets as open circles */
li ul li {
	list-style-type:circle;
}
.purple-gradient {
	background: rgb(82,49,120);
	background: linear-gradient(120deg, rgba(82,49,120,1) 0%, rgba(125,85,199,1) 100%);
}
.vertical-align {
	vertical-align:middle;
}