html, body {
  	font-family: "Source Sans 3", sans-serif !important;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.cookiebar {
  	font-family: "Source Sans 3", sans-serif;
}

.logo a {
	background-image: url(../../sonsofvapor/logo.png) !important;
	background-size: auto 100%;
	background-position: center center;
}
.header.original .logo {
	width: 180px !important;
	height: 125px !important;
}
@media only screen and (max-width: 767px) {
	.header .logo,
	.header.original .logo  {
		width: 100% !important;
	}
}
@media only screen and (min-width: 768px) {
	.header.original {
		line-height: 125px !important;
	}
}


/* TEMPORANEO
.mod_navigation ul li a,
.mmenu_trigger,
.smartmenu .line {
	display: none !important;
}
*/

#bottom .inside .right a {
	margin-left: 0;
}

.mod_portfoliolist_v3 .item .teaser {
	float: left;
}
.mod_portfoliolist_v3 .item .teaser p {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
}
.mod_portfoliolist_v3 .item .subline {
	border-left: 0;
}
@media only screen and (max-width: 767px) {
	.mod_portfoliolist_v3 .item .subline {
		float: right;
	}
}

h1 .color-accent,
h2 .color-accent,
h3 .color-accent {
	font-weight: 700;
}

.social a {
	margin: 0 10px;
}

.items {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-evenly;
}
.items .item {
	margin-bottom: 30px;
	border-left: 4px solid #3fb498;
	padding-left: 10px;
}
.items .item h4 {
	text-transform: uppercase;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.items {
		display: block;
	}
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.box > .column > div {
	padding: 5% 8%;
	border: 1px solid #3fb498;
}
.box > .column p:last-child {
	margin-bottom: 0;
}

.ce_gallery .gallery-margin .image_container {
	margin: 0 20px 20px;
}


@media only screen and (max-width: 767px) {
	#bottom .inside .right {
		margin-top: 15px;
		text-align: left;
	}
}
@media only screen and (min-width: 768px) {
	#bottom .inside .right {
		text-align: right;
	}
}