/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

/* Start your custom CSS bellow this comment
============================================ */

@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold-webfont.woff2') format('woff2'),
         url('gotham-bold-webfont.woff') format('woff'),
         url('gotham-bold-webfont.ttf') format('truetype'),
         url('gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.et_pb_slide_title{font-family: 'gotham_boldregular' !important;}

/* Set the semi-transparent background color */
.et_pb_slide_content,
.et_pb_slide_description > h2,
.et_pb_more_button_wrap {
	background-color: rgba(0, 0, 0, 0.8);	 
}

/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }

/* Add 30px of padding to the background */
.et_pb_slide_description > h2 {
	padding: 30px 30px 10px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
.et_pb_slide_description { 
	margin-top:0px; 
	margin-bottom:-30px;
}
.et_pb_slide_description > div:first-child { padding-top: 30px !important; }
.et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap
 {
	padding:0px 30px 30px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
@media only screen and ( max-width: 479px ) { 
	.et_pb_slide_description > h2 {
		padding-bottom: 30px !important;
	}
	.et_pb_more_button_wrap {
		display:none;
	}
}

/* Give the background rounded corners */
.et_pb_slide_description > :first-child {
	/*border-top-left-radius: 15px;*/
	/*border-top-right-radius: 15px;*/
}
.et_pb_slide_description div:last-child {
	/*border-bottom-left-radius: 15px;*/
	/*border-bottom-right-radius: 15px;*/
}
@media only screen and ( max-width: 479px ) { 
    .et_pb_slide_description h2 {
		/*border-bottom-left-radius: 15px;*/
		/*border-bottom-right-radius: 15px;*/
	}
}
.et_pb_blurb h4{font-weight:bold;}


/*Advert */
#callout {
    box-shadow: 0 0 30px #d9531f inset;
}
#callout {
    background: #faaa05 none repeat scroll 0 0;
    box-shadow: 0 0 30px #d9531f inset;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 100px;
    margin-top: 65px;
    position: relative;
}

#callout > strong, #callout > span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#callout > strong {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    width: 80%;
}

#callout > span::before {
    background: rgba(0, 0, 0, 0) url("images/callout-signup-bg-overlay.png") no-repeat scroll 0 0;
    content: "";
    height:100px;
    left: -35px;
    position: absolute;
    top: 0;
    width: 35px;
}
#callout > strong, #callout > span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#callout > span {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #333333 0%, #232323 100%) repeat scroll 0 0;
    display: inline-block;
    padding: 35px 0;
    position: relative;
    text-align: center;
    width: 20%;
    height: 100px;
}


/* WOOCOMMERCE */


.wps_title{
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-top: 24px !important;
    padding: 0 !important;
    text-align: center;

}
.wps_title a{
    color:#000;
}

.wa_wps_price del{display:none;}

#wa_chpc_slider{
padding-top:25px;
padding-left:25px
}

.wa_wps_price {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    height: 80px;
    left: -22px;
    line-height: 80px;
    min-width: 80px;
    position: absolute;
    text-align: center;
    top: -26px;
    transition: all 0.2s ease-in-out 0s;
}

.et_pb_blurb:hover .et_pb_main_blurb_image{
    animation: 0.7s ease-in-out 0s normal none 1 running bounceIn_custom;
}

/* PRODUCT SLIDER STYLES */

.wps_foo_content:hover .wa_wps_price, .wa_wps_price:hover {
    animation: 0.7s ease-in-out 0s normal none 1 running bounceIn_custom;
    background-color: #fc8933;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

@keyframes bounceIn_custom {
0% {
    transform: scale(1);
}
25% {
    transform: scale(0.8);
}
50% {
    transform: scale(1.05);
}
70% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}


#wa_chpc_slider .call-for-price {
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding-top: 26px;
    width: 80px;
}
}

.wps_prev, .wps_next{
    background-color: #333;
    display: block;
    height: 80px;
    margin-top: -40px;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    
    width: 40px;
    z-index: 100;
}

.wps_prev span, .wps_next span {display:none;}

.wps_prev{
    background: #333 url("http://cdn.elegantthemes.com/preview/Foxy/wp-content/themes/Foxy/images/left-arrow.png") no-repeat scroll 5px center !important;
    left: -60px !important;
    opacity: 0;
}

.wps_next{
    background: #333 url("http://cdn.elegantthemes.com/preview/Foxy/wp-content/themes/Foxy/images/right-arrow.png") no-repeat scroll 5px center !important;
    opacity: 0;
    right: -60px !important;
}
.wps_image_carousel:hover .wps_prev{
    left: 0px !important;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}
.wps_image_carousel:hover .wps_next{
    right: 0px !important;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

/* homepage shop link */

@keyframes bounce-background {
    from {
        left: 0%;
    }
    50% {
        left: 2%;
    }
    to {
        left: 0%;
    }
}

#callout:hover span{
    animation-name: bounce-background;
    animation-timing-function: ease-in-out;
    animation-duration: .5s;
    animation-iteration-count: infinite;

    /* For Chrome & Safari */
   -webkit-animation-name: bounce-background;
   -webkit-animation-timing-function:ease-in-out;
   -webkit-animation-duration:2s;
   -webkit-animation-iteration-count:infinite;
}

.et-cart-info{display:none;}
#et-info {float: right;}
#et-info-phone{margin:0;}

