@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Forms
# Navigation
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
# Infinite scroll
# Media
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Button
	## Vc Custome Css
	## Blog Post Grid
	## Testimonial
	## Team
	## Icon Box
	## Overlay Content Box
	## Countup
	## Feature
	## Practice
	## Tabs
	## History
	## Ison List
	## Accotdian
	## Process Box
	## Info Box
	## Video
	## Case Result
	## Choose
	## Client Logo
	## Carosel
	## Google Map
	## 404 Page
	## Comments
	## Footer
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #505050;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a {
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
	font-family: "Raleway", sans-serif;
	color: #333;
	font-weight: 600;
}

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	margin-bottom: 20px;
}

h1, .h1 {
	font-size: 36px;
	line-height: 44px;
}

h2, .h2 {
	font-size: 30px;
	line-height: 36px;
}

h3, .h3 {
	font-size: 24px;
	line-height: 28px;
}

h4, .h4 {
	font-size: 18px;
	line-height: 26px;
}

h5, .h5 {
	font-size: 16px;
	line-height: 24px;
}

h6, .h6 {
	font-size: 14px;
	line-height: 22px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 30px 0;
	position: relative;
	background: #f3f3f3;
	padding: 70px 30px 30px !important;
	border-left: 4px solid #cc8809;
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: 500;
}
blockquote:before {
	content: "\F10D";
	font-family: FontAwesome;
	font-size: 24px;
	top: 30px;
	left: 30px;
	color: #222;
	position: absolute;
	z-index: 1;
}
blockquote cite {
	color: #6c7781;
	font-size: 14px;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code {
	color: #cc8809;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 2px solid #cc8809;
	background: #cc8809;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
	color: #cc8809;
	background-color: transparent;
	outline: none;
}

.wp-block-button__link {
	margin: 5px 0;
}
.wp-block-button__link br {
	display: none;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background):hover {
	background-color: #cc8809;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
	color: #cc8809;
	border-color: #cc8809;
	background-color: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	border: 1px solid #eee;
	padding: 10px 15px;
	line-height: 1;
	height: 50px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
	color: #4b4b4b;
	outline: none;
	border-color: #cc8809;
}

select {
	max-width: 100%;
	border: 1px solid #ccc;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	margin-bottom: 15px;
	font-size: 14px;
	border: 0;
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	color: #999;
}
.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder {
	color: #999;
}
.wpcf7-form-control-wrap input:-ms-input-placeholder, .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #999;
}
.wpcf7-form-control-wrap input::-ms-input-placeholder, .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
	color: #999;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
	color: #999;
}
.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap textarea:focus {
	color: #4b4b4b;
	outline: none;
	border-color: #cc8809;
}

.req-form .wpcf7-form-control-wrap textarea {
	height: 130px;
	margin-bottom: 15px;
	font-size: 14px;
	border: 0;
}

div.wpcf7 .ajax-loader {
	display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
	color: #cc8809;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
	position: relative;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	background: #fff;
	border-bottom: 1px solid #f9f9f9;
}
.site-header .site-logo {
	padding: 15px 0;
}

.header-main {
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.header-main.sticky-header {
	position: fixed;
	-webkit-transform: translateY(-150%);
					transform: translateY(-150%);
	width: 100%;
}
.header-main.sticky-header .attome-topbar, .header-main.sticky-header .header-middle {
	display: none;
}
.header-main.sticky {
	-webkit-transform: translateY(-45px);
					transform: translateY(-45px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.admin-bar .atw-header-fixed {
	top: -10px;
}

.top-inner {
	display: flex;
	justify-content: space-between;
}

.header-middle {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
.header-middle .middle-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-middle .middle-inner .site-logo a {
	text-align: center;
	margin: 0 auto;
}
.header-middle .middle-inner .site-logo a img {
	margin: 0 auto;
}
.header-middle .middle-inner .contact-number {
	display: flex;
	align-items: center;
}
.header-middle .middle-inner .contact-number .icon {
	width: 40px;
	height: 40px;
	background: #cc8809;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 50%;
}
.header-middle .middle-inner .contact-number .content span {
	font-size: 14px;
}
.header-middle .middle-inner .contact-number .content h4 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	color: #333;
}
.header-middle .middle-inner .search-form {
	height: 40px;
	border-radius: 30px;
}
.header-middle .middle-inner .search-form input {
	padding: 8px 15px;
	height: 40px;
}
.header-middle .middle-inner .search-form button {
	height: 40px;
	padding: 0 15px;
}
.header-middle .middle-inner .search-form i {
	color: #cc8809;
	line-height: 0;
}

.header-two #site-navigation {
	justify-content: center;
}
.header-two .header-inner {
	display: block;
}

.header-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-logo {
	flex-grow: 1;
}
.site-logo a {
	font-size: 28px;
}
.site-logo .logo-light {
	display: block;
}
.site-logo .logo-dark {
	display: none;
}

#site-navigation {
	align-items: center;
	display: flex;
}

.top-search-btn {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: #cc8809;
	color: #fff !important;
	border-radius: 50%;
	margin-left: 20px;
	cursor: pointer;
}
.top-search-btn:hover {
	color: #fff !important;
}

#primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#primary-menu li {
	display: inline-block;
	margin: 0 15px;
	padding: 30px 0;
	position: relative;
}
#primary-menu li:last-child {
	border-bottom: 0;
}
#primary-menu li.menu-item-has-children {
	position: relative;
}
#primary-menu li.menu-item-has-children > a {
	position: relative;
}
#primary-menu li.menu-item-has-children > a:after {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	color: #999;
	font-size: 20px;
	display: block;
}
#primary-menu li a {
	color: #333;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
#primary-menu li a:hover {
	color: #cc8809;
}
#primary-menu li.current_page_ancestor a {
	color: #cc8809;
}
#primary-menu li.current_page_ancestor li.current_page_item a {
	color: #cc8809;
}
#primary-menu li.current_page_item a {
	color: #cc8809;
}
#primary-menu li .sub-menu {
	margin: 0;
	padding: 20px 0 !important;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-in-out;
	z-index: 2222;
	-webkit-transform: translateY(15px);
					transform: translateY(15px);
	min-width: 270px !important;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
#primary-menu li .sub-menu li {
	display: block;
	margin: 0;
	position: relative;
	padding: 0;
}
#primary-menu li .sub-menu li a {
	display: block;
	color: #999;
	padding: 5px 30px;
	text-transform: capitalize;
	font-weight: 400;
}
#primary-menu li .sub-menu li a:hover {
	color: #cc8809;
	background: #f5f5f5;
}
#primary-menu li .sub-menu li.current_page_item a {
	color: #cc8809;
}
#primary-menu li .sub-menu li .sub-column {
	position: absolute;
	top: -20px;
	right: -100%;
	width: 270px;
	background: #fff;
	margin: 0;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	padding: 20px 0 !important;
	-webkit-transform: translateY(15px);
					transform: translateY(15px);
}
#primary-menu li .sub-menu li.menu-item-has-children {
	position: relative;
}
#primary-menu li .sub-menu li.menu-item-has-children > a:after {
	position: absolute;
	content: "\F105";
	font: normal normal normal 14px/1 FontAwesome;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 16px;
}
#primary-menu li .sub-menu li.menu-item-has-children:hover .sub-column {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
					transform: translateY(0);
}
#primary-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
					transform: translateY(0);
}
#primary-menu li:nth-last-child(-n+4) .sub-menu {
	left: auto;
	right: 0;
}
#primary-menu li:nth-last-child(-n+4) .sub-menu .sub-column {
	right: 100%;
}
#primary-menu li:nth-last-child(-n+4) .sub-menu li.menu-item-has-children > a:after {
	content: "\F104";
}
#primary-menu li.mega-menu {
	position: static;
}
#primary-menu li.mega-menu .sub-menu {
	max-width: 1170px;
	width: 100%;
	padding: 30px 40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
}
#primary-menu li.mega-menu .sub-menu li {
	width: 25%;
	float: left;
}

.add-menu {
	margin: 0;
	padding: 30px 0;
	list-style: none;
}
.add-menu li a {
	color: #222;
}
.add-menu li a:hover {
	color: #cc8809;
}

.toggle-menu {
	width: 25px;
	display: none;
	margin-left: 15px;
}
.toggle-menu .bar {
	width: 100%;
	display: block;
	margin-bottom: 7px;
	background: #333;
	height: 1px;
}
.toggle-menu .bar:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	#primary-menu li {
		margin: 0 12px;
	}
	#primary-menu li a {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.admin-bar #sidebar-menu {
		top: 32px;
	}

	.header-main.sticky {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}

	.header-text-wrap .header-text li {
		font-size: 12px;
	}
	.header-text-wrap .header-text li.open-hour {
		margin-right: 10px;
	}
	.header-text-wrap .header-text li:last-child {
		margin-right: 0;
	}

	.attome-topbar .attome-social-link li a {
		padding: 6px 0;
	}

	.header-middle .middle-inner .contact-number .content h4 {
		font-size: 18px;
	}
	.header-middle .middle-inner .search-form {
		width: 200px;
	}

	#primary-menu, .attome-topbar, .header-two .attome-topbar,
.header-middle .middle-inner .contact-number,
.header-middle .middle-inner .search-form {
		display: none;
	}

	.header-main .header-middle {
		padding: 0;
	}

	.header-main.sticky-header .header-middle {
		position: relative;
		display: block;
	}

	.header-middle .middle-inner .site-logo a, .header-middle .middle-inner .site-logo a img {
		margin: 0;
	}

	.site-header .site-logo {
		padding: 10px 0;
	}
	.site-header .site-logo img {
		width: 130px;
	}

	.top-search-btn {
		height: 35px;
		width: 35px;
		line-height: 35px;
	}

	.toggle-menu {
		display: block;
	}

	/* Mobile Menu */
	.header-two .toggle-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 17%;
		margin: 0;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}

	.admin-bar #sidebar-menu {
		top: 45px;
	}
	.admin-bar .header-main.sticky {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}
@media (max-width: 576px) {
	.header-two .toggle-menu {
		right: 15px;
	}
}
#sidebar-menu {
	width: 300px;
	padding: 30px 0;
	background: #1f2535;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100%;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
	overflow-y: scroll;
}

.mobile-menu-open #sidebar-menu {
	left: 0;
}
.mobile-menu-open .mask-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile-menu li a {
	color: #fff;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
}
#mobile-menu li a span {
	color: #fff;
}
#mobile-menu li a span:hover {
	color: #cc8809;
}
#mobile-menu li a:hover {
	color: #cc8809;
}
#mobile-menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu ul > li.active > ul {
	display: block;
}
#mobile-menu ul > li > a {
	padding: 16px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	background: #3ab4a6;
	transition: color 0.2s ease;
	display: block;
}
#mobile-menu ul > li > a:hover {
	color: #cc8809;
}

#mobile-menu > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #ffffff;
	content: "";
	transition: all 0.1s ease-out;
}

#mobile-menu > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #ffffff;
	content: "";
	transition: all 0.1s ease-out;
}

#mobile-menu > li.has-sub.open > a:after,
#mobile-menu > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

#mobile-menu ul li a {
	padding: 10px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
	background: #282e3f;
	transition: color 0.2s ease;
	display: block;
	border: 0;
}

#mobile-menu ul ul li a {
	padding-left: 40px;
}

#mobile-menu ul li a:hover {
	color: #cc8809;
}

#mobile-menu ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #dddddd;
}

#mobile-menu ul > li.has-sub > a:before {
	top: 20px;
	background: #dddddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

.page-template-default .comment-inner {
	margin-top: 0;
}
.page-template-default p {
	margin-bottom: 1em;
}

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

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Topbar
--------------------------------------------------------------*/
#topbar .custom-message {
	padding: 10px 0;
}
#topbar .social-profiles > li {
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
}
#topbar .social-profiles > li > a {
	display: block;
	padding: 10px 10px;
	transition: all 0.15s ease-in-out;
}
#topbar .social-profiles > li > a:hover {
	opacity: 0.5;
}
#topbar .social-profiles > li:last-child > a {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#topbar > .topbar-style-1 {
	background-color: #172b4b;
	color: #fff;
}
#topbar > .topbar-style-1 .social-profiles > li > a {
	color: #fff;
}
#topbar > .topbar-style-2 {
	background-color: #f5f5f5;
	padding: 10px 0;
}
@media (max-width: 991.98px) {
	#topbar > .topbar-style-2 .topbar-icon-list {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.attome_page_header {
	height: 400px;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.attome_page_header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.attome_page_header .container {
	position: relative;
	height: 100%;
}
.attome_page_header .banner-title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	width: 100%;
	left: 0;
	margin-bottom: 30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.attome_page_header .banner-title h1 {
	font-size: 45px;
	margin: 0;
	color: #fff;
	line-height: 1.3;
}
.attome_page_header .banner-title h3 {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 0;
}
.attome_page_header .banner-title .attome_breadcrumbs {
	margin-top: 20px;
}
.attome_page_header .banner-title .attome_breadcrumbs li {
	color: #fff;
}
.attome_page_header .banner-title .attome_breadcrumbs a {
	color: #cc8809;
}
.attome_page_header .banner-title .attome_breadcrumbs a:hover {
	color: #fff;
}

.page-header-two {
	padding: 50px 0;
	background: #cc8809;
}
.page-header-two .header-title {
	margin-top: 0;
	color: #fff;
}
.page-header-two .attome_breadcrumbs span {
	color: #ccc;
}
.page-header-two .attome_breadcrumbs span .home span {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.page-header-two .attome_breadcrumbs span .home span:hover {
	color: #000;
}

.entry-header .entry-page-title {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.attome_page_header {
		height: 400px;
	}
}
@media (max-width: 991px) {
	.attome_page_header {
		height: 300px;
	}
	.attome_page_header .banner-title h1 {
		font-size: 40px;
	}
	.attome_page_header .banner-title .attome_breadcrumbs {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.attome_page_header {
		height: 250px;
	}
	.attome_page_header .banner-title {
		padding: 0 20px;
	}
	.attome_page_header .banner-title h1 {
		font-size: 30px;
	}
}
@media (max-width: 600px) {
	.attome_page_header .banner-title {
		top: 58%;
	}
}
/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area > div {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 991.98px) {
	#header-middle-area > div {
		padding: 10px 0;
	}
	#header-middle-area #middle-logo {
		margin-bottom: 15px;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.page-content .widget {
	background: #fff;
	padding-bottom: 30px;
	border-radius: 3px;
}
.page-content .widget ul li {
	position: relative;
	padding-left: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.page-content .widget ul li:before {
	content: "\F1DB";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 1;
	font-size: 12px;
}
.page-content .widget select {
	width: 89%;
	padding: 10px;
	outline: 0;
	margin: 20px;
}
.page-content .widget a {
	color: inherit;
}
.page-content .widget + .widget {
	margin: 30px 0 0;
	background: #fff;
}
.page-content .widget + .widget > div,
.page-content .widget + .widget > ul {
	padding: 30px 30px 0 30px;
}
.page-content .widget + .widget > div select,
.page-content .widget + .widget > ul select {
	margin: 0;
	width: 100%;
}
.page-content .widget > div,
.page-content .widget > ul {
	padding: 30px 30px 0 30px;
}
.page-content .widget-title,
.page-content .widgettitle {
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 30px;
}

.page-sidebar .page-sidebar-inner {
	height: 100%;
}
.page-sidebar .page-sidebar-content {
	padding: 50px;
	border: 1px solid #eee;
	background-color: #fcfcfc;
}

.wpb_widgetised_column.left {
	padding-right: 30px;
}
.wpb_widgetised_column.left .wpb_wrapper {
	padding-right: 30px;
}
.wpb_widgetised_column.left .wpb_wrapper:after {
	right: 0;
}
.wpb_widgetised_column.right {
	padding-left: 30px;
}
.wpb_widgetised_column.right .wpb_wrapper {
	padding-left: 30px;
}
.wpb_widgetised_column.right .wpb_wrapper:after {
	left: 0;
}
.wpb_widgetised_column .wpb_wrapper {
	position: relative;
	padding-top: 100px;
	max-width: 370px;
	width: 100%;
}
.wpb_widgetised_column .wpb_wrapper:after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 3000px;
	height: 5000px;
	background-color: #fff;
	content: "";
}

@media (max-width: 1199px) {
	.wpb_widgetised_column {
		padding: 0 !important;
	}
	.wpb_widgetised_column .wpb_wrapper {
		padding: 50px 30px;
		background: #fff;
		max-width: 100%;
	}
	.wpb_widgetised_column .wpb_wrapper:after {
		display: none;
	}
}
.widget_search {
	padding-top: 1px;
}
.widget_search .search-form {
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 30px 30px 0 30px;
}
.widget_search .search-form .search-submit {
	padding: 10px;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.insight-core-bmw ul {
	margin: 0;
	padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.insight-core-bmw li {
	transition: all 0.3s ease-in-out;
	display: block;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
	border-bottom: 0;
}
.widget_recent_entries li .post-count,
.widget_recent_comments li .post-count,
.widget_archive li .post-count,
.widget_categories li .post-count,
.widget_meta li .post-count,
.widget_product_categories li .post-count,
.widget_rss li .post-count,
.widget_pages li .post-count,
.widget_nav_menu li .post-count,
.insight-core-bmw li .post-count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.insight-core-bmw li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries li:hover .post-count,
.widget_recent_comments li:hover .post-count,
.widget_archive li:hover .post-count,
.widget_categories li:hover .post-count,
.widget_meta li:hover .post-count,
.widget_product_categories li:hover .post-count,
.widget_rss li:hover .post-count,
.widget_pages li:hover .post-count,
.widget_nav_menu li:hover .post-count,
.insight-core-bmw li:hover .post-count {
	color: #cc8809;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a,
.insight-core-bmw a {
	display: block;
	font-size: inherit;
	font-family: inherit;
	padding: 0;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover,
.insight-core-bmw a:hover {
	color: #cc8809;
}

.widget_nav_menu ul li:before,
.widget_pages ul li li:before,
.widget_categories ul li li:before {
	display: block;
}

.widget_rss a {
	display: inline-block;
}
.widget_rss ul li {
	padding-left: 0;
}
.widget_rss ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget_rss ul li:before {
	display: none;
}

.page-content .widget_rss ul li {
	padding-left: 0;
}

.widget_pages .sub-menu li,
.widget_nav_menu .sub-menu li {
	margin: 0;
}

.widget_categories a,
.widget_product_categories a {
	display: block;
}
.widget_categories .count,
.widget_product_categories .count {
	float: right;
}

.wp-block-archives.wp-block-archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-block-archives.wp-block-archives-list li:before {
	top: 0 !important;
}

.wp-block-categories.wp-block-categories-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-block-categories.wp-block-categories-list li:before {
	top: 0 !important;
}

#recentcomments .recentcomments {
	padding-left: 0;
}
#recentcomments .recentcomments:before {
	display: none;
}
#recentcomments .recentcomments:not(:last-child) {
	border-bottom: 1px solid #eee;
}
#recentcomments .recentcomments:last-child {
	padding-bottom: 0;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
.widget_categories_practice > ul {
	padding: 20px 20px 0 20px;
}

.attome-instagram {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 2%);
}
.attome-instagram .item {
	margin-right: 2%;
	margin-bottom: 2%;
}
.attome-instagram .item a {
	position: relative;
	overflow: hidden;
	display: block;
}
.attome-instagram .item a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
					transform: skewX(-25deg);
}
.attome-instagram .item a:hover:before {
	-webkit-animation: shine 0.75s;
					animation: shine 0.75s;
}
.attome-instagram.columns-4 .item {
	width: calc(33.33% - 2%);
}
.attome-instagram.columns-3 .item {
	width: calc(25% - 2%);
}
.attome-instagram.columns-2 .item {
	width: calc(50% - 2%);
}

.attome_address_widget .address {
	margin: 0;
	padding: 0;
	list-style: none;
}
.attome_address_widget .address li {
	margin-bottom: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}
.attome_address_widget .address li .icon {
	height: 28px;
	width: 28px;
	background: #cc8809;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	flex: none;
}
.attome_address_widget .address li p {
	margin-left: 15px;
	flex: 1;
	color: #d1d2d4;
	margin-bottom: 0;
	font-size: 15px;
}

.widget_recent_comments .comment-author-link {
	position: relative;
	padding-left: 24px;
}
.widget_recent_comments .comment-author-link:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\F0E5";
	font-family: FontAwesome;
	line-height: 0;
	-webkit-transform: translate(0, -50%);
					transform: translate(0, -50%);
}
.widget_recent_comments li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	word-break: break-word;
}
.widget_recent_comments li:last-child {
	margin-bottom: 0;
}
.widget_recent_comments a {
	display: inline-block;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px 0;
	text-align: center;
	min-width: auto;
}

.widget_calendar td#today {
	background: #cc8809;
	color: #fff;
}
.widget_calendar td#today a {
	color: #fff;
}

@media (max-width: 991.98px) {
	.page-content .widget {
		margin: 0 0 52px;
	}
}
@media (max-width: 767.98px) {
	.page-content .widget {
		margin: 0 0 32px;
	}

	.page-sidebar {
		margin-bottom: 50px;
	}
	.page-sidebar .page-sidebar-inner .page-sidebar-content {
		padding-right: 30px;
		border: 1px solid #eee;
	}
	.page-sidebar .page-sidebar-inner .page-sidebar-content:after {
		display: none;
	}

	.single-post .page-main-content {
		padding-bottom: 20px;
	}
}
.tagcloud a {
	font-size: inherit !important;
	display: inline-block;
	line-height: 1.7;
}
.tagcloud a:hover {
	color: #cc8809;
}

.recent_posts_widget .resent-post {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.recent_posts_widget .resent-post .post-thumbs {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.recent_posts_widget .resent-post .content {
	flex: 1;
}
.recent_posts_widget .resent-post .content h4 {
	color: #333;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}
.recent_posts_widget .resent-post .content h4:hover {
	color: #cc8809;
}
.recent_posts_widget .resent-post .content .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.recent_posts_widget .resent-post .content .meta .author .url {
	color: #828282;
	font-size: 14px;
	font-weight: 500;
}
.recent_posts_widget .resent-post .content .meta .author .url:hover {
	color: #cc8809;
}
.recent_posts_widget .resent-post .content .meta .date {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.recent_posts_widget .resent-post .content .meta > div:last-child {
	margin-left: 25px;
}
.recent_posts_widget .resent-post .content .meta > div:last-child:before {
	content: "/";
	position: absolute;
	left: -15px;
	color: #333;
	top: 2px;
}
.recent_posts_widget .resent-post .content .meta > div:first-child {
	margin: 0;
}
.recent_posts_widget .resent-post .content .meta > div:first-child:before {
	display: none;
}
.recent_posts_widget .resent-post:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.tagcloud a {
	display: inline-block;
	padding: 5px 12px;
	background: #eee;
	color: #333;
	font-size: 14px !important;
	margin-right: 4px;
	margin-bottom: 7px;
	font-weight: 400;
}
.tagcloud a:hover {
	background: #cc8809;
	color: #fff;
	outline: 0;
}

#wp-calendar caption {
	text-align: left;
}

.site-footer a {
	color: #d1d2d4;
}
.site-footer .widget-title,
.site-footer .widgettitle {
	padding-top: 0;
	margin-top: 0;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0em;
	font-size: 20px;
	color: #e8e8e8;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.site-footer .widget {
	margin-bottom: 36px;
}
.site-footer .widget_nav_menu .menu,
.site-footer .insight-core-bmw .menu {
	margin-top: -12px;
}
.site-footer .widget_nav_menu li,
.site-footer .insight-core-bmw li {
	margin-bottom: 7px;
	border: 0;
}
.site-footer .widget_nav_menu li ul li,
.site-footer .insight-core-bmw li ul li {
	padding-left: 15px;
}
.site-footer .post-count {
	color: #d1d2d4;
}
.site-footer .widget_recent_entries > ul > li,
.site-footer .widget_recent_comments > ul > li,
.site-footer .widget_archive > ul > li,
.site-footer .widget_categories > ul > li,
.site-footer .widget_meta > ul > li,
.site-footer .widget_rss > ul > li,
.site-footer .widget_pages > ul > li {
	border-color: #333;
}
.site-footer .widget_recent_entries > ul > li:first-child,
.site-footer .widget_recent_comments > ul > li:first-child,
.site-footer .widget_archive > ul > li:first-child,
.site-footer .widget_categories > ul > li:first-child,
.site-footer .widget_meta > ul > li:first-child,
.site-footer .widget_rss > ul > li:first-child,
.site-footer .widget_pages > ul > li:first-child {
	padding-top: 0;
}
.site-footer .widget_recent_entries > ul > li:last-child,
.site-footer .widget_recent_comments > ul > li:last-child,
.site-footer .widget_archive > ul > li:last-child,
.site-footer .widget_categories > ul > li:last-child,
.site-footer .widget_meta > ul > li:last-child,
.site-footer .widget_rss > ul > li:last-child,
.site-footer .widget_pages > ul > li:last-child {
	border: 0;
}
.site-footer .widget_recent_entries ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_rss ul li,
.site-footer .widget_pages ul li {
	border-color: #60636b;
	color: #777;
	padding-left: 20px;
	line-height: 36px;
}
.site-footer .widget_recent_entries ul li:before,
.site-footer .widget_recent_comments ul li:before,
.site-footer .widget_archive ul li:before,
.site-footer .widget_categories ul li:before,
.site-footer .widget_meta ul li:before,
.site-footer .widget_rss ul li:before,
.site-footer .widget_pages ul li:before {
	content: "\F1DB";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 1;
	font-size: 12px;
}
.site-footer .widget_recent_entries ul li a .post-count,
.site-footer .widget_recent_comments ul li a .post-count,
.site-footer .widget_archive ul li a .post-count,
.site-footer .widget_categories ul li a .post-count,
.site-footer .widget_meta ul li a .post-count,
.site-footer .widget_rss ul li a .post-count,
.site-footer .widget_pages ul li a .post-count {
	color: #999;
}
.site-footer #wp-calendar caption {
	color: #fff;
}
.site-footer .widget_rss ul li {
	padding-left: 0;
	color: #b7b7b7;
}
.site-footer .widget_pages .sub-menu > li,
.site-footer .widget_nav_menu .sub-menu > li {
	border-color: #333;
	font-size: 15px;
}
.site-footer .search-form {
	border-color: #656565;
}
.site-footer .search-form .search-submit {
	color: #656565;
}
.site-footer p {
	color: #ededed;
}
.site-footer table th {
	background: #cc8809;
	border-color: #b7b7b7;
	color: #fff;
}
.site-footer table td {
	border-color: #585858;
	color: #999;
}
.site-footer .widget_pages .sub-menu > li .sub-menu > li > a,
.site-footer .widget_nav_menu .sub-menu > li .sub-menu > li > a {
	border-color: #464646;
}
.site-footer .gp-posts-widget .post-item + .post-item {
	border-top: 1px solid #384158;
}
.site-footer .gp-posts-widget .post-widget-title a {
	color: #fdfdfd;
}
.site-footer .gp-posts-widget .post-widget-title a:hover {
	color: #cc8809;
}
.site-footer .tagcloud a {
	display: inline-block;
	padding: 5px 12px;
	background: #cc8809;
	color: #fff;
	border: 1px solid #cc8809;
	font-size: 12px !important;
	margin-right: 4px;
	margin-bottom: 7px;
}
.site-footer .tagcloud a:hover {
	background: transparent;
	color: #fff;
	outline: 0;
	border-color: #fff;
}
.site-footer .recent_posts_widget .resent-post {
	border-color: #535353;
}
.site-footer .recent_posts_widget .resent-post .content h4 {
	font-weight: 600;
}
.site-footer .recent_posts_widget .resent-post .content h4 a {
	color: #d1d2d4;
}
.site-footer .recent_posts_widget .resent-post .content h4 a:hover {
	color: #cc8809;
}
.site-footer .recent_posts_widget .resent-post .content .meta .author .url {
	color: #cc8809;
	text-transform: capitalize;
}
.site-footer .recent_posts_widget .resent-post .content .meta .author .url:hover {
	color: #9b6707;
}
.site-footer .recent_posts_widget .resent-post .content .meta .date {
	color: #cc8809;
}
.site-footer .recent_posts_widget .resent-post .content .meta .date:before {
	color: #d1d2d4;
}
.site-footer .widget_nav_menu .menu > li > a {
	color: #d1d2d4;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 15px;
}
.site-footer .widget_nav_menu .menu > li > a:before {
	content: "\F1DB";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 10px;
	color: #8b91a0;
	transition: all 0.3s ease-in-out;
}
.site-footer .widget_nav_menu .menu > li > a:hover {
	color: #cc8809;
}
.site-footer .widget_nav_menu .menu > li > a:hover:before {
	color: #fff;
}
.site-footer select {
	border: 1px solid #ededed;
	padding: 10px;
	background: transparent;
	color: #ededed;
	outline: 0;
	width: 100%;
}
.site-footer select option {
	color: #333;
}
.site-footer .widget_search .search-form {
	margin: 0;
}
.site-footer #recentcomments .recentcomments {
	border-color: #777;
}

#wp-calendar thead tr th:last-child {
	border-right: 1px solid #767676;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.sticky {
	display: block;
	background: #fafaf1;
}
article.sticky .entry-title a {
	color: #cc8809;
}

.search-results .practice {
	background: #fff;
}

.blog,
.single-post,
.archive,
.search-results,
.search-no-results {
	background: #eee;
}

.post-type-archive-testimonial {
	background: transparent;
}

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

.page-content,
.entry-content,
.entry-summary {
	word-break: break-all;
}
.page-content:after,
.entry-content:after,
.entry-summary:after {
	content: "";
	clear: both;
	display: block;
}

.page-content {
	padding: 120px 0;
}

.post-template-default .page-content {
	padding: 112px 0 96px;
}

.page-template-default .page-content {
	padding: 112px 0 96px;
}

.page-header .page-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 40px;
}

.blog-style-one .read-more-btn {
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	font-size: 14px;
}
.blog-style-one .read-more-btn:before {
	content: "\E628";
	position: absolute;
	font-family: "themify";
	color: #333;
	right: -16px;
	top: -4px;
	font-size: 11px;
	transition: all 0.5s ease-out;
}
.blog-style-one .read-more-btn:hover {
	color: #cc8809;
}
.blog-style-one .read-more-btn:hover:before {
	color: #cc8809;
	right: -19px;
}

article.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
article.post .features-image {
	overflow: hidden;
}
article.post .features-image .post-thumbnail {
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out;
	display: block;
}
article.post .features-image .post-thumbnail:hover {
	-webkit-transform: scale(1.07);
					transform: scale(1.07);
}
article.post .entry-title {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0 0 15px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article.post .entry-title a {
	color: #333;
}
article.post .entry-title a:hover {
	color: #cc8809;
}
article.post.sticky .entry-title a {
	color: #cc8809;
}
article.post.sticky .entry-title a:hover {
	color: #9b6707;
}
article.post .entry-meta > span {
	margin-right: 10px;
	line-height: 1.6;
}
article.post .entry-meta span i {
	margin-right: 5px;
	color: #cc8809;
}
article.post .entry-meta a {
	color: #000;
	font-size: 14px;
}
article.post .entry-meta a:hover {
	color: #cc8809;
}
article.post .entry-content {
	word-wrap: break-word;
}

.search article {
	margin-bottom: 40px;
}

.post-list {
	background: #fff;
}
.post-list .post-thumbnail {
	display: block;
}
.post-list .post-content {
	padding: 32px 40px 31px;
}
.post-list .post-content .entry-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 0;
}
.post-list .post-content .entry-meta {
	margin-bottom: 15px;
}

.grid-sizer.size-4 {
	width: calc(31.3333% - 3%);
}

.grid-sizer.size-6 {
	width: 48%;
}

.attome-masonry {
	width: calc(100% + 3%);
}
.attome-masonry .grid-item {
	width: calc(50% - 3%);
	margin-bottom: 3%;
	margin-right: 3%;
	background: #fff;
}
.attome-masonry .grid-item article.post {
	margin: 0;
	padding: 0;
}
.attome-masonry .grid-item article.post .post-content {
	padding: 20px 30px 30px 30px;
}
.attome-masonry .grid-item article.post .post-content .entry-meta {
	margin-bottom: 15px;
}
.attome-masonry .grid-item.grid-4 {
	width: calc(33.33% - 3%);
}

.post-single article.post {
	padding-bottom: 0;
	background: #fff;
}
.post-single article.post .post-content {
	padding: 30px 25px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.post-single article.post .post-content iframe {
	max-height: 400px;
}
.post-single article.post .post-content p {
	color: #222;
	line-height: 1.6;
}
.post-single article.post .post-content .post-password-form label {
	margin: 0;
}
.post-single article.post .post-content .post-password-form input[type=submit] {
	padding: 18px 25px 16px;
	border: 0;
}
.post-single article.post .post-content .post-password-form input[type=submit]:hover {
	color: #fff;
	background: #333;
}
.post-single article.post .post-content > ul {
	padding-left: 0;
}
.post-single article.post .post-content .wp-block-archives-list li,
.post-single article.post .post-content .wp-block-categories-list li {
	position: relative;
	padding-left: 20px;
	line-height: 36px;
}
.post-single article.post .post-content .wp-block-archives-list li a,
.post-single article.post .post-content .wp-block-categories-list li a {
	font-weight: 400;
}
.post-single article.post .post-content .wp-block-archives-list li:before,
.post-single article.post .post-content .wp-block-categories-list li:before {
	content: "\F1DB";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	font-size: 12px;
	color: #333;
}
.post-single article.post .entry-title {
	font-size: 28px;
	margin-bottom: 12px;
	line-height: 1.3em;
	font-weight: 700;
}
.post-single article.post .entry-meta {
	margin-bottom: 20px;
}
.post-single article.post .entry-footer {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	margin-top: 40px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 3px;
	align-items: center;
}
.post-single article.hentry ul li a {
	font-weight: 700;
}
.post-single p img.alignright {
	margin-bottom: 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	padding-top: 20px;
}
.page-links .post-page-numbers {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	margin-left: 5px;
}
.page-links .post-page-numbers.current {
	background: #cc8809;
	border-color: #cc8809;
	color: #fff;
}

.post-single .page-links {
	display: block;
}

.tags-links {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}
.tags-links a {
	display: inline-block;
	font-size: 15px;
	line-height: 12px;
	margin-left: 5px;
	color: #9e9e9e;
	font-weight: 400;
	text-transform: capitalize;
}
.tags-links a:hover {
	color: #cc8809;
}

.post-navigation .nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	width: calc(100% + 2%);
	margin-bottom: 30px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: calc(50% - 2%);
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #333;
	margin-right: 2%;
	flex: 1;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	display: block;
	outline: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
	color: #fff;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
	background: #cc8809;
}
.post-navigation .nav-links .nav-previous {
	padding-right: 30px;
}
.post-navigation .nav-links .nav-next {
	padding-left: 30px;
}

#attome-pagination {
	margin-top: 40px;
	text-align: center;
}
#attome-pagination .page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}
#attome-pagination .page-numbers li {
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#attome-pagination .page-numbers li .current {
	background: #cc8809;
	color: #fff;
	display: block;
}
#attome-pagination .page-numbers li a {
	display: block;
	font-size: 16px;
}
#attome-pagination .page-numbers li:hover {
	background: #cc8809;
}
#attome-pagination .page-numbers li:hover a {
	color: #fff !important;
}

.first-lg {
	order: -1;
}

.full-width {
	width: 100%;
	margin: 0 auto;
}
.full-width .post-single,
.full-width .comments-area,
.full-width .attome_post_author_box {
	max-width: 950px;
	margin: 0 auto;
}
.full-width .post-list {
	max-width: 950px;
	margin: 0 auto 30px;
}
.full-width .post-list .post-thumbnail img {
	width: 100%;
}

/* Author Box */
.attome_post_author_box {
	background: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.attome_post_author_box .profile_image {
	width: 120px;
	border-radius: 50%;
}
.attome_post_author_box .profile_image img {
	border-radius: 50%;
}
.attome_post_author_box .profile_content {
	margin-left: 20px;
	flex: 1;
}
.attome_post_author_box .profile_content .profile_name {
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 0;
}
.attome_post_author_box .profile_bio {
	margin-bottom: 20px;
}
.attome_post_author_box .user-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
.attome_post_author_box .user-social-link li {
	display: inline-block;
	margin-right: 10px;
}
.attome_post_author_box .user-social-link li a {
	color: #c7c9ce;
}
.attome_post_author_box .user-social-link li a:hover {
	color: #cc8809;
}

@media (max-width: 576px) {
	.attome_post_author_box .profile_image {
		width: 70px;
	}
}
.post-share {
	display: inline-block;
	flex: 1;
}

.share-items {
	float: right;
}
.share-items a {
	height: 35px;
	width: 35px;
	display: inline-block;
	background: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	color: #fff;
}
.share-items a.facebook-bg {
	background: #3b5998;
}
.share-items a.facebook-bg:hover {
	background: #263961;
}
.share-items a.twitter-bg {
	background: #3cf;
}
.share-items a.twitter-bg:hover {
	background: #00ace6;
}
.share-items a.google-plus-bg {
	background: #dc4a38;
}
.share-items a.google-plus-bg:hover {
	background: #aa2d1e;
}
.share-items a.linkedin-bg {
	background: #0077B5;
}
.share-items a.linkedin-bg:hover {
	background: #004569;
}
.share-items a:hover {
	color: #fff;
}

.wp-block-categories ul.children {
	list-style: inherit !important;
	padding-left: 0 !important;
}
.wp-block-categories ul.children li {
	padding-left: 20px !important;
}
.wp-block-categories ul.children li:before {
	display: block;
}

/* Attorny Single */
.attorney-content .attome_attorney {
	padding: 100px;
}

.attorney-single .attorney-top-tetails {
	background: #eee;
}

.post-type-archive-testimonial .page-content {
	padding: 120px 0 90px;
}

.attorney-top-details {
	background: #eee;
	padding: 25px 0;
}
.attorney-top-details .attorney-member-details .name {
	color: #cc8809;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.attorney-top-details .member-profail {
	margin: 0;
	padding: 0;
	list-style: none;
}
.attorney-top-details .member-profail li {
	display: inline-block;
	margin-left: 5px;
}
.attorney-top-details .member-profail li a {
	display: block;
}
.attorney-top-details .member-profail li a i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}
.attorney-top-details .member-profail li a i.fa-facebook {
	background: #3b579d;
}
.attorney-top-details .member-profail li a i.fa-twitter {
	background: #1da1f2;
}
.attorney-top-details .member-profail li a i.fa-google-plus {
	background: #ea4335;
}
.attorney-top-details .member-profail li a i.fa-google-plus {
	background: #ea4335;
}
.attorney-top-details .member-profail li a i.fa-linkedin {
	background: #0177b5;
}

.attorney-contact {
	padding: 30px;
	background: #eee;
	margin-top: 20px;
	margin-bottom: 30px;
}
.attorney-contact h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.attorney-contact .member-con-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.attorney-contact .member-con-info li {
	display: flex;
	margin-bottom: 20px;
}
.attorney-contact .member-con-info li:last-child {
	margin-bottom: 0;
}
.attorney-contact .member-con-info li .icon {
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 47px;
	background: #cc8809;
	color: #fff;
	border-radius: 3px;
}
.attorney-contact .member-con-info li .icon i {
	font-size: 22px;
}
.attorney-contact .member-con-info li .content {
	margin-left: 15px;
}
.attorney-contact .member-con-info li .content p {
	margin: 0;
	font-size: 14px;
	color: #222;
}

.member-con-form {
	background: #eee;
	padding: 30px;
}
.member-con-form h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.member-con-form form input,
.member-con-form form textarea,
.member-con-form form label {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
}
.member-con-form form input::-webkit-input-placeholder,
.member-con-form form textarea::-webkit-input-placeholder,
.member-con-form form label::-webkit-input-placeholder {
	color: #ccc;
}
.member-con-form form input::-moz-placeholder,
.member-con-form form textarea::-moz-placeholder,
.member-con-form form label::-moz-placeholder {
	color: #ccc;
}
.member-con-form form input:-ms-input-placeholder,
.member-con-form form textarea:-ms-input-placeholder,
.member-con-form form label:-ms-input-placeholder {
	color: #ccc;
}
.member-con-form form input::-ms-input-placeholder,
.member-con-form form textarea::-ms-input-placeholder,
.member-con-form form label::-ms-input-placeholder {
	color: #ccc;
}
.member-con-form form input::placeholder,
.member-con-form form textarea::placeholder,
.member-con-form form label::placeholder {
	color: #ccc;
}
.member-con-form form input {
	height: 45px;
}
.member-con-form form textarea {
	height: 150px;
}
.member-con-form form .wpcf7-submit {
	width: 150px;
	color: #fff;
	background: #cc8809;
	height: 50px;
	text-transform: uppercase;
}
.member-con-form form .wpcf7-submit:hover {
	background: transparent;
	color: #cc8809;
	border-color: #cc8809;
}

.wp-block-cover,
.wp-block-cover-image {
	margin-bottom: 1rem;
}

.bio-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.bio-content p {
	margin-bottom: 0;
}

.edu-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.edu-content .edu-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.edu-content .edu-info li {
	margin-bottom: 20px;
}
.edu-content .edu-info li h4 {
	font-size: 16px;
	margin: 0 0 5px;
}
.edu-content .edu-info li span {
	font-size: 16px;
	color: #7d7d7d;
	display: block;
	margin-bottom: 10px;
}

.prac-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.prac-content .prac-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.prac-content .prac-info li {
	position: relative;
	line-height: 35px;
	padding-left: 25px;
	width: 50%;
	float: left;
}
.prac-content .prac-info li:before {
	content: "\F1DB";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.award-content .award-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.award-content .award-info li {
	display: flex;
	flex-wrap: wrap;
}
.award-content .award-info li .icon {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 36px;
	background: #cc8809;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.award-content .award-info li .content {
	flex: 1;
	margin-left: 20px;
}
.award-content .award-info li .content h4 {
	margin-top: 0;
	font-weight: 500;
	font-size: 18px;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
	margin-left: inherit;
}

@media (max-width: 991px) {
	#attome-pagination {
		margin-bottom: 0;
	}

	.widget-area {
		margin-top: 30px;
	}

	.page-content {
		padding: 80px 0;
	}

	.post-type-archive-testimonial .page-content {
		padding: 80px 0 50px;
	}

	.attome-masonry .grid-item.grid-4 {
		width: calc(50% - 3%);
	}
}
@media (max-width: 768px) {
	article.post .entry-title {
		font-size: 18px;
	}

	.page-content {
		padding: 50px 0;
	}

	.page-template-default .page-content {
		padding: 42px 0 26px;
	}

	.post-type-archive-testimonial .page-content {
		padding: 50px 0 20px;
	}

	#attome-pagination {
		margin-bottom: 0;
	}

	.attome-masonry {
		width: 100%;
	}
	.attome-masonry .grid-item.grid-4 {
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 576px) {
	.attome-masonry .grid-item {
		width: calc(100% - 0%);
	}

	.full-width .post-list {
		max-width: 93%;
	}
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.single-post .entry-content .alignfull,
.single-post .entry-content .alignwide {
	max-width: 100vw;
}

@media only screen and (min-width: 950px) {
	.single-post .entry-content .alignwide {
		max-width: 950px;
	}
}
/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.search-form {
	border: 1px solid #eee;
	display: flex;
}
.search-form label {
	margin: 0;
	width: 100%;
}
.search-form input {
	border: 0;
	padding: 15px;
	width: 100%;
	background: transparent;
}
.search-form .search-submit {
	border: 0;
	background: transparent;
	height: 50px;
	color: #333;
	transition: all 0.3s ease-in-out;
	padding: 10px;
}
.search-form .search-submit:hover {
	color: #cc8809;
}

.no-results .search-form {
	border: 1px solid #b5b5b5;
	padding: 0 10px;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.has-large-font-size {
	font-size: 36px;
	line-height: 1.1;
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #fff !important;
}

.wp-block-cover p, .wp-block-cover-image p {
	color: #fff !important;
}

.wp-block-archives-dropdown {
	margin-bottom: 20px;
}
.wp-block-archives-dropdown select {
	max-width: 280px;
	width: 100%;
	padding: 10px;
}

.wp-block-latest-posts.has-dates li {
	margin-bottom: 10px;
	padding-left: 0 !important;
	line-height: 1.4 !important;
}
.wp-block-latest-posts.has-dates li:before {
	display: none;
}
.wp-block-latest-posts.has-dates li a {
	font-size: 22px;
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

.entry .entry-content .wp-block-pullquote blockquote {
	color: #111;
	border: none;
	margin-top: calc(4*1rem);
	margin-bottom: calc(4.33*1rem);
	margin-right: 0;
	padding-left: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	background: transparent;
	padding: 1rem 0 !important;
	border-left: 0;
}
.wp-block-quote.is-large blockquote,
.wp-block-quote.is-style-large blockquote {
	padding: 0;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
	font-style: normal;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
	display: none;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.6875em;
}

.entry .entry-content .wp-block-pullquote {
	border-color: transparent;
	border-width: 2px;
	padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
	background: transparent;
	padding: 0 !important;
}
.entry .entry-content .wp-block-pullquote blockquote p {
	font-size: 2.25em;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.entry .entry-content .wp-block-pullquote blockquote:before {
	display: none;
}

.entry .entry-content .wp-block-pullquote blockquote {
	color: #111;
	border: none;
	margin-top: calc(4*1rem);
	margin-bottom: calc(4.33*1rem);
	margin-right: 0;
	padding-left: 0;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content .wp-block-pullquote.is-style-solid-color {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color {
	background-color: #0073aa;
	padding-left: 0;
	padding-right: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
	color: #fff;
}

.post-single .wp-block-archives-list li {
	position: relative;
	padding-left: 25px;
	line-height: 36px;
}
.post-single .wp-block-archives-list li:before {
	content: "\F1DB";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
}

.wp-block-latest-comments__comment-meta a {
	font-weight: 500;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;
}

.entry .entry-content .wp-block-separator.is-style-dots:before, .entry .entry-content hr.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;
}

.wp-block-separator.is-style-dots:before {
	content: "\B7\B7\B7";
	color: #191e23;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
		max-width: calc(6*(100vw/12) - 28px);
	}

	.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
		max-width: calc(6*(100vw/12) - 28px);
	}
}
@media only screen and (min-width: 768px) {
	.entry .entry-content .wp-block-cover .wp-block-cover-text {
		font-size: 2.25em;
		font-weight: 700;
	}

	.entry .entry-content > *.alignleft, .entry .entry-summary > *.alignleft {
		max-width: calc(3*(100vw/12));
		margin-right: calc(2*1rem);
	}

	.entry .entry-content .wp-block-cover-image, .entry .entry-content .wp-block-cover {
		padding: 1rem 7%;
	}
}
.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}

.entry .entry-content .wp-block-cover.has-background-dim a {
	text-decoration: underline;
}
.entry .entry-content .wp-block-cover.has-background-dim a:hover {
	text-decoration: none;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery .blocks-gallery-item {
	padding-left: 0;
}
.wp-block-gallery .blocks-gallery-item:before {
	display: none;
}

.post-single article.post .post-content ul.wp-block-gallery li.blocks-gallery-item {
	padding-left: 0;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content > *.alignwide, .entry .entry-summary > *.alignwide {
		width: 100%;
		max-width: 100%;
	}

	.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
		margin-left: 0;
		margin-right: 0;
	}

	.entry .entry-content > *.aligncenter, .entry .entry-summary > *.aligncenter {
		max-width: calc(4.42*(100vw/12) - 28px);
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	color: #505050;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding-left: 20px;
}

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

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}
ol {
	list-style: decimal;
}
ol ul {
	list-style: circle;
	padding-left: 20px;
}
ol ul li {
	padding-left: 0;
}
ol ul ul {
	list-style: square;
}

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

ul li ol > li {
	padding-left: 0;
}

ul ul {
	list-style: circle;
	padding-left: 20px;
}
ul ul li {
	padding-left: 0;
}
ul ul li:before {
	display: none;
}
ul ul ul {
	list-style: square;
}

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

p {
	margin-bottom: 1em;
}

.ml_5 {
	margin-left: 5px;
}

.margin-auto {
	margin: 0 auto;
}

.no-padding {
	padding: 0 !important;
}

.ptb-30 {
	padding: 30px 0 !important;
}

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

.color-bg-primary {
	background: #cc8809;
}

.color-bg-secondary {
	background: #dd9933;
}

.plr {
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.section-title h2.title {
	font-size: 36px;
	color: #333;
	padding-bottom: 10px;
	margin: 0;
	position: relative;
	display: inline-block;
	font-weight: 700;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	margin: 0;
	line-height: 1.2;
}
.section-title .inline-block {
	max-width: 950px;
	margin: 0 auto;
}
.section-title .title em {
	color: #cc8809;
	font-style: normal;
}
.section-title .subtitle {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 5px;
}
.section-title p.title {
	color: #333;
	font-weight: 400;
	margin: 0;
}
.section-title .delimiter {
	width: 130px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	color: #cc8809;
}
.section-title .delimiter:before, .section-title .delimiter:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #cc8809;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.section-title .delimiter:before {
	bottom: 0;
	left: 0;
}
.section-title .delimiter:after {
	bottom: -5px;
	right: 0;
}
.section-title.text-center .delimiter {
	margin: 0 auto 20px;
}
.section-title.text-right .delimiter {
	margin-left: auto;
}

@media (min-width: 1366px) {
	.skew-background-right,
.skew-background-left {
		position: relative;
	}
	.skew-background-right:after,
.skew-background-left:after {
		content: "";
		height: 100%;
		width: 100px;
		background-color: #282e3f;
		position: absolute;
		z-index: 222;
		top: 0;
		-webkit-transform: skew(-5deg);
						transform: skew(-5deg);
	}

	.skew-background-right:after {
		right: -50px;
	}

	.skew-background-left:after {
		left: -50px;
	}
}
@media (max-width: 1024px) {
	.section-title .title br {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.section-title h2.title {
		font-size: 30px !important;
	}
	.section-title.text-right {
		text-align: left !important;
	}

	h1,
h2,
h3,
h4,
h5,
h6 {
		line-height: 1.4;
	}

	.section-title .inline-block {
		max-width: 760px;
	}

	.inblock-wrap .inline-block {
		max-width: 550px;
	}
	.inblock-wrap img {
		width: 100%;
	}

	.title-width .section-title .inline-block {
		max-width: 100%;
	}

	.res-center {
		text-align: center !important;
	}
}
.color-bg {
	background: #eee;
}

.skew_bg .columns:not(:last-child):after {
	content: "";
	height: 100%;
	width: 240px;
	background-color: #fff;
	position: absolute;
	z-index: 5;
	right: -140px;
	top: 0;
	-webkit-transform: skew(-5deg);
					transform: skew(-5deg);
}

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

@media screen and (max-width: 600px) {
	.admin-bar.sticky-menu .header-main {
		-webkit-transform: translateY(46px);
						transform: translateY(46px);
	}
	.admin-bar.sticky-menu .header-main.sticky-header {
		-webkit-transform: translateY(-100%);
						transform: translateY(-100%);
	}
	.admin-bar.sticky-menu .header-main.sticky {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}

	.section-title .inline-block {
		max-width: 500px;
	}
	.section-title h2.title {
		font-size: 26px !important;
	}
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table tr {
	border-top: 1px solid #767676;
}
table th {
	border: 1px solid #767676;
	text-align: left;
	padding: 10px 15px;
	color: #464b50;
	font-size: 14px;
	font-weight: 500;
	min-width: 100px;
}
table td {
	padding: 10px 15px;
	border: 1px solid #767676;
	border-top: none;
	border-right: none;
	vertical-align: middle;
}
table td:last-child {
	border-right: 1px solid #767676;
}

tbody {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	direction: ltr;
}

tfoot tr #prev a:hover, tfoot tr #next a:hover {
	color: #cc8809;
}

caption {
	caption-side: top;
	text-align: center;
}

.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}
.wp-block-table.is-style-stripes td {
	border-color: #767676;
	border-bottom-width: 1px;
}
.wp-block-table.is-style-stripes td:not(:first-child) {
	border-left-width: 1px;
}
.wp-block-table.is-style-stripes tr {
	border-top: 1px solid #767676;
}
.wp-block-table.is-style-stripes tr:last-child td {
	border-bottom-width: 1px;
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.abc-btn-default {
	display: inline-block;
	border: 2px solid #cc8809;
	background: #cc8809;
	padding: 12px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	outline: 0;
	font-weight: 500;
}
.abc-btn-default:hover, .abc-btn-default:focus {
	background: transparent;
	color: #cc8809;
	outline: 0;
}
.abc-btn-default.btn-light {
	background: #fff;
	color: #cc8809;
	border-color: #fff;
}
.abc-btn-default.btn-light:hover {
	color: #fff !important;
	background: transparent;
}
.abc-btn-default.abc-btn-size-small {
	padding: 8px 20px;
}

.btn-center {
	text-align: center;
}

.btn-right {
	text-align: right;
}

/* Back To Top */
.return-to-top {
	position: fixed;
	bottom: -40px;
	right: 30px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	z-index: 998;
	border-radius: 3%;
	opacity: 0;
	transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	opacity: 1;
	display: block;
	-webkit-transform: scale(1);
					transform: scale(1);
	transition: all 0.3s ease;
	border-radius: inherit;
	transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
	transition: transform 0.5s ease, opacity 0.6s ease;
	transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
}
.return-to-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 0px 0px transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease;
	border-radius: inherit;
}
.return-to-top > i {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: transparent;
	text-shadow: 0px 0px #fff, 0px 50px #fff;
	transition: text-shadow 0.2s ease;
	z-index: 1;
}
.return-to-top:hover:after {
	-webkit-transform: scale(1.07);
					transform: scale(1.07);
	background: #cc8809;
	box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}
.return-to-top:hover > i {
	text-shadow: 0px -50px #fff, 0px 0px #fff;
}
.return-to-top.back-top {
	bottom: 30px;
	opacity: 1;
}

@media (max-width: 991px) {
	.btn-container.btn-right {
		text-align: left !important;
	}
}
/*--------------------------------------------------------------
## Vc Custome Css
--------------------------------------------------------------*/
.full-width-content {
	width: 100%;
}

.vc-row-wrapper {
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.vc-row-wrapper .gp-row-bg-wrapper-cover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-wrap.gp-row-bg-image.gp_vertical_parallax {
	height: 200%;
	top: -50%;
	background-position: center center;
}

.vc-row-wrapper .gp-row-bg-wrap.gp-row-bg-image.gp_multi_parallax > * {
	position: absolute;
	top: -25%;
	left: 0;
	display: block;
	width: 100%;
	height: 150%;
	background-position: center center;
}

.full_width_content .atw-container {
	width: 100% !important;
}

ul.row {
	list-style: none;
}

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.custom-three {
	width: 13%;
}

.custom-ten {
	width: 87%;
	padding-right: 12% !important;
}

.column,
.columns {
	float: left;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
}

.column.centered,
.columns.centered {
	float: none;
	margin: 0 auto;
}

[class*=column] + [class*=column].end {
	float: left;
}

.one,
.row .one {
	width: 8.33333%;
}

.two,
.row .two {
	width: 16.66667%;
}

.three,
.row .three {
	width: 25%;
}

.four,
.row .four {
	width: 33.33333%;
}

.five,
.row .five {
	width: 41.66667%;
}

.six,
.row .six {
	width: 50%;
}

.seven,
.row .seven {
	width: 58.33333%;
}

.eight,
.row .eight {
	width: 66.66667%;
}

.nine,
.row .nine {
	width: 75%;
}

.ten,
.row .ten {
	width: 83.33333%;
}

.eleven,
.row .eleven {
	width: 91.66667%;
}

.twelve,
.row .twelve {
	width: 100%;
}

.row .offset-by-one {
	margin-left: 8.33333%;
}

.row .offset-by-two {
	margin-left: 16.66667%;
}

.row .offset-by-three {
	margin-left: 25%;
}

.row .offset-by-four {
	margin-left: 33.33333%;
}

.row .offset-by-five {
	margin-left: 41.66667%;
}

.row .offset-by-six {
	margin-left: 50%;
}

.row .offset-by-seven {
	margin-left: 58.33333%;
}

.row .offset-by-eight {
	margin-left: 66.66667%;
}

.row .offset-by-nine {
	margin-left: 75%;
}

.row .offset-by-ten {
	margin-left: 83.33333%;
}

.push-one {
	left: 8.33333%;
}

.pull-one {
	right: 8.33333%;
}

.push-two {
	left: 16.66667%;
}

.pull-two {
	right: 16.66667%;
}

.push-three {
	left: 25%;
}

.pull-three {
	right: 25%;
}

.push-four {
	left: 33.33333%;
}

.pull-four {
	right: 33.33333%;
}

.push-five {
	left: 41.66667%;
}

.pull-five {
	right: 41.66667%;
}

.push-six {
	left: 50%;
}

.pull-six {
	right: 50%;
}

.push-seven {
	left: 58.33333%;
}

.pull-seven {
	right: 58.33333%;
}

.push-eight {
	left: 66.66667%;
}

.pull-eight {
	right: 66.66667%;
}

.push-nine {
	left: 75%;
}

.pull-nine {
	right: 75%;
}

.push-ten {
	left: 83.33333%;
}

.pull-ten {
	right: 83.33333%;
}

.vc-row-wrapper.gp-row-content-middle {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.vc-row-wrapper.gp-row-full-height {
	min-height: 80vh;
}

.vc-row-wrapper.full_width_content {
	min-width: 100%;
}

.gp-vertical-aligned {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vc-row-wrapper.gp-row-content-top {
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
}

.vc-row-wrapper.gp-row-content-bottom {
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
}

.atw-container .atw-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.atw-container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	.box_width_content .atw-container {
		max-width: 540px;
	}

	.vc_single_image-wrapper img {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.box_width_content .atw-container {
		max-width: 720px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.box_width_content .atw-container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.box_width_content .atw-container {
		max-width: 1170px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.vc_col-sm-4 {
		width: 33.33333333% !important;
	}
}
@media (max-width: 991px) {
	.vc_col-sm-4 {
		width: 50% !important;
	}
}
@media (max-width: 768px) {
	.three,
.row .three,
.four,
.row .four {
		width: 100%;
	}

	.two,
.row .two {
		width: 50%;
	}

	.vc_col-sm-4 {
		width: 50%;
	}

	.box_width_content .atw-container {
		max-width: 540px;
		margin: 0 auto;
	}
}
@media (max-width: 576px) {
	.two,
.row .two {
		width: 100%;
	}

	.vc_col-sm-4 {
		width: 100% !important;
	}

	.box_width_content .atw-container {
		width: 100%;
	}
}
@media only screen and (min-width: 800px) {
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller {
		height: inherit;
	}

	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row {
		height: inherit;
	}

	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns {
		height: inherit;
	}

	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns > .wpb_wrapper,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns > .wpb_wrapper,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns > .wpb_wrapper {
		height: inherit;
		position: relative;
		z-index: 1;
	}

	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner,
.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner {
		height: inherit;
	}
}
@media only screen and (max-width: 799px) {
	table.hide-for-xlarge,
table.hide-for-large,
table.hide-for-medium,
table.show-for-small {
		display: table !important;
	}

	.vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .fp-scroller > .row,
.vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .row,
.vc-row-wrapper.full_width_content > .fp-tableCell > .row,
.vc-row-wrapper.full_width_content > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 799px) {
	.left,
.right {
		float: none;
	}

	.mobile-hide {
		display: none !important;
	}

	.mobile-left {
		float: left;
	}

	.mobile-right {
		float: right;
	}

	.mobile-text-left {
		text-align: left;
	}

	.mobile-text-right {
		text-align: right;
	}

	.mobile-text-center {
		text-align: center;
	}

	.column,
.columns,
.row .column,
.row .columns {
		max-width: 100%;
		float: none;
	}

	.clients_tiles_module .columns {
		width: 100%;
		border: none;
	}

	.clients_tiles_module .columns:last-child {
		border: none;
	}

	.column:last-child,
.columns:last-child {
		float: none;
	}

	[class*=column] + [class*=column]:last-child:not([class*=mobile-]) {
		float: none;
		clear: both;
	}

	.six,
.row .six {
		width: 100%;
	}

	.column:before,
.columns:before,
.column:after,
.columns:after {
		content: "";
		display: table;
	}

	.column:after,
.columns:after {
		clear: both;
	}

	.offset-by-one,
.offset-by-two,
.offset-by-three,
.offset-by-four,
.offset-by-five,
.offset-by-six,
.offset-by-seven,
.offset-by-eight,
.offset-by-nine,
.offset-by-ten {
		margin-left: 0 !important;
	}

	.push-one,
.push-two,
.push-three,
.push-four,
.push-five,
.push-six,
.push-seven,
.push-eight,
.push-nine,
.push-ten {
		left: auto;
	}

	.pull-two,
.pull-three,
.pull-four,
.pull-five,
.pull-six,
.pull-seven,
.pull-eight,
.pull-nine,
.pull-ten {
		right: auto;
	}

	.row .mobile-one {
		width: 25% !important;
		float: left;
		padding: 0 15px;
	}

	.row .mobile-one.end {
		float: left;
	}

	.row.collapse .mobile-one {
		padding: 0;
	}

	.row .mobile-two {
		width: 50% !important;
		float: left;
		padding: 0 15px;
	}

	.row .mobile-two.end {
		float: left;
	}

	.row.collapse .mobile-two {
		padding: 0;
	}

	.row .mobile-three {
		width: 75% !important;
		float: left;
		padding: 0 15px;
	}

	.row .mobile-three.end {
		float: left;
	}

	.row.collapse .mobile-three {
		padding: 0;
	}

	.row .mobile-four {
		width: 100% !important;
		float: left;
		padding: 0 15px !important;
		margin: 0 !important;
	}

	.row .mobile-four.end {
		float: left;
	}

	.row.collapse .mobile-four {
		padding: 0;
	}

	.push-one-mobile {
		left: 25%;
	}

	.pull-one-mobile {
		right: 25%;
	}

	.push-two-mobile {
		left: 50%;
	}

	.pull-two-mobile {
		right: 50%;
	}

	.push-three-mobile {
		left: 75%;
	}

	.pull-three-mobile {
		right: 75%;
	}

	.vc-row-wrapper .wpb_column {
		padding-left: 0;
		padding-right: 0;
	}

	.vc_col-sm-1,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12 {
		width: 100%;
		float: none;
		clear: both;
	}

	.aligh-content-verticaly.mobile-destroy-equal-heights .gp-vertical-aligned {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.gp-equal-height-wrapper.gp-mobile-destroy-equal-heights .gp-vertical-aligned {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.vc-row-wrapper.gp-mobile-remove-left-border,
.vc-row-wrapper .columns.gp-mobile-remove-left-border {
		border-left: none !important;
	}

	.vc-row-wrapper.gp-mobile-remove-right-border,
.vc-row-wrapper .columns.gp-mobile-remove-right-border {
		border-right: none !important;
	}

	.vc-row-wrapper.gp-mobile-remove-top-border,
.vc-row-wrapper .columns.gp-mobile-remove-top-border {
		border-top: none !important;
	}

	.vc-row-wrapper.gp-mobile-remove-bottom-border,
.vc-row-wrapper .columns.gp-mobile-remove-bottom-border {
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-mobile-remove-all-borders,
.vc-row-wrapper .columns.gp-mobile-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-mobile-remove-left-padding,
.vc-row-wrapper .columns.gp-mobile-remove-left-padding {
		padding-left: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-right-padding,
.vc-row-wrapper .columns.gp-mobile-remove-right-padding {
		padding-right: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-top-padding,
.vc-row-wrapper .columns.gp-mobile-remove-top-padding {
		padding-top: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-bottom-padding,
.vc-row-wrapper .columns.gp-mobile-remove-bottom-padding {
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-all-paddings,
.vc-row-wrapper .columns.gp-mobile-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-all-paddings > .row,
.vc-row-wrapper .columns.gp-mobile-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-left-margin,
.vc-row-wrapper .columns.gp-mobile-remove-left-margin {
		margin-left: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-right-margin,
.vc-row-wrapper .columns.gp-mobile-remove-right-margin {
		margin-right: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-top-margin,
.vc-row-wrapper .columns.gp-mobile-remove-top-margin {
		margin-top: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-bottom-margin,
.vc-row-wrapper .columns.gp-mobile-remove-bottom-margin {
		margin-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-mobile-remove-all-margins,
.vc-row-wrapper .columns.gp-mobile-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.gp_vc_hidden-xs {
		display: none !important;
	}
}
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
	margin-top: 0;
}

.vc_column-inner {
	padding-top: 0 !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

@media (max-width: 576px) {
	.three,
.row .three {
		width: 100%;
	}

	.four,
.row .four {
		width: 100%;
	}
}
.vc_editor .one,
.vc_editor .row .one {
	width: 100%;
}
.vc_editor .two,
.vc_editor .row .two {
	width: 100%;
}
.vc_editor .three,
.vc_editor .row .three {
	width: 100%;
}
.vc_editor .four,
.vc_editor .row .four {
	width: 100%;
}
.vc_editor .five,
.vc_editor .row .five {
	width: 100%;
}
.vc_editor .six,
.vc_editor .row .six {
	width: 100%;
}
.vc_editor .seven,
.vc_editor .row .seven {
	width: 100%;
}
.vc_editor .eight,
.vc_editor .row .eight {
	width: 100%;
}
.vc_editor .nine,
.vc_editor .row .nine {
	width: 100%;
}
.vc_editor .ten,
.vc_editor .row .ten {
	width: 100%;
}

.compose-mode .vc_element.vc_attome_tab_single,
.view-mode .vc_element.vc_attome_tab_single {
	flex: 1;
}

@media (max-width: 768px) {
	.row .gp_col-mobile-12 {
		float: left;
		clear: none;
		width: 100%;
	}

	.row .gp_col-mobile-11 {
		float: left;
		clear: none;
		width: 91.6666666667%;
	}

	.row .gp_col-mobile-10 {
		float: left;
		clear: none;
		width: 83.3333333333%;
	}

	.row .gp_col-mobile-9 {
		float: left;
		clear: none;
		width: 75%;
	}

	.row .gp_col-mobile-8 {
		float: left;
		clear: none;
		width: 66.6666666667%;
	}

	.row .gp_col-mobile-7 {
		float: left;
		clear: none;
		width: 58.3333333333%;
	}

	.row .gp_col-mobile-6 {
		float: left;
		clear: none;
		width: 50%;
	}

	.row .gp_col-mobile-5 {
		float: left;
		clear: none;
		width: 41.6666666667%;
	}

	.row .gp_col-mobile-4 {
		float: left;
		clear: none;
		width: 33.3333333333%;
	}

	.row .gp_col-mobile-3 {
		float: left;
		clear: none;
		width: 25%;
	}

	.row .gp_col-mobile-2 {
		float: left;
		clear: none;
		width: 16.6666666667%;
	}

	.row .gp_col-mobile-1 {
		float: left;
		clear: none;
		width: 8.3333333333%;
	}

	.row .gp_col-mobile-pull-12 {
		right: 100%;
	}

	.row .gp_col-mobile-pull-11 {
		right: 91.6666666667%;
	}

	.row .gp_col-mobile-pull-10 {
		right: 83.3333333333%;
	}

	.row .gp_col-mobile-pull-9 {
		right: 75%;
	}

	.row .gp_col-mobile-pull-8 {
		right: 66.6666666667%;
	}

	.row .gp_col-mobile-pull-7 {
		right: 58.3333333333%;
	}

	.row .gp_col-mobile-pull-6 {
		right: 50%;
	}

	.row .gp_col-mobile-pull-5 {
		right: 41.6666666667%;
	}

	.row .gp_col-mobile-pull-4 {
		right: 33.3333333333%;
	}

	.row .gp_col-mobile-pull-3 {
		right: 25%;
	}

	.row .gp_col-mobile-pull-2 {
		right: 16.6666666667%;
	}

	.row .gp_col-mobile-pull-1 {
		right: 8.3333333333%;
	}

	.row .gp_col-mobile-pull-0 {
		right: auto;
	}

	.row .gp_col-mobile-push-12 {
		left: 100%;
	}

	.row .gp_col-mobile-push-11 {
		left: 91.6666666667%;
	}

	.row .gp_col-mobile-push-10 {
		left: 83.3333333333%;
	}

	.row .gp_col-mobile-push-9 {
		left: 75%;
	}

	.row .gp_col-mobile-push-8 {
		left: 66.6666666667%;
	}

	.row .gp_col-mobile-push-7 {
		left: 58.3333333333%;
	}

	.row .gp_col-mobile-push-6 {
		left: 50%;
	}

	.row .gp_col-mobile-push-5 {
		left: 41.6666666667%;
	}

	.row .gp_col-mobile-push-4 {
		left: 33.3333333333%;
	}

	.row .gp_col-mobile-push-3 {
		left: 25%;
	}

	.row .gp_col-mobile-push-2 {
		left: 16.6666666667%;
	}

	.row .gp_col-mobile-push-1 {
		left: 8.3333333333%;
	}

	.row .gp_col-mobile-push-0 {
		left: auto;
	}

	.row .gp_col-mobile-offset-12 {
		margin-left: 100%;
	}

	.row .gp_col-mobile-offset-11 {
		margin-left: 91.6666666667%;
	}

	.row .gp_col-mobile-offset-10 {
		margin-left: 83.3333333333%;
	}

	.row .gp_col-mobile-offset-9 {
		margin-left: 75%;
	}

	.row .gp_col-mobile-offset-8 {
		margin-left: 66.6666666667%;
	}

	.row .gp_col-mobile-offset-7 {
		margin-left: 58.3333333333%;
	}

	.row .gp_col-mobile-offset-6 {
		margin-left: 50%;
	}

	.row .gp_col-mobile-offset-5 {
		margin-left: 41.6666666667%;
	}

	.row .gp_col-mobile-offset-4 {
		margin-left: 33.3333333333%;
	}

	.row .gp_col-mobile-offset-3 {
		margin-left: 25%;
	}

	.row .gp_col-mobile-offset-2 {
		margin-left: 16.6666666667%;
	}

	.row .gp_col-mobile-offset-1 {
		margin-left: 8.3333333333%;
	}

	.row .gp_col-mobile-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 800px) {
	.row .gp_col-tablet-12 {
		float: left;
		clear: none;
		width: 100%;
	}

	.row .gp_col-tablet-11 {
		float: left;
		clear: none;
		width: 91.6666666667%;
	}

	.row .gp_col-tablet-10 {
		float: left;
		clear: none;
		width: 83.3333333333%;
	}

	.row .gp_col-tablet-9 {
		float: left;
		clear: none;
		width: 75%;
	}

	.row .gp_col-tablet-8 {
		float: left;
		clear: none;
		width: 66.6666666667%;
	}

	.row .gp_col-tablet-7 {
		float: left;
		clear: none;
		width: 58.3333333333%;
	}

	.row .gp_col-tablet-6 {
		float: left;
		clear: none;
		width: 50%;
	}

	.row .gp_col-tablet-5 {
		float: left;
		clear: none;
		width: 41.6666666667%;
	}

	.row .gp_col-tablet-4 {
		float: left;
		clear: none;
		width: 33.3333333333%;
	}

	.row .gp_col-tablet-3 {
		float: left;
		clear: none;
		width: 25%;
	}

	.row .gp_col-tablet-2 {
		float: left;
		clear: none;
		width: 16.6666666667%;
	}

	.row .gp_col-tablet-1 {
		float: left;
		clear: none;
		width: 8.3333333333%;
	}

	.row .gp_col-tablet-pull-12 {
		right: 100%;
	}

	.row .gp_col-tablet-pull-11 {
		right: 91.6666666667%;
	}

	.row .gp_col-tablet-pull-10 {
		right: 83.3333333333%;
	}

	.row .gp_col-tablet-pull-9 {
		right: 75%;
	}

	.row .gp_col-tablet-pull-8 {
		right: 66.6666666667%;
	}

	.row .gp_col-tablet-pull-7 {
		right: 58.3333333333%;
	}

	.row .gp_col-tablet-pull-6 {
		right: 50%;
	}

	.row .gp_col-tablet-pull-5 {
		right: 41.6666666667%;
	}

	.row .gp_col-tablet-pull-4 {
		right: 33.3333333333%;
	}

	.row .gp_col-tablet-pull-3 {
		right: 25%;
	}

	.row .gp_col-tablet-pull-2 {
		right: 16.6666666667%;
	}

	.row .gp_col-tablet-pull-1 {
		right: 8.3333333333%;
	}

	.row .gp_col-tablet-pull-0 {
		right: auto;
	}

	.row .gp_col-tablet-push-12 {
		left: 100%;
	}

	.row .gp_col-tablet-push-11 {
		left: 91.6666666667%;
	}

	.row .gp_col-tablet-push-10 {
		left: 83.3333333333%;
	}

	.row .gp_col-tablet-push-9 {
		left: 75%;
	}

	.row .gp_col-tablet-push-8 {
		left: 66.6666666667%;
	}

	.row .gp_col-tablet-push-7 {
		left: 58.3333333333%;
	}

	.row .gp_col-tablet-push-6 {
		left: 50%;
	}

	.row .gp_col-tablet-push-5 {
		left: 41.6666666667%;
	}

	.row .gp_col-tablet-push-4 {
		left: 33.3333333333%;
	}

	.row .gp_col-tablet-push-3 {
		left: 25%;
	}

	.row .gp_col-tablet-push-2 {
		left: 16.6666666667%;
	}

	.row .gp_col-tablet-push-1 {
		left: 8.3333333333%;
	}

	.row .gp_col-tablet-push-0 {
		left: auto;
	}

	.row .gp_col-tablet-offset-12 {
		margin-left: 100%;
	}

	.row .gp_col-tablet-offset-11 {
		margin-left: 91.6666666667%;
	}

	.row .gp_col-tablet-offset-10 {
		margin-left: 83.3333333333%;
	}

	.row .gp_col-tablet-offset-9 {
		margin-left: 75%;
	}

	.row .gp_col-tablet-offset-8 {
		margin-left: 66.6666666667%;
	}

	.row .gp_col-tablet-offset-7 {
		margin-left: 58.3333333333%;
	}

	.row .gp_col-tablet-offset-6 {
		margin-left: 50%;
	}

	.row .gp_col-tablet-offset-5 {
		margin-left: 41.6666666667%;
	}

	.row .gp_col-tablet-offset-4 {
		margin-left: 33.3333333333%;
	}

	.row .gp_col-tablet-offset-3 {
		margin-left: 25%;
	}

	.row .gp_col-tablet-offset-2 {
		margin-left: 16.6666666667%;
	}

	.row .gp_col-tablet-offset-1 {
		margin-left: 8.3333333333%;
	}

	.row .gp_col-tablet-offset-0 {
		margin-left: 0%;
	}
}
@media (max-width: 991px) {
	.row .gp_col-laptop-12 {
		float: left;
		clear: none;
		width: 100%;
	}

	.row .gp_col-laptop-11 {
		float: left;
		clear: none;
		width: 91.6666666667%;
	}

	.row .gp_col-laptop-10 {
		float: left;
		clear: none;
		width: 83.3333333333%;
	}

	.row .gp_col-laptop-9 {
		float: left;
		clear: none;
		width: 75%;
	}

	.row .gp_col-laptop-8 {
		float: left;
		clear: none;
		width: 66.6666666667%;
	}

	.row .gp_col-laptop-7 {
		float: left;
		clear: none;
		width: 58.3333333333%;
	}

	.row .gp_col-laptop-6 {
		float: left;
		clear: none;
		width: 50%;
	}

	.row .gp_col-laptop-5 {
		float: left;
		clear: none;
		width: 41.6666666667%;
	}

	.row .gp_col-laptop-4 {
		float: left;
		clear: none;
		width: 33.3333333333%;
	}

	.row .gp_col-laptop-3 {
		float: left;
		clear: none;
		width: 25%;
	}

	.row .gp_col-laptop-2 {
		float: left;
		clear: none;
		width: 16.6666666667%;
	}

	.row .gp_col-laptop-1 {
		float: left;
		clear: none;
		width: 8.3333333333%;
	}

	.row .gp_col-laptop-pull-12 {
		right: 100%;
	}

	.row .gp_col-laptop-pull-11 {
		right: 91.6666666667%;
	}

	.row .gp_col-laptop-pull-10 {
		right: 83.3333333333%;
	}

	.row .gp_col-laptop-pull-9 {
		right: 75%;
	}

	.row .gp_col-laptop-pull-8 {
		right: 66.6666666667%;
	}

	.row .gp_col-laptop-pull-7 {
		right: 58.3333333333%;
	}

	.row .gp_col-laptop-pull-6 {
		right: 50%;
	}

	.row .gp_col-laptop-pull-5 {
		right: 41.6666666667%;
	}

	.row .gp_col-laptop-pull-4 {
		right: 33.3333333333%;
	}

	.row .gp_col-laptop-pull-3 {
		right: 25%;
	}

	.row .gp_col-laptop-pull-2 {
		right: 16.6666666667%;
	}

	.row .gp_col-laptop-pull-1 {
		right: 8.3333333333%;
	}

	.row .gp_col-laptop-pull-0 {
		right: auto;
	}

	.row .gp_col-laptop-push-12 {
		left: 100%;
	}

	.row .gp_col-laptop-push-11 {
		left: 91.6666666667%;
	}

	.row .gp_col-laptop-push-10 {
		left: 83.3333333333%;
	}

	.row .gp_col-laptop-push-9 {
		left: 75%;
	}

	.row .gp_col-laptop-push-8 {
		left: 66.6666666667%;
	}

	.row .gp_col-laptop-push-7 {
		left: 58.3333333333%;
	}

	.row .gp_col-laptop-push-6 {
		left: 50%;
	}

	.row .gp_col-laptop-push-5 {
		left: 41.6666666667%;
	}

	.row .gp_col-laptop-push-4 {
		left: 33.3333333333%;
	}

	.row .gp_col-laptop-push-3 {
		left: 25%;
	}

	.row .gp_col-laptop-push-2 {
		left: 16.6666666667%;
	}

	.row .gp_col-laptop-push-1 {
		left: 8.3333333333%;
	}

	.row .gp_col-laptop-push-0 {
		left: auto;
	}

	.row .gp_col-laptop-offset-12 {
		margin-left: 100%;
	}

	.row .gp_col-laptop-offset-11 {
		margin-left: 91.6666666667%;
	}

	.row .gp_col-laptop-offset-10 {
		margin-left: 83.3333333333%;
	}

	.row .gp_col-laptop-offset-9 {
		margin-left: 75%;
	}

	.row .gp_col-laptop-offset-8 {
		margin-left: 66.6666666667%;
	}

	.row .gp_col-laptop-offset-7 {
		margin-left: 58.3333333333%;
	}

	.row .gp_col-laptop-offset-6 {
		margin-left: 50%;
	}

	.row .gp_col-laptop-offset-5 {
		margin-left: 41.6666666667%;
	}

	.row .gp_col-laptop-offset-4 {
		margin-left: 33.3333333333%;
	}

	.row .gp_col-laptop-offset-3 {
		margin-left: 25%;
	}

	.row .gp_col-laptop-offset-2 {
		margin-left: 16.6666666667%;
	}

	.row .gp_col-laptop-offset-1 {
		margin-left: 8.3333333333%;
	}

	.row .gp_col-laptop-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1281px) {
	.row .gp_col-tabletop-12 {
		float: left;
		clear: none;
		width: 100%;
	}

	.row .gp_col-tabletop-11 {
		float: left;
		clear: none;
		width: 91.6666666667%;
	}

	.row .gp_col-tabletop-10 {
		float: left;
		clear: none;
		width: 83.3333333333%;
	}

	.row .gp_col-tabletop-9 {
		float: left;
		clear: none;
		width: 75%;
	}

	.row .gp_col-tabletop-8 {
		float: left;
		clear: none;
		width: 66.6666666667%;
	}

	.row .gp_col-tabletop-7 {
		float: left;
		clear: none;
		width: 58.3333333333%;
	}

	.row .gp_col-tabletop-6 {
		float: left;
		clear: none;
		width: 50%;
	}

	.row .gp_col-tabletop-5 {
		float: left;
		clear: none;
		width: 41.6666666667%;
	}

	.row .gp_col-tabletop-4 {
		float: left;
		clear: none;
		width: 33.3333333333%;
	}

	.row .gp_col-tabletop-3 {
		float: left;
		clear: none;
		width: 25%;
	}

	.row .gp_col-tabletop-2 {
		float: left;
		clear: none;
		width: 16.6666666667%;
	}

	.row .gp_col-tabletop-1 {
		float: left;
		clear: none;
		width: 8.3333333333%;
	}

	.row .gp_col-tabletop-pull-12 {
		right: 100%;
	}

	.row .gp_col-tabletop-pull-11 {
		right: 91.6666666667%;
	}

	.row .gp_col-tabletop-pull-10 {
		right: 83.3333333333%;
	}

	.row .gp_col-tabletop-pull-9 {
		right: 75%;
	}

	.row .gp_col-tabletop-pull-8 {
		right: 66.6666666667%;
	}

	.row .gp_col-tabletop-pull-7 {
		right: 58.3333333333%;
	}

	.row .gp_col-tabletop-pull-6 {
		right: 50%;
	}

	.row .gp_col-tabletop-pull-5 {
		right: 41.6666666667%;
	}

	.row .gp_col-tabletop-pull-4 {
		right: 33.3333333333%;
	}

	.row .gp_col-tabletop-pull-3 {
		right: 25%;
	}

	.row .gp_col-tabletop-pull-2 {
		right: 16.6666666667%;
	}

	.row .gp_col-tabletop-pull-1 {
		right: 8.3333333333%;
	}

	.row .gp_col-tabletop-pull-0 {
		right: auto;
	}

	.row .gp_col-tabletop-push-12 {
		left: 100%;
	}

	.row .gp_col-tabletop-push-11 {
		left: 91.6666666667%;
	}

	.row .gp_col-tabletop-push-10 {
		left: 83.3333333333%;
	}

	.row .gp_col-tabletop-push-9 {
		left: 75%;
	}

	.row .gp_col-tabletop-push-8 {
		left: 66.6666666667%;
	}

	.row .gp_col-tabletop-push-7 {
		left: 58.3333333333%;
	}

	.row .gp_col-tabletop-push-6 {
		left: 50%;
	}

	.row .gp_col-tabletop-push-5 {
		left: 41.6666666667%;
	}

	.row .gp_col-tabletop-push-4 {
		left: 33.3333333333%;
	}

	.row .gp_col-tabletop-push-3 {
		left: 25%;
	}

	.row .gp_col-tabletop-push-2 {
		left: 16.6666666667%;
	}

	.row .gp_col-tabletop-push-1 {
		left: 8.3333333333%;
	}

	.row .gp_col-tabletop-push-0 {
		left: auto;
	}

	.row .gp_col-tabletop-offset-12 {
		margin-left: 100%;
	}

	.row .gp_col-tabletop-offset-11 {
		margin-left: 91.6666666667%;
	}

	.row .gp_col-tabletop-offset-10 {
		margin-left: 83.3333333333%;
	}

	.row .gp_col-tabletop-offset-9 {
		margin-left: 75%;
	}

	.row .gp_col-tabletop-offset-8 {
		margin-left: 66.6666666667%;
	}

	.row .gp_col-tabletop-offset-7 {
		margin-left: 58.3333333333%;
	}

	.row .gp_col-tabletop-offset-6 {
		margin-left: 50%;
	}

	.row .gp_col-tabletop-offset-5 {
		margin-left: 41.6666666667%;
	}

	.row .gp_col-tabletop-offset-4 {
		margin-left: 33.3333333333%;
	}

	.row .gp_col-tabletop-offset-3 {
		margin-left: 25%;
	}

	.row .gp_col-tabletop-offset-2 {
		margin-left: 16.6666666667%;
	}

	.row .gp_col-tabletop-offset-1 {
		margin-left: 8.3333333333%;
	}

	.row .gp_col-tabletop-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 800px) and (max-width: 1023px) {
	.gp_vc_hidden-sm {
		display: none !important;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.gp_vc_hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.gp_vc_hidden-lg {
		display: none !important;
	}
}
@media (min-width: 800px) {
	.gp-mobile-hide {
		display: block;
	}

	.gp-mobile-show {
		display: none;
	}
}
@media (max-width: 768px) {
	.gp-mobile-hide {
		display: none;
	}

	.gp-mobile-show {
		display: block;
	}
}
@media (max-width: 768px) {
	.vc-row-wrapper.gp-apply-mobile.gp-remove-left-border,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-left-border {
		border-left: none !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-right-border,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-right-border {
		border-right: none !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-top-border,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-top-border {
		border-top: none !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-bottom-border,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-bottom-border {
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-all-borders,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-left-padding,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-left-padding {
		padding-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-right-padding,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-right-padding {
		padding-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-top-padding,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-top-padding {
		padding-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-bottom-padding,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-bottom-padding {
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-all-paddings,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-all-paddings > .row,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-left-margin,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-left-margin {
		margin-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-right-margin,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-right-margin {
		margin-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-top-margin,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-top-margin {
		margin-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-bottom-margin,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-bottom-margin {
		margin-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-mobile.gp-remove-all-margins,
.vc-row-wrapper .columns.gp-apply-mobile.gp-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media (min-width: 800px) and (max-width: 1023px) {
	.vc-row-wrapper.gp-apply-tablet.gp-remove-left-border,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-left-border {
		border-left: none !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-right-border,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-right-border {
		border-right: none !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-top-border,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-top-border {
		border-top: none !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-bottom-border,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-bottom-border {
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-all-borders,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-left-padding,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-left-padding {
		padding-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-right-padding,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-right-padding {
		padding-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-top-padding,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-top-padding {
		padding-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-bottom-padding,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-bottom-padding {
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-all-paddings,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-all-paddings > .row,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-left-margin,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-left-margin {
		margin-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-right-margin,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-right-margin {
		margin-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-top-margin,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-top-margin {
		margin-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-bottom-margin,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-bottom-margin {
		margin-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-tablet.gp-remove-all-margins,
.vc-row-wrapper .columns.gp-apply-tablet.gp-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.vc-row-wrapper.gp-apply-laptop.gp-remove-left-border,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-left-border {
		border-left: none !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-right-border,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-right-border {
		border-right: none !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-top-border,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-top-border {
		border-top: none !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-bottom-border,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-bottom-border {
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-all-borders,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-left-padding,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-left-padding {
		padding-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-right-padding,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-right-padding {
		padding-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-top-padding,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-top-padding {
		padding-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-bottom-padding,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-bottom-padding {
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-all-paddings,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-all-paddings > .row,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-left-margin,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-left-margin {
		margin-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-right-margin,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-right-margin {
		margin-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-top-margin,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-top-margin {
		margin-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-bottom-margin,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-bottom-margin {
		margin-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-laptop.gp-remove-all-margins,
.vc-row-wrapper .columns.gp-apply-laptop.gp-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media (min-width: 1280px) and (max-width: 1600px) {
	.vc-row-wrapper.gp-apply-desktop.gp-remove-left-border,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-left-border {
		border-left: none !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-right-border,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-right-border {
		border-right: none !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-top-border,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-top-border {
		border-top: none !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-bottom-border,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-bottom-border {
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-all-borders,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-left-padding,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-left-padding {
		padding-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-right-padding,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-right-padding {
		padding-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-top-padding,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-top-padding {
		padding-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-bottom-padding,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-bottom-padding {
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-all-paddings,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-all-paddings > .row,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-left-margin,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-left-margin {
		margin-left: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-right-margin,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-right-margin {
		margin-right: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-top-margin,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-top-margin {
		margin-top: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-bottom-margin,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-bottom-margin {
		margin-bottom: 0 !important;
	}

	.vc-row-wrapper.gp-apply-desktop.gp-remove-all-margins,
.vc-row-wrapper .columns.gp-apply-desktop.gp-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 799px) {
	.gp-shop-archive:not(.gp-shop-loop-shortcode) .woocommerce-ordering {
		margin-top: 20px;
		text-align: left;
	}

	.products.row .product {
		margin-bottom: 20px !important;
	}

	.products.row .product:last-child {
		margin-bottom: 0 !important;
	}

	#layout.gp-shop-loop {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gp-shop-archive.gp-shop-columns-3 .products > li.product,
.gp-shop-archive.gp-shop-columns-4 .products > li.product {
		width: 50%;
	}
}
/*--------------------------------------------------------------
## Social Profiles
--------------------------------------------------------------*/
.social-profiles {
	padding: 0;
	margin: 0;
}
.social-profiles > li {
	display: inline-block;
	margin: 0 5px;
}

/*--------------------------------------------------------------
## Top Bar Icon List
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Bar Menu
--------------------------------------------------------------*/
.attome-topbar {
	background: #cc8809;
}
.attome-topbar .attome-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.attome-topbar .attome-social-link li {
	display: inline-block;
	margin-right: -5px;
}
.attome-topbar .attome-social-link li a {
	color: #fff;
	display: inline-block;
	width: 35px;
	text-align: center;
	padding: 8px 0;
}
.attome-topbar .attome-social-link li a:hover {
	color: #cc8809;
	background: #fff;
}

.topbar-menu {
	padding: 0;
	margin: 0;
}
.topbar-menu > li {
	display: inline-block;
	line-height: 1.2em;
}
.topbar-menu > li:last-child {
	border-right: none;
}
.topbar-menu > li > a {
	padding: 0 10px;
	color: #fff;
}

.header-text-wrap .header-text {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-text-wrap .header-text li {
	display: inline-block;
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
}
.header-text-wrap .header-text li i {
	margin-right: 10px;
	font-size: 16px;
}
.header-text-wrap .header-text li.open-hour {
	background: #1f2535;
	padding: 8px 20px;
	margin-right: 20px;
}
.header-text-wrap .header-text li.open-hour span {
	color: #cc8809;
}

/*--------------------------------------------------------------
## Contact Methods
--------------------------------------------------------------*/
.header-contact-methods > .item {
	padding: 0 30px;
	border-left: 1px solid #e5e5e5;
}
.header-contact-methods > .item:last-child {
	padding-right: 0;
}
.header-contact-methods > .item > .icon {
	padding-right: 15px;
	position: relative;
}
.header-contact-methods > .item > .icon > i {
	font-size: 36px;
	position: relative;
}
.header-contact-methods > .item > .content > .name {
	font-weight: 700;
	letter-spacing: 0.04em;
}
@media (max-width: 991.98px) {
	.header-contact-methods > .item {
		padding: 0 10px;
	}
	.header-contact-methods > .item > .icon {
		padding-right: 10px;
	}
	.header-contact-methods > .item > .icon > i {
		font-size: 26px;
	}
}
@media (max-width: 767.98px) {
	.header-contact-methods > .item:first-child {
		border-left: none;
	}
}
@media (max-width: 575.98px) {
	.header-contact-methods > .item {
		border-left: 0;
		padding: 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	.header-contact-methods > .item:last-child {
		padding-right: 10px;
		border-bottom: none;
	}
}

.contact-form-wrappper .wpcf7-form-control {
	border-radius: 0;
	background: 0 0;
	border: 1px solid #e0e0e0;
	box-shadow: none;
	color: #333;
}
.contact-form-wrappper .wpcf7-form-control.wpcf7-textarea {
	height: 160px;
	font-size: 14px;
}
.contact-form-wrappper .wpcf7-form-control.abc-btn-default {
	background: #cc8809;
	color: #fff;
	border: 2px solid #cc8809;
}
.contact-form-wrappper .wpcf7-form-control.abc-btn-default:hover {
	color: #cc8809;
	background-color: transparent;
}

/*--------------------------------------------------------------
## Nav Search Form
--------------------------------------------------------------*/
.popup-search-opened {
	overflow: hidden !important;
	width: 100%;
	height: 100%;
}
.popup-search-opened .page-popup-search {
	visibility: visible;
	opacity: 0.95;
}
.popup-search-opened .page-popup-search .page-popup-search-inner {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
					transform: translate(-50%, -50%) scale(1);
}
.popup-search-opened .page-popup-search .search-field {
	transition: 0.5s ease-out 0.3s;
	-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1);
}
.popup-search-opened .page-popup-search .form-description {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}

.page-popup-search {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	z-index: 9999999;
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: all ease-in-out 0.25s;
}
.page-popup-search .page-popup-search-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	visibility: hidden;
	padding: 0 50px;
	width: 75%;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
					transform: translate(-50%, -50%) scale(0.8);
}
.page-popup-search .popup-search-close {
	position: absolute;
	top: 60px;
	right: 60px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
}
.page-popup-search .form-description {
	display: block;
	padding: 0.85em 0;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	opacity: 0;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
	-webkit-transform: translate3d(0, 50px, 0);
					transform: translate3d(0, 50px, 0);
}
.page-popup-search .search-form {
	position: relative;
	border: 0;
}
.page-popup-search .search-form label {
	width: 100%;
}
.page-popup-search .search-field {
	padding: 0.05em 0;
	color: #fff;
	height: auto;
	border: 0;
	border-bottom: 5px solid transparent;
	border-radius: 0;
	background-color: transparent;
	font-size: 50px;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scale3d(0, 1, 1);
					transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0% 50%;
					transform-origin: 0% 50%;
	-webkit-appearance: none;
}
.page-popup-search .search-field::-webkit-input-placeholder {
	color: transparent;
	font-size: 50px;
}
.page-popup-search .search-field:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
	font-size: 50px;
}
.page-popup-search .search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
	font-size: 50px;
}
.page-popup-search .search-field:-ms-input-placeholder {
	color: transparent;
	font-size: 50px;
}
.page-popup-search .form-description {
	color: #cc8809;
}
.page-popup-search .search-submit {
	display: none;
}

.popup-search-opened .page-popup-search .search-field {
	border-color: #cc8809;
	color: #fff;
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
/* Blog Post */
.larfirm_blog_posts .blog-style-one {
	margin-bottom: 30px;
}
.larfirm_blog_posts .blog-style-one .features-image {
	display: block;
	overflow: hidden;
	position: relative;
}
.larfirm_blog_posts .blog-style-one .features-image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.larfirm_blog_posts .blog-style-one .features-image img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.larfirm_blog_posts .blog-style-one .features-image:hover:before {
	opacity: 1;
}
.larfirm_blog_posts .blog-style-one .features-image:hover img {
	-webkit-transform: scale(1.1);
					transform: scale(1.1);
}
.larfirm_blog_posts .blog-style-one .blog-post-content {
	padding: 34px 30px 32px;
	background: #eee;
	text-align: center;
}
.larfirm_blog_posts .blog-style-one .blog-post-content .entry-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 10px;
	line-height: 30px;
}
.larfirm_blog_posts .blog-style-one .blog-post-content .entry-title a {
	color: #333;
}
.larfirm_blog_posts .blog-style-one .blog-post-content .entry-title a:hover {
	color: #cc8809;
}
.larfirm_blog_posts .blog-style-one .blog-post-content .post-content p {
	margin-bottom: 20px;
}

.post-style-two {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.post-style-two .blog-thumb img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.post-style-two .blog-post-content {
	padding: 25px 25px 10px;
}
.post-style-two .blog-post-content .entry-title {
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
	margin-bottom: 0;
}
.post-style-two .blog-post-content .entry-title a {
	color: #333;
}
.post-style-two .blog-post-content .entry-title a:hover {
	color: #cc8809;
}
.post-style-two .blog-post-content .post-date {
	padding: 15px 0 20px;
	border-bottom: 1px solid #eee;
}

.post-date a {
	color: #8b8b8b;
}
.post-date a i {
	color: #cc8809;
	margin-right: 5px;
}
.post-date a:hover {
	color: #cc8809;
}

.post-footer {
	padding: 20px 0 10px;
}
.post-footer a {
	display: inline-block;
	color: #8b8b8b;
	font-size: 15px;
}
.post-footer a i {
	margin-right: 5px;
}
.post-footer a.vcp-comments {
	float: right;
}
.post-footer a:hover {
	color: #cc8809;
}

.post-style-three {
	margin-bottom: 30px;
}
.post-style-three .blog-thumb {
	display: block;
}
.post-style-three .blog-thumb img {
	width: 100%;
}
.post-style-three .blog-post-content {
	padding: 30px 0 0;
}
.post-style-three .blog-post-content .post-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-style-three .blog-post-content .post-meta li {
	display: inline-block;
	margin-right: 20px;
}
.post-style-three .blog-post-content .post-meta li a {
	color: #222;
}
.post-style-three .blog-post-content .post-meta li a i {
	margin-right: 5px;
}
.post-style-three .blog-post-content .post-meta li a:hover {
	color: #cc8809;
}
.post-style-three .blog-post-content .entry-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 17px;
}
.post-style-three .blog-post-content .entry-title a {
	color: #333;
}
.post-style-three .blog-post-content .entry-title a:hover {
	color: #cc8809;
}
.post-style-three .blog-post-content .post-content p {
	margin-bottom: 26px;
}
.post-style-three .blog-post-content .read-more-btn {
	color: #333;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.post-style-three .blog-post-content .read-more-btn i {
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	margin-left: 2px;
}
.post-style-three .blog-post-content .read-more-btn:hover {
	color: #cc8809;
}
.post-style-three .blog-post-content .read-more-btn:hover i {
	margin-left: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.larfirm_blog_posts .blog-style-one .blog-post-content {
		padding: 30px 20px;
	}
}
@media (max-width: 420px) {
	.larfirm_blog_posts .blog-style-one .blog-post-content {
		padding: 30px 20px;
	}
}
/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial-one .testi-content {
	width: 90%;
	margin: 0 auto 40px;
}
.testimonial-one .testi-content p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.testimonial-one .client-details .avatar {
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.testimonial-one .client-details .avatar img {
	border-radius: 50%;
}
.testimonial-one .client-details h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 5px 0;
}
.testimonial-one .client-details span {
	font-size: 16px;
	color: #efefef;
}

.tm-control {
	position: absolute;
	z-index: 9999;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.tm-control .tm-prev, .tm-control .tm-next {
	position: absolute;
	height: 45px;
	width: 45px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tm-control .tm-prev:hover, .tm-control .tm-next:hover {
	background: #fff;
	color: #222;
}
.tm-control .tm-next {
	right: 0;
}

/* Testimonial Two */
.testimonial-two {
	background: #3e4353;
	padding: 50px 30px;
}
.testimonial-two .content {
	margin-bottom: 30px;
}
.testimonial-two .content p {
	color: #fff;
	margin: 0;
	line-height: 28px;
}
.testimonial-two .client-details {
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-two .client-details .avatar {
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.testimonial-two .client-details .avatar img {
	border-radius: 50%;
}
.testimonial-two .client-details .details {
	text-align: left;
}
.testimonial-two .client-details .details h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 5px 0;
}
.testimonial-two .client-details .details span {
	font-size: 16px;
	color: #fff;
}

.slider-pagi-inner {
	height: 24px;
}

.swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.swiper-pagination span {
	height: 10px;
	width: 10px;
	background: #e0e0e0;
	margin-right: 15px;
	position: relative;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.swiper-pagination span:before {
	position: absolute;
	content: "";
	top: -2px;
	left: -2px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	transition: all 0.3s ease-in-out;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	background: #cc8809;
}
.swiper-pagination span.swiper-pagination-bullet-active:before {
	border-color: #cc8809;
}

.transparent_row .swiper-pagination span {
	background: #c1c1c1 !important;
}
.transparent_row .swiper-pagination span:before {
	border: 1px solid #c1c1c1 !important;
}
.transparent_row .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff !important;
}
.transparent_row .swiper-pagination span.swiper-pagination-bullet-active:before {
	border-color: #fff !important;
}

/* Testimonial Three */
.testimonial-three {
	background: #eee;
	padding: 40px 35px 30px;
	margin-bottom: 30px;
	position: relative;
}
.testimonial-three .avatar {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 0 auto 17px;
}
.testimonial-three .avatar img {
	border-radius: 50%;
}
.testimonial-three .content {
	margin-bottom: 25px;
}
.testimonial-three .content p {
	margin: 0;
	color: #222;
	font-size: 15px;
}
.testimonial-three .client-details .details h3 {
	font-size: 20px;
	margin: 0;
	color: #222;
	margin-bottom: 5px;
	font-weight: 600;
}
.testimonial-three .client-details .details span {
	color: #444;
	font-size: 15px;
}

/* 	Testimonial */
.testimonial-slider-inner {
	position: relative;
}
.testimonial-slider-inner .tm-control {
	bottom: 0;
	top: auto;
	left: auto;
	right: 0;
	width: 100px;
}

.testimonial-four .testi-content {
	margin-bottom: 40px;
}
.testimonial-four .testi-content i {
	font-size: 42px;
	color: #cc8809;
	margin-bottom: 30px;
}
.testimonial-four .testi-content p {
	color: #ebebeb;
}
.testimonial-four .client-details {
	display: flex;
	align-items: center;
}
.testimonial-four .client-details .avatar {
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.testimonial-four .client-details .avatar img {
	border-radius: 50%;
}
.testimonial-four .client-details .details {
	flex: 1;
	margin-left: 20px;
}
.testimonial-four .client-details .details h3 {
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: 500;
}
.testimonial-four .client-details .details span {
	color: #fff;
	font-size: 15px;
}

.testimonial-slider-four .tm-control {
	height: 50px;
	width: 80px;
	bottom: 0;
}
.testimonial-slider-four .tm-control .tm-prev, .testimonial-slider-four .tm-control .tm-next {
	height: 35px;
	width: 35px;
	line-height: 35px;
}

.post-type-archive-testimonial .testimonial-three {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.page-attorny {
	padding: 120px 0 90px;
}

article.attorney {
	padding: 120px 0;
}

.archive.post-type-archive-attorney {
	background: #fff;
}
.archive.post-type-archive-attorney .page-content {
	padding: 120px 0 90px;
}

.team-box-layout1 {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.team-box-layout1 .item-img-wrapper img {
	width: 100%;
}

.team-box-layout1 .item-content-wrapper {
	height: 100px;
	width: 100%;
	position: relative;
}

.team-box-layout1 .item-content-wrapper .item-content {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 26px 20px 24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.3s ease-out;
	background-color: #eee;
	height: 155px;
}
.team-box-layout1 .item-content-wrapper .item-content h3 {
	font-size: 20px;
	margin: 0 0 5px;
	line-height: 22px;
}

.team-box-layout1 .item-content-wrapper .item-content h3 a {
	margin-bottom: 5px;
	color: #333333;
	text-transform: capitalize;
	transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content-wrapper .item-content h3 a:hover {
	color: #cc8809;
}

.team-box-layout1 .item-content-wrapper .item-content span {
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default {
	padding: 0;
	margin: 0;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default li {
	display: inline-block;
	margin-right: 10px;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default li:last-child {
	margin-right: 0;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default li a {
	color: #cc8809;
	padding: 5px;
	transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content-wrapper .item-content ul.social-default li a:hover {
	color: #ae7203;
}

.team-box-layout1:hover .item-content-wrapper .item-content {
	top: -52px;
}

.team-box-layout1:hover .item-content-wrapper .item-content ul.social-default {
	opacity: 1;
}

.team-box-layout2 {
	text-align: center;
	margin-bottom: 30px;
}

.team-box-layout2 .item-img {
	margin-bottom: 25px;
	position: relative;
}

.team-box-layout2 .item-img:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	background-color: rgba(204, 136, 9, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-out;
}

.team-box-layout2 .item-img i {
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 2;
	transition: all 0.3s ease-out;
}

.team-box-layout2 .item-img i:before {
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 2;
	transition: all 0.3s ease-out;
}

.team-box-layout2 .item-content h3 {
	margin-bottom: 5px;
}

.team-box-layout2 .item-content h3 a {
	transition: all 0.3s ease-out;
}

.team-box-layout2 .item-content h3 a:hover {
	color: #cc8809;
}

.team-box-layout2 .item-content span {
	margin-bottom: 20px;
	display: block;
}

.team-box-layout2 .item-content .team-social li {
	margin: 0 5px;
	display: inline-block;
}

.team-box-layout2 .item-content .team-social li a {
	transition: all 0.3s ease-out;
	color: #a2a2a2;
	padding: 5px;
	display: inline-block;
}

.team-box-layout2 .item-content .team-social li a:hover {
	color: #cc8809;
}

.team-box-layout2:hover .item-img:before {
	opacity: 1;
	visibility: visible;
}

.team-box-layout2:hover .item-img i {
	opacity: 1;
	visibility: visible;
}

.team-box-layout2:hover .item-img i:before {
	opacity: 1;
	visibility: visible;
}

.attorneys-team-layout2 {
	padding: 100px 0px;
}

.attorneys-team-layout2 .single-item {
	overflow: hidden;
	text-align: center;
}

.attorneys-team-layout2 .single-item .item-content-wrapper {
	height: 80px;
	background: #d6d6d6;
	width: 100%;
	position: relative;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content {
	position: absolute;
	background: #d6d6d6;
	top: 0;
	z-index: 1;
	padding: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.3s ease-out;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content h3 a {
	font-size: 18px;
	margin-bottom: 5px;
	color: #333333;
	text-transform: capitalize;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: capitalize;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default li {
	display: inline-block;
	margin-right: 10px;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default li:last-child {
	margin-right: 0;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default li a {
	padding: 5px;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default li a i {
	color: #cc8809;
	transition: all 0.3s ease-out;
}

.attorneys-team-layout2 .single-item .item-content-wrapper .item-content ul.social-default li a:hover i {
	color: #ae7203;
}

.attorneys-team-layout2 .single-item:hover .item-content-wrapper .item-content {
	top: -50px;
}

.attorneys-team-layout2 .single-item:hover .item-content-wrapper .item-content ul.social-default {
	opacity: 1;
}

.attorney-name {
	padding: 18px 0 14px;
}

@media only screen and (max-width: 500px) {
	.attorney-name {
		text-align: center;
	}
}
.attorney-name h2 {
	margin-bottom: 0;
}

.attorney-social {
	text-align: right;
	padding: 45px 0;
}

@media only screen and (max-width: 500px) {
	.attorney-social {
		text-align: center;
		padding: 0 0 45px 0;
	}

	.testimonial-slider-four .tm-control {
		display: none;
	}
}
.attorney-social li {
	margin-right: 10px;
	display: inline-block;
}

.attorney-social li:last-child {
	margin-right: 0;
}

.attorney-social li a i {
	opacity: 0.8;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	background: #ffffff;
	color: #9e9e9e;
	border-radius: 50%;
	transition: all 0.5s ease-out;
}

.attorney-social li a:hover i {
	opacity: 1;
}

.attorney-social li.facebook i {
	background-color: #3b579d;
	color: #ffffff;
}

.attorney-social li.twitter i {
	background-color: #1da1f2;
	color: #ffffff;
}

.attorney-social li.google i {
	background-color: #ea4335;
	color: #ffffff;
}

.attorney-social li.linkedin i {
	background-color: #0177b5;
	color: #ffffff;
}

.attorney-social li.eye i {
	background-color: #bd081c;
	color: #ffffff;
}

.attorney-contact-info li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

.attorney-contact-info li i {
	text-align: center;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 1;
	font-size: 14px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	background: #cc8809;
}

.attorney-contact-info li p {
	margin-bottom: 0;
}

.attorney-contact-info li:last-child {
	margin-bottom: 0;
}

.team-member .member-details img {
	width: 100%;
}

.attome_team_members-two .team-member {
	text-align: center;
	margin-bottom: 30px;
}
.attome_team_members-two .team-member .member-img {
	margin-bottom: 20px;
}
.attome_team_members-two .team-member .member-bio h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.attome_team_members-two .team-member .member-bio p {
	max-height: 80px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
}
.attome_team_members-two .team-member .member-bio span {
	display: block;
	margin-bottom: 10px;
}
.attome_team_members-two .team-member .member-bio .team-profail {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.attome_team_members-two .team-member .member-bio .team-profail li {
	display: inline-block;
	margin-right: 10px;
}
.attome_team_members-two .team-member .member-bio .team-profail li:last-child {
	margin-right: 0;
}
.attome_team_members-two .team-member .member-bio .team-profail li a {
	color: #a2a2a2;
}
.attome_team_members-two .team-member .member-bio .team-profail li a:hover {
	color: #cc8809;
}

@media (min-width: 991px) and (max-width: 1100px) {
	.icon-box.style-one {
		height: 400px;
	}
	.icon-box.style-one .item-content {
		-webkit-transform: translateY(10%);
						transform: translateY(10%);
	}
}
@media (max-width: 991px) {
	.page-attorny {
		padding: 80px 0 50px;
	}

	article.attorney {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.page-attorny {
		padding: 50px 0 20px;
	}

	article.attorney {
		padding: 50px 0;
	}
}
/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
.icon-box.style-one {
	text-align: center;
	padding: 0 45px;
	min-height: 360px;
	background: #cc8809;
}
.icon-box.style-one .item-content {
	overflow: hidden;
	-webkit-transform: translateY(-40%);
					transform: translateY(-40%);
	transition: all 0.3s ease-out;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 40px;
	top: 50%;
}
.icon-box.style-one .icon-container {
	font-size: 50px;
	margin-bottom: 28px;
	display: block;
	opacity: 1;
	margin-top: 10px;
	transition: all 0.4s ease-out;
	color: #fff;
}
.icon-box.style-one .content .title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}
.icon-box.style-one .content .title a {
	color: #fff;
}
.icon-box.style-one .content .title a:hover {
	color: #333 !important;
}
.icon-box.style-one .content p {
	margin-bottom: 0;
	color: #f5f5f5;
}
.icon-box.style-one .content .read-link {
	margin-top: 20px;
	opacity: 0;
	background: #fff;
	border-color: #fff;
	color: #cc8809;
}
.icon-box.style-one .content .read-link:hover {
	background: transparent;
	border-color: #fff;
	color: #fff !important;
}
.icon-box.style-one.dark_mode .icon-container {
	color: #fff;
}
.icon-box.style-one.dark_mode .content .title {
	color: #fff;
}
.icon-box.style-one.dark_mode .content p {
	color: #fff;
}
.icon-box.style-one.dark_mode .content .read-link {
	background: #fff;
	color: #cc8809;
	border-color: #fff;
}
.icon-box.style-one.dark_mode .content .read-link:hover {
	background: transparent;
	color: #fff !important;
	border-color: #fff;
}
.icon-box.style-one:hover .item-content {
	-webkit-transform: translateY(-58%);
					transform: translateY(-58%);
}
.icon-box.style-one:hover .read-link {
	opacity: 1;
}
.icon-box.style-one:hover .icon-container {
	opacity: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
.icon-box.style-two {
	position: relative;
	margin-bottom: 30px;
}
.icon-box.style-two:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	transition: all 0.3s ease-out;
}
.icon-box.style-two .icon-container {
	height: 60px;
	width: 60px;
	background: #cc8809;
	color: #fff;
	border-radius: 50%;
	line-height: 55px;
	font-size: 22px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	transition: all 0.5s ease-out;
	margin: 0 auto 20px;
}
.icon-box.style-two .item-content {
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	text-align: center;
}
.icon-box.style-two .item-content .title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	margin-top: 0;
}
.icon-box.style-two .item-content .title a {
	color: #333;
}
.icon-box.style-two .item-content p {
	margin: 0;
}
.icon-box.style-two .read-link {
	margin-top: 10px;
}
.icon-box.style-two:hover:before {
	background: rgba(204, 136, 9, 0.9);
}
.icon-box.style-two:hover .icon-container {
	background: transparent;
	color: #fff;
}
.icon-box.style-two:hover .item-content .title {
	color: #fff;
}
.icon-box.style-two:hover .item-content .title a {
	color: #fff;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}
.icon-box.style-two:hover .item-content .title a:hover {
	opacity: 0.7;
}
.icon-box.style-two:hover .item-content p {
	color: #fff;
}
.icon-box.style-three {
	margin-bottom: 30px;
}
.icon-box.style-three .item-content {
	display: flex;
	flex-wrap: wrap;
}
.icon-box.style-three .item-content .icon-container {
	height: 60px;
	width: 60px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 55px;
	font-size: 30px;
	border-radius: 50%;
	margin-right: 20px;
}
.icon-box.style-three .item-content .content {
	flex: 1;
}
.icon-box.style-three .item-content .content .title {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 15px;
}
.icon-box.style-three .item-content .content .title a {
	color: #333;
}
.icon-box.style-three .item-content .content .title a:hover {
	color: #cc8809;
}
.icon-box.style-three .item-content .content p {
	margin: 0;
}
.icon-box.style-three .item-content .read-link {
	margin-top: 20px;
	padding: 6px 15px;
}
.icon-box.style-three.dark_mode .icon-container {
	color: #fff;
}
.icon-box.style-three.dark_mode .content .title {
	color: #fff;
}
.icon-box.style-three.dark_mode .content .title a {
	color: #fff;
}
.icon-box.style-three.dark_mode .content .title a:hover {
	color: #333 !important;
}
.icon-box.style-three.dark_mode .content p {
	color: #fff;
}
.icon-box.style-four {
	background: #cc8809;
	padding: 50px 45px;
	text-align: center;
	margin-bottom: 20px;
}
.icon-box.style-four .item-content .icon-container {
	font-size: 48px;
	margin-bottom: 15px;
	line-height: 48px;
	color: #fff;
}
.icon-box.style-four .item-content .content h3 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}
.icon-box.style-four .item-content .content h3 a {
	color: #fff;
}
.icon-box.style-four .item-content .content h3 a:hover {
	color: #333 !important;
}
.icon-box.style-four .item-content .content p {
	color: #fff;
	margin-bottom: 0;
}
.icon-box.style-four .item-content .abc-btn-default {
	border-color: #fff;
	background: #fff;
	color: #cc8809;
	margin-top: 20px;
}
.icon-box.style-four .item-content .abc-btn-default:hover {
	background: transparent;
	color: #fff !important;
}
.icon-box.style-five .title {
	position: relative;
	color: #333;
	background: #eee;
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
}
.icon-box.style-five .title:before {
	content: "\E628";
	position: absolute;
	font-family: "themify";
	color: #fff;
	right: 30px;
	top: 25px;
	font-size: 20px;
	transition: all 0.5s ease-out;
	opacity: 0;
	visibility: hidden;
}
.icon-box.style-five .title a {
	color: #333;
	display: block;
	padding: 26px 20px 26px 80px;
	position: relative;
}
.icon-box.style-five .title i {
	text-align: center;
	line-height: 50px;
	color: #282e3f;
	font-size: 36px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.icon-box.style-five .title:hover {
	background: #cc8809;
}
.icon-box.style-five .title:hover:before {
	opacity: 1;
	visibility: visible;
	right: 25px;
}
.icon-box.style-five .title:hover a {
	color: #fff;
	padding-left: 55px;
}
.icon-box.style-five .title:hover i {
	font-size: 50px;
	left: -11px;
	color: rgba(255, 255, 255, 0.22);
}

@media (min-width: 992px) and (max-width: 1200px) {
	.icon-box.style-one {
		min-height: 400px;
	}
	.icon-box.style-one .item-content {
		padding: 0 20px;
	}

	.icon-box.style-five .title {
		font-size: 18px;
	}
	.icon-box.style-two .item-content {
		padding: 30px 15px;
	}
}
@media (max-width: 991px) {
	.icon-box.style-one {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.icon-box.style-five .title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.icon-box.style-one {
		min-height: 400px;
	}
}
@media (max-width: 576px) {
	.icon-box.style-one {
		padding: 0 30px;
	}
}
/*--------------------------------------------------------------
## Link Box
--------------------------------------------------------------*/
.iconlink-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.iconlink-box li {
	padding: 50px 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	border-left: 1px solid #e0e0e0;
	flex-grow: 1;
	flex: 1;
}
.iconlink-box li:last-child {
	border-right: 1px solid #e0e0e0;
}
.iconlink-box li a {
	display: block;
}
.iconlink-box li a i {
	font-size: 48px;
	line-height: 48px;
	color: #222;
	margin-bottom: 30px;
	display: block;
}
.iconlink-box li a .title {
	color: #222;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
.iconlink-box li:hover {
	background: #cc8809;
}
.iconlink-box li:hover i {
	color: #fff;
}
.iconlink-box li:hover .title {
	color: #fff;
}

@media (max-width: 1200px) {
	.iconlink-box li a .title {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.iconlink-box {
		flex-wrap: wrap;
	}
	.iconlink-box li h3 {
		display: none;
	}
	.iconlink-box li a i {
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
	.iconlink-box li {
		padding: 30px 0;
	}
	.iconlink-box li a i {
		font-size: 30px;
	}
}
/*--------------------------------------------------------------
## Overlay Content Box
--------------------------------------------------------------*/
.overlay-content-box {
	padding: 130px 30px 130px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}
.overlay-content-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(204, 136, 9, 0.9);
}

.dark-overlayer .overlay-content-box {
	padding: 130px 30px 130px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}
.dark-overlayer .overlay-content-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.9);
}

.box-content {
	position: relative;
	z-index: 33;
}
.box-content .box-title {
	margin-top: 0;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 35px;
}
.box-content p {
	color: #fff;
	margin-bottom: 0;
}
.box-content .abc-btn-default {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.overlay-content-box {
		padding: 74px 30px 80px;
	}
}
@media (max-width: 768px) {
	.overlay-content-box {
		padding: 45px 30px 50px;
	}
	.overlay-content-box .box-content .box-title {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.overlay-content-box .box-content .abc-btn-default {
		margin-top: 30px;
	}
}
/*--------------------------------------------------------------
## Countup
--------------------------------------------------------------*/
.counter-box {
	margin-bottom: 30px;
}
.counter-box .count-box-inner {
	display: flex;
	flex-wrap: wrap;
}
.counter-box .icon-wrap {
	margin-right: 20px;
	padding-top: 10px;
}
.counter-box .icon-wrap i {
	font-size: 40px;
	line-height: 40px;
	color: #cc8809;
}
.counter-box .content h2 {
	font-size: 50px;
	font-weight: 600;
	color: #333;
	margin-top: 0;
	margin-bottom: 22px;
	display: inline-block;
}
.counter-box .content .suffix {
	display: inline-block;
	color: #cc8809;
	font-size: 40px;
}
.counter-box .content p {
	color: #222;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0;
	font-size: 16px;
}
.counter-box.dark {
	border-bottom: 1px solid #505050;
}
.counter-box.dark .icon-wrap i {
	color: #fff;
}
.counter-box.dark .content h2, .counter-box.dark .content p {
	color: #fff !important;
}
.counter-box.dark .suffix {
	color: #fff;
}
.counter-box-two .count-box-inner {
	text-align: left;
}
.counter-box-two .count-box-inner .value, .counter-box-two .count-box-inner .suffix {
	margin-top: 0;
	font-size: 48px;
	font-weight: 700;
	display: inline-block;
	line-height: 1.2;
}
.counter-box-two .count-box-inner .title {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}
.counter-box-two.dark .count-box-inner .value, .counter-box-two.dark .count-box-inner .suffix, .counter-box-two.dark .count-box-inner .title {
	color: #fff !important;
}

@media (max-width: 991px) {
	.counter-box {
		padding-bottom: 30px;
		border-bottom: 1px solid #d6d6d6;
	}
	.counter-box.dark {
		border-bottom: 1px solid #505050;
	}

	.border-none .counter-box {
		border-bottom: 0;
	}
}
/*--------------------------------------------------------------
## Feature
--------------------------------------------------------------*/
#feature {
	padding: 120px 0;
	background: #fafcff;
	position: relative;
}

.feature-box-inner {
	margin-top: 80px;
}

.feature-box {
	margin-bottom: 60px;
}
.feature-box.left-icon {
	text-align: right;
}
.feature-box .icon-container {
	margin-bottom: 20px;
}
.feature-box .icon-container i {
	font-size: 40px;
	background-image: linear-gradient(-90deg, #3224af 0%, #c96dd8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.feature-box .content h3 {
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}
.feature-box:hover .content h3 {
	color: #cc8809;
}

.feature-image img {
	position: relative;
	z-index: 11;
}

@media (min-width: 768px) and (max-width: 992px) {
	.feature-box-inner {
		margin-top: 20px;
	}

	.feature-box {
		margin-bottom: 30px;
	}
	.feature-box .icon-container {
		margin-bottom: 10px;
	}
	.feature-box .content h3 {
		margin-bottom: 10px;
	}
	.feature-box .content p {
		line-height: 22px;
	}
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.attome-portfolio-filter {
	margin-bottom: 60px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.attome-portfolio-filter li {
	cursor: pointer;
	border: 1px solid #e0e0e0;
	background: 0 0;
	color: #222;
	padding: 10px 30px;
	margin: 0 5px;
	font-size: 18px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.5s ease-out;
}
.attome-portfolio-filter li:hover, .attome-portfolio-filter li.active {
	background: #cc8809;
	border-color: #cc8809;
	color: #fff !important;
}

.attome-portfolio-gallery .portfolio-item {
	margin-bottom: 30px;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper {
	position: relative;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper .content-layer {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper .content-layer h4 {
	color: #fff;
	font-size: 20px;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper .content-layer .view-item {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	margin: 0 auto 20px auto;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper .content-layer .view-item i {
	margin-left: 0;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper .content-layer .view-item:hover {
	background: #cc8809;
	border-color: #cc8809;
	color: #fff !important;
}
.attome-portfolio-gallery .portfolio-item .portfolio-wrapper:hover:before, .attome-portfolio-gallery .portfolio-item .portfolio-wrapper:hover .content-layer {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 768px) {
	.attome-portfolio-filter {
		margin-bottom: 30px;
	}
	.attome-portfolio-filter li {
		padding: 6px 24px;
		margin: 0 5px 10px;
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.attome-portfolio-gallery .portfolio-item .portfolio-wrapper img {
		width: 100%;
	}
}
/*--------------------------------------------------------------
## Practice
--------------------------------------------------------------*/
.practice-area {
	padding: 120px 0 90px;
	background: #eee;
}
.practice-area .practice {
	background: #fff;
}
.practice-area #attome-pagination {
	margin-bottom: 20px;
}

.practice {
	background: #eee;
	margin-bottom: 30px;
}
.practice .item-img-wrapper {
	position: relative;
}
.practice .item-img-wrapper:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.practice .item-img-wrapper img {
	width: 100%;
}
.practice .item-img-wrapper a {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	color: #fff;
}
.practice .item-img-wrapper a:hover {
	color: #cc8809;
}
.practice .item-img-wrapper:hover:before {
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.practice .item-img-wrapper:hover a {
	visibility: visible;
	opacity: 1;
}
.practice .content {
	padding: 23px 30px;
	text-align: center;
}
.practice .content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
}
.practice .content h3 a {
	color: #cc8809;
}
.practice .content h3 a:hover {
	color: #333;
}
.practice .content p {
	margin: 0;
	color: #222;
}

.practice-single .practice {
	background: #fff;
	margin-bottom: 0;
}
.practice-single .prictice-thumbnail {
	position: relative;
}
.practice-single .prictice-thumbnail .entry-title {
	bottom: 0;
	margin: 0;
	left: 0;
	padding: 15px 30px;
	width: 100%;
	background: #cc8809;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.practice-single .post-content {
	padding: 30px;
}
.practice-single .post-content ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.practice-single .post-content ul li {
	line-height: 35px;
	position: relative;
	padding-left: 30px;
	color: #222;
}
.practice-single .post-content ul li:before {
	position: absolute;
	content: "\F00C";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 10px;
	color: #cc8809;
}
.practice-single .post-content p {
	color: #222;
}
.practice-single .post-content p a {
	display: inline-block;
	border: 2px solid #cc8809;
	background: #cc8809;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	margin: 20px 0;
}
.practice-single .post-content p a:hover {
	background: transparent;
	color: #333;
}
.practice-single .entry-footer {
	background: #eee;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.practice-single .entry-footer span {
	font-weight: 500;
}
.practice-single .entry-footer .post-share {
	flex: unset;
	margin-left: 10px;
}

@media (max-width: 991px) {
	.practice-area {
		padding: 80px 0 50px;
	}
}
@media (max-width: 768px) {
	.practice-area {
		padding: 50px 0 20px;
	}
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.attome-tab-two {
	display: flex;
	flex-wrap: wpap;
}
.attome-tab-two .tab_content {
	flex: 1;
	padding: 20px;
}

.tab-style-one {
	display: flex;
	flex-wrap: wrap;
}
.tab-style-one .tab_content {
	flex: 1;
}
.tab-style-one .tabs {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 260px;
	padding: 0;
}
.tab-style-one .tabs li {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tab-style-one .tabs li a {
	display: block;
	outline: none;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #e0e0e0;
	border-left: 3px solid #cc8809;
	font-size: 16px;
	padding: 10px 15px 11px;
	background: #fff;
}
.tab-style-one .tabs li a:hover {
	background: #cc8809;
	color: #fff;
}
.tab-style-one .tabs li.current a {
	background: #cc8809;
	color: #fff;
}
.tab-style-one .tabs_item {
	display: none;
	flex: 1;
}
.tab-style-one .tabs_item .content-innter {
	display: flex;
	flex-wrap: wrap;
}
.tab-style-one .tabs_item .content-innter .content {
	flex: 1;
	padding: 0 20px;
}
.tab-style-one .tabs_item .content-innter .content .abc-btn {
	display: inline-block;
	border: 2px solid #cc8809;
	background: #cc8809;
	padding: 10px 45px;
	text-transform: uppercase;
	border-radius: 2px;
	transition: all 0.5s ease-out;
	color: #fff;
	margin-top: 20px;
}
.tab-style-one .tabs_item .content-innter .content .abc-btn:hover {
	color: #cc8809;
	background: transparent;
}
.tab-style-one .tabs_item .content-innter .tab-thumd {
	width: 290px;
}
.tab-style-one .tabs_item .content-innter .tab-thumd img {
	width: 100%;
}
.tab-style-one .tabs_item h3 {
	font-weight: bold;
	color: #cc8809;
	font-size: 20px;
	margin-top: 0;
}
.tab-style-one .tabs_item:first-child {
	display: block;
}

.current a {
	color: #fff;
	background: #cc8809;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
	border-bottom: 0 !important;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
	margin-bottom: 1px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
	font-size: 16px;
	padding: 12px 35px;
	margin-right: 3px;
	background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
	padding: 12px 35px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	background-color: #cc8809 !important;
	color: #fff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a span {
	color: #fff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background: #eee !important;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
	border-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
	border-radius: 0 !important;
}

.attome-tab {
	border-bottom: 0;
	margin-bottom: 70px;
	align-items: center;
}
.attome-tab li {
	flex-grow: 1;
	flex: 1;
	border-left: 1px solid #e0e0e0;
	padding: 30px 0;
}
.attome-tab li:last-child {
	border-right: 1px solid #e0e0e0;
}
.attome-tab li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #222;
}
.attome-tab li a .icon-inner {
	display: block;
}
.attome-tab li a .icon-inner i {
	font-size: 48px;
	margin-bottom: 15px;
}
.attome-tab li a:hover, .attome-tab li a.active {
	color: #cc8809;
}

.tab-content .tab-pane {
	-webkit-animation: fadeOut 0.5s ease forwards;
					animation: fadeOut 0.5s ease forwards;
}
.tab-content .tab-pane.active {
	-webkit-animation: fadeIn 0.75s ease forwards;
					animation: fadeIn 0.75s ease forwards;
}
.tab-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-content ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.tab-content ul li:before {
	content: "\F051";
	color: #cc8809;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: FontAwesome;
}
.tab-content .abc-btn-default {
	margin-top: 25px;
}

.vertical-tabs-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.vertical-tabs-wrapper .vertical-tabs {
	position: relative;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 0;
	width: 260px;
	padding: 0;
	display: block;
	border-bottom: 0;
}
.vertical-tabs-wrapper .vertical-tabs li {
	display: block;
	width: 100%;
}
.vertical-tabs-wrapper .vertical-tabs li a {
	display: block;
	outline: none;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #e0e0e0;
	border-left: 3px solid #cc8809;
	font-size: 16px;
	padding: 10px 15px 11px;
	background: #fff;
}
.vertical-tabs-wrapper .vertical-tabs li a.active, .vertical-tabs-wrapper .vertical-tabs li a:hover {
	background: #cc8809;
	color: #fff;
}
.vertical-tabs-wrapper .tab-content {
	flex: 1;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		-webkit-transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		-webkit-transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
		-webkit-transform: translate3d(0, -20px, 0);
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
		-webkit-transform: translate3d(0, -20px, 0);
	}
}
@media (max-width: 991px) {
	.attome-tab li a {
		font-size: 14px;
	}
	.attome-tab li a .icon-inner i {
		font-size: 35px;
	}

	.vertical-tabs-wrapper .vertical-tabs {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
		padding: 50px;
	}
}
@media (max-width: 768px) {
	.attome-tab {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.attome-tab li {
		flex: auto;
		padding: 20px 0;
		width: 50%;
		margin-bottom: 0;
	}
	.attome-tab li a {
		font-size: 16px;
	}
	.attome-tab li:nth-child(1), .attome-tab li:nth-child(3), .attome-tab li:nth-child(5) {
		border-left: 0;
	}
	.attome-tab li:last-child {
		border-right: 0;
	}
	.attome-tab li:nth-child(1), .attome-tab li:nth-child(2), .attome-tab li:nth-child(3), .attome-tab li:nth-child(4) {
		border-bottom: 1px solid #e0e0e0;
	}

	.tab-content-inner {
		margin-bottom: 30px;
	}

	.tabs {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.tabs li {
		flex: 1;
		text-align: center;
	}
	.tabs li a {
		border-left: 0;
		border-bottom: 3px solid #cc8809;
	}

	.vertical-tabs-wrapper {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.attome-tab li {
		padding: 15px 10px;
	}
}
@media (max-width: 576px) {
	.vertical-tabs-wrapper .vertical-tabs li {
		width: 100%;
	}
}
@media (max-width: 420px) {
	.attome-tab li {
		width: 50%;
		border-left: 0;
		border-bottom: 1px solid #e0e0e0;
	}
}
/*--------------------------------------------------------------
## History
--------------------------------------------------------------*/
.history-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
}
.history-content > div {
	flex: 1;
}
.history-content .content {
	padding: 30px;
}
.history-content .content h4 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.gallery-thumbs {
	padding: 30px 0 10px;
}

.history-time a {
	display: block;
	padding: 12px;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
}

.current .history-time a {
	background: #cc8809;
	color: #fff;
}

#sync2 {
	margin-top: 30px;
}

@media (max-width: 768px) {
	.history-content {
		display: block;
	}
	.history-content .feature-image, .history-content .content-wrap {
		width: 100%;
	}
}
/*--------------------------------------------------------------
## Ison List
--------------------------------------------------------------*/
.listitems {
	margin: 0;
	padding: 0;
	list-style: none;
}
.listitems li {
	display: flex;
	line-height: 26px;
	align-items: baseline;
	margin-bottom: 10px;
}
.listitems li i {
	color: #cc8809;
	display: inline-block;
}
.listitems li p {
	margin: 0;
	margin-left: 15px;
	display: inline-block;
	font-weight: 500;
}

/*--------------------------------------------------------------
## Accotdian
--------------------------------------------------------------*/
.card {
	border-radius: 0;
	margin-bottom: 10px;
	border: 0;
}
.card .card-header {
	background-color: #eee;
	border-bottom: 0;
	padding: 0;
	position: relative;
}
.card .card-header:after {
	position: absolute;
	content: "\F105";
	font: normal normal normal 20px/1 FontAwesome;
	font-weight: 900;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	color: #333;
	transition: all 0.3s ease-in-out;
}
.card .card-header h5 {
	margin: 0;
}
.card .card-header h5 .btn-link {
	color: #333 !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	width: 100%;
	text-align: left;
	transition: all 0.3s ease-in-out;
	padding: 17px 40px;
	text-decoration: none;
}
.card .card-header.active {
	background: #cc8809;
}
.card .card-header.active h5 .btn-link {
	color: #fff !important;
}
.card .card-header.active:after {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
	top: 36%;
	color: #fff;
}
.card .card-body {
	padding: 20px;
}
.card .card-body p {
	color: #333;
}

@media (max-width: 420px) {
	.card .card-header h5 .btn-link {
		font-size: 14px;
		padding: 17px 8px;
	}

	.card .card-header:after {
		right: 5px;
	}
}
/*--------------------------------------------------------------
## Process Box
--------------------------------------------------------------*/
.attome_prosess_box {
	text-align: center;
	position: relative;
	padding: 60px 15px 44px;
	background-color: #282e3f;
}
.attome_prosess_box .prosess-number {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
	color: #454b5e;
	font-size: 50px;
	font-weight: 700;
	display: block;
	line-height: 50px;
	margin-top: 0;
}
.attome_prosess_box .process-title {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
}
.attome_prosess_box p {
	color: #fff;
}

/*--------------------------------------------------------------
## Info Box
--------------------------------------------------------------*/
.info-item {
	text-align: center;
	background-color: #2e3549;
	padding: 30px 20px;
	border: 1px solid #4a526a;
	margin-bottom: 30px;
}
.info-item h3 {
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	font-size: 22px;
}
.info-item p {
	color: #fff;
	margin: 0;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.pinacop-intro-video {
	font-size: 20px;
	color: #ccc;
	font-style: italic;
}

.video-btn {
	background-color: transparent;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.25s ease-out;
	position: relative;
	display: inline-block;
	font-size: 52px;
	width: 92px;
	height: 92px;
	vertical-align: middle;
	border: 2px solid #fff;
	border-radius: 50%;
}

.video-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
	-webkit-transform: scale(0.9, 0.9);
					transform: scale(0.9, 0.9);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	content: "";
}

.video-btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-35%, -45%, 0);
					transform: translate3d(-35%, -45%, 0);
	-webkit-filter: blur(0);
					filter: blur(0);
	border-style: solid;
	border-width: 14px 0 14px 25px;
	border-color: transparent transparent transparent #ffffff;
	content: " ";
	transition: all 0.25s ease-out;
}

.video-btn:hover, .video-btn:focus, .video-btn:active, .video-btn:focus:active {
	outline: none;
	color: #cc8809;
}

.video-btn:hover:before, .video-btn:focus:before,
.video-btn:active:before, .video-btn:focus:active:before {
	-webkit-transform: scale(1.1, 1.1);
					transform: scale(1.1, 1.1);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
}

.video-btn:hover:after, .video-btn:focus:after,
.video-btn:active:after, .video-btn:focus:active:after {
	border-color: transparent transparent transparent #cc8809;
}

.intro-title {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
}

.pinacop-intro-video p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.pinacop-modal-video {
	overflow: hidden;
	position: relative;
}

.pinacop-modal-video img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.pinacop-modal-video:hover img {
	-webkit-transform: scale(1.1);
					transform: scale(1.1);
}

.pinacop-modal-video .video-btn {
	background: #cc8809;
	height: 70px;
	width: 70px;
	outline: none;
	border: 0;
}

.pinacop-modal-video .video-btn:before {
	background: #cc8809;
}

.pinacop-modal-video .video-btn i {
	color: #fff;
	line-height: 80px;
	z-index: 1;
}

.pinacop-modal-video .video-btn:hover:after, .pinacop-modal-video .video-btn:focus:after,
.pinacop-modal-video .video-btn:active:after, .pinacop-modal-video .video-btn:focus:active:after {
	border-color: transparent transparent transparent #cc8809;
}

.pinacop-modal-video .video-btn:hover:after, .pinacop-modal-video .video-btn:focus:after,
.pinacop-modal-video .video-btn:active:after, .pinacop-modal-video .video-btn:focus:active:after {
	border-color: transparent transparent transparent #FFF;
}

@-webkit-keyframes play_effect_btn {
	0% {
		box-shadow: 0 0 0 20px rgba(204, 136, 9, 0.35), 0 0 0 10px rgba(204, 136, 9, 0.65);
	}
	50% {
		box-shadow: none;
	}
	100% {
		box-shadow: 0 0 0 20px rgba(204, 136, 9, 0.35), 0 0 0 10px rgba(204, 136, 9, 0.65);
	}
}

@keyframes play_effect_btn {
	0% {
		box-shadow: 0 0 0 20px rgba(204, 136, 9, 0.35), 0 0 0 10px rgba(204, 136, 9, 0.65);
	}
	50% {
		box-shadow: none;
	}
	100% {
		box-shadow: 0 0 0 20px rgba(204, 136, 9, 0.35), 0 0 0 10px rgba(204, 136, 9, 0.65);
	}
}
.video-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.video-inner h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Case Result
--------------------------------------------------------------*/
.case-result-box {
	text-align: center;
	margin-bottom: 30px;
}
.case-result-box .item-img {
	position: relative;
}
.case-result-box .item-img:before {
	content: "";
	background-color: rgba(204, 136, 9, 0.9);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out;
}
.case-result-box .item-img .item-content {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	padding: 0 30px;
}
.case-result-box .item-img .item-content span {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	transition: all 0.3s ease-out;
}
.case-result-box .item-img .item-content .price {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s ease-out;
}
.case-result-box .item-img .item-content p {
	color: #fff;
	margin-bottom: 0;
	line-height: 28px;
}
.case-result-box h3 {
	transition: all 0.5s ease-out;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	background-color: #fff;
	padding: 20px 0;
}
.case-result-box h3 a {
	display: block;
	color: #333;
}
.case-result-box:hover .item-img:before {
	background-color: rgba(255, 255, 255, 0.9);
}
.case-result-box:hover .item-img .item-content span, .case-result-box:hover .item-img .item-content .price, .case-result-box:hover .item-img .item-content p {
	color: #333;
}
.case-result-box:hover h3 {
	background: #cc8809;
	color: #fff;
}
.case-result-box:hover h3 a {
	color: #fff;
}

/*--------------------------------------------------------------
## Choose
--------------------------------------------------------------*/
.choose-item {
	margin-bottom: 60px;
}
.choose-item h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}
.choose-item h3 span {
	font-weight: 700;
	color: #cc8809;
}
.choose-item h3 a {
	color: #fff;
}
.choose-item h3 a:hover {
	color: #cc8809;
}
.choose-item p {
	color: #fff;
}

@media (max-width: 991px) {
	.choose-item {
		margin-bottom: 30px;
	}
}
/*--------------------------------------------------------------
## Client Logo
--------------------------------------------------------------*/
.attome_logo_carousel .swiper-wrapper {
	align-items: center;
}
.attome_logo_carousel .brand_logo {
	display: block;
	padding: 15px 30px;
	text-align: center;
}

.no-padding-element .attome_logo_carousel .brand_logo {
	padding: 0;
}

/*--------------------------------------------------------------
## Carosel
--------------------------------------------------------------*/
.attome_carousel .swiper-slide img {
	width: 100%;
}
.attome_carousel .slider-slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}
.attome_carousel .slider-slider-nav .slider-prev, .attome_carousel .slider-slider-nav .slider-next {
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	background: #fff;
	color: #333;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
}
.attome_carousel .slider-slider-nav .slider-prev:hover, .attome_carousel .slider-slider-nav .slider-next:hover {
	background: #cc8809;
	color: #fff;
}
.attome_carousel .slider-slider-nav .slider-next {
	right: 0;
}

.attome_carousel_content {
	position: relative;
}
.attome_carousel_content img {
	width: 100%;
}
.attome_carousel_content .swiper-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.attome_carousel_content .slider-content {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	z-index: 11;
}
.attome_carousel_content .slider-content .inner-content {
	padding: 0 80px;
}
.attome_carousel_content .slider-content .slider-title {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}
.attome_carousel_content .slider-content .slider-sub-title {
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
.attome_carousel_content .slider-content .slider-des {
	color: #fff;
}
.attome_carousel_content .slider-slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}
.attome_carousel_content .slider-slider-nav .slider-prev, .attome_carousel_content .slider-slider-nav .slider-next {
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	background: #fff;
	color: #333;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
}
.attome_carousel_content .slider-slider-nav .slider-prev:hover, .attome_carousel_content .slider-slider-nav .slider-next:hover {
	background: #cc8809;
	color: #fff;
}
.attome_carousel_content .slider-slider-nav .slider-next {
	right: 0;
}

@media (max-width: 768px) {
	.attome_carousel_content .slider-content .inner-content {
		padding: 0 50px;
	}
	.attome_carousel_content .slider-content .slider-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.attome_carousel_content .slider-content .slider-sub-title {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
## Google Map
--------------------------------------------------------------*/
.gmap3-area {
	height: 500px;
	width: 100%;
}

@media (max-width: 768px) {
	.gmap3-area {
		height: 270px !important;
	}
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page {
	display: flex;
	height: 100vh;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.error-page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 0;
}
.error-page .error-page-content {
	position: relative;
	z-index: 2;
}
.error-page .error-page-content .section-heading {
	font-size: 200px;
	color: #fff;
	line-height: 200px;
}
.error-page .error-page-content h3 {
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.error-page .error-page-content .section-heading {
		font-size: 130px;
		line-height: 130px;
	}
}
@media (max-width: 768px) {
	.error-page .error-page-content .section-heading {
		font-size: 100px;
		line-height: 100px;
	}

	.error-page .error-page-content h3 {
		font-size: 30px;
		line-height: 1.2;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#commentform textarea {
	width: 100%;
	outline: 0;
	border: 1px solid #eee;
	padding: 15px;
	transition: all 0.3s ease-in-out !important;
	height: 200px;
}

.comment-form-author, .comment-form-email {
	width: calc(50% - 2%);
	float: left;
	margin: 0;
}

.comment-form-author {
	margin-right: 4%;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
	padding: 15px !important;
	border: 1px solid #eee;
	outline: 0;
	transition: all 0.3s ease-in-out;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#commentform textarea:focus {
	border-color: #cc8809;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.form-submit .submit {
	padding: 17px 30px;
	background: #cc8809;
	border: 2px solid #cc8809;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
}
.form-submit .submit:hover {
	background: transparent;
	color: #333;
}

.comment-inner {
	margin: 50px 0;
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.comment-inner .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	margin-left: 30px;
	list-style: none;
	padding-left: 0;
}

#comments li .comment-body {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
#comments li:not(:last-child) .comment-body {
	border-bottom: 1px solid #e0e0e0;
}

.comments-area {
	padding-top: 80px;
}

.single-post .comments-area {
	padding-top: 0;
}

#comments li .comment-body .says {
	display: none;
}

#comments .comment-list li .comment-body .comment-author img {
	float: left;
	border-radius: 50%;
	width: 100px;
	margin-right: 20px;
}

#comments .comment-list .comment-content,
#comments .comment-list .comment-metadata,
#comments .comment-list .comment-awaiting-moderation {
	margin-left: 120px;
}

#comments .comment-list li .comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .comment-list li .comment-body .reply a {
	color: #cc8809;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	padding-left: 25px;
}
#comments .comment-list li .comment-body .reply a:before {
	content: "\F112";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
}
#comments .comment-list li .comment-body .reply a:hover {
	opacity: 0.8;
}

#comments .comment-list .comment-content p {
	margin-bottom: 5px;
}

.comment-respond {
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin: 37px 0 30px;
}

.comment-metadata a {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	display: inline-block;
}

.reply-title, .comment-reply-title {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}

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

.thread-alt {
	margin-top: 30px;
}

@media (max-width: 576px) {
	.comment-form-author, .comment-form-email {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #282e3f;
}
.site-footer .footer-wrapper {
	padding: 96px 0 57px;
}

.copyright-bar {
	height: 85px;
	text-align: center;
	background: #1f2535;
	justify-content: center;
	align-items: center;
	padding: 34px 0;
}
.copyright-bar .site-info p {
	margin-bottom: 0;
	color: #f5f5f5;
}
.copyright-bar .site-info p a {
	color: #cc8809;
}
.copyright-bar .site-info p a:hover {
	color: #6a4705;
}

.footer-two-inner {
	text-align: center;
}
.footer-two-inner .footer-logo {
	margin-bottom: 40px;
}
.footer-two-inner .attome-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-two-inner .attome-social-link li {
	display: inline-block;
}
.footer-two-inner .attome-social-link li a {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	transition: bottom 0.5s ease, opacity 0.5s ease;
	position: relative;
	margin: 0 3px;
}
.footer-two-inner .attome-social-link li a:before, .footer-two-inner .attome-social-link li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	display: block;
	-webkit-transform: scale(1);
					transform: scale(1);
	border-radius: inherit;
}
.footer-two-inner .attome-social-link li a:before {
	background: transparent;
	opacity: 1;
	transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
	transition: transform 0.5s ease, opacity 0.6s ease;
	transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
}
.footer-two-inner .attome-social-link li a:after {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 0px 0px transparent;
}
.footer-two-inner .attome-social-link li a i {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: transparent;
	text-shadow: 0px 0px #fff, 0px 50px #fff;
	transition: text-shadow 0.3s ease;
	z-index: 1;
}
.footer-two-inner .attome-social-link li a:hover {
	background: #cc8809;
}
.footer-two-inner .attome-social-link li a:hover i {
	text-shadow: 0px -50px #fff, 0px 0px #fff;
}

@media (max-width: 991px) {
	.site-footer .footer-wrapper {
		padding: 66px 0 24px;
	}
}
