/* Add here all your CSS customizations */


.cat-box .box-content {	padding-top: 10px; }
.cat-box .box-content a {	color:#1b1b1b; }
.cat-box .box-content a:hover {	color:#E31E24 	; text-decoration:  none;}

.popup-inline-content .list li{ color:#090909; }

.custome-sidebar-box {    
    background: rgba(236, 105, 31,0.2);
}

.popup-inline-content .portfolio-title{ background: #1b1b1b; padding: 0px 30px; }
.popup-inline-content .portfolio-title h2 { color:#fff; font-size:26px; font-weight: 700;}

.isotope-item{ margin-bottom: 20px; }
.isotope-item  h5{ color:#EC691F  } 
.thumb-info-caption-text{ color:#fff; }
.special_text{ color : #EC691F;    font-size:20px; font-weight: 600; animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;}

 
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


/* floating box style */
.floating-form {
    max-width: 330px;
    padding: 20px 20px 10px 20px;
	margin-top: 0%;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 0px;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
	z-index:10;
}
.contact-opener {
    position: absolute;
    left: -80px;
    transform: rotate(-90deg);
    top: 50%;
    background-color: #EC691F;
    padding: 9px;
    font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
}

.opener-btn-2{
	
	position: initial;
	left: 0px;
	transform: inherit;
	top: 0%;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

.side_bar_list li.active a{
    color: #E31E24 !important;
    text-decoration: none;	
}
.side_bar_list li.active a {
    background-color: #eee !important;
    text-decoration: none;
}

/************ PopUp Product Detail Table  ********************/


.product-detail-table { border:1px solid #b1b1b1; }
.product-detail-table > tbody > tr > td { padding: 4px;  font-weight:normal; padding-left:20px; }
.product-detail-table > thead   { background:#1B1B1B; color:#fff; }
.product-detail-table > tbody > tr > td:first-child { background:#EC691F;  color:#fff; font-weight:bold;  padding-left:10px;} 


.custome-modal .modal-header{ background: #1b1b1b; }
.custome-modal .close { color:#F57C37 !important; opacity: 1; }
.custome-modal .control-label { color: #777; }
.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 21px 21px;
}


 
.custome-product-grid .masonry-item { 
/*	border: 1px solid #a1a1a1 ;*/
	text-align: center;
	align-content: center;
	margin: 10px 10px; 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0;

}
.custome-product-grid .masonry-item:hover{  
	-webkit-box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.75);

}
.custome-product-grid .masonry-item img {
	display: block;
	margin: 0 auto;
	padding: 20px;
}
.custome-product-grid .masonry-item h4 {
	 webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(23, 23, 23, 0.8); 
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 5px 0px;
	margin:0px;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	z-index: 2;
	width: 100%;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 0;
}


 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	.custome-product-grid .masonry-item { width:100%; margin:10px 0px; }
 
}