/*
Theme Name:   TLCCleaning
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tlc-cleaning
*/

/* Write here your own personal stylesheet */

#product-section img{
	margin-bottom: 0px;
}
#product-section h2{
	transition-duration: .3s;
	display: inline-block;
}
#product-section h2:hover{
	transform: scale(1.05);
}
a {
    text-decoration: none;
}
section {
    padding: 0rem 0;
}
.home-services .content{
	min-height:130px;
}
.contact-form .forminator-row{
	margin-bottom:10px !important;
}
.contact-form .forminator-row .forminator-input,
.contact-form .forminator-row .forminator-textarea{
	background: rgba(52, 184, 221, 1) !important;
    border: 1px solid rgba(52, 184, 221, 1) !important;
    border-radius: 0 !important;
}
.contact-form .forminator-row div#submit {
    text-align: right;
}
.contact-form .forminator-row div#submit button.forminator-button.forminator-button-submit{
    font-size: 14px;
    font-weight: normal;
    background-color: #EF5D96;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #EF5D96;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 40px 5px 40px;
}
.sidebar-form .forminator-row{
	margin-bottom:10px !important;
}
.sidebar-form .forminator-row .forminator-input,
.sidebar-form .forminator-row .forminator-textarea{
	background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
    border-radius: 0 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.sidebar-form .forminator-row div#submit {
    text-align: right;
}
.sidebar-form .forminator-row div#submit button.forminator-button.forminator-button-submit{
    font-size: 14px;
    font-weight: normal;
    background-color: #EF5D96;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #EF5D96;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 40px 5px 40px;
}



.image-hover-text-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
    max-width: 24%;
    float: left;
    margin: 0.5%;
}

.image-hover-image 
{
 display: block;
}	

.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
	position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 100%;
    text-align: center;
    background: rgba(218, 211, 211, 0.9);
    border: 1px solid #848484;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
}

.image-hover-text .image-hover-text-title
{
    font-size: 17px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.image-hover-text p{
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.image-hover-image img{
	height: 320px !important;
    max-width: 100% !important;
    width: 100%;
    object-fit: cover;
}
.para-content {
    max-height: 240px;
    overflow-y: scroll;
}
.para-content::-webkit-scrollbar{
  width: 4px;
}

/* Track */
.para-content::-webkit-scrollbar-track{
  background: transparent; 
}
 
/* Handle */
.para-content::-webkit-scrollbar-thumb{
  background: #888; 
}

/* Handle on hover */
.para-content::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
.para-content a{
	background: #ef5d96;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
}
form#gform_7 .ginput_container.ginput_container_select select {
    padding: 20px 15px;
    border: 0;
    border-radius: 7px;
}
form#gform_8 .ginput_container.ginput_container_select select {
	padding: 20px 15px;
    border: 0;
    border-radius: 7px;
}
.call-now a.elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
	white-space: nowrap;
}
.employee-word .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
    margin-bottom: 0px !important;
}
.employee-word .elementor-swiper-button.elementor-swiper-button-prev {
    top: 30% !important;
}
.employee-word .elementor-swiper-button.elementor-swiper-button-next {
    top: 30% !important;
}

#blog_filter_form ul{
    margin:0px;
    padding: 0px;
    list-style-type: none; 
}
#blog_filter_form .techno-field-search label{
    display: block;
}
#blog_filter_form ul li ul {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    text-align: center;
}
#blog_filter_form h4{
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
#blog_filter_form ul li ul.techno_cat_checkbox li {
    display: inline-block;
    width: auto;
    max-width: inherit;
    margin: 10px 20px;
}
#blog_filter_form input[type="checkbox"] { display: none; }

#blog_filter_form input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #747474;
  cursor: pointer;
  padding-top: 0px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	font-family: "Raleway", sans-serif;
}

#blog_filter_form input[type="checkbox"] + label:last-child { 
	margin-bottom: 0; 
}

#blog_filter_form input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

#blog_filter_form input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#blog_filter_form ul li{
	margin-left: 0px;
}
a.loadMore {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 225px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	color: #101010;
	border: 2px solid #ef5d96;
	outline: 0;
	margin: 60px auto;
	padding: 0;
	cursor: pointer;
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
a#load-more-archives:hover {
    background: #ef5d96;
	color: #fff;
}

#blog-single-page h2 {
    font-size: 32px;
    line-height: 42px;
    font-family: "Raleway", Sans-serif;
    margin-top: 20px;
    color: #000;
}
#blog-single-page h3 {
    font-size: 26px;
    line-height: 36px;
    font-family: "Raleway", Sans-serif;
    margin-top: 20px;
    color: #000;
    font-weight: normal;
}
#blog-single-page h4 {
    font-size: 22px;
    line-height: 32px;
    font-family: "Raleway", Sans-serif;
    margin-top: 20px;
    color: #000;
    font-weight: normal;
}
#blog-single-page h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Raleway", Sans-serif;
    margin-top: 20px;
    color: #000;
    font-weight: normal;
}
#blog-single-page label{
    color: #000;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
}
#blog-single-page  #commentform input#submit {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #e22658;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #e22658;
    padding: 10px 20px;
}
#blog-single-page  #commentform input#submit:hover{
    background: #fff;
    border-color: #e22658;
	color: #e22658;
	text-decoration: none;
}
#blog-single-page  #commentform{
	max-width: 100%;
}
#blog-single-page  #commentform p{
	max-width: 100% !important;
}
#blog-list .elementor-post__thumbnail img{
	    height: 100%;
    object-fit: cover;
}
.category-short{
    text-align: left;
}
.category-short a {
    color: #747474 !important;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
}
.category-short a{
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
}
.category-short a:hover{
    color:#b71f3a;
}
.category-short a:after {
    content: ',';
    position: absolute;
    right: 0;
    color: #747474;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.category-short a:last-child:after {
    display: none;
}
#update-date .elementor-post-info__item{
        width: 146px;
}
#update-date .elementor-post-info__item::first-line {
    font-weight: bold;
    color: #000;

}
.gradient-button.side::after {
    content: "";
    bottom: 7px;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #00FF7C 0%,#6EADF0 30%, #00FFE7 50%, #A8FF4D 70%, #8FFFB5 85%, #009CBF 100%);
    position: absolute;
    z-index: -1;
}


@media only screen and (max-width: 1025px) {
.image-hover-text-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
    max-width: 32%;
    float: left;
    margin: 0.5%;
}
}
@media only screen and (max-width: 767px) {
	.image-hover-text-container {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		transition: all 0.2s linear;
		max-width: 49%;
		float: left;
		margin: 0.5%;
	}
	#blog-single-page h2 {
        font-size: 22px;
        line-height: 32px;
    }
    #blog-single-page h3,
    #blog-single-page h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.icon-box .elementor-icon-box-wrapper {
    	display: flex;
    	text-align: left !important;
	}
	.icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
   	 	padding-right: 10px;
	}
}
@media only screen and (max-width: 640px){
.instant-quote form fieldset .ginput_complex > span {
    margin: 0 !important;
}
}
@media only screen and (max-width: 580px) {
.image-hover-text-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
    max-width: 100%;
    float: left;
    margin: 0.5%;
}
}