/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/

/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/

/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */

#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}

/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */

/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */

@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767.98px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */

@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

.social a {
  margin-left: 10px !important;
}

.nav-break {
  margin-left: .5em;
}

/*
body .is-sticky .sticky-header-dark.header .navbar-nav > .nav-item > .nav-link:focus,
body .is-sticky .sticky-header-dark.header .navbar-nav > .nav-item > .nav-link:hover,
body .is-sticky .sticky-header-dark.header .navbar-nav > .nav-link:focus,
body .is-sticky .sticky-header-dark.header .navbar-nav > .nav-link:hover {
    color: #55a79a;
}

.navbar-expand-md .navbar-main .navbar-nav > .nav-item > .nav-link,
.navbar-expand-md .navbar-main .navbar-nav > .nav-link,
.navbar-expand-md.navbar-main .navbar-nav > .nav-item > .nav-link,
.navbar-expand-md.navbar-main .navbar-nav > .nav-link {
    font-size: initial;
}


body .is-sticky .sticky-header-dark.header .navbar-nav .active > .nav-link,
body .is-sticky .sticky-header-dark.header .navbar-nav .nav-link.active,
body .is-sticky .sticky-header-dark.header .navbar-nav .nav-link.show {
    color: #000;
    font-weight: 600;
}

.text-hover-primary:hover, .text-primary {
    color: #2694F2 !important;
}

hr.hr-primary {
    border-top-color: #2694F2 !important;
}

.header.header-dark .navbar-nav > .nav-item > .nav-link:hover {
  color: white;
} 
*/

.padded {
  padding:10.5rem 0 !important
}

.fitted {
	min-height: calc(100vh - 373px);
}
.fitted_noBtn {
	min-height: calc(100vh - 350px);
}
.gallery-container {
    min-height: calc(100vh - 383px);
}
.fitted_cnt {
    min-height: calc(100vh - 355px);
}
.fitted_fix {
    min-height: calc(100vh - 211px);
}

 @media (min-width: 992px) {
	.img-fluid {
	  width: 100% !important;
	}
}


.prod_serv {
  border: 1px solid #efefef !important;
	-webkit-box-shadow: 0 2px 13px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 2px 13px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 2px 13px 3px rgba(0,0,0,0.1);
}

.blockquote-bubble .blockquote-bubble-content::after {
  border-top-color: #343a40;
}

ol.privacyList {
    list-style-type: decimal;
    margin: 1.25em 0 1.25em 1.25em;
}

.product-gallery.pos-relative.mt-7 .d-block {
  pointer-events: none;
}

.my_lead {
  font-size: 1.25em;
}

.btn-dark {
  background: black;
}

.fb-bg:hover {
  background: #3b5998;
}

.tr-bg:hover {
  background: #1da1f2;
}

.ig-bg:hover {
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.li-bg:hover {
  background: #0077b5;
}

.form-horizontal input,
.form-horizontal label,
.form-horizontal select,
.form-horizontal textarea {
  font-size: .9em;
}

.custom-file-label,
.form-horizontal select,
.form-horizontal input::placeholder,
.form-horizontal textarea::placeholder {
  color:#999;
}

.custom-file-label {
    right: 15px;
    left: 15px;
}

@media (max-width: 767px) {
.social {
  margin: 10px 0 0 -10px;
}
}

#highlighted {
  display: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;    
}

@media screen and (max-width: 768px){
    .columns{
        height: 200px;
        overflow-y:scroll;
    }
}

@media screen and (min-width: 769px){
        .columns{
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count:2;
        min-width: 500px !important;
    }
	.mb-5-spec {
    margin-bottom: 3rem!important;
}
}

/*
body .is-sticky .sticky-bg-dark {
    background-color: darkgray !important;
}
*/

.display {
  display: block !important;
}

.curtain {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

.curtain-outer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/*Fix button hover::active::classes*/

@media (min-width: 767px) {
	#hideMe {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#showMe {
		display: none !important;
	}
}

/*FONTS*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: black;
}

p, li {
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
	.overlay-hover-content h3 {
	  font-size: 2.25vw;
	}
}

@media (max-width: 576px) {
	.overlay-hover-content h3 {
	  font-size: initial;
	}
}

.b-none {
	border: none !important;
}

.br-none {
	border-radius: 0 !important;
}

.bb-only {
	border-top: none;
	border-right: none;
	border-left: none;
}

.bt-only {
	border-right: none;
	border-left: none;
	border-bottom: none;
}

img[alt] {
  color: transparent;
}

.modal-content {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
}

.modal-open {
    overflow-y: scroll;
}

.modal-header .close {
	margin: 0 !important;
}

@media (min-width: 1200px) {
	.modal *:last-child {
	  margin-bottom: 0;
	}
}

.modal-footer {
    padding: 1rem;
	border-color: white;
}

.modal-body h5 {
  margin-bottom: 5px;
}

.modal-text .row p  {
  margin-bottom: 10px;
}

.close.gallery_a  {
	float: none;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 576px) {
.modal-header {
  display: inline-block !important;
}

.close.gallery_b {
  position: absolute !important;
  top: 15px !important;
  right: 10px;
}

#about .container,
#contact .container {
 min-height: calc(900px - 144px); 
}

#testimonials .container {
  min-height: calc(1100px - 144px);
}
}

@media (min-width: 992px) {
	.carousel-inner .py-6 {
		padding: 1.2em 0 !important;
	}
} 

.contactCTA {
    margin-top: 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    border-top-color: rgb(233, 236, 239);
    border-bottom-right-radius: .3rem;
}

@media (min-width: 576px) {
	.wssMap iframe {
	  border-bottom: 2px solid;
	}
}

.header {
  box-shadow: 2px 0px 10px rgba(0,0,0,0.8);
}

.lightbox img {
  border-bottom: 3px solid;
}


