@charset "UTF-8";
/*
Theme Name: Flash Child
Template: flash
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}

html {
	font-size: 100%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: "";
}

a:focus, a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
	padding: 10px;
}
.sow-slider-image a img {
	padding: 0;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: proxima-nova, Montserrat, sans-serif !important;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
	font-size: 1.6em;
	font-style: italic;
	font-family: proxima-nova, Montserrat, sans-serif !important;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: proxima-nova, Montserrat, sans-serif !important;
	font-size: 1em;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 2em;
	margin-bottom: 15px;
	color: #6d4732;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.8em;
	color: #6d4732;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-weight: 400 !important;
}

h4 {
	font-size: 1.4em;
	font-weight: 500 !important;
	margin: 15px 0;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.titbrown { color: #6d4732; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #947d68;
	border: 0;
	height: 3px;
	margin-bottom: 20px;
	margin-left: 0;
	max-width: 80px;
	margin-top: 10px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: circle;/*disc;*/
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to tg-container width. */
	vertical-align: middle;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

p {
	margin: 0 0 30px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button {
	background: #333;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 1em;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	background: none;
	color: #6d4732;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 1em;
	line-height: 13px;
	border: 2px solid #6d4732;
	padding: 1em 2em;
	font-weight: 500;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	text-transform: uppercase;
}

.navigation .nav-links a:hover,
.bttn:hover,
button {
	color: #fff;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
	border: 2px solid #6d4732;
	background-color: #6d4732 !important;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

button:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	color: #333;
	border: 1px solid #ccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	border: 1px solid #aaa;
}

textarea:focus {
	border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
	border: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 125px;
	max-width: 100%;
	width: 100%;
}

button[type="submit"] {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a:hover {
	color: #000;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
	content: "";
	display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
	clear: both;
}

.clear {
	clear: both;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
	/*class required for wordpress*/
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 24px;
}

.alignright {
	float: right;
	margin-left: 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

.hidden {
	display: none;
}

.full-width,
.full-width-center {
	overflow: hidden;
}

.full-width .alignfull,
.full-width-center .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.full-width .alignfull img,
.full-width-center .alignfull img {
	max-width: unset;
}

.full-width .alignwide,
.full-width-center .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.full-width.boxed #content,
.full-width-center.boxed #content {
	overflow: hidden;
}

.full-width.boxed .alignwide,
.full-width-center.boxed .alignwide {
	margin-left: -100px;
	margin-right: -100px;
}

ul.wp-block-gallery {
	margin: 0;
}

/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/
.tg-column-wrapper {
	clear: both;
	margin-left: -3%;
}

.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
	float: left;
	margin-left: 1.5%; /*3%;*/
}

.tg-column-wrapper .tg-column-1 {
	width: 100%;
}

.tg-column-wrapper .tg-column-2 {
	width: 46%;/*47%;*/
}

.tg-column-wrapper .tg-column-3 {
	width: 30.33%;
}

.tg-column-wrapper .tg-column-4 {
	width: 22%;
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.flash_inherit_color div {
	color: inherit !important;
}

.flash_inherit_color div.section-description {
	color: inherit !important;
}

.flash_inherit_color h1,
.flash_inherit_color h2 {
	color: inherit !important;
}

.flash_inherit_color h3 {
	color: inherit !important;
}

.flash_inherit_color h3.section-title {
	color: inherit !important;
}

.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
	color: inherit !important;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 21px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 11px 0;
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.tg-container {
	max-width: 1200px;
	margin: 0 auto;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

#primary {
	float: left;
	width: 100%;/*65.5%;*/
}

#secondary {
	float: right;
	width: 32.22%;
}

.page-template-full-width #primary,
.page-template-pagebuilder #primary {
	width: 100%;
}

#scroll-up {
	background-color: #6d4732 !important; /*#30afb8;*/
	border-radius: 30px;
	bottom: 80px;
	color: #fff;
	display: none;
	padding: 11px 16px 13px;
	position: fixed;
	opacity: 0.8;
	z-index: 9999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
	right: 20px;
}

.post-navigation {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.nav-next a .entry-title {
	float: left;
	margin-right: 3px;
}

.site {
	background-color: #fff;
}

/*--------------------------------------------------------------
}
Preloader CSS
--------------------------------------------------------------*/
#preloader {
	position: relative;
}

#preloader span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #21858c;
	position: absolute;
	-webkit-animation: preloader 1.5s infinite ease-in-out;
	animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@-webkit-keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #30aeb7;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		background: #21858c;
	}
}

@keyframes preloader {
	0% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: #30aeb7;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #21858c;
	}
}

#spinners {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#preloader-background {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/
.left-sidebar #primary {
	float: right;
}

.left-sidebar #secondary {
	float: left;
}

.full-width #primary {
	float: none;
	width: 100%;
}

.full-width-center #primary {
	float: none;
	margin: 0 auto;
	width: 65.5%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-top {
	background-color: #F3E5D8;
}

.header-top .contact-info {
	line-height: 30px;
	float: left;
	margin: 0;
}

.header-top .tg-column-wrapper {
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top .left-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.spazio { padding-right: 15px; }

.header-top .right-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-top .right-content ul {
	float: right;
}

.header-top .contact-info,
.header-top .social-menu {
	list-style: none;
}

.header-top .contact-info li {
	float: left;
	font-size: 0.9em;
	color: #384554;
	margin-right: 30px;
	padding: 5px 0;
}

.header-top .contact-info li:last-child {
	margin-right: 0;
}

.header-top .social-menu {
	line-height: 30px;
	margin: 0;
}

.header-top .social-menu li {
	float: left;
	margin-left: 10px;
	font-size: 0.9em;
	padding: 5px 0;
}

.header-top .social-menu li:first-child {
	margin-left: 0;
}

.contact-info span {
	font-size: 1.2em;
	padding-right: 10px;
	color: #99a3b0;
}

/*-----------------Social menu-----------------*/
.social-menu {
	list-style: none;
}

/*.social-menu li a {
	background-color: #fff;
	border-radius: 100%;
	font-size: 0.9em;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #99a3b0;
}*/
#menu-menualto li a {
	background-color: transparent;
	border-radius: 0;
	font-size: 1em;
	font-family: proxima-nova, Montserrat, sans-serif !important;
	text-align: center;
	display: block;
	line-height: 20px;
	height: auto;
	width: auto;
	color: #000;
	text-transform: uppercase;
	border-left: 2px solid #665546;
	padding: 0 15px;
}
#menu-menualto li {
	margin-left: 0;
  	padding: 10px 0;
}
#menu-item-3558 a { border-left: 0 !important; }
#menu-menualto li a:hover { color: #665546; }
#menu-menualto li a.current_page_item { color: #665546; }

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	height: auto;
	width: auto;
}

.social-menu li a[href*="facebook.com"]::before {
	content: "\f09a";
}

.social-menu li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

.social-menu li a[href*="twitter.com"]::before {
	content: "\f099";
}

.social-menu li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}

.social-menu li a[href*="pinterest.com"]::before {
	content: "\f231";
}

.social-menu li a[href*="instagram.com"]::before {
	content: "\f16d";
}

.social-menu li a[href*="youtube.com"]::before {
	content: "\f16a";
}

.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="pinterest.com"]:hover, .social-menu li a[href*="instagram.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
	color: #333;
}

.transparent .social-menu li a[href*="twitter.com"]:hover, .transparent .social-menu li a[href*="facebook.com"]:hover, .transparent .social-menu li a[href*="plus.google.com"]:hover, .transparent .social-menu li a[href*="linkedin.com"]:hover, .transparent .social-menu li a[href*="youtube.com"]:hover {
	color: #99a3b0;
}

.transparent .social-menu li a[href*="facebook.com"], .transparent .social-menu li a[href*="linkedin.com"], .transparent .social-menu li a[href*="twitter.com"], .transparent .social-menu li a[href*="plus.google.com"], .transparent .social-menu li a[href*="youtube.com"] {
	color: #fff;
}

.transparent .is-sticky .social-menu li a[href*="facebook.com"], .transparent .is-sticky .social-menu li a[href*="linkedin.com"], .transparent .is-sticky .social-menu li a[href*="twitter.com"], .transparent .is-sticky .social-menu li a[href*="plus.google.com"], .transparent .is-sticky .social-menu li a[href*="youtube.com"] {
	color: #333;
}

/*-----------------Logo-----------------*/
.logo {
	float: left;
	padding: 0;
}

.logo .logo-image {
	float: left;
	padding: 10px 0;
}

.logo .logo-image a img {
	padding: 0;
}

.logo .logo-text {
	float: left;
	margin-left: 12px;
	padding: 11px 0;
}

.logo .logo-text p {
	margin: 0;
}

.logo-text .site-title {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 24px;
}

.logo-text .site-title span {
	font-weight: 700;
}

/*-----------------Site Navigation-----------------*/
#site-navigation {
	float: right;
}

#site-navigation .menu-toggle {
	display: none;
}

#site-navigation ul {
	margin: 0;
	list-style: none;
}

#site-navigation ul li {
	float: left;
	padding: 16px 18px; /*23px 30px 23px 0;*/
	position: relative;
}

#site-navigation ul li a {
	font-size: 1.2em;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	color: #f0e3d5 !important; /*#fff;*/
}

#site-navigation ul li:last-child {
	padding-right: 0;
}

#site-navigation ul.sub-menu {
	background-color: #947d68; /*#9fce93;*/
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sub-menu li {
	border-bottom: 1px solid #fff;
}

.menu ul li ul.children {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul li ul li {
	padding: 10px;
	text-align: left;
	width: 100%;
}

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul.sub-menu li:hover > a {
	color: #30afb8;
}

#site-navigation li:hover ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.menu ul li:hover > ul.children {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#site-navigation ul li a {
	color: #fff; /*#333;*/
	font-weight: 400;
}

#site-navigation .sub-menu li.menu-item-has-children ul {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li ul li ul.children {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation .sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
}

#site-navigation .sub-menu li.menu-item-has-children ul li:hover > a {
	color: #30afb8;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul,
#site-navigation ul li ul.sub-menu li.menu-item-has-children.focus > ul {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.menu ul li ul li:hover > ul.children {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.sub-toggle {
	color: #fff; /*#333;*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
	color: #30afb8;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.transparent.header-sticky
#masthead-sticky-wrapper.is-sticky
#site-navigation
ul
li.current-flash-item
a,
#site-navigation ul li.current-flash-item a {
	color: #30afb8;
}

.header-bottom {
	background: #947d68; /*#fff;*/
	margin-bottom: 4px;
}

#site-navigation ul li.menu-item-has-children .sub-toggle .fa {
	-webkit-transition: transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.animate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*-----------------Header Search and Cart-----------------*/
.header-bottom .tg-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bottom .site-navigation-wrapper {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
}

.header-bottom .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-bottom .search-wrap {
	float: right;
	padding: 13px 0 12px 20px; /*20px 0 20px 40px;*/
	position: relative;
}

.transparent.header-sticky .search-icon:hover,
.transparent .search-icon:hover {
	border-color: #30afb8;
	color: #30afb8;
}

.header-bottom .search-icon {
	cursor: pointer;
	color: #fff; /*#333;*/
	font-size: 1em;
	height: 33px;
	width: 33px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-icon:hover {
	border-color: #fff !important; /*#30afb8;*/
	color: #fff !important;
}

.header-bottom .search-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 300px;
	top: 100%;
	right: -10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-box.active {
	opacity: 1;
	visibility: visible;
	right: 0;
	z-index: 999;
}

.header-bottom .search-box .search-field {
	width: 80%;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
}

.header-bottom .search-box button[type="submit"] {
	margin-bottom: 0;
}

.header-bottom .searchform .btn {
	background-color: #30afb8;
}

.header-bottom .searchform .btn:hover {
	background-color: #2299a1;
}

.search-submit .fa {
	color: #fff;
}

.header-bottom .cart-wrap {
	float: right;
	padding: 13px 0 12px 30px;
	position: relative;
}

.header-bottom .flash-cart-views {
	font-size: 1em;
	height: 33px;
	width: 33px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100%;
}

.header-bottom .flash-cart-views a {
	color: #fff;
	position: relative;
}

.header-bottom .flash-cart-views a span {
	background-color: #30afb8;
	border-radius: 100%;
	font-size: 0.9em;
	left: 17px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -10px;
	color: #000;
}

.header-bottom .widget_shopping_cart {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -10px;
	min-width: 350px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 99;
}

.header-bottom .widget_shopping_cart ul {
	margin: 0;
}

.header-bottom .widget_shopping_cart ul li {
	text-align: center;
}

.header-bottom .cart-wrap:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	right: 0;
	z-index: 999;
}

.boxed {
	width: 1200px;
	margin: 0 auto;
}

.boxed .site {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	margin: 30px 0;
	position: relative;
}

.boxed .tg-container {
	width: 100%;
	padding: 0 30px;
}

@media (max-width: 980px) {
	.boxed .tg-container {
		width: 98%;
	}
}

.transparent #masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.transparent .header-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.transparent .contact-info span,
.transparent .contact-info li {
	color: #fff;
}

.transparent .header-bottom {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent .logo-text {
	color: #fff;
}

.transparent .logo-text a {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul li:hover > a {
	color: #30afb8;
}

.transparent #site-navigation .menu-toggle .fa {
	color: #fff;
}

.transparent #site-navigation ul li .sub-toggle {
	color: #fff;
}

.transparent #site-navigation ul.sub-menu li {
	padding: 0;
}

.transparent #site-navigation ul li a {
	color: #fff;
	display: inline-block;
}

.transparent #site-navigation ul li:hover .sub-toggle {
	color: #30afb8;
}

.transparent #site-navigation ul li:hover a {
	color: #30afb8;
	position: relative;
	visibility: none;
}

.transparent #site-navigation ul.sub-menu li a {
	color: #4c5867;
	padding: 10px 30px;
}

.transparent #site-navigation ul.sub-menu li a:before {
	display: none;
}

.transparent #site-navigation ul.sub-menu li:hover a {
	color: #30afb8;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
	color: #30afb8;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
}

.transparent .cart-wrap .flash-cart-views {
	border-color: #fff;
}

.transparent .cart-wrap .flash-cart-views a {
	color: #fff;
}

.transparent .search-wrap .search-icon {
	color: #fff;
	border-color: #fff;
}

.right-logo-left-menu .header-bottom .tg-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.right-logo-left-menu .header-bottom #site-navigation {
	float: left;
}

.right-logo-left-menu .header-bottom .header-action-container {
	margin-right: auto;
}

.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
	padding-left: 0;
	padding-right: 30px;
}

.right-logo-left-menu .header-bottom .search-box {
	left: -10px;
}

.right-logo-left-menu .header-bottom .search-box.active {
	right: auto;
	left: 0;
}

.right-logo-left-menu .header-bottom .widget_shopping_cart {
	left: 0;
}

.center-logo-below-menu .header-bottom .tg-container {
	display: block;
	text-align: center;
}

.center-logo-below-menu .logo {
	float: none;
}

.center-logo-below-menu .logo .logo-text {
	float: none;
}

.center-logo-below-menu .logo .logo-image {
	float: none;
	padding: 18px 0; /*20px 0 0;*/
	display: inline-block;
}

.center-logo-below-menu #site-navigation {
	float: left;
	margin: 0 auto;
}

.center-logo-below-menu .header-bottom .header-action-container {
	display: none;
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0; /*auto;*/
}

.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.header-sticky .is-sticky .header-bottom {
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.transparent.header-sticky #masthead-sticky-wrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.transparent.header-sticky #masthead {
	left: auto;
}

.transparent.header-sticky .header-top {
	display: none;
}

.transparent.header-sticky .header-bottom {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a {
	color: #fff;
}

.transparent.header-sticky .flash-cart-views a {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a {
	color: #333;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
	color: #30afb8;
}

.transparent.header-sticky .flash-cart-views {
	border-color: #fff;
}

.transparent.header-sticky .search-icon {
	color: #fff;
	border-color: #fff;
}

.transparent.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.transparent.header-sticky .is-sticky .header-top {
	background: #f1f5f8;
	border: none;
	color: #333;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .header-top .contact-info li {
	color: #333;
}

.transparent.header-sticky .is-sticky .header-top .contact-info li span {
	color: #333;
}

.transparent.header-sticky .is-sticky .logo-text {
	color: #333;
}

.transparent.header-sticky .is-sticky .logo-text a {
	color: #333;
}

.transparent.header-sticky .is-sticky #site-navigation ul li a,
.transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
	color: #333;
}

.transparent.header-sticky .is-sticky .flash-cart-views a {
	color: #333;
}

.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
	color: #333;
}

.transparent.header-sticky .is-sticky #site-navigation ul li .sub-toggle {
	color: #333;
}

.transparent.header-sticky .is-sticky #site-navigation ul li:hover > .sub-toggle {
	color: #30afb8;
}

.transparent.header-sticky .is-sticky .header-bottom {
	background: #fff;
	border: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .flash-cart-views {
	border-color: #333;
}

.transparent.header-sticky .is-sticky .search-icon {
	color: #333;
	border-color: #333;
}

.transparent.header-sticky .custom-logo,
.transparent.header-sticky .is-sticky .transparent-logo {
	display: none;
}

.transparent-logo {
	display: none;
}

.transparent .custom-logo {
	display: none;
}

.transparent.header-sticky .is-sticky .custom-logo,
.transparent.header-sticky .transparent-logo {
	display: block;
}

.transparent .transparent-logo {
	display: block;
}

#wp-custom-header-video {
	display: block;
	min-height: 300px;
	min-height: 75vh;
	width: 100%;
}

.wp-custom-header {
	position: relative;
	text-align: center;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.tg-slider-widget .swiper-button-next {
	background-image: unset;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-next:before {
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	font-size: 1.8em;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget .swiper-button-prev {
	background-image: unset;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-prev:before {
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	font-size: 1.8em;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget:hover .swiper-button-next {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-prev {
	left: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled,
.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
	opacity: 0.36;
}

.tg-slider-widget .swiper-wrapper {
	position: relative;
}

.tg-slider-widget .swiper-slide {
	width: 100% !important;
}

.tg-slider-widget .slider-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-slider-widget .caption-title {
	color: #313b48;
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}

.tg-slider-widget.slider-light .caption-title {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .caption-desc {
	font-size: 1.6em;
	line-height: 35px;
	margin: 10px 0 30px;
	text-transform: capitalize;
}

.tg-slider-widget.slider-light .caption-desc {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper {
	display: inline-block;
}

.tg-slider-widget .btn-wrapper a {
	border: 3px solid #313b48;
	display: inline-block;
	font-size: 1.6em;
	padding: 7px 26px;
}

.tg-slider-widget.slider-light .btn-wrapper a {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper a:hover {
	background: #313b48;
	color: #fff;
	border-color: #313b48;
}

.tg-slider-widget.slider-light .btn-wrapper a:hover {
	text-shadow: none;
}

.tg-slider-widget.slider-content-left .slider-content {
	text-align: left;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-slider-widget.slider-content-left .caption-title {
	width: 60%;
}

.tg-slider-widget.slider-content-left .caption-desc {
	font-size: 1.4em;
	line-height: 30px;
	width: 50%;
}

.tg-slider-widget.slider-control-bottom-right .slider-arrow {
	bottom: 28px;
	right: 100px;
	position: absolute;
	width: 105px;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next,
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next {
	right: 0;
	display: inline-block;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	left: 0;
	display: inline-block;
	float: left;
}

.tg-slider-widget.slider-light .slider-image .overlay {
	background-color: transparent;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.tg-slider-widget.slider-dark .caption-title,
.tg-slider-widget.slider-dark .caption-desc {
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
	border-color: #fff;
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a:hover {
	border-color: #30afb8;
	background: #30afb8;
}

.full-screen.tg-slider-widget .slider-image img {
	height: 100%;
	max-width: none;
	visibility: hidden;
	opacity: 0;
}

.slider-image {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/
.section-title-wrapper {
	margin-bottom: 30px !important;
}

.section-title {
	color: #313b48;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.section-title:before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.section-title:after {
	content: "";
	left: 50%;
	position: absolute;
	background: #30afb8 none repeat scroll 0 0;
	bottom: -6px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}

.section-description {
	text-align: center;
	color: #777;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper {
	margin: 0;
}

.about-section .about-content-wrapper {
	float: left;
	vertical-align: middle;
	padding-left: 3%;
}

.about-section .btn-wrapper {
	margin-top: 30px;
}

.about-section .btn-wrapper a {
	background-color: #30afb8;
	border-radius: 0;
	color: #fff;
	padding: 7px 35px;
}

.about-section .btn-wrapper a:hover {
	background-color: #2299a1;
}

.about-section .section-description {
	margin-top: 12px;
	text-align: left;
}

.about-content-wrapper .section-title {
	text-align: left;
}

.about-section .about-section-image {
	float: right;
	margin-right: -5px;
	text-align: center;
	vertical-align: middle;
	padding-left: 3%;
}

.about-section .section-title:before, .about-section .section-title:after {
	display: none;
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
	background: #947d68 !important;
	color: #fff;
	float: left;
	font-size: 1.7em;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	position: relative;
}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #947d68 !important;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tg-service-widget .service-title-wrap {
	color: #333;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 15px;
}

.tg-service-widget .service-title-wrap a:hover {
	color: #6d4732 !important;
}

.tg-service-widget .service-content-wrap {
	margin: 15px 0 10px;
	color: #777;
}

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-2 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 1em;
	color: #30afb8;
	display: inline-block;
	position: relative;
}

.tg-service-widget .service-more:hover {
	color: #6d4732 !important; /*#1c9ba4;*/
}

.tg-service-widget .service-more:after {
	content: " \  " /*rtl:" \  "*/;
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
}

.tg-service-widget.tg-service-layout-2 {
	text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: block;
	float: none;
	font-size: 1.6em;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 2px solid #000;
	border-radius: 100%;
	content: "";
	height: 82px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 82px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
	line-height: 24px;
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
	margin: 15px 0;
}

/*-----------------tg-service-layout-3 -----------------*/
.tg-service-layout-2 .service-title-wrap {
	margin: 15px 0 5px;
}

.service-image-wrap img {
	width: 100%;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-wrapper .team-content-wrapper {
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.team-wrapper .team-title {
	font-size: 1.4em;
}

.team-wrapper .team-title a {
	color: #313b48;
}

.team-wrapper .team-title a:hover {
	color: #2299a1;
}

.team-wrapper .team-designation {
	position: relative;
}

.tg-team-widget img {
	width: 100%;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-wrapper .team-content {
	color: #777;
	margin: 30px 0 20px;
}

.team-wrapper .team-social {
	background: #fff none repeat scroll 0 0;
	left: 50%;
	margin-left: -45%;
	padding: 10px 0;
	position: absolute;
	top: -20px;
	width: 90%;
}

.team-wrapper .team-social a {
	font-size: 1.4em;
	margin: 0 8px;
}

.team-wrapper .team-social a:hover {
	color: #2299a1;
}

/*-----------------tg-team-layout-2 -----------------*/
.tg-team-widget.tg-team-layout-2 {
	position: relative;
}

.tg-team-widget.tg-team-layout-2:before {
	border-bottom: 50px solid transparent;
	border-right: 67px solid #fff;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
	text-align: left;
}

.tg-team-widget.tg-team-layout-2 .team-designation:after {
	left: 15px;
}

.tg-team-widget.tg-team-layout-2 .team-social {
	position: static;
	margin-left: 0;
	width: 100%;
	background: transparent;
	border-top: 1px solid #e7e7e7;
}

.tg-team-widget.tg-team-layout-3:before {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-img {
	position: relative;
}

.tg-team-widget.tg-team-layout-3 .team-img img {
	border-radius: 50%;
	width: 100%;
}

.tg-team-widget.tg-team-layout-3 .team-img .team-social {
	background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	border-top: medium none;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-team-widget.tg-team-layout-3 .team-social-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-social-block a {
	font-size: 1.4em;
	margin: 0 8px;
	color: #fff;
}

.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
	position: unset;
	padding-top: 30px;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-designation:after,
.tg-team-widget.tg-team-layout-3 .team-content {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
	opacity: 1;
	visibility: visible;
}

/*-----------------tg-team-layout-3 -----------------*/
/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
.call-to-action-section {
	position: relative;
}

.call-to-action-section .section-title-wrapper .section-title {
	color: #fff;
	font-size: 1.9em;
}

.call-to-action-section .section-title:before, .call-to-action-section .section-title:after {
	display: none;
}

.call-to-action-section .section-subtitle {
	color: #fff;
	font-size: 1em;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.call-to-action-section .btn-wrapper {
	text-align: center;
	margin-top: 30px;
}

.call-to-action-section .btn-wrapper a {
	border: 1px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6em;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-left: 30px;
	padding: 0 20px;
	display: inline-block;
}

.call-to-action-section .btn-wrapper a:first-child {
	margin-left: 0;
}

.call-to-action-section .btn-wrapper a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}

.call-to-action-section .call-to-action-section-layout-2 {
	display: table;
	width: 100%;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
	color: #fff;
	font-size: 1em;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
	display: block;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
	margin-left: 30px;
	margin-bottom: 15px;
}

/*----------------- call-to-action-section-layout-2 -----------------*/
/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/
.feature-product-section .tg-feature-product-widget {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.feature-product-section .tg-feature-product-widget figure img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .featured-image-desc {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 90%;
	height: 90%;
	background: rgba(49, 59, 73, 0.65);
}

.feature-product-section .tg-feature-product-widget .feature-inner-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap {
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
	font-size: 1.2em;
	color: #fff;
	font-weight: 800;
}

.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
	text-align: center;
	color: #f3f0f0;
	font-size: 0.9em;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
	border-bottom: 50px solid transparent;
	border-right: 48px solid #30afb8;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span {
	position: absolute;
	top: 4px;
	right: 7px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
	color: #fff;
}

.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/*----------------- tg-feature-product-layout-2 -----------------*/
.feature-product-section .tg-feature-product-layout-2 .tg-container {
	width: 100%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
	margin: 0;
	width: 33.33%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
	margin: 0;
	width: 25%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
	width: 100%;
	max-width: auto;
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(49, 175, 184, 0.8);
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
	border-right: 48px solid #313b48;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
	display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	bottom: 2%;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
	display: none;
}

.feature-product-section .button-group {
	text-align: center;
	margin-bottom: 30px;
}

.feature-product-section .button-group button {
	background: transparent;
	color: #525a65;
}

.feature-product-section .button-group button:hover {
	color: #30afb8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .button-group button:before {
	background: #525a65 none repeat scroll 0 0;
	border-radius: 50%;
	content: " ";
	left: 0;
	margin-right: 50%;
	padding: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------- tg-feature-product-layout-3 -----------------*/
.tg-feature-product-filter-layout .button.is-checked:hover {
	color: #30afb8;
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
	margin-bottom: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-feature-product-layout-1 .grid {
	margin-left: -3%;
}

/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial-container {
	padding: 0 0 50px;
}

.testimonial-container .testimonial-slide {
	text-align: left;
}

.testimonial-container .testimonial-content-wrapper {
	background: #fff;
	padding: 20px 30px;
	position: relative;
}

.testimonial-container .testimonial-content-wrapper:before {
	border-bottom: 34px solid transparent;
	border-left: 20px solid #fff;
	content: " ";
	left: 11%;
	position: absolute;
	top: 96%;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	z-index: -9;
}

.testimonial-container .testimonial-icon {
	display: inline-block;
	vertical-align: top;
	color: #31afb8;
	font-size: 1.4em;
}

.testimonial-container .testimonial-content {
	width: 93%;
	display: inline-block;
	margin-left: 15px;
	color: #777;
}

.testimonial-container .testimonial-client-detail {
	margin-top: 40px;
}

.testimonial-container .testimonial-img {
	float: left;
}

.testimonial-container .client-detail-block {
	display: inline-block;
	margin-left: 20px;
}

.testimonial-container .testimonial-title {
	color: #313b48;
	font-size: 1.2em;
}

.testimonial-container .testimonial-degicnation {
	color: #666;
	font-size: 1em;
	font-weight: 400;
}

.testimonial-container .swiper-pagination.testimonial-pager {
	bottom: 0;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #313b48;
	opacity: 1;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2299a1;
}

/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/
.fun-facts-section {
	text-align: center;
	color: #fff;
}

.fun-facts-icon-wrap {
	display: block;
	text-align: center;
	color: #30afb8;
	font-size: 3em;
	line-height: 1.5;
}

.fun-facts-section .counter-wrapper {
	font-size: 2.6em;
	font-weight: 700;
	line-height: 46px;
	display: block;
	margin-bottom: 15px;
}

.fun-facts-section .fun-facts-title-wrap {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
}

/*----------------- tg-fun-facts-layout-2 -----------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
	background-color: rgba(255, 255, 255, 0.2);
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	line-height: 120px;
	width: 120px;
	height: 120px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
	line-height: 15px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
	font-size: 2.6em;
	color: #30afb8;
	margin: 10px 0;
}

/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/
.blog-section .tg-column-2 {
	margin: 0;
}

.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
	width: 50%;
}

.blog-section .row:nth-child(odd) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
	float: left;
	width: 50%;
	position: relative;
}

.blog-section .row .post-image figure img {
	padding: 0;
}

.blog-section .row:nth-child(odd) .post-image figure img {
	width: 100%;
}

.blog-section .row:nth-child(odd) .post-image:before {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: " ";
	font-size: 1.6em;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
	color: #fff;
}

.blog-section .row:nth-child(odd) .blog-content {
	float: left;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(odd) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(odd) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(odd) .entry-title a {
	font-size: 1.4em;
	font-weight: 700;
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
	color: #fff;
}

.blog-section .row:nth-child(odd) .entry-title a:hover {
	color: #30afb8;
}

.blog-section .row:nth-child(odd) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .fa {
	padding-right: 5px;
}

.blog-section .row:nth-child(odd) .entry-meta a {
	font-size: 0.9em;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(odd) .entry-summary {
	font-size: 1em;
	color: #777;
	font-weight: 400;
}

.blog-section .tg-blog-widget-layout-1 {
	margin: 0;
}

.tg-blog-widget-layout-1 .entry-summary {
	max-height: 167px;
	overflow: hidden;
}

.blog-section .row:nth-child(even) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .row:nth-child(even) .post-image {
	float: right;
	position: relative;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-image figure img {
	width: 100%;
}

.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
	margin: 0;
}

.blog-section .row:nth-child(even) .post-image:before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: " ";
	font-size: 1.6em;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .row:nth-child(even) .blog-content {
	float: right;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(even) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(even) .entry-title a {
	font-size: 1.4em;
	font-weight: 700;
	color: #313b48;
}

.blog-section .row:nth-child(even) .entry-title a:hover {
	color: #30afb8;
}

.blog-section .row:nth-child(even) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .fa {
	margin-right: 5px;
}

.blog-section .row:nth-child(even) .entry-meta a {
	font-size: 0.9em;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(even) .entry-summary {
	font-size: 1em;
	color: #777;
	font-weight: 400;
}

.blog-section .tg-blog-widget {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
	background-color: #30afb8;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
	color: #fff;
}

.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image:before {
	border-right: 15px solid #30afb8;
}

.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image:before {
	border-left: 15px solid #30afb8;
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-2 .post-image {
	position: relative;
	width: auto;
	float: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image img {
	width: 100%;
	padding: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
	background: #30afb8;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
	color: #fff;
	font-size: 0.9em;
}

.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
	position: relative;
	display: inline-block;
}

.blog-section .tg-blog-widget-layout-2 .post-image:before {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
	float: none;
	padding: 0 10px;
	width: auto;
	text-align: left;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
	font-size: 1.4em;
	line-height: 24px;
	display: block;
}

/*----------------- tg-blog-widget-layout-2 -----------------*/
.tg-blog-widget-layout-2 .entry-title {
	margin-top: 15px;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore {
	background: #30afb8;
	color: #fff;
	display: inline-block;
	font-size: 0.9em;
	padding: 6px 12px;
	margin: 20px 0;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
	background: #2299a1;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	margin-top: 20px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
	float: left;
	color: #8e8e8e;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author a {
	color: #8e8e8e;
	font-size: 0.9em;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
	margin-right: 5px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
	float: right;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
	font-size: 0.9em;
	color: #30afb8;
}

.blog-section .tg-blog-widget-layout-2:hover {
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
	color: #919191;
}

.tg-blog-widget-layout-2 .blog-content p {
	margin: 0 0 10px;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
	color: #239ca4;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a {
	color: #239ca4;
}

/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
.client-wrapper.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#primo-footer {
	background-color: #f0e3d5;
	padding: 60px 0 30px;
}
#primo-footer img.so-widget-image {	width: 20%; }
#primo-footer h3.widget-title {	font-size: 1.7em; color: #000; }
#primo-footer .textwidget {	font-size: 1.2em; }
#primo-footer .tg-column-2, #top-footer #media_image-3 { text-align: center; }

#top-footer h4 { color: #000; font-weight: 600 !important; margin-bottom: 30px; }
#top-footer .textwidget p { font-size: 1.2em; margin-bottom: 10px; }
#top-footer .tg-column-wrapper .tg-column-4 { padding: 0 30px; }

#top-footer {
	background-color: #fff; /*#e8ded4;*/
	padding: 60px 0 30px;
}

#top-footer .footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

#top-footer .footer-logo .logo-image {
	float: left;
	padding: 5px;
}

#top-footer .footer-logo .site-title {
	font-size: 1.9em;
	color: #fff;
	font-weight: 700;
	float: left;
	line-height: 42px;
}

#top-footer .textwidget {
	font-size: 1em;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

#top-footer .widget-title {
	font-size: 1.4em;
	border-left: 3px solid #30afb8;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 20px;
}

#top-footer .widget-title:first-letter {
	color: #30afb8;
}

#top-footer .widget {
	margin-bottom: 30px;
}

#top-footer .widget ul {
	margin: 0;
	list-style: none;
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 0.9em;
}

#top-footer .widget ul li:after {
	color: #fff;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

#top-footer .widget ul li a {
	font-size: 1em;
	color: #fff;
}

#top-footer .widget ul li a:hover {
	color: #30afb8;
}

#top-footer .widget_tag_cloud .tagcloud a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 6px 4px;
	padding: 0 5px;
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}

#bottom-footer {
	padding: 30px 0;
	background-color: #947d68; /*#9fce93;*/
	margin-top: 4px;
}

#bottom-footer .copyright {
	float: left;
}

#bottom-footer .copyright-text {
	color: #fff;
	font-size: 0.9em;
}

#bottom-footer .copyright-text a {
	color: #bcbaba;
}

#bottom-footer .copyright-text a:hover {
	color: #30afb8;
}

#bottom-footer .footer-menu {
	float: right;
	margin: 0;
}

#bottom-footer .footer-menu ul li {
	float: left;
}

#bottom-footer .footer-menu ul li:after {
	content: "|";
	padding: 0 5px;
	color: #fff;
}

#bottom-footer .footer-menu ul li:last-child:after {
	display: none;
}

#bottom-footer .footer-menu ul li a {
	color: #fff;
	font-size: 0.9em;
}

#bottom-footer .footer-menu ul li a:hover {
	color: #30afb8;
}

.footer-menu li {
	float: left;
	padding: 0 0 0 15px;
}

.footer-menu li a {
	color: #fff;
	font-size: 0.9em;
}

.footer-menu li a:hover {
	color: #30afb8;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.post {
	margin-bottom: 40px;
	display: inline-block;
}

.post .entry-thumbnail {
	float: left;
	margin-right: 30px;
	width: 33.7%;
}

.entry-meta .entry-date a .updated:not(.published) {
	display: none;
}

.entry-content-block #primary .entry-title {
	font-size: 1.6em;
	line-height: 24px;
}

.entry-content,
.entry-summary {
	margin-top: 0; /*12px;*/
	color: #606060;
}

#primary .entry-footer span {
	font-size: 1em;
	margin-right: 15px;
}

#primary .entry-footer span .fa {
	margin-right: 5px;
}

#primary .entry-footer span a {
	font-size: 0.9em;
}

.navigation.posts-navigation {
	margin: 20px 0;
}

.entry-meta {
	font-size: 0.9em;
	margin-top: 12px;
}

.entry-meta .fa {
	padding-right: 5px;
}

.entry-meta a {
	font-size: 0.9em;
	color: #8e8e8e;
}

.entry-footer a {
	font-size: 0.9em;
	color: #8e8e8e;
}

.entry-meta span {
	margin-right: 15px;
}

#secondary {
	float: right;
	width: 32.22%;
}

#secondary .widget-title {
	font-size: 1em;
	position: relative;
	margin-bottom: 30px;
}

#secondary .widget-title:before, #secondary .widget-title:after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -10px;
	content: " ";
	height: 1px;
	left: 0;
	margin-left: 0;
	position: absolute;
	width: 100%;
}

#secondary .widget-title:after {
	background: #30afb8;
	bottom: -11px;
	height: 3px;
	margin-left: 0;
	width: 30px;
}

#secondary .searchform input {
	border: none;
	border-bottom: 1px solid #666;
	width: 87%;
}

#secondary .searchform .btn:hover {
	background: #30afb8 none repeat scroll 0 0;
}

#secondary .searchform button[type="submit"] {
	margin-bottom: 0;
}

#secondary .widget {
	margin-bottom: 30px;
}

#secondary .widget ul {
	margin: 0;
	list-style: none;
}

#secondary .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 0.9em;
}

#secondary .widget ul li:after {
	color: #000;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

#secondary .widget ul li a {
	font-size: 0.9em;
}

#secondary .widget ul li a:hover {
	color: #30afb8;
}

.widget_post_list .post-link-block {
	margin-bottom: 20px;
	display: inline-block;
}

.widget_post_list .entry-thumbnail {
	float: left;
	margin-right: 30px;
	width: 20%;
}

.widget_post_list .entry-content-block {
	overflow: hidden;
}

.widget_post_list .entry-content-block .entry-title {
	line-height: 13px;
	margin-bottom: 18px;
}

.widget_post_list .entry-content-block .entry-title a {
	font-size: 0.9em;
}

.widget_post_list .entry-content-block .entry-meta a {
	color: #8e8e8e;
	font-size: 0.9em;
}

.widget_post_list .entry-meta .entry-author {
	margin-left: 15px;
}

.blog .entry-thumbnail {
	float: left;
	width: 33.7%;
}

.blog .entry-content-block {
	width: 100%;
}

#primary .post .entry-content-block .entry-content {
	border: none;
}

.full-width-archive #primary .post {
	margin-bottom: 50px;
	width: 100%;
}

.full-width-archive #primary .post.has-post-thumbnail {
	margin-bottom: 0;
}

.full-width-archive #primary .post .entry-thumbnail {
	width: 100%;
	float: none;
	margin-right: 0;
}

.full-width-archive #primary .post .entry-thumbnail img {
	width: 100%;
}

.full-width-archive #primary .post .entry-content-block {
	overflow: unset;
	width: 94%;
	position: relative;
	top: 0;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #fff;
}

.full-width-archive #primary .post.has-post-thumbnail .entry-content-block {
	overflow: unset;
	width: 94%;
	position: relative;
	top: -45px;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #fff;
}

.grid-view #primary .post {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 1%;
	vertical-align: top;
	width: 48%;
}

.grid-view #primary .post .entry-thumbnail {
	width: 100%;
}

.grid-view #primary .post .entry-content-block {
	position: unset;
	width: 100%;
}

.post-type-archive-portfolio .entry-thumbnail {
	float: left;
	clear: both;
	margin-bottom: 40px;
	margin-right: 30px;
}

.post-type-archive-portfolio .navigation.posts-navigation {
	width: 100%;
	clear: both;
}

.entry-content-block .entry-title {
	font-size: 1.4em;
}

.grid-view .entry-header {
	margin-top: 10px;
}

/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 400;
	font-size: 1.6em;
	padding: 6px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	float: right;
	margin: 0;
	padding: 14px 0;
	list-style: none;
}

.breadcrumb-trail.breadcrumbs .trail-items li {
	float: left;
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
	display: none;
}

.breadcrumb-trail.breadcrumbs:before {
	clear: both;
	content: "";
	display: block;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
	font-size: 0.9em;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items li span a {
	color: #a1a1a1;
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
	color: #a1a1a1;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
	margin: 0;
}

/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.post {
	width: 100%;
}

.single .entry-content-block .entry-meta {
	margin-top: 0;
	margin-bottom: 20px;
}

.single .entry-content-block .entry-header {
	margin: 20px 0 5px;
}

.single .entry-thumbnail {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.single .entry-thumbnail img {
	padding: 0;
}

.single .entry-content-block {
	width: 100%;
}

.single .entry-content-block .entry-title {
	font-size: 1.6em;
}

.single .entry-content-block .entry-meta .fa {
	padding-right: 5px;
}

.single .entry-content-block .entry-meta a {
	font-size: 0.9em;
}

.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover {
	color: #30afb8;
}

.single .entry-content-block .entry-content {
	border-bottom: 1px solid #c5c5c5;
}

.single .entry-content-block .entry-footer span {
	color: #8e8e8e;
	font-size: 1em;
	margin-right: 15px;
}

.single .entry-content-block .entry-footer span .fa {
	margin-right: 5px;
}

.single .entry-content-block .entry-footer span a {
	color: #8e8e8e;
	font-size: 0.9em;
}

.post .entry-content-block .entry-footer span a:hover {
	color: #30afb8;
}

.author-description {
	border-bottom: 1px solid #c5c5c5;
	display: block;
	padding: 0 0 30px;
}

.author-description .author-img {
	display: inline-block;
	width: 75px;
	float: left;
}

.author-description .author-description-block {
	width: calc(100% - 100px);
	float: right;
	display: inline-block;
}

.author-description .author-description-block .author-title {
	color: #313b48;
	font-weight: 700;
}

.author-description .author-description-block .author-summary {
	font-size: 0.9em;
}

.default-wp-page {
	margin: 0;
	padding: 30px 0;
	display: inline-block;
	border-bottom: 1px solid #c5c5c5;
}

.default-wp-page .previous {
	float: left;
	width: 46%;
}

.default-wp-page .previous a {
	display: inline-block;
}

.default-wp-page .previous a span {
	float: left;
}

.default-wp-page .previous a span:first-child {
	font-size: 1.8em;
	padding: 8px 0;
}

.default-wp-page .previous a span img {
	padding: 0 10px;
}

.default-wp-page .previous a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
}

.default-wp-page .navigation-divider {
	display: inline-block;
	padding: 20px;
}

.default-wp-page .next {
	float: right;
	width: 46%;
}

.default-wp-page .next a {
	display: inline-block;
}

.default-wp-page .next a span {
	float: right;
}

.default-wp-page .next a span:first-child {
	font-size: 1.8em;
	padding: 8px 0;
}

.default-wp-page .next a span img {
	padding: 0 10px;
}

.default-wp-page .next a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
	text-align: right;
}

.related-posts-wrapper {
	margin-top: 30px;
}

.related-posts-wrapper .related-posts-main-title {
	margin-bottom: 20px;
}

.related-posts-wrapper .post-thumbnails {
	margin-bottom: 20px;
}

.related-posts-wrapper .post-thumbnails img {
	padding: 0;
}

.related-posts-wrapper .entry-title {
	font-size: 1.4em;
}

.related-posts-wrapper .entry-title a:hover {
	color: #30afb8;
}

.related-posts-wrapper .entry-meta > span a:hover {
	color: #30afb8;
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/
.not-found .icon-404 .fa {
	font-size: 4em;
}

#primary .content-404 {
	padding: 60px 0;
}

#primary .not-found .page-header .page-title {
	font-size: 1.6em;
	line-height: 30px;
}

#primary .not-found .page-content {
	margin: 30px 0;
}

#primary .searchform input {
	border: none;
	border-bottom: 1px solid #666;
	width: 70%;
}

#primary .searchform .btn:hover {
	background: #30afb8 none repeat scroll 0 0;
}

.search .hentry {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 20px;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	padding: 30px 0;
}

#comments .comments-title {
	font-size: 1.6em;
	line-height: 30px;
}

#comments .comment-list {
	margin: 0;
}

#comments .comment-list article.comment-body .comment-author {
	float: left;
	max-width: 100px;
}

#comments .comment-list article.comment-body .comment-author .says {
	display: none;
}

#comments .comment-list article.comment-body .comment-author img {
	margin-right: 30px;
	display: block;
	margin-bottom: 20px;
}

#comments .comment-list article.comment-body .comment-metadata {
	padding: 6px 0;
}

#comments .comment-list article.comment-body .comment-metadata a {
	color: #8e8e8e;
	font-size: 0.9em;
}

#comments .comment-list article.comment-body .comment-metadata .entry-author {
	margin-left: 15px;
}

#comments .comment-list article.comment-body .comment-content {
	overflow: hidden;
	font-weight: 500;
}

#comments .comment-list article.comment-body .comment-content p {
	margin: 0;
}

#comments .comment-list article.comment-body .reply {
	margin-left: 100px;
	padding-top: 6px;
}

#comments .comment-list article.comment-body .reply a {
	color: #8e8e8e;
	font-size: 0.9em;
	position: relative;
}

#comments .comment-list article.comment-body .reply a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: " ";
	width: 30px;
	border: 1px solid #c5c5c5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
}

#comments .comment-list .comment {
	border-bottom: 1px solid #c1c1c1;
	padding: 30px 0;
}

#comments .comment-list .comment ul.children {
	margin-left: 100px;
}

#comments .comment-list .comment ul.children .comment {
	padding: 0;
	border-bottom: none;
}

#comments .comment-list .comment ul.children .comment article.comment-body {
	border-bottom: 1px solid #c1c1c1;
	padding: 20px 0;
}

#comments .comment-list .comment ul.children .comment article.comment-body:last-child {
	border: none;
}

#respond {
	padding-bottom: 10px;
}

#respond #commentform .comment-form-comment #comment {
	background: #f9f9f9 none repeat scroll 0 0;
	resize: none;
}

#respond #commentform p {
	padding-bottom: 20px;
}

#respond #commentform p label {
	font-weight: 500;
}

#respond #commentform p input {
	background: #f9f9f9 none repeat scroll 0 0;
}

#respond #commentform .form-submit input {
	background: #30afb8;
	height: 45px;
	line-height: 30px;
}

#respond #commentform .form-submit input:hover {
	background-color: #1c9ba4;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
	padding: 0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	background-color: #30afb8;
	padding: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: auto;
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #30afb8;
	color: #fff;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward {
	background-color: #30afb8;
	border-radius: 3px;
	font-size: 1em;
	line-height: 18px;
	color: #fff;
	padding: 4px 17px;
	margin-top: 5px;
}

.added_to_cart.wc-forward:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward:after {
	content: "\f23d";
	color: #fff;
	font-family: fontawesome;
	padding-left: 8px;
}

.woocommerce-Price-amount.amount {
	color: #30afb8;
}

.woocommerce .star-rating span {
	color: #ffae65;
}

.widget_shopping_cart .buttons {
	text-align: center;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 5px 0;
	text-align: center;
}

.flash-cart-views .woocommerce ul.cart_list li img {
	width: 70px;
}

.woocommerce ul.product_list_widget li img {
	width: 70px;
}

.woocommerce ul.products li.product .price del {
	margin-right: 5px;
	display: inline-block;
}

.woocommerce nav.woocommerce-pagination {
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb {
	float: right;
	margin: 0;
	padding: 14px 0;
}

.woocommerce .woocommerce-breadcrumb span {
	font-size: 0.9em;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.woocommerce .woocommerce-breadcrumb span:before {
	color: #a1a1a1;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce .woocommerce-breadcrumb span:first-of-type:before {
	content: none;
}

#secondary .widget_products ul.product_list_widget li img {
	padding: 0 0 20px 0;
}

#secondary .widget_products ul li {
	clear: both;
}

.woocommerce-breadcrumb {
	float: right;
	margin: 0;
	padding: 14px 0;
}

.woocommerce-breadcrumb span {
	font-size: 0.9em;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.woocommerce-breadcrumb span:before {
	color: #a1a1a1;
	content: " \  " /*rtl:" \  "*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce-breadcrumb span:first-of-type:before {
	content: none;
}


/*modifiche*/

#site-navigation {
	text-transform: uppercase;
}

.menulungo {
	display: block;
	width: 100%;
	height: auto;
	background-color: #947d68;
}

.slideHome h1, .slideHome p {
	color: #fff;
}

.slideHome p {
	font-size: 1.1em;
}

.slideHome h1  {
	font-size: 2.4em;
}

.slideHome li.sow-slider-image {
	height: 735px !important;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
	top: 190px !important;
}

/*#panel-wed1ca859-0-0-1 .so-widget-sow-button .ow-button-base a.ow-button-hover:hover span, .so-widget-sow-button .ow-button-base a.ow-button-hover:hover span {
	color: #6d4732 !important;
}*/
.so-widget-sow-button .ow-button-base a:active, .so-widget-sow-button .ow-button-base a:hover span {
	color: #6d4732 !important;
}

.so-widget-sow-button .ow-button-base a span {
	font-weight: 500;
	text-shadow: none;
}

.so-widget-sow-button-flat-69a4181274ef-571 .ow-button-base a {
	
}

.boxInfo {
	padding: 7% 16% 12% 5%;
	max-height: 480px;
}

.boxInfo2 {
	padding: 1% 4%;
}

.boxInfo h2 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

h3.widget-title {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 15px !important;
}

h3.widget-title a {
	color: #333;
}

h3.widget-title a:hover {
	color: #6d4732;
}

.boxImg {
	background-image: url('/wp-content/uploads/2020/07/filosofia-riposo-dolomiti_materassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 460px;
}

.boxImg2 {
	background-image: url('/wp-content/uploads/2020/07/bambini-dolomitimaterassi-comfort.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}

.boxImg3 {
	background-image: url('/wp-content/uploads/2020/07/bg-prodotti-dolomitimaterassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}
.boxImg31 { /*memory*/
	background-image: url('/wp-content/uploads/2021/06/bg-memory-dolomitimaterassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}
.boxImg32 { /*schiumati*/
	background-image: url('/wp-content/uploads/2021/06/bg-schiumati-dolomitimaterassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}
.boxImg33 { /*lattice*/
	background-image: url('/wp-content/uploads/2021/06/bg-lattice-dolomitimaterassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}
.boxImg34 { /*reti*/
	background-image: url('/wp-content/uploads/2021/06/bg-reti-dolomitimaterassi.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
}

.inBoxImg {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	top: 120px;
	display: block !important;
	position: relative;
	padding: 0 5px;
}

.boxImg h2, .boxImg p, .boxImg2 h2, .boxImg2 p, .boxImg3 h2, .boxImg3 p, 
.boxImg31 h2, .boxImg31 p, .boxImg32 h2, .boxImg32 p, .boxImg33 h2, .boxImg33 p, .boxImg34 h2, .boxImg34 p {
	color: #fff;
}

.boxImg h2, .boxImg2 h2, .boxImg3 h2, 
.boxImg31 h2, .boxImg32 h2, .boxImg33 h2, .boxImg34 h2 {
	margin-bottom: 20px;
}

.boxImg p, .boxImg2 p, .boxImg3 p, 
.boxImg31 p, .boxImg32 p, .boxImg33 p, .boxImg34 p {
	font-weight: 500;
	margin-bottom: 40px;
	font-size: 1.1em;
}

i.fa-check-circle {
	font-size: 1.6em;
	color: #947d68;
	vertical-align: bottom;
	margin-right: 12px;
}

.evidenza p {
	font-weight: 500;
}

#bottom-footer p {
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	font-weight: 300;
}

#bottom-footer a {
	color: #fff;
}

.bgpag {
    width: 100%;
	margin-bottom: 50px;
}

.breadcrumb-trail.breadcrumbs, .single-post article .entry-thumbnail { display: none; }
.single-post .breadcrumb-trail.breadcrumbs { display: block; }
.single-post .bgpag, .single-post .trail-title { margin-bottom: 0; }
.single-post .navigation .nav-links a {
	background-color: transparent;
	color: #6d4732 !important;
	border: 2px solid #6d4732 !important;
	padding: 1em;
}
.single-post .navigation .nav-links a:hover {
	color: #fff !important;
	background-color: #6d4732;
}
.nav-next a .entry-title { margin-top: 3px; }


.boxProd {
	padding-left: 1%;
}

.boxInfo2 .gallery-columns-6 .gallery-item {
	padding: 5px;
}

/*btnflat*/
.btnflat .so-widget-sow-button .ow-button-base a {
	text-shadow: none !important;
	border: 2px solid #6d4732 !important;
	background: none !important;
}
.btnflat .so-widget-sow-button .ow-button-base a span {
	color: #6d4732 !important;
}

.btnflat .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
	background: #947d68 !important;
	border-color: #947d68 !important;
}
.btnflat .so-widget-sow-button .ow-button-base a.ow-button-hover:hover span {
		color: #fff !important;
}
/**/

.gelleryMateriali .gallery {
	margin-top: 3em;
}

.sub-toggle .fa-angle-down:hover {
	color: #fff !important;
}

#pg-832-1.panel-has-style > .panel-row-style, #pg-832-2.panel-has-style > .panel-row-style, #pg-832-3.panel-has-style > .panel-row-style, #pg-832-4.panel-has-style > .panel-row-style, #pg-832-5.panel-has-style > .panel-row-style, #pg-890-2.panel-has-style > .panel-row-style, #pg-890-3.panel-has-style > .panel-row-style, #pg-890-4.panel-has-style > .panel-row-style, #pg-890-5.panel-has-style > .panel-row-style, #pg-890-6.panel-has-style > .panel-row-style, #pg-968-2.panel-no-style, #pg-890-1.panel-has-style > .panel-row-style {
	align-items: center !important;
}

.boxImgMat {
	background-image: url('/wp-content/uploads/2020/07/filosofia-riposo-dolomiti_materassi.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 135px;
}

.boxImgCert {
	height: 70px;
	background-color: #947d68;
}

.gallery-columns-4 .gallery-item {
	margin-bottom: 40px;
}

.boxCertifi {
	padding: 55px 30px 25px 30px;
}

.icone p {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 1.1em;
}

.icone img {
	margin-right: 10px;
}

#top-footer #sow-editor-2 {
	margin-bottom: 20px !important;
}

a.sow-social-media-button-facebook-0, a.sow-social-media-button-instagram-0, a.sow-social-media-button-youtube-0 {
	border: 2px solid currentcolor !important;
}

.so-widget-sow-social-media-buttons-flat-019e7f2b64a3 .sow-social-media-button {
	padding: 0.9em 0 !important;
}

#imgContact img {
	border: 2px solid #9fce93;
	padding: 5px;
}

.titContact {
	font-size: 1.2em;
	margin-bottom: 0;
	font-weight: 500;
}

.colonna1 {
	width: 48%;
	float: left;
	margin-top: 15px;
}

.colonna2 {
	width: 48%;
	float: right;
	margin-top: 15px;
}

label {
	font-weight: 300;
}

label a {
	color: #947d68 !important;
}

label a:hover {
	text-decoration: underline;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

.boxInfo3 a:hover {
	text-decoration: underline;
}

.so-widget-sow-social-media-buttons-flat-59cf50f01a65 .sow-social-media-button {
	padding: 0.9em 0 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0 !important;
	float: left !important;
}

#cookie-law-info-bar {
	padding: 2em !important;
}

.cook {
	text-decoration: underline;
}

.cook:hover {
	color: #fff;
}

.cli-bar-message {
	width: 90% !important;
}

.page-id-1228 #post-1228 .cli-privacy-overview {
	display: none !important;
}
.page-id-1228 #post-1228 .cli-tab-footer .wt-cli-privacy-accept-btn {
    color: #ffffff !important;
}
#cookie-law-info-bar #wt-cli-settings-btn {
	border-bottom: 0 !important;
	border-radius: 0;
}

.video {
	width: 100%;
	height: 480px;
}

.txtNew {
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	padding: 20px 2px;
	margin-bottom: 0 !important;
}

a.service-more {
	color: #947d68 !important;
}

.tg-service-widget .service-content-wrap {
	font-weight: 300;
}

.boxInfo p {
	font-weight: 300;
}

hr.titoli {
	height: 2px;
	background-color: #6d4732;
	margin: 20px auto;
	/*margin-bottom: 40px;*/
	max-width: 220px;
}

.soTit {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#pg-1412-1.panel-no-style, #pg-1412-2.panel-no-style {
	align-items: center !important;
}

.so-widget-sow-image h3.widget-title {
	font-size: 0.9em;
	text-transform: none;
}

.page-id-1412 h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #6d4732;
}

#site-navigation .menu-toggle {
	color: #fff;
}

.bigRiv, .bigImb {
	align-items: center !important;
}

h2.special {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #6d4732;
	font-weight: 700;
}

h2.Prodspecial {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #6d4732;
	font-weight: 700;
}

.titGuancia {
	text-transform: uppercase;
}

.titReti {
	text-transform: uppercase;
	font-size: 1.2em;
}

.celSX {
	padding-left: 10px;
}

.celDX {
	padding-right: 10px;
}

.aContact a {
	color: #000 !important;
	font-weight: 300;
}

.aContact a:hover {
	color: #947d68 !important;
	text-decoration: underline;
}

.aPolicy a {
	color: #947d68 !important;
	font-weight: 300;
}

.aPolicy a:hover {
	text-decoration: underline;
}

.topper {
	align-items: center !important;
}

.btnSpecial {
	font-size: 1.2em;
	color: #6d4732 !important;
	font-weight: bold;
}

.btnSpecial:hover {
	text-decoration: underline;
}

.catMate {
	padding: 0 10px;
}

.contractPro {
	padding: 0 8px !important;
}

.contracTit {
	font-size: 1.2em;
	margin-bottom: 20px;
	background-color: rgba(240,227,213,0.6);
	padding: 0 5px;
}

#site-navigation ul li.new22 {
	background-color: #6d4732;
}

/*#site-navigation ul li.new22 a {
	color: #947d68;
}

#site-navigation ul li.new22 a:hover {
	color: #6d4732 !important;
}*/

.colorBox img {
	background-color: #f0e3d5;
}

.colorBox1 img {
	background-color: #f0e3d5;
	padding-bottom: 6px;
}

.coll23 h2 {
	color: #f0e3d5;
}

.coll23 p {
	color: #fff;
}


/*effetto flipbox*/

.oxilab-flip-box-1, .oxilab-flip-box-2, .oxilab-flip-box-3, .oxilab-flip-box-4, .oxilab-flip-box-back-1, .oxilab-flip-box-back-2, .oxilab-flip-box-back-3, .oxilab-flip-box-back-4 {
	box-shadow: none !important;
}

.oxilab-flip-box-body-1-1 .oxilab-flip-box-back-1 {
	background: linear-gradient(rgba(240, 227, 213, 0.7), rgba(240, 227, 213, 0.7)), url("/wp-content/uploads/2021/07/particolare-galaxy.jpg") !important;
	background-size: 100% 100% !important;
}

.oxilab-flip-box-body-2-2 .oxilab-flip-box-back-2 {
	background: linear-gradient(rgba(240, 227, 213, 0.7), rgba(240, 227, 213, 0.7)), url("/wp-content/uploads/2021/06/particolare-fantasy.jpg") !important;
	background-size: 100% 100% !important;
}

.oxilab-flip-box-body-3-3 .oxilab-flip-box-back-3 {
	background: linear-gradient(rgba(240, 227, 213, 0.7), rgba(240, 227, 213, 0.7)), url("/wp-content/uploads/2020/07/particolare-materasso_sogno.jpg") !important;
	background-size: 100% 100% !important;
}

.oxilab-flip-box-body-4-4 .oxilab-flip-box-back-4 {
	background: linear-gradient(rgba(240, 227, 213, 0.7), rgba(240, 227, 213, 0.7)), url("/wp-content/uploads/2020/07/particolare-elite-sensitive-materasso.jpg") !important;
	background-size: 100% 100% !important;
}

.oxilab-flip-box-back-1-data .oxilab-heading, .oxilab-flip-box-back-2-data .oxilab-heading, .oxilab-flip-box-back-3-data .oxilab-heading, .oxilab-flip-box-back-4-data .oxilab-heading {
	color: #6d4732 !important;
	font-size: 1.2em !important;
	font-family: proxima-nova,sans-serif !important;
	padding: 5px !important;
	text-transform: uppercase;
}

.oxilab-flip-box-back-1-data .oxilab-info, .oxilab-flip-box-back-2-data .oxilab-info, .oxilab-flip-box-back-3-data .oxilab-info, .oxilab-flip-box-back-4-data .oxilab-info {
	color: #000 !important;
	font-size: 1em !important;
	font-family: proxima-nova,sans-serif !important;
	padding: 11px !important;
}

.oxilab-flip-box-back-1-data .oxilab-button-data, .oxilab-flip-box-back-2-data .oxilab-button-data, .oxilab-flip-box-back-3-data .oxilab-button-data, .oxilab-flip-box-back-4-data .oxilab-button-data {
	font-size: 1em !important;
	font-family: proxima-nova,sans-serif !important;
	font-weight: 400 !important;
	padding: 0.8em 1.8em !important;
	border-radius: 0 !important;
	color: #6d4732 !important;
	background-color: #fff !important;
}

.oxilab-flip-box-back-1-data .oxilab-button-data:hover, .oxilab-flip-box-back-2-data .oxilab-button-data:hover, .oxilab-flip-box-back-3-data .oxilab-button-data:hover, .oxilab-flip-box-back-4-data .oxilab-button-data:hover {
	color: #fff !important;
	background-color: #6d4732 !important;
}


/**/


/*effetto img*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}
.page-id-183 .hovereffect, .page-id-559 .hovereffect, .page-id-2773 .hovereffect, .page-id-2779 .hovereffect, .page-id-2787 .hovereffect, .page-id-2795 .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #333;
}

.hovereffect .overlayImg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 30px 10px;
}

.hovereffect h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 180px 0 0.5em 0;
    background-color: transparent;
	font-size: 1.2em !important;
	margin-top: 0 !important;
}

.hovereffect h3.widget-title a {
	padding: 200px 130px 0;
}

.hovereffect a, .hovereffect p {
    color: #333 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    margin: 0 !important;
}

.hovereffect h3 a:hover, h4 a:hover {
	color: #947d68 !important;
}
.page-id-183 .hovereffect h3 a:hover, .page-id-183 .hovereffect h3 a, .page-id-559 .hovereffect h3 a:hover, .page-id-559 .hovereffect h3 a, .page-id-2773 .hovereffect h3 a, .page-id-2779 .hovereffect h3 a, .page-id-2787 .hovereffect h3 a, .page-id-2795 .hovereffect h3 a {
	color: #fff !important;
}

h4 a {
	color: #333 !important;
}

.hovereffect h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #947d68;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.page-id-183 .hovereffect h3::after, .page-id-559 .hovereffect h3::after, .page-id-2773 .hovereffect h3::after, .page-id-2779 .hovereffect h3::after, .page-id-2787 .hovereffect h3::after, .page-id-2795 .hovereffect h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.page-id-183 .hovereffect:hover img, .page-id-559 .hovereffect:hover img, .page-id-2773 .hovereffect:hover img, .page-id-2779 .hovereffect:hover img, .page-id-2787 .hovereffect:hover img, .page-id-2795 .hovereffect:hover img {
    opacity: 0.7;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover h3::after, .hovereffect:hover h4::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(0,0,0,0.9) !important;
}


/**/

.listacategory .so-rounded {
	/*border: 2px solid #a3d49d !important;*/
	padding: 10px 10px 40px 10px;
}
.listacategory .so-widget-sow-button .ow-button-base a:hover span,
.btnw .so-widget-sow-button .ow-button-base a:hover span {
	color: #fff !important;
}
.listacategory h3.widget-title {
	font-size: 1.7em;
	margin: 0 0 50px 0 !important;
}

.perchenoi h3.widget-title {
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;
}

.tg-blog-widget h3.entry-title { font-size: 1.1em; }
.tg-blog-widget h3.entry-title a:hover { color: #A3D49D !important; }
.tg-blog-widget .read-more-container { background: #A3D49D !important; }
.tg-blog-widget .entry-author, .blog-section .post-image .entry-date,
#tab-description h2 { display: none; }
.tg-blog-widget .read-more a { color: #000 !important; }

.linkn .textwidget a { color: #000; }

.archive p.woocommerce-result-count, .archive form.woocommerce-ordering, .summary p.price, .archive span.price, #tab-title-additional_information { display: none !important; }
.woocommerce .woocommerce-ordering select {
	background-color: transparent;
	padding: 8px;
	border: 1px solid #000;
}
.postid-3930 .summary p.price, .postid-4028 .summary p.price,
.postid-4035 .summary p.price, .postid-4041 .summary p.price,
.postid-4049 .summary p.price {
	display: inline-block !important;
}
.woocommerce-Price-amount.amount {
	color: #76B370 !important;
	font-size: 1.8em;
	font-weight: bold;
}
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #76B370 !important;
}
.woocommerce .quantity .qty { padding: 4px; }

/*.archive */li.product, .woocommerce-cart .wc-block-grid__product {
	border: 1px solid rgba(148, 125, 104, 0.4) !important;
	border-radius: 10px;
	padding: 10px 10px 40px 10px !important;
	text-align: center;
}
.woocommerce ul.products li.product .button {
	background-color: #76B370 !important;
	border-radius: 0;
}
.woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover {
	background-color: #9d8773 !important;
}
.woocommerce-message::before { color: #8fae1b !important; }
.woocommerce-message { border-color: #8fae1b !important; }
p.infop, .woocommerce-variation-description p {
	border-left: 5px solid #947D68;
	padding: 40px 20px;
	background-color: rgba(148, 125, 104, 0.3);
}
li.product a img, .widget_sow-blog .sow-blog article a img, .woocommerce-cart .wc-block-grid__product img {
	margin-bottom: 0 !important;
	transition-duration: .3s;
	transition-property: transform;
}
li.product a:hover img, .woocommerce-cart .wc-block-grid__product-link:hover img { transform: scale(1.05); }
.widget_sow-blog .sow-blog article a:hover img { transform: scale(1.05); }
.archive .bgpag { margin-bottom: 65px; }
.woocommerce-LostPassword a {
	color: #947D68 !important;
	margin-top: 20px;
}
.woocommerce-page main .woocommerce a, .woocommerce-cart main .wp-block-woocommerce-cart a, .woocommerce-checkout main .wp-block-woocommerce-checkout a { color: #947D68 !important; }
.woocommerce-page main .woocommerce a:hover, .woocommerce-cart main .wp-block-woocommerce-cart a:hover, .woocommerce-checkout main .wp-block-woocommerce-checkout a:hover { color: #000 !important; }
.woocommerce-cart main .wp-block-woocommerce-cart .wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button,
.woocommerce-cart .add_to_cart_button {
	border: 2px solid #6d4732 !important;
	color: #6d4732 !important;
	background-color: transparent;
}
.woocommerce-cart main .wp-block-woocommerce-cart .wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button:hover {
	background-color: #6d4732 !important;
	color: #fff !important;
}
.add_to_cart_button { text-transform: uppercase; border-radius: 0;}
.woocommerce-cart .wc-block-grid__product-title { font-size: 1.5em; }
.woocommerce-cart .wp-block-button__link { font-size: 1.2em !important; }
.wc-block-components-checkout-place-order-button { text-transform: uppercase; }
.woocommerce-LostPassword { margin: 30px 0 10px 0; }
.woocommerce h2, .wp-block-woocommerce-empty-cart-block h2 { color: #6d4732; }
.woocommerce-form-login { margin: 2em 0 4em 0 !important; }
.woocommerce-page main .woocommerce { margin: 2em 0 4em 0; }
.woocommerce-checkout main .wc-block-components-form, .woocommerce-cart .wp-block-product-new { margin-bottom: 4em; }
.woocommerce-MyAccount-navigation-link--downloads { display: none; }
.woocommerce-account .addresses .title .edit {
	float: left;
	margin-bottom: 20px;	
}
.elenco li::marker {
	color: #76B370;
	content:"✔ ";
}
/*prezzo sbarrato*/
del .woocommerce-Price-amount.amount {
	color: #b3b3b3 !important;
	text-decoration: line-through;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .summary span.price {
	color: transparent !important;
}
/*in offerta*/
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
	background-color: #E53D49 !important;/*#D01 !important;*/
	height: 100px;
  	width: 100px;
  	line-height: 100px;
	margin: -1.5em -1.5em 0 0;
}
.archive ul.products li.product { min-height: 526px;/*425px;*/ }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: space-between;
	text-align: center;
}
.button.product_type_variable.add_to_cart_button {align-items: flex-end;}
.related h2 { margin-bottom: 50px; }
.related .price, .page-id-4459 .price, .page-id-4453 .price, .page-id-4413 .price { display: none !important; }
/*popup carrello*/
.widget_shopping_cart h2.widgettitle { font-size: 1.3em; }
.widget_shopping_cart .woocommerce-mini-cart-item img { display: none; }

.has-post-thumbnail .sow-entry-meta, .woocommerce-cart .wc-block-components-totals-shipping { display: none !important; }

/*risolto problema dimensioni diverse img lista prodotti*/
.woocommerce ul.products img {
  contain-intrinsic-size: unset !important;
}
.woocommerce ul.products li.product img {
  width: 400px !important;
  height: 400px !important;
  object-fit: cover;
}
/**/
p.ppcp-place-order-description { text-align: left !important; }


footer #top-footer a:hover { color: #947d68; }
footer #top-footer .social-media-button-container a.sow-social-media-button-facebook-0:hover {
	background-color: #3a5795 !important;
	color: #fff !important;
	border: 2px solid #3a5795 !important;
}
footer #top-footer .social-media-button-container a.sow-social-media-button-instagram-0:hover {
	background-color: #d82978 !important;
	color: #fff !important;
	border: 2px solid #d82978 !important;
}
footer #top-footer .social-media-button-container a.sow-social-media-button-youtube-0:hover {
	background-color: #cf3427 !important;
	color: #fff !important;
	border: 2px solid #cf3427 !important;
}

.grid-view #primary .post { width: 32%; }

.infoprod .widget-title {
	padding-top:10px;
}
.infoprod .so-widget-sow-image .sow-image-container {
	float: left;
	margin-right: 30px;
}
.infoprod .margindiverso .so-widget-sow-image .sow-image-container { margin-right: 20px; }
.single-product .so-widget-sow-image h3.titscheda {
  font-size: 1.8em;
}
.woocommerce-product-gallery .flex-viewport {
	border: 1px solid #cfc8d8 !important;
	border-radius: 10px;
}
#pa_misure { border: 1px solid #cfc8d8 !important; }
.single-product .variations_form { padding: 30px 0; }
.summary .product_meta { display: none; }/*.posted_in*/
.variations th.label { text-transform: uppercase; padding: 5px 0; }
.woocommerce div.product form.cart div.quantity { margin: 0 7px 0 0; }

.bandierait { height:auto; width:100%; padding: 20px 0; }
.bandierait div { height: 7px; float: left; width: 33%;}
.bitv { background-color: green; }
.bitb { background-color: white; border: 0.5px solid #cfc8d8;}
.bitr { background-color: red; }

.colshop label.notep { font-size: 0.85em; }
.colshop p { margin-bottom: 10px; }

.cuw-fbt-products .cuw-product-price { font-size: 0.7em; }

.titsumisura {
	font-size: 2em;
	color: #615c56;
	font-weight: bold;
	margin-bottom: 10%;
}

.page-id-4432 main a { color: #947D68; }

/*FONT*/
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: italic;

font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: italic;

font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 300;
font-style: italic;
/**/

/*mobile*/

@media screen and (max-width: 1920px) {
	.video { height: 470px; }
	.contractPro .hovereffect h3.widget-title a { padding: 200px 160px 0 !important; }
}

@media screen and (max-width: 1900px) {
	.boxInfo { padding: 7% 16% 11% 5%; }
}

@media screen and (max-width: 1750px) {
	.boxInfo { padding: 6% 16% 7% 5%; }
}

@media screen and (max-width: 1650px) {
	.boxInfo { padding: 7% 16% 6% 5%; }
	/*.video { height: 390px; }*/
}

@media screen and (max-width: 1610px) {
	.boxInfo { padding: 4% 3%; }
	.video { height: 390px; }
}

@media screen and (max-width: 1510px) {
	/*.boxInfo { padding: 5% 10% 5% 5%; }*/
	.contractPro .hovereffect h3 { 180px 0 0.5em 0 !important; }
	.contractPro .hovereffect h3.widget-title a { padding: 200px 110px 0 !important; }
}

@media screen and (max-width: 1350px) {
	.boxInfo { padding: 4% 2% 2% 5%; }
	.bigRiv { align-items: center !important; flex-direction: column; }
	.bigRiv .panel-grid-cell { width: 50% !important; }
	#pgc-890-1-0 > .panel-cell-style, #pgc-890-2-0 > .panel-cell-style, #pgc-890-3-0 > .panel-cell-style, #pgc-890-4-0 > .panel-cell-style, #pgc-890-5-0 > .panel-cell-style { padding: 0 !important; }
	#pgc-890-1-3 > .panel-cell-style, #pgc-890-2-3 > .panel-cell-style, #pgc-890-3-3 > .panel-cell-style, #pgc-890-4-3 > .panel-cell-style, #pgc-890-5-3 > .panel-cell-style { padding: 0 !important; }
	.bigRiv img { margin-bottom: 12px; }
	#pg-890-1, #pg-890-2, #pg-890-3, #pg-890-4 { margin-bottom: 30px !important; }
	.smallRiv { margin-bottom: 30px !important; }
	.contractPro .hovereffect h3.widget-title a { padding: 200px 100px 0; }
	.contractPro .hovereffect h3 { padding: 140px 0 0.5em 0; }
}

@media screen and (max-width: 1300px) {
	.slideHome li.sow-slider-image { height: 550px !important; }
	.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container { top: 120px !important; }
}

@media (max-width: 1200px) {
	.woocommerce-cart #content .tg-container, .woocommerce-checkout #content .tg-container { width: 90%; }
}

@media screen and (max-width: 1190px) {
	.boxFlex { display: flex; flex-direction: column; }
	#pgc-9-3-0, #pgc-9-3-1 { width: 100% !important; }
	.boxInfo { padding: 3% 6%; }
	.hovereffect h3.widget-title a { padding: 200px 100px 0 !important; }
	.hovereffect h3 { padding: 150px 0 0.5em 0 !important; }
	.video { height: 605px; }
	.contractPro .hovereffect h3.widget-title a { padding: 200px 60px 0 !important; }
	.contractPro .hovereffect h3 { padding: 120px 0 0.5em 0 !important; }
	.titsumisura { font-size: 1.7em; line-height: normal; }
	#primo-footer .tg-column-wrapper .tg-column-2 { margin-left: 3%; }
}

@media screen and (max-width: 1140px) {
	.catMate { margin-bottom: 40px; }
	#pgc-2691-1-0, #pgc-2691-1-1, #pgc-2691-1-2, #pgc-2691-1-3 { width: 50% !important; }
}

@media screen and (max-width: 1130px) {
	.aCapo { flex-wrap: wrap !important; }
	.aCapo #pgc-183-1-0, .aCapo #pgc-183-1-1, .aCapo #pgc-183-1-2, .aCapo #pgc-183-1-3 { width: 50%; }
	.aCapo #pgc-183-1-0, .aCapo #pgc-183-1-1 { margin-bottom: 30px; }
}

@media screen and (max-width: 1120px) {
	#pg-w5f520ca73aecf-0.panel-has-style > .panel-row-style { flex-direction: column; }
	.boxCertifi .panel-grid-cell { width: 100% !important; }
	#pg-832-2.panel-has-style > .panel-row-style, #pg-832-3.panel-has-style > .panel-row-style, #pg-832-4.panel-has-style > .panel-row-style, #pg-832-5.panel-has-style > .panel-row-style, #pg-832-1.panel-has-style > .panel-row-style { flex-direction: column !important; }
	#pg-832-2 > .panel-row-style > .panel-grid-cell, #pg-832-3 > .panel-row-style > .panel-grid-cell, #pg-832-4 > .panel-row-style > .panel-grid-cell, #pg-832-5 > .panel-row-style > .panel-grid-cell, #pg-832-1 > .panel-row-style > .panel-grid-cell { width: 100% !important; margin: 0 auto !important; padding: 0 8px; }
	.testoR { margin-bottom: 40px; }
	.imgR img { margin-bottom: 15px; }
	.imgRD img { width: 20%; margin-bottom: 20px; }
	#pg-890-1.panel-has-style > .panel-row-style, #pg-890-2.panel-has-style > .panel-row-style, #pg-890-3.panel-has-style > .panel-row-style, #pg-890-4.panel-has-style > .panel-row-style, #pg-890-5.panel-has-style > .panel-row-style, #pg-890-6.panel-has-style > .panel-row-style { flex-direction: column !important; }
	/*#pg-890-1 > .panel-row-style > .panel-grid-cell, #pg-890-2 > .panel-row-style > .panel-grid-cell, #pg-890-3 > .panel-row-style > .panel-grid-cell, #pg-890-4 > .panel-row-style > .panel-grid-cell, #pg-890-5 > .panel-row-style > .panel-grid-cell { width: 100% !important; margin: 0 auto !important; padding: 0 8px; }*/
	#pg-890-1 img, #pg-890-2 img, #pg-890-3 img, #pg-890-4 img, #pg-890-5 img { margin-bottom: 20px; }
	#pgc-1039-1-0, #pgc-1039-2-1, #pgc-1039-2-2 { margin-bottom: 30px !important; }
	#pgc-1039-1-1 { padding: 0 8px !important; }
}

@media screen and (max-width: 1050px) {
	.hovereffect h3.widget-title a { padding: 200px 80px 0 !important; }
	.hovereffect h3 { padding: 110px 0 0.5em 0 !important; }
	.boxInfo2 .gallery-columns-6 .gallery-item { max-width: 33.33% !important; }
	.titsumisura { font-size: 1.3em; }
}

@media (min-width: 981px) {
	.solomobile { display: none; } /*menù mobile voci extra*/
}

@media screen and (max-width: 980px) {
	.slideHome li.sow-slider-image { height: 420px !important; }
	.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container { top: 80px !important; }
	.header-bottom .search-wrap { display: none; }
	.center-logo-below-menu .header-bottom .site-navigation-wrapper { float: none !important; }
	#site-navigation, .center-logo-below-menu #site-navigation { padding: 15px 0 !important; }
	.center-logo-below-menu .logo { float: none !important; }
	#site-navigation .menu, #site-navigation ul.sub-menu, .transparent #site-navigation ul.sub-menu { background: #947d68 none repeat scroll 0 0 !important; }
	#site-navigation ul li, .transparent #site-navigation ul li { border-bottom: 1px solid #fff !important; }
	#site-navigation ul li.menu-item-has-children .sub-toggle { background-color: transparent !important; }
	#site-navigation ul.sub-menu, .transparent #site-navigation ul.sub-menu { border-top: none !important; }
	#site-navigation ul #menu-item-713 { border-bottom: 0 !important; }
	#site-navigation ul.sub-menu li a { color: #fff !important; }
	#site-navigation ul.sub-menu li a:hover { color: #f0e3d5 !important; }
	.bigImb { flex-wrap: wrap !important; }
	.bigImb .panel-grid-cell { width: 100% !important; }
	.bigImb img { margin-bottom: 20px; }
	#pgc-1686-2-0, #pgc-1686-5-0, #pgc-125-5-0, #pgc-183-3-0 { order: 1 !important; }
	#site-navigation ul li:last-child { border-bottom: 0 !important; }
	#top-footer .tg-column-wrapper .tg-column-4 { padding: 0 10px; }
	#pgc-9-5-0, #pgc-9-5-1, #pgc-9-5-2, #pgc-9-6-0, #pgc-9-6-1, #pgc-9-6-2 { width: 30% !important; } /*box perchenoi in home*/
}

@media screen and (max-width: 900px) {
	.tg-service-widget .service-icon-wrap { margin-bottom: 18px; }
	.tg-service-widget .service-title-wrap { margin-bottom: 0px !important; }
	.hovereffect h3.widget-title a { padding: 200px 50px 0 !important; }
	.hovereffect h3 { padding: 90px 0 0.5em 0 !important; }
	.gallery-item a img { padding: 5px; }
	.bigRiv .panel-grid-cell { width: 96% !important; }
	.woocommerce-cart #content .tg-container, .woocommerce-checkout #content .tg-container { width: 80%; }
}

@media screen and (max-width: 840px) {
	.gallery-columns-5 .gallery-item { max-width: 33%; }
	 #primo-footer .tg-column-wrapper .tg-column-2 { padding: 0 3% 3% 3%; margin-left: 0; width: 100%; }
}

@media screen and (max-width: 790px) {
	.colonna2, .colonna1 { width: 100%; }
	#pg-9-0, #pg-9-1 { margin-bottom: 40px !important; }
	#pgc-9-1-0, #pgc-9-1-1 { margin-bottom: 40px !important; }
	.hovereffect h3 { padding: 200px 0 0.5em 0 !important; }
	.hovereffect h3.widget-title a { padding: 200px 100px 0 !important; }
	#pgc-9-4-0, #pgc-9-4-1, #pgc-689-3-0, #pgc-125-1-0, #pgc-125-1-1 { margin-bottom: 30px !important; }
	#pgc-183-1-0, #pgc-183-1-1, #pgc-183-2-1, #pgc-183-3-0, #pgc-183-3-1, #pgc-559-1-0, #pgc-559-1-1, #pgc-559-3-0, #pgc-183-4-0 { margin-bottom: 40px !important; }
	/*#pgc-714-1-0, #pgc-714-2-0, #pgc-714-2-1, #pgc-714-3-0, #pgc-714-3-1 { margin-bottom: 30px !important; }*/
	.page-id-714 h3.widget-title { margin-bottom: 4px !important; }
	.gallery-columns-4 .gallery-item { max-width: 33%; }
	#pgc-1039-1-1 { padding: 0 8px; }
	.boxMaso { margin-bottom: 40px; }
	.italy img { width: 80%; margin-bottom: 40px; }
	.celSX { padding-left: 0; }
	.celDX { padding-right: 0; }
	.mobGuancia { padding: 0 10px !important; }
	.doppi { margin-top: 30px; }
	#pg-714-1, #pg-714-2, #pg-714-3, #pg-714-4 { margin-bottom: 0 !important; }
	.mobGuancia img { margin-top: 20px; }
	#firstC img { margin-top: 0 !important; }
	.maniMob, .divCentro, .aCapo #pgc-183-1-2 { margin-bottom: 30px; }
	#pg-125-6 .topper { margin-bottom: 60px; }
	#pgc-2691-1-0, #pgc-2691-1-1, #pgc-2691-1-2, #pgc-2691-1-3 { width: 100% !important; }
		#pgc-9-3-0 { margin-bottom: 0 !important; }
}

@media screen and (max-width: 780px) {
	.perchenoi { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row !important; }
	.perchenoi .sow-image-container .so-widget-image { max-width: 65% !important; }
	.page-id-1039 .linkn .sow-image-container .so-widget-image { width: 35%; }
}

@media (max-width: 768px) {
	.header-top { display: block !important; padding: 5px; }
	.right-content { display: none; }
	.left-content { text-align: center; }
	.spazio { padding-right: 25px; }
	#top-footer .tg-column-wrapper .tg-column-4 { width: 47%; min-height: 270px; padding: 0 50px; }
}

@media screen and (min-width: 780px) {
	.reticolonne .hovereffect h3 {
		padding: 50px 0 0.5em 0 !important;
	}
	.reticolonne .hovereffect h3.widget-title a {
		padding: 200px 28px 0 !important;
	}
	/*.contractPro .hovereffect h3.widget-title a { padding: 200px 190px 0 !important; }
	.contractPro .hovereffect h3 { padding: 260px 0 0.5em 0 !important; }*/
}

@media screen and (max-width: 740px) {
	.slideHome li.sow-slider-image { height: 340px !important; }
	.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container { top: 40px !important; }
	.so-widget-sow-layout-slider-default-79ee6a2771e5 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper { padding: 40px 20px !important; }
	.slideHome h1 { font-size: 2.2em; }
}

@media screen and (max-width: 640px) {
	.video { height: 470px; }
	#top-footer .gallery-columns-6 .gallery-item { max-width: 33% !important; padding: 2%; }
}

@media (min-width: 601px) {
	 /*suggeriti carrello*/
.woocommerce-cart li.wc-block-grid__product { max-width: 24% !important; }
.woocommerce-cart .wc-block-grid__products { justify-content: space-between; }
}
@media screen and (max-width: 600px) {
	#top-footer .tg-column-wrapper .tg-column-4 { width: 47% !important; min-height: 270px; padding: 0 10px; }
	.woocommerce-cart #content .tg-container, .woocommerce-checkout #content .tg-container { width: 70%; }
}

@media screen and (max-width: 480px) {
	.boxInfo { padding: 8% 2% 4% 2%; }
	.logo .logo-image { transform: scale(0.9) !important; }
	.slideHome li.sow-slider-image { height: 200px !important; }
	.so-widget-sow-layout-slider-default-79ee6a2771e5 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper { padding: 5px 10px !important; }
	.slideHome h1 { font-size: 1.6em; }
	.slideHome p { margin-bottom: 15px !important; }
	.so-widget-sow-button-wire-7150fa8fe503 .ow-button-base a { font-size: 0.9em; }
	#site-navigation, .center-logo-below-menu #site-navigation { padding: 10px 0 !important; }
	.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container { top: 20px !important; }
	#pgc-9-1-0, #pgc-9-1-1, #pgc-125-1-0, #pgc-125-1-1 { margin-bottom: 20px !important; }
	#top-footer { padding: 60px 0 20px !important; }
	#panel-9-2-1-0 > .panel-widget-style { min-height: 530px; }
	.hovereffect h3 { padding: 135px 0 0.5em 0 !important; }
	.inBoxImg { top: 90px !important; }
	.boxInfo2 .gallery-columns-6 .gallery-item { max-width: 50% !important; }
	.boxInfo2 { padding: 6% 2% !important; }
	#pl-777 #panel-777-1-1-0 { margin: 0px 0px 40px 0px !important; }
	.gallery-columns-4 .gallery-item { max-width: 50%; }
	.imgRD img { width: 40%; }
	#secondary .searchform input { width: 84%; }
	.video { height: 350px; }
	.txtNew { font-size: 2em; padding: 15px 2px; }
	.gallery-columns-5 .gallery-item { max-width: 50%; }
	.italy img { width: 100%; }
	h2.special { font-size: 1.1em; padding: 0 1%; }
	.page-id-1412 h2 { font-size: 1.2em; }
	.reteRelax { margin-bottom: 20px; }
	#top-footer .tg-column-wrapper .tg-column-4 { 
		width: 100% !important;
    	padding: 0 20px;
    	text-align: center;
    	margin-bottom: 0 !important;
	}
	.nomobile { display: none; }
	.perchenoi h3.widget-title { font-size: 1em !important; }
	.woocommerce ul.products[class*="columns-"] li.product { width: 95%; }
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n) { float: left; }
	.woocommerce div.product form.cart .variations th.label { display: none; }
	.woocommerce-page .woocommerce-message .button { float: left; }
	
	#cookie-law-info-bar #wt-cli-accept-btn { margin: 10px !important; }
	.home .so-widget-sow-layout-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
		padding: 15px 20px 50px 20px !important;
	}
	.center-logo-below-menu .logo, .logo {
		padding: 0 !important;
	}
	.page-id-3200 .soTit { font-size: 1em; }
}

