/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide { margin-left: -80px; margin-right: -80px }
.alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw }
/* .alignfull img { width: 100vw } */
html { line-height: 1.15; -webkit-text-size-adjust: 100% }
body { margin: 0 }
h1 { font-size: 2em; margin: 0.67em 0 }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible }
pre { font-family: monospace, monospace; font-size: 1em }
a { background-color: transparent }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
b, strong { font-weight: bolder }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -0.25em }
sup { top: -0.5em }
img { border-style: none }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 }
button, input { overflow: visible }
button, select { text-transform: none }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
fieldset { padding: 0.35em 0.75em 0.625em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
details { display: block }
summary { display: list-item }
template { display: none }
[hidden] { display: none }
body, button, input, select, optgroup, textarea, ul, ol, li { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5 }
h1, h2, h3, h4, h5, h6 { clear: both }
p { margin-bottom: 1.5em }
dfn, cite, em, i { font-style: italic }
blockquote { margin: 0 1.5em }
address { margin: 0 0 1.5em }
pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em }
code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help }
mark, ins { background: #fff9c0; text-decoration: none }
big { font-size: 125% }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
html { -webkit-box-sizing: border-box; box-sizing: border-box }
body { background: #fff }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em }
ul, ol { margin: 0 0 1.5em 3em }
ul { list-style: disc }
ol { list-style: decimal }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em }
dt { font-weight: 700 }
dd { margin: 0 1.5em 1.5em }
img { height: auto; max-width: 100% }
figure { margin: 1em 0 }
table { margin: 0 0 1.5em; width: 100% }
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: 0.6em 1em 0.4em }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb }
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 { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px }
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: #111 }
select { border: 1px solid #ccc }
textarea { width: 100% }
a { color: #4169e1 }
a:visited { color: #800080 }
a:hover, a:focus, a:active { color: #191970 }
a:focus { outline: thin dotted }
a:hover, a:active { outline: 0 }
.main-navigation { display: block; width: 100% }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0 }
.main-navigation ul ul { -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999 }
.main-navigation ul ul ul { left: -999em; top: 0 }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; left: auto }
.main-navigation ul ul a { width: 200px }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto }
.main-navigation li { position: relative }
.main-navigation a { display: block; text-decoration: none }
.menu-toggle, .main-navigation.toggled ul { display: block }
@media screen and (min-width: 1025px) {
	.menu-toggle { display: none }
	.main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation { margin: 0 0 1.5em }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50% }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50% }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000 }
#primary[tabindex="-1"]:focus { outline: 0 }
.alignleft { display: inline; float: left; margin-right: 1.5em; margin-bottom: 1.5em }
.alignright { display: inline; float: right; margin-left: 1.5em; margin-bottom: 1.5em }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em }
.widget { margin: 0 }
.widget select { max-width: 100% }
.sticky { display: block }
.post, .page { margin: 0 }
.updated:not(.published) { display: none }
.page-content, .entry-content, .entry-summary { margin: 0 }
.page-links { clear: both; margin: 0 0 1.5em }
.comment-content a { word-wrap: break-word }
.bypostauthor { display: block }
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none }
.infinity-end.neverending .site-footer { display: block }
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0 }
embed, iframe, object { max-width: 100% }
.custom-logo-link { display: inline-block }
.wp-caption { margin-bottom: 1.5em; max-width: 100% }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto }
.wp-caption .wp-caption-text { margin: 0.8075em 0 }
.wp-caption-text { text-align: center }
.gallery { 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 }

/*Theme layout Option CSS*/

body > #page > .content-area.boxed { width: 1250px; margin: 0 auto; max-width: 100%; padding: 0 20px; }
body > #page > .content-area.no-sidebar > main.site-main { width: 100%; }
body > #page > .content-area.left-sidebar,
body > #page > .content-area.right-sidebar { display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
body > #page > .content-area.left-sidebar > main.site-main,
body > #page > .content-area.right-sidebar > main.site-main { width: calc(100% - 250px); }
body > #page > .content-area.left-sidebar > aside.widget-area,
body > #page > .content-area.right-sidebar > aside.widget-area { width: 250px }

body {
	/* font-family: 'Poppins', sans-serif;
	font-weight: 300; */
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
	background-color: #e6ebf2;
    color: #0a2730;
    font-family: Nunito Sans,sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}

.search-dropdown {
	background: #fff;
	position: absolute;
	display: none;
	width: 100%;
    z-index: 2000;
	padding: 25px;
}
.search-dropdown input[type="search"] {
	border: 0px;
	padding: 20px;
}
.wp-block-search .wp-block-search__button {
	border: 0px;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.6em;
}

h1 {
    font-size: 72px;
    line-height: 1.18em;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

h4 {
	font-size: 24px;
	/* font-weight: normal; */
}

h5 {
    font-size: 19px;
	margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

a {
	color: #faa21b;
	text-decoration: none;
    transition: color .4s ease-in-out,opacity .4s ease-in-out;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: -2px 3px 5px rgb(0 0 0 / 10%);
}

.site-header {
	position: relative;
	z-index: 99999;
}

.main-navigation {
	width: auto;
	z-index: 9999;
}

.main-navigation ul {
	justify-content: center;
	font-family: 'Poppins', sans-serif;
}

.main-navigation li {
	position: relative;
}

.main-navigation li a {
	color: #0a2730;
	/* text-transform: uppercase; */
	padding: 36px 25px;
	font-size: 14px;
	font-weight: 700;
	transition: color 0.2s ease;
}

.main-navigation li a:hover {
	color: #faa21b;
	opacity: 0.66;
}

.main-navigation ul ul {
	flex-direction: column;
	background-color: #fff;
	z-index: 999999;
	border-radius: 6px;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 5%);
    min-width: 190px;
    text-align: left;
	/* top: calc( 100% + 4px ); */
	top: calc( 100% );
	padding: 15px;
}

.main-navigation ul ul li a {
	padding: 15px;
	transition: background-color .2s ease-in-out,color .2s ease-in-out;
}

.main-navigation ul ul li a:hover {
	background-color: #faa21b;
	color: #fff;
	opacity: 1;
}

/* .main-navigation ul ul li.focus:hover > a {
	color: red;
} */

/* .main-navigation ul ul li:first-child a:hover {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.main-navigation ul ul li:last-child a:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
} */

.main-navigation li > a:after {
	box-shadow: inset -2px 2px 0 0;
    color: #0a2730;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0,-5px) rotate(135deg);
    transform: translate(0,-5px) rotate(135deg);
    transition: transform .15s ease-in-out;
    width: 7px;
}

.main-navigation li > a:only-child:after {
	display: none;
}

.main-navigation .current_page_item a,
.main-navigation .current_page_parent a {
	opacity: .66;
}

.search header.page-header {
    padding: 125px 25px 50px;
    background: #fff;
}
.search main {
	background: #e6ebf2;
}
.search h2 {
	margin: 0px;
	color: #0a2730;
	font-size: 16px;
}
.search .hentry p {
	color: #000;
}
.search .hentry {
	padding: 20px;
    margin: 20px;
    background: #fff;
}
.search .hentry:hover {
	background: #faa21b;
}
.search .hentry a:hover h2,
.search .hentry a:hover p {
	color: #fff;
}

/*.phone-container .kt-svg-item-0 svg {
	transform: rotate(95deg)
}

.header-icons .kt-svg-item-0 svg {
	transform: rotate(90deg)
}*/

.header-icons svg,
.phone-container svg {
	transition: 0.4s ease all;
}

.phone-container .kt-svg-item-0 svg:hover,
.header-icons .kt-svg-item-1 svg:hover {
	fill: #faa21b;
}

body.single {
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
}

.single .site-main {
	width: 795px;
	margin: 0px auto;
	padding: 60px 20px 0;
}

.single article {
	padding-bottom: 60px;
}

.single .nav-next a,
.single .nav-previous a {
	color: #fff;
	text-transform: uppercase;
	font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 600;
	transition: color 0.2s ease;
}

.single .nav-next:hover a,
.single .nav-previous:hover a,
.single .nav-next:hover::after,
.single .nav-previous:hover::before {
	color: #faa21b;
}

.single .nav-previous::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f30a";
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: 2px;
	transition: color 0.2s ease;
}

.single .nav-next::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f30b";
	margin-left: 10px;
	color: #fff;
	position: relative;
	top: 2px;
	transition: color 0.2s ease;
}

body.single .author-info {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 2.5em;
	border-radius: 6px;
	margin-top: 60px;
}

body.single .author-body {
	display: flex;
	justify-content: space-between;
}

body.single .author-info .author-photo {
	width: 25%;
}

body.single .author-info .author-bio {
	width: 70%;
	font-weight: 400;
}

body.single .author-bio h2 {
	margin-top: 0;
}

body.single .author-bio h2 a {
	color: #0a2730;
	text-transform: uppercase;
}

body.blog .site-main,
body.archive .site-main {
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

/* body.blog .blog-content,
body.archive .blog-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
} */

.blog-header-single .kt-inside-inner-col {
	display: flex;
	align-items: center;
}

.blog-header-single .blog-header-single-time {
	padding: 0 10px;
	margin: 0 20px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

.blog-header-single .kt-inside-inner-col p {
	margin: 0;
}
.wp-block-video video{
	object-fit: none;
	width: 100%;
}

.blog-tags {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.blog-tags li {
	display: inline-block;
    list-style: none;
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
}

.blog-tags a {
    font-family: Poppins,sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    transition: color .4s ease-in-out;
	color: #fff;
}

.blog-tags a:hover,
.blog-tags li.active a {
	color: #faa21b;
}

body.blog article header,
body.archive article header {
  display: block !important;
}

.blog-container {
	display: flex;
	margin-top: 60px;
}

.blog-container .blog-content,
.related-articles-box {
	width: 70%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.related-articles-box {
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}

.blog-container .blog-sidebar {
	width: 30%;
	margin-left: 40px;
}

.blog-container .blog-content article,
.related-article {
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	font-family: Poppins,sans-serif;
	min-height: 500px;
}

.related-article {
	background-color: #e6ebf2;
}

.blog-container .blog-content article img,
.related-article img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	/* transition: height 1s ease-in-out; */
}

/* .related-article:hover img {
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 100%;
} */

.blog-container .blog-content .post-thumbnail,
.related-article .post-thumbnail {
	order: 1;
}

.blog-container .blog-content .entry-footer,
.related-article .entry-footer  {
	order: 2;
	padding: 10px 30px 0;
	color: #0a2730;
	text-transform: uppercase;
}

.blog-container .blog-content .entry-footer a,
.related-article .entry-footer a {
	color: #0a2730;
	font-weight: 700;
	font-size: 16px;
}

.blog-container .blog-content .entry-header,
.related-article .entry-header {
	order: 3;
	padding: 0 30px;
}

.blog-container .blog-content .entry-header h2,
.related-article .entry-header h2 {
	font-size: 20px;
}

.blog-container .blog-content .entry-header h2 a,
.related-article .entry-header h2 a {
	color: #0a2730;
	text-transform: uppercase;
}

.blog-container .blog-content .entry-content,
.related-article .entry-content {
	order: 4;
	padding: 0 30px;
	font-size: 14px;
	color: #0a2730;
	margin-top: 20px;
	font-family: Nunito Sans,sans-serif;
}

.blog-container .blog-content .entry-content a,
.related-article .entry-content a {
	color: #faa21b;
    display: block;
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.blog-container .blog-content .entry-content a::after,
.related-article .entry-content a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	margin-left: 10px;
	transform: translateX(0px);
    transition: transform .4s ease-in-out;
	display: inline-block;
}

.blog-container .blog-content .entry-content p:hover a::after,
.related-article .entry-content p:hover a::after {
	transform: translateX(4px);
}

.recent-blog-posts {
	row-gap: 0rem !important;
}

.recent-blog-posts h2 {
	font-family: Nunito Sans,sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}

.recent-blog-posts h2 a {
	color: #0a2730;
    display: block;
    font-weight: 500;
    padding-bottom: 5px;
}

.recent-blog-posts h2 a:hover {
	color: #faa21b;
}

.recent-blog-posts time {
	color: rgba(10,39,48,.5);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
	font-family: Nunito Sans,sans-serif;
    line-height: 1.6em;
}

.recent-blog-posts .entry-meta {
	margin: 0 !important;
}

.recent-blog-posts .entry-footer {
	display: none;
}

.blog-sidebar .blog-tags li {
	padding: 0;
}

.blog-sidebar .blog-tags a {
	background-color: #fff;
    border-radius: 6px;
    color: #0a2730;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 10px 10px 0;
    padding: 15px 21px;
    text-transform: uppercase;
}

.blog-sidebar .blog-tags a:hover {
	color: #faa21b;
}

.blog-sidebar .hide-sidebar {
	display: none;
}

.cta-text-button a, 
.header-text-button a {
	box-sizing: content-box !important;
    vertical-align: middle;
	border: 0;
    border-radius: 6px;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6em;
    text-transform: uppercase;
    z-index: 0;
	opacity: 1 !important;
    letter-spacing: .5px;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    transition: all .4s ease-in-out;
	color: #fff;
	background-color: #faa21b;
	cursor: pointer;
    white-space: nowrap;
}

.cta-text-button a::before, 
.header-text-button a::before {
	bottom: 0;
    display: block;
    content: '';
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
	height: 0;
    z-index: -1;
}

.cta-text-button a::after, 
.header-text-button a::after {
	bottom: 0;
    display: block;
    content: '';
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
	height: 0;
    z-index: -1;
}

.cta-text-button a:hover::after, 
.header-text-button a:hover::after {
	background-color: #0a2730;
	height: 100%;
}

.cta-text-button.blue a {
	background-color: transparent;
	border: 2px solid #0a2730;
	color: #0a2730;
}

.cta-text-button.blue a:hover {
	color: #fff;
}

#contact-dropdown {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 5%);
    opacity: 0;
	visibility: hidden;
    position: absolute;
    top: 96px;
    left: 80px;
    width: 200px;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .4s ease-in-out;
    z-index: 100;
}

.phone-container:hover #contact-dropdown, 
#contact-dropdown:hover, 
#contact-dropdown.active {
	visibility: visible;
    opacity: 1;
}
#contact-dropdown a {
    color: #0a2730;
    display: block;
    font-family: Nunito Sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    opacity: .66;
}
#contact-dropdown a:hover {
	opacity: 1;
}

.logo-slider img {
	opacity: .3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	transition: all .4s;
}

.logo-slider img:hover {
	-webkit-filter: grayscale(0) invert(0);
    filter: grayscale(0) invert(0);
    opacity: 1;
}

.list-line {
	padding: 0;
}

.list-line li {
	margin: 5px 0 10px;
    list-style: none;
    line-height: 2em;
    position: relative;
}

.list-line li::before {
	background-color: #faa21b;
    content: "";
    height: 2px;
    left: -42px;
    position: absolute;
    top: 15px;
    width: 22px;
}

.list-circle-arrow {
	padding: 0;
}

.list-circle-arrow li {
	margin: 5px 0 10px;
    list-style: none;
    line-height: 2em;
    position: relative;
}

.list-circle-arrow li::before {
	background-color: #faa21b;
    border-radius: 100%;
    content: "";
    display: block;
    height: 24px;
    left: -50px;
    position: absolute;
    top: 4px;
    width: 24px;
}

.list-circle-arrow li::after {
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    height: 6px;
    left: -40px;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 6px;
}

.site-footer a {
	color: #fff;
}

@media screen and (max-width:1024px) {
    .main-navigation {
        float: right;
        width: auto;
    }
    .main-navigation .menu-toggle {
        color: #0a2730;
        background: transparent;
        border: none;
        font-size: 20px;
    }
    .mobile-menu-container #mobile-menu-close {
        font-family: Nunito Sans,sans-serif;
        width: 100%;
        text-align: left;
        color: #132135;
        font-size: 14px;
        vertical-align: middle;
    }
    .mobile-menu-container #mobile-menu-close span {
        font-size: 26px;
        margin-right: 5px;
    }
    .mobile-menu-container {
        display: none;
        right: -100%;
        transition: right .6s ease-in-out,width .4s ease-in-out;
    }
    .mobile-menu-container.active {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
		bottom: 0;
        width: 90vw;
        background: #fff;
        height: 100vh;
        z-index: 1000;
        padding: 20px;
    }
    .mobile-menu-container.active .nav-menu {
        display: block;
        text-align: left;
    }
    .mobile-menu-container ul {
        margin-top: 25px;
    }
    .mobile-menu-container li {
        padding: 8px 0 8px 15px;
    }
    .mobile-menu-container li a {
        color: #132135;
        font-size: 13px;
        font-family: Poppins,sans-serif;
		padding: 10px 5px;
    }
	.mobile-menu-container.active .sub-menu {
		display: none;
		padding: 0;
		margin: 0 0 15px 0;
		position: relative;
    	width: 100%;
		border-radius: 0;
		box-shadow: none;
	}
	.mobile-menu-container.active .sub-menu li {
		border-bottom: 0;
	}
	.mobile-menu-container.active .sub-menu a {
		background: #fff;
		color: #585759;
		border: none;
		width: 100%;
		font-size: 14px;
		padding: 5px 20px;
		font-weight: 500;
	}
	.mobile-menu-container.active .sub-menu li:last-child {
		border:none;
	}
}

@media screen and (min-width: 769px){
	body > #page > .content-area.left-sidebar > main.site-main { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2;padding-left: 3%; }
	body > #page > .content-area.right-sidebar > main.site-main { padding-right: 3% }
	body > #page > .content-area.left-sidebar > aside.widget-area { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
}

@media screen and (max-width: 992px){
	body > #page > .content-area.left-sidebar > aside.widget-area,
	body > #page > .content-area.right-sidebar > aside.widget-area { width: 200px }
	body > #page > .content-area.left-sidebar > main.site-main,
	body > #page > .content-area.right-sidebar > main.site-main { width: calc(100% - 200px); }
}
@media screen and (max-width: 768px){
	body > #page > .content-area > main.site-main { padding-right: 0 !important;padding-left: 0 !important; }
	body > #page > .content-area > aside.widget-area,
	body > #page > .content-area > main.site-main { width:100% !important; }
	body > #page > .content-area.left-sidebar > main.site-main,
	body > #page > .content-area.left-sidebar > aside.widget-area { -webkit-box-ordinal-group:unset; -ms-flex-order:unset; order:unset; }

}
/* Contact/analites */
form#gform_1 {margin-top: -20px;}
#gform_1 .gform_body label, #gform_4 .gform_body label{color: #0a2730;font-size: 14px;font-weight: 500;}
#gform_1 span.gfield_required, #gform_4 span.gfield_required{ color: #0a2730}
#gform_1 input[type="text"], #gform_4 input[type="text"],
#gform_1 textarea, #gform_4 textarea
#gform_1 select, #gform_4 select  {background: transparent;
	border-color: #0a2730;
	border-width: 0 0 2px;
	box-shadow: none;
	color:#0a2730;
	height: auto;
	font-family: 'Nunito Sans',sans-serif;
	font-size: 16px;
	padding: 10px 0 5px;
	border-radius: 0;
}
#gform_1 input:focus, #gform_4 input:focus
#gform_1 textarea:focus, #gform_4 input:focus
#gform_1 select:focus, #gform_4 input:focus {
	outline: none;
	border-color: #faa21b;
	
}
#gform_1 li#field_1_3,#gform_1 li#field_1_4,#gform_1 li#field_1_5,
#gform_4 #field_4_3,  #gform_4 #field_4_6, #gform_4 #field_4_9,
#gform_4 #field_4_10,#gform_4 #field_4_15, #gform_4 #field_4_11{
	margin-top: 40px;
}

#gform_4 #field_4_14 {
	color: #0a2730;
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	line-height: 29px;
}
#gform_4 .gform_footer.top_label {
	text-align: left;
}

/* How to get started form */
#gform_2 li#field_2_6,#gform_2 li#field_2_7,#gform_2 li#field_2_8 {
	margin-top: 40px;
}
#gform_2 .gform_body label, #gform_3 .gform_body label{color: #FFF;font-size: 14px;font-weight: 500;}
#gform_2 span.gfield_required, #gform_3 span.gfield_required { color: #FFF}
#gform_2 input[type="text"], #gform_3 input[type="text"],
#gform_2 textarea, #gform_3 textarea,
#gform_2 select, #gform_3 select  {background: transparent;
	border-color: rgba(255,255,255,.6);
	border-width: 0 0 2px;
	box-shadow: none;
	color:#FFF;
	height: auto;
	font-family: 'Nunito Sans',sans-serif;
	font-size: 16px;
	padding: 10px 0 5px;
	border-radius: 0;
}
#gform_2 textarea, #gform_3 textarea {
	height: 7em;
}
#gform_2 #field_2_14, #gform_3 #field_2_14 {
	color: #FFF;
	text-align: center;
}
#gform_2 input:focus, #gform_3 input:focus,
#gform_2 textarea:focus, #gform_3 textarea:focus
#gform_2 select:focus, #gform_3 select:focus {
	outline: none;
	border-color: #FFF;
	
}
#gform_2 input[type="checkbox"], #gform_3 input[type="checkbox"] {
    display: none;
}
#gform_2 [type="checkbox"]:checked+label, #gform_2 [type="checkbox"]:not(:checked)+label,
#gform_3 [type="checkbox"]:checked+label, #gform_3 [type="checkbox"]:not(:checked)+label {
	position: relative;
    padding-left: 50px !important;
    cursor: pointer;
    display: inline-block !important;
    margin: 7px 0px !important;
    text-transform: none;
    padding-top: 1px;
}
#gform_2 [type="checkbox"]+label::before,
#gform_3 [type="checkbox"]+label::before  {
	background-color: #FFF !important;
    border-radius: 6px;
    content: '';
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
}
#gform_2 [type="checkbox"]:checked+label::after,
#gform_3 [type="checkbox"]:checked+label::after {
	background-color: #faa21b;
    border-radius: 6px;
    content: '';
    height: 14px;
    left: 7px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
}
#gform_2 [type="checkbox"]:checked,
#gform_3 [type="checkbox"]:checked {
	position: absolute;
    left: -9999px;
}
#gform_2 .gform_wrapper li.gfield.gfield_error, #gform_2  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
#gform_3 .gform_wrapper li.gfield.gfield_error, #gform_3  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #4C5D6B !important;
}

/* Submit Button */
.gform_footer.top_label {
	text-align: center;
}
.gform_button.button {
	cursor: pointer;
    box-sizing: content-box !important;
    vertical-align: middle;
    border: 0;
    border-radius: 6px;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6em;
    text-transform: uppercase;
    z-index: 0;
    opacity: 1 !important;
    letter-spacing: .5px;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    transition: all .4s ease-in-out;
    color: #fff;
    background-color: #faa21b;
}
.gform_button.button::before {
	bottom: 0;
    display: block;
    content: '';
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 0;
    z-index: -1;
}
.gform_button.button::after {
	bottom: 0;
    display: block;
    content: '';
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 0;
    z-index: -1;
}
.gform_button.button:hover::after {
	background-color: #0a2730;
    height: 100%;
}