@charset "UTF-8";
/*
Theme Name: JD Touch Countertops
Theme URI: 
Author: Thrive Internet Marketing Agency
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; }

/*###################################
## 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; }

/* IMAGE */

.image-gradient-bottom { -webkit-mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: linear-gradient(to bottom, rgb( 31 31 31 / 70% ) 80%, transparent 105%); mask-repeat: no-repeat; mask-size: 100% 100%; }


/*###################################
## 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 { background: #193A23; }
body:not(.elementor-editor-active) #site-header.sticky .header-logo img { max-width: 150px; }
.site-logo img { filter: brightness(0) invert(1); }

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

.pop-text, .pop-btn { display: none; }
.img-filter { position: relative; }
.pop-content:hover .pop-title h3 { color: #222222!important; }
.pop-content:hover .pop-text, .pop-content:hover .pop-btn { display: block; }
.pop-content:hover .img-filter::after { content: ''; background: rgb( 249 210 129 / 90% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; border-radius: 20px; }

/* TESTIMONIALS */

.testimonials-slide .elementor-main-swiper { width: 100%!important; }
.testimonials-slide .elementor-testimonial__image img { width: 100%!important; height: 100%!important; border-radius: 0!important; }

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

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


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

	
}


