@import url("../custom/6+.css");

/* CSS FONTS */
/*@font-face {
  font-family: 'HighTide';
  src:  url('fonts/HighTide.otf')  format('opentype'), url('fonts/HighTide.woff') format('woff'), url('fonts/HighTide.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
.HighTide {
	 font-family: 'HighTide';
	 color: #816252;
	 font-size: 55px;
}*/

/* CSS UNIVERSALI */
.solodesktop {
	display: inline;
	}
.solomobile {
	display: none;
	}
body{
	background: url("../images/bgr.jpg") #000;
}
#header:not(.sticky-header) #header-wrap .header-row {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 120px;
}
.grid-logo {
	padding: 0 55px;
	}
/* ----- Review ----- */
	.review-row {
		padding-bottom: 24px;
		border-bottom: 1px solid #EEE;
	}
	
	.review-row h6 {
		font-size: 18px;
		font-weight: 400;
		color: #1d2c4c;
		margin-bottom: 0;
	}
	
	.review {
		border-bottom: 1px solid hsla(60,1%,75%,.3);
		padding-bottom: 52px;
		padding-top: 52px;
	}
	
	.review-company {
		display: block;
		font-size: 17px;
		font-weight: 500;
		color: #1d2c4c;
	}
	
	.review-id {
		color: #AAA;
		font-weight: 300;
		font-size: 16px;
	}
	
	.rating-stars {
		margin: 20px 0;
	}
	
	.rating-stars i {
		font-size: 24px;
		margin: 0 2px;
		color: gold;
	}
	
	.review-date {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	
	.review-title h3::before {
		content: "\e7ad";
		font-family: 'font-icons';
		position: absolute;
		top: -5px;
		left: -70px;
		height: 60px;
		font-size: 60px;
		color: #525975;
		line-height: 60px;
		opacity: .1;
	}
	
	.review-title h3 {
		font-family: 'PlayFair Display';
		font-size: 28px;
		color: #1d2c4c;
		margin-bottom: 20px;
	}
	
	.owl-item .review-content {
		position: relative;
		max-height: 140px;
		overflow: hidden;
		transition: all 1s linear;
	}
	
	.owl-item .review-content::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 50px;
		bottom: 0;
		left: 0;
		z-index: 9;
		transition: all .3s linear;
		background: linear-gradient(180deg,hsla(0,0%,100%,0) -1%,hsla(0,0%,100%,.01) 0,#fff);
	}
	
	.owl-item .review-content:hover { max-height: 500px; }
	.owl-item .review-content:hover::after { background: transparent; }
	
	.review-content p {
		margin: 0;
		color: #888;
		font-size: 16px;
		white-space: pre-line;
	}
/* ----- Review end ----- */	
	
	
	.content-wrap {
		position: relative;
		padding: 40px 0 0px;
		overflow: hidden;
	}
	#content {
		position: relative;
		background-color: inherit;
	}
	body {
		line-height: 1.5;
		color: #fff;
		font-family: 'Lato', sans-serif;
	}
	#footer {
		background-color: #000;
		border: 0;
		margin: 0;
		padding: 0;
	}
	.section {
		background-color: inherit;
	}
	.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
		color: #FFF;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #FFF;
	}
	.fbox-bg.fbox-center .fbox-icon {
		background-color: inherit;
	}
	.fbox-content h3 {
		color: #FFF;
	}
	.entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
		color: #fff;
	}
	.menu-link {
		color: #e2dfdf;
	}
	.grid-logo {
		width: 100%;
		/* position: absolute; */
		/* top: 80px; */
		/* left: 66px; */
		/* border-radius: 30px; */
		text-align: center;
		margin-top: -90px;
		z-index: 5;
		padding: 5% 25%;
		height: 160px;
	}
	.grid-logo img{
		width: 130px;
		 border-radius: 30px; 
	}
	
	.revo-slider-emphasis-text {
		font-family: 'Open Sans', serif !important;
	}
/* CSS DESKTOP */
@media (min-width: 1200px) {

}


/* CSS RESPONSIVE TABLET PRO */
@media (min-width: 768px) and (max-width: 991px) {

}


/* CSS RESPONSIVE   TABLET PRO*/
@media (min-width: 992px) and (max-width: 1199px) {



}


/* CSS RESPONSIVE TABLET */
@media (max-width: 767px) {


}


/* CSS RESPONSIVE SMARTPHONE */
@media (max-width: 480px) {
	.solodesktop {
	display: none;
	}
.solomobile {
	display: inline;
	}

.offset-3 {
	margin-left: 0%;
}
.categories {
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(50% - 20px);
	height: 80px;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	transition: all 0.5s cubic-bezier(.02, .01, .5, 1);
}
.categories .categories-details {
	position: absolute;
	display: flex;
	left: 50%;
	top: 50%;
	bottom: auto;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
}
	.offset-1 {
	margin-left: 0;
}

}
