/*
Theme Name: Six Corners Lofts
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 BACK TO TOP BUTTON
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 HEADER 
 *   4.3 NAV MENUS
 *   4.4 DROPDOWN MENUS
 *   4.5 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 PAGE NAV BAR
 *   5.3 MAIN
 *   5.4 ARCHIVE
 *   5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***  ROBOTO  ***/

/* Normal */
@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	src: url('fonts/Roboto/Roboto-Regular.ttf');
}

/* Italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/Roboto/Roboto-Italic.ttf');
}

/* Medium */
@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	src: url('fonts/Roboto/Roboto-Medium.ttf');
}

/* Bold */
@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	src: url('fonts/Roboto/Roboto-Bold.ttf');
}



/***  TERMINA  ***/

/* Normal */
@font-face {
	font-family: 'Termina';
	font-weight: normal;
	src: url('fonts/Termina/Termina-Regular.ttf');
}

/* Bold */
@font-face {
	font-family: 'Termina';
	font-weight: bold;
	src: url('fonts/Termina/Termina-Bold.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

:root {
	--primary: #e05b25;
	--primary-dk: #c14321;
	--primary-lt: #ec7e22;
	--secondary: #2f5678;
	--secondary-dk: #0e4c72;
	--secondary-md: #466b97;
	--secondary-lt: #517798;
	--dark-1: #0e263b;
	--dark-2: #555;
	--dark-3: #888;
	--light-1: #f5f5f5;
	--light-2: #F2F2F2; 
	--light-3: #F7F7F7;
	--shadow-1: 0 10px 50px rgba(0, 0, 0, 0.1);
	--shadow-2: 0 24px 64px -24px rgba(0,0,0,.16);
	--shadow-3: 0 20px 40px rgba(0, 0, 0, 0.25);
	--radius-1: 50%;
	--radius-2: 6px;
	--radius-3: 18px;
	--radius-4: 2em;
	--font-1: 'Roboto', sans-serif;
	--font-2: 'Termina', sans-serif;
}


html {font-size: 16px;}

body {
	line-height: 1.6em;
	font-family: var(--font-1);
	color: var(--dark-2);
	background-color: var(--light-1);
}

p:empty:before {display: none !important;}

.section-container {max-width: 1300px;}

.full .elementor-container { padding-left: 0!important; padding-right: 0!important;}



/***  2.2 BACK TO TOP BUTTON  ***/

.btt-button .fa {
	border-radius: var(--radius-1);
	background-color: var(--primary);
	font-weight: 300;
	color: white;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btt-button:hover .fa {
	background-color: var(--primary-lt);
	color: var(--secondary-dk);
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary);}

a:hover {color: var(--primary); text-decoration: none;}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
	font-family: var(--font-2);
}

h1 {font-size: 4.2em;}
h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	color: var(--secondary-dk);
}
h3 {font-size: 1.65em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

@media screen and (max-width: 1200px) {
h1 {font-size: 3.8em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
}
@media screen and (max-width: 600px) {
h1 {font-size: 3em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}
}



/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, 
.elementor-button {
	padding: 0.8em 1.5em;
	border: 1px solid var(--primary);
	border-radius: var(--radius-4);
	background-color: var(--primary);
	font-family: var(--font-2);
	line-height: 1.6em !important;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: white !important;
}

.button span, 
.elementor-button {font-size: 0.9em;}

.button:hover, 
.elementor-button:hover {
	border-color: var(--primary-lt);
	background-color: var(--primary-lt);
	color: var(--secondary-dk) !important;
}

.button i, 
.elementor-button .fas {
	margin-left: 10px;
	margin-top: -3px;
	font-weight: 300;
	color: white;
}

.button i:hover, 
.elementor-button:hover .fas {
	color: var(--secondary-dk);
}

/* Alt Button */

.button-alt, 
.alt-button .elementor-button {
	border-color: var(--primary);
	background-color: var(--primary);
	color: white!important;
}

.button-alt:hover, 
.alt-button .elementor-button:hover {
	border-color: var(--secondary-lt);
	background-color: var(--secondary-lt);
}

.button-alt i, 
.alt-button .elementor-button .fas {color: var(--secondary);}

.button-alt i:hover, 
.alt-button .elementor-button:hover .fas {color: var(--primary);}

/* Empty Button */

.button-bordered, 
.bordered-button .elementor-button {
	padding-top: 0.85em;
	padding-bottom: 0.75em;
	background: none;
	color: var(--primary) !important;
}

.button-bordered:hover,
.bordered-button .elementor-button:hover {
	border-color: var(--primary-lt);
	background: none;
	color: var(--secondary-dk) !important;
}

.button-bordered i, 
.bordered-button .elementor-button .fas {color: var(--primary);}

.button-bordered:hover i, 
.bordered-button .elementor-button:hover .fas {color: var(--secondary-dk);}



/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--primary);
	webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary);}

/*  Icon Backgrounds  */

.fa-bg {
	background-color: var(--primary);
	color: white;
}

a .fa-bg {
	background-color: var(--primary);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--primary);
	color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--primary);}

/* Elementor Icons */

.elementor-view-stacked .elementor-icon {
	background-color: transparent;
	padding: 0;
	color: var(--primary);
	fill: var(--primary);
}
.elementor-view-stacked .elementor-icon i {color:var(--primary);}
.elementor-view-stacked .elementor-icon:hover {color:var(--primary-dark);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
	position: absolute;
	top: 0.33em;
	right: calc(100% + 0.75em);
	width: 1em;
	height: 1em;
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
	font-size: 1.5em;
	top: 0;
	right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
	width: 100%;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.two-col-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
	display: inline-block;
	width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
	-moz-column-count: 5; /* Firefox */
	column-count: 5;
}

}



/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: var(--primary);
	color: white;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: var(--primary);
	color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background-color:  var(--primary);
	color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
	display: block;
	position: absolute;
	z-index: 50;
	top: 50%;
	right: 0;
	float: none;
	width: 42px;
	height: 42px;
	border: 0;
	margin-top: -21px;
	background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
	background-size: 1.5em !important;
	opacity: 0.6;
	cursor: pointer;
	cursor: hand;
}

input[type="Submit"].search-submit:hover {
	outline: none;
	opacity: 1;
}

input[type="Submit"].search-submit:active {
	background-color: rgba(0,0,0,0.025);
	outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"] {height: 40px;}


.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {
	height: 50px;
	padding: 0.8em 1.5em;
	border-radius: var(--radius-4);
	background-color: var(--primary);
	font-family: var(--font-2);
	line-height: 1.6em !important;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: white ;
}

.nf-field-element input[type="button"]:hover, 
.nf-field-element input[type="submit"]:hover {
	background-color: var(--primary-lt);
	color: var(--secondary-dk);
}

.nf-field-element input[type="button"]:active, 
.nf-field-element input[type="submit"]:active {
	background-color: var(--primary-dk);
	color: white;
}



/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 SCROLL BAR  ***/

.scroll-bar {
	background-color: var(--secondary-dk);
	border-bottom: 3px solid var(--secondary-md);
	box-shadow: var(--shadow-1);
}

.scroll-logo img {max-height: 70px;}



/***  4.2 HEADER  ***/

.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.header .col-custom {
	padding-top: 0;
	padding-bottom: 0;
}

.header .logo-wrapper {
	width: 220px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header .header-right {
	width: calc(100% - 220px);
}

.logo img {max-height: 80px;}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color:white;}

.header .menu-button.active .fal {
	background-color: var(--primary-dark);
	color: white;
}



/***  4.3 NAV MENUS  ***/

.nav-menu > li > a {
	padding-top: 46px;
	padding-bottom: 22px;
	color: white;
	font-family: var(--font-2);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.94em;
	font-weight: normal;
}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--primary-lt);}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
	display: block;
	padding: 0.5em 2.25em;
	border-radius:var(--radius-3);
	border: 1px solid white;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
	background-color: none;
	color:white;
	transition: all 300ms ease-in-out;
	text-transform:capitalize!important;
	font-weight:500;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
	background-color: white;
	color: var(--primary);
}



/***  4.4 DROPDOWN MENUS  ***/

.nav-menu li ul {
	background-color: white;
	width: 240px;
	border-radius: var(--radius-2);
	margin-top: -8px;
}

.nav-menu li ul li a {
	padding: 12px 16px;
	text-align: left;
	color: var(--dark-1);
	font-size: 0.9em;
	font-weight: 500;
}

.nav-menu li ul li > ul li a {
	padding: 12px 16px;
	text-align: left;
	color: var(--dark-1)!important;
	font-size: 0.9em;
	font-weight: 500;
	background-color: white!important;
}

.nav-menu li ul li > ul li a:hover {
	background-color: var(--primary)!important;
	color: white!important;
}

.nav-menu li ul li:first-child > a {
	border-top-left-radius: var(--radius-2);
	border-top-right-radius: var(--radius-2);
}

.nav-menu li ul li:last-child > a {
	border-bottom-left-radius: var(--radius-2);
	border-bottom-right-radius: var(--radius-2);
}

.nav-menu li ul li.current-menu-item > a {color: var(--primary);}

.nav-menu li ul li:hover a {
	background-color: var(--primary);
	color: white;
}



/***  4.5 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-1); font-weight: 500;}

.mobile-menu li.current-menu-item > a {
	background-color:var(--primary);
	color: white;
}

.mobile-menu li ul {
	background-color: var(--light-2);
	font-size: 0.9em;
}

.mobile-menu li.menu-item-has-children:after {color: var(--dark-1);}





/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 BANNER  ***/

.banner {
	background-color: var(--dark-1);
	text-align: center;
	color: white;
}

.home .banner {
	background-image: url(images/bg-blue.png);
	background-size: 600px;
	background-position: center center;
	background-repeat: repeat;
}

.banner-inner {
	min-height: 400px;
	max-width: 900px;
	padding-top: 215px;
	padding-bottom: 130px;
}

.banner-tall .banner-inner {min-height: 700px;}

.banner h1 {
	margin: 0;
}

.banner a {color: var(--primary);}

.banner a:hover {color: white;}

.banner p + p:last-child {margin-top: 60px;}

@media screen and (max-width: 600px) {
.banner .banner-content {width: 100%;}
}



/***  5.2 PAGE NAV BAR  ***/

.page-nav-bar .page-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}

.page-nav-bar .page-menu {display: flex;}

.page-nav-bar .page-menu li {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: center;
}

.page-nav-bar .page-menu li > a {
  padding: 24px 18px;
  display: flex;
  align-items: center;
  color: var(--dark-1);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.page-nav-bar .page-menu li.current-menu-item > a, 
.page-nav-bar .page-menu li:hover > a {
  background: var(--primary);
  text-decoration: none;
  color: white;
}



/***  5.3 MAIN  ***/

.main, 
.section-spacer {
	padding-top: 130px;
	padding-bottom: 130px;
}

.section-spacer-top {padding-top: 130px;}
.section-spacer-btm {padding-bottom: 130px;}

.section-spacer-sm {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-spacer-top-sm {padding-top: 100px;}
.section-spacer-btm-sm {padding-bottom: 100px;}

.section-spacer-lg {
	padding-top: 160px;
	padding-bottom: 160px;
}

.section-spacer-top-lg {padding-top: 160px;}
.section-spacer-btm-lg {padding-bottom: 160px;}

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

.section-spacer {
	padding-top: 110px;
	padding-bottom: 110px;
}

.section-spacer-top {padding-top: 110px;}
.section-spacer-btm {padding-bottom: 110px;}

.section-spacer-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-spacer-top-sm {padding-top: 60px;}
.section-spacer-btm-sm {padding-bottom: 60px;}

.section-spacer-lg {
	padding-top: 140px;
	padding-bottom: 140px;
}

.section-spacer-top-lg {padding-top: 140px;}
.section-spacer-btm-lg {padding-bottom: 140px;}

}

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

.section-spacer {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-spacer-top {padding-top: 90px;}
.section-spacer-btm {padding-bottom: 90px;}

.section-spacer-sm {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-spacer-top-sm {padding-top: 70px;}
.section-spacer-btm-sm {padding-bottom: 70px;}

.section-spacer-lg {
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}

}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.4 ARCHIVE  ***/

/* Archive Nav Bar */

.archive-nav-bar-inner {padding-top: 20px;}

.archive-nav-bar .archive-cats select, 
.archive-nav-bar .archive-search form {max-width: 300px;}

.archive-nav-bar .archive-search form {margin-left: auto;}

/* Entry Cols */

.entry-cols .entry-link {
	position: relative;
	display: block;
	height: 100%;
	padding: 30px 30px 85px 30px;
	border-radius: 10px;
	color: var(--dark-2);
	box-shadow: 0px 0px 60px 8px rgba(0, 0, 0, 0.15);
	transition: all 300ms ease-in-out;
	overflow: hidden;
	box-sizing: border-box;
}

.entry-cols .entry-link:hover {text-decoration: none;}

.entry-cols .entry-link .entry-title {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.entry-cols .entry-link:hover .entry-title {color: var(--primary);}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-thumb-wrap {margin: -30px -30px 20px -30px;}

.entry-cols .entry-date {opacity: 0.7;}

.entry-cols .entry-cats {
	position: absolute;
	top: 30px;
	left: 30px;
}

.entry-cols .entry-cats span {
	border-radius: var(--radius-2);
	padding: 5px 10px;
	margin: 0;
	margin-right: 4px;
	background: rgba(0,0,0,0.4);
	color: white;
}

.entry-cols .entry-more {
	position: absolute;
	width: 100%;
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-button {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: var(--primary);
}

.entry-cols .entry-link:hover .entry-button {color: var(--primary);}



/***  5.5 SINGLE  ***/

/* Post Nav */

.post-nav {
	padding-top: 25px;
	border-top: 1px solid #e2e2e2;
}

.post-nav .grid {align-items: center;}

/* Social Share Buttons */

.a2a_floating_style{position:absolute !important;}
.fixed_social{position:fixed !important;padding-top: 15px !important;top:100px !important;}
.bottom_social_share {
  z-index: 1 !important;
  bottom: 10px !important;
  top: auto !important;
}
.relative_class {
  position: relative;
}
.post-content{position:relative;}

.blog-index .a2a_kit{display:none;}

.a2a_s__default {
	padding: 0.25em !important;
	border-radius: 50% !important;
}

@media only screen and ( min-width: 981px ) {
.addtoany_content_top,.addtoany_content_bottom{display:none}
}





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  6.1 CTA BAR  ***/

.cta-bar {
	position: relative;
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: var(--secondary);
	text-align: center;
	color: white;
}

.cta-bar:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/wp-content/uploads/Interior_cropped.png) center center no-repeat;
	background-size: cover;
	opacity: 0.5;
	content: '';
}

.cta-bar-container {position: relative;}

.cta-bar .grid {align-items: center;}

.cta-bar .col-custom:last-child {margin-top: 1em;}

.cta-bar .cta-title, 
.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar .cta-title + p {margin-top: 0;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

.cta-bar .button {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white!important;
}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
	border-color: white;
	background-color: white;
	color: var(--dark-1)!important;
}



/***  6.2 FOOTER  ***/

.footer {
	position: relative;
	border-top: 4px solid var(--secondary-md);
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: var(--dark-1);
	font-size: 0.9em;
	color: var(--light-1);
}

.footer:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/bg-blue.png);
	background-size: 200px auto;
	background-position: center center;
	background-repeat: repeat;
	opacity: 0.3;
	content: '';
}

.footer-container {position: relative;}

.footer .col-custom {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer a {color: white;}

.footer a:hover {
	text-decoration: none;
	color: var(--primary)!important;
}

.footer .button-bordered:hover {
	color: white !important;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color:white;
}

.footer .logo {
	max-height: 90px;
}

/* Footer Menus */

.footer .menu {margin-top: -5px;}

.footer .menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: var(--light-1);
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--dark-1);
	color: var(--light-1);
	font-size: 0.84em;
}

.bottom-bar .col-custom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom-bar a {color: white;}

.bottom-bar a:hover {
	text-decoration: none;
	color: var(--primary);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}






/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



.padding40 {padding:40px;}

.white-box {padding: 40px; background: white; border-radius: var(--radius-2);}

@media screen and (max-width: 900px) {
.white-box {padding: 25px;}
}
@media screen and (max-width: 600px) {
.white-box {padding: 15px;}
}

.img-shadow {box-shadow: var(--shadow-1);}

.text-white * {color:white!important;}
.text-primary * {color:var(--primary)!important;}
.text-primary li a:hover {color:var(--primary-lt)!important;}



/***  TESTIMONIAL BOX  ***/

.testimonial-box {
	background-color: white;
	box-shadow: 0 32px 80px -24px rgb(0 0 0 / 14%);
	border-radius: var(--radius-2);
	padding: 40px 64px 40px 40px;
}



/***  HEADING LINE  ***/

.heading-line {
	margin-left: 50px;
	display:  inline-block;
}

.heading-line:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: var(--primary);
	left: -47px;
	top: 8px;
	position: absolute;
}

.post-title:after {
	display: block;
	margin: 0.75em 0;
	width: 100px;
	height: 2px;
	border-top: 3px solid var(--primary);
	border-bottom: 2px solid var(--primary);
	box-sizing: content-box !important;
	content: '';
}

.contact-icon-box .elementor-widget-wrap {
	padding: 25px !important;
	background-color: white;
	border-radius: var(--radius-2);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.contact-icon-box .elementor-widget-wrap:hover {
	color: var(--primary);
	box-shadow: var(--shadow-2);
}



/***  PRETITLE  ***/

.pre-title, 
.pre-title * {
  text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
}

.pre-title:after {
	display: block;
	margin: 0.75em auto;
	width: 100px;
	height: 2px;
	box-sizing: content-box !important;
	border-top: 3px solid var(--primary);
	border-bottom: 2px solid var(--primary);
	content: '';
}

.pre-title + h1 {margin-top: 0;}



/***  CALLOUT  ***/

.call-out h4 {
	display: inline-block;
	padding: 14px 20px;
	width: auto;
}

.call-out h4:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-left: 2px solid var(--primary);
	border-bottom: 2px solid var(--primary);
	content: '';
}

.call-out h4:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid var(--primary);
	border-top: 2px solid var(--primary);
	content: '';
}



/***  WIDE  ***/

@media screen and (min-width: 1401px) {
.wide-left {
	width: calc(100% + 200px) !important;
	margin-left: -200px;
}
}




/***  TEMP  ***/

.elementor-957 .elementor-element.elementor-element-5720ae2 {padding: 0 !important;}

/*Mobile*/
@media screen and (max-width: 844px){
	.logo-rl {
  		width: 70%;
		}
	.widget_text.col-custom.widget.footer-widget.widget_custom_html {
    margin-left: 15px;
        }
}


/*
 * END OF
 * CUSTOMIZABLE CSS
 */