/*
Theme Name: EY Omega
Theme URI: https://themehall.com/
Author: themehall.com
Author URI: https://themehall.com
Description: EY Omega child theme, Valid HTML5 Document, SEO Friendly
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: light, green, white, two-columns, one-column, right-sidebar, left-sidebar, flexible-width, full-width-template, theme-options, custom-menu, threaded-comments, sticky-post, translation-ready, responsive-layout, fluid-layout
Text Domain: protechsolutions

Template: omega

Beta WordPress theme, Copyright (C) 2018 themehall.com
Beta WordPress theme is licensed under the GPL.

*/
@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateExtraLightItali.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}


@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateLightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateRegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate/InterstateRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}





/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.post-navigation:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.post-navigation:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #323232;
    font-family: 'Interstate';
	font-size: 18px;	
	font-weight: 300;
	line-height: 1.625;
	background-color: #fff;	
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #3b3b3b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #1a9afa;
	text-decoration: none;
}

.content p a {
	text-decoration: underline;
	color: #989898;
}

p {
	margin: 0 0 26px;
	padding: 0;
	line-height: 1.8;
}

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 48px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

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

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 0;
	padding: 24px 40px 0;
	font-size: 23px;
}

.wp-block-quote.is-style-large p {
	line-height: 1.5;
}

.wp-block-quote.is-style-large cite,
blockquote cite {
	font-size: 18px;
	text-transform: uppercase;
	color: #231f20;
}
/*
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
*/
pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

table caption {
	margin: 0 0 5px;
	font-size: 15px;
	font-variant: small-caps;
}

th,td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget th,
.widget td {
	padding: 5px 2px;
}


/* Headings
--------------------------------------------- */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	color: #000000;
	font-weight: 300;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

h1 + h2,
.h1 + .h2,
h2 + h3 {
	margin-top: -14px !important;
}

h1 {
	font-size: 46px;
    font-size: 4.6rem;
	margin-bottom: 26px;
}

.h1,
h2,.h2 {
	font-size: 36px;
    font-size: 3.6rem;
	margin-bottom: 32px;
	font-weight: 400;
}


h3,.h3 {
	font-size: 31px;
	font-weight: 400;
}

h4 {
	font-size: 26px;
	font-weight: 700;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto\9; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: transparent;
	padding: 12px 30px;
	max-width: 100%;
	border: 1px solid #cbcbcb;
	color: #333339;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0;
	width: 360px;
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
}
.optin .wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item {
	font-size: 16px;
}
.wpcf7 input[type="file"] {
    width: 100%;
}
textarea {
	width: 400px;
	max-width: 100%;
}

form p {
	margin-bottom: 16px;
}

form p input.submit {
	margin-top: 6px;
}

::placeholder {  /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bbb;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #bbb;
}

::-moz-placeholder {
	color: #bbb;
}

::-webkit-input-placeholder {
	color: #bbb;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	border: none;
	font-weight: 500;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	padding: 14px 65px;
	margin-bottom: 10px;
	border: 1px solid #cbcbcb;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	border: 1px solid #cbcbcb;
	background-color: #1a9afa;	
	color: #000;
}

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

select {
	padding: 12px 30px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(images/dropdown-arrow.png) no-repeat right -2px transparent;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}

.blog .site-container,
.singular-post .site-container,
.taxonomy-category .site-container,
body.search .site-container {
}

.page-template-fullwidth .site-container {
	background-image: none;
	background-color: #fff;
}

.wrap {
	margin: 0 auto;
	max-width: 1720px;
}

.error-404 .site-inner > .wrap,
.blog .site-inner > .wrap,
.singular-post .site-inner > .wrap,
.taxonomy-category .site-inner > .wrap,
body.search .site-inner > .wrap {
	padding: 0 4%;
}

body.singular-property .site-inner > .wrap {
	padding: 0 1em;
}

.content-bottom .wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.site-inner {	
	clear: both;
}

.blog .site-inner,
.taxonomy-category .site-inner,
.page-template-blog .site-inner {
	padding-top: 0;
}

.blog.paged .site-inner {
}

.error-404 .site-inner {
	max-width: 1200px;
	margin: 90px auto;
}

/* Column Widths and Positions
--------------------------------------------- */


.content {
	/*width: 770px;*/
}

body.search .content,
.blog .content,
.singular-post .content,
.taxonomy-category .content {
	max-width: 1700px;
	/*width: 848px;*/
}

.singular-post .content h2 {
    font-size: 26px;
}

.singular-post h3 {
	font-size: 22px;
}

h4 {
	font-size: 22px;
}

.singular-post .site-inner > .wrap {
	margin: 0 auto;
}

.singular-post .content {
	float: left;
	max-width: 976px;
	width: 57%;
	background: #fff;
}

.page-template-fullwidth .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    max-width: 567px;
    width: 35%;
}

.sidebar-primary a {
	color: #231f20;
}

.sidebar-primary a:hover {
	color: #02b0d9;
}
/* 
.content div.alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}

.content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
}*/

.content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	/*
    max-width: 100vw;
	width: 100vw;
	*/	
}

.wp-block-getwid-section.getwid-section-content-full-width>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper {
    max-width: 1920px !important;
}

/*
.content .wp-block-getwid-section.alignfull {
	margin-left: calc( -1920px / 2 + 100% / 2 );
    margin-right: calc( -1920px / 2 + 100% / 2 );
	max-width: 1920px;
}*/


/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
    display: block;
    top: 1px;
    right: 1px;
    font-size: 0;
    outline: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 7px 16px 24px 0;
}

.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 7px 0 24px 16px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

/* Gutenberg blocks
--------------------------------------------- */

.wp-block-group {
	margin: 55px 0 21px;
}

.wp-block-image {
	margin: 0;
	line-height: 0;
}


/* Getwid blocks
--------------------------------------------- */

.wp-block-buttons {
    margin-bottom: 26px;
}

.getwid-margin-bottom-large {
    margin-bottom: 120px !important;
}
.getwid-margin-top-large {
    margin-top: 120px !important;
}

.getwid-padding-top-large {
    padding-top: 100px;
}
.getwid-padding-bottom-large {
    padding-bottom: 85px;
}

.getwid-padding-right-large {
    padding-right: 4%;
}

.getwid-padding-left-large {
    padding-left: 4%;
}


/* Headings
--------------------------------------------- */
.entry-header {
	position: relative;
}
.entry-title {
	color: #3b3b3b;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 0;
}

h2.entry-title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #1a9afa;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
	display: none;
}

.entry-terms.category{
	color: #323232;
	font-weight: 600;
}

.features .entry-title,
.content .entry-title {
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 55px;
}

.features .entry-title {
	font-size: 32px;
}

.features .entry-title::after,
.content .entry-title::after {
		position: absolute;
		bottom: -55px;
		left: 0;
		content: " ";
		width: 250px;
		height: 10px;
		background-color: #e31d5c;
		display: inline-block;
		margin-bottom: 20px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 15px 0;
    background: url(images/header-line.png) repeat-x bottom left transparent;
}

.site-header > .wrap {
	position: relative;
	max-width: 100%;
    padding: 0 2%;
}

.site-header .nav-primary,
.site-header .title-area {
  vertical-align: middle;  
  text-align: left;
  display: inline-block;
}

.site-header.gray {
	background-color: #2e2e38;
	background-image: none;
}

.banner {
	background: url(images/banner-image.jpg) no-repeat top center #666;
	background-size: cover !important;
    padding: 270px 0 150px;
    text-align: left;
    height: 468px;
	border-bottom: 5px solid #1a9afa;
}

.banner .wrap {
	padding: 0 1em;
}

.banner h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 300;
}

.blog .banner,
.singular-post .banner,
.taxonomy-category .banner {
	background: url(images/banner-image.jpg) no-repeat top center #666;
}
.breadcrumbs {
	padding: 9px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
}
.breadcrumbs .wrap {
	padding: 0 1em;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: #000;
}

.singular-post .site-inner,
.taxonomy-category .site-inner {
    padding-top: 80px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 17px;
	line-height: 1;
}

.site-title a img {
	float: left;
	max-width: 243px;
    width: 100%;
	/*height: 84px;*/
}

.site-title span {
	padding: 12px 0 16px 9px;
	margin: 9px 0 0px 9px;
	display: inline-block;
	font-weight: bold;
	color: #323232;
	line-height: 1.2;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.site-header .nav-primary {
	margin: 22px 0px 0 0;
	/*margin: 8px 126px 0 0;*/
    float: right;
}

.site-header a {
	color: #231f20;
	text-decoration: none;
}

.site-header a:hover {
	color: #1a9afa;
	text-decoration: none;
}

.omega-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.omega-nav-menu li {
	display: inline-block;
	padding: 0;
	text-align: left;
	margin: 0 20px;
}

.omega-nav-menu li.menu-item-has-children {
	padding: 0 20px;
	margin: 0;
	width: 254px;
	text-align: center;
}

/* */
ul.menu-primary > .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0.145em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


ul.menu-primary > .menu-item-has-children:hover > a::after {
    border-color: #1a9afa;
}

.omega-nav-menu > li > a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding: 10px 8px;
	margin: 0px;
	text-transform: uppercase;
}

.omega-nav-menu > li > a:hover {
	color: #1a9afa;
}

.omega-nav-menu > li.menu-item-has-children:hover {
	background:url(images/submenu.png) repeat center center transparent;
}

.omega-nav-menu > li:hover > a.sf-with-ul {
}

.omega-nav-menu ul {
	display: none;
	left: -9999px;
	margin: 0px 0 0 -20px;
	opacity: 0;
	padding: 6px 0 18px 0;
	position: absolute;
	width: 254px;
	z-index: 99;	
	background:url(images/submenu.png) repeat center center transparent;
}
/*
.omega-nav-menu ul:before {
    clear: both;
    content: " ";
    display: table;
    width: 20px;
    height: 9px;
    position: absolute;
    top: -9px;
    margin: 0 auto;
    left: 0;
    right: 0px;
}
*/

.omega-nav-menu li li {
	padding: 0 23px;
	margin: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.omega-nav-menu li li a:hover {
	color: #1a9afa;
}

.omega-nav-menu ul a {
	font-size: 16px;
	color: #fff;
	text-transform: none;
	font-weight: 200;
	padding: 8px 10px;
	display: block;
	position: relative;
	width: 100%;
}

.omega-nav-menu li.current-menu-item > a,
.omega-nav-menu > li.current-menu-parent > a {
	color: #1a9afa;
}

.omega-nav-menu ul ul {	
	margin: -47px 0 0 249px;
}

.omega-nav-menu li:hover {
	position: static;
}

.omega-nav-menu li:hover > ul {
	left: auto;
	opacity: 1;
}

.omega-nav-menu > li:last-child {
	margin-right: 0;
	background-image: none;
}

.omega-nav-menu li li {
	padding: 0px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 40px;
}

.blog .entry,
.taxonomy-category .entry {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	padding-bottom: 0;
	overflow: hidden;
	background-color: #f0eff4;
}

.blog .features {
	background-color: #f0eff4;
	position: relative;
	overflow: hidden;
	margin: 80px 0 60px;
}

.blog .features .entry-meta {
	font-size: 69px;
	color: #1a9afa;
	margin-bottom: 25px;
}

.blog .features .entry-summary {
	width: 58%;
	height: 725px;
	float: left;
	position: relative;
	background-size: cover;
	border-right: 10px solid #fff;
}

.blog .features .entry-summary a {
	display: block;
	width: 100%;
	height: 725px;
}

.blog .features .entry-summary img {
	display: none;
	position: relative;
}

.blog .features .entrybox {
	width: 41%;
	padding: 130px 5% 70px;
	float: right;
}

.blog .features a.btn {
    position: relative;
    bottom: auto;
}

.entrybox p {
	line-height: 1.7;
}

.content .entrybox {
	float: none;
	clear: both;
	padding: 40px 9% 50px;	
	min-height: 478px;
	position: relative;
}

.entrybox a.btn {
	padding: 8px 40px;
	position: absolute;
	bottom: 50px;
	text-decoration: none;
}
.content .entrybox .entry-meta a {
	color: #1a9afa;
	font-weight: 600;
	text-transform: uppercase;
}

.content .entrybox .entry-meta a:hover {
	color: #000;
}

.blog .content .textwidget:nth-child(3n+0) .entry,
.blog .entry:nth-child(3n+0),
.taxonomy-category .entry:nth-child(3n+0)  {
	margin-right: 0;
  }


.entry:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.singular .entry {
	border-bottom: 0;
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.home .entry {
	margin-bottom: 0;
}

.home .textwidget .entry:last-child {
	float: right;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content ul {
	margin-top: 20px;
	margin-left: 30px;
}

.entry-content ul li {
	margin-bottom: 10px !important;
}

.wp-block-column ul {
	margin-bottom: 22px;
}
.wp-block-group ul {
	margin-bottom: 22px;
}
/*
.entry-content ul li {
    padding-left: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.8;
}*/

.entry-content ul.wp-block-gallery {
	margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 16px;
}
.entry-content ul.wp-block-gallery li {
	background-image: none;
	padding-left: 0;
}

.entry-content ol {
	margin-left: 0;
}

.entry-content a,
.entry-summary a {
	/*color: #1a9afa;*/
}

.entry-content a:hover,
.entry-summary a:hover {
	text-decoration: underline;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: none;
	margin: 0;
}


.entry-summary {
	position: relative;
	overflow: hidden;
	height: 305px;
}

.entry-summary img {
	position: absolute;
	width: 100%;

}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
}

.singular .entry-title {
	font-size: 37px;
	margin-bottom: 78px;
}

.singular .entry-meta {
	color: #919396;
	font-style: italic;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 18px;
}

.singular .content .entry-meta {
    margin-top: 28px;
    margin-bottom: 46px;
}

.singular .category a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1a9afa;
}

.entry-header .entry-meta a {
	color: #919396;
}

.entry-header .entry-meta a:hover {
	color: #000;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

span.post_tag::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
    font-size: 16px;
    margin: 30px 0 0;
    overflow: hidden;
    float: left;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}


/* Pagination
--------------------------------------------- */

.navigation.paging-navigation {
	text-align: center;
	float: none;
}

.pagination .page-numbers {
	padding: 0px 9px;
	margin: 0 3px 0 0;
	display: inline-block;
	font-weight: 600;
}

.pagination .current {
	color: #3b3b3b;
	border: 1px solid #3b3b3b;
}

.pagination a.next {
	padding: 0;
	color: #323232;
}

.pagination a.next:hover {
	color: #ce0006;
}

.wp-pagenavi {
	text-align: center;
	margin: 40px 0 80px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    padding: 18px 20px;
    margin: 0 5px;
    background: #e6e7e8;
    font-size: 14px;
    line-height: 4;
    font-weight: 600;
}

.wp-pagenavi span.current {
    font-weight: bold;
	background-color: #00b2db;
	color: #fff;
}

.wp-pagenavi a:hover {
	color: #000;
	background-color: #bcbec0;
}



/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.reply a,
#respond a {
	border-bottom: 1px solid #1a9afa;
}
.comment-list .comment-author {
	font-size: 21px;
	font-weight: 600;
	color:#231f20;
}
.comment-list .comment-published {
	font-style: italic;
	color: #919396;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-content {
	clear: both;
}

#respond label {
	display: block;
	margin-right: 12px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
	font-size: 16px;
}

#wp-comment-cookies-consent {
	width: 15px;
	margin: 0 3px 0 0;
}

ol.comment-list {
	margin: 30px 0 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	margin: 33px 0 0;
	padding: 0px 0 15px;
	position: relative;
	border-bottom: 1px solid #eff0f0;
}

li.comment ol {
	margin: 0
}

.reply {
	position: absolute;
	top: 0;
	right: 0;
}

.reply a {
	color: #1a9afa;
	font-style: italic;
	font-size: 20px;
}

.reply a:hover {
	color: #000;
}

#reply-title {
	position: relative;
	color: #02b0d9;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 65px;
	margin-bottom: 65px;
}

#reply-title::after {
    position: absolute;
    top: 48px;
    left: 0;
    content: " ";
    width: 250px;
    height: 10px;
    background-color: #e31d5c;
    display: inline-block;
    margin-bottom: 20px;
}

#commentform {
	max-width: 872px;
	margin-bottom: 80px;
}

.comment-form-author,
.comment-form-email {
	width: 49%;
	float: left;
}

#commentform input {
	width: 100%;
}

#commentform #submit {
	max-width: 256px;
}

.comment-form-email {
	float: right;
}
.comment-form-comment {
	float: none;
	clear: both;
}

.comment-form-comment textarea {
	width: 100%;
	
}
.comment-form-cookies-consent { display: none; }


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.4;
}

.sidebar ul,
.footer-widgets ul {
	margin: 0;
}

.sidebar ul ul.children {
	margin-top: 6px;
}

.sidebar-primary ul ul.children li {
    border-bottom: none;
    padding: 2px 0 0px 18px;
}

.footer-widgets ul {
	margin-bottom: 20px;
}

.sidebar li,
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar-primary .widget {
	background-color: #f0eff4;
	margin-bottom: 88px;
}

.sidebar-primary {
	position: relative;
}

.sidebar-primary .widget-wrap {
	padding: 50px 40px 10px;
}

.sidebar-primary .widget-wrap ul li,
.tagcloud {
	padding: 10px 17px;
}

.sidebar-primary .widget-title {
    color: #02b0d9;
	text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
	margin-bottom: 48px;
	position: relative;
}

.sidebar-primary .widget-title::after {
	position: absolute;
	top: 47px;
	left: 0;
	content: " ";
	width: 250px;
    height: 10px;
    background-color: #e31d5c;
    display: inline-block;
    margin-bottom: 20px;
}


.tag-cloud-link {
	font-size: 16px !important;
}

.tag-cloud-link::after {
	content: ",";
	width: 10px;
	height: 15px;
}

.tag-cloud-link:last-child::after {
	content: "";
}

.sidebar ul li {
	padding: 0px 0 6px 13px;
}

.sidebar ul li:last-child {
	/*border-bottom: none;*/
}

.sidebar .widget_nav_menu,
.sidebar .widget_categories,
.sidebar .widget_tag_cloud, 
.sidebar .widget_archive,
.sidebar .widget_recent_entries {
}

.content .wpcf7-form th {
	text-align: right;
}

.wpcf7 .form-container {
	overflow: hidden;
	margin: 0 0 20px;
	font-weight: 700;
}
.wpcf7 .form-container .right {
	width: 48%;
	float: right;
}
.wpcf7 .form-container .left {
	width: 48%;
	float: left;
}

.form-container .wpcf7-text,
.form-container .wpcf7-select {
	width: 100%;
}

.required, .red {
    color: #F00;
}

.gs-table-container table {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	position: relative;
	color: #fff;
	padding: 0px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.footer-widgets .textwidget img {
	vertical-align: middle;
}

.footer-widgets {
	width: 60%;
    float: right;
}

.footer-widgets .widget-wrap {
	/*margin: 0 60px;*/
}

.footer-widgets p {
	line-height: 1.5;
}

.footer-widgets .widget {
	margin-bottom: 12px;
}


.footer-widgets .widget-title {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 30px;
	text-transform: uppercase;
}

a.mail {
	text-wrap: nowrap;
}

a.mail svg {
	display: inline;
	vertical-align: middle;
}

a.mail svg path {
	fill: #1a9afa;
}
.clear {
	float: none;
	clear: both;
}

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

.footer-widgets a:hover {
	color: #1a9afa;
}

.footer-widgets .widget-area {
	margin: 0;
	width: 25%;
	float: left;
	padding: 18px 1% 0px;
	text-align: left;
}

.footer-widgets .widget-area p {
	margin-bottom: 7px;
}

#menu-footer-social {
	text-align: left;
}

/*.footer-widgets .widget-area.footer-widgets-4 {
	max-width: 203px;
    float: right;
}*/

.footer-widgets .widget_nav_menu li {
	margin: 0 0 10px;
}

.footer-widgets .footer-widgets-3 .widget_nav_menu li {
	border-right-color:#fff;
}

.footer-widgets #menu-footer-social li,
.footer-widgets .widget_nav_menu li:last-child { 
	border-right: 0;
}

.footer-widgets .widget_nav_menu li a {
	color: #bebec0;
}

.footer-widgets .widget_nav_menu li a:hover,
.footer-widgets a:hover {
	color: #1a9afa;
}

#menu-footer-social li {
	padding: 0 2px;
    display: inline;
}
#menu-footer-social li a {
	font-size: 0;
}

#menu-footer-social li a::after {
	content: " ";
	display: inline-block;
	background-size: cover;
}

#menu-footer-social a svg {
	padding: 5px;
	border-radius: 20px;
	border: 1px solid #1a9afa;
	fill: #1a9afa;
	width: 32px;
	height: 32px;
}

#menu-footer-social a:hover svg {
	fill: #fff;
	border: 1px solid #fff;
}

.footer-widgets ul.menu {
    margin-bottom: 10px;
}

.footer-widgets .rotate a:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #1a9afa;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 44px 2% 44px;
    width: 100%;
    background-color: #2e2e38;
}

.site-footer .wrap {
	padding: 0 1em;
}

.footer-content {
	width: 35%;
	max-width: 500px;
	float: left;
}

.site-footer p {
	margin-bottom: 8px;
}

.site-footer a {
	color: #bebec0;
	display: inline-block;
}
.site-footer a:hover {
	color: #1a9afa;
}

.cta-bottom {
	background: url("images/cta-bg.jpg") no-repeat center center transparent;
	padding: 98px 0;
	background-size: cover;
}

.cta-bottom .wrap {
	max-width: 1080px;
	background-color: #2e2e38;
	padding: 40px 80px 40px;
	text-align: center;
	position: relative;
}

.cta-bottom h3 {
	font-size: 46px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 10px 0 50px;
}

.cta-bottom a.btn {
    padding: 18px 40px;
	font-size: 18px;
	font-weight: 400;
    background-color: #1a9afa !important;
	color: #fff;
}

.cta-bottom a.btn:hover {
	background-color: #fff !important;
	color: #2e2e38;
}

.cta-bottom a.btn:active {
	cursor: wait;
}

#mktoForm_96361 {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

.mktoModal .mktoModalContent {
	padding: 0 !important;
}

.mktoModalMain {
	padding: 20px;
    background: #2E2E38;
}

/*
Home
---------------------------------------------------------------------------------------------------- */


.home .wrap .wrap,
.content-bottom .wrap .wrap  {
	max-width: 1740px;
}


select.tinynav,
.mobileslide {
	display: none;
}


.great-people h2 {
	font-size: 110px;
}

.search-section h1 {
	font-size: 90px;
    margin: 100px 0 64px 8%;
}


/* contact form 7 */
.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
    width: 100%;
}
/*
.wpcf7-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(images/dropdown-arrow.png) no-repeat top right transparent;
}*/

.wpcf7-checkbox.opt .wpcf7-list-item-label {
    display: none;
}

.form-container span.wpcf7-list-item {
    margin: 0 4px 0 0;
}    
.wpcf7-form-control-wrap.opt {
    position: absolute;
    margin-top: 1px;
}
.wpcf7 span.yes {
    margin-left: 21px;
    display: block;
    font-weight: 400;
}

.omega-nav-menu li.mega ul ul{
	position: static;
}


/*
Gutenberg block
---------------------------------------------------------------------------------------------------- */

.yellowicons  .wp-block-media-text__media {
    background: #1a9afa;
    padding: 14px 10px;
}
.yellowicons .wp-block-media-text__media img {
	height: 44px;
}
.yellowicons .wp-block-media-text__content {
	font-size: 14px;
	padding: 0 5%;
}
.yellowicons .wp-block-media-text__content p {
	line-height: 1.4;
	margin: 0 0 2px;
	text-transform: uppercase;
}
.yellowicons .wp-block-media-text__content br {
	display: none;
}
.yellowicons .wp-block-media-text__content strong {
	font-size: 36px;
	display: block;
}
.yellowicons .wp-block-media-text__content .devstatus strong {
	font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.2;
}
.yellowicons .wp-block-columns {
	flex-wrap: wrap !important;
    column-gap: 1.2em;
    row-gap: 1.5em;
}
.yellowicons .wp-block-columns .wp-block-column {
	flex: 0 0 calc(50% - 1.2em); /* default: 1/3 width */
  	max-width: 50%;
}

.blocks-gallery-grid.columns-6 .blocks-gallery-image, 
.blocks-gallery-grid.columns-6 .blocks-gallery-item, 
.wp-block-gallery.columns-6 .blocks-gallery-image, 
.wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 0;
    margin-bottom: 25px;
    padding-left: 25px;
}

.wp-block-getwid-section.talk form table {
	max-width: 650px;
	margin: 0 auto;
}

.wp-block-button__link,
a.button, a.wp-block-post-excerpt__more-link {
	background-color: #1a9afa;
    text-decoration: none !important;
	padding: 17px 24px 17px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
	border: 1px solid #1a9afa;
	border-radius: 0;
	line-height: 1.25;
}

.wp-block-button__link:hover,
a.button:hover {
	background-color: #2e2e38;
	color:#fff !important;
	border: 1px solid #2e2e38;
	text-decoration: none !important;
}

.is-style-outline .wp-block-button__link {
	padding: 17px 24px 17px;
	background-color: #2e2e38;
	border: 1px solid #2e2e38;
	color:#fff !important;
}

.sales a.button,
.sales a.button:active,
.darkbg .wp-block-button__link {
	padding: 13px 24px 12px;
	background-color: #1a9afa;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
	border: 1px solid #1a9afa;
}

.darkbg .is-style-outline .wp-block-button__link {
	padding: 13px 24px 12px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #000 !important;
}

.sales a.button:hover,
.darkbg .wp-block-button__link:hover {
	background-color: #fff;
	color:#0a0909 !important;
	border: 1px solid #fff;
	text-decoration: none;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
a.wp-block-post-excerpt__more-link:hover,
.more-link.btn:hover {
	background-color: #1a9afa;
	color:#fff !important;
	border: 1px solid #1a9afa;
	text-decoration: none;
}

.wp-block-getwid-counter__number {
	font-weight: 400;
	font-size: 44px;
	color: #1a9afa;
	line-height: 1;
	display: inline;
}

.percent .wp-block-getwid-counter__number::after {
	position: relative;
	content: "%";
}

.wp-block-getwid-counter__suffix {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
}

.wp-block-getwid-section.mobile-vertical {
	display: none;
}

.home-search {
	text-align: center;
}

.home-search input,
.home-search select {
	font-size: 20px;
    height: 68px;
    margin: 0 10px 10px;
}

.home-search input[type="submit"] {
	padding: 22px 35px;
	background-color: #1a9afa;
	color: #fff;
}

.home-search input:hover[type="submit"] {
	background-color: #2e2e38;
	border: 1px solid #cbcbcb;
	color: #fff;
}
.entry-content .home-search .wp-block-button__link {
	padding: 22px 35px;
    background-color: #2e2e38;
    border: 1px solid #cbcbcb;
    color: #fff;
    margin: 1px 10px 10px;
    vertical-align: middle;
}

.homemap {
	float: left;
}
.entry-content .home-search .wp-block-button__link:hover {
	background-color: #1a9afa;
	border: 1px solid #cbcbcb;
	color: #000;
}

.prime-section .wp-block-getwid-section {
	max-width: 828px;
}
.prime-section .wp-block-getwid-section .wp-block-getwid-section__inner-wrapper {
	padding: 50px 60px;
}

.prime-section h2 {
	font-size: 39px;
	font-weight: 300;
}

.prime-section p {
	font-weight: 200;
}

.entry-content .prime-section .wp-block-button__link:hover,
.entry-content .prime-section .is-style-outline .wp-block-button__link {
    border: 1px solid #2e2e38;
}

.counter-section {
	text-align: center;
	color: #fff;
}

.counter-section .wp-block-columns {
	margin-bottom: 0;
	padding-bottom: 40px;
	padding-top: 40px;
}

.counter-section svg {
	margin-bottom: 10px;
	height: 70px;
}

.counter-section .wp-block-getwid-section__content {
	background-color: #2f2f39;
	padding: 10px 0;
}

.pods-section {
	text-align: center;
}

.pods-section h2 {
	font-size: 46px;
	margin-bottom: 40px;
}

.pods-section h4 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 370px;
	margin: 10px auto 20px;
}

.pods-section p {
	max-width: 340px;
	line-height: 1.5;
	margin: 0 auto 24px;
}

.pods-section svg {
	height: 110px;
    width: 110px;
    margin-bottom: 10px;
    padding: 21px;
    background: url(images/round-circle.png) no-repeat center center transparent;
}

.pods-section .st0{fill:none;stroke:#1a9afa;stroke-width:7.7572;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.pods-section .stp1{fill:#1a9afa;}
.pods-section .stp2{fill:#1a9afa;stroke:#1a9afa;stroke-width:2.733;stroke-miterlimit:10;}

.wp-block-getwid-banner .wp-block-getwid-banner__title {
    font-size: 30px;
    display: block;
    line-height: 1.4;
    color: #fff;
}

.wp-block-getwid-banner .wp-block-getwid-banner__link:hover .wp-block-getwid-banner__title {
	color: #1a9afa;
}

.wp-block-getwid-banner__caption-wrapper {
	background: url(images/transparent-bg.png) repeat left top transparent !important;
    width: 100%;
    padding: 20px;
    background: wheat;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    padding: .7em 0.5em .7em 1em !important;
}
.wp-block-getwid-accordion.has-icon-left .wp-block-getwid-accordion__header-wrapper a {
	color: #000000;
	font-size: 22px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.wp-block-getwid-accordion__content-wrapper {
    margin-bottom: 5px;
}
.wp-block-getwid-accordion__content-wrapper .wp-block-getwid-accordion__content {
    padding: 0.2em 1.2em 1em;
}

.wp-block-getwid-accordion__content,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: 1px solid #ababaf !important;
}

.wp-block-getwid-accordion__content {
	border-top: 0 !important;
}

.wp-block-getwid-accordion__header-wrapper.ui-state-active {
	border-bottom: 0 !important;
}

.wp-block-getwid-accordion__icon i {
    font-size: 0;
	background: url(images/arrow-updown.png) no-repeat center 4px transparent;
    height: 17px;
    width: 17px;
}
.has-icon-left .wp-block-getwid-accordion__icon {
    margin-right: .4em !important;
}

.wp-block-getwid-accordion__icon.is-active i {
	background-position: center -301px;
}
.wp-block-getwid-accordion__icon i:before {
    content: "" !important;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

/* 
Gallery
--------------------------------------------------------------------------------------------------- */
/* Position the gallery container (needed to position the left and right arrows) */
.gallerycontainer {
	position: relative;
	/*height: 750px;*/
	overflow: hidden;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	background-color: rgba(0, 0, 0, 0.4);
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.6);
  }

  .gallerycontainer .thumbs {
	display: none;
  }

  .gallerycontainer:hover .thumbs {
	display: flex;
  }
  
  .thumbs {
	text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    z-index: 5555;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  
  /* Six columns side by side */
  .column {
	background: url(images/thumbs-bg.png) repeat 0 0 transparent;
	padding: 18px 6px 12px;
  }

  .column img {
	width: 169px;
	border: 6px solid transparent;
  }
  .column:first-child {
	padding-left: 18px;
}
  .column:last-child {
		padding-right: 18px;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.8;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
	/*border: 6px solid #1a9afa;*/
  }
 
/*
opportunity highlights
---------------------------------------------------------------------------------------------------- */
.opportunity {
	gap: 1em;
}

/*
demographic highlights
---------------------------------------------------------------------------------------------------- */
table.demographic {
	width: 90%;
}
.demographic th {
	background-color: #2e2e38;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.demographic td {
	text-align: center;
}
.demographic td:first-child,
.demographic th:first-child {
	width: 50%; /* Fixed width for the first th */
	text-align: left;
}
.demographic tr:nth-child(even) {
	background-color:#eaeaeb;
}

.sales {
	background-color: #2e2e38;
	color: #fff;
	text-align: center;
	padding: 60px 1em 50px;
	margin-bottom: 60px;
}

.sales h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 400;
}

.sales p {
	max-width: 800px;
	margin: 30px auto 34px;
}

/*
Development highlights
---------------------------------------------------------------------------------------------------- */

.wp-block-getwid-image-hotspot {
	display: block !important;
}
.wp-block-getwid-image-hotspot__image {
    width: 100%;
}
.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
	background-color: #1a9afa !important;
	cursor: default !important;
	display: none; /*hence hide */
}
.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon {
	color: #000 !important;
}
.tippy-box {
	display: none !important;
}
.highlights {
	position: absolute;
	color: #fff;
	width: 580px;
	padding: 50px 25px 30px 40px;
	background: url(images/highlight-bg.png) repeat 0 0 transparent;
	z-index: 222;
}

.highlights h2,
.highlights h3 {
	color: #fff;
}

.highlights p {
	max-width: 470px;
}

.highlights ul {
	list-style: none;
	column-count: 2;
	margin: 0;
}

.highlights ul li {
	display: flex;
	gap: 0.5em;
	margin-bottom: 14px;
	font-size: 17px;
	font-weight: 300;
}
.highlights ul span {
	flex: 0 0 auto; /* Prevent shrinking and growing */
	display: block;
	width: 50px;
	height: 50px;
	background-color: #1a9afa;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	border-radius: 100px;
	text-align: center;
}

/*
Featured Properties
---------------------------------------------------------------------------------------------------- */

form.sort {
		float: right;
		position: absolute;
		right: 0;
		margin-top: -70px;
		z-index: 3333;
		width: 121px;
}

form.sort select {
    padding: 6px 10px;
    background: url(images/dropdown-arrow.png) no-repeat 64px -15px #fff;
}

.f-properties .prop {
	float: none;
	background-color: #f5f5f7;
	margin-bottom: 40px;
	display: flex;
}

.f-properties .prop img {
	width: 703px;
	flex: 0 0 703px;
    width: 703px;
}

.f-properties .cont {
	padding: 40px;
	flex: 1 1 auto;
    min-width: 0;
}

.f-properties .prop h2,
.s-properties .prop h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.f-properties h2 a:hover {
	text-decoration: none ;
}

.f-properties .prop h3,
.s-properties .prop h3 {
	font-size: 20px;
	font-weight: 300;
}

.f-properties .spec {
	display: inline-block;
	background-color: #ffffff;
	padding: 4px 20px;
	margin-bottom: 30px;
}

.f-properties .spec span {
	display: inline-block;
	margin-right: 50px;
}

.f-properties .spec span:last-child {
	margin-right: 0;
}

.f-properties a.button,
.s-properties a.button {
	padding: 12px 20px;
	font-size: 16px;
	background-color: #2e2e38;
	border-color: #2e2e38;
	color: #fff !important;
}

.f-properties a.button:hover,
.s-properties a.button:hover {
	background-color: #1a9afa;
	border-color: #1a9afa;
	color: #000 !important;
}

.s-properties {
	display: flex;
	gap: 40px;
}

.s-properties .prop {
	border: 1px solid #dfdfdf;
	flex: 1 1 33.3333%; /* default: 1/3 width */
	max-width: 33.3333%;
}
.s-properties .spec span {
	display: inline-block;
	margin-right: 30px;
}
.s-properties .cont {
	padding: 25px;
}

.property-pagination ul li {
	display: inline-block;
	line-height: 2;
	font-size: 16px;
}

.property-pagination ul li span {
	margin: 0 3px;
}

.property-pagination ul li a {
	padding: 5px 10px;
    margin: 0 3px;
	background-color: #2e2e38;
    color: #fff !important;
}

.property-pagination ul li a.next,
.property-pagination ul li a.prev {
	font-size: 0;
	background-color: transparent;
}

.property-pagination ul li a:hover {
	text-decoration: none;
	background-color: #1a9afa;
    color: #fff;
}

.wp-block-getwid-section.hide,
.hide {
	display: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1920px) {
	/*.wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
		max-width: 1720px !important;
	}*/

}


@media only screen and (max-width: 1920px) {
	.singular-post .site-inner > .wrap {
		margin: 0 6%;
	}
}

@media only screen and (max-width: 1720px) {
	.content .wp-block-getwid-section.alignfull {
		margin-left: 0;
		margin-right: 0;
	}
}

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

	h1, .h1, h2, .h2 {
		font-size: 40px;
	}
}

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

	.omega-nav-menu > li > a {
		font-size: 18px;
	}

	.omega-nav-menu > li > a {
		margin: 0px 0px 20px 25px;
	}
	.blog-2 .omega-nav-menu > li > a {
		margin: 0px 0px 20px 18px;
	}

	.site-header {
		padding: 0px 0 !important;
	}
	.site-inner {
		padding-top: 0;
		/*padding-top: 84px;*/
	}
	.singular-page .site-inner {
		padding-top: 0;
	}
	.footer-widgets .widget-area {
		width: 50%;
	}
	.footer-widgets .widget-area.footer-widgets-4 {
		float: left;
	}
	.footer-widgets .widget-title {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 1220px) {
}

@media only screen and (max-width: 1173px) { /*response menu start here*/


	p.mobile {
		display: block;
	}

	.site-container,
	.site-header,
	.site-header .nav-primary {
		width: 100%;
		margin: 0;
	}
	.site-header {
		background-color: #2e2e38;
	}
	

	.wrap {
		max-width: 100%;
		margin: 0 auto;/*
		padding-left: 4%;
		padding-right: 4%;*/
		float: none;
	}

	.page-template-fullwidth .site-inner .wrap {
		max-width: 100%;
	}

	.nav-primary .wrap {
		width: auto;
	}

	.content-bottom a[href^=tel],
	.contact-box a[href^=tel] { 
		color: #fff;
	}		

	.site-header > .wrap {
	    /*padding: 12px 0 12px;*/
	}

	.site-header > .wrap .wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.title-area {
	    margin: 0;
	    float: none;
	}

	.site-title a img {
		padding: 14px 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.nav-primary .wrap {
	    position: relative;
	}

	.home .wrap .wrap {
	    padding: 0px 4% 0px;
	}

	.home .nav-primary .wrap {
		padding: 0;
	}
	#menu-icon{
		background-image: url(images/menu_btn.png);
		background-repeat: no-repeat;
		background-position: center center;
		padding: 0;
		width: 20px;
		height: 17px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 0;
		cursor: pointer;
		position: absolute;
		top: -51px;
		right: 10px;
	}
	#menu-header {
		max-width: 350px;
		max-width: 100%;
		right: 0;
	}

	.omega-nav-menu {
		display: none;
		text-align: left;
		background: #2e2e38;
		position: absolute;
		margin-top: 0;
		z-index: 9999;
		padding: 16px 6px;
	}

	.omega-nav-menu li {
		float: none;
		display: block;
		position: relative;
	}	

	.omega-nav-menu li.menu-item-has-children {
		text-align: left;
		width: 97%;
	}
	.omega-nav-menu ul,
	.omega-nav-menu > li.menu-item-has-children:hover {
		background-image: none;
	}
	.omega-nav-menu li li {
		padding: 0 8px;
	}

	.blog-2 .omega-nav-menu > li > a,
	.omega-nav-menu > li > a {
	    font-size: 17px;
	    padding: 12px 12px 12px 0;
	    margin: 0 30px 0 0;
	}

	ul.menu-primary > .menu-item-has-children > a::after {
		display: none !important;		
	}

	.omega-nav-menu > li > a.sf-with-ul,
	.omega-nav-menu > li:hover > a.sf-with-ul {
		/*background: url(images/mobile-arrow.png) no-repeat right 18px transparent;
	    margin-right: 10px;*/
	}
	/*
	.omega-nav-menu > li > a.sf-with-ul::before {
		content: "";
		position: absolute;
		top: 13px;
		right: 1px;
		border: solid #3b3b3b;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 0.25em;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}*/

	#menu-header li span.dropdown {
		display: block !important;
		position: absolute;
		right: -10px;
		display: none;
		width: 30px;
		height: 30px;
		top: 9px;
		text-align: center;
		z-index: 100;
	}

	#menu-header li:hover {
		position: relative;
	}

	#menu-header li span.dropdown:after {
		content: "";
		/* position: absolute; */
		top: 15px;
		right: 0;
		border: solid #fff;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 0.3em;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#menu-header li span.dropdown.hoverActive:after {
		transform: rotate(223deg);
		-webkit-transform: rotate(223deg);
	}

	.omega-nav-menu ul,
	.omega-nav-menu li.mega ul {
	    margin: -2px 0 0 0px;
	    position: relative;
	    width: 100%;
	    padding: 0;
	    border-top: 0;
	}

	.omega-nav-menu ul {
		left: 0;
		opacity: 1;
		display: none;
	}

	.omega-nav-menu li.mega li {
		position: relative;
	    width: 100%;
	    padding: 0px;
	    float: none;
	    text-align: left;
	}	

	.omega-nav-menu li.mega li img {
		display: none;
	}

	.omega-nav-menu li li,
	.omega-nav-menu li.mega li {
	    padding: 0 10px;
		text-align: left;
	}

	.omega-nav-menu ul a,
	.omega-nav-menu li.mega li a {
	    text-transform: none;
	    font-size: 15px;
	    padding: 8px 0px 8px 10px;
		width: 100%;
	}

	.omega-nav-menu a {
		padding: 20px 16px;
	}

	.omega-nav-menu li.right {
		display: none;
	}

	.banner {
		margin-top: 84px;
		height: auto;
		background-size: cover;
		background-position: center center !important;
		padding: 150px 0px;
	}

	.page-template-right-sidebar .content, .blog .content, .archive .content, .singular-post .content,
	.content,
	body.search .content {
		width: 100%;
	}

	.blog .content, .archive .content, body.search .content {
		padding: 0 5%;
	}

	.sidebar-primary {
		float: none;
		clear: both;
		margin: 0px auto 30px;
		padding-top: 20px;
		width: 567px;
	}

	body img.alignleft, body img.alignright, body .wp-caption.alignright {
		float: none;
		clear: both;
		display: block;
		margin: 7px 0 24px !important;
	}	

	
	#menu-primary > li.menu-item-has-children{
		position: relative;
		
	}
	#menu-primary > li.menu-item-has-children > a{
		background-image: none !important;
	}
	#menu-primary.omega-nav-menu{
		height: auto;
		overflow-y: scroll;
		padding-top: 20px;
	}
	#menu-primary > li.menu-item-has-children > span.click{
		background: url(images/mobile-arrow.png) no-repeat center center;
		width: 30px;
		position: absolute;
		right: 0;
		top: 0;
		height: 44px;
		display: block;
		transition-duration: 0.3s;
		cursor: pointer;
	}
	#menu-primary > li.menu-item-has-children > span.click.active{
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.yellowicons .wp-block-columns {
		gap: 18px 1%;
		flex-wrap: wrap !important;
	}

	.yellowicons .wp-block-columns .wp-block-column {
		flex: 1 1 49%; /* default: 1/3 width */
		max-width: 49%;
	}

	.yellowicons .wp-block-media-text__content strong {
		font-size: 24px;
	}
	.gallerycontainer {
		height: auto;
	}
	.gallerycontainer .thumbs {
		display: block;
		display: flex;
		position: relative;
        bottom: 0;
        margin-top: -9px;
	}

	.s-properties {
		flex-wrap: wrap;
		gap: 2%;
	}
	.s-properties .prop {
		width: 49%;
		margin: 14px 0;
		max-width: 100%;
	}
	.s-properties .prop h2 {
		font-size: 24px;
	}

}

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

	.great-people h2 {
		font-size: 50px;
	}

	.banner {
		padding: 10% 0px;
	}
	.highlights {
		position: relative;
		width: 100%;
	}
	.highlights p {
		max-width: 100%;
	}/*
	.highlights li br {
		display: none;
	}*/
	.homemap {
		height: 600px;
	}
	.f-properties .prop {
		flex-direction: column-reverse;
	}
	.f-properties .prop img {
		width: 100%;
		flex: none;
	}
}

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

	h1, .h1, h2, .h2 {
		margin-bottom: 25px;
	}

	.footer-widgets {
		padding: 0px 0px 0px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.site-footer p {
		margin: 5px 4%;
	}

	div.copyright,
	p.credit {
		float: none;
		text-align: left;
		padding-top: 0;
	}

	input.wpcf7-text, select, textarea {
		width: 100%;
	}

	.home-search select {
		margin: 0 0 20px;
	}
	.prime-section .wp-block-getwid-section .wp-block-getwid-section__inner-wrapper {
		padding: 30px;
	}

	.yellowicons .wp-block-columns .wp-block-column {
        flex: 1 1 49%;
        max-width: 49%;
    }

	.yellowicons .wp-block-media-text__content strong {
        font-size: 32px;
    }
	
	.homemap {
		height: 500px;
	}

	.cta-bottom {
		padding: 90px 0;
	}
	.cta-bottom .wrap {
        padding: 30px 30px;
        margin: 30px 5%;
        width: 90%;
    }
	.pods-section h2,
	.cta-bottom h3 {
		font-size: 36px;
	}
}

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

	.site-container {
		background-image: none;
		background: #fff;
	}
	.entry-summary img {
		width: auto;
	}	


	.site-container,
	.site-inner,
	.content,
	.wrap,
	.nav-primary,
	.page-template-right-sidebar .content, .blog .content, .archive .content, .singular-post .content, body.search .content {
		width: 100%;
		float: none;
		clear: both;
		margin-right: 0;
	}

	.singular-post .site-inner > .wrap {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-template-fullwidth .site-inner #content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets .wrap,
	.breadcrumbs .wrap {
		margin: 0 auto;
		float: none;/*
		padding-left: 4%;
		padding-right: 4%;*/
	}	

	#menu-header {
		max-width: 100%;
	}

	#respond input[type="email"], #respond input[type="text"], #respond input[type="url"] {
	    width: 100%;
	}

	.content .wpcf7-form input.wpcf7-text,
	.content .wpcf7-form .wpcf7-textarea {
	    width: 100%;
	}
	/*
	.wpcf7 th, table tr th, table tr td, .job-apply-table td {
	    display: block;
	    text-align: left !important;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 100%;
	}*/
}

@media only screen and (max-width: 600px) {
	table.demographic {
		width: 100%;
	}
	.sidebar-primary {
		width: 100%;
	}
	.widget_categories .widget-wrap ul {
		padding: 23px 10px 40px;
	}
	.sidebar-primary .widget-wrap {
		padding: 50px 25px 10px;
	}
	.sidebar-primary .image-stories {
		margin: 85px -25px -40px -25px;
	}

	h1, .h1 {
		font-size: 31px;
	}
	h2, .h2,
	.prime-section h2,
	.pods-section h2,
	.f-properties .prop h2, .s-properties .prop h2 {
		font-size: 24px;
	}
	.pods-section h2,
	.cta-bottom h3 {
		font-size: 30px;
	}
	.wp-block-getwid-banner .wp-block-getwid-banner__title {
		font-size: 22px;
	}

	.yellowicons .wp-block-columns .wp-block-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

	.s-properties {
		gap: 0;
	}
	.s-properties .prop {
		width: 100%;
		margin: 14px 0;
	}
	.highlights ul {
		column-count: 1;
	}

	.highlights ul li br {
		display: none;
	}

	form.sort {
		float: none;
		position: relative;
		right: 0;
		margin-top: 0;
		width: 100%;
    	text-align: right;
	}
	form.sort select {
		width: 124px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 425px) {
	.footer-widgets {
        padding: 0px 2% 0px;
		width: 100%;
    	float: none;
    }

	.footer-content {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.thumbs .column {
		padding: 10px 2px 4px;
	}
	
}

@media only screen and (max-width: 400px) {
	.footer-widgets .widget-area {
        width: 100%;
    }
}