/*!
Theme Name: rigatopvc

Template: zakra

*/
/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Forms
# Navigations
# Modules
# Icons
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-style: solid;
	border-width: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td,
th {
	padding: 0;
}

p {
	margin-bottom: 1.6em;
}

/*=============================================
=            Base Typography            =
=============================================*/
html {
	font-size: 90%;
}

body {
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1rem;
	color: #51585f;
	line-height: 1.8;
}

code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #f8f9fa;
	padding: 20px;
}

blockquote,
.wp-block-quote {
	padding: 1em;
	margin: 1.5em 1em 1.5em 2em;
	border-left: 4px solid #e9ecef;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
	border: unset;
	border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #16181a;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 20px;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.313rem;
}

h6 {
	font-size: 1.125rem;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr,
.wp-block-separator {
	background-color: #e9ecef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
	max-width: 100%;
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/
.tg-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.tg-container--boxed .tg-site {
		max-width: 750px;
	}
	.tg-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.tg-container--boxed .tg-site {
		max-width: 970px;
	}
	.tg-container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.tg-container--boxed .tg-site {
		max-width: 1270px;
	}
	.tg-container {
		max-width: 1160px;
	}
}

.tg-container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tg-container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-container--flex-center {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-container--flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container {
	max-width: 100%;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container #primary {
	width: 100%;
	padding-right: 0;
}

/*=============================================
=            Body            =
=============================================*/
body:not(.tg-container--separate) #page {
	background: #fff;
}

body.has-transparent-header.elementor-editor-active .tg-site-header {
	z-index: -1;
}

.page-template.tg-container--separate #page {
	background: #fff;
}

/* Boxed Layout */
.tg-container--boxed .tg-site {
	margin: 20px auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--boxed .tg-site#page {
	background-color: #fff;
}

/* Streached Layout */
.tg-container--stretched .tg-container {
	width: 100%;
	max-width: unset;
}

/* Seperate Layout */
.tg-container--separate {
	background-color: #e9ecef;
}

.tg-container--separate .tg-site-header {
	background-color: #fff;
	border-bottom: 0 none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--separate .tg-page-header {
	background-color: #ced4da;
}

.tg-container--separate .tg-site-footer {
	background-color: #fff;
}

.tg-container--separate #primary {
	padding-right: 2em;
}

.tg-container--separate #secondary {
	padding-left: 2em;
	border-left: 0 none;
}

.tg-container--separate .tg-site-layout--left #primary {
	padding-left: 2em;
}

.tg-container--separate .tg-site-layout--left #secondary {
	padding-right: 2em;
	border-right: 0 none;
}

.tg-container--separate .hentry,
.tg-container--separate .widget {
	background-color: #fff;
	padding: 2em;
}

.tg-container--separate .tg-footer-widget-area .widget {
	padding: 0;
	background-color: transparent;
}

/* When transparent header is present */
.has-transparent-header:not(.blog):not(.has-page-header) .site-content,
.tg-no-content-margin .site-content {
	margin: 0;
}

.elementor-template-full-width .site-content {
	margin: 0;
}

.elementor-template-full-width .site-content > .tg-container--flex {
	display: block;
}

/*=============================================
=            Page builder            =
=============================================*/
.page-template-pagebuilder {
	background: #fff;
}

.page-template-pagebuilder .site-content {
	margin: 0;
}

.page-template-pagebuilder .widget {
	background: initial;
	padding: 0;
}

.page-template-pagebuilder #primary.content-area.pagebuilder-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: inherit;
	padding: 0;
}



.tg-icon {
	font-family: "themegrill-icons";
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
}

.tg-icon-angle-down::after {
	content: "\f101";
}

.tg-icon-angle-left::after {
	content: "\f102";
}

.tg-icon-angle-right::after {
	content: "\f103";
}

.tg-icon-angle-up::after {
	content: "\f104";
}

.tg-icon-arrow-down::after {
	content: "\f105";
}

.tg-icon-arrow-left::after {
	content: "\f106";
}

.tg-icon-arrow-right::after {
	content: "\f107";
}

.tg-icon-arrow-up::after {
	content: "\f108";
}

.tg-icon-bars::after {
	content: "\f109";
}

.tg-icon-close::after {
	content: "\f10a";
}

.tg-icon-search::after {
	content: "\f10b";
}

.tg-icon-shopping-cart::after {
	content: "\f10c";
}

.tg-page-header {
	padding: 20px 0;
}

.tg-page-header .tg-page-header__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.3;
}

.tg-page-header.tg-page-header--left-right .tg-page-header__title {
	margin-right: auto;
}

.tg-page-header.tg-page-header--left-right .breadcrumbs {
	margin-left: auto;
}

.tg-page-header.tg-page-header--both-center .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tg-page-header.tg-page-header--right-left .tg-page-header__title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

.tg-page-header.tg-page-header--right-left .breadcrumbs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}

.tg-page-header.tg-page-header--both-left .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tg-page-header.tg-page-header--both-right .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tg-page-header .breadcrumb-trail ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

.tg-page-header .breadcrumb-trail ul li {
	font-size: 16px;
}

.tg-page-header .breadcrumb-trail ul li::after {
	padding: 0 7px;
	font-size: 13px;
	color: #999;
	font-family: "poppins" !important;
	vertical-align: middle;
	content: "/";
	position: relative;
	top: -3px;
}

.tg-page-header .breadcrumb-trail ul li:last-child::after {
	content: none;
}

/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
	margin: 0 0 1.6rem 1.6rem;
	padding-left: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
	text-align: left;
	border: 1px solid #e9ecef;
	padding: 1em;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar .tg-site-header.tg-site-header--transparent {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .tg-site-header.tg-site-header--transparent {
		top: 46px;
	}
}

.search-form label {
	position: relative;
}

.search-form label::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	display: block;
	content: "\f10b";
	font-family: themegrill-icons;
	color: #adb5bd;
}

.search-form .search-submit {
	display: none;
}

.tg-menu-item-search {
	position: relative;
	cursor: pointer;
}

.tg-menu-item-search .search-form {
	position: absolute;
	top: 43px;
	right: 0;
	width: 200px;
	display: none;
	z-index: 999;
}

.tg-menu-item-search .search-form label {
	margin-bottom: 0;
	width: 100%;
}

.tg-menu-item-search.show-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=                    Links                    =
=============================================*/
a {
	color: #16181a;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:hover, a:focus {
	color: #269bd1;
}

a:active {
	outline: 0;
}

.entry-content a {
	color: #269bd1;
}

.entry-content a:hover, .entry-content a:focus {
	color: #1e7ba6;
}

.tg-primary-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 0 solid #e9ecef;
	margin-left: auto;
}

.tg-primary-menu > div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



.tg-primary-menu > div ul li:hover > a {
	color: #269bd1;
}

.tg-primary-menu > div ul li.menu-item-has-children, .tg-primary-menu > div ul li.page_item_has_children {
	position: relative;
}

.tg-primary-menu > div ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li.page_item_has_children > a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f101";
}

.tg-primary-menu > div ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #16181a;
}

.tg-primary-menu > div ul li ul {
	position: absolute;
	display: block;
	top: 100%;
	border: 1px solid #e9ecef;
	width: 240px;
	background: #fff;
}

.tg-primary-menu > div ul li ul li {
	border-bottom: 1px solid #e9ecef;
}

.tg-primary-menu > div ul li ul li:last-child {
	border-bottom: 0;
}

.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
	position: absolute;
	right: 1rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

.tg-primary-menu > div ul li ul li a {
	padding: 1em;
}

.tg-primary-menu > div ul li ul li ul {
	top: -1px;
	left: 100%;
}

.tg-primary-menu > div ul li ul,
.tg-primary-menu > div ul li:hover ul ul,
.tg-primary-menu > div ul li.focus ul ul {
	z-index: 99999;
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div ul li .sub-menu li.menu-item-has-children ul.tg-edge, .tg-primary-menu > div ul li .sub-menu li.page_item_has_children ul.tg-edge {
	left: -100%;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li {
	margin: 1em;
}

.tg-primary-menu > div > ul > li:hover ul ul,
.tg-primary-menu > div > ul > li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul > li:last-child {
	margin-right: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-item-cart {
	margin-right: 10px;
}

.tg-primary-menu > div > ul > li > ul.tg-edge {
	right: 0;
	left: auto;
}

.tg-primary-menu > div > ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul li.focus ul ul,
.tg-primary-menu > div > ul ul ul li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul ul li:hover > ul,
.tg-primary-menu > div > ul ul li.focus > ul {
	left: 100%;
}

.tg-primary-menu > div > ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul li.focus > ul,
.tg-primary-menu > div > ul ul ul ul li.focus > ul {
	left: 100%;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a {
	position: relative
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	content: "";
	position: absolute;
	background-color: #269bd1;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a {
	position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before {
	height: 2px;
	width: 100%;
	bottom: 0;
}

.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Top Header Menu */
.tg-site-header-top ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tg-site-header-top ul.menu li a {
	padding: 0 0.5em;
}

/* Header Action */
.tg-header-action-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.tg-header-action-list .tg-header-action__item {
	position: relative;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	display: none;
}

/* Post Navigation */
.posts-navigation,
.post-navigation {
	border-top: 1px solid #e9ecef;
	padding: 2rem 0;
	width:100%;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
	margin-right: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f102";
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

/* Mobile navigation */
.tg-mobile-navigation {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 300px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	padding: 50px 20px 20px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.tg-mobile-navigation > div ul li.current_page_ancestor > a, .tg-mobile-navigation > div ul li.current-menu-ancestor > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a {
	color: #269bd1;
}

.tg-mobile-navigation > div > ul {
	border-top: 1px solid #e9ecef;
	padding-top: 1em;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
	background-color: unset;
	border: unset;
	padding: unset;
	color: unset;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.tg-mobile-navigation .tg-mobile-navigation-close::before {
	content: "\f00d";
	font-family: fontawesome;
}

.tg-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tg-mobile-navigation li {
	position: relative;
}

.tg-mobile-navigation li.page_item_has_children, .tg-mobile-navigation li.menu-item-has-children {
	position: relative;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
	padding: 0.5em 0.8em;
	background: unset;
	color: unset;
	border: unset;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
	content: '\f067';
	font-family: fontawesome;
	font-size: 12px;
}

.tg-mobile-navigation li.page_item_has_children ul, .tg-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
	content: '\f068';
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
	max-height: 500px;
	visibility: visible;
	overflow-y: scroll;
}

.tg-mobile-navigation li.tg-menu-extras-wrap {
	display: none;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tg-mobile-navigation a {
	display: block;
	padding: 0.5em;
	padding-right: 30px;
	word-break: break-all;
}

.tg-mobile-navigation li.tg-menu-item-search {
	padding: 0.5em;
}

.tg-mobile-navigation li.tg-menu-item-search label {
	display: block;
}

.tg-mobile-navigation li.tg-menu-item-search .search-form {
	position: unset;
	width: 100%;
	display: block;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a {
	color: #fff;
	background-color: #269bd1;
	padding: 5px 10px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 0 solid #e9ecef;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
	color: #fff;
	background-color: #1e7ba6;
}

.tg-menu-item-cart .cart-page-link {
	position: relative;
}

.tg-menu-item-cart .cart-page-link .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	width: 16px;
	height: 16px;
	background-color: #343a40;
	color: #fff;
	position: absolute;
	top: -5px;
	right: -10px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tg-site-footer-bar .menu li a {
	padding: 0 0.5em;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
	margin: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
}

.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
	max-height: 500px;
}

.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
	content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.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: #e9ecef;
	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: #16181a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	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;
}

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tg-flex-left {
	margin-right: auto;
}

.tg-flex-right {
	margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	display: table;
	content: "";
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0 solid #e9ecef;
	background-color: #269bd1;
	color: #fff;
	padding: 0.7rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #1e7ba6;
}

.wp-block-button__link code {
	background-color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	color: #16181a;
	border: 1px solid #dee2e6;
	padding: 0.7rem 1rem;
	width: 100%;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: #51585f;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

label {
	margin-bottom: 0.5rem;
	display: inline-block;
}

select {
	border: 1px solid #dee2e6;
	padding: 0.5rem;
}

/*=============================================
=            Header            =
=============================================*/
/* Top Header */
.tg-site-header-top {
	padding: 0.5em 0;
	background-color: #e9ecef;
}

.tg-site-header-top .widget {
	margin: 0;
}

.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
	width: 100%;
}

.tg-site-header-top .tg-header-top-right-content {
	text-align: right;
}

.tg-site-header-top .tg-header-top-right-content ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header-top p {
	margin: 0;
}

.tg-site-header {
	border-bottom: 1px solid #e9ecef;
	background-color: #fff;
}

.tg-site-header.tg-site-header--center .tg-site-header-bottom .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tg-site-header.tg-site-header--center .site-branding {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--center .tg-primary-menu {
	margin-left: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-header.tg-site-header--right {
	/* Site brading */
	/* Menu primary */
}

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

.tg-site-header.tg-site-header--right .tg-site-header-bottom .main-navigation ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tg-site-header.tg-site-header--right .site-branding {
	margin-left: 20px;
}

.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--right .tg-primary-menu {
	margin-left: initial;
	margin-right: auto;
}

.tg-site-header.tg-site-header--transparent {
	position: absolute;
	top: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
}

.tg-site-header-bottom {
	padding-top: 1em;
	padding-bottom: 1em;
}

.tg-site-header-bottom .tg-block--two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tg-header-transparent-wrapper {
	position: relative;
}

/* Site brading */
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-branding .custom-logo-link {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.site-branding .site-title {
	font-size: 1.313rem;
	color: #16181a;
	font-weight: 400;
	line-height: 1.5;
}

.site-branding .site-description {
	font-size: 1rem;
}

.site-branding .site-description,
.site-branding .site-title {
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
}

.wp-custom-header img {
	margin: 0 auto;
	width: 100%;
	vertical-align: middle;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	top: calc( 50% - 30px);
	left: calc( 50% - 30px);
	z-index: 9999;
	height: 60px;
	width: 60px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.wp-custom-header .wp-custom-header-video-button:hover {
	-webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}

/*=============================================
=            404 Page            =
=============================================*/
.error-404 {
	text-align: center;
}

.error-404 .search-form {
	margin-top: 20px;
}

.site-content {
	margin-top: 80px;
	margin-bottom: 80px;
}

#primary {
	width: 70%;
	padding-right: 60px;
}

#secondary {
	width: 30%;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}

.tg-site-layout--default #primary {
	width: unset;
	padding: 0;
}

.tg-site-layout--default #primary .entry-content > .alignfull {
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.tg-site-layout--default #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.tg-site-layout--default .content-area {
	max-width: 760px;
	margin: 0 auto;
}

.tg-site-layout--default .hentry {
	margin: 0 0 10em;
}

.tg-site-layout--left .site-content .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tg-site-layout--left #primary {
	padding-right: 0;
	padding-left: 60px;
}

.tg-site-layout--left #secondary {
	padding-left: 0;
	padding-right: 60px;
	border-left: 0 none;
	border-right: 1px solid #e9ecef;
}

.tg-site-layout--no-sidebar #primary {
	width: 100%;
	padding-right: 0;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover, .tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

/*=============================================
=            Sidebar            =
=============================================*/
/*=============================================
=            Widgets            =
=============================================*/
.widget {
	margin: 0 0 2.5rem;
	/* Recent Comments */
	/* Make sure select elements fit in widgets. */
}

.widget .widget-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.widget.widget_recent_comments ul li {
	padding: 0.5rem 0;
}

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

.widget ul li {
	border-bottom: 1px solid #e9ecef;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li a {
	padding: 0.5rem 0;
	display: inline-block;
}

.widget ul li a + .post-date {
	margin-bottom: 0.5rem;
	display: block;
}

.widget ul ul {
	padding-left: 1em;
}

.widget select {
	max-width: 100%;
}

.widget.widget_search .search-form label {
	width: 100%;
}

.widget.widget_calendar table td, .widget.widget_calendar table th {
	padding: inherit;
	text-align: center;
}

.widget.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}

/*=============================================
=               Posts and Pages               =
=============================================*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 5em;
	border: 0 solid #e9ecef;
}

.single .hentry {
	border: 0 solid #e9ecef;
}

.updated:not(.published) {
	display: none;
}

.extra-hatom {
	display: none;
}

.post-thumbnail {
	margin: 0 0 1.5em;
}

.entry-content {
	margin: 0 0 3em;
}

.entry-content p {
	margin-bottom: 1.4em;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.post-thumbnail {
	display: block;
}

.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}

.entry-title {
	margin: 0 0 0.5em;
	font-size: 2.25rem;
	word-wrap: break-word;
}

.entry-meta {
	margin: 0 0 1.5em;
	border: 0 solid #e9ecef;
}

.entry-meta > span {
	margin-right: 1.5rem;
	display: inline-block;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.tg-meta-style-two .entry-meta span, .tg-meta-style-two .entry-meta a {
	color: #269bd1;
}

.tg-meta-style-two .entry-meta a:hover {
	color: #1e7ba6;
}

.tg-meta-style-two .entry-meta > span {
	display: inline-block;
}

.tg-meta-style-two .entry-meta > span::before {
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.tg-meta-style-two .entry-meta .byline::before {
	content: '\f007';
}

.tg-meta-style-two .entry-meta .posted-on::before {
	content: '\f017';
}

.tg-meta-style-two .entry-meta .cat-links::before {
	content: '\f07c';
}

.tg-meta-style-two .entry-meta .tags-links::before {
	content: '\f02c';
}

.tg-meta-style-two .entry-meta .comments-link::before {
	content: '\f075';
}

.tg-read-more-wrapper.tg-text-align--right {
	text-align: right;
}

.tg-read-more-wrapper.tg-text-align--center {
	text-align: center;
}

.tg-read-more-wrapper .tg-read-more {
	display: inline-block;
}

/*=============================================
=            Asides            =
=============================================*/
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments {
	border-top: 1px solid #e9ecef;
	padding-top: 2rem;
}

#comments .comment-list {
	list-style-type: none;
	margin-left: 0;
}

#comments .comment-list .children {
	list-style-type: none;
	margin-left: 2rem;
}

#comments .comment-list .comment-body {
	margin-bottom: 2rem;
}

#comments .comment-list .comment-meta {
	position: relative;
	margin-bottom: 0.5rem;
	min-height: 40px;
}

#comments .comment-list .comment-meta .comment-author img.avatar {
	position: absolute;
	left: 0;
	top: 0;
}

#comments .comment-list .comment-meta .comment-author .fn {
	margin-left: 3.5rem;
}

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

#comments .comment-list .comment-meta .comment-metadata {
	margin-left: 3.5rem;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
}

/*=============================================
=            Captions            =
=============================================*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*=============================================
=            Gallery            =
=============================================*/
.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;
}

.tg-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.tg-oembed-container iframe,
.tg-oembed-container object,
.tg-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .tg-oembed-container * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=============================================
=            footer            =
=============================================*/
.tg-site-footer .site-info {
	text-align: center;
	padding: 1rem 0;
}

.tg-site-footer .tg-site-footer-widgets {
	border-top: 1px solid #e9ecef;
}

.tg-site-footer .tg-site-footer-widgets ul li a {
	display: block;
}

.tg-site-footer .tg-footer-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0 25px;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--one .tg-footer-widget-area {
	width: 100%;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area {
	width: calc(50% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area {
	width: calc(33.33% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
	width: calc(25% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget--title-hidden .widget-title {
	display: none;
}

.tg-site-footer .tg-site-footer-bar {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 0 solid #e9ecef;
}

.tg-site-footer .tg-site-footer-bar .tg-container--flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tg-site-footer .tg-site-footer-bar p {
	margin: 0;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 15px;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px;
	text-align: right;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget li {
	text-align: right;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 {
	text-align: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 ul,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget li,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget li {
	text-align: center;
}

.tg-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #fff;
	background-color: #16181a;
}

.tg-scroll-to-top:hover {
	color: #fff;
	background-color: #269bd1;
}

.tg-scroll-to-top.tg-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tg-overlay-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.tg-overlay-wrapper.overlay-show {
	display: block;
}

@media (min-width: 769px) {
	.tg-site-header--left .tg-block--two {
		margin-left: 4em;
	}
}

/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 1024px) {
	.tg-site-layout--default .post-thumbnail {
		display: block;
		margin-left: calc(50% - 26vw);
		margin-right: calc(50% - 26vw);
	}
}

/*=============================================
=            Tablet Devices            =
=============================================*/
/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
	/* Page builder template */
	.page-template-pagebuilder #main .tg-container {
		padding-left: 0;
		padding-right: 0;
	}
	/* Boxed Layout */
	.tg-container--separate #primary {
		padding-right: 0;
	}
	.tg-container--separate #secondary {
		padding-left: 0;
	}
	/* Site Layout */
	.tg-site-layout--left #primary,
	.tg-site-layout--left #secondary {
		padding: 0;
	}
	.main-navigation {
		display: none;
	}
	.tg-site-header.tg-site-header--center .tg-primary-menu {
		display: none;
	}
	.tg-container--boxed .tg-site {
		width: 90%;
	}
	.tg-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Header Main */
	.tg-site-header--center .site-branding {
		margin-bottom: 1em;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tg-site-header--left .tg-block--two {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.tg-menu-item-search {
		margin-top: 0.5em;
	}
	.tg-menu-item-search a {
		display: none;
	}
	#primary {
		margin-bottom: 60px;
	}
	#primary.pagebuilder-content {
		margin-bottom: 0;
	}
	#primary,
	#secondary {
		width: 100% !important;
		padding: 0;
		border: none;
	}
	#secondary .widget:last-child {
		margin-bottom: 0;
	}
	.tg-site-footer .tg-footer-widget-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: 100%;
	}
	.tg-menu-item-cart .cart-page-link {
		display: inline-block;
	}
	.tg-menu-item-cart .cart-page-link .count {
		top: 0;
		right: -8px;
	}
}

@media screen and (max-width: 600px) {

	.tg-site-footer .tg-site-footer-bar .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0.8rem;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 .menu,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tg-page-header .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-page-header.tg-page-header--left-right .tg-page-header__title {
		margin-right: 0;
	}
	.tg-page-header.tg-page-header--left-right .breadcrumbs {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .tg-page-header__title {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .breadcrumbs {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.tg-mobile-navigation {
		width: calc(100% - 60px);
	}
	.site-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/* Header Action */
.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	margin-left: 10px;
	padding: 0.5em 0.8em;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle > button {
	background: initial;
	color: inherit;
	border: initial;
	padding: initial;
	line-height: 1;
}

.tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	margin-left: 0;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
	font-size: 1.5rem;
	line-height: 1.2;
}



/*####################################################*/
.tg-site-header{
	background:none;
	position:relative;
	width:100%;
	z-index:2;
}
.home .tg-site-header{
position:absolute;	
}
.site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}
.site-branding img{
	max-width:130px;
}
.home .site-branding img{
	max-width:200px;
}
.tg-site-header{
	border:none;
		background: #333;
}
.home .tg-site-header{
background:none;
}
.tg-site-header-top{
	padding:0;
}
.tg-site-header-top a{
	color:#fff;
	text-transform:uppercase;
	padding: 6px 10px!important;
	display:inline-block;
	letter-spacing:0.5px;
	font-size:14px;
}
#menu-item-626 a {
		border-right:1px solid #777;	border-left:1px solid #777;
}

.tg-site-header-top a:hover{
color:#009541;
}
.tg-site-header-top a:hover{
	background:rgba(0,0,0,0.2);
}


.tg-site-layout--default .content-area {
    max-width: none;
    margin: 0 auto;
}
.home .entry-header{
	display:none;
}

.home #content .tg-container{
    max-width: none;
}
header .tg-container{
	max-width: 1800px;
	width:96%;
	}
.tg-site-layout--default #primary {
    width: 100%;
    padding: 0;
}
.cs-slide{
	position:relative;
}
.cs-slide:after{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.1));
}
#post-2401 .cs-slide:after{
	background:none!important;
}


.tg-primary-menu > div ul li a {
    color: #fff;
	font-size:17px;
		font-weight:600;
}
.crellyslider>.cs-navigation {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 40px;
    text-align: center;
}
.crellyslider>.cs-navigation {
    width: 40px;
    right: 40px;
    top: 0;
    margin: auto;

}
.crellyslider>.cs-navigation>.cs-slide-link {
    display: block;
    margin: 12px 6px;
   border:2px solid #ccc;
	background:rgba(255,255,255,0.3);
	width:15px;
height:15px;
}
.crellyslider>.cs-navigation>.cs-slide-link.cs-active {
	background:rgba(255,255,255,0.8);
}
.cs-slide div{
	margin:0 auto!important;
	right:0;
}
.cs-slides h2{
	color:#fff;
	font-size:55px;
	line-height:60px;
	 text-align: center;
   left: 0!important;
	right:0!important;
  margin: 0 auto!important;
	width:90%;
	max-width:1200px;
	word-wrap: break-word;
	white-space: normal;
	font-weight:700;
}
.cs-slides h1 {
    color: #009541;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    left: 0!important;
    margin: 0 auto 15px;
	width:90%;
	white-space: normal;
}
#chisiamo{
	width:96%;
	max-width:1240px;
	margin:100px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#chisiamosx{
	width:48%;
}
#chisiamodx{
	width:48%;
}
#chisiamosx img{
	width:96%;
}
.home h6 {
    color: #009541;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}
#chisiamodx h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
}
#chisiamodx h2 strong{
	display:block;
	text-transform:uppercase;
		color:#5A606C;
	font-size:35px;
	line-height:1em
}
.home p {
    font-size: 16px;
    line-height: 23px;
}
#chisiamodx ul li {
    font-size: 16px;
    line-height: 28px;
	list-style-type:square;
	font-weight:500;
}
#chisiamodx ul li em{
	font-style:normal;
	color:#111;
	font-weight:600;
	text-transform:uppercase;
}

#chisiamodx ul li::marker {
  color: #009541;
}
#chisiamodx a {
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #FFFFFF;
    background-color: #5A606C;
    border-radius: 0px 0px 0px 0px;
    padding: 6px 25px;
	font-weight:600;
	letter-spacing:1px;
		position:relative;
	left:5px	
}
#chisiamodx a:hover {
background:#222;
}

#clienti{
	background:#f5f5f5;
	padding:60px 0;
}
#clientiwrap{
		width:96%;
	max-width:1240px;
	margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.clientisx{
	width:40%;
}
.clientisx h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
}
.clientisx h2 strong{
	display:block;
	text-transform:uppercase;
		color:#5A606C;
	font-size:35px;
	line-height:1em
}
.clientisx p strong {
    color: #a7a7a7;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}

.clientidx{
	width:54%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
}
.clientibox {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 20px 20px 100px;
    margin: 10px 0;
    position: relative;
		left:0px;
	transition: all 1s;
}
.clientibox:hover{
	left:20px;
	transition: all 1s;
}
.clientidx h3 {
	color: #111;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}
.clientidx i {
    color: #009541;
    font-size: 49px;
 
    position: absolute;
    left: 18px;
    top: 20px;
}

#servizi{
	width:100%;
	margin:100px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#servizi h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
	margin:5px 0;
}
#servizi h2 strong{
	text-transform:uppercase;
	color:#5A606C;
	font-size:35px;
	line-height:1em
}



.servizisx{
	width:10%;
}
.servizicx{
	width:40%;
	padding-top:30px;
}
.servizidx{
	width:40%;
}
.serviziboxes{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.servizibox{
	width:48%;
	  border: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
    margin: 10px 0;
    position: relative;
		left:0px;
	transition: all 1s;
}

.servizibox h3 {
	color: #111;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}
.servizibox p{
	padding-left:5px;
}
.servizibox i {
	color: #009541;
	font-size: 30px;
	margin-right: 7px;
}
.servizibox:hover{
	background:#111;
	background-image:linear-gradient(#111,#333);
}
.servizibox:hover h3{
	color:#fff;
}
.servizibox:hover p{
color:#ccc;
}
#news{
	background:#f5f5f5;
	padding:60px 0;
	margin:60px auto 0;
}
#newswrap{
	width:96%;
	max-width:1240px;
	margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.newssx{
	width:48%;
}
.newsdx{
	width:48%;
}
ul.display-posts-listing{
		display:flex;
	flex-wrap:wrap;
	flex-direction:column;
}
ul.display-posts-listing li {
	list-style-type: none;
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 50px 30px 75px;
	margin: 0 auto 55px;
}
.image {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	max-width: 250px;
}
.image img {
	border: 1px solid #ddd;
	max-height: 180px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.title {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
	padding-left: 15px;
	color: #5A606C !important;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
}

.date {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
	padding-left:15px;
	font-size:13px;
	color:#a7a7a7;
}
.excerpt {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
	padding-left: 15px;
	font-size: 14px;
	line-height: 19px;
}
.excerpt a {
	background-color: #009541;
	display: block;
	font-weight: 600;
	margin-top: 8px;
	padding: 3px;
	max-width: 95px;
	text-align: center;
	border: 1px solid #ccc;
	color: #fff!important;
}
.excerpt a:hover{
	background-color:#111;
	color:#fff!important;
}

#news h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
	margin:5px 0;
}
#news h2 strong{
	text-transform:uppercase;
	color:#5A606C;
	font-size:35px;
	line-height:1em
}
.newssx a {
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	color: #FFFFFF!important;
	background-color: #5A606C;
	border-radius: 0px 0px 0px 0px;
	padding: 6px 25px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}
.newssx a:hover {
	background:#111;
	color:#fff!important;
}
.entry-footer{
	display:none;
}
#post-2, #post-2 .entry-content{
	margin-bottom:0;
}
.footer-sidebar-1 {
	width: 32% !important;
	border-right: 1px dashed #444;
	box-sizing:border-box;
	padding:0 20px;
}
.footer-sidebar-1 p{
		font-size:16px;
		line-height:21px;
	margin-top:20px;
}
.footer-sidebar-2{
	width:26%!important;
	border-right: 1px dashed #444;
	box-sizing:border-box;
	padding:0 20px;
	line-height:19px;
}
.footer-sidebar-3{
	width:21%!important;
	border-right: 1px dashed #444;
	box-sizing:border-box;
	padding:0 20px;
	line-height:20px;
}
.footer-sidebar-4 {
	width:21%!important;
	box-sizing:border-box;
	padding:0 20px;
	text-align:center;
}
.widget_custom_html{
	margin:0;
}

.footer-sidebar-3 i {
	font-size: 9px;
	margin-right: 4px;
}
.footer-sidebar-2 i {
	font-size: 16px;
	margin-right: 4px;
}
#custom_html-2{
	text-align:center;
}
#custom_html-2 img{
	width:90%;
	max-width:300px;
	margin:5px auto 20px;
}
#custom_html-3{
	padding-left:20px;
	text-align:center;
}
#custom_html-3 h3 {
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#custom_html-3 img{
	width:140px;
	margin:0px auto 10px;
	display:block;
}

i.fa-facebook-f, .fa-youtube, .fa-instagram{
	font-size:20px;
	margin:0 6px 0 0;
}


#custom_html-4, #custom_html-5{
	padding-left:20px;
}
.widget .widget-title{
	text-transform:uppercase;
	letter-spacing:1px;
}
.hidic{
	opacity:0;
}
.textwidget{
	font-size:14px;
}
#custom_html-4 a:hover i{
	position:relative;
	left:2px;
}
#custom_html-5 img{
	width:90%;
	max-width:180px;
	margin-bottom:10px;
}
.tg-icon-bars::after {
	content: "";
	background: url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/03/bars.png) no-repeat center center/ 80%;
	width: 40px;
	display: block;
	position: relative;
	height: 40px;
}
.tg-icon-arrow-up:after {
	content: "";
	background-image: url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/03/gotop.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:80%;
	width: 40px;
	display: block;
	height: 40px;
}

.tg-icon-bars:hover:after {
background-color:rgba(0,0,0,0.9);
}
.tg-icon-arrow-up:hover:after {

background-color:rgba(0,0,0,0.9);	
}

#mobile-navigation{
	z-index:999;
}
.tg-overlay-wrapper{
		z-index:1;
}
#mobile-navigation a{
	font-weight:600;
	color:#5A606C
}
#mobile-navigation .tg-header-button-wrap{
	background:#009541;
}
#mobile-navigation a:hover{
	color:#222;
}
.single-post .tg-site-header-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	background:#222;
	position:relative;
}
.single-post .tg-site-header{
	position:relative;
}
.single-post .entry-content h3 {
	font-size: 23px;
	line-height:1.3em;
	margin:30px 0 5px;
	text-transform: uppercase;
	text-align:left;
}





.page-id-655 .tg-page-header, .page-id-832 .tg-page-header{
	display:none;
}
.pagetit{
	position:absolute;
	top:50%;
	text-align:center;
	width:96%;
	max-width:250px;
	margin:0 auto;
	left:0;
	right:0;
	border:2px solid #fff;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
}
.page-id-832 .pagetit{
		max-width:350px;
}
.introtesto{
	background:#f5f5f5;
	padding:50px 0;
	margin-bottom:120px;
}
.introtestowrap{
	width:96%;
	max-width:1200px;
margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.introtestosx {
    width: 33.333%;
    font-size: 2em;
    line-height: 1.3em;
    border-right: 1px dotted #ccc;
}
.introtestodx {
    width: 66.666%;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 1.1em;
    line-height: 1.4em;
}
.prodottiboxes {
	display: grid;
	grid-template-columns: 33.333% 33.334% 33.333%;
	grid-template-rows: 50% 50%;
	width: 96%;
	margin: 0px auto;
	max-width: 1920px;
}
.pbox {
	padding: 30px;
	background-color: #567;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: all 1s;
	min-height: 450px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.pb1{margin-right:12px;}
.pb2{margin-bottom:12px;}
.pb3, .pb7, .pb8{margin-right:12px;}
.pb5{margin-top:12px;margin-right:12px;margin-bottom:12px;}
.pb6{margin-top:12px;}


.pbox:hover{
	background-size:auto 110%;
	transition:all 1s;
}
.pb1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
background-image:url(https://serramentihqs.it/wp-content/uploads/serramenti-box-serramenti-hqs.jpg);
}
.pb2{
	grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
	background-size: auto 100%;
	background-image:url(https://serramentihqs.it/wp-content/uploads/scuri-box-serramenti-hqs.jpg);
	background-color:#ae9b8c;
	background-position:left center;
}
.pb2:hover{	background-size:auto 100%;;}
.pb3{
	grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
background-image:url(https://serramentihqs.it/wp-content/uploads/portoncini-box-serramenti-hqs.jpg);
}
.pb4{
	grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;    
	background-image:url(https://serramentihqs.it/wp-content/uploads/sistemi-utilizzati-box-home-serramenti-hqs.jpg);
}
.pb5 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
background-image:url(https://serramentihqs.it/wp-content/uploads/sistemi-oscuranti-box-serramenti-hqs.jpg);
		background-size:100% auto;
	background-position:center center;
}
.pb5:hover{	background-size:110% auto;}

.pb6{
	grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
background-image:url(https://serramentihqs.it/wp-content/uploads/porte-rasomuro-hqs-rigato-serramenti.jpg);
}

.pb7{
	grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
background-image:url(https://serramentihqs.it/wp-content/uploads/monoblocchi-isolanti-box-serramenti-hqs.jpg);
}

.pb8{
	grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;   
	background-image:url(https://serramentihqs.it/wp-content/uploads/pergola-bioclimatica-serramenti-hqs.jpg);		
}

.pb9:hover{
	background-size:110% auto;	
}
.pbox a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
}
.overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	 background: linear-gradient(to top, rgba(0,0,0,0.7),transparent, transparent);	
}

.pbox h4 {
	color: #fff;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}
.pbox h6 {
	color: #ddd;
	margin: 0;
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.pbox:hover  .overlay{
	 background: linear-gradient(to top, rgba(0,0,0,0.7),rgba(0,0,0,0.2));
}

.pbox h6 em {
	color: #fff;
	font-style: normal;
	display: block;
	width: 80px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 5px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 15px;
}
.pbox:hover h6 em{
background-color:#009541;
}
.prodottiboxes2{
	display:flex;
	 flex-wrap:wrap;
	 justify-content:centern;
		width:96%;
	max-width:1200px;
margin:0px auto;
}
.pbox2{
	margin:0.5% 0.5% 30px;
	position:relative;
	width:32.333%;
}
.pbox2 p{
	margin:0;
}
.pbox2img{
background-color:#222;
	background-position:center center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:auto 100%;
	transition:all 1s;
	min-height:300px;
	position:relative;
}
.pbox2img:hover{
	background-size:auto 110%;
	transition:all 1s;
}

.pb21 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/serramenti-box-hqs-rigato-serramenti.jpg);
		background-size:100% auto;
}
.pb22 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/scuri-box-hqs-rigato-serramenti.jpg);
}
.pb23 .pbox2img {
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/portoncini-box-hqs-rigato-serramenti.jpg);
}
.pb24 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/porte-interne-box-hqs-rigato-serramenti.jpg);
	background-size:100% auto;
}
.pb25 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/sistemi-oscuranti-box-hqs-rigato-serramenti.jpg);	
}
.pb26 .pbox2img {
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/zanzariere-box-hqs-rigato-serramenti.jpg);
}
.pb27 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/vetri-box-hqs-rigato-serramenti.jpg);
}
.pb28 .pbox2img{
background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/pergola-bioclimatica-box-hqs-rigato-serramenti.jpg);
}

.pb21 .pbox2img,.pb24 .pbox2img{
	background-size:110% auto;	
}
	
	
	


.pbox2img a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.pbox2 h4 {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0%;
    color: #666;
    text-align: left;
    font-size: 21px;
    letter-spacing: 1px;
	padding:20px 10px;
}
.pbox2 h4 a{
	color:#333;
}
.pbox2:hover h4 a{
	color:#009541;
}
.pbox2img a:hover{
	background:rgba(0,0,0,0.3)
}
.preventivoform{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.preventivosx{
	width:48%;
}
.preventivodx{
	width:48%;
}
.preventivoform input, .preventivoform textarea, 
.preventivoform select{
	width:100%;
}
.preventivoform label{
	width:100%;
}
.preventivoform textarea{
	height:130px;
}
.intropreventivo{
	text-align:center;
	margin-bottom:50px;
}
.intropreventivo h2 {
	color: #009541;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
}
.intropreventivo h2 strong {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1.2em;
}
#post-1033 .wpcf7-submit {
	display: block;
	margin: 30px auto 0;
	width: 100%;
	max-width: 200px;
	font-size: 20px;
	text-transform: uppercase;
	background:#5A606C;
}
#post-1033 .wpcf7-submit:hover {
	background:#222;
}
.privacyaccept {
	text-align: center;
	font-size: 13px !important;
	line-height: 17px !important;
}
.ajax-loader{
	position:absolute!important;
	right:0;
}
.privacyaccept input{
	position:relative;
	top:-1px;
}

#menu-item-1078, #menu-item-1079, #menu-item-1080{
	display:none;
}
.showroom{
	display:flex;
	flex-wrap:wrap;
	margin-top:60px;
	align-items:center;
}



.srcx{
	max-width:500px;
	width:50%;
	margin-right:50px;
}
.srsx p{
	font-size: 16px!important;
	line-height: 24px!important;
}
.srdx{
	width:100%;
	margin-top:50px;
	
}
.srsx strong {
	color:#009541;
	display:block;
	text-transform:uppercase;
	margin: 30px 0 7px;
	letter-spacing:1px;
	text-align:center;
}

.prenotacalendar{
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF !important;
	background-color: #5A606C;
	border-radius: 0px 0px 0px 0px;
	padding: 13px 20px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}


.page:not(.home) .tg-site-header {
	background: #111;
	position:relative;
}
.page:not(.home) article{
	margin:0 auto;
	max-width:1200px;
	width:96%;
}

.page-id-655 article{
	margin:0 auto!important;
	max-width:none!important;
	width:100%!important;
}
.parent-pageid-655 article{
	margin:0 auto!important;
	max-width:1600px!important;
	width:100%!important;
}

.page:not(.home) .tg-page-header__title {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1em;
}
.page:not(.home) .tg-page-header .breadcrumb-trail ul li::after {
	padding: 0 7px;
	font-size: 13px;
	color: #999;
	font-family: "poppins" !important;
	vertical-align: middle;
	content: "/";
	position: relative;
	top: -3px;
}
.posts-navigation .nav-links .nav-previous a::before, .post-navigation .nav-links .nav-previous a::before{
	padding: 0 7px;
	font-size: 13px;
	color: #999;
	font-family: "poppins" !important;
	vertical-align: middle;
	content: "<";
	position: relative;
	top: -2px;
}
.posts-navigation .nav-links .nav-next a::after, .post-navigation .nav-links .nav-next a::after {
	padding: 0 7px;
	font-size: 13px;
	color: #999;
	font-family: "poppins" !important;
	vertical-align: middle;
	content: ">";
	position: relative;
	top: -2px;
}


.page:not(.home) .tg-page-header {
	padding: 20px 0;
	width: 96%;
	max-width: 1215px;
	margin: 50px auto 20px;
}
.page:not(.home) header .tg-container {
	width: 96%;
}
.page:not(.home) article p{
font-size:15px;
	line-height:23px;
}
#post-1004 img {
	margin: 10px 1%;
	display: block;
	border: 1px solid #ccc;
	width: 48%;
	float: left;
}
#post-1004 .download {
	margin: 30px auto;
	width: 90%;
	max-width: 150px;
	background: #222;
	color: #fff;
	text-align: center;
	display: block;
	padding: 8px 12px;
}
.archive .tg-page-header, .single-post .tg-page-header{
	width: 96%;
max-width: 1215px;
margin: 50px auto 20px;
}
.archive .tg-page-header__title, .single-post .tg-page-header__title {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1em;
	padding: 20px 0;
}
.archive #primary, .single-post #primary {
	width: 100%;
	padding-right: 0px;
	display:flex;
	flex-wrap:wrap;
}
.archive #secondary, .single-post #secondary{
	display:none;
}
.archive #primary article{
	width:31.333%;
	margin:1%;
	border:1px solid #ddd;
	border-radius:5px;
}
.archive #primary article .entry-title {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	width: 90%;
	margin: 0 auto 10px;
}
.archive #primary article .entry-title a{
	color:#333;	
}
.archive #primary article .entry-title a:hover{
	color:#009541;	
}

.date {
	font-size: 13px;
	color: #a7a7a7;
}
.archive #primary article .entry-meta, .single-post #primary article .entry-meta {
	text-align: center;
	color: #999;
}
.byline, .cat-links{
	display:none!important;
}
.archive #primary article a.tg-read-more, .single-post #primary article a.tg-read-more {
	background-color: #009541;
	display: block;
	font-weight: 600;
	margin: 8px auto 0;
	padding: 3px;
	max-width: 95px;
	text-align: center;
	border: 1px solid #ccc;
	color: #fff !important;
}
.archive #primary article a.tg-read-more:hover, .single-post #primary article a.tg-read-more:hover {
background:#333;	
}
.archive #primary article .entry-content, .single-post #primary article .entry-content {
	padding: 0 20px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.ms-skin-black-2 .ms-bullet {
	border: solid 0px white!important;
	border-radius: 100%;
	background-color:#ccc!important;
}
.ms-skin-black-2 .ms-bullet:hover, .ms-bullet-selecte{
	background-color:#333!important;
}
.ms-skin-black-2 .ms-nav-next, .ms-skin-black-2 .ms-nav-prev {
	border: solid 0px rgb(255, 255, 255)!important;
}
.introprpage {
	margin: 0px auto!important;
	width: 96%;
	font-size: 16px !important;
	text-align: center;
}
.intropagesingle {
		text-align: left;
}


.introprpage p {
	font-size: 16px;
	line-height: 23px;
}
.introprpage a {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #FFFFFF !important;
	background-color: #5A606C;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 25px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin: 20px auto 0;
	text-align:center;
}
.introprpage a:hover{
background:#333;	
}
.parent-pageid-655 .wpcf7-form, .parent-pageid-1333 .wpcf7-form, .parent-pageid-1305 .wpcf7-form, .parent-pageid-1404 .wpcf7-form, .parent-pageid-1347 .wpcf7-form{
	width:96%;
	margin:0 auto;
	max-width:1000px;
}
.parent-pageid-655 .wpcf7-form .wpcf7-submit, .parent-pageid-1333 .wpcf7-form .wpcf7-submit, .parent-pageid-1305 .wpcf7-form .wpcf7-submit, .parent-pageid-1404 .wpcf7-form .wpcf7-submit, .parent-pageid-1347 .wpcf7-form .wpcf7-submit{
	display:block;
	margin:30px auto 0;
	width:90%;
	max-width:150px;
	text-transform:uppercase;
	font-size:20px;
}
.parent-pageid-655 .master-slider, .parent-pageid-1333 .master-slider, .parent-pageid-1305 .master-slider, .parent-pageid-1404 .master-slider, .parent-pageid-1347 .master-slider{
	margin-top:60px!important;
	margin-bottom:100px!important;
}
.parent-pageid-655 .privacyaccept, .parent-pageid-1333 .privacyaccept, .parent-pageid-1305 .privacyaccept, .parent-pageid-1404 .privacyaccept, .parent-pageid-1347 .privacyaccept {
	margin-bottom:100px;
}

.parent-pageid-655 .tg-page-header, .parent-pageid-1333 .tg-page-header, .parent-pageid-1305 .tg-page-header, .parent-pageid-1404 .tg-page-header, .parent-pageid-1347 .tg-page-header {
	margin: 20px auto 20px!important;
}

.parent-pageid-655 h2, .parent-pageid-1333 h2, .parent-pageid-1305 h2, .parent-pageid-1404 h2, .parent-pageid-1347 h2 {
	color: #009541;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align:center;
}
.parent-pageid-655 h2 strong, .parent-pageid-1333 h2 strong, .parent-pageid-1305 h2 strong, .parent-pageid-1404 h2 strong, .parent-pageid-1347 h2 strong {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1.2em;
}
.parent-pageid-655 .tg-page-header__title,.page-id-1033 .tg-page-header__title, .single-post .tg-page-header__title, .page-id-1482 .tg-page-header__title,.parent-pageid-1333 .tg-page-header__title,.parent-pageid-1305 .tg-page-header__title,.parent-pageid-1404 .tg-page-header__title,.parent-pageid-1347 .tg-page-header__title,.parent-pageid-1452 .tg-page-header__title, .parent-pageid-1482 .tg-page-header__title, .page-id-1883 .tg-page-header__title{
	opacity: 0;
	font-size: 0px !important;
}
.prpagetitform {
	color: #333;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1.2em !important;
	text-align: center;
	text-transform: uppercase;
	margin:150px auto 50px !important;
}
.ms-info{
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	color: #FFFFFF;
	background-color: #5A606C;
	border-radius: 0px 0px 0px 0px;
	padding: 6px 25px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	left: 5%;
	display:inline-block;
}
.sottocatpr {
	text-align: left;
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 600px;
}
.sottocatpr p {
	width: 31.333%;
	margin: 1%!important;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	font-size:16px;
	line-height:23px;
}
.sottocatprscuri{
max-width: 400px!important;
}
.sottocatprscuri p{
width: 48%!important;
}
.paginaprodotto{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:120px;
}
.paginaprodottosx{
width:48%;	
}
.paginaprodotto .introprpage{
width:48%;	
}


.ms-slide-info {
	bottom: -120px !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
}
	.ms-info{
		left:0;
	}	

 .tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a{
	color:#fff!important;
	text-decoration:none!important;
	border:none!important;	 
}
 .tg-primary-menu > div ul li.current_page_item > a:before, .tg-primary-menu > div ul li.current-menu-item > a:before, .tg-mobile-navigation > div ul li.current_page_item > a:before, .tg-mobile-navigation > div ul li.current-menu-item > a:before{
display:none!important;	 
}
.current-menu-item{
	color:#fff!important;
	text-decoration:none!important;
	border:none!important;
}
 .tg-primary-menu > div ul li.current_page_item > a:hover, .tg-primary-menu > div ul li.current-menu-item > a:hover, .tg-mobile-navigation > div ul li.current_page_item > a:hover, .tg-mobile-navigation > div ul li.current-menu-item > a:hover{
	color:#009541!important;
	
}

#post-1452 img{
	display:block;
	margin:0 auto;
}
#post-1452 br{
	display:none;
	}

.single-post article{
	margin:0 auto;
}
.single-post article h1 {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1em;
}
.realizzazioniboxes{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.realizzazionibox{
	width:48%;
	margin:1%;
	height:350px;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#333;
	transition:all 1s;
	position:relative;
}
.realizzazionibox:hover{
	background-size:110% auto;
	transition:all 1s;
}
.rb1{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-A1.jpg");}
.rb2{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-B8.jpg");}
.rb3{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-C1.jpg");}
.rb4{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-D7.jpg");}
.rb5{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-E6.jpg");}
.rb6{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-F1.jpg");}
.rb7{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-G6.jpg");}
.rb8{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-H1.jpg");}
.rb9{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/hqs-rigato-serramenti-realizzazioni-J8.jpg");}
.rb10{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/06/hqs-rigato-serramenti-realizzazioni-k5.jpg");}
.rb11{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2021/06/hqs-rigato-serramenti-realizzazioni-l3.jpg");}
.rb12{background-image:url("https://hqsrigatoserramenti.it/wp-content/uploads/2022/06/progetto12-2-hqs-rigato-serramenti.jpg");}


.realizzazionibox a{
position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:2;
}

.realizzazionibox:hover a{
background:rgba(0,0,0,0.2);	
}

.realizzazionibox h3{
	color:#fff;
	font-size:20px;
	text-align:center;
	position:relative;
	z-index:5;
	text-transform:uppercase;
}
.parent-pageid-1482 article {
	margin: 0 auto;
	max-width: 1600px!important;
	width: 96%;
}
.parent-pageid-1482 .foogallery{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.parent-pageid-1482 .foogallery .fg-item{
	width:32.933%;
	margin:0.2%;
}
.parent-pageid-1482 .foogallery .fg-item-inner{
	border:none;
}
.richiediaccesso {
    text-align: center;
    border: 2px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    width: 96%;
    max-width: 500px;
    background: #f5f5f5;
    margin: 50px auto;
}
.paginaprogettisti{
	display:none;
}
.logged-in .paginaprogettisti{
	display:block;
}
article#post-832{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}

.rowprodotti {
	display: flex;
	flex-wrap: wrap;
	margin: 75px auto;
	justify-content: space-between;
	width:96%;
	max-width:1400px;
}
.rowprodotti .rowbox {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background:#eee;
	justify-content: space-between;
	margin-bottom:30px;
}
.rowbosx{
	width:45%;
	text-align:center;
	position:relative;
}
.rowbodx{
	width:55%;
}
.rowbosx a {
	width: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	height: 100%;
	z-index: 3;
	color:#009541!important;
	font-size:22px;
	padding-top:50%;
}

.rowbosx strong {
	font-size: 30px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 33px;
	margin: 0px 5px;
	color: #333;
}
.rowbox:hover{
	background:#333;
}
.rowbox:hover .rowbosx strong, .rowbox:hover .rowbosx a{
	color:#fff;
}
.intropergola p {
	max-width: 900px;
	margin: 0 auto 20px;
	width: 96%;
	text-align: left;
}
article#post-1422{
	max-width:1200px!important;
	width:96%!important;
}
article#post-1422 .paginaprodottosx img{
	display:block;
	margin:0 auto;
	max-height:650px;
}
#cmplz-document{
	max-width:1200px;
}

.su-gen{
	background:#e10b69;
}
.su-syn{
	background:#38ba9d;
}
.su-d70{
	background:#a8a9ad;
}
.su-nef{
	background:#292526;
}

.rowprodottisut .rowbox{
	align-items:center;
	border:2px solid transparent;
}
.rowprodottisut .rowbox:hover{
	background:#fff;
}
.rowprodottisut .rowbox.su-gen2:hover{
	border:2px solid #e10b69;
}
.rowprodottisut .rowbox.su-d702:hover{
	border:2px solid #a8a9ad;
}
.rowprodottisut .rowbox.su-syn2:hover{
	border:2px solid #38ba9d;
}
.rowprodottisut .rowbox.su-nef2:hover{
	border:2px solid #292526;
}


.rowprodottisut .rowbosx a {
	width: 100%;
	position: relative;
	display: block;
	top: 0px;
	left: 0;
	z-index: 3;
	color: #111 !important;
	font-size: 22px;
	padding: 90px 20px;
}
.rowbodx {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}
.rowprodottisut .rowbodx p{
margin:0;
}
.rowprodottisut .rowbodx a {
	width: 100%;
	position: absolute;
	height:100%;
	z-index:33;
	display: block;
}
.rowprodottisut .rowbosx strong {
	color: #fff;
	min-height:65px;
}
.rowprodottisut .su-nef a{
color:#009541!important;
}
.rowprodottisut .rowbodx i {
	font-size: 12px;
	margin: 0 5px 0px 0;
	position: absolute;
	top: 15px;
	left: 0;
}
.rowprodottisut .rowbodx:hover a {
color:#fff;	
}
.rowprodottisut .rowbodx table{
	margin:0 auto;
	width:90%;
}
.rowprodottisut .rowbodx table td {
	padding: 10px 10px 10px 20px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	border:none;
}


.introsut {
	padding:30px;
	margin:40px auto;
	font-size:17px;
line-height:25px;
}
.introsut p {
	font-size:17px!important;
line-height:25px!important;
}
.isutgen{
	background:#e10b69;
	color:#fff;
}
.isutsyn{
	background:#38ba9d;
	color:#fff;
}
.isutdes{
	background:#a8a9ad;
	color:#fff;
}
.isutnef{
	background:#292526;
	color:#fff;
}

.introsut h2 {
	color: #fff!important;
	float: left;
	width: 35%;
	border-right: 2px solid #fff;
	margin: 0 40px 0 0;
	font-size: 22px;
	padding: 0 0 10px;
}
.introsut h2 strong{
display:block;
font-size:33px;
		color: #fff!important;
}

.parent-pageid-1452 .paginaprodottosx {
	width: 38%;
	text-align: right;
	margin: 0 5%;
}
.parent-pageid-1452 .paginaprodottosx img {
	max-width: 300px;
}

.parent-pageid-1452 .paginaprodotto {
	flex-direction: row-reverse;
	margin:80px auto;
}

#post-1825 .paginaprodotto em{
	color:#e10b69!important;
display:block;
	margin:10px 0;
	font-style:normal;
}
#post-1847 .paginaprodotto em{
	color:#38ba9d!important;
display:block;
	margin:10px 0;
	font-style:normal;
}
#post-1855 .paginaprodotto em{
	color:#999!important;
display:block;
	margin:10px 0;
	font-style:normal;
}
#post-1859 .paginaprodotto em{
	color:#009541!important;
display:block;
	margin:10px 0;
	font-style:normal;
}

.parent-pageid-1452 h2 strong {
	text-transform: uppercase;
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

.spdown {
	font-size: 11px;
	line-height: 12px;
	position: relative;
	top: 2px;
	left: 1px;
}

.page-id-1874 .tg-page-header{
	display:none;
}

#post-1874{
	max-width:100%;
	width:100%;
}
#post-1874 iframe{
border:none;	
	margin:-60px auto 50px;
	width:100%;
	max-width:1800px;
	display:block;
}


#post-1883{
	max-width:100%;
	width:100%;
}


.kaleidoboxes{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px auto;
	width:96%;
	max-width:1200px;
}
.kaleidobox {
	width: 24%;
	margin: 0.5%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius:3px;
	position:relative;
}
.kaleidobox img {
	max-width: 140px;
	margin: 10px auto;
}
.kaleidobox h4{
	font-size:22px;
}
.kaleidobox p{
text-align:left;
}
.kaleidobox a {
	display: inline-block;
	margin: 0px auto;
	background: #ddd;
	text-align: center;
	max-width: 117px;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	text-align: center;
	box-sizing: border-box;
	left: 0;
	right: 0;
	letter-spacing: 0.5px;
	padding: 3px;
	border-radius: 30px;
	color: #222 !important;
}
.kaleidobox:hover a {
color:#fff!important;
	background:#009541;
}

.kaleidobox:hover{
	background:linear-gradient(#fff,#eee);
	
}

#post-1883 h1 {
	display: block;
	text-transform: uppercase;
	color: #5A606C;
	font-size: 35px;
	line-height: 1.2em;
	text-align:center;
}
#post-1883 h1 strong{
color:#009541;
}
#post-1883 h3{
	color: #333;
	text-align: center;
	font-size: 23px;
	margin: 0px auto 18px;
}
#post-1883 p.kaleidointro {
	text-align: left;
	max-width: 750px;
	margin: 0 auto;
	width:96%;
}

.kaleidopx {
	background-image: url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/06/kaleido-bg-hqs-rigato-serramenti.jpg);
	background-attachment: scroll;
	background-position: center center;
	height: 450px;
	margin: 100px auto;
	background-size: cover;
}


.kaleidosection{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px auto 150px;
	width:96%;
	max-width:1200px;	
}
.kaleidosectionsx{
	width:38%;
	margin-bottom:60px;
}
}
.kaleidosectionsx img{
	width:96%;
	max-width:280px;
	display:block;
	margin:0 auto;
}
.kaleidosectiondx{
	width:56%;
}
.kaleidosectiondx h2 {
	padding: 20px 0 0;
	font-size: 25px;
	color: #5A606C;
}
.kaleidosectiondx h2 strong{
color: #009541;
}
.kaleidosectiondx p{
	color:#51585f;
}
.esempikaleido{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}
.esempikaleido img{
	margin-bottom:30px;
}

.
.esempikaleido p{
	width:100%;
	margin:0 0 5px;
}
.esempikaleido h5 {
	margin: 0px 3px 5px;
	text-transform: uppercase;
	font-size: 17px;
}
.esempikaleido h6 {
	color: #5A606C;
	margin: 0 3px;
	font-size: 15px;
}

.linkprev{
	background:#009541;
	font-weight:600;
}
.linkprevmobile{
	display:none;
}
.post-password-form{
	margin:200px auto;
	text-align:center;
}
.kaleidonewsimg{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kaleidonewsimg img{
width:24%;	
}
.post-thumbnail{
	text-align:center;
}
.single .post-thumbnail img{
	margin:0 auto;
	display:block;
	width:Auto;
	max-height:600px;
}

#post-2080{
	margin:60px auto 200px;
}
#post-2080 textarea{
height:140px;
font-size:13px;
}
#post-2080 p{
	font-size:19px;
	line-height:27px;
	text-align:center;
}
#post-2173 .blocks-gallery-grid{
	width:96%;
	margin:0 auto;
	max-width:900px;
}
#post-2173 .blocks-gallery-item img{
		display:block;
		margin:0 auto;
max-height:300px;
	}
.category-news article .post-thumbnail img{
	max-height:260px;
	width:auto;
}
.single-post #post-2309 .post-thumbnail,.single-post #post-2309 .entry-meta{
	display:none;
}
#post-2309 h2 {
	text-transform: uppercase;
	font-size: 19px;
	color: #009541;
	letter-spacing: 1px;
}
#post-2309 h2 strong{
font-size:40px;	
}
#post-2309 .introprpage h2{
	letter-spacing: opx;
}
#post-2309 .introprpage h2 strong{
font-size:20px;	
	color:#222;
}

#post-2390 h2 strong {
	text-transform: uppercase;
	font-size: 30px;
	color: #333;
	font-weight: 500;
}
#post-2390 .paginaprodottosx img {
	max-width: 300px;
}
#post-2390 .paginaprodotto {
	flex-direction: row-reverse;
	margin: 80px auto;
}
#post-2390 .paginaprodottosx {
	width: 38%;
	text-align: right;
	margin: 0 5%;
}
	.single-post #post-2401, #P_MS64c8fd765fb3d{
		max-width:100%;
		margin-top:100px!important;
	}



.portpvcwrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.portpvcwrap img {
	width: 32.333%;
	margin: 0.5%;
}


.page-template-default .purposes-header-title{
	font-size:30px!important;
}

.page-template-default .iubenda-cs-cwa-button{
	color:#222!important;
}

.fbx-caption{
	display:none!important;
}




/*###########################*/
@media screen and (max-width: 1400px) {
		.servizisx{
		width:0%;
	}
	.servizicx {
	width: 50%;
}
	.crellyslider > .cs-navigation {
	right: 0px;
}
.pbox2img{
	background-size:auto 100%;
	}
	.pbox2img:hover{
	background-size:auto 110%;
	}
		.site-branding img{
	max-width:150px;
}
	.tg-primary-menu > div ul li a {
	font-size: 15px;
}
}

@media screen and (max-width: 1200px) {
footer .tg-container {
	max-width: 96%;
}
	.tg-header-button-wrap{
		position:absolute;
		top:120px;
		right:0;
	}
	.main-navigation.tg-primary-menu > div ul li.tg-header-button-wrap a {
	border-radius: 20px 0 0 20px;
}
.pbox {
	min-height: 370px;
}
.home .site-branding img {
	max-width: 150px;
}
.tg-primary-menu > div > ul > li {
	margin: 9px;
}	
.tg-site-header-bottom {
 padding-top: 10px;
}	
}

@media screen and (max-width: 1024px) {
	.newssx, 	.newsdx, .servizicx, .servizidx, .clientisx, .clientidx, #chisiamosx, #chisiamodx{
		width:96%;
		margin:20px auto;
	}
	.servizidx img{
		max-width:600px;
		display:block;
		margin:10px auto;
		width:100%;
	}
	#chisiamo{
		flex-direction:column-reverse;
	}
		#chisiamosx img{
		max-width:600px;
			display:block;
			margin:20px auto;
	}
	.site-branding img{
	max-width:100px;
}
	.tg-primary-menu > div ul li a {
	font-size: 15px;
}
.tg-primary-menu > div > ul > li {
	margin: 1em 6px;
}
	.pbox2{
		width:49%;
	}	
	
	.prodottiboxes {
	display: flex;
	width: 96%;
	margin: 0px auto;
	max-width: 1920px;
	flex-wrap: wrap;
}
.pbox {
	width: 49%;
	background-size: auto 100% !important;
}	
.pbox:hover {
	background-size: auto 110%!important;
}	
	.pb1{
		background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/serramenti-box2-hqs-rigato-serramenti.jpg);
		margin-bottom: 12px;
	}	
	.pb6{
		background-image:url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/05/porte-interne-box2-hqs-rigato-serramenti.jpg);
		margin-bottom: 12px;
		background-position:top left;
	}
	.pb5{
		background-size:100% auto!important;
	}
	.pb5:hover{
		background-size:110% auto!important;
	}	
	
	.pb8{
		margin-right:0px;
	}
	
.pagetit {
	top: 34%;
	max-width: 150px;
	font-size: 24px;
}	
.home .site-branding img {
	max-width: 120px;
}
.rowprodotti .rowbox {
	width: 96%;
	margin: 0 auto 50px;
}	
.introsut h2 {
	width: 50%;
}
.home .site-branding img {
	max-width: 100px;
}
.kaleidobox {
	width: 49%;
}	
.tg-site-header--left .tg-block--two {
	margin-left: 1em;
}	
.tg-primary-menu > div > ul > li {
	margin: 1em 5px;
}	
}

@media screen and (max-width: 900px) {
.tg-primary-menu > div ul li a {
	font-size: 13px;
}

}

@media screen and (max-width: 768px) {
	.tg-footer-widget-container{
		flex-direction:row!important;
	}
	.tg-footer-widget-area{
		width:32.333%!important;
	}
	.footer-sidebar-1{
		width:100%!important;
	}	
.tg-container {
	padding-left: 0px;
	padding-right: 0px;
}	
#servizi, #clienti, #chisiamo {
	margin: 40px auto;
}
	#servizi{
		width:96%;
	}
	
	.site-branding img{
	max-width:90px;
		margin:10px;
}
.tg-site-header-bottom {
	padding-top: 0em;
	padding-bottom: 0em;
}	
.didslid h2{
		font-size:15px!important;
		line-height:21px!important;
	}

.didslid h1{
		font-size:12px!important;
	line-height:16px!important;
	margin-bottom:3px;
	}
.didslid h1 strong{
		font-size:12px!important;
	line-height:16px!important;
	}	
.tg-header-button-wrap {
	position: relative;
	top: 0px;
	right: auto;
}	
	#custom_html-5{
		padding-left:20px;
	}
	#custom_html-2 img {
	max-width: 200px;
}
	.tg-site-footer-section-1{
		font-size:13px;
		line-height:19px;
	}
	.preventivosx{
	width:98%;
}
.preventivodx{
	width:98%;
}
	.page:not(.home) .tg-page-header__title {
	font-size: 28px;
}
	.showroom{
	display:flex;
	flex-wrap:wrap;
	margin-top:60px;
		flex-direction:column;
}
	.srcx{
		text-align:center;
		width:96%;
		margin:0 auto;
		
	}
	.srcx img{
		display:block;
		margin:0 auto;
	}	
	.srsx{
		text-align:center;
		margin-top:20px;
	}	
.srsx strong {
	max-width: 300px;
	margin: 30px auto 10px;
}
	.tg-header-button-wrap a{
		color:#fff!important;
	}	
.menu-item-1079, .menu-item-1078 {
	background: #eee;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ddd;
	margin: 5px auto 0px;
}
.menu-item-1079:hover, .menu-item-1078:hover {
	background:#333;
	}
.menu-item-1079:hover a, .menu-item-1078:hover a {
	color:#fff!important;
	}	
	
	#mobile-navigation .tg-header-button-wrap{
		text-align: center;
	text-transform: uppercase;
			margin: 5px auto 0px;
	}
.archive #primary article{
	width:48%;
}	
		
.pbox {
	width: 96%;
	background-size: auto 100%!important;
		margin:5px auto;
	max-width:600px;
	min-height: 450px;
}	
.pbox:hover {
	width: 96%;
	background-size: auto 110%!important;
}		
.introtestosx {
	width: 96%;
	font-size: 1.6em;
	line-height: 1.3em;
	border-right: 0px dotted #ccc;
	text-align: center;
	margin-bottom: 30px;
}
.introtestodx {
	width: 96%;
	font-size: 1em;
}
.introtesto {
	margin-bottom: 50px;
}
.parent-pageid-1482 .foogallery .fg-item{
	width:49.6%;
	margin:0.2%;
}
.home .site-branding img {
	max-width: 90px;
}
	 .tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a{
	color:#5A606C!important;
}
	.tg-page-header .breadcrumb-trail ul li {
	font-size: 13px;
}
	.archive .tg-page-header, .single-post .tg-page-header {
	margin: 0px auto 0px;
}
	.rowprodotti .rowbox {
	margin: 0 auto 20px;
}
	.paginaprodotto {
	flex-direction: column;
}
.paginaprodotto .introprpage {
	width: 98%;
	margin-bottom: 50px !important;
}	
.paginaprodottosx {
	width: 98%;
}
.paginaprodottosx img{
	max-width:100%;
	display:block;
	margin:0 auto;
	max-height:500px;
	}
	.pb6{
		background-position:left center;
	}
	.pb5{
	background-size: 100% auto!important;
	}		
.pbox:hover{
	background-size:auto 100%;
	transition:all 1s;
}
	.pb5:hover{
	background-size: 110% auto!important;
	}	


.introsut h2 {
	float: none;
	width: 100%;
	border-right: 0px solid #fff;
	margin: 0 auto 20px;
	font-size: 22px;
	padding: 0 0 10px;
	text-align: center;
}
	.parent-pageid-1452 h2, .parent-pageid-1452 .introprpage p{
		text-align:center;
	}	
.parent-pageid-1452 .paginaprodottosx {
	width: 98%;
	text-align: center;
	margin: 0 5%;
}
	.parent-pageid-1452 .paginaprodottosx img{
		max-width:250px;
	}	
.kaleidopx {
	height: 350px;
	margin: 50px auto;
}	
.kaleidosectionsx {
	width: 98%;
	margin-bottom: 40px;
}
.kaleidosectionsx img {
	margin:0 auto;
	display:block;
	max-width:300px;
}	
.kaleidosectiondx {
	width: 94%;
	margin: 0 auto;
}	
.kaleidosection {
	margin: 50px auto 100px;
}
.tg-mobile-toggle::after {
	content: "MENU'";
	color: #fff;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: -7px;
	letter-spacing: 1px;
	right: 12px;
}
}


@media screen and (max-width: 600px) {
.kaleidobox {
	width: 99%;
}
}





@media screen and (max-width: 480px) {
		.tg-footer-widget-container{
		flex-direction:column!important;
	}
.tg-footer-widget-area {
	width: 96% !important;
	margin: 20px auto;
}
ul.display-posts-listing li {
	display: flex;
	margin: 0 auto 20px;
	flex-direction: column;
	text-align:center;
}
	.excerpt a {
	margin: 10px auto;
}
	.image {
	display: block;
	text-align: center;
	margin: 30px auto 10px;
}
	#news h2, #servizi h2, #clienti h2, #chisiamo h2 {
	font-size: 25px;
}
	#news h2 strong, #servizi h2 strong, #clienti h2 strong, #chisiamo h2 strong {
	font-size: 25px;
	line-height: 30px;
}
	.home p {
	font-size: 14px;
	line-height: 19px;
}
	.newssx a {
	font-size: 14px;
	line-height: 20px;
	padding: 6px 15px;
}
	.home h6 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
	ul.display-posts-listing {
margin-left:0;
}
	.servizibox {
	width: 100%;
	margin: 3px 0;
}
	.clientidx i {
	font-size: 40px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0 auto;
}
	.clientibox {
	padding: 20px 20px 20px 20px;
}
	.clientibox:hover{
	left:10px;
}
	.clientidx h3 {
	font-size: 18px;
	margin-bottom: 8px;
	text-align: center;
}
.servizibox h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.site-branding img{
	max-width:60px;
}
.pbox2{
		width:99%;
	}	
	header .tg-container {
	max-width: 1800px;
	width: 90%;
}
	.pb5{
	background-size: auto 100% !important;
	}	
	.pb5:hover{
	background-size: auto 110% !important;
	}	
.tg-icon-bars::after {
	background: url(https://hqsrigatoserramenti.it/wp-content/uploads/2021/03/bars.png) no-repeat center center/ 50%;
}	
	.tg-site-header-top {
display:none;
}
	#menu-item-1078, #menu-item-1079, #menu-item-1080{
	display:none;
}
.archive #primary article{
	width:96%;
	margin:1% auto;
}	
.sottocatpr p {
	width: 96%;
}	
.parent-pageid-1482 .foogallery .fg-item{
	width:99.6%;
	margin:0.2%;
}	
.single-post article h1 {
	font-size: 24px;
}
	.tg-page-header .breadcrumb-trail ul li {
	font-size: 11px;
}
	.tg-page-header__title{
		display:none;
	}	
	.page-id-1002 .tg-page-header__title, .category-news .tg-page-header__title{
		display:block;
	}	
	.rowprodotti .rowbox {
	flex-direction: row;
		border:none;
}
	.rowbodx, .rowbosx {
	width: 100%;
		border:none;
}	
.rowbosx a {
	padding:80px 20px 20px;
	position:relative;
	}
	.pagetit {
	top: 20%;
	max-width: 120px;
	font-size: 16px;
}	
.rowprodottisut .rowbosx a {
	padding: 10px 20px;
}	
.rowprodottisut .rowbox{
		flex-direction:column;
	border:2px solid transparent;
	}	
	.rowprodottisut .rowbodx{
		height:auto;
		padding:40px 0;
	}
	
.parent-pageid-1452 h2 strong {
	font-size: 23px;
}	
.home .site-branding img {
	max-width: 60px;
}	
	.kaleidopx {
	height: 250px;
	margin: 30px auto;
}	
	.kaleidosectionsx img {
	max-width:280px;
}	
	.esempiokaleidobox {
	width: 96%;
	margin-bottom: 25px;
}
.linkprevmobile {
	display: block;
	background: #009541;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
	.linkprevmobile a{
		color: #fff!important;	
	}
	.linkprevmobile:hover {
	background:#333;	
	}
	.kaleidonewsimg img{
width:49%;	
}
	.tg-mobile-toggle{
		margin-top:-15px;
	}
	.tg-mobile-toggle::after {
	bottom: -3px;
}
}


.galleryid-2752 .gallery-item {
	border: 5px solid #fff;
	box-sizing: border-box;
	margin: 0;
}
.galleryid-2813  .gallery-item {
	border: 5px solid #fff;
	box-sizing: border-box;
	margin: 0;
}

.archive #primary article .entry-meta, .single-post #primary article .entry-meta {

	display: flex;
	flex-direction: column;
}


/*############################################################################*/
/*############################################################################*/
/*############################################################################*/
	

	
	
