/*
 * Theme Name:   Accentuate Child Theme
 * Theme URI:    elegantthemes.com
 * Description:  Child Theme Of Divi
 * Author:       Accentuate
 * Author URI:   elegantthemes.com
 * Template:     Divi
 * Version:      1.0
 *            */

/*********************************
 * Theme Customization Starts here 
 ********************************/


button,.et_pb_button,.button {
	cursor:pointer;
}

body .et_pb_text h1,body .et_pb_text h2,body .et_pb_text h3,body .et_pb_text h4,body .et_pb_text h5,body .et_pb_text h6 {
/* 	padding:0; */
	line-height:1.2em
}

body .gform_wrapper.gravity-theme .gfield_validation_message,body .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    padding: 0;
    border: 0;
}

/** CHECKOUT SECURITY FIELD CSS **/

p#checkout_security_check_field {
    margin-bottom: 30px;
    margin-top: 10px;
}

label[for="checkout_security_check"] {
    font-weight: bold;
}

input#checkout_security_check {
    background-color: #fff;
    padding: 8px;
}


/* Checkout popup and animation */
/*

.woocommerce-checkout form.woocommerce-checkout .processing-text{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.98);
	z-index: 9999999;
	text-align: center;
} 

.woocommerce-checkout form.woocommerce-checkout .processing-text p {
	font-size: 4em;
	line-height: 1em;
	text-align: center;
	padding-bottom: 20px !important;
}
.woocommerce-checkout form.woocommerce-checkout .processing-text .processing-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce-checkout form.woocommerce-checkout.processing .processing-text{
	display: block;
} 
.woocommerce-checkout form.woocommerce-checkout .processing-text p .moving-elipsis {
	position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 50px;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 50px;    
  }
}

*/

/** DEFAULT ADD TO CART LOADING ICON **/

.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
    content: "\e02a";
    top: 11px;
    right: 11px;
    font-size: 15px !important;
}

a.button.add_to_cart_button.ajax_add_to_cart.added:after {
	 content: "\e013";
    font-size: 17px !important;
    top: 11px;
    right: 11px;
}

.siteby img {
    height: 13px !important;
    padding-left: 3px;
}


/* Support Form */
.support-form_wrapper input[type="text"], .support-form_wrapper input[type="email"], .support-form_wrapper textarea {
    padding: 10px !important;
}
.support-form_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.support-form_wrapper .gform_button {
    background: #EF4A44 !important;
    border: none !important;
    color: #fff !important;
}
.support-form_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
/* End Support Form */

/** DIVI TOOLBOX CSS READY CLASSES **/

/** Add one (or two) of these classes to Row Settings: 
 
tablet-two-cols - to display two columns on tablets
tablet-three-cols - to display three columns on tablets
tablet-four-cols - to display four columns on tablets
tablet-five-cols - to display five columns on tablets
tablet-six-cols - to display six columns on tablets
phone-two-cols - to display two columns on phones
phone-three-cols - to display three columns on phones
phone-four-cols - to display four columns on phones

tablet-2cols-1-2 - two columns, one-third and two-thirds wide, on tablets
tablet-2cols-2-1 - two columns, two-thirds and one-third wide, on tablets
tablet-2cols-1-3 - two columns, one-fourth and three-fourths wide, on tablets
tablet-2cols-3-1 - two columns, three-fourths and one-fourth wide, on tablets
phone-2cols-1-2 - two columns, one-third and two-thirds wide, on phones
phone-2cols-2-1 - two columns, two-thirds and one-third wide, on phones
phone-2cols-1-3 - two columns, one-fourth and three-fourths wide, on phones
phone-2cols-3-1 - two columns, three-fourths and one-fourth wide, on phones

**/

.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.full-height {
	min-height: 100vh;
	height: 100vh
}

@media (max-width:980px) {
	.et_pb_row.reverse-columns-mobile {
		display: flex!important;
		flex-direction: column-reverse!important
	}
	.et_pb_row.reverse-columns-mobile .et_pb_column:last-child,
	.et_pb_row.reverse-columns-mobile .et_pb_column.et-last-child {
		margin-bottom: 30px
	}
	.et_pb_row.reverse-columns-mobile .et_pb_column:first-child {
		margin-bottom: 0;
		z-index: 10
	}
}

@media (min-width:480px) and (max-width:980px) {
	.tablet-two-cols>.et_pb_column {
		width: 47.25%!important;
		margin-right: 5.5%!important
	}
	.tablet-two-cols.et_pb_gutters4>.et_pb_column {
		width: 45%!important;
		margin-right: 10%!important
	}
	.tablet-two-cols.et_pb_gutters2>.et_pb_column {
		width: 49%!important;
		margin-right: 2%!important
	}
	.tablet-two-cols.et_pb_gutters1>.et_pb_column {
		width: 50%!important;
		margin-right: 0!important
	}
	.tablet-two-cols>.et_pb_column:nth-child(2n+2) {
		margin-right: 0!important
	}
	.tablet-three-cols>.et_pb_column {
		width: 30%!important;
		margin-right: 5%!important
	}
	.tablet-three-cols.et_pb_gutters4>.et_pb_column {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.tablet-three-cols.et_pb_gutters2>.et_pb_column {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.tablet-three-cols.et_pb_gutters1>.et_pb_column {
		width: 33.33%!important;
		margin-right: 0!important
	}
	.tablet-three-cols>.et_pb_column:nth-child(3n+3) {
		margin-right: 0!important
	}
	.tablet-four-cols>.et_pb_column {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.tablet-four-cols.et_pb_gutters4>.et_pb_column {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.tablet-four-cols.et_pb_gutters2>.et_pb_column {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.tablet-four-cols.et_pb_gutters1>.et_pb_column {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-four-cols>.et_pb_column:nth-child(4n+4) {
		margin-right: 0!important
	}
	.tablet-five-cols>.et_pb_column {
		width: 18.5%!important;
		margin-right: 1.875%!important
	}
	.tablet-five-cols.et_pb_gutters4>.et_pb_column {
		width: 18%!important;
		margin-right: 2.5%!important
	}
	.tablet-five-cols.et_pb_gutters2>.et_pb_column {
		width: 19%!important;
		margin-right: 1.25%!important
	}
	.tablet-five-cols.et_pb_gutters1>.et_pb_column {
		width: 20%!important;
		margin-right: 0!important
	}
	.tablet-five-cols>.et_pb_column:nth-child(5n+5) {
		margin-right: 0!important
	}
	.tablet-six-cols>.et_pb_column {
		width: 15.5%!important;
		margin-right: 1.4%!important
	}
	.tablet-six-cols.et_pb_gutters4>.et_pb_column {
		width: 15%!important;
		margin-right: 2%!important
	}
	.tablet-six-cols.et_pb_gutters2>.et_pb_column {
		width: 16%!important;
		margin-right: .8%!important
	}
	.tablet-six-cols.et_pb_gutters1>.et_pb_column {
		width: 16.66%!important;
		margin-right: 0!important
	}
	.tablet-six-cols>.et_pb_column:nth-child(6n+6) {
		margin-right: 0!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(odd) {
		width: 30%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(even) {
		width: 65%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.tablet-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 63.625%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.tablet-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 65.625%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-2>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(odd) {
		width: 65%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(even) {
		width: 30%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 63.625%!important;
		margin-right: 9.125%!important
	}
	.tablet-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 27.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 65.625%!important;
		margin-right: 3.125%!important
	}
	.tablet-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 31.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.tablet-2cols-2-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(odd) {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(even) {
		width: 74.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 73.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 74.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-1-3>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(odd) {
		width: 74.25%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(even) {
		width: 22.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 73.75%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 21.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 74.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 23.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
}

@media (max-width:479px) {
	.phone-two-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row>.et_pb_column {
		width: 47.25%!important;
		margin-right: 5.5%!important
	}
	.phone-two-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 45%!important;
		margin-right: 10%!important
	}
	.phone-two-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 49%!important;
		margin-right: 2%!important
	}
	.phone-two-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 50%!important;
		margin-right: 0!important
	}
	.phone-two-cols>.et_pb_column:nth-child(2n+2),
	.et-db #et-boc .et-l .phone-two-cols.et_pb_row>.et_pb_column:nth-child(2n+2) {
		margin-right: 0!important
	}
	.phone-three-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row>.et_pb_column {
		width: 30%!important;
		margin-right: 5%!important
	}
	.phone-three-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.phone-three-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.phone-three-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 33.33%!important;
		margin-right: 0!important
	}
	.phone-three-cols>.et_pb_column:nth-child(3n+3),
	.et-db #et-boc .et-l .phone-three-cols.et_pb_row>.et_pb_column:nth-child(3n+3) {
		margin-right: 0!important
	}
	.phone-four-cols>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row>.et_pb_column {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.phone-four-cols.et_pb_gutters4>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters4>.et_pb_column {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.phone-four-cols.et_pb_gutters2>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters2>.et_pb_column {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.phone-four-cols.et_pb_gutters1>.et_pb_column,
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row.et_pb_gutters1>.et_pb_column {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-four-cols>.et_pb_column:nth-child(4n+4),
	.et-db #et-boc .et-l .phone-four-cols.et_pb_row>.et_pb_column:nth-child(4n+4) {
		margin-right: 0!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(odd) {
		width: 30%!important;
		margin-right: 5%!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(even) {
		width: 65%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 27.25%!important;
		margin-right: 9.125%!important
	}
	.phone-2cols-1-2.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 63.625%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 31.25%!important;
		margin-right: 3.125%!important
	}
	.phone-2cols-1-2.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 65.625%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-2>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(odd) {
		width: 65%!important;
		margin-right: 5%!important
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(even) {
		width: 30%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 63.625%!important;
		margin-right: 9.125%!important
	}
	.phone-2cols-2-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 27.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 65.625%!important;
		margin-right: 3.125%!important
	}
	.phone-2cols-2-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 31.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 66.666%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 33.333%!important;
		margin-right: 0!important
	}
	.phone-2cols-2-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(odd) {
		width: 22.75%!important;
		margin-right: 3%!important
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(even) {
		width: 74.25%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 21.25%!important;
		margin-right: 5%!important
	}
	.phone-2cols-1-3.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 73.75%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 23.5%!important;
		margin-right: 2%!important
	}
	.phone-2cols-1-3.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 74.5%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 75%!important;
		margin-right: 0!important
	}
	.phone-2cols-1-3>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(odd) {
		width: 74.25%!important;
		margin-right: 3%!important
	}
	.tablet-2cols-3-1>.et_pb_column:nth-child(even) {
		width: 22.75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(odd) {
		width: 73.75%!important;
		margin-right: 5%!important
	}
	.tablet-2cols-3-1.et_pb_gutters4>.et_pb_column:nth-child(even) {
		width: 21.25%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(odd) {
		width: 74.5%!important;
		margin-right: 2%!important
	}
	.tablet-2cols-3-1.et_pb_gutters2>.et_pb_column:nth-child(even) {
		width: 23.5%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(odd) {
		width: 75%!important;
		margin-right: 0!important
	}
	.tablet-2cols-3-1.et_pb_gutters1>.et_pb_column:nth-child(even) {
		width: 25%!important;
		margin-right: 0!important
	}
	.phone-2cols-3-1>.et_pb_column:nth-child(2n+3) {
		clear: both
	}
}