@charset "UTF-8";
/*
Theme Name: Walker Properties
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
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 with others.

Walker Properties is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/


/*###################################
# General Styles
###################################*/
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
input:not([type="checkbox"]):not([type="radio"]), select {height: 42px;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin: 0;}
#cookie-notice .cn-text-container {color: #333;}

/*###################################
## Layouts
###################################*/

/*###################################
## Header
###################################*/
/* #global-header.sticky {background: rgba(255,255,255,0.8);}
#global-header.sticky .e-con-inner:first-of-type {align-items: center;}
#global-header.sticky .elementor-widget-container {margin-bottom: 0;}
#global-header.sticky .elementor-widget-container img {max-width: 170px;} */

/*###################################
## Content
###################################*/
#properties .image-wrapper .elementor-widget-image {height: 100%;}
.portfolio .project-home-wrapper {position: relative;}
.portfolio .project-home-wrapper:before {content: ""; background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1;}

/*###################################
## Footer
###################################*/

/*###################################
## Content
###################################*/
#about .accordion-section-wrapper .e-n-accordion-item-title[aria-expanded="true"] {border: none;}
#about .accordion-section-wrapper .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-header {visibility: hidden;}
#about .accordion-section-wrapper .elementor-widget-text-editor ul, #about .accordion-section-wrapper .elementor-widget-text-editor ol {padding-left: 20px; margin: 0;}

/*###################################
## FAQs
###################################*/
#faq-page .e-n-accordion-item-title[aria-expanded="true"] {border: none;}

/*###################################
## Portolio Archive
###################################*/
#portfolio-archive-wrapper .project-archive-wrapper {position: relative;}
#portfolio-archive-wrapper .project-archive-wrapper:before {content: ""; background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1;}

/*###################################
## Blog Archive
###################################*/
.blog-archive-loop-item .elementor-widget-theme-post-featured-image a {display: block !important;}

/*###################################
## Blog Single
###################################*/
.blog-single-post-wrapper .elementor-widget-theme-post-content h2, .blog-single-post-wrapper .elementor-widget-theme-post-content h3, .blog-single-post-wrapper .elementor-widget-theme-post-content h4, .blog-single-post-wrapper .elementor-widget-theme-post-content h5 {margin-bottom: 15px;}
.blog-single-post-wrapper .elementor-widget-theme-post-content h3 {color: #333;}
.blog-single-post-wrapper .elementor-widget-theme-post-content h5 {font-family: "IBM Plex Serif", Sans-serif; font-size: 22px; font-weight: 700; color: #333;}
.blog-single-post-wrapper .elementor-widget-theme-post-content p:not(:last-of-type) {margin-bottom: 25px;}
.blog-single-post-wrapper .elementor-widget-theme-post-content p:has(+ ul), .blog-single-post-wrapper .elementor-widget-theme-post-content p:has(+ ol) {margin-bottom: 10px !important;}
.blog-single-post-wrapper .elementor-widget-theme-post-content ul, .blog-single-post-wrapper .elementor-widget-theme-post-content ol {margin: 0 0 25px; padding-left: 20px;}
.blog-single-post-wrapper .elementor-widget-theme-post-content ul li:not(:last-of-type) {margin-bottom: 10px;}

/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1600px) {
	#passion .image-offset {display: none;}	
}

@media screen and (max-width: 1366px) {
	.blog-single-post-wrapper .elementor-widget-theme-post-content h5 {font-size: 19px;}
}

@media screen and (max-width: 980px) {
	#services .section-wrapper .e-con-inner {align-items: stretch;}
	#services .image-wrapper .elementor-widget-image {height: 100%;}
}

@media screen and (min-width: 881px) {
	#global-header.sticky .elementor-nav-menu--main .elementor-nav-menu li a {color: #000;}
	#global-header.sticky .elementor-nav-menu--main .elementor-nav-menu li .elementor-item-active, #global-header.sticky .elementor-nav-menu--main .elementor-nav-menu li a:hover {color: #003399/*#CC0202*/;}
}

@media screen and (max-width: 767px) {
	#global-header.sticky .elementor-widget-container img {max-width: 130px;}
	#properties .counter .elementor-counter-title {text-align: center;}
	.blog-single-post-wrapper .elementor-widget-theme-post-content h5 {font-size: 18px;}
}