/*
 Theme Name:   Liavrentals Child
 Theme URI:    
 Description:  Liavrentals Child Theme
 Author:       
 Author URI:   
 Template:     liavrentals
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  liavrentals-child

 START YOUR CHILD THEME CSS HERE
*/


#home-main {
    background: rgba(51,51,127,.6);
}
#home-services {
    background: rgba(255,255,255,.6);
}
#home-testimonial {
    background: rgba(255,255,255,0.3);
}
ul.list-services > li {
    display: inline-block;
    padding: 5px 10px;
    width: 30%;
	color: #111;
}
#home-services ul{
    list-style: none;
	margin-left: 0px;
}
footer .infinite-widget-head-text {
	font-size: 32px;
}
h2.about-localy {
    max-width: 100%;
    font-size: 40px !important;
    border-bottom: 3px solid #cc282b;
    padding-bottom: 20px;
	color: #111;
    line-height: 1.1em;
}
#home-quality .infinite-body-front .gdlr-core-container, #home-quality .infinite-body-front .infinite-container {
    padding-left: 100px;
    padding-right: 100px;
}
.footer-contact ul.contact-info {
    list-style: none;
    margin-left: 0px;
}
.contact-info li {
    font-size: 20px;
}
.social-info > a {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    line-height: 50px;
    color: #33337f !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
}
.social-info > a:first-child {
	margin-right: 10px;
}
.footer-logo > img {
	width: 125px;
	display: inline-block;
	vertical-align: middle;
}
.footer-logo > img:first-child {
	margin-right: 50px;
}
.social-info {
    margin: 30px 0;
}
#home-about p, #home-quality p {
    font-family: "Lato",sans-serif !important;
    font-size: 18px !important;
}
#home-testimonial .testimonial-info {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
#home-testimonial .testimonial-auth {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
	max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.infinite-navigation .sf-menu > li:last-child {
    border: 2px solid;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: -12px;
	color: #CC282B;
	transition: all 0.6s ease 0s;
}
.infinite-navigation .sf-menu > li:last-child:hover, .infinite-navigation .sf-menu > li:last-child:hover a { 
	color: #111111;
	transition: all 0.6s ease 0s;
}
.infinite-navigation .sf-menu > li:last-child a {
    margin-bottom: 0 !important;
    padding-bottom: 0;
	color: #CC282B;
}
.infinite-footer-wrapper {
    padding: 100px 0;
}


footer {
	position: relative;
}​


footer:after,
footer:before,
#home-services:after,
#home-services:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
}

footer:after, #home-services:after {
    top: 10px;
    border-color: #fff transparent transparent transparent;
    border-width: 10px;
}
footer:before, #home-services:before {
    top: 0;
    border-color: #fff transparent transparent transparent;
    border-width: 35px;
}
.gdlr-core-page-builder-body #home-gallery img {
    width: 100%;
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-gallery-column {
    padding: 8px;
}

.gdlr-core-page-builder-body #home-gallery .fa-search:before {
    content: "\f00e";
	font-size: 30px;
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-image-overlay:hover, .gdlr-core-page-builder-body #home-gallery .gdlr-core-image-overlay.gdlr-core-no-hover {
    opacity: 1;
    background: transparent;
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-image-overlay {
    background-color: transparent;
    background-color: transparent;
}
.lg-backdrop {
    background-color: rgba(0,0,0,0.6);
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-media-image:hover img {
    transform: scale(1.1);
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-media-image img {
	transition: all 0.6s ease 0s;
}
#home-gallery .gdlr-core-pbf-wrapper {
    margin-left: -8px;
    margin-right: -8px;
}
#home-main .gdlr-core-title-item .gdlr-core-title-item-title {
	letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px 2px #111;
}

#home-contact .yours-name {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}
#home-contact .yours-name label, #home-contact .email-add label, #home-contact .help-you label{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
#home-contact input, #home-contact textarea {
	margin-top: 10px;
	border: none;
}
#home-contact textarea {
	height: 200px;
}
#home-contact .email-add {
    width: 48%;
    float: right;
    margin-bottom: 15px;
}
#home-contact .help-you {
    float: left;
    width: 100%;
    margin-bottom: 15px;
	margin-top: 15px;
}
#home-contact .submit-contact input {
    background: #ffffff;
    color: #0a2175;
    padding: 7px 40px;
    border-radius: 2px;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 0 auto;
    display: table;
    text-transform: capitalize;
}
#home-contact .submit-contact {
	text-align: right;
}
#home-contact .wpcf7-not-valid-tip {
    color: #ffffff;
	font-size: 18px;
	line-height: 40px;
}
.infinite-top-menu-button i, .infinite-mobile-menu-button i {
    color: #111;
}
.infinite-main-menu-right .infinite-top-menu-button, .infinite-mobile-menu .infinite-mobile-menu-button {
    border-color: #111;
}

@media only screen and (min-width: 768px) {
	body{
		border: 20px solid #fff;
	}
}
@media only screen and (min-width: 1200px) {
	h2.about-localy {
		max-width: 81%;
	}
}
@media only screen and (max-width: 1024px) {
ul.list-services > li {
    padding: 5px;
    width: 45%;
}
}
@media only screen and (max-width: 767px) {
ul.list-services > li {
    width: 100%;
}
#home-gallery .gdlr-core-gallery-column.gdlr-core-column-15 {
    width: 50%;
}
.gdlr-core-page-builder-body #home-gallery .gdlr-core-gallery-column {
    padding: 5px;
}
}