/*
 Theme Name:   Lican
 Theme URI:    https://lican.com.ar
 Description:  Lican Theme
 Author:       Vagabond Nation
 Author URI:   https://vagabondnation.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  lican

 START YOUR CHILD THEME CSS HERE
*/






/* ------- PRELOADER ------- */


#realfactory-page-preload {
    background: radial-gradient(#ffffff	,#f1f1f1) !important;
}

@keyframes spinner {
  0% {transform: rotate(45deg);}
  100% {transform: rotate(405deg);}
}

#realfactory-page-preload:not(.realfactory-out):before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ED8742;
  border-left-color: #ED8742;
  animation: spinner 1s cubic-bezier(0.39, 0.18, 0.56, 0.82) infinite;
}










/* ------- FIXES ------- */

@media only screen and (max-width: 767px) {
	.gdlr-core-pbf-wrapper-full-no-space {
		max-width: none !important;
	}
	.hide-on-mobile {
		display: none !important;
	}
}

.btn-trans .gdlr-core-button-with-border:not(:hover) {
    background: transparent !important;
}
.invert-title {
    text-align: right;
}
.invert-title .gdlr-core-title-item-divider {
    left: 0;
}


* {
-webkit-tap-highlight-color: transparent;
}

input::placeholder,
textarea::placeholder {
    color: #a0a0a0 !important;
}







/* ------- HEADER ------- */

a.realfactory-header-right-button{
    padding-top: 13px
}

a.realfactory-header-right-button:hover {
    color: #ffffff !important;
    background-color: #FF9E59;
    border-color: #FF9E59;
}

.realfactory-overlay-menu-content {
	height: 100vh !important;
}






/* ------- FOOTER ------- */

footer {
    background-image: url(https://lican.com.ar/wp-content/themes/lican/images/footer-bg.jpg);
    background-position: center center;
	background-attachment: fixed;
}

.realfactory-footer-wrapper {
    background-color: rgba(41, 41, 41, 0.8) !important;
}

.realfactory-copyright-wrapper {
    background-color: rgba(196, 95, 27, 0.8) !important;
}

.realfactory-copyright-text {
	display: flex;
    justify-content: space-between;
}

.realfactory-copyright-text a,
.realfactory-copyright-text a:hover {
	color: #ffffff !important;
}


.realfactory-footer-wrapper img {
    margin-top: 13px !important;
}

.footcontact {
    margin-top: 30px;
    margin-left: 20px;
}
.footcontact i {
    font-size: 20px !important;
    border: 1px solid #474747;
    border-radius: 5px;
    float: left;
    padding: 12px 10px;
    width: 45px !important;
    text-align: center;
    color: #ffffff;
}
.footcontact strong {
    font-size: 20px !important;
    display: block;
    line-height: 25px;
    color: #ffffff;
}


@media only screen and (max-width: 767px) {
	.realfactory-footer-wrapper .realfactory-footer-column {
		margin-bottom: 40px;
	}
	.realfactory-copyright-text {
		display: block;
		font-size: 12px;
	}
}




/* ------- 404 ------- */


.realfactory-not-found-wrap {
    background-color: #ffffff !important;
}

.realfactory-not-found-wrap .realfactory-not-found-background {
    opacity: .05 !important;
}

.realfactory-not-found-container {
    padding: 60px 0 20px 0 !important;
}

.realfactory-not-found-container h1 {
    color: #ed8843 !important;
    margin-bottom: 20px !important;
}
.realfactory-not-found-container h3 {
    color: #696969 !important;
}
.realfactory-not-found-container .realfactory-not-found-caption {
    color: #696969 !important;
    margin-bottom: 50px;
}
.realfactory-not-found-container a {
    color: #ffffff !important;
    background-color: #ed8843 !important;
    padding: 10px 15px;
    font-weight: 600;
}
.realfactory-not-found-container a:hover {
    background-color: #FF9E59 !important;
}
.realfactory-not-found-container form {
    display: none !important
}





/* ------- INICIO ------- */

.shadowblack {
	text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 20px !important;
}

@media only screen and (max-width: 1299px) {
	.rev_slider .tparrows {
		display: none !important;
	}
}
@media only screen and (min-width: 1300px) {
	.rev_slider .tp-bullets {
		display: none !important;
	}
}

@media only screen and (max-width: 479px) {
	.rev_slider .gestion-integral {
		font-size: 46px !important;
	}
}



.gdlr-core-testimonial-author-wrap {
    text-align: center !important;
}
.gdlr-core-testimonial-author-wrap div {
    float: none !important;
}
.gdlr-core-testimonial-author-wrap img {
    display: none !important;
}








/* ------- CONTACTO ------- */



.contacto-mapa .gdlr-core-sync-height-pre-spaces {
    display: none !important;
}

.contacto-mapa .gdlr-core-pbf-column-content,
.contacto-mapa .gdlr-core-pbf-column-content .gdlr-core-pbf-element,
.contacto-mapa .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-text-box-item,
.contacto-mapa .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-text-box-item-content,
.contacto-mapa .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-text-box-item-content .leaflet-map {
    height: 100% !important;
    min-height: 400px;
}

@media only screen and (max-width: 767px) {
    .contacto-mapa .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-text-box-item-content {
        margin: 0 -30px;
    }
}


/* ------- MAPA ------- */

.leaflet-pane.leaflet-tile-pane {
    filter: saturate(0);
}

.leaflet-pane.leaflet-marker-pane {
    filter: hue-rotate(170deg);
}

.leaflet-control-container .leaflet-top.leaflet-left {
    left: auto;
    right: 10px;
}


