/*
Theme Name:     Flash - child
Template:       flash
*/
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600i,700');*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('☺'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

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

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

	height: 100%;
}

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

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

body {
	height: 100%;
	background: #fff;
}

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

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

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

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

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

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

a img {
	border: 0;
	padding: 10px;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	/*font-family: 'Titillium Web', sans-serif;*/
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	/*font-family: "Montserrat", sans-serif;*/
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	/*font-family: "Montserrat", sans-serif;*/
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #000;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

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

figure {
	margin: 0;
}

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

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

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

p {
	margin: 0 0 30px;
}

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

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

input[type="button"], input[type="reset"], input[type="submit"] {
	background: #333;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	transition: background 0.5s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

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

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

a:hover {
	color: #000;
}

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

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

.clear {
	clear: both;
}

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

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

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

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

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

.hidden {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flash_inherit_color h3 {
	color: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#primary {
	float: left;
	width: 65.5%;
}

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

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

#scroll-up {
	background-color: #30afb8;
	border-radius: 3px;
	bottom: 20px;
	color: #fff;
	display: none;
	padding: 10px 16px;
	position: fixed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
	right: 20px;
}

.post-navigation {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 85px!important;
}

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

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

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

.site {
	background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

#spinners {
	width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

.header-top .left-content {
	flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.social-menu li a {
	background-color: #fff;
	border-radius: 100%;
	font-size: 12px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #99a3b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#site-navigation ul li a {
	font-size: 14px;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	color: #30afb8;
}

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

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

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

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

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

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

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

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

#site-navigation ul li a {
	color: #4c5867;
}

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

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

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

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

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

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

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

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

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

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

.header-bottom {
	background: #fff;
}

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

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

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

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

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

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

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

.header-bottom .search-icon {
	cursor: pointer;
	color: #99a3b0;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #9ca6b2;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-icon:hover {
	border-color: #30afb8;
	color: #30afb8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.transparent-logo {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
	background: #30afb8;
	color: #fff;
	float: left;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	position: relative;
}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tg-service-widget .service-title-wrap {
	color: #313b48;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 15px;
}

.tg-service-widget .service-title-wrap a:hover {
	color: #30afb8;
}

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

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

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

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

.tg-service-widget .service-more:hover {
	color: #1c9ba4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.team-wrapper .team-title {
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-container .testimonial-title {
	color: #313b48;
	font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#top-footer {
	background-color: #313b48;
	padding: 80px 0 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#bottom-footer {
	padding: 20px 0;
	background-color: #28313d;
}

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

#bottom-footer .copyright-text {
	color: #fff;
	font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.footer-menu li a {
	color: #fff;
	font-size: 12px;
}

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

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

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

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

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

.entry-content,
.entry-summary {
	margin-top: 12px;
}

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

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

#primary .entry-footer span a {
	font-size: 12px;
}

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

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

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

.entry-meta a {
	font-size: 12px;
	color: #8e8e8e;
}

.entry-footer a {
	font-size: 12px;
	color: #8e8e8e;
}

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

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

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

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

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

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

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

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

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

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

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

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

#secondary .widget ul li a {
	font-size: 12px;
}

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

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

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

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

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

.widget_post_list .entry-content-block .entry-title a {
	font-size: 12px;
}

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

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

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

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

#primary .post .entry-content-block .entry-content {
	border: none;
	 color: #58595f;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

    /*padding-top: 30px;*/
}

.post .entry-content-block {
    padding-top: 0px;
	
}
.full-width-archive #primary .post {
	margin-bottom: 50px;
	width: 100%;
}

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

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

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

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

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

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

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

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

.entry-content-block .entry-title {
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single .entry-content-block .entry-title {
	font-size: 20px;
}

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

.single .entry-content-block .entry-meta a {
	font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

.author-description .author-description-block .author-summary {
	font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-posts-wrapper .entry-title {
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#respond {
	padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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








/* -------------------------------- Custom Css -------------------------------- */

@font-face {
	font-family: 'Avenir-Bold';
	src: url('fonts/AvenirNextLTPro-Bold.otf');
}
@font-face {
	font-family: 'Avenir-Regular';
	src: url('fonts/AvenirNextLTPro-Regular.otf');
}

@font-face {
	font-family: 'Baskerville-Bold';
	src: url('fonts/libre-baskerville.ttf');
}


/*@font-face {
	font-family: 'Baskerville';
	src: url('fonts/Baskerville.ttc');
}
*/

body {
	font-family: 'Avenir-Regular';
	/*font-family: 'Avenir-Bold', sans-serif;*/

	/*font-family: 'Avenir-Next', sans-serif;*/
	color: #95a0a7;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
/* .site-main{
	position: relative;
	overflow: hidden;
} */
h1 {
	font-weight: 700;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Avenir-Bold', sans-serif;

}
h2 {
	font-weight: 400;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Avenir-Bold', sans-serif;

}
h3 {
	font-family: 'Avenir-Bold', sans-serif;
	/*font-family: 'Playfair Display', serif;*/
	font-weight: 400;
	font-size: 32px;
}

/* header start */
.header-bottom .search-box {
	position: initial;
	opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9;
}
.header-bottom .search-icon {
	display: none;
}
.header-bottom .tg-container {
	justify-content: space-between;
}
.header-bottom .tg-container:before, .header-bottom .tg-container:after {
	content: none;
	display: block;
}
.header-bottom .logo {
	float: unset!important;
}
.header-bottom .site-navigation-wrapper {
	float: unset!important;
	-webkit-box-flex: unset; 
    -ms-flex: unset;
     flex: unset; 
}
.header-bottom .header-action-container {
	float: unset!important;
}
.header-bottom .search-wrap {
	padding: 0!important;
	display: none;
}
.header-bottom .search-box {
	box-shadow: none;
}
.header-bottom .search-box button[type="submit"] {
	float: left;
	background-color: #ffffff;
}
.search-submit .fa {
	color: #acadb3;
}
.header-bottom .search-box .search-field {
	border: none;
	outline: none;
}
.header-bottom .search-box .search-field::placeholder {
	color: #acadb3;
}
#site-navigation ul li a {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;

    padding-bottom: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
#site-navigation ul.sub-menu li a{
	/*display: block;*/
	color: #4c5867!important;
}
#site-navigation ul li a:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    /*background: #ffffff;*/
    background: #fac911;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#site-navigation ul li a:hover:before,  #site-navigation ul li.current-menu-item > a:before {
	right: 0%;
}

#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a {
	color: #4c5867;
}
/* header end */

#flash-breadcrumbs {
	/*display: none;*/
}
.entry-content, .entry-summary {
	margin-top: 0;
}

.vc_row.hero {
	/*background-image: url(/wp-content/uploads/2019/06/home-banner-blog-big.jpg);*/
	background-image: url(/wp-content/uploads/2019/11/5-1.jpg);
	min-height: 600px;
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.vc_row.hero h1 {
	color: #ffffff;
	text-align: center;
	font-size: 62px;
}
.vc_row.you-are-avatar {
	min-height: 600px;
	/*background-attachment: fixed!important;*/
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.vc_row.you-are-avatar h2 {
	font-size: 52px;
	line-height: 1.2;
	color: #ffffff;
}

.vc_row.you-are-avatar p {
	font-size: 18px;
	color: #ffffff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

	font-weight: 400;
}

.vc_row.you-are-avatar a, .vc_row.we-gotham .bottom-link a,
.more-btn{
	font-size: 16px;
	color: #000000;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Avenir-Bold';*/
	font-family: 'Playfair Display', serif;

	font-weight: 600;
	/*text-transform: uppercase;*/
}
.more-btn{
	color: #fff;
}
.vc_row.you-are-avatar a {
	color:#ffffff;
}
.vc_row.you-are-avatar a:hover, .vc_row.we-gotham .bottom-link a:hover ,
.more-btn:hover{
	color: #fac911;
}
.vc_row.you-are-avatar a:before, .vc_row.we-gotham .bottom-link a:before,
.more-btn:before{
	content: '';
    border-top: solid 2px #1d2938;
    display: inline-block;
    width: 5rem;
    margin-right: 12px;
    transform: translateY(-0.4rem);
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.vc_row.you-are-avatar a:before,
.more-btn:before{
	border-top: solid 2px #fff;
}
.vc_row.you-are-avatar a:hover:before, .vc_row.we-gotham .bottom-link a:hover:before,
.more-btn:hover:before{
	border-top: solid 2px #fac911;
}
.yellow {
	color: #fac911;
}
.vc_gitem-post-data {
	font-size: 18px;
	color: #acadb3;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

	margin-bottom: 0px!important;

}
/*.vc_gitem-post-data-source-post_categories {
	font-size: 18px;
	color: #acadb3;
	font-family: 'Open Sans', sans-serif;
}*/

/* home GRID START */
.vc_row.we-gotham {
	padding-top: 50px!important;
	padding-bottom: 30px!important;

}
.vc_row.we-gotham .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini{
	display: flex;
	margin-bottom: 25px;
}
.vc_row.we-gotham .vc_grid {
	/*padding: 0 25px;
	border-left: 2px solid #1d2938;*/
	/*padding-bottom: 20px;*/
}
.post-grid-block{
	border-left: 2px solid #1d2938;
}
.vc_row.we-gotham blockquote{
	border-right: none;
}
/*vc_pageable-slide-wrapper*/

.vc_row.we-gotham .vc_gitem-animated-block {
	width: 35%;
}
.vc_row.we-gotham .vc_gitem-zone-c {
	width: 65%;
	background-color: #ffffff!important;
    display: flex;
    align-items: center;
}
.vc_row.we-gotham .vc_grid p {
	margin-bottom: 0;
}
.vc_row.we-gotham .vc_gitem_row .vc_gitem-col {
	padding: 0 10px 0 10px;
}
.vc_row.we-gotham h4 {
	font-size: 18px;
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'Avenir-Regular';*/
	font-family: "Montserrat", sans-serif;

	font-weight: 400;
	margin: 0;
	/*padding-top: 11%;*/
	line-height: 1.2;

}
.bottom-link {
	padding-left: 3%;
}
.bottom-link p {
	margin-top: -24px!important;
	padding-left: 43px;
}
/* home GRID END */



blockquote {
	/*border-left: 2px solid #fac911;*/
	border-left: 2px solid #1d2938;
    margin: 0;
    padding: 0 25px;
    border-right: 2px solid #1d2938;
    font-style: normal;
    font-size: 18px;
}
.vc_row.we-gotham p {
	font-size: 18px;
	color: #58595f;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Avenir-Regular';*/
	font-family: "Montserrat", sans-serif;

	font-weight: 400;
}
.header-bottom {
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}




.widget_polylang a:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: '';
}
.widget_polylang a img {
	display: none;
}

/* GERMANY */
.widget_polylang a[lang="de-DE"]:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: url(/wp-content/uploads/2019/06/germany.png)
}
.widget_polylang a[lang="de-DE"]:hover:before, .widget_polylang li.current-lang a[lang="de-DE"]:before{
	content: url(/wp-content/uploads/2019/06/germany-shadow.png)
}

/* Great Britain */
.widget_polylang a[lang="en-GB"]:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: url(/wp-content/uploads/2019/06/united-kingdom.png)
}
.widget_polylang a[lang="en-GB"]:hover:before, .widget_polylang li.current-lang a[lang="en-GB"]:before {
	content: url(/wp-content/uploads/2019/06/united-kingdom-shadow.png)
}

/* Russian */
.widget_polylang a[lang="ru-RU"]:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: url(/wp-content/uploads/2019/08/russian.png)
}
.widget_polylang a[lang="ru-RU"]:hover:before, .widget_polylang li.current-lang a[lang="ru-RU"]:before{
	content: url(/wp-content/uploads/2019/08/russian-shadow.png)
}

/* France */
.widget_polylang a[lang="fr-FR"]:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: url(/wp-content/uploads/2019/08/france.png)
}
.widget_polylang a[lang="fr-FR"]:hover:before, .widget_polylang li.current-lang a[lang="fr-FR"]:before{
	content: url(/wp-content/uploads/2019/08/france-shadow.png)
}

/* Spain */
.widget_polylang a[lang="es-ES"]:before {
	/*padding-top: 15px;*/
	width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
	content: url(/wp-content/uploads/2019/06/spain.png)
}
.widget_polylang a[lang="es-ES"]:hover:before, .widget_polylang li.current-lang a[lang="es-ES"]:before{
	content: url(/wp-content/uploads/2019/06/spain-shadow.png)
}

/* footer start */
#top-footer {
	background-color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	border-top: solid 1px #f2f2f2;
}
#top-footer .tg-container {
	padding-top: 10px;
}
#top-footer .logo-text {
	font-size: 24px;
	font-weight: 400;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Avenir-Regular';

	color: #000000;
	white-space: nowrap;
}

#menu-footer-menu {
	display: flex;
	justify-content: flex-end;
}
#polylang-2 ul {
	display: flex;
    justify-content: flex-end;
    list-style: none;
}
#bottom-footer {
	display: none;
}
#top-footer .widget {
	margin-bottom: 10px;
}
#top-footer .widget p {
	margin-bottom: 10px;
}
#top-footer .widget a img {
	padding-top: 0px;
}
#top-footer .copyright {
	color: #828282;
	text-align: center;
}
#polylang-2 li:after {
	display: none;
}
#nav_menu-2 img {
	max-width: initial;
}
.footer-mail{
	font-weight: 500;
}

/* footer end */




/* ----- Blog Start ----- */
.single .entry-content-block .entry-title {
	color: #58595f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}
.single-post .entry-content-block p {
	font-size: 18px;
    color: #58595f;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

}
.entry-title.hidden {
	display: block;
}
.first-post .entry-content-block .entry-title{
	padding-bottom: 15px;
}
.posts-area .entry-content-block .entry-title{
	border-bottom: 1px solid #B5BFD0;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 15px;
	text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.first-post .entry-content-block .entry-content{
	margin-top: 10px;
}
.posts-area .entry-content-block .entry-content p{
	margin-bottom: 15px;
	    color: #58595f;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

}
.single.single-post .site-content .tg-container {
	max-width: 100%;
}
.single .entry-content-block{
	max-width: 835px;
	margin:0 auto;
	padding-top: 20px;
}
.single .entry-thumbnail {
	margin: 0 0 70px 0;
	padding-top: 90px;
	background-color: #F7F8F9;
	float: none;
	text-align: center;
	/*background-image: url(/wp-content/uploads/2019/06/lines-left.png), url(/wp-content/uploads/2019/06/blog.png);*/
	background-image: url(/wp-content/uploads/2019/06/lines-left.png);
	/*background-size: auto, auto;*/
	background-size: auto;
	/*background-position: left -120px bottom 50px, top 60px left 15%;*/
	background-position: left -120px bottom 50px;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}


.navigation, .comments-area {
	max-width: 1200px;
	margin:0 auto;
	display: block;
}
.comment-reply-title {
	width: 100%;
    padding-top: 50px;
}
.blog .entry-thumbnail-wrapper {
	max-height: 284px;
	overflow: hidden;
    
}
.blog .entry-thumbnail-wrapper a {
	display: flex;
    align-items: center;
}
.blog .entry-thumbnail-wrapper a img {
	padding: 0;
}
.single .entry-thumbnail .entry-thumbnail-wrapper {
	max-width: 1140px;
	width: 100%;
	height: 410px;
	margin: 0 auto -60px;
	position: relative;

	display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .entry-thumbnail-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
}
.back-to-blog {
    position: absolute;
    top: 120px;
    left: 5px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 100px 10px 66px;
    background-image: url(/wp-content/uploads/2019/06/arrow-black.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.back-to-blog a {
    color: #006db0;
    font-weight: 700;
}
#respond #commentform .form-submit input {
	background-color: #1d92e2;
	border: solid 1px transparent;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 600;
}
#respond #commentform .form-submit input:hover {
	background-color: #ffffff;
	border: solid 1px #1d92e2;
	color: #1d92e2;
}
#respond #commentform p {
	padding-bottom: 0;
}
.comment-reply-title:before {
	margin: 0;
	flex: 0;
}
.post a:hover {
	color: #1d92e2!important;
}

.entry-meta span:hover i {
	color: #1d92e2;
}
.blog .post {
	/*width: 29.6%;*/
	/*margin-right: 5.5%;*/
	/*float: left;*/
	width: 30%;
}
/*.blog .post:nth-child(3n+3) {
	margin-right: 0px;
}*/
.blog .post:nth-child(3n+1){
	clear: both;
}
.blog .entry-content-block {
	width: 100%;
}
.posts-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#primary {
	width: 100%;
}
.blog .back-to-blog {
	display: none;
}
.first-post-wrapper .post {
	width: 100%;
	display: flex;
}
.first-post-wrapper .entry-content-block {
	width: 50%!important;
	float: left;
	padding-right: 50px;
}
.first-post-wrapper .entry-thumbnail {
	width: 50%!important;
	float: right;
}
.first-post-wrapper .entry-thumbnail img {
	width: 100%;
}
.blog .tg-container {
	max-width: 100%;
}
.first-post-wrapper  {
	max-width: 1200px;
    margin: auto;
}
.first-post {
	/*background-color: #F7F8F9;*/
	background-image: url(/wp-content/themes/flash/images/post-bg.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
	padding: 30px 0 30px;
	margin-bottom: 65px;
}
.header-bottom .tg-container {
	max-width: 1200px;
	position: relative;
}
.posts-area {
	max-width: 1200px;
	margin:0 auto;

	padding-left: 15px;
    padding-right: 15px;
}
.blog-heading h1 {
    color: #454545;
    font-weight: 600;
    font-size: 50px;
    padding: 5px 0 15px;
/*    background-image: url(/wp-content/uploads/2019/06/blog.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;*/
    text-align: center;
}
.blog-subheading{
	max-width: 800px;
	text-align: center;
	margin: 0 auto 30px;
	/* font-size: 20px;
	color:#35412b; */
}
.blog #top-footer .tg-container {
	max-width: 1200px!important;
}
.blog-heading {
    max-width: 1200px;
    /*margin: 0 auto 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4DAE5;*/
}
.first-post .entry-title a {
	color: #006db0;
	font-size: 30px;
}
.first-post .entry-title a:hover {
	color: #1d92e2;
}
.first-post .entry-thumbnail img {
	height: auto!important;
}
.services-tabs-more {
    font-size: 14px!important;
    position: relative;
}
.services-tabs-more:after {
    top: 8px!important;

}
.first-post .entry-content p {
	margin-top: 10px;
}
.blog .post .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
}
.blog .post .entry-thumbnail img {
	width: 100%;
	height: auto;
}
.blog .header-bottom, .single-post .header-bottom, .category .header-bottom, .author .header-bottom {
	/*background: #c2c2c2;*/
	background-image: url(/wp-content/uploads/2019/06/banner-main.jpg) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*.single-post #main {
	padding-top: 65px;
}*/
.category #main, .author #main {
	padding-top: 150px;
}
.category aside, .author aside {
	display: none;
}
.vc_gitem-zone{
	transition: 0.4s all ease;
	background-size: 100%!important;
}
.vc_gitem-zone .vc-zone-link:before{
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	content: '';
	background-color: rgba(0,0,0,0.4);
	transition: 0.4s all ease;
}
.vc_grid-item-mini:hover .vc_gitem-zone{
	/*background-size: 105%!important;*/
}
.vc_grid-item-mini:hover .vc-zone-link:before{
	opacity: 1;
}

.blog .entry-meta, .blog .entry-footer {
	display: none;
}
.vc_grid {
	margin-top: 30px;
}
/* blog end */


/* inner page start */

.vc_row.inner-hero {
	min-height: 600px;
	background-position: bottom 31% center !important;
}
.inner-hero>.wpb_column>.vc_column-inner {
	padding-top: 0!important;
}

.inner-hero h1 {
	margin-top: 0;
	font-size: 62px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Avenir-Regular';
	

}
.site-branding .site-title{
	font-family: 'Baskerville-Bold', sans-serif;

	margin: 0!important;
}
.inner-hero h1 span {
	color: #ffffff!important;
}
.inner-section {
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
	/*font-family: 'Open_Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

	font-size: 18px;
	color: #000000;
}
.inner-section h2 {
	/*font-family: 'Open_Sans', sans-serif;*/
	font-family: 'Avenir-Bold';

	font-size: 34px;
	margin-top: 10px;
	font-weight: 600;
}
.inner-section h3 {
	/*font-family: 'Open_Sans', sans-serif;*/
	font-family: 'Avenir-Bold';


	font-size: 24px;
	color: #cbc4be;
	font-weight: 600;
}

.vc_row.plane {
	background-image: url(/wp-content/uploads/2019/06/travel.png) !important;
    background-position: right 20% bottom!important;
    background-repeat: no-repeat !important;
    background-size: 21% !important;
}

.margin-zero {
	margin: 0!important;
}

.vc_row #slider_music .owl-nav {
	text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 164px;
}
.vc_row #slider_music .owl-nav .owl-prev {
	position: initial;
	margin-top: 0!important;
    margin-right: 15px;
	outline: none;
	background: url(/wp-content/uploads/2019/06/arrow-point-to-right.png) no-repeat center center !important;
}

#slider_music .owl-nav .owl-next {
	position: initial;
	outline: none;
	margin-left: 15px;
	margin-top: 0!important;
	background: url(/wp-content/uploads/2019/06/arrow-point-to-left.png) no-repeat center center !important;
}
a.btn-link-orange {
	font-size: 14px;
	color: #ff9944!important;
	font-weight: 600;
	/*transition: all ease-in-out 2s;*/
	/*transition: all 0.5s ease-out;*/
}
a.btn-link-orange:hover:after {
	padding-left: 20px;
}

a.btn-link-orange:after {
	content: url(/wp-content/uploads/2019/06/arrow-orange.png);
	padding-left: 10px;
	transition: all 0.3s ease-out;

}
.flex-padding-right {
	padding-right: 7%!important;
}
.flex-padding-left {
	padding-left: 7%!important;
}

.post-section .vc_grid-item .vc_grid-item-mini {
	display: flex;
	flex-direction: row-reverse;
}
.post-section .vc-gitem-zone-height-mode-auto:before {
	padding-top: 72%;
}
.post-section  .vc_gitem-animated-block {
	width: 35%;
}
.post-section .vc_gitem-zone-c {
	width: 65%;
	padding-right: 5%;
	background-color: #ffffff!important;
}
.post-section .vc_grid-item:nth-child(2) .vc_gitem-zone-c {
	padding-right: inherit;
	margin-left: 5%;
}
.post-section .vc_grid-item:nth-child(2) .vc_grid-item-mini {
	display: flex;
	flex-direction: row;
}
.post-section .vc_grid-item:nth-child(2) .vc_gitem-col {
	padding: 0px 0px 0px 20px!important;
}
/*.post-section .vc_gitem-zone-c .vc_grid-item-mini {

}*/
.post-section .vc_btn3-container {
	/*position: absolute;*/
	/*left: 0px;*/
	/*bottom: 0;*/
	margin-bottom: 0!important;
}
.post-section .vc_grid-item:nth-child(2) .vc_btn3-container {
	left: 20px;
}
.post-section .vc_gitem_row .vc_gitem-col {
	padding: 0px 20px 0px 0px!important;
	position: inherit;
}
.post-section .vc_custom_heading h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.post-section .vc_grid-item p {
	color: #000000;
	font-weight: 400;
}
.post-section .vc_btn3-container a {
	text-transform: uppercase;
	border: none!important;
	background-color: #ffffff!important;
	text-align: left!important;
	padding: 0!important;
}
.post-section .vc_gitem-post-data-source-post_categories {
	display: inline-block;
}
.post-section .vc_gitem-post-data-source-post_date div:before {
	content: '/';
	padding: 10px 15px 10px 10px;
}
.post-section .vc_gitem-post-data-source-post_date  {
	display: inline-block;
}
.post-section .vc_gitem-post-data-source-post_date, .post-section .vc_gitem-post-data-source-post_categories {
	display: none;
}
.percent-margin {
	margin-left: 5%;
}
.percent-padding {
	padding-left: 5%;
}




.video-container .vc_column-inner {
	position: relative;
}
.video-container .wpb_text_column {
	position: absolute;
	bottom: 20px;
	left: 80px;
	color: #ffffff;
}
.video-container .wpb_text_column p {
	font-size: 28px;
}
.video-container .wpb_raw_html {
	text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 164px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.video-container .wpb_raw_html img {
    padding: 15px 30px 15px 24px;
}

.lil-posts .vc_gitem-zone {
	background-size: cover!important;
}
#slider_music .owl-item .sa_hover_container {
	background-size: cover!important;
}
.pum-theme-172 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
	border-radius: 50%!important;
	height: 31px!important;
}

.pum-theme-lightbox .pum-container {
	border: none!important;
	border-radius: 5px!important;	
}
.pum-theme-lightbox .pum-container .wpb_video_widget {
	margin-bottom: 0px!important;
}
.pum-theme-lightbox .pum-container .wpb_video_widget iframe {
	border-radius: 5px;
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
	padding-bottom: 50px!important;
}
/* inner page end */



/* pop UP start */
.popmake {
    padding: 0!important;
}
.popmake-close {
	background-color: #1d92e2!important;
	outline: none;
}
.popmake .popmake-title {
	text-align: center!important;
	font-weight: 600!important;
	margin-bottom: 20px;
	color: #1d92e2!important;
}
.popmake .right-side {
	width: 50%;
	padding: 50px 25px 25px 25px;
	background-color: #ffffff;
	border-radius: 5px;
}
.popmake .right-side h5 {
	color: #22212e;
	font-size: 24px;
	font-family: 'Myriad Pro Regular';
	letter-spacing: 2px;
}
.popmake .left-side-wrapper {
	width: 100%;
}
.popmake .left-side {
	width: 50%;
	display: flex;
    align-items: center;
    text-align: center;
}
.popmake .left-side h5 {
	color: #ffffff;
	font-size: 36px;
	font-family: 'Myriad Pro Regular';
	letter-spacing: 2px;
}
.popmake .left-side p {
	font-size: 11px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
.popmake-close {
	color: #8a9095!important;
    background-color: #ffffff!important;
    height: 28px;
    width: 28px;
    font-size: 32px!important;
}
.popmake .remember-me {
	display: flex;
	align-items: center;
}
.popmake .remember-me label {
	padding-left: 5px;
	font-size: 11px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #000000;
}
@media(max-width: 620px) {
	.popmake {
		min-width: 300px!important;
	}
}
@media(max-width: 430px) {
	.popmake .right-side {
		width: 100%!important;
	}
	.popmake .left-side {
		display: none!important;
	}
}

#scroll-up {
	display: none!important;
}
.custom-form-wrapper {
	display: flex;
	background-image: url(/wp-content/uploads/2019/07/login-bg-2-1.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	border-radius: 5px;

}
.custom-form-wrapper input {
	/*border: solid 1px transparent;*/
	border: none;
	border-bottom: solid 1px #b9c1c7;
	/*border-radius: 3px;*/
	/*background-color: #eaeaea;*/
	/*text-align: center;*/
	margin: 10px 0;
	padding-left: 0!important;
}
.custom-form-wrapper input:focus {
	outline: none;
	border: none;
	border-bottom: solid 1px #1d92e2;
}

.custom-form-wrapper .input-wrapper {
	text-align: center;
}
.custom-form-wrapper input[type="submit"] {
    padding: 15px 55px!important;
    margin: 20px 0;
	text-transform: uppercase;
	border-radius: 25px;
	background-color: #1d92e2;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: center;
}

.custom-form-wrapper p {
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
}
.custom-form-wrapper p a {
	color: #1d92e2;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-decoration: underline;
	color: #8a9095;
}

.custom-form-wrapper .form-group label {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: text;
    background-color: transparent;
    /*padding: 0 2px;*/
    z-index: 5;
    font-weight: 400;
    /*opacity: 0.6; */
        font-family: "Montserrat";
}
.custom-form-wrapper .form-control + label.label-up{
    background-color: #fff;
    top:-7px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
}
.custom-form-wrapper .form-group {
	position: relative;
	margin-bottom: 0px;
}
.custom-form-wrapper form {
	padding-top: 15px;
}
.custom-form-wrapper h5 {
	margin: 0;
}

/*pop UP end*/

.post-body.entry-content a, .first-post-wr a{
	color: #006db0;
    font-weight: 700;
}
.post-body.entry-content a:hover, .first-post-wr a:hover {
	color: #58595f!important;
}

#primary-menu>li:nth-child(1), #primary-menu>li:nth-child(2), #primary-menu>li:nth-child(3) {
	display: none;
}
.single-post .entry-footer {
	display: none;
}
/*#primary .post .entry-content-block .entry-content {
	margin-top: 30px;
}*/
.spider_popup_wrap {
	background-color: rgba(0, 0, 0, 0.30)!important;
}
.bwg_thumbnail.bwg_container .search_line {
	box-shadow: none;
}
.aiovg-videos a img, .aiovg-categories a img {
	padding: 0px!important;
}
.aiovg-link-title {
	font-size: 16px!important;
}
.aiovg-link-category {
	font-size: 12px!important;
}
.aiovg-views {
	margin-top: 0px!important;
}

.single-aiovg_videos .back-to-blog, .single-aiovg_videos aside {
	display: none;
}
.aiovg-social {
	display: none;
}
/*.aiovg-videos div:nth-child(1) {
	display: flex!important;
}
.aiovg-videos .aiovg-row {
	display: none;
}*/
/* .aiovg-videos-template-classic .aiovg-row:nth-child(1) {
	display: none;
} */
.tablenav-pages_0 {
	margin-top: 15px!important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
	font-size: 45px!important;
	padding-bottom: 8px!important;
}
#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
	font-size: 19px!important;
}
.pagination-links_0 {
	/*font-size: 26px;*/
	display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-links_0 a {
	display: flex;
    align-items: center;
    padding-bottom: 7px;
}
.page-template-full-width .aiovg-category {
	display: none!important;
}
.aiovg-views  {
	font-size: 12px!important;
}
.aiovg-categories-template-grid .aiovg-thumbnail img {
	object-fit: cover;
	width: 100%!important;
}
.aiovg-count {
	margin-top: 0!important;
}
.aiovg-title {
	font-family: "Montserrat";
}
.bwg_close_btn {
	    font-size: 22px;
    padding: 5px;
}


/* animation up*/

.container-s {
  position: relative;
  width: 24px;
  height: 55px;
  transform: rotate(180deg);
  margin: auto;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 6s ease-out infinite;
}

.chevron:first-child {
  animation: move 6s ease-out 2s infinite;
}

.chevron:nth-child(2) {
  animation: move 6s ease-out 4s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}


#post-147 .entry-thumbnail img {
	object-position: top;
}
/*.first-post {
	padding-right: 3%;
}*/
.first-post h2 {
    font-weight: 700;
    font-family: monospace;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 0;
}
.first-post p {
	font-size: 16px;
	margin-bottom: 10px;
    color: #58595f;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Avenir-Regular';

}


#primary-menu .pll-parent-menu-item img {
	padding: 0;
	width: 20px;
    margin-bottom: 2px;
/*    position: absolute;
    left: -14px;
    top: 8%;*/
} 

#top-footer .email {
	color: #9e9998;
    text-align: right;
}
/*.first-post-wr img {
	padding-right: 8%;
}*/




.header-bottom .header-action-container {
	width: 28%;
}
.header-bottom .logo {
	/* width: 24%; */
	display: flex;
	justify-content: center;
}

.header-bottom .site-navigation-wrapper {
	width: 28%;
	/*position: relative;*/
}





@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
#custom_html-3 .textwidget {
	display: flex;
  	justify-content: center;
  	align-items: center;
}

/**/
@media(max-width: 1200px) {
	.first-post-wrapper, .blog .posts-area {
		margin: 0 auto;
		padding: 0 2%;
		width: 94%;
	}

	.blog .site-content .tg-container {
		padding: 0!important;
		margin: 0!important;
		width: 100%!important;
	}
	#site-navigation ul li {
		padding: 23px 15px 23px 0;
	}
}
@media(max-width: 981px) {
	/*
	.single .header-bottom, .blog .header-bottom {
		height: 90px;
	}*/
	.flex-padding-right {
		padding-right: 0!important;
	}
	.flex-padding-left {
		padding-left: 0!important;
	}
	.percent-padding {
		padding-left: 0;
	}
	.percent-margin {
		margin-right: 0;
	}
	.post-section .vc_grid-item .vc_grid-item-mini {
		display: block!important;
	}
	.post-section .vc_gitem-animated-block {
		width: 100%!important;
	}
	.post-section .vc_gitem-zone-c {
		width: 100%!important;
		padding-right: 0!important;
		margin-left: 0!important;
	}
	.post-section .vc_grid-item {
		width: 49.4%;
	}
	.post-section .vc_grid-item:nth-child(2) .vc_gitem-col {
		padding: 0!important;
	}
	.post-section .vc_grid-item:nth-child(2) .vc_btn3-container {
		left: 0!important;
	}
	.header-action-container {
		display: block!important;
	}
	.header-action-container #site-navigation{
		display: none!important;
	}
	.logo {
		margin: auto!important;
	}
	#primary-menu li:nth-child(1), #primary-menu li:nth-child(2), #primary-menu li:nth-child(3) {
		display: block;
	}
}



@media(max-width: 768px) {
	.vc_row.we-gotham .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0px;
		padding-bottom: 15px;
	}
	.vc_row.we-gotham .vc_gitem-post-data {
		font-size: 13px;
	}
	.vc_row.we-gotham h4 {
		font-size: 19px;
	}
	rs-bullets.tp-bullets {
		display: none!important;
	}
	.rs-layer p {
		text-align: center!important;
	}


}
@media(max-width: 767px) {
	
	.vc_row.we-gotham .vc_pageable-slide-wrapper:before,
	.vc_row.we-gotham .vc_pageable-slide-wrapper:after {
		display: none;
	}
	
	rs-fullwidth-wrap,
	rs-module-wrap,
	rs-module,
	rs-slides {
/* 		min-height: -webkit-fill-available; */
		min-height: calc(100vh - 166px) !important;
		max-height: 100% !important;
/* 		min-height: 100vh !important; */
/*     min-height: -webkit-fill-available !important; */
/* 		height: calc(100vh - calc(100vh - 100%)); */
	}
	
/* 	rs-slides rs-slide:nth-child(1) rs-sbg {
		
		background-image: url(https://www.benchmark.com.es/wp-content/uploads/2020/04/read-m.jpg)!important;
	}
	
		rs-slides rs-slide:nth-child(2) rs-sbg {
		
		background-image: url(https://www.benchmark.com.es/wp-content/uploads/2020/04/hear-m.jpg)!important;
	}
	
		rs-slides rs-slide:nth-child(3) rs-sbg {
		
		background-image: url(https://www.benchmark.com.es/wp-content/uploads/2020/04/watch-m.jpg)!important;
	}
	
		rs-slides rs-slide:nth-child(4) rs-sbg {
		
		background-image: url(https://www.benchmark.com.es/wp-content/uploads/2020/04/gallery-m.jpg)!important;
	}
	
		rs-slides rs-slide:nth-child(5) rs-sbg {
		
		background-image: url(https://www.benchmark.com.es/wp-content/uploads/2020/04/boutiqe-m.jpg)!important;
	} */
	
	
	.vc_row.we-gotham .vc_grid-container {
		padding-right: 0px!important;
	}
	.vc_row.we-gotham  .vc_pageable-slide-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.vc_row.we-gotham .vc_grid-item {
		width: 50%;
	}
	.vc_row.we-gotham .vc_gitem-animated-block {
		width: 100%;
	}
	.vc_row.we-gotham .vc_gitem-zone-c {
		width: 100%;
	}
	.vc_row.we-gotham .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini {
		flex-wrap: wrap;
	}
	.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
		margin-right: 0px!important;
	}
	.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item:nth-child(2n) {
		padding-right: 0!important;
		padding-left: 5px!important;
	}
/*	.lil-posts .vc_row.vc_pageable-slide-wrapper:before,
	.lil-posts .vc_row.vc_pageable-slide-wrapper:after {
		content: '';
		display: none!important;
	}
	.lil-posts .vc_pageable-slide-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}*/

	#top-footer .email {
		text-align: center!important;
	}
	.first-post-wr img {
		padding-left: inherit;
	}
	.vc_row.you-are-avatar h2 span {
		margin-left: 0px!important;
		margin-top: 0px;
	}
	.vc_row.you-are-avatar h2 {
		text-align: center;
	}
	.vc_row.you-are-avatar p {
		text-align: center;
	}
	/*.vc_row.you-are-avatar */
	.vc_row.we-gotham .vc_grid-container {
		padding-left: 0!important;
	}

	.first-post-wrapper .post {
		flex-direction: column;
	}
	.post .entry-content-block {
		width: 100%!important;
		float: none;
		order: 2;
	}
	.post .entry-thumbnail {
		width: 100%!important;
		float: none;
		order: 1;
	}
	.blog .entry-thumbnail {
		margin-right: 0;
	}
	.blog .post {
		padding-right: 0;
		width: 100%!important;
	}
	.first-post-wrapper .post {
		width: 100%!important;
	}
	.flex-padding-left>.vc_column-inner>.wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.post-section .vc_grid-item {
		width: 100%;
	}


	.first-post .blog-heading {
		margin-bottom: 20px;
		padding-bottom: 0px;
	}
	.first-post .image-wrapper {
		display: none
	}
	.first-post h2 {
		font-size: 18px;
	}
	.first-post p {
		font-size: 16px;
	}
	
	.vc_row.hero p span {
		font-size: 34px!important;
	}
	.vc_row.you-are-avatar h2 {
		font-size: 34px;
	}
	.bottom-link {
	    text-align: center;
	    padding-left: 0px;
	    margin-top: 40px;
	}
	.bottom-link p {
		padding-left: 0px;
	}
	.vc_row.we-gotham .vc_grid {
		padding-bottom: 0px;
	}

	.header-bottom .header-action-container {
		width: initial;
	}
	.header-bottom .logo {
		width: initial;
		padding: 10px 0;
		
	}

	.header-bottom .site-navigation-wrapper {
		width: initial;
	}

}

@media(max-width: 600px) {
	.logo-text {
		text-align: center;
	}
	#polylang-2 ul {
		padding-left: 0;
	}
	#top-footer .widget ul li {
		padding:  10px;
	}
	#nav_menu-2 ul {
		display: flex;
    	justify-content: center;
		padding-left: 0;
	}
	#top-footer .tg-column-wrapper .footer-block {
		margin: 0!important;
	}

	#top-footer .tg-column-wrapper .footer-block:nth-child(1) {
		order: 1;
	}
	#top-footer .tg-column-wrapper .footer-block:nth-child(2) {
		order: 3;
	}
	#top-footer .tg-column-wrapper .footer-block:nth-child(3) {
		order: 2;
	}

	
	.header-bottom .header-action-container {
		display: none;
	}
	.you-are-avatar h2 {
		font-size: 32px;
	}
	.hero h1 {
		font-size: 45px!important;
	}
	#polylang-2 ul {
		justify-content: center;
	}
	#top-footer .tg-container {
		padding-top: 20px;
	}
	#top-footer  .copyright {
		text-align: center;
	}
	#top-footer .tg-container .tg-column-wrapper {
		display: flex;
		flex-direction: column;
	}
	#top-footer .widget ul li {
		height: 50px;
	}
}
@media(max-width: 500px) {
	.blog .post {
		width: 100%!important;
	}

}
@media(max-width: 450px) {
	#bwg_search_container_1_0 {
		max-width: 100%;
	}
}

/* Preloader Start */
.filter {
  position: absolute;
  visibility: hidden;
}

.dots {
  filter: url(#gooeyness);
  padding: 30px;
}

.dot {
  background: rgb(29, 41, 56);
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

.dot:first-child {
  animation: FirstDot 3s infinite;
}

.dot:nth-child(2) {
  animation: SecondDot 3s infinite;
}

.dot:nth-child(3) {
  animation: ThirdDot 3s infinite;
}

.dot:nth-child(4) {
  animation: FourthDot 3s infinite;
}

.dot:nth-child(5) {
  animation: FifthDot 3s infinite;
}

@keyframes FirstDot {
  0% {
    transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(2.5) translateX(0);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  83% {
    transform: scale(1) translateX(240px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes SecondDot {
  0% {
    transform: translateX(0px);
  }
  27% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  81% {
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes ThirdDot {
  0% {
    transform: translateX(0px);
  }
  29% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0px);
  }
  79% {
    transform: translateX(120px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes FourthDot {
  0% {
    transform: translateX(0px);
  }
  31% {
    transform: translateX(-160px);
  }
  50% {
    transform: translateX(0px);
  }
  77% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes FifthDot {
  0% {
    transform: scale(1) translateX(0);
  }
  33% {
    transform: scale(1) translateX(-220px);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  75% {
    transform: scale(2.5) translateX(0);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
/* Preloader End */



/*main slider*/
/*body .rs-layer {
	font-family: 'Baskerville'!important;
	text-transform: uppercase;
}*/


.single .entry-title{
	position: relative;
	z-index: 20;
	color: #fff;
	font-size: 58px;
	font-family: serif;
}
.entry-thumbnail-overlay{
	position: absolute;
	z-index: 5;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
}
.single .entry-meta{
	position: absolute;
	bottom: 5px;
	z-index: 20;
	color: #fff;
}

@media(min-width: 1200px){
	#rev_slider_1_1 rs-sbg{
		margin-left: 200px;
	}
}
@media(min-width: 480px) and (max-width: 1199px){
	#rev_slider_1_1 rs-sbg{
		margin-left: 15%;
	}
}


.we-gotham h3.vc_custom_heading{
	position: relative;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
    font-family: 'Playfair Display', serif;

    display: inline-block;
    padding-bottom: 10px;
}
.we-gotham h3{
    /*font-family: 'Avenir-Regular';*/
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    font-weight: 500;
    font-size: 26px;
}
.we-gotham .bottom-link{
	text-align: right;
	margin-top: 0;
}
.we-gotham .vc_custom_heading.vc_gitem-post-data h4{
    font-family: Baskervville; 
}
@media (max-width: 767px){
	.we-gotham h3{
		font-size: 24px;
	}
}



#page{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.site-content{
	flex: 1 0 auto;
}
.site-footer{
	flex: 0 0 auto;
}


.global-custom-heading h1, .first-post h1 {
	padding-top: 40px;
	font-family: 'Avenir-Medium', sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 28px;
	font-weight: 400;
}
.first-post h1 {
	padding: 0 !important;
}

.heading-wrapper {
	margin-bottom: 0 !important;
}

.gallery-wrapper .bwg_container {
	    margin: 15px 0;
}

.custom-back-btn {

	
	display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding: 0;
    line-height: 15px;
    text-align: left;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 15px;
    color: #323A45;
    cursor: pointer;
	
}	

.first-post {
    margin-bottom: 0px !important;
	margin-top: 10px !important;
}

.bwg_container {
	margin-top: 0 !important;
}
.bwg_container .bwg-background {
	display: flex;
	flex-direction: column;
	
}

.bwg_back {
	order: 2;
}

.bwg_gal_title_0 {
	order: 1;
}

.bwg-thumbnails {
	order: 3;
	margin-top: 10px !important;
}

.bwg_nav_cont_0 {
	order: 4;
}


.sub-category, #bwg_container1_0 #bwg_container2_0 .bwg_gal_title_0 {
	    display: block ;
    padding: 0 2px 2px 2px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 20px;
        font-family: 'Avenir-Light', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px;
    font-weight: bold;
    color: #323A45;
    text-shadow: 0px 0px 0px #888888;
    text-align: center;
}


#site-navigation ul .isCurrentSubpage a:before {
	/*right: 0%;*/
}


#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
	margin-top: 5px !important;
    color: #000000 !important;
}


/* #site-navigation ul li a:hover:before,  #site-navigation ul li.current-menu-item > a:before {
	right: 0%;
} */



/* page categories new style */

.hear-categories .audio__link {
	position: relative;
	
}
.hear-categories .audio__link img {
	padding-bottom: 0px;
	
}
.hear-categories p {
	margin-bottom: 0px;
}


.video-categories .aiovg-responsive-container {

    padding-bottom: 75% !important;
}
.video-categories .aiovg-responsive-container img {
	height: 100%;
}

.video-categories .aiovg-thumbnail {
	position: relative;

}
.video-categories .aiovg-title {
	font-size: unset;
    line-height: unset;
    display: flex;
}

.video-categories .aiovg-title a {
	font-family: 'Avenir-Regular';
	color: #ffffff;
	font-size: 28px !important; 
	font-weight: 400;
}

.name-label, 
.video-categories .aiovg-caption,
.gallery-wrapper .bwg-title1 {
	/* font-size: 36px; */
	font-size: 28px;
	font-weight: 400;
	font-family: 'Avenir-Regular';
	background: #11141a;	
	color: #ffffff;
	height: 75px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 2;
	
	display: flex;
    align-items: center;
    justify-content: center;
}

.name-label {
	background: #242527;
	background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(36,37,39,1) 90%)!important;
	font-weight: 400;
}

.gallery-wrapper .bwg-title1 {
	background: #35412b;
	background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(53,65,43,1) 90%)!important;
	z-index: 3333333;
}


body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
    font-size: 28px !important;
	font-family: 'Avenir-Regular' !important;
	color: #ffffff !important;
	text-align: center!important;
	margin-top: 0 !important;
	font-weight: 400!important;
}

.video-categories .aiovg-caption {
	background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(24,49,69,1) 90%)!important;
}

.gallery-wrapper .bwg-item1 {
	padding-top: 75% !important;
}

.gallery-wrapper .bwg-item2 {
	margin-top: 0 !important;
}

.gallery-wrapper .bwg-item2 img {
	    transform: scale(1) !important;	
}
.gallery-wrapper .bwg-item .bwg-album {
/*	margin-right: 0px !important;
	margin-top: 15px;*/
	position: relative;
}

.hear-categories .audio__link,
.video-categories .aiovg-thumbnail {
	overflow: hidden;
}

.hear-categories .audio__link img,
.video-categories .aiovg-thumbnail img{
	transition: all .3s ease-in;
}

.hear-categories .audio__link:hover img,
.video-categories .aiovg-thumbnail:hover img,
.gallery-wrapper .bwg-item1 img:hover {
	transform: scale(1.08)!important;
}


.bwg-thumbnails {
	/*justify-content: space-between !important;*/
	justify-content: flex-start !important;
	width: 100% !important;
	max-width: 1200px !important;
}
.gallery-wrapper .bwg-container {
	padding: 0 !important;
	margin: 0 !important;
	
	
}
.bwg-album-thumbnails{
	justify-content: space-between !important;
	justify-content: center !important;
}
.gallery {
/* 	 #*/
}


@media(max-width: 767px) {
	.name-label, .video-categories .aiovg-caption {
		height: 60px;
		font-size: 19px;
	}
	
	.video-categories .aiovg-title  a {
		font-size: 19px !important;
		
	}
	.gallery-wrapper .bwg-title1 {
		font-size: 19px !important;
		height: 60px !important;
	}
	
	body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
		font-size: 19px !important;
	}
}

/* single post style upgrade */

.single-post .entry-content-block {
	max-width: 930px;
}
.single-post .entry-thumbnail {
    margin: 0 0 270px 0;
    padding-top: 70px;
    background-color: #F7F8F9;
	background-image: none;
}
.single-post .entry-thumbnail .entry-thumbnail-wrapper {
    /* max-width: 1200px; */
    width: 100%;
	height: 100%;
    margin: 0 auto -260px;
    position: static;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
.single-post .entry-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
	order: 3;
}
.single-post .entry-title {
    position: static;
    z-index: 20;
    color: #504C40;;
	font-weight: bold;
	font-size: 64px;
	line-height: 1.33em;
	font-family: 'Playfair Display';
	max-width: 750px;
}
.single-post .entry-meta {
    position: static;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 70px;
    color: #828282;
}
.single-post .entry-thumbnail-overlay {
    position: static;
    z-index: 5;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.45);
	display: none;
}
.back-to-blog {
	top: 193px;
	left: 0;
	right: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: none;
}
.back-to-blog a {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #504C40;
}
.back-to-blog a:before {
	content:'\f053';
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	color: #504C40;
	margin-right: 12px;
}
.single-post .entry-content>p {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.52em;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.single-post .entry-content>p img {
	margin: 20px auto 5px;
}
.single-post .entry-content>p .img-caption {
	display: block;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #828282;
}
.single-post .entry-content h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 35px;
}
.single-post .post-body {
	background-color: #f0f0f0;
	padding: 35px 90px;
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 1.83em;
	color: #000;
}
.single-post .post-body p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.83em;
	color: #000;
}
.single-post .post-body blockquote {
	border: none;
}
.nav-links {
	display: flex;
	flex-direction: column;
}
.nav-links .nav-previous span:first-child i,
.nav-links .nav-next span:first-child i {
	display: none;
}
.nav-links .nav-previous span:first-child,
.nav-links .nav-next span:first-child {
	display: inline-block;
	width: 68px;
	height: 68px;
	margin-right: 10px;
	background-image: url('/wp-content/uploads/2020/04/post-nav-arrow-left.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.nav-links .nav-next span:first-child {
	background-image: url('/wp-content/uploads/2020/04/post-nav-arrow-right.png');
	order: 2;
	margin-right: 0;
	margin-left: 10px;
}
.nav-links a {
	display: flex;
	align-items: center;
	background-color: transparent;
	min-height: 138px;
	width: 100%;
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 40px;
	line-height: 1.33em;
	color: #504C40;
	border-top: 1px solid #504C40;
	transition: 0.3s ease-in-out;
	padding: 0;
}
.single-robo_gallery_table .nav-links a{
	color: rgb(53, 65, 43);
	font-size: 40px;
}
.single-robo_gallery_table .entry-content{
	border-bottom: none!important;
	margin-bottom: 20px;
}
.nav-links a:hover {
	color: #006db0;
}
.nav-links .nav-next a {
	border-bottom: 1px solid #504C40;
}
.nav-links .post-nav-title {
	flex-grow: 1;
	width: 100%;
	text-align: center;
	padding-bottom: 12px;
}
.nav-links .nav-previous .post-nav-title {
	padding-right: 68px;
}
.nav-links .nav-next .post-nav-title {
	padding-left: 68px;
}
.post-navigation {
	padding-bottom: 0!important;
}
@media (max-width: 768px) {
	.single-post .post-body {
		background-color: #f0f0f0;
		padding: 35px 0px;
	}
	.single-post .entry-thumbnail {
		margin: 0 0 70px 0;
		padding-top: 70px;
	}
	.single-post .entry-thumbnail .entry-thumbnail-wrapper {
		margin: 0 auto -60px;
	}
	.nav-links a {
		font-size: 28px!important;
	}
	.single-post .entry-title {
		font-size: 36px;
	}
	.back-to-blog {
		top: 20px;
		padding-left: 15px;
	}
	.single-post .nav-links .post-nav-title {
		padding-bottom: 5px;
	}
	.nav-links .nav-previous .post-nav-title {
		padding-right: 40px;
	}
	.nav-links .nav-next .post-nav-title {
		padding-left: 40px;
	}
	.nav-links .nav-previous span:first-child,
	.nav-links .nav-next span:first-child {
		width: 40px;
		height: 40px; 
	}
	.single-post .entry-content h2 {
		font-size: 28px;
	}
}



.footer-block:nth-child(3) {
	display: flex; 
	align-items: center;
	justify-content: flex-end;
}
.social__links-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-left: 1rem;
	/*width: 30px;*/
	justify-content: space-between;
}
.social__links-wrap a{
	margin-left: 15px;
}
.social__links-wrap a:first-child{
	margin-left: 0px;
}
@media(max-width: 600px) {
	.footer-block:nth-child(3) {
		justify-content: center;
	}
}


/* language Start */
.trp-language-switcher > div > a > img{
	padding: 0;
	vertical-align: top;
	margin-top: 2px;
}
.trp-language-switcher{
	/*margin: 0;*/
}
.trp-language-switcher > div{
	padding: 0;
	border: none;
	background: none;
	width: auto!important;
	min-width: 50px;
}
.trp-language-switcher .trp-ls-shortcode-language{
	background: #fff;
}
@media (max-width: 980px) {
	.trp-language-switcher{
		margin: 0;
	}
	.trp-language-switcher > div > a > img{
		/* padding: 0; */
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 2px;
		margin-left: 0;
	}
}
/* language End */


/* books part styles */

/* books & films sliders start */
#slider_books .owl-item,
#slider_films .owl-item,
#slider_visual .owl-item {
	height: 400px;
}
#slider_books .owl-item .sa_hover_container,
#slider_films .owl-item .sa_hover_container,
#slider_visual .owl-item .sa_hover_container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15% 10% 10%!important;
}
#slider_books .owl-item .book-cover,
#slider_films .owl-item .film-cover,
#slider_visual .owl-item .visual-cover {
	height: 70%;
	margin: 0 auto;
	cursor: pointer;


    position: relative;
    width: 100%;
    text-align: center;
}
#slider_books .owl-item .book-cover img,
#slider_films .owl-item .film-cover img,
#slider_visual .owl-item .visual-cover img {
	object-fit: contain;
	height: 100%;

	z-index: 1;
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all .3s;
}
.book-info{
	z-index: 5;
}

#slider_books .sa_hover_container:hover .book-cover img,
#slider_films .sa_hover_container:hover .film-cover img,
#slider_visual .sa_hover_container:hover .visual-cover img{
    transform: translate(-50%, -50%) scale(1.2);
}
.sa_hover_container.clicked-slide .book-cover img,
.sa_hover_container.clicked-slide .film-cover img,
.sa_hover_container.clicked-slide .visual-cover img{
	transform: translate(-50%, -50%) scale(1.2)!important;
}


#slider_books .owl-item .book-title, #slider_books .owl-item .book-author,
#slider_films .owl-item .film-title, #slider_films .owl-item .film-author,
#slider_visual .owl-item .visual-title, #slider_visual .owl-item .visual-author {
	margin: 0;
	font-size: 18px;
	line-height: 1.33em;
	color: #fff!important;
	font-family: 'Avenir-Regular';
	letter-spacing: 0.005em;
	text-align: center;
}
#slider_books .owl-item .book-title,
#slider_films .owl-item .film-title,
#slider_visual .owl-item .visual-title {
	font-weight: 700!important;
}
#slider_books .owl-item .book-author,
#slider_films .owl-item .film-author,
#slider_visual .owl-item .visual-author {
	font-style: italic;
}
#slider_books .owl-item .hidden-info,
#slider_films .owl-item .hidden-info,
#slider_visual .owl-item .hidden-info {
	display: none;
}
/* books & films sliders end */

.books-list {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #f4f4f4;
	transform: translateX(100%);
	transition: 0.3s ease-in;
}
.books-list-show {
	transform: translateX(0);
	right: 0;
	left: 0;
}

.blog-heading-flex {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	justify-content: space-between;
}

.blog-heading-flex .title-btn {
	/* align-self: flex-end; */
	min-width: fit-content;
}

.books-list .blog-heading-left,
.films-row .blog-heading-left,
.visual-row .blog-heading-left {
	margin: 0 auto;
	padding: 40px 0 30px;
}
@media (max-width: 768px) {
	.books-list .blog-heading-left,
	.films-row .blog-heading-left,
	.visual-row .blog-heading-left  {
		flex-direction: column-reverse;
	}
	.books-list .blog-heading-left .title-btn,
	.films-row .blog-heading-left .title-btn,
	.visual-row .blog-heading-left .title-btn{
		align-self: flex-end;
		margin-bottom: 10px;
	}
}
.books-list h1, 
.title-btn, 
.films-row h1, 
.first-post .title-btn,
.visual-row h1 {
	font-family: 'Avenir-Medium', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.first-post .title-btn {
	margin-bottom: 0;
}
.button-close-c {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 1px;
}
.button-close-c:before, 
.button-close-c:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000;
}
.button-close-c:before {
	transform: rotate(45deg);
}
.button-close-c:after {
	transform: rotate(-45deg);
}
.button-open-c {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-left: 8px;
	padding-bottom: 2px;
}
.button-open-c span {
	display: block;
	background: #000;
	width: 23px;
	height: 1px;
	border-radius: 5px;
}
.button-open-c span:before,
.button-open-c span:after {
	content: '';
	display: block;
	position: absolute;
	background: #000;
	width: 23px;
	height: 1px;
	border-radius: 5px;
}
.button-open-c span:before {
	transform: translateY(-9px);
}
.button-open-c span:after {
	transform: translateY(9px);
}

.book-info-wrap, 
.film-info-wrap,
.visual-info-wrap {
	max-width: 1200px;
	margin: 20px 15px;

	background-color: #fff;
	padding: 30px 15px;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1.5em;
	color: #000;

	text-align: center;
}
.book-info-wrap h5, 
.film-info-wrap h5,
.visual-info-wrap h5{
	margin-bottom: 15px!important;
}
@media (max-width: 1200px) {
	.books-list .container, 
	.films-row .container,
	.visual-row .container {
		margin: 0 auto;
		padding: 0 2%;
		width: 94%;
	}
}
@media (min-width: 1200px) {
	.books-list .blog-heading,
	.first-post .blog-heading {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 768px) {
	.book-info-wrap, 
	.film-info-wrap,
	.visual-info-wrap {
		margin: 20px auto;
		padding: 30px 90px;
	}
	.blog-heading-flex {
		flex-direction: row;
	}
	.blog-heading-flex h1,
	.blog-heading-flex .sub-category {
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#slider_books .owl-item .book-title, #slider_books .owl-item .book-author,
	#slider_films .owl-item .film-title, #slider_films .owl-item .film-author,
	#slider_visual .owl-item .visual-title, #slider_visual .owl-item .visual-author {
		text-align: center;
	}
}
@media (min-width: 375px) and (max-width: 767px) {
	.blog-heading-flex .sub-category {
		/* margin-top: 10px; */
		margin-bottom: 20px;
	}
}

.first-post .button-open-books {
	cursor: pointer;
}
.blog .first-post .blog-heading {
	margin-bottom: 0;
}
.books-opened {
	overflow: hidden;
	height: 100vh;
}
.books-opened div[class *= 'vc_row']:not(.films-row) {
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
/* books part styles end */

/* films part styles start */
.site-content {
	position: relative;
	overflow: hidden;
}
.films-row, .visual-row {
	position: absolute!important;
	width: 100%;
	background-color: #f4f4f4;
	transition: 0.3s ease-in!important;
	box-sizing: border-box;
    z-index: 98;
	top: 0px;
	left: 0!important;
	right: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	transform: translateX(100%);
	/* bottom: 0; */
}
.films-row-show, .visual-row-show {
	transform: translateX(0);
	right: 0;
	left: 0;
}
.blog-heading-extra h1 {
	padding-bottom: 0;
	padding-top: 0;
}
.blog-heading-extra {
	padding-bottom: 15px;
	padding-top: 40px;
}


.hidden-intro-text{
	display: none;
}
/* films part styles end */



/* Audio Start */
.sound-image{
	position: relative;
}
.sound-image img{
	padding: 0;
}
.wpb_heading{
	position: absolute;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    /*top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    bottom: 15px;
    line-height: 1;
}
/* Audio End */


/* hl-blog-grid-item Start */
.hl-blog-grid-item-big{
	margin-top: 20px;
}
.hl-blog-grid-item .vc_grid{
	margin-top: 0;
}
.hl-blog-grid-item .vc_gitem-zone:before{
	display: none!important;	
}
.hl-blog-grid-item .vc_gitem-row-position-top,
.hl-blog-grid-item .vc_gitem-row-position-bottom{
	position: unset!important;
}
.hl-blog-grid-item .wpb_single_image{
	margin-bottom: 0!important;
}
.hl-blog-grid-item .wpb_single_image img{
	padding: 0;
}
.hl-blog-grid-item .vc_custom_heading .vc_gitem-link{
	color:#fff;
    font-size: 26px;	
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
    line-height: 1.3;
}
@media(max-width: 767px){
	.hl-blog-grid-item-big .vc_gitem-zone-mini{
		display: flex;
		flex-direction: column;
	}
	.hl-blog-grid-item-big .vc_gitem-row-position-top{
		order: 2;
	}
	.hl-blog-grid-item-big .vc_gitem-row-position-bottom{
		order: 1;
	}
}
/* hl-blog-grid-item End */

/* button arrow Start */
.button_arrow{
	
}
.button_arrow a{
	background-image: none!important;
	background: transparent!important;
	font-family: 'Playfair Display', serif;
	font-size: 22px!important;
	font-weight: 700;
	padding: 0 35px 0 0!important;
}
.button_arrow a .fa-arrow-right{
	height: 20px!important;
	right: 0px!important;
}
.button_arrow.cl-white a .fa-arrow-right:before{
	content: url('assets/img/arrow-white.svg')
}
.button_arrow.cl-black a .fa-arrow-right:before{
	content: url('assets/img/arrow-black.svg')
}
/* button arrow End */

/* color Start */
.cl-white{
	color:#fff;
}
/* color End */

/* home-video-row Start */
.home-video-row .vc_custom_heading span{
	font-size: 14px;
	font-weight: 400;
	color: #909090;
}
.home-video-row .wpb_text_column p{
	font-size: 18px;
	color: #000;
}
.home-video-row_image{
	position: relative;
}
.home-video-row_image:before{
	content: '';
	width: 48px;
	height: 48px;
	background-image: url('assets/img/play.png');
	background-size: cover;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
/* home-video-row End */

/* home-audio-row Start */
.home-audio-row .wpb_text_column p{
	margin-bottom: 5px;
	font-size: 18px;
	color:#000;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
	background: #fff!important;
}
.mejs-time{
	color: #222!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #222!important;
}
.mejs-controls .mejs-time-rail .mejs-time-current{
	background: #222!important;
}
.mejs-time-handle-content{
	border-radius: 50% !important;
	border: 4px solid #222!important;
	top: -7px!important;
	width: 9px!important;
	height: 9px!important;
}
.mejs-button>button{
	background-image: url('assets/img/mejs-controls.svg') !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total{
	background: #8c8c8c!important;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total{
	height: 3px!important;
}
.mejs-time-total{
	margin-top: 10px!important;
}
.mejs-horizontal-volume-total{
	height: 3px!important;
	top: 18px!important;
}
.mejs-mute>button {
	/*background-position: -60px 0!important;*/
}

/* home-audio-row End */


/* Gallery 2 Start */
.robo_gallery_table-template-default .entry-content-block{
	max-width: 100%;
	padding-top: 0;
}
.robo_gallery_table-template-default .entry-header{
	display: none;
}
.single-robo_gallery_table .back-to-blog{
	position: relative;
	top:unset;
	left: unset;
	margin-bottom: 30px;
}
.single-robo_gallery_table .back-to-blog-bottom{
	margin-bottom: 50px;
}


.gallery-wrapper .wpb_single_image{
	position: relative;
	overflow: hidden;
}
.gallery-wrapper .wpb_single_image .vc_figure{
	display: block;
}
.gallery-wrapper .vc_single_image-wrapper{
	position: relative;
	display: block;
	padding-bottom: 75%;
	width: 100%;
}
.gallery-wrapper .wpb_single_image img{
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s ease-in;
	object-fit: cover;
}
.gallery-wrapper .vc_single_image-wrapper:hover img{
	transform: scale(1.08)!important;
}

.gallery-wrapper .wpb_heading{
	background: #35412b;
	background: linear-gradient(180deg, rgba(245,245,245,0) 0%, rgba(53,65,43,1) 90%)!important;
	z-index: 20;
	font-size: 28px;
	font-family: 'Avenir-Regular';
	color: #ffffff;
	text-align: center;
	margin-top: 0;
	font-weight: 400;
	bottom: 0;
}

.rbs_gallery_button .button-flat-primary{
	border: 1px solid rgb(53, 65, 43)!important;
	    background-color: transparent!important;
	    color: rgb(53, 65, 43)!important;
	    text-shadow: none!important;
}
.rbs_gallery_button .button-flat-primary.active{
	background-color: rgb(53, 65, 43)!important;
	color: #fff!important;
}

.mfp-desc-block{
	font-size: 18px!important;
}

/* Gallery 2 End */


/* Subscribe popup Start */
.pum-theme-173 .pum-container, .pum-theme-enterprise-blue .pum-container{
	border-radius: 2px!important;
}
#pum-1146 .pum-close{
	font-weight: 700!important;
	font-size: 22px!important;
	font-family: 'Playfair Display', serif!important;
	color: #3F3F3F!important;
    width: unset;
    height: unset;
    right: unset;
    left: 25px;
    top: 20px;
}
#pum-1146 .pum-close:before{
	content: url(assets/img/arrow-black.svg);
    display: inline-block;
    transform: rotate(180deg) scale(0.8);
    margin-bottom: -3px;
    vertical-align: bottom;
}
.subscribe_popup-inner{
	padding: 75px;
	font-weight: 400;
}
.subscribe_popup-heading{
	font-size: 32px;
	text-align: center;
	font-family: 'Playfair Display', serif;
    margin-bottom: 15px;	
}
.subscribe_popup-content{
	text-align: center;
	color: #6D6D6D;
    font-weight: 400;
    margin-bottom: 35px;
}



.subscribe_popup-social{
	padding-top: 35px;
	margin-top: 20px;
	border-top: 1px solid #000;
}
.subscribe_popup-social p{
	text-align: center;
	margin-bottom: 10px;
	
}
.subscribe_popup-social ul{
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
}
.subscribe_popup-social li{
	margin: 0 15px 15px;
}
.subscribe_popup-social a{
	font-weight: 500;
	font-size: 18px;
}
.subscribe_popup-social a svg{
	vertical-align: bottom;
	margin-right: 5px;
}



.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap .form-control,
.form-control{
	border: 1px solid #000;
	border-radius: 2px;
	outline: none!important;
	color: #8D8D8D;
	padding: 15px 25px;
    height: 55px;
}
.form-control::placeholder{

}
.wpcf7-form-control.button,
.button{
	background: #000000;
	border-radius: 2px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 21px 25px;
	outline: none!important;

}
.subscribe_popup-inner .button{
	display: block;
	width: 100%;
}
@media(max-width: 500px){
	#pum-1146 .pum-close{
		left: 0;
		top:10px;

	}
	.subscribe_popup-inner{
		padding: 50px 20px;
	}
	.subscribe_popup-social li{
		margin: 0 5px 15px;
	}
}
/* Subscribe popup End */

/* Post Comments Start */
.single-post #main, .single-aiovg_videos #main {
	display: flex;
	flex-direction: column;
}
.single-post #main .post-navigation,
.single-aiovg_videos #main .post-navigation {
	order: 3;
	margin-bottom: 15px;
}
.comments-area {
	max-width: 930px;
	width: 100%;
}
#respond #commentform .form-submit input.submit {
	background-color: #504c40;
	color: #fff;
	border: none;
	padding-left: 50px;
	padding-right: 50px;
}
#respond #commentform .form-submit input.submit:hover {
	border: none;
	background-color: #006db0;
	color: #fff;
}
#comments .comment-list article.comment-body .comment-author {
    max-width: 150px;
	margin-right: 20px; 
}
@media (max-width: 767px) {
	#respond .comment-reply-title {
		text-align: center;
	}
	#respond #commentform .form-submit,
	#respond #commentform .logged-in-as,
	#respond #commentform .comment-notes,
	.comments-area .comments-title{
		text-align: center;
	}

}
/* Post Comments End */

.custom-back-btn a{
	font-family: 'Montserrat';
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
	color: #504C40;
	text-transform: uppercase;
}
.custom-back-btn a:hover{
	color: #504C40!important;
}
.custom-back-btn a:before {
	content: '\f053';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #504C40;
    margin-right: 12px;
}


/* Last List Start */
.hl_last-list-section{

}


.hl_last-list__icon{
	/*
	position: fixed;
	width: 40px;
	height: 40px;
	right: 15px;
	bottom: 15px;
	font-size: 20px;
	*/

	width: 25px;
	height: 25px;

	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fac911;

	cursor: pointer;

	box-shadow: 0 0 0 0 transparent;
	animation: pulse_animation 2s infinite;
	font-size: 16px;

	color: #000;
	z-index: 1000;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(250, 201, 17, 0.8);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(250, 201, 17, 0);
	}
}
@keyframes pulse_animation {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(250, 201, 17, 0.8);
		box-shadow: 0 0 0 0 rgba(250, 201, 17, 0.8);
	}
	100% {
		-moz-box-shadow: 0 0 0 10px rgba(250, 201, 17, 0);
		box-shadow: 0 0 0 10px rgba(250, 201, 17, 0);
	}
}

.hl_last-list__popup{
	position: fixed;
	right: 15px;
	bottom: 15px;
/*	position: absolute;
	right: 0;
	top: 87px;
	*/
	display: none;

	background-color: #fff;
	/*padding: 5px 10px 20px 20px;*/
	padding: 5px 5px 10px 10px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
	z-index: 1000;
}
.hl_last-list__popup h4{
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	position: relative;
}
.hl_last-list__popup h4 .close{
	position: absolute;
	top: 3px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	font-family: Arial;
	font-weight: 100;
	line-height: 0.8;
	text-align: center;
	font-size: 25px;
}
.hl_last-list__wrapper{
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	max-height: 220px;
}

#custom_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#custom_scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#custom_scroll::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


.hl_last-list{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 300px;
	min-width: 270px;
}
.hl_last-list li{
	padding: 0!important;
	float: none!important;
	margin-bottom: 5px;

}
.hl_last-list li a{
	display: flex;
	align-items: center;
	padding-right: 30px;
	padding-bottom: 0!important;
	position: relative;
	background-color: transparent;
	transition: 0.3s all ease;
}
.hl_last-list li a:hover{
	background-color: rgba(7, 7, 7, 0.5);
}
.hl_last-list li a:hover .hl_last-list__meta{
	color: #ffffff;
}
.hl_last-list__image{
	width: 50px;
	margin-right: 10px;
}
.hl_last-list a img{
	padding: 0;
}
.hl_last-list__meta{
	transition: 0.3s all ease;
}
.hl_last-list__title{
	font-size: 14px;
}
.hl_last-list__date{
	font-size: 10px;
}
.hl_last-list__arrow{
	position: absolute;
	right: 10px;
	width: 15px;
}

.hl_last-list-section.active{

}

.hl_last-list-section-mobile{
	display: none;
}

.hl_last-list__gallery .hl_last-list__wrapper{
	max-height: unset;
}
.hl_last-list__gallery .hl_last-list{
	max-width: unset;
	min-width: unset;
	display: flex;
	margin: 0 -15px;
	width: unset;
}
.hl_last-list__gallery .hl_last-list li{
	width: 25%;
	padding: 0 15px!important;
}
.hl_last-list__gallery .hl_last-list li a{
	padding: 0;
	display: block;
}
.hl_last-list__gallery .hl_last-list li a:hover{
	background-color: unset;
}
.hl_last-list__gallery .hl_last-list__image{
	width: 100%;
	margin-bottom: 10px;
}
.hl_last-list__gallery .hl_last-list__image img{
	width: 100%;
}
.hl_last-list__gallery .hl_last-list__title{
	font-size: 16px;
	color: #fac911;
}
.hl_last-list__gallery .hl_last-list__category{
	color: #fff;
	font-size: 12px;
}
@media(max-width: 980px){
	#site-navigation .hl_last-list-section .hl_last-list__icon{
		display: none;
	}
	.hl_last-list-section-mobile{
		display: block;
	}
}

@media(max-width: 767px){
	.hl_last-list__popup{
		right: 0px;
		left: 0px;
		bottom: 0;
		/*top: 75px;*/
	}
	.hl_last-list__wrapper{
		max-height: 40vh;
	}

	.hl_last-list__gallery .hl_last-list{
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.hl_last-list__gallery .hl_last-list li{
		width: 50%;
		padding: 0 5px!important;
	}
}
/* Last List End */


/* Home page block "Read" images start*/
.as-read-block .wpb_single_image .vc_figure {
	width: 100%;
}
.as-read-block .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
	height: 0;
	padding-top: 66%;
	position: relative;
}
.as-read-block .as-read-center .wpb_single_image .vc_single_image-wrapper {
	padding-top: 78%;
}
.as-read-block .wpb_single_image .vc_single_image-wrapper img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
/* Home page block "Read" images end*/

/* hl_post-grid Start */
.hl_post-grid{
	text-align: right;

}
.hl_post-grid_item{
	margin-bottom: 50px!important;
}
.hl_post-grid h4{
	color: #fff;
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 15px;

}
.hl_post-grid h4 a{
	color: #fff;
}
.hl_post-grid_image-wrapper{
	position: relative;
	width: 100%;
	padding-top: 70%;
	display: block;
}
.hl_post-grid_image-wrapper img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.hl_post-grid_item-big .hl_post-grid_image-wrapper{
	padding-top: 78%;
}
.hl_post-grid_item-big{
	padding-top: 30px;
}
@media(max-width: 767px){
	.hl_post-grid_item{
		margin-bottom: 30px!important;
	}
	.hl_post-grid_item-big{
		padding-top: 0px;
		display: flex;
		flex-direction: column;
	}
	.hl_post-grid_item-big .hl_post-grid_image-wrapper{
		padding-top: 70%;
		order: 1;
	}
	.hl_post-grid_item-big  h4{
		order: 2;
	}


}
/* hl_post-grid End */

@media (max-width: 980px){
#site-navigation .menu {
    height: 100vh;
}
}

.lock-scroll{
	overflow: hidden !important;
}

.entry-footer .edit-link {
	display:none;
}

