@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;
	}
.entry-content {
		margin-top: 0px;
	}
	.entry-meta {
		font-size: inherit;
	}
.entry-meta li {
		font-size: 100%;
		margin: 0 15px 10px 0;
		color: #86bc26;
		font-weight: bold;
	}
	
	#copyrights {
		padding: 20px 0;
		background-color: #fff;
		font-size: 0.875rem;
		line-height: 1.8;
	}
	.portfolio-meta li span {
		display: inline-block;
		width: 50%;
		font-weight: bold;
		color: #333;
	}
#content {
	position: relative;
	margin-top: 0px;
}
#slider {
	 position: fixed;
	 top: 0;
	 right: auto;
	 left: 0;
	 width: 50% !important;
	 height: 100%;
	 background: #f8f9fa;
	 background-size: cover;
}
.text-primary {
	color: #86bc26 !important;
}
.heading-block h1 {
	font-family: 'Poppins', sans-serif;
	line-height: 2rem;
}

.heading-block h3 {
	font-family: 'open-sans', sans-serif;
	font-size: 1.15rem;
}
.heading-block.center > span, .heading-block.text-center > span, .center .heading-block > span, .text-center .heading-block > span {
	max-width: 100%;
}
h2, h3,h4,  h1, h2 {
font-family: 'open-sans', sans-serif !important;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 800;
	letter-spacing: 0px;
}
#content p {
	line-height: 1.6;
}
.bg-primary {
	background-color: #86bc26 !important;
}
.dark .toggle-header, .dark .accordion-header {
	color: #fff;
}
.toggle-header, .accordion-header {
	font-size: 1.4rem;
	font-weight: 700;
}
.entry-title h3 a:hover {
	color: #86bc26;
}
.icon-list > a {
	color: #fff;
}
.heading-block::after {
	content: '';
	display: block;
	margin-top: 0px;
	width: 40px;
	border-top: 0px solid #444;
}
/* 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%;
}
	.offset-1 {
	margin-left: 0;
}
#slider {
 position: inherit;
 top: inherit;
 right: inherit;
 left: inherit;
 width: 100% !important;
 height: inherit;
 background: #f8f9fa;
 background-size: cover;
}
.content-wrap {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}
.entry-title h3 a:hover {
	color: #86bc26;
}
.bg-primary {
	background-color: #86bc26 !important;
}
.pl-5{
	padding-left: 1rem !important;
}
.pr-5{
	padding-right: 1rem !important;
}
.px-5{
	padding-left: 1rem !important;
	padding-right: 1rem !important;

}

}
