@charset "UTF-8";
/*
Theme Name: New Life Homes
Theme URI: 
Author: Custom Virtual Solutions
Author URI: https://customvs.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.

Website Name 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
###################################*/

* { box-sizing: border-box; }
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;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
p:last-of-type { margin-bottom: 0!important; }
.col-2 { column-count: 2; }

/*###################################
## LAYOUTS
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgla .e-con-inner { margin: 0 0 0 auto!important; }
.mgra .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

/*###################################
## BUTTONS
###################################*/

.btn-full .elementor-button { max-width: 100%!important; width: 100%!important; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { } */
/* body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
/* body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; } */
/* body:not(.elementor-editor-active) #site-header.sticky { box-shadow: 2px 2px 10px rgb( 0 0 0 / 50% ); }

/*###################################
## CONTENT
###################################*/

	.content-list ul { padding: 0 0 0 20px!important; margin: 0!important; }
	.content-list.alt ul { margin: 20px 0!important; }

	/* BANNER */

	.banner-slide { position: relative; }
	.banner-slide::after { content: ''; background: linear-gradient( to top, rgb( 31 31 31 / 80% ), transparent 40% )!important; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }

	/* SERVICES */

	.services-content p { display: none!important; }
	.services-content:hover { background: #74A426!important; min-height: 340px!important; padding: 65px 20px 15px!important; }
	.services-content:hover h3, .services-content:hover p { color: #FFFFFF!important; }
	.services-content:hover p { display: block!important; }
	.services-content:hover h3 { margin: 0 0 30px!important; }
	.services-content:hover .elementor-button { color: #FFFFFF!important; border-bottom: 1px solid #FFFFFF!important; }


/*###################################
## INNER
###################################*/
	
	/* BANNER */

	.banner-images.inner::after { content: ''; background: linear-gradient( to top, rgb( 31 31 31 / 80% ), transparent 90% )!important; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }

	/* GALLERY */

	.gallery-btn:hover h3 { color: #000000!important; }

/*###################################
## BLOG
###################################*/

	.post-content p { margin: 0 0 30px!important; }
	.post-content p:last-of-type { margin: 0!important; }
	.post-content ul li { margin: 0 0 15px!important; }
	.post-content ul li:last-of-type { margin: 0!important; }

/*###################################
## RESPONSIVE
###################################*/

@media screen and (max-width: 1400px) {
	
	.services-content:hover { min-height: 270px !important; padding: 30px 20px 15px !important; }
	.services-content:hover h3 { margin: 0 0 10px!important; }
	
}

@media screen and (max-width: 767px) {
	
	/* POST */
	
	.post-content p { margin: 0 0 15px!important; }

	/* BANNER */
	
    .banner-images::after { background: linear-gradient(to top, rgb(31 31 31 / 90%), transparent 90%) !important; }
	
}

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

	.services-item { width: 100%!important; }
	
}

