@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;
	}

#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;
	}
	.slider-caption h2 {
		font-size: 3rem;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 0;
		font-family: Roboto;
	}
.list-numbers {
		counter-reset: item;
	}	
	ol.list-numbers li::before {
		content: counter(item) ". ";
		counter-increment: item;
		margin-right: 7px;
		color: #002366;
		font-weight: 700;
	}
	ol.list-numbers li {
		font-size: 18px;
		list-style-type: none;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
	}
.bg-dark {
	background-color: color: #0b1667;
	color: #FFF;
}	

h3 {
	border-bottom: 1px solid #dee2e6 !important;
	border-top: 1px solid #dee2e6 !important;
	padding-top: 1.5rem !important;
	}padding-bottom: 1.5rem !important;
	}
}
#widget-subscribe-form {
	display: block;
	padding: 8px;
	background-color: none;
	border: 0px solid #EEE;
	border-radius: 3px;
	box-shadow: none;
	transition: none;
}
.dark #footer, #footer.dark {
	color: rgba(255,255,255,0.75);
	background-color: #0b1667;
	border-top-color: rgba(255,255,255,0.15);
}
#content p {
	line-height: 1.5;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 10px;
}
dl, dt, dd, ol, ul, li {
	margin: 0 0 10px 15px;
	padding: 0;
}
.heading-block h2 {
	font-size: 30px;
	line-height: 1;
}
.entry-content {
	margin-top: 10px;
}
.sub-menu-container .menu-item > .menu-link {
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #525975;
	text-transform: inherit;
	background-color: transparent !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;
}
.hades.tparrows::before {
	display: none;
	transition: none;
}
.hades.tparrows {
	display: none;
	transition: none;
}

.hades.tparrows:hover::before {
	display: none;
}
.tp-leftarrow .tp-rightarrow {
	display: none;
}
.heading-block h2 {
	font-size: 30px;
	line-height: 1;
	padding: 18px 3px 2px;
}
.bottommargin-lg {
	margin-bottom: 0rem !important;
}
.topmargin-lg {
	margin-top: 0rem !important;
}
.mfp-close {
	color: #000;
}
h5 {
	font-size: 1.1rem;
}
}
