/*
 Theme Name:     Pizza Child Theme
 Theme URI:      https://www.elegantthemes.com/
 Description:    Pizza Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
  
@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
/***HEADER**/
#main-header{
    padding: 50px 0 20px;
	box-shadow: none !important;
}

.centered-inline-logo-wrap{
	width: 216px !important;
}

#logo{
    max-height: 100% !important;	
}	

#top-menu-nav{
	margin-left: -180px !important;
}


/***BODY***/
.bestcolors{
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.et_pb_text p a{
	float: right;
    color: #464646;
    vertical-align: middle;
    border-bottom: 1px solid #000;
	position: relative;
    z-index: 89;
}

.et_pb_text p a:after{
	background: url(images/ahref-arrow.png) no-repeat right center;
    content: "";
    padding: 0px 15px 0 0;
}

#main-content .container:before{
	content: none;
}

.filterby{
	float: right;
}

.clearboth{
		clear: both;
}

/**NEWSLETTER EMAIL**/
.newsletter form{
	width: auto !important;
	float: right;
}

.newsletter form table{
	border: 1px solid #e4e4e4 !important;
}

.newsletter form td{
	padding: 0 !important;
}

.newsletter form td.newsletter-td-submit.newsletter-td-submit{
	background: #f5f5f5;
    padding: 5px 10px !important;
}

.newsletter-email{
    border: none !important;
    padding: 10px 10px !important;;	
}

.newsletter-submit{
	color: transparent;
    text-indent: -99999999;
    background: url(images/icon_mail.png) no-repeat;
    width: 25px;
    border: none;
}



/***WOOCOMMERCE**/
.quick-btn{
	display: none !important;
	position: absolute !important;
	top: 35%;
	z-index: 9;
	width: 100%;
}

.woocommerce-LoopProduct-link:hover ~ .quick-btn{
	display: block !important;
}

.quick-btn:hover{
	display: block !important;
}

.ajax.button.quick-btn,
.ajax.button.quick-btn:hover{
    text-align: center !important;
    background: #ffd736 !important;
    color: #fff !important;
    width: 100% !important;
    border: 2px solid #ffd119;
    border-radius: 0px !important;
    padding: 5px 10px !important;
}

.ajax.button.quick-btn:hover{
    opacity: .9 !important;
}

.ajax.button.quick-btn span{
	border: 1px solid #fff !important;
	display: block;
	padding: 5px 9px;
	width: 100% !important;
}

.ajax.button.quick-btn:after,
.et_shop_image .et_overlay{
	display: none !important;
}

.woocommerce-Price-amount{
	color: #ffcc00;
    text-align: center;
    display: block;
    font-size: 18.48px;
}

.woocommerce-LoopProduct-link h3{
	font-size: 19px !important;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-breadcrumb,
.woocommerce h1.page-title,
.page-description{
	display: none;
}

.et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product{
    margin-right: 4%;	
}

#sidebar{
	background: #f5f5f5;
    padding: 25px 25px;
}


/***SINGLE WOOCOMMERCE**/
.single-post footer{
		display: none !important;
}

.single-post ul.products{
	min-height: 100px !important;
}

.single-post .addtoany_content_bottom{
	display: none !important;
}

.single-post #comment-wrap {
    padding-top: 0px !important;
}

#sb-container{
	z-index: 9998989 !important;
}

.single-post .dot-irecommendthis.active{
	padding: 0 !important;
    background-size: 90% !important;
    width: 56px !important;
    height: 54px !important;
}

.single-post .dot-irecommendthis.active div,
.single-post .dot-irecommendthis div{
	position: relative !important;
	top: 11px !important;
}

.single-post ul.products li:after{
	content: "+";
    font-size: 50px;
    padding: 0 10px;
    font-weight: bold;
    position: absolute;
    right: -55px;
    top: 40%;
}

.single-post .woocommerce ul.products li.product{
	margin: 0 11.8% 2.992em 0 !important;
}

.single-post .ajax.button.quick-btn span{
	font-size: 9px;
}

.single-post ul.products li:last-child:after{
	content: none;
}

.single-post .woocommerce-LoopProduct-link h3,
.single-post .woocommerce-Price-amount {
    font-size: 14px !important;
}

#sb-wrapper-inner{
    width: 95% !important;	
}

#sb-info{
    position: absolute !important;
    top: 26px !important;
    right: 0 !important;
    height: 80px;	
}

#sb-nav-close {
    background-image: url(images/closeme.png) !important;
	width: 80px !important;
    height: 82px !important;
}

#commentform textarea, 
#commentform input[type="text"], 
#commentform input[type="email"], 
#commentform input[type="url"]{
	background-color: #e1f9fc !important;
}

.form-submit input{
	background: #0093ff !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}


/***Slider**/
#owl-demo .item{
     margin: 3px;
}

#owl-demo .item img{
  display: block;
  width: 70%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(100); /* Safari 6.0 - 9.0 */
  opacity: .5;
  margin: 0 auto;
}

#owl-demo .item img:hover{
  cursor: pointer;
  -webkit-filter: none;
  filter: none; /* Safari 6.0 - 9.0 */
  opacity: 1;
}


/***Footer***/
#footer-widgets{
	background: #f5f5f5;
	padding: 6% 6% 0;
}

.footer-widget h4{
    color: #b7b7b7;
    font-size: 13.85px;
    margin-bottom: 20px;	
}

#footer-bottom{
	display: none;
}

#text-4{
	width: 100%;
}

#footer-widgets .footer-widget li{
	line-height: 3;
    margin-bottom: 0;	
}

#footer-widgets .footer-widget li:before{
	content: none;	
}

.socialicons{
	width: 196px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.socialicons li{
	float: left;
}

.twitter,
.fb,
.pinterest,
.insta{
	color: transparent !important;
	padding: 10px 16px;
}

.twitter{
	background: url('images/twitter.png') no-repeat;
}

.fb{
	background: url('images/fb.png') no-repeat;
}

.pinterest{
	background: url('images/pinterest.png') no-repeat;
}

.insta{
	background: url('images/instagram.png') no-repeat;
}


/***Masonry Layout Gallery***/

#container {
	width: 1010px;
	margin: 0 auto;
}

#myContent {
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	column-count: 3;
	column-gap: 30px;
	width: 1010px;
}

#myContent img{
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}

#myContent li{
	padding-bottom: 20px;
	position: relative;
}

#myContent .dot-irecommendthis{
	position: absolute; 
	top: 10px;
	left: 10px;
}

#myContent li .hoverdatablog{
	background: rgba(80, 80, 80, 0.68);
    position: absolute;
    width: 100%;
    bottom: 27px;
	font-weight: bold;
	padding: 5px 10px;
}

.hoverdatablog{
	display: none;
}

#myContent li:hover > .hoverdatablog{
		display: block;
}

div.sharebtns{
	float: right;
}

span.entry-title{
	color: #fff;
	text-transform: uppercase;
}

.dot-irecommendthis{
    background: url(images/heart-icon.png) rgba(0, 0, 0, 0.35) center no-repeat !important;
    padding: 17px 28px;
    border-radius: 5px;
}

.dot-irecommendthis.active{
    background: url(images/heart-icon-filled.png) rgba(0, 0, 0, 0.35) center  5px no-repeat !important;
	padding: 40px 28px;   
}

.dot-irecommendthis.active div{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ed1c24;	
}

@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){
	#myContent {
		-moz-column-count: 5;
		-moz-column-gap: 0px;
		-webkit-column-count: 5;
		-webkit-column-gap: 0px;
		column-count: 5;
		column-gap: 0px;
		width: 1000px;
	}
	
	#container {
		width: 1000px;
	}
}


@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){
	#myContent {
		-moz-column-count: 4;
		-moz-column-gap: 0px;
		-webkit-column-count: 4;
		-webkit-column-gap: 0px;
		column-count: 4;
		column-gap: 0px;
		width: 800px;
	}
	
	#container {
		width: 800px;
	}
}

@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
	#myContent {
		-moz-column-count: 3;
		-moz-column-gap: 0px;
		-webkit-column-count: 3;
		-webkit-column-gap: 0px;
		column-count: 34;
		column-gap: 0px;
		width: 600px;
	}
	
	#container {
		width: 600px;
	}
}

@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
	#myContent {
		-moz-column-count: 2;
		-moz-column-gap: 0px;
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		column-count: 2;
		column-gap: 0px;
		width: 400px;
	}
	
	#container {
		width: 400px;
	}
}





@media only screen and ( min-width:980px ) {
	#et_mobile_nav_menu {
		display:block;
	}
	
	#top-menu li{
		display: none;
	}
	
	#top-menu li.centered-inline-logo-wrap{
		display: block;
	}
} 

@media only screen and ( max-width: 767px ) {
	.philflag{
		float: none !important;
		text-align: left;
		margin: 30px 20px;
		padding: 0;
	}
	
	.bestcolors{
		position: relative;
		top: 0;
		left: 0;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		padding: 40px 0 !important;		
	}
} 

.mobile_menu_bar:before {
	 content: "\61";
	 font-size: 32px;
	 left: 0;
	 position: relative;
	 top: 0;
	 cursor: pointer;
 }