.el-switch {
	display: none;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

/** Header styles **/
header {
	position: relative;
}

.header-leftstyle {
	background-color: #ffffff;
	border-bottom: 1px solid rgb(230, 230, 230);
}

#page {
	position: relative;
	-webkit-transition: padding 0.3s ease;
	        transition: padding 0.3s ease;
}

	body.header-option_left.enable--sticky-header {
		padding-top: 145px;
	}

	html.no-js body.header-option_left {
		padding-top: 0;
	}

	body.header-option_center.enable--sticky-header {
		padding-top: 145px;
	}

html.js header#masthead.sticky-header,
html.js header#masthead.sticky-header.headroom--top {
	position: absolute;
	top: 0;
	background-color: #fff;
	z-index: 99999;
	width: 100%;
	left: 0;
}

	html.js body.header-option_left #masthead {
		border-bottom: 1px solid rgb(230, 230, 230);
	}

	html.js header#masthead.sticky-header.headroom--not-top .top-bar {
		display: none;
	}

	html.js header#masthead.sticky-header {
		position: fixed;
	}

	header#masthead.sticky-header.headroom--not-top {
		-webkit-transition: transform 0.5s;
		        transition: transform 0.5s;
	}

		html.js body.admin-bar header#masthead.sticky-header.headroom--not-top {
			top: 32px;
		}

	#masthead.headroom--unpinned { transform: translateY( -100% ); }

	html.js header#masthead.sticky-header.headroom--top {
		transform: translateY( -100% );
	}

	html.js header#masthead.sticky-header.headroom--not-top .main-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	html.js header#masthead.sticky-header.headroom--not-top .logo-section img,
	html.js header#masthead.sticky-header.headroom--not-top .logo-section {
		height: 45px;
		max-width: 200px;
	}

.top-bar {
	background-color: #f4f6f8;
	padding: 8px 0;
}

.hello-title {
	font-size: 14px;
	line-height: 1.6em;
	color: #000;
	font-weight: 500;
}

.btn-hello-bar {
	background-color: #f37229;
	padding: 10px 18px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	border-radius: 3px;
}

a.btn-hello-bar:hover {
	background-color: #f8a16e;
	color: #fff;
	text-decoration: none;
}

.close-hello-bar {
	color: #000000;
	opacity: 0.3;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
}

	.close-hello-bar:hover {
		opacity: 1;
	}

.right-mics {
	padding: 0;
	list-style: none;
	margin: 0;
	font-size: 14px;
	line-height: 2.3em;
	color: rgb(110, 111, 112);
}

.header-centerstyle .right-mics {
	width: 35%;
}

.right-mics li {
	padding: 0;
	margin: 0;
}

.right-mics li + li:before {
	content: '|';
	color: #aaacad;
	display: inline-block;
	margin: 0 15px;
}

.right-mics a {
	color: rgb(110, 111, 112);
	text-align: left;
}

.right-mics a:hover {
	color: #ee660d;
	text-decoration: none;
}

.right-mics .fa {
	color: #ee660d;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}

.right-mics .social-accounts a {
	color: #929495;
	display: inline-block;
	margin: 0 5px;
}

	.right-mics .social-accounts a:last-child {
		margin-right: 0;
	}

.right-mics .social-accounts a .fa {
	color: #929495;
	font-size: 20px;
	margin: 0;
}

	.right-mics .social-accounts a:hover .fa {
		color: #ee660d;
	}

	.sidebar .right-mics .social-accounts a {
		margin: 0 10px 10px 0;
	}

	.sidebar .right-mics .social-accounts a .fa {
		color: #f37229;
	}

	.sidebar .right-mics .social-accounts a:hover {
		background-color: #f37229;
	}

	.sidebar .right-mics .social-accounts a:hover .fa {
		color: #fff;
	}

.main-header {
	padding: 20px 0;
}

.logo-section {
	max-width: 220px;
	height: 53px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.logo-section img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 53px;
}

#primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary-menu li {
	margin: 0 10px;
	padding: 0;
	position: relative;
}

#primary-menu li .sub-menu {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	min-width: 180px;
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 3px 0 rgba(151,151,151,0.2);
	z-index: 999;
	list-style: none;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	padding: 5px 0;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

#primary-menu li .sub-menu li {
	margin: 0;
	padding: 0;
}

#primary-menu li .sub-menu li + li {
	border-top: 1px solid rgb(230, 230, 230);
}

#primary-menu li .sub-menu li a {
	font-size: 90%;
	font-weight: 400;
	padding: 10px 20px;
}

#primary-menu li:hover > .sub-menu {
	display: block;
	pointer-events: all;
	opacity: 1;
	visibility: visible;
}

#primary-menu > li > .sub-menu {
	top: 100%;
	left: 0;
}

#primary-menu > li > .sub-menu .sub-menu {
	top: -5px;
	left: 100%;
}

.header-leftstyle #primary-menu > li:nth-last-child(3) > .sub-menu,
.header-leftstyle #primary-menu > li:nth-last-child(2) > .sub-menu,
.header-leftstyle #primary-menu > li:nth-last-child(1) > .sub-menu {
	top: 100%;
	right: 0;
	left: auto;
}

.header-leftstyle #primary-menu > li:nth-last-child(3) > .sub-menu .sub-menu,
.header-leftstyle #primary-menu > li:nth-last-child(2) > .sub-menu .sub-menu,
.header-leftstyle #primary-menu > li:nth-last-child(1) > .sub-menu .sub-menu {
	top: -5px;
	right: 100%;
	left: auto;
}

#primary-menu li a {
	position: relative;
	display: block;
	padding: 16px 10px;
}

#primary-menu li.current-page-ancestor > a,
#primary-menu li.current-menu-ancestor > a,
#primary-menu li.current_page_parent > a,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current-menu-item > a,
#primary-menu li.current_page_item > a,
#primary-menu li a:hover {
	text-decoration: none;
	color: #f87224;
}

.header-leftstyle #primary-menu li.menu-search {
	position: static;
}

	.header-leftstyle #primary-menu > li:last-child,
	.header-leftstyle #primary-menu li.menu-search {
		margin-right: 0;
	}

.header-leftstyle #primary-menu li.menu-search .fa-search {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.8em;
	cursor: pointer;
}

	.header-leftstyle .container-primary-menu.is-open li.menu-search .fa-search {
		display: none;
	}

/** Overlay Search **/
.search-form.overlay-search {
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

	body.open--search .search-form.overlay-search {
		opacity: 1;
		visibility: visible;
	}

.search-form.overlay-search .close-search {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	right: -30px;
	top: -20px;
	width: 22px;
	height: 22px;
}

.search-form.overlay-search .close-search:hover {
	opacity: 1;
}

.search-form.overlay-search .close-search:before,
.search-form.overlay-search .close-search:after {
	position: absolute;
	left: 10px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #fff;
}

.search-form.overlay-search .close-search:before {
	transform: rotate(45deg);
}

.search-form.overlay-search .close-search:after {
	transform: rotate(-45deg);
}

.search-form.overlay-search .container-small {
	max-width: 500px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.search-form.overlay-search label {
	display: block;
	margin: 0;
	width: 100%;
}

.search-form.overlay-search .search-field {
	display: block;
	margin: 0;
	padding: 0 62px;
	height: 62px;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #f87123;
	background-color: transparent;
}

.search-form.overlay-search .search-field::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	text-align: center;
}

.search-form.overlay-search .search-field::-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-align: center;
}

.search-form.overlay-search .search-field:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	text-align: center;
}

.search-form.overlay-search .search-field:-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-align: center;
}

.search-form.overlay-search .search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 60px;
	padding: 0;
	color: #fff;
	background-color: transparent;
}

.search-form.overlay-search .search-submit:hover {
	color: #f87224;
	background-color: transparent;
}

.search-form.overlay-search .search-submit .fa {
	font-size: 18px;
	line-height: 60px;
}

/** Overlay Search **/
.header-centerstyle .nav-bar {
	background-color: #ffecd9;
}

.widget .search-form,
.header-centerstyle .search-form {
	padding: 10px 0;
	position: relative;
}

	.widget .search-form {
		padding: 0;
	}

.header-centerstyle .search-form label {
	margin: 0;
	padding: 0;
}

.header-centerstyle .search-form .search-field {
	width: 100%;
	background-color: #f37229;
	border-radius: 5px;
	border: 0;
	color: #fff;
	height: 34px;
	padding: 10px;
	font-weight: 400;
	padding-right: 40px;
}

.header-centerstyle .search-form .search-field:focus {
	background-color: #f8a16e;
}

.widget .search-submit,
.header-centerstyle .search-form .search-submit {
	background-color: transparent;
	border: 0;
	color: #fff;
	position: absolute;
	width: 34px;
	height: 34px;
	display: block;
	z-index: 3;
	top: 10px;
	right: 0;
	text-align: center;
	padding: 0;
	font-size: 16px;
}

	.widget .search-submit {
		color: #f37229;
		top: 0;
	}

.header-centerstyle .search-form .search-field::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	font-style: italic;
}

.header-centerstyle .search-form .search-field::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-style: italic;
}

.header-centerstyle .search-form .search-field:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	font-style: italic;
}

.header-centerstyle .search-form .search-field:-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-style: italic;
}

.header-centerstyle #primary-menu > li:first-child {
	margin-left: 0;
}

.header-centerstyle #primary-menu li a:after {
	position: absolute;
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #f87224;
	opacity: 0;
}

.header-centerstyle #primary-menu li.current-menu-item > a:after,
.header-centerstyle #primary-menu li.current_page_item > a:after {
	opacity: 1;
}
/** -- Header styles **/

/** Footer Instagram **/
.instagram .item_box .container-ratio {
	display: block;
}

.instagram .error {
	text-align: center;
	color: #ff0000;
	padding: 10px;
	display: block;
	flex: 1 0 auto;
}
/** --Footer Instagram **/

/** Footer Mailchimp **/
.mailchimp-wrap {
	background-color: #fff;
}

.mailchimp-wrap.top-border {
	border-top: 1px solid rgb(230, 230, 230);
}

	.widget .mailchimp-wrap.top-border {
		border-top: 0;
	}

.mailchimp-wrap .mailchimp-box .newsletter-subscribed {
	padding: 32px 0;
	width: 100%;
	padding-left: 140px;
	position: relative;
}

	.mailchimp-wrap .mailchimp-box .newsletter-subscribed .mailchimp-email-icon {
		position: absolute;
		top: 50% ;
		left: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.mailchimp-wrap .mailchimp-box .newsletter-subscribed .mailchimp-email-icon-path {
		fill: rgba(250, 104, 38, 1);
		opacity: 0.1;
	}

	.widget .mailchimp-wrap .mailchimp-box .newsletter-subscribed {
		padding: 0;
		background: none;
		border: 0;
	}

	.widget .mailchimp-wrap .mailchimp-box .newsletter-subscribed .mailchimp-email-icon {
		display: none;
	}

	.site-footer .mailchimp-wrap {
		background: transparent;
	}

.mailchimp-wrap .mailchimp-box .mailchimp-titles {
	width: 380px;
	min-width: 380px;
	padding-right: 30px;
}

.mailchimp-wrap .mailchimp-box .title-text {
	font-size: 22px;
	color: rgb(255, 130, 0);
	line-height: 1.2;
	margin: 0;
}

.mailchimp-wrap .mailchimp-box .sub-title {
	font-size: 14px;
	color: rgb(150, 150, 150);
	line-height: 1.571;
	margin: 0;
}

.mailchimp-wrap .mailchimp-form .form-box,
.mailchimp-wrap .mailchimp-form {
	width: 100%;
	position: relative;
}

	.mailchimp-wrap .mailchimp-form .form-box,
	.mailchimp-wrap .mailchimp-form {
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

.mailchimp-wrap .mailchimp-form .mailchimp-email {
	width: 100%;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	padding-right: 60px;
	color: #777777;
}

	.widget .mailchimp-wrap .mailchimp-form .mailchimp-email {
		padding: 5px 20px;
		margin-bottom: 20px;
	}

.mailchimp-wrap .mailchimp-form .mailchimp-email::-webkit-input-placeholder {
	color: #777777;
	opacity: 1;
}

.mailchimp-wrap .mailchimp-form .mailchimp-email::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

.mailchimp-wrap .mailchimp-form .mailchimp-email:-ms-input-placeholder {
	color: #777777;
	opacity: 1;
}

.mailchimp-wrap .mailchimp-form .mailchimp-email:-moz-placeholder {
	color: #777777;
	opacity: 1;
}

.mailchimp-wrap .mailchimp-form .mailchimp-email:focus {
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.mailchimp-wrap .mailchimp-form .mailchimp-request {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f37229;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 0 5px 5px 0;
}

	.widget .mailchimp-wrap .mailchimp-form .mailchimp-request {
		position: static;
		width: 100%;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 600;
	}

.mailchimp-wrap .mailchimp-form .mailchimp-request:hover {
	background-color: #f8a16e;
	color: #fff;
}

.mailchimp-wrap .mailchimp-response {
	font-size: 14px;
}

.mailchimp-wrap .mailchimp-response p {
	margin: 10px 0 0;
}
/** --Footer Mailchimp **/

/** Footer Column **/
.column-footer {
	padding: 45px 0 20px;
	background-color: #262626;
}

.column-footer .widget-block,
.column-footer .widget-block * {
	font-size: 13px;
	line-height: 1.6em;
	color: rgb(150, 150, 150);
}

.column-footer .widget-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-footer .widget-block ul:not( .gallery ) li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	color: rgb(150, 150, 150);
	line-height: 1.385;
}

	.column-footer .widget-block ul li.current-menu-item > a {
		text-decoration: underline;
	}

.column-footer .widget-block .widget-title {
	font-size: 16px;
	color: rgb(249, 110, 37);
	font-weight: 600;
	line-height: 1.2;
}

.column-footer .widget-block .widget + .widget {
	margin-top: 30px;
}
/** --Footer Column **/

/** Footer Bottom **/
.bottom-footer {
	position: relative;
	background-color: #000000;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	color: rgb(150, 150, 150);
	line-height: 1.2em;
}

.bottom-footer .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom-footer .footer-navigation ul li,
.bottom-footer .footer-navigation ul li a {
	font-size: 14px;
	color: rgb(150, 150, 150);
	line-height: 1.2em;
}

	.bottom-footer .footer-navigation ul li {
		margin: 0;
		padding: 0;
	}

	.bottom-footer .footer-navigation ul li + li::before {
		content: '|';
		display: inline-block;
		vertical-align: middle;
		color: #575757;
		margin: 0 15px;
	}

.bottom-footer .back-top {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 6;
	width: 30px;
	height: 30px;
	background-color: #f37229;
	border: 1px solid #f37229;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.bottom-footer .back-top:hover {
	background-color: #f8a16e;
	border-color: #f8a16e;
	color: #fff;
}
/** --Footer Bottom **/

/** Blog filter **/
.top-blog-filter {
	padding: 17px 0;
}

.top-blog-filter.has-background {
	position: relative;
	padding: 65px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.top-blog-filter.has-background:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		display: block;
		background-color: #000;
		opacity: 0.5;
	}

.top-blog-filter .container {
	max-width: 1170px;
	position: relative;
	z-index: 3;
}

.top-blog-filter .container .blog-filter {
	background-color: rgba( 255,255,255,0.25 );
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
}

.blog-filter .filter-label {
	font-size: 12px;
	color: #939395;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
	padding-right: 13px;
	white-space: nowrap;
}

	.has-background .blog-filter .filter-label {
		color: #fff;
	}

	.blog-filter.portrait .filter-label {
		min-width: 85px;
	}

.blog-filter.portrait .categoty-list,
.blog-filter.portrait .order-filter,
.blog-filter.portrait .format {
	margin-bottom: 20px;
}

.blog-filter.portrait .format-wrap {
	width: 100%;
}

.blog-filter .format-wrap label {
	position: relative;
	display: block;
	margin: 0 8px;
	cursor: pointer;
}

	.blog-filter.portrait .format-wrap label {
		margin: 0 3px;
	}

.blog-filter .format-wrap .format-name {
	position: absolute;
	z-index: 6;
	top: -2px;
	left: 50%;
	font-size: 10px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	-webkit-transform: translate(-50%,-100%);
	        transform: translate(-50%,-100%);
}

	.has-background .blog-filter .format-wrap .format-name {
		color: #fff;
	}

.blog-filter .format-wrap input[type="radio"]:checked ~ .format-name {
	opacity: 1;
	visibility: visible;
}

.blog-filter .format-wrap label .fa {
	color: #acadaf;
	font-size: 18px;
}

	.has-background .blog-filter .format-wrap label .fa {
		color: #fff;
		opacity: 0.8;
	}

	.blog-filter .format-wrap label:hover .fa,
	.blog-filter .format-wrap input[type="radio"]:checked ~ .fa {
		color: #f87123;
	}

	.has-background .blog-filter .format-wrap label:hover .fa,
	.has-background .blog-filter .format-wrap input[type="radio"]:checked ~ .fa {
		opacity: 1;
		color: #fff;
	}

	#page .nf-form-content {
		max-width: 100%;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form .search-field,
	#page .nf-form-content .listselect-wrap .nf-field-element div,
	#page .nf-form-content input.ninja-forms-field:not([type="radio checkbox button"]),
	#page .nf-form-content select.ninja-forms-field:not([multiple]),
	#page .nf-form-content .list-select-wrap .nf-field-element>div,
	#page .nf-form-content textarea,
	.comment-form textarea,
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.widget input[type="text"],
	.widget select,
	#page .nf-form-content input:not([type="radio checkbox button"]),
	.blog-filter.portrait select {
		width: 100%;
	}

		#page .nf-form-content input.ninja-forms-field[type="button"] {
			width: auto;
		}

	.blog-filter select,
	.widget .search-field,
	.sidebar select {
		height: 34px;
	}

		.widget .search-field {
			width: 100%;
		}

.blog-filter .reset-button {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	padding: 0;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: flex-end;
}

	.blog-filter .reset-button.visible {
		opacity: 1;
		visibility: visible;
	}

	.has-background .blog-filter .reset-button {
		color: #FFFFFF;
	}

	.blog-filter.portrait .reset-button {
		width: 120px;
		position: absolute;
		bottom: 32px;
		right: 20px;
	}

.blog-filter .reset-button .fa:before {
	content: "\f057";
	font-size: 16px;
	margin-right: 5px;
}

.blog-filter.portrait input[type='submit'] {
	display: inline-block;
	width: 100px;
	margin-left: 85px;
}
/** -- Blog filter **/


/** Blog list **/
.page--content-wrap,
body .blog--main-wrap {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.page--content-wrap .container,
body .blog--main-wrap .container {
	width: 100%;
}

.post-tags {
	margin-bottom: 10px;
}

/** list column **/
.post-list-block {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	padding-bottom: 45px;
}

	.post-list-block.post--no-meta {
		padding-bottom: 0;
	}

	.blog-column-4 .post-list-block {
		width: 24%;
	}

	.blog-column-3 .post-list-block {
		width: 32.2%;
	}

	.blog-column-2 .post-list-block {
		width: 49%;
	}

	.post-list-block.empty-placeholder {
		padding: 0;
		border: 0;
		box-shadow: none;
		margin: 0;
		background: transparent;
	}

	.adit-carousel .post-list-block {
		margin-bottom: 0;
	}

.adit-masonry {
	display: block;
	margin-left: -0.8%;
	margin-right: -0.8%;
}

	.section-list-b .blog-column-1 .adit-masonry,
	.blog-column-1 .adit-masonry {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-column-2 .adit-masonry {
		margin-left: -1%;
		margin-right: -1%;
	}

	.blog-column-4 .adit-masonry .post-list-block {
		margin-left: 0.8%;
		margin-right: 0.8%;
		width: 23.4%;
	}

	.blog-column-3 .adit-masonry .post-list-block {
		margin-left: 0.8%;
		margin-right: 0.8%;
		width: 31.7%;
	}

	.blog-column-2 .adit-masonry .post-list-block {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}

	.section-list-b .blog-column-1 .adit-masonry .post-list-block,
	.blog-column-1 .adit-masonry .post-list-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
/** --list column **/

.post-list-block .post-main-box {
	position: relative;
	display: block;
}

	.curved-style .post-main-box:after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: 0;
		z-index: 6;
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../images/curve.svg);
		background-repeat: no-repeat;
		background-size: 102% auto;
		background-position: bottom center;
		pointer-events: none;
	}

		.curved-style.post-list-block.content-post-list-block .post-main-box:after {
			display: none;
		}

.post-list-block .post-main-box .post_date {
	position: absolute;
	z-index: 3;
	padding: 8px 10px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	background-color: #fa6926;
	border-radius: 5px 0 5px 0;
}

.post-list-block .post-main-box .container-ratio {
	display: block;
	padding-top: 56.35%;
	border-radius: 5px 5px 0 0;
}

	.post-list-block:not( .format-standard ) .post-main-box .container-ratio:after {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 5;
		font-family: 'FontAwesome';
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 2;
		color: #fff;
		opacity: 1;
		pointer-events: none;
		text-align: center;
		border-radius: 50%;
		background-color: #262626;
		display: block;
	}

	.post-list-block.format-image .post-main-box .container-ratio:after {
		content: '\f03e';
	}

	.post-list-block.format-video .post-main-box .container-ratio:after {
		content: '\f008';
	}

	.post-list-block.format-audio .post-main-box .container-ratio:after {
		content: '\f001';
	}

	.post-list-block.format-gallery .post-main-box .container-ratio:after {
		content: '\f24d';
	}

	.post-list-block.format-quote .post-main-box .container-ratio:after {
		content: '\f10d';
	}

.post-list-block .entry-content {
	padding: 15px 30px;
}

	.single-post-content .entry-content:after {
		content: '';
		display: table;
		clear: both;
	}

.post-list-block .entry-content .categories {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	position: relative;
}

	.post-list-block .entry-content .categories:before {
		content: '';
		display: block;
		position: absolute;
		left: -31px;
		top: 0;
		width: 20px;
		height: 100%;
		background-image: url(../images/category-title-square.png);
		background-repeat: repeat;
		background-position: right center;
		border-left: 4px solid #f37229;
	}

.post-list-block .entry-content .post-list-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 15px;
}

.post-list-block .entry-content .post-list-title a {
	text-decoration: none;
}

.post-list-block .entry-content .post-excerpt {
	font-size: 14px;
	line-height: 1.4;
}

.single-post-content .container-ratio {
	border-radius: 5px;
	margin-bottom: 15px;
}

.single-post-content .post-meta-box,
.post-list-block .post-meta-box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 6;
	background-image: url( ../images/meta-bg.jpg );
	background-repeat: repeat;
	background-position: left top;
	padding: 13px 30px;
	font-size: 12px;
	font-weight: 600;
	color: rgb(60, 91, 104);
	line-height: 1.2;
}

	.single-post-content .post-meta-box span,
	.single-post-content .post-meta-box a,
	.post-list-block .post-meta-box span,
	.post-list-block .post-meta-box a {
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
	}

	.post-list-block .post-meta-box span,
	.post-list-block .post-meta-box a {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.single-post-content .post-meta-box a,
	.post-list-block .post-meta-box a {
		color: rgb(60, 91, 104);
	}

	.single-post-content .post-meta-box .like-post-button .fa {
		color: #ec7564;
	}

	.single-post-content .post-meta-box .like-post-button > span:not( .like-button-disable ) {
		cursor: pointer;
	}

	.single-post-content .post-meta-box a:hover {
		color: #000;
	}

	.single-post-content .post-meta-box {
		position: relative;
		background-image: none;
		padding: 10px 0;
		font-size: 14px;
	}

.single-post-content .post-meta-box .author-meta,
.single-post-content .post-meta-box .post-comment-count,
.single-post-content .post-meta-box .post-view-count,
.single-post-content .post-meta-box .post-like-count,
.post-list-block .post-meta-box .author-meta,
.post-list-block .post-meta-box .post-comment-count,
.post-list-block .post-meta-box .post-view-count {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
}

.single-post-content .post-meta-box .fa,
.post-list-block .post-meta-box .fa {
	margin-right: 5px;
}

.adit-social-sharing {
	position: relative;
}

.sidebar .social-accounts a,
.adit-social-sharing .social-share-box a,
.adit-social-sharing .share-posts {
	width: 34px;
	min-width: 34px;
	height: 34px;
	min-height: 34px;
	border:1px solid #f37229;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #f37229;
	cursor: pointer;
}

	.adit-social-sharing .social-share-box a {
		margin-bottom: 5px;
	}

	.single-post-content .adit-social-sharing .social-share-box a {
		margin-bottom: 0px;
		margin-right: 5px;
	}

.adit-social-sharing .social-share-box a:hover,
.adit-social-sharing .share-posts:hover {
	background-color: #f37229;
	color: #fff;
	text-decoration: none;
}

.adit-social-sharing .social-share-box {
	position: absolute;
	z-index: 6;
	bottom: 100%;
	right: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
}

	.single-post-content .adit-social-sharing .social-share-box {
		right: 100%;
		bottom: 0;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

.single-post-content .adit-social-sharing {
	margin-top: 20px;
}

.adit-social-sharing:hover .social-share-box {
	opacity: 1;
	visibility: visible
}
/** --Blog list **/

/** Sidebar Widget **/
.sidebar .widget {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
	box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.sidebar .widget-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}

.sidebar .widget-title:before {
	content: '';
	display: block;
	position: absolute;
	left: -21px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #f37229;
}

.widget .post-thumb {
	min-width: 90px;
	max-width: 90px;
	overflow: hidden;
	padding-right: 20px;
}

	.column-footer .widget .post-thumb {
		min-width: 58px;
		max-width: 58px;
		padding-right: 10px;
	}

.widget .post-thumb img {
	border-radius: 5px;
}

.widget .post-data {
	width: 100%;
}

.sidebar a:hover {
	color: #fa6926;
	text-decoration: none;
}

.sidebar li,
.sidebar h6 {
	font-size: 14px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	line-height: 1.4;
}

	.sidebar li,
	.widget h6 {
		margin-bottom: 10px;
	}

	.sidebar li {
		font-weight: 400;
		margin: 0;
	}

.sidebar li a {
	color: rgb(0, 0, 0);
}

	.sidebar li > a {
		display: block;
	}

	.sidebar li.cat-item > a {
		display: inline-block;
		vertical-align: middle;
	}

.sidebar ul {
	padding-left: 0;
}

.sidebar li {
	list-style: none;
}

.sidebar li > ul {
	margin-top: 10px;
	padding-left: 15px;
}

.sidebar li > ul li,
.sidebar li + li {
	padding: 10px 0;
	border-top: 1px solid rgb(230, 230, 230);
}

	.sidebar .adit-category-widget li + li {
		border-top: 0;
	}

.sidebar .post-data .date-post {
	display: block;
	font-size: 12px;
	color: rgb(120, 120, 120);
	line-height: 1.2;
}

.widget.adit-category-widget .cat-link {
	position: relative;
	display: block;
	border-radius: 5px;
	padding-top: 80%;
}

	.widget.adit-category-widget .cat-link img {
		-webkit-transition: 0.3s ease all;
			-ms-transition: 0.3s ease all;
				transition: 0.3s ease all;
	}

	.widget.adit-category-widget .cat-link:hover img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
			-ms-transform: translate(-50%, -50%) scale(1.1);
				transform: translate(-50%, -50%) scale(1.1);
	}

.widget .cat-link:before,
.widget .cat-link .cat--name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	display: block;
	transition: 0.5s ease all;
}

	.widget .cat-link:before {
		content: '';
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1;
	}

.widget .cat-link .cat--name {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	z-index: 2;
	padding: 10px;
}

	.widget .cat-link:hover:before,
	.widget .cat-link:hover .cat--name {
		opacity: 1;
	}

.widget .cat-link .cat--name span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.tagcloud a {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 5px;
	padding: 5px 10px;
	margin: 4px 2px;
	font-size: 12px !important;
	color: rgb(44, 44, 44);
	line-height: 1.4;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}

	.widget-block .tagcloud a:not( :hover ) {
		border-color: rgb(150, 150, 150);
	}

.tagcloud a:before {
	content: '#';
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.tagcloud a:hover {
	text-decoration: none;
	background-color: rgb(238, 238, 238);
}
/** --Sidebar Widget **/

/** Single Post **/
.single-post-content .post-main-box .post-list-title {
	margin-bottom: 10px;
}

.contact-content,
.social-contact,
.get-touch-contact,
.blog-pager .pager-link,
.comments-area,
.post-author-box,
.single-post-content {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
	box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.single-post-content .post-categories {
	padding: 0;
	list-style: none;
}

.single-post-content .post-categories li {
	display: inline-block;
	padding-bottom: 10px;
}

.single-post-content .post-categories li a {
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1.2;
	padding: 2px 6px;
	background-color: rgb(162, 112, 82);
	border-radius: 5px;
}

.single-post-content .post-categories li:hover a {
	background-color: #f37229;
	text-decoration: none;
}

.single-post-content .post-main-box img {
	width: 100%;
}
/** --Single Post **/

/** Comments **/

.post-author-box {
	width: 100%;
}

.comments-area .comment-author,
.post-author-box .author-img {
	min-width: 100px;
	max-width: 100px;
	margin-right: 20px;
}

	.comments-area .comment-author {
		min-width: 50px;
		max-width: 50px;
	}

.comments-area .comment-author img,
.post-author-box .author-img img {
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 0 2px 2px #dadada;
}

.author-name {
	font-size: 16px;
	color: rgb(93, 93, 93);
	line-height: 1.2;
	margin-bottom: 10px;
}

.comment-respond {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgb(230, 230, 230);
}

	.comments-title + .comment-respond {
		border-top: 0;
		padding-top: 0;
	}

.comment-form > .comment-notes {
	order: 0;
	width: 100%;
}

.comment-form > * {
	width: 100%;
}

.comment-form-comment textarea {
	height: 120px;
}

.comment-form-author,
.comment-form-email {
	width: 48%;
}

.comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 1.2;
	position: relative;
}

.comment-form-cookies-consent {
	display: flex;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	min-width: 17px;
}

.comments-title {
	font-size: 16px;
	line-height: 1.2;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding: 0 20px 15px;
	margin: 0 -20px 20px;
}

.comments-title .fa {
	margin-right: 10px;
	color: #f37229;
}

.comment-list .children,
.comment-list .children,
.comment-list {
	list-style: none;
	padding-left: 0;
}

	.comment-list .children,
	.comment-list .children {
		margin-left: 50px;
	}

.comment-list .children,
.comment-list .children > .comment + .comment,
.comment-list > .comment + .comment {
	padding-top: 20px;
	border-top: 1px dashed rgb(230, 230, 230);
}

.commentmetadata {
	width: 100%;
	position: relative;
}

.commentmetadata h5 {
	font-size: 14px;
	color: rgb(33, 33, 33);
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-right: 70px;
}

.comment-list .comment-mics {
	padding-bottom: 10px;
}

.comment-mics a {
	font-size: 12px;
	color: rgb(111, 111, 111);
	line-height: 1.2;
	margin-bottom: 5px;
}

.comment-mics p a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.comment-mics a .fa {
	margin-right: 6px;
	color: rgb(173, 173, 173);
}

.comment-mics p {
	font-size: 14px;
	color: rgb(93, 93, 93);
	line-height: 1.714;
}

#reply-title small,
.commentmetadata .reply {
	position: absolute;
	right: 0;
	top: 0;
}

#reply-title small a,
.commentmetadata .reply a {
	font-size: 13px;
	color: rgb(119, 119, 119);
	line-height: 1.2;
	padding: 5px 15px;
	border-radius: 5px;
	border:1px solid #dddddd;
}

#reply-title small a:hover,
.commentmetadata .reply a:hover {
	background-color: rgb(119, 119, 119);
	color: #fff;
	text-decoration: none;
}
/** --Comments **/

/** Pagination **/
.blog-pager .pager-link {
	position: relative;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	font-size: 13px;
	line-height: 1.2;
	color: rgb(93, 93, 93);
	-webkit-transition: background-color 0.2s linear;
	        transition: background-color 0.2s linear;
}

	.blog-pager .next-link {
		text-align: right;
	}

	.blog-pager .title {
		color: #f37229;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

.blog-pager .pager-link .fa {
	margin-right: 10px;
}

	.blog-pager .pager-link.next-link .fa {
		margin-right: 0;
		margin-left: 10px;
	}

	.blog-pager .pager-link:hover {
		background-color: #f37229;
		color: #fff;
		text-decoration: none;
	}
		.blog-pager .pager-link:hover .title {
			color: #fff;
		}

.blog-pager .pager-link:first-child:nth-last-child(2) ~ .pager-link,
.blog-pager .pager-link:nth-last-child(2) {
	width: 48%;
}
/** --Pagination **/

/** Mobile Menu Icon **/
.hamburger {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 50px;
	background-color: transparent;
	text-align: center;
	display: none;
}

	.header-centerstyle .hamburger {
		order: -1;
	}

.hamburger:hover,
.hamburger:focus {
	background-color: transparent;
	outline: none;
}

.hamburger .line {
	display: block;
	width: 30px;
	height: 4px;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	background-color: #f37229;
	-webkit-transition: 0.3s all ease;
			transition: 0.3s all ease;
}
	.hamburger .line:nth-last-of-type(1) {
		-webkit-transform: translate(-50%, -10px);
		transform: translate(-50%, -10px);
	}

	.hamburger .line:nth-last-of-type(2) {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hamburger .line:nth-last-of-type(3) {
		-webkit-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
	}

.hamburger:hover {
	cursor: pointer;
}

.hamburger .wrap {
	display: block;
}

.hamburger.is-open .wrap {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.hamburger.is-open .line:nth-of-type(1) {
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

.hamburger.is-open .line:nth-of-type(2) {
	width: 0;
}

.hamburger.is-open .line:last-child {
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg);
}
/** --Mobile Menu Icon **/

.module-section-title {
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 8px 0px rgba(185, 204, 240, 0.25);
}

.module-section-title:before {
	content: '';
	background-color: rgb(248, 113, 35);
	position: absolute;
	left: 0;
	top: 19px;
	width: 10px;
	height: 17px;
}

	.module-section-title.page-header::before {
		display: none;
	}

.module-section-title h3 {
	margin-bottom: 5px;
}

	.module-section-title h3:first-child:last-child {
		margin-bottom: 0;
	}

.section-content-default {
	padding: 20px;
}

.section--custom-content .content-default--structure,
.section--default-content .content-default--structure,
.section-content-default .content-default--structure {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 4px 8px 0px rgba(185, 204, 240, 0.25);
}

/** Grid A **/
.grid-a--structure {
	padding: 0.32% 0;
	margin: 0 -0.32%;
}

	.grid-a--structure:after {
		content: '';
		display: table;
		clear: both;
	}

.grid-a--structure .grid-box {
	float: left;
	width: 24.5%;
	margin: 0.32%;
}

	.grid-a--structure .grid-box.grid-a--3 {
		float: right;
	}

	.grid-a--structure .grid-box.grid-a--5,
	.grid-a--structure .grid-box.grid-a--1 {
		width: 49%;
	}

.grid-a--structure .grid-box.grid-a--5 .container-ratio,
.grid-a--structure .grid-box.grid-a--1 .container-ratio {
	padding-top: 43.4%;
}

.grid-a--structure .grid-box.grid-a--3 .container-ratio {
	padding-top: 176.8%;
}

.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--3,
.section-grid-a.section-posts--4 .grid-a--structure .grid-box {
	width: 32.55%;
	float: left;
}

	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--4,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--1 {
		width: 65.74%;
	}

	.section-grid-a.section-posts--2 .grid-a--structure .grid-box .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--4 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--1 .container-ratio {
		padding-top: 43.05%;
	}

	.section-grid-a.section-posts--1 .grid-a--structure .grid-box .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3 .container-ratio {
		padding-top: 21.5%;
	}

	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--3 .container-ratio {
		padding-top: 87%;
	}

	.section-grid-a.section-posts--2 .grid-a--structure .grid-box,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box {
		width: 49.35%;
	}

		.section-grid-a.section-posts--1 .grid-a--structure .grid-box,
		.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3 {
			float: left;
			width: 99.35%;
		}


.grid-a--structure .post-boxed-title {
	font-size: 24px;
}

.grid-a--structure .boxed-post .bottom-boxed,
.grid-a--structure .boxed-post .bottom-boxed > * {
	font-size: 16px;
}
/** --Grid A **/

/** Grid B **/
.grid-b--structure:after {
	content: '';
	display: table;
	clear: both;
}

.grid-b--structure {
	margin: 0 -0.49%;
}

	.grid-b--structure .grid-box {
		float: left;
		width: 24%;
		margin: 0.49% 0.49%;
	}

		.section-grid-b.section-posts--7 .grid-box.grid-b--7,
		.grid-b--structure .grid-box.grid-b--6,
		.grid-b--structure .grid-box.grid-b--3 {
			width: 49%;
		}

		.grid-b--structure .grid-box.grid-b--3 .container-ratio {
			padding-top: 87.5%;
		}

		.section-grid-b.section-posts--7 .grid-box.grid-b--7 .container-ratio,
		.grid-b--structure .grid-box.grid-b--6 .container-ratio {
			padding-top: 42.8%;
		}

		.section-grid-b.section-posts--4 .grid-box .container-ratio,
		.section-grid-b.section-posts--6 .grid-box .container-ratio {
			padding-top: 87%;
		}

.grid-b--structure .grid-box > article + article {
	margin-top: 4.5%;
}

	.section-grid-b.section-posts--6 .grid-box > article + article {
		margin-top: 3%;
	}

	.section-grid-b.section-posts--4 .grid-box > article + article {
		margin-top: 2%;
	}

.section-grid-b.section-posts--4 .grid-box {
	width: 49%;
}

.section-grid-b.section-posts--3 .grid-box,
.section-grid-b.section-posts--6 .grid-box {
	width: 32.30%;
}

	.section-grid-b.section-posts--3 .grid-box.grid-b--3 {
		width: 65.58%;
	}

.section-grid-b.section-posts--3 .grid-box.grid-b--3 .container-ratio {
	padding-top: 88%;
}

.section-grid-b.section-posts--2 .grid-box {
	width: 49%;
}

.section-grid-b.section-posts--1 .grid-box {
	width: 99%;
}
/** --Gird B **/

/** List A **/
.section-list-a,
.section-list-b {
	padding: 0px 0;
}
	body .column-footer,
	body .bottom-footer,
	body #page > .mailchimp-wrap,
	#masthead .top-bar,
	#masthead .main-header,
	#masthead.header-centerstyle .nav-bar,
	.layout-with-side,
	.section--default-content.layout--fullwidth,
	.section--custom-content.layout--fullwidth,
	.section-grid-a.layout--fullwidth,
	.section-grid-b.layout--fullwidth,
	.section-list-c.layout--fullwidth,
	.section-list-a.layout--fullwidth,
	.section-list-b.layout--fullwidth,
	.section-grid-a.layout--boxed,
	.section-grid-b.layout--boxed,
	.section-list-c.layout--boxed,
	.section-list-a.layout--boxed,
	.section-list-b.layout--boxed {
		padding-left: 20px;
		padding-right: 20px;
	}

body .column-footer .container,
body .bottom-footer .container,
body .mailchimp-wrap .container,
#masthead .top-bar .container,
#masthead .main-header .container,
#masthead.header-centerstyle .nav-bar .container,
.layout-with-side .container,
.section-list-c.layout--fullwidth .container,
.section-list-a.layout--fullwidth .container,
.section-list-b.layout--fullwidth .container,
.section-grid-a.layout--fullwidth .container,
.section-grid-b.layout--fullwidth .container,
.section-list-c.layout--boxed .container,
.section-list-a.layout--boxed .container,
.section-list-b.layout--boxed .container,
.section-grid-a.layout--boxed .container,
.section-grid-b.layout--boxed .container {
	width: 100%;
}

/** -- List A **/

/** List B **/
.post-list-block.content-post-list-block {
	padding-bottom: 0;
}

.post-list-block.content-post-list-block .post-main-box {
	width: 47.5%;
}

.post-list-block.content-post-list-block .wrap-box {
	position: relative;
	padding-bottom: 45px;
	width: 52.5%;
}

	.post-list-block.post--no-meta .wrap-box {
		padding-bottom: 0;
	}

.post-list-block.content-post-list-block .post-main-box .container-ratio {
	border-radius: 5px 0 0 5px;
	padding-top: 70.15%;
	min-height: 100%;
}
/** -- List B **/

/** Boxed Post **/
.boxed-post {
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.boxed-post .container-ratio {
	display: block;
	position: relative;
}

	.widget .boxed-post .container-ratio {
		padding-top: 70%;
	}

	.widget .boxed-post .container-ratio img {
		-webkit-transition: 0.3s ease all;
			-o-transition: 0.3s ease all;
				transition: 0.3s ease all;
	}

	.widget .boxed-post:hover img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
			-ms-transform: translate(-50%, -50%) scale(1.1);
				transform: translate(-50%, -50%) scale(1.1);
	}

.boxed-post .container-ratio:after {
	content: '';
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 43%, rgba(0,0,0,0.63) 57%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 43%, rgba(0,0,0,0.63) 57%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 43%, rgba(0,0,0,0.63) 57%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 43%, rgba(0,0,0,0.63) 57%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 43%, rgba(0,0,0,0.63) 57%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.boxed-post .entry-content {
	position: absolute;
	z-index: 4;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 30px;
}

select::-ms-expand {
	display: none;
}

	.widget .boxed-post .entry-content {
		padding: 15px;
	}

.boxed-post .entry-content .post-boxed-title {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}

	.boxed-post .entry-content .post-boxed-title:first-child:last-child {
		margin-bottom: 0;
	}

	.boxed-post .entry-content .post-boxed-title {
		text-align: center;
	}

	.grid-box  .boxed-post .entry-content .post-boxed-title {
		text-align: left;
	}

.boxed-post .entry-content .post-boxed-title a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: block;
}

.boxed-post .bottom-boxed,
.boxed-post .bottom-boxed > * {
	font-size: 12px;
	color: rgb(255, 255, 255);
	line-height: 1.8;
	text-decoration: none;
	font-weight: 400;
}

	.boxed-post .bottom-boxed > * {
		margin-right: 10px;
		white-space: nowrap;
		display: inline-block;
	}

	.boxed-post .bottom-boxed {
		text-align: center;
	}

	.grid-box .boxed-post .bottom-boxed {
		text-align: left;
	}

.boxed-post .bottom-boxed .fa {
	margin-right: 5px;
}

.grid-box .container-ratio {
	padding-top: 87%;
}

.post-list-block .post-main-box .container-ratio img,
.grid-box article .container-ratio img {
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

	.post-list-block:hover .post-main-box .container-ratio img,
	.grid-box article:hover .container-ratio img {
		-webkit-transform: translate(-50%, -50%) scale( 1.1 );
		        transform: translate(-50%, -50%) scale( 1.1 );
	}
/** --Boxed Post **/

/** List C **/
.list-c--structure {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px 0px rgba(185, 204, 240, 0.25);
}

.list-c--structure .post-list-block {
	width: 50%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.content-post-list-c .wrap-box,
.content-post-list-c .post-main-box {
	width: 50%;
}

.list-c--structure .content-post-list-c:nth-child(2) .post-main-box,
.list-c--structure .content-post-list-c:first-child .post-main-box {
	order: 2;
}

.list-c--structure .post-list-block .post-main-box:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 14px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
}

.list-c--structure .content-post-list-c:nth-child(2) .post-main-box:before,
.list-c--structure .content-post-list-c:first-child .post-main-box:before {
	right: auto;
	left: -1px;
	border-color: transparent transparent transparent #fff;
}

.post-list-block.content-post-list-c .bottom-boxed {
	position: relative;
	width: 100%;
	z-index: 6;
	background-image: url(../images/meta-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 14px 15px;
	font-size: 12px;
	font-weight: 600;
	color: rgb(60, 91, 104);
	line-height: 1.2;
	border-radius: 5px;
}

.post-list-block.content-post-list-c .post-main-box .container-ratio {
	padding-top: 80%;
	min-height: 100%;
	border-radius: 0;
}

.list-c--structure .post-list-block.empty-placeholder {
	background-color: #fafafa;
}

.module-sidebar.layout--boxed .post-list-block .entry-content .post-list-title {
	font-size: 15px;
}

.module-sidebar.layout--boxed .post-list-block .entry-content {
	padding-left: 20px;
	padding-right: 20px;
}

.module-sidebar.layout--boxed .post-list-block .entry-content .categories:before {
	left: -20px;
}
/** -- List C **/

/* Adit Carousel */
.adit-carousel  {
	padding-left: 20px;
	padding-right: 20px;
}

.adit-carousel .container {
	position: relative;
	width: 100%;
}

.adit-carousel .module-section-title {
	padding-right: 50px;
	min-height: 60px;
}

	.adit-carousel .module-section-title.no-bar::before {
		display: none;
	}

.adit-carousel .slick-slider {
	position: static;
}

.adit-carousel .slick-slider .slick-track {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
	.adit-carousel .slick-slider .slick-track:before,
	.adit-carousel .slick-slider .slick-track:after {
		display: none;
	}

.adit-carousel .slick-track .post-list-block {
	height: 100%;
}

.adit-carousel .slick-slide {
	margin:0 5px;
	height: auto !important;
}

.adit-carousel .slick-arrow {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #cecece;
	border-radius: 3px;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

	.adit-carousel .slick-arrow:hover {
		background: rgb(248, 113, 35);
	}

	.adit-carousel .slick-prev {
		right: 40px;
	}

	.adit-carousel .slick-prev:before,
	.adit-carousel .slick-next:before {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 18px;
		line-height: 0;
		color: #fff;
		z-index: 2;
	}

	.adit-carousel .slick-prev:before {
		content:'\f104';
	}

	.adit-carousel .slick-next:before {
		content:'\f105';
	}


/* No Js */
.carousel-b--structure,
.carousel-a--structure {
	overflow: hidden;
	margin: 0 -5px;
}

	.carousel-a--structure {
		margin-bottom: 20px;
	}

	.carousel-b--structure:not( .slick-initialized ),
	.carousel-a--structure:not( .slick-initialized ) {
		display: flex;
	}

.adit-carousel .carousel-b--structure:not(.slick-initialized) .grid-box,
.adit-carousel .carousel-a--structure:not(.slick-initialized) .grid-box {
	margin: 0.33%;
}

.adit-carousel .carousel-b--structure:not(.slick-initialized) .grid-box .post-list-block,
.adit-carousel .carousel-a--structure:not(.slick-initialized) .grid-box .post-list-block {
	height: 100%;
	margin-bottom: 0;
}

.carousel-b--structure:not(.slick-initialized) .grid-box {
	min-width: 32.67%;
	max-width: 32.67%;
}

.carousel--fullwidth .carousel-b--structure:not(.slick-initialized) .grid-box,
.carousel-a--structure:not(.slick-initialized) .grid-box {
	min-width: 24.33%;
	max-width: 24.33%;
}

.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
	min-width: 16.00%;
	max-width: 16.00%;
}

.module-sidebar.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.column-footer .widget-block .mailchimp-wrap .container,
.module-sidebar .container {
	width: 100%;
	max-width: 100% !important;
}

.adit-carousel.carousel--fullwidth,
.layout-with-side.layout--fullwidth {
	margin: 0 auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.layout-with-side.layout--fullwidth .row {
	margin-left: 0;
	margin-right: 0;
}

/* 404 page */
.page-404 .page-not-found{
	width: 100%;
	height: auto;
}

/* typography page */
.banner-section {
	padding: 80px 20px 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

	.banner-section:before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
	}

.banner-section .container {
	position: relative;
	width: 100%;
}

/* breadcrumb */
.adit-breadcrumb {
	margin-bottom: 20px;
	width: 100%;
	font-size: 13px;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.adit-breadcrumb > .fa {
	margin: 0 10px;
}

.adit-breadcrumb a,
.adit-breadcrumb .current {
	color: #787878;
	display: inline-block;
	vertical-align: middle;
}

	.adit-breadcrumb .current {
		color: #000;
	}

/* ajax filter list search box header */
.suggesstion-box {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0px 4px 8px 0px rgba(185, 204, 240, 0.25);
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	right: 0;
}

.ui-autocomplete {
	box-shadow: 0px 4px 8px 0px rgba(185, 204, 240, 0.25);
	background: #fff;
	z-index: 9999 !important;
}

	.no-results .page-content .suggesstion-box {
		display: none !important;
	}

.no-results .page-content .search-field {
	background-color: #fff;
}

.ui-autocomplete .ui-menu-item,
#page .suggesstion-box li {
	margin: 0;
	padding: 0;
}

.ui-autocomplete .ui-menu-item + .ui-menu-item,
.suggesstion-box li + li {
	border-top: 1px solid rgb(230, 230, 230);
}

.ui-menu .ui-menu-item,
#page .suggesstion-box a,
#page .suggesstion-box span  {
	font-size: 13px;
	line-height: 1.4;
	padding: 5px 10px;
	display: block;
	font-weight: 600;
	color: #000;
	word-wrap: normal;
	white-space: normal;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active,
#page .suggesstion-box li:hover a{
	color: #f37229;
}

.get-touch-contact h2,
.social-contact h2 {
	font-size: 20px;
}

.contact--2 .social-contact ul,
.contact--2 .get-touch-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact--2 .get-touch-contact .fa {
	background-color: rgb(250, 106, 38);
	min-width: 33px;
	height: 33px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	display: flex;
	margin-top: -5px;
}

.contact--2 .get-touch-contact li,
.contact--2 .get-touch-contact a {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}
	.contact--2 .social-contact .fa:hover,
	.contact--2 .get-touch-contact a:hover {
		color: rgb(250, 106, 38);
		text-decoration: none;
	}


.contact--2 .social-contact .fa {
	font-size: 28px;
	color: rgb(168, 168, 168);
}

.contact--2 .social-contact li + li {
	margin-left: 15px;
}

#gmap_canvas {
	width: 100%;
	height: 440px;
}

	.contact-map iframe {
		margin: 0;
	}

#page .nf-form-content {
	padding: 0;
}

body .pika-button {
	text-align: center;
}

.page-header {
	margin-bottom: 20px;
}

.page-header .page-title {
	margin-bottom: 0px;
}

.page-header .page-title + * {
	margin-top: 10px;
}

/* See more wrap + loadmore wrap */
.see-more-wrap,
.load-more-wrap {
	width: 100%;
}

.no-results {
	width: 100%;
	position: relative;
}

/* facebook feed widget responsive */
#page .fb-page,
#page .fb-page span,
#page .fb-page span iframe[style] {
	width: 100% !important;
}

.inner-wrapper-sticky,
.sidebar-wrapper {
	width: 100%;
}

@media ( max-width: 1570px ) {
	body.themestyle-fullwidth .blog-filter.portrait input[type='submit'] {
		margin: 0 auto;
	}

	body.themestyle-fullwidth .blog-filter.portrait .reset-button {
		position: relative;
		width: 100%;
		display: table;
		margin: 15px auto 0;
		text-align: center;
		bottom: auto;
		right: 0;
	}

}

@media ( min-width: 1201px ) and ( max-width: 1400px ) {
	body.themestyle-fullwidth .sidebar .blog-filter.portrait .filter-label {
		min-width: 75px;
	}

	body.themestyle-fullwidth .sidebar .blog-filter.portrait .format-wrap label {
		margin-right: 3px;
	}
}



@media ( min-width: 1040px ) {
	.blog-filter.portrait .format-wrap label {
		margin-right: 10px;
	}

}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Adit Carousel */
@media ( max-width:1400px ) {

	/* No JS Carousel */
	.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
		min-width: 19.34%;
		max-width: 19.34%;
	}
	/* No JS Carousel */

	/* fullwidth - sidebar */
	/** list column **/
	.themestyle-fullwidth .full-width .blog-column-2 .post-list-block,
	.themestyle-fullwidth .right-sidebar .blog-column-2 .post-list-block,
	.themestyle-fullwidth .left-sidebar .blog-column-2 .post-list-block {
		width: 100%;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	/** --list column **/

	.themestyle-fullwidth .full-width .blog-column-2 .single-post-content .post-meta-box .meta-left,
	.themestyle-fullwidth .right-sidebar .blog-column-2 .single-post-content .post-meta-box .meta-left,
	.themestyle-fullwidth .left-sidebar .blog-column-2 .single-post-content .post-meta-box .meta-left,
	.themestyle-fullwidth .right-sidebar .blog-column-2 .post-list-block .post-meta-box .meta-left,
	.themestyle-fullwidth .left-sidebar .blog-column-2 .post-list-block .post-meta-box .meta-left {
		width: auto;
		margin-bottom: 0;
	}

}

@media ( max-width:1200px ) {

	/* header 2 email contact details */
	.right-mics li + li:before {
		margin: 0px 5px;
	}

	/* sidebar reset filter */
	.blog-filter.portrait .reset-button {
		position: static;
		margin-top: 10px;
		text-align: center;
		width: 100%;
		display: block;
	}

	.left-sidebar .sidebar {
		padding-right: 15px;
	}

	.right-sidebar .sidebar {
		padding-left: 15px;
	}

	/** list column **/
	.blog-column-4 .post-list-block {
		width: 32.0%;
	}

		.blog-column-4 .adit-masonry .post-list-block {
			width: 31.7%;
		}

	.blog-column-3 .adit-masonry .post-list-block {
		margin-left: 0.8%;
		margin-right: 0.8%;
		width: 48%;
	}

		.right-sidebar .blog-column-3 .post-list-block,
		.left-sidebar .blog-column-3 .post-list-block {
			width: 48.4%;
		}
	/** --list column **/

	.blog-column-2 .post-list-block.content-post-list-block .wrap-box {
		padding-bottom: 60px;
	}

	.post-list-block .entry-content,
	.single-post-content .post-meta-box,
	.post-list-block .post-meta-box {
		padding: 12px 15px;
	}

		.single-post-content .post-meta-box {
			padding-top: 0;
			padding-left: 0;
			padding-right: 0;
		}

	.post-list-block .entry-content .categories:before {
		left: -15px;
		width: 10px;
	}

	.boxed-post .entry-content {
		padding: 10px;
	}

	/** List C **/
	.list-c--structure .post-list-block .entry-content .post-list-title {
		font-size: 18px;
	}

	.list-c--structure .post-list-block.content-post-list-c .bottom-boxed {
		padding: 10px 7px;
	}
	/** -- List C **/

	/** No JS Carousel **/
	.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
		min-width: 24.34%;
		max-width: 24.34%;
	}

	.carousel--fullwidth .carousel-b--structure:not(.slick-initialized) .grid-box {
		min-width: 32.67%;
		max-width: 32.67%;
	}
	/** --No JS Carousel **/
}

@media ( min-width: 993px ) and ( max-width: 1160px ) {

	/** list column **/
	.layout-with-side.layout--fullwidth .blog-column-3 .post-list-block {
		width: 49%;
	}

	.layout-with-side.layout--fullwidth .blog-column-3 .adit-masonry .post-list-block {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}
	/** --list column **/
}

@media ( min-width:993px ) {
	#primary-menu li .sub-menu {
		display: block !important;
	}

	html.js header#masthead.sticky-header.headroom--unpinned #primary-menu ul.sub-menu {
		opacity: 0;
		visibility: hidden;
	}
}

@media ( max-width:992px ) {

	html.js body.menu--open header#masthead.sticky-header {
		position: absolute;
	}

	.header-centerstyle .right-mics {
		flex-wrap: wrap;
	}

	.header-centerstyle .right-mics li + li:before {
		display: none;
	}

	.header-centerstyle .nav-bar {
		position: relative;
	}

	.container-primary-menu .caret {
		position: absolute;
		top: 8px;
		right: 2px;
		display: block;
		width: 36px;
		height: 36px;
		cursor: pointer;
	}
		.container-primary-menu .sub-menu .caret {
			top: 3px;
		}

	.container-primary-menu .caret:before,
	.container-primary-menu .caret:after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: auto;
		width: 16px;
		height: 2px;
		background: #000;
	}

	.container-primary-menu .caret:after {
		transform: rotate(-90deg);
		transition: all .2s ease;
	}

	.container-primary-menu .is-open > .caret:after {
		transform: rotate(0);
	}

	/* responsive menu */
	/* hide main menu */
	.container-primary-menu {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		width: 100%;
		position: absolute;
		top: 120%;
		left: 0;
		background: #fff;
		padding: 0;
		box-shadow: 0 0 0 2px rgba(0,0,0,0.16);
		z-index: 99;
		-webkit-transition: 0.3s ease all;
				transition: 0.3s ease all;
	}

	#primary-menu li .sub-menu li .sub-menu ,
	#primary-menu li .sub-menu {
		position: relative;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;
		padding: 0;
		padding-left: 10px;
		box-shadow: none;
		border-top: 1px solid #ccc;
		pointer-events: all;
	}

	#primary-menu li {
		margin: 0;
	}
		#primary-menu li.is-open > a {
			color: #f37229;
		}

	.container-primary-menu li + li {
		border-top: 1px solid #ccc;
	}

	#primary-menu li:hover > .sub-menu {
		display: none;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form .container-small::before {
		display: none;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form .container-small {
		width: 100%;
		max-width: 100%;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form .close-search {
		display: none;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}

	/* remove active border from responsive */
	.header-centerstyle #primary-menu li a:after{
		display: none;
	}

	/* main menu after trigger */
	.container-primary-menu.is-open {
		top: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		padding: 0;
	}

		.header-centerstyle .container-primary-menu.is-open {
			left: 0;
			top: 100%;
		}

	#primary-menu {
		display: block;
	}

	#primary-menu li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	#primary-menu li.menu-item-has-children > a {
		padding-right: 40px !important;
	}

	.header-centerstyle #primary-menu li {
		margin: 0;
	}

	/* mobile menu icon */
	.hamburger {
		display: flex;
	}

	/* blog filter portrait mode in sidebar */
	.blog-filter.portrait .filter-label {
		width: 100%;
		margin-bottom: 10px;
	}

		.blog-filter.portrait .format .filter-label {
			margin-bottom: 20px;
		}

	.blog-filter.portrait input[type='submit'] {
		margin: 0 auto;
	}

	/* blog filter landscape mode */
	.blog-filter.landscape .categoty-list,
	.blog-filter.landscape .order-filter,
	.blog-filter.landscape .format {
		margin-bottom: 30px;
		width: 48%;
	}

		.blog-filter.landscape .format {
			margin-bottom: 0;
		}

		.blog-filter.landscape .filter-label {
			width: 80px;
			min-width: 80px;
		}

		.blog-filter.landscape select {
			width: 100%;
		}

		.blog-filter.landscape .format-wrap {
			width: 100%;
		}

	/* post item */
	.post-list-block .entry-content .categories:before {
		left: -15px;
		width:15px;
	}

	.single-post-content .post-meta-box,
	.post-list-block .post-meta-box {
		padding: 12px;
	}

		.single-post-content .post-meta-box {
			padding-top: 0;
			padding-left: 0;
			padding-right: 0;
		}

	.left-sidebar .sidebar {
		padding-right: 15px;
	}

	.right-sidebar .sidebar {
		padding-left: 15px;
	}

	/** list column **/
	.full-width.list-type--blog-b .adit-masonry,
	.right-sidebar .blog-column-2 .adit-masonry,
	.left-sidebar .blog-column-2 .adit-masonry,
	.left-sidebar .blog-column-1 .adit-masonry,
	.right-sidebar .blog-column-1 .adit-masonry,
	.left-sidebar .blog-column-1 .adit-masonry,
	.section-list-b .adit-masonry,
	.layout-with-side.layout--fullwidth .blog-column-3 .adit-masonry,
	.layout-with-side.layout--boxed .blog-column-2 .adit-masonry {
		margin-left: 0;
		margin-right: 0;
	}

	.section-list-b .adit-masonry .post-list-block,
	.layout-with-side.layout--fullwidth .blog-column-3 .adit-masonry .post-list-block,
	.blog-column-2 .adit-masonry .post-list-block,
	.blog-column-2 .post-list-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.blog-column-3 .post-list-block {
		width: 48.5%;
	}

	.themestyle-fullwidth .right-sidebar .blog-column-3 .post-list-block,
	.themestyle-fullwidth .left-sidebar .blog-column-3 .post-list-block {
		width: 100%;
	}

	.blog-column-4 .post-list-block {
		width: 48.6%;
	}

	.blog-column-4 .adit-masonry {
		margin-left: -1.5%;
		margin-right: -1.5%;
	}

	.blog-column-4 .adit-masonry .post-list-block {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.themestyle-fullwidth .blog-column-3 .adit-masonry .post-list-block {
		margin-left: 1%;
		margin-right: 1%;
		width: 98%;
	}
	/** --list column **/

	/* footer mailchimp */
	.mailchimp-wrap .mailchimp-box .mailchimp-titles {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.sidebar .widget {
		padding: 15px 20px;
	}

	.sidebar .widget .widget-title {
		margin: 0px 0 15px;
	}

	.single-post-content .post-main-box .post-list-title {
		font-size: 28px;
		line-height: 1.4;
	}

	.header-leftstyle #primary-menu li.menu-search .search-form {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	.boxed-post .entry-content .post-boxed-title {
		font-size: 14px;
		line-height: 1.2;
	}

	.grid-b--structure,
	.grid-a--structure {
		display: flex;
		flex-wrap: wrap;
	}

	.section-posts--5 .grid-a--structure .grid-box {
		order: 7;
	}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--1 {
			order: 0;
		}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--2 {
			order: 1;
		}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--3 {
			width: 100%;
		}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--4 {
			order: 3;
		}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--5 {
			order: 4;
		}

		.section-posts--5 .grid-a--structure .grid-box.grid-a--3 .container-ratio {
			padding-top: 26.8%;
		}

	.grid-b--structure {
		margin: 0 -0.32%;
	}

	.section-posts--7 .grid-b--structure .grid-box.grid-b--6,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--5,
	.grid-b--structure .grid-box ,
	.grid-a--structure .grid-box {
		width: 32.8%;
		margin: 0.32%;
	}

	.section-posts--7 .grid-b--structure .grid-box.grid-b--6 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--5 .container-ratio {
		padding-top: 174%;
	}

	.section-posts--7 .grid-b--structure .grid-box.grid-b--7 .container-ratio {
		padding-top: 87%;
	}

	.section-posts--7 .grid-b--structure .grid-box.grid-b--7,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--4,
	.section-grid-b.section-posts--7 .grid-box.grid-b--7,
	.grid-b--structure .grid-box.grid-b--6,
	.grid-b--structure .grid-box.grid-b--3,
	.grid-a--structure .grid-box.grid-a--5, .grid-a--structure .grid-box.grid-a--1 {
		width: 65.66%;
		margin: 0.32%;
	}

	.grid-b--structure .grid-box.grid-b--8,
	.grid-b--structure .grid-box.grid-b--7,
	.grid-b--structure .grid-box.grid-b--5,
	.grid-b--structure .grid-box.grid-b--4 {
		width: 49.25%;
	}

	.grid-b--structure .grid-box.grid-b--6 {
		width: 100%;
	}

	.grid-b--structure .grid-box > article + article {
		margin-top: 1%;
	}

	.grid-a--structure .boxed-post .bottom-boxed,
	.grid-a--structure .boxed-post .bottom-boxed > * {
		font-size: 13px;
	}

	.blog-column-2 .single-post-content .post-meta-box .meta-left,
	.blog-column-2 .post-list-block .post-meta-box .meta-left {
		width: auto;
		margin-bottom: 0;
	}

	.section-content-default .container {
		width: 100%;
	}

	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--1 .container-ratio{
		padding-top: 60%;
	}

	.section-grid-a.section-posts--1 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3 .container-ratio {
		padding-top: 36%;
	}

	.section-grid-b.section-posts--6 .grid-box.grid-b--6 .container-ratio {
		padding-top: 42%;
	}

	.section-grid-b.section-posts--4 .grid-box.grid-b--4,
	.section-grid-b.section-posts--4 .grid-box.grid-b--3,
	.section-grid-b.section-posts--4 .grid-box.grid-b--2,
	.section-grid-b.section-posts--4 .grid-box.grid-b--1 {
		width: 48.5%;

	}

	.section-grid-b.section-posts--4 .grid-b--structure {
		display: block;
	}

	.section-grid-b.section-posts--4 .grid-box > article + article {
		margin-top: 1.5%;
	}

	.section-grid-b.section-posts--3 .grid-box.grid-b--1 {
		width: 33%;
	}

	.section-grid-b.section-posts--3 .grid-box.grid-b--3 {
		width: 65.7;
	}

	.grid-b--structure .grid-box > article + article {
		margin-top: 1.2%;
	}

	/* list B */
	.layout-with-side.layout--fullwidth .post-list-block.content-post-list-block .post-main-box,
	.layout-with-side.layout--fullwidth .post-list-block.content-post-list-block .wrap-box {
		width: 100%;
	}

	.layout-with-side.layout--fullwidth .post-list-block.content-post-list-block .post-main-box .container-ratio {
		border-radius: 5px 5px 0 0;
	}
	/* --list B */

	/* list c */
	.list-c--structure .post-list-block {
		width: 100%;
		order: 8;
	}

	.list-c--structure .post-list-block:nth-of-type(odd) {
		order: -1;
	}
	/* -- list c */

	/* No JS Carousel */
	.carousel-a--structure:not(.slick-initialized) .grid-box,
	.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
		min-width: 32.67%;
		max-width: 32.37%;
	}

	.carousel-b--structure:not(.slick-initialized) .grid-box,
	.carousel--fullwidth .carousel-b--structure:not(.slick-initialized) .grid-box {
		min-width: 49.34%;
		max-width: 49.34%;
	}
	/* --No JS Carousel */

	/* fullwidth sidebar */
	.themestyle-fullwidth .right-sidebar .post-list-block.content-post-list-block .wrap-box,
	.themestyle-fullwidth .right-sidebar .post-list-block .post-main-box,
	.themestyle-fullwidth .left-sidebar .post-list-block.content-post-list-block .wrap-box,
	.themestyle-fullwidth .left-sidebar .post-list-block .post-main-box {
		width: 100%;
	}

	.themestyle-fullwidth .right-sidebar .blog-column-2 .single-post-content .post-meta-box .meta-left,
	.themestyle-fullwidth .right-sidebar .blog-column-2 .post-list-block .post-meta-box .meta-left,
	.themestyle-fullwidth .left-sidebar .blog-column-2 .single-post-content .post-meta-box .meta-left,
	.themestyle-fullwidth .left-sidebar .blog-column-2 .post-list-block .post-meta-box .meta-left {
		width: auto;
		margin-bottom: 0;
	}

	.themestyle-fullwidth .right-sidebar .post-list-block.content-post-list-block .post-main-box .container-ratio,
	.themestyle-fullwidth .left-sidebar .post-list-block.content-post-list-block .post-main-box .container-ratio {
		border-radius: 5px 5px 0 0;
	}

	/* box width sidebar */
	.themestyle-boxed .post-list-block {
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;

	}

	.themestyle-boxed .right-sidebar .post-list-block.content-post-list-block .wrap-box,
	.themestyle-boxed .right-sidebar .post-list-block.content-post-list-block .post-main-box,
	.themestyle-boxed .left-sidebar .post-list-block.content-post-list-block .wrap-box,
	.themestyle-boxed .left-sidebar .post-list-block.content-post-list-block .post-main-box {
		width: 100%;
	}

	/* remove ajax filter result from reponsive */
	.suggesstion-box {
		display: none !important;
	}

	/* contact page */
	.contact--2 .contact-data {
		padding: 0;
	}

	#page .nf-field-container {
		margin-bottom: 15px;
	}

	.layout-with-side .module-sidebar .cell-8 .list-b--structure .post-list-block {
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.layout-with-side .module-sidebar .cell-8 .list-b--structure .post-list-block.content-post-list-block .wrap-box,
	.layout-with-side .module-sidebar .cell-8 .list-b--structure .post-list-block.content-post-list-block .post-main-box {
		width: 100%;
	}

	.column-footer .widget-block {
		margin-bottom: 20px;
	}
}

@media ( max-width: 782px ) {
	html.js body.admin-bar header#masthead.sticky-header.headroom--not-top {
		top: 46px;
	}

	html #wpadminbar {
		position: fixed;
	}

	.widget .post-thumb {
		min-width: 70px;
		max-width: 70px;
	}
}

@media ( max-width: 767px ) {

	.logo-section img,
	.logo-section {
		max-width: 80px;
		height: 35px;
	}

		html.js header#masthead.sticky-header.headroom--not-top .logo-section img,
		html.js header#masthead.sticky-header.headroom--not-top .logo-section {
			max-width: 70px;
			height: 32px;
		}

	body.header-option_left .hello-title {
		text-align: center;
	}

	body.header-option_left:not( .enable--hellobar ) .top-bar {
		display: none;
	}

	.header-centerstyle .main-header .container {
		flex-wrap: wrap;
	}

	.header-centerstyle .header-contact-info {
		display: none;
	}

	.bottom-footer .copyright,
	.bottom-footer .footer-navigation {
		text-align: center;
		width: 100%;
	}

	.bottom-footer .copyright + .footer-navigation {
		margin-top: 10px;
	}

	.header-centerstyle .right-mics {
		width: 50%;
	}


	.comments-area .comment-author,
	.post-author-box .author-img {
		min-width: 50px;
		max-width: 50px;
		margin-right: 10px;
	}

		body.archive.author .post-author-box .author-img {
			margin-right: 0;
		}


	.comments-area .comment-author img,
	.post-author-box .author-img img {
		border-width: 2px;
	}
		.comments-area .comment-author {
			min-width: 30px;
			max-width: 30px;
			margin-right: 10px;
		}

	body.archive.author .post-author-box .content-info {
		text-align: center;
	}

	.comment-mics p,
	.commentmetadata h5 {
		font-size: 12px;
	}

	.comment-list .children, .comment-list .children {
		margin-left: 20px;
	}

	.comment-respond .comment-reply-title {
		font-size: 18px;
	}

	.main-header {
		padding: 10px 0;
	}

	.header-leftstyle .right-mics {
		display: none;
	}

	.grid-b--structure .grid-box.grid-b--8,
	.grid-b--structure .grid-box.grid-b--4,
	.grid-b--structure .grid-box.grid-b--3,
	.grid-b--structure .grid-box.grid-b--6,
	.grid-b--structure .grid-box.grid-b--3,
	.grid-a--structure .grid-box.grid-a--5,
	.grid-a--structure .grid-box.grid-a--1 {
		width: 55%;
	}

	.grid-a--structure .grid-box.grid-a--5 .container-ratio,
	.grid-a--structure .grid-box.grid-a--1 .container-ratio {
		padding-top: 68.8%;
	}

	.section-grid-b.section-posts--6 .grid-box.grid-b--1,
	.grid-b--structure .grid-box.grid-b--7,
	.grid-b--structure .grid-box.grid-b--5,
	.grid-b--structure .grid-box,
	.grid-a--structure .grid-box,
	.grid-a--structure .grid-box.grid-a--4,
	.grid-a--structure .grid-box.grid-a--2 {
		width: 43.5%;
	}

	.grid-a--structure .grid-box.grid-a--3 .container-ratio {
		padding-top: 36%;
	}

	.section-grid-b.section-posts--5 .grid-b--structure .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--6 .grid-b--structure .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--7 .grid-b--structure .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--8 .grid-b--structure .grid-box.grid-b--3 .container-ratio {
		padding-top: 138.5%;
	}

	.grid-b--structure .grid-box.grid-b--7 .container-ratio,
	.grid-b--structure .grid-box.grid-b--5 .container-ratio {
		padding-top: 110%;
	}

	.grid-b--structure .grid-box.grid-b--6 {
		width: 100%;
	}

	.section-grid-b.section-posts--6 .grid-box > article + article {
		margin-top: 1%;
	}

	/* contact page */
	#gmap_canvas {
		height: 300px;
	}

	/* author page */
	body.author .blog-posted-by .author-img {
		max-width: 100px;
		margin-bottom: 15px;
	}

	body > .ui-autocomplete {
		display: none !important;
	}

}

@media ( max-width:640px ) {
	.sidebar.cell-pr-3, .sidebar.cell-px-3 {
		padding: 0;
		order: 4;
	}

	.themestyle-fullwidth .blog-column-3,
	.right-sidebar .sidebar,
	.right-sidebar .blog-column-2,
	.left-sidebar .sidebar,
	.left-sidebar .blog-column-2 {
		padding-left: 0;
		padding-right: 0;
	}

		.right-sidebar .sidebar,
		.left-sidebar .sidebar {
			padding-top: 30px;
		}

	.post-list-block,
	.sidebar .widget {
		margin-bottom: 20px;
	}

	.single-post-content .post-main-box .post-list-title {
		font-size: 22px;
		line-height: 1.3;
	}

	.grid-a--structure .boxed-post .bottom-boxed,
	.grid-a--structure .boxed-post .bottom-boxed > * {
		font-size: 11px;
	}

	/* No JS Carousel */
	.carousel-a--structure:not(.slick-initialized) .grid-box,
	.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
		min-width: 49.34%;
		max-width: 49.34%;
	}
	/* No JS Carousel */

	/* fullwidth no sidebar list horizontal */
	.list-b--structure .post-list-block.content-post-list-block .wrap-box,
	.list-b--structure .post-list-block.content-post-list-block .post-main-box,
	.themestyle-fullwidth .full-width .blog-column-2 .post-list-block.content-post-list-block .wrap-box,
	.themestyle-fullwidth .full-width .post-list-block.content-post-list-block .post-main-box {
		width: 100%;
	}

	.list-b--structure .post-list-block.content-post-list-block .post-main-box .container-ratio,
	.themestyle-fullwidth .full-width .post-list-block.content-post-list-block .post-main-box .container-ratio {
		border-radius: 5px 5px 0 0;
	}

	.left-sidebar .blog-column-1,
	.right-sidebar .blog-column-1 {
		padding: 0;
	}

	.themestyle-boxed .full-width .post-list-block.content-post-list-block {
		-webkit-flex-wrap: 	wrap;
			-ms-flex-wrap: 	wrap;
				flex-wrap: 	wrap;
	}

	.themestyle-boxed .full-width .post-list-block.content-post-list-block .wrap-box,
	.themestyle-boxed .full-width .post-list-block.content-post-list-block .post-main-box {
		width: 100%;
	}

	.module-sidebar > div {
		padding: 20px 0;
	}

}

@media ( max-width: 580px ) {

	.entry-content .wp-block-quote.is-large p,
	.entry-content .wp-block-quote.is-style-large p {
		font-size: 18px;
	}

	.entry-content .wp-block-text-columns {
		display: block;
	}

	.entry-content .wp-block-text-columns .wp-block-column {
		width: 100%;
		margin: 0;
	}

	/** list column **/
	.blog-column-3 .adit-masonry,
	.blog-column-4 .adit-masonry,
	.blog-column-4 .adit-masonry .post-list-block {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-column-4 .adit-masonry .post-list-block,
	.blog-column-3 .adit-masonry .post-list-block,
	.blog-column-4 .post-list-block,
	.blog-column-3 .post-list-block,
	.blog-column-2 .adit-masonry .post-list-block {
		width: 100%;
	}
	/** --list column **/

	.blog-filter.landscape .categoty-list,
	.blog-filter.landscape .order-filter,
	.blog-filter.landscape .format {
		width: 100%;
	}

	.blog-filter .filter-label {
		width: 100px;
	}

	.blog-filter select,
	.widget .search-field,
	.sidebar select {
		width: 100%;
	}

	.blog-filter.landscape .categoty-list,
	.blog-filter.landscape .order-filter,
	.blog-filter.landscape .format {
		margin-bottom: 20px;
	}

	.blog-filter.landscape .reset-button {
		display: block;
		margin: 10px auto 0;
	}

	.section-grid-b.section-posts--2 .grid-box.grid-b--2,
	.section-grid-b.section-posts--2 .grid-box.grid-b--1,
	.section-grid-b.section-posts--3 .grid-box.grid-b--3,
	.section-grid-b.section-posts--4 .grid-box.grid-b--4,
	.section-grid-b.section-posts--4 .grid-box.grid-b--3,
	.section-grid-b.section-posts--4 .grid-box.grid-b--2,
	.section-grid-b.section-posts--4 .grid-box.grid-b--1,
	.section-grid-b.section-posts--5 .grid-box.grid-b--5,
	.section-grid-b.section-posts--5 .grid-box.grid-b--4,
	.section-grid-b.section-posts--5 .grid-box.grid-b--3,
	.section-grid-b.section-posts--5 .grid-box.grid-b--2,
	.section-grid-b.section-posts--5 .grid-box.grid-b--1,
	.section-grid-b.section-posts--6 .grid-box.grid-b--6,
	.section-grid-b.section-posts--6 .grid-box.grid-b--5,
	.section-grid-b.section-posts--6 .grid-box.grid-b--4,
	.section-grid-b.section-posts--6 .grid-box.grid-b--3,
	.section-grid-b.section-posts--6 .grid-box.grid-b--2,
	.section-grid-b.section-posts--6 .grid-box.grid-b--1,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--7,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--6,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--5,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--4,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--3,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--2,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--1,
	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--2,
	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--1,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--2,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--1,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--4,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--3,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--2,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--1,
	.section-grid-a.section-posts--5 .grid-a--structure .grid-box.grid-a--3,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--8,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--7,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--6,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--5,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--4,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--3,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--2,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--1,
	.grid-a--structure .grid-box.grid-a--7,
	.grid-a--structure .grid-box.grid-a--6,
	.grid-a--structure .grid-box.grid-a--5,
	.grid-a--structure .grid-box.grid-a--4,
	.grid-a--structure .grid-box.grid-a--3,
	.grid-a--structure .grid-box.grid-a--2,
	.grid-a--structure .grid-box.grid-a--1 {
		width: 100%;
	}

	.section-grid-b.section-posts--2 .grid-box.grid-b--2 .container-ratio,
	.section-grid-b.section-posts--2 .grid-box.grid-b--1 .container-ratio,
	.section-grid-b.section-posts--3 .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--4 .grid-box.grid-b--4 .container-ratio,
	.section-grid-b.section-posts--4 .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--4 .grid-box.grid-b--2 .container-ratio,
	.section-grid-b.section-posts--4 .grid-box.grid-b--1 .container-ratio,
	.section-grid-b.section-posts--5 .grid-box.grid-b--5 .container-ratio,
	.section-grid-b.section-posts--5 .grid-box.grid-b--4 .container-ratio,
	.section-grid-b.section-posts--5 .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--5 .grid-box.grid-b--2 .container-ratio,
	.section-grid-b.section-posts--5 .grid-box.grid-b--1 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--6 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--5 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--4 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--3 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--2 .container-ratio,
	.section-grid-b.section-posts--6 .grid-box.grid-b--1 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--7 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--6 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--5 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--4 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--3 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--2 .container-ratio,
	.section-posts--7 .grid-b--structure .grid-box.grid-b--1 .container-ratio,
	.section-grid-a.section-posts--1 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.section-grid-a.section-posts--2 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--3 .grid-a--structure .grid-box.grid-a--3 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--4 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--3 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.section-grid-a.section-posts--4 .grid-a--structure .grid-box.grid-a--1 .container-ratio,
	.section-grid-a.section-posts--5 .grid-a--structure .grid-box.grid-a--3 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--8 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--7 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--6 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--5 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--4 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--3 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--2 .container-ratio,
	.section-posts--8 .grid-b--structure .grid-box.grid-b--1 .container-ratio,
	.grid-a--structure .grid-box.grid-a--7 .container-ratio,
	.grid-a--structure .grid-box.grid-a--6 .container-ratio,
	.grid-a--structure .grid-box.grid-a--5 .container-ratio,
	.grid-a--structure .grid-box.grid-a--4 .container-ratio,
	.grid-a--structure .grid-box.grid-a--3 .container-ratio,
	.grid-a--structure .grid-box.grid-a--2 .container-ratio,
	.grid-a--structure .grid-box.grid-a--1 .container-ratio {
		padding-top: 80%;
	}

	/* No JS Carousel */
	.carousel-b--structure:not(.slick-initialized) .grid-box,
	.carousel--fullwidth .carousel-b--structure:not(.slick-initialized) .grid-box {
		min-width: 99.34%;
		max-width: 99.34%;
	}
	/* No JS Carousel */

}

@media ( max-width: 600px ) {
	.hello-title {
		width: 100%;
		text-align: center;
	}

	.blog-filter.portrait .format-wrap label,
	.blog-filter .format-wrap label {
		margin: 0 5px;
	}

	.blog-filter.portrait .reset-button {
		display: block;
	}
}

@media ( min-width: 481px ) {
	.post-list-block.content-post-list-block .adit-social-sharing .social-share-box {
		bottom: 0;
		right: 100%;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.post-list-block.content-post-list-block .adit-social-sharing .social-share-box a {
		margin-bottom: 0;
		margin-right: 5px;
	}
}

@media ( max-width:480px ) {

	.wp-block-audio audio {
		min-width: 100%;
	}

	/** list column **/
	.blog-column-4 .adit-masonry .post-list-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/** --list column **/

	.mailchimp-wrap .mailchimp-box .newsletter-subscribed {
		padding-left: 12px;
		padding-right: 12px;
	}

	.mailchimp-wrap .mailchimp-box .mailchimp-titles {
		padding-right: 0;
		min-width: 100%;
	}

		.mailchimp-wrap .mailchimp-box .newsletter-subscribed .mailchimp-email-icon {
			top: 60px;
		}

	.comment-list .children,
	.comment-list .children {
		margin-left: 10px;
	}

	.blog-pager .pager-link:first-child:nth-last-child(2) ~ .pager-link,
	.blog-pager .pager-link:nth-last-child(2),
	.comment-form > .comment-form-email,
	.comment-form > .comment-form-author {
		width: 100%;
	}

	.blog-pager .pager-link:first-child:nth-last-child(2) ~ .pager-link, .blog-pager .pager-link:nth-last-child(2) {
		margin-bottom: 20px;
	}

	table {
		font-size: 80%;
	}

	.post-list-block.content-post-list-block .post-main-box,
	.post-list-block.content-post-list-block .wrap-box {
		width: 100%;
	}


	.post-list-block.content-post-list-block .post-main-box .container-ratio {
		border-radius: 5px 5px 0 0;
	}

	.blog-column-2 .single-post-content .post-meta-box .meta-left,
	.blog-column-2 .post-list-block .post-meta-box .meta-left {
		width: auto;
		margin-bottom: 0;
	}

	/* list c */
	.list-c--structure .post-list-block:nth-of-type(odd) {
		order: 8;
	}

	.content-post-list-c .wrap-box,
	.content-post-list-c .post-main-box {
		width: 100%;
	}

	.list-c--structure .content-post-list-c:nth-child(2) .post-main-box,
	.list-c--structure .content-post-list-c:first-child .post-main-box {
		order: initial;
	}

	.list-c--structure .post-list-block .post-main-box:before,
	.list-c--structure .content-post-list-c:nth-child(2) .post-main-box:before,
	.list-c--structure .content-post-list-c:first-child .post-main-box:before {
		left: 50%;
		top: auto;
		right: auto;
		bottom: -1px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border-color: transparent transparent #fff transparent;
	}

	.content-post-list-c .post-main-box {
		order: -1;
	}
	/* -- list c */

	/* No JS Carousel */
	.carousel-a--structure:not(.slick-initialized) .grid-box,
	.carousel--fullwidth .carousel-a--structure:not(.slick-initialized) .grid-box {
		min-width: 99.34%;
		max-width: 99.34%;
	}
	/* --No JS Carousel */

	/* contact page */
	#gmap_canvas {
		height: 400px;
	}

}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	padding-bottom: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 20px;
}

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

.entry-content figure {
	margin-bottom: 24px;
}

#commentform label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
	font-size: 90%;
}

.btn.load-more {
	cursor: pointer;
}

.nf-before-form-content {
	margin-bottom: 10px;
}

.no-content .search-form .search-field {
	margin-right: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.container-ratio img {
		width: auto;
		height: auto;
		min-height: 100%;
		min-width: 100%;
	}

	.post-list-block .post-main-box .container-ratio:hover {
		text-decoration: none !important;
	}

	.wp-block-gallery .blocks-gallery-image,
	.wp-block-gallery .blocks-gallery-item {
		margin: 0 15px 15px 0;
	}

	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 15px * 2) / 3);
		margin-right: 15px;
	}

	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 15px * 3) / 4);
		margin-right: 15px;
	}

	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 15px * 4) / 5);
		margin-right: 15px;
	}

	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 15px * 5) / 6);
		margin-right: 15px;
	}

	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 15px * 6) / 7);
		margin-right: 15px;
	}

	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 15px * 7) / 8);
		margin-right: 15px;
	}

	.wp-block-gallery .blocks-gallery-image:last-child,
	.wp-block-gallery .blocks-gallery-item:last-child {
		margin-right: 0;
	}

	.comment-form-cookies-consent {
		align-content: flex-start;
		align-items: flex-start;
	}

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.blog-pager .pager-link:focus,
	.blog-pager .pager-link:hover {
		background-color: #fff;
		color: rgb(93, 93, 93);
	}
}
