/*
Theme Name: Esticasa 2018
Theme URI: Esticasa
Author: Sofia Munoz for Brein Studios
Description: Theme for Esticasa
*/

sdfa	xfaads	sdfa
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:400,700');


/* ALL DESKTOP */
@media (min-width: 768px){
  /* * * * * * NAVIGATION  * * * * * */
 #navbar > .menu-left > ul > li.menu-item-has-children .sub-menu {
      display: none;
  }
}


/*********************************************************/
/* GENERAL STYLE */
/*********************************************************/
body{
  	background-color: white;
	color: black;
	 font-family: 'Roboto Condensed', sans-serif;
  	font-size: 15px;
  	font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}

a, input[type="submit"],button,.easeout {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
	text-align: center;
	width: 100%;
}

figure img{
	width: 100%;
}

nav ul {
    margin-bottom: 0;
    padding: 0;
}

nav ul li{
	display: inline-block;
    list-style: none;
}



/*********************************************************/
/* LAYOUT */
/*********************************************************/
.mobile{
	display: none!important;
	visibility: hidden!important;
}

.no-padding{padding: 0}
.padding-10 { padding: 10px;}
.padding-20 { padding: 20px;}
.padding-30{padding: 30px}
.padding-bottom-10{padding-bottom: 10px}
.padding-bottom-20{padding-bottom: 20px}
.padding-bottom-30{padding-bottom: 30px}
.padding-bottom-50{padding-bottom: 50px}
.padding-top-10 { padding-top: 10px;}
.padding-top-20 { padding-top: 20px;}
.padding-top-30{padding-top: 30px}
.padding-top-50{padding-top: 50px}
.padding-vertical-5{padding-top: 5px; padding-bottom: 5px}
.padding-vertical-10 { padding-top: 10px; padding-bottom: 10px;}
.padding-vertical-20{padding-top: 20px; padding-bottom: 20px}
.padding-vertical-25{padding-top: 25px; padding-bottom: 25px}
.padding-vertical-30{padding-top: 30px; padding-bottom: 30px}
.padding-vertical-50 { padding-top: 50px;padding-bottom: 50px;}
.padding-horizontal-10{padding-left: 10px; padding-right: 10px}
.padding-horizontal-50{padding-left: 50px; padding-right: 50px}

.no-margin{margin: 0}
.margin-bottom-0{margin-bottom: 0px}
.margin-bottom-20{margin-bottom: 20px}
.margin-bottom-30{margin-bottom: 30px}
.margin-bottom-40{margin-bottom: 40px}
.margin-bottom-50{margin-bottom: 50px}
.margin-top-5{margin-top: 5px}
.margin-top-15{margin-top: 15px}
.margin-top-20{margin-top: 20px}
.margin-top-50{margin-top: 50px}
.margin-vertical-50{margin-bottom: 50px;margin-top: 50px}

.font-14 { font-size: 14px;}
.font-18 { font-size: 18px;}
.font-20 { font-size:  20px;}

.center {
    margin-right: auto;
    margin-left: auto;
}

.vertical-center {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.letter-space-1 {
    letter-spacing: .1em;
}

.overflow-hidden {
    overflow: hidden;
}

.circle {
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}


/*********************************************************/
/* THEME */
/*********************************************************/
.fjalla{font-family: 'Fjalla One', sans-serif;}


.background-white{background: white}
.background-silver{background: #E6E9EF}


.color-white{ color: white;}
.color-black{ color: black;}
.color-light-blue{ color: #CCDCE9;}
.color-link-blue{ color: #A6C8D4;}

.link-white a, a.link-white { color: white;}

.position-relative { position: relative;}
.position-absolute { position: absolute;}
.position-absolute.bottom { bottom: 0;}
.position-absolute.top { top: 0;}
.position-absolute.full { left: 0; right: 0;}
.position-absolute.left  { left: 0;}
.position-absolute.right {right: 0;}

.display-block{display: block}
.inline-block{display: inline-block}
.valign-bottom{vertical-align: bottom;}
.valign-top{vertical-align: top;}
.valign-middle{vertical-align: middle;}

.width-25 { width: calc(25% - 4px);}
.width-40 { width: calc(40% - 4px);}


.icon-list {
    list-style: none;
    padding: 0;
}

.round-icons li {
    padding-left: 35px;
}

.round-icons li i {
    left: 0;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border: 1px solid;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-ghost {
    color: white;
    border: 2px solid;
}

.btn-ghost:hover, .btn-ghost:focus,
.landing-links article a:hover .btn-ghost, .landing-links article a:focus .btn-ghost {
    background: white;
    color: #000013;
    border-color: white;
}

.esticasa #main-sidebar, .esticasa #main-footer.mobile {
    background: #10204D;
}

.remasa #main-sidebar, .remasa #main-footer.mobile {
    background: #006838;
}

.ekshipping #main-sidebar, .ekshipping #main-footer.mobile {
    background: #21409A;
}


.esticasa .color-brand {
    color: #10204D;
}

.remasa .color-brand {
    color: #006838;
}

.ekshipping .color-brand {
    color: #21409A;
}


/*********************************************************/
/* FORMS */
/*********************************************************/
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    background: #F4F4F4;
    border: none;
    padding: 2px 5px;
    width: 100%;
    font-size: 18px;
}

textarea{
    width: 100%;
}

input.wpcf7-submit {
    background: #21409A;
    border: none;
    color: white;
    font-weight: bold;
    padding: 6px 25px;
    width: 140px;
    max-width: 100%;
}

input.wpcf7-submit:hover, input.wpcf7-submit:focus {
	background: #00AEEF;
  color: white;  
}

.remasa input.wpcf7-submit {
    background: #39B54A;
}

.remasa input.wpcf7-submit:hover, .remasa  input.wpcf7-submit:focus {
  background: #006838;
}


.ekshipping input.wpcf7-submit {
    background: #1C75BC;
}

.ekshipping input.wpcf7-submit:hover, .ekshipping input.wpcf7-submit:focus {
  background: #27AAE1;
}

.success, .error{
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    padding: 5px 15px;
    color: #002D5A;
}

.error {
     color: #FF4D4D;
}

.success{
    color: #002D5A;
}

form span{
    color: #FF4D4D;;
}


/*********************************************************/
/* SIDEBAR */
/*********************************************************/
#main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 275px;
    z-index: 1031;
    background: #000013;
}

figure.logo {
    max-width: 150px;
    background: white;
    border-radius: 100%;
    min-height: 150px;
}

figure.logo img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.landing figure.logo {
    background: transparent;
    max-width: 1000px;
    min-height: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing figure.logo img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    max-width: 260px;
}

aside blockquote {
    border: none;
    border-top: 3px solid #1866A4;
    border-bottom: 3px solid #1866A4;
    margin-right: 20px;
    margin-left: 20px;
    position: absolute;
}

aside blockquote:after, aside blockquote:before {
    content: '"';
    position: absolute;
    color: #0E1B42;
    font-size: 20px;
    font-family: FontAwesome;
}

aside blockquote:before {
    content: "\f10d";
    top: 3px;
    left: 0;
}

aside blockquote:after {
    bottom: 3px;
    right: 0;
    content: "\f10e";
}



/*********************************************************/
/* NAVIGATION */
/*********************************************************/
#submenu-nav li {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
}

.contact-icons {
    border-bottom: 1px solid #1866A4;
}

.remasa #submenu-nav li, .remasa .contact-icons {
    border-bottom-color: #00A79D;
}

.esticasa #submenu-nav li, .esticasa .contact-icons {
    border-bottom-color: #1866A4;
}

.ekshipping #submenu-nav li, .ekshipping .contact-icons {
    border-bottom-color: #1866A4;
}

#submenu-nav li a {
    display: block;
    padding: 20px 10px;
    margin-top: -2px;
    margin-bottom: -2px;
    position: relative;
}

#submenu-nav li a:before {
    content: ' ';
    position: absolute;
    background: rgba(255,255,255,.2);
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#submenu-nav li a:hover:before, #submenu-nav li a:focus:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.remasa #submenu-nav li.current_page_item a, .remasa #submenu-nav li a:active {
    background: #39B54A;
}

.esticasa #submenu-nav li.current_page_item a, .esticasa #submenu-nav li a:active {
    background: #21409A;
}

.ekshipping #submenu-nav li.current_page_item a, .ekshipping #submenu-nav li a:active {
    background: #1C75BC;
}

.landing-links article a:hover  section {
    width:100%;
    opacity:.9;
}

nav#brand-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

#brand-menu li a {
    padding: 0 10px;
    display: block;
    border-left: 1px solid white;
}

#brand-menu li:first-child a {
    border-left: none;
}

#brand-menu li {
    vertical-align: middle;
}

#brand-menu li.current_page_item {
    display: none;
}




/*********************************************************/
/* 	CONTENT */
/*********************************************************/
#content {
    margin-left: 285px;
}




/*********************************************************/
/*  LANDING  */
/*********************************************************/
.landing-links article {
    width: 100%;
    height: 33.33vh;
    padding-top: 10px;
}

.landing-links article figure {
    height: 100%;
}

.landing-links article section {
    background: rgba(16,22,77,.75);
    width: 300px;
    top: 10px!important;
}

.landing-links article .circle {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.landing-links article .btn {
    min-width: 150px;
}

.landing-links article:first-child {
    padding-top: 0;
}

.landing-links article:last-child {
    padding-bottom: 0;
}

.landing-links article:first-child section {
    top: 0!important;
}

.landing-links article#remasa  section {
    background: rgba(0,104,0,.75);
}

.landing-links article#ekshipping  section {
    background: rgba(33,64,154,.75);
}

.landing-links article a:hover section, .landing-links article a:focus section {
    width:100%;
    opacity:.9;
}


/*********************************************************/
/*  QUIENES SOMOS  */
/*********************************************************/
.entry-page {
    min-height: 100vh;
    padding-top: 52px;
}

.background-image{
    background-size: cover;
}

.entry-page .screen {
    background: #00AEEF;
    opacity: .5;
}

.remasa .entry-page .screen {
    background: #00A79D;
}

.ekshipping .entry-page .screen {
    background: #27AAE1;
}

.page-title {
    margin-top: 125px;
    background: rgba(16,32,77,.75);
    text-align: center;
    padding: 15px;
}

.page-content {
    background: rgba(255,255,255,.9);
    margin-top: 50px;
    margin-bottom: 50px;
}

.remasa .page-title {
    background: rgba(0,104,56,.75);
}

.ekshipping .page-title {
    background: rgba(33,64,154,.75);
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}

.entry-page article {
    width: 100%;
}

.grayscale {
    filter: drop-shadow; /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    background-color: gray;
    filter: grayscale;
    /* opacity: .5; */
}

.no-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}



/*********************************************************/
/*  SERVICIOS  */
/*********************************************************/
.service > * {
    width: calc(50% - 4px);
}

.service {
    margin-bottom: 15px;
}

.service > figure {
    padding-right: 8px;
}

.service > header {
    padding-left: 8px;
}



/*********************************************************/
/*  GALERIA  */
/*********************************************************/
.embed-responsive-square {
    padding-bottom: 100%;
}

.gallery-image {
    margin-bottom: 15px;
}

.gallery-image .embed-responsive-square img {
    width: 160%;
}

.gallery-image > a {
    display: block;
    cursor: pointer;
    position: relative;
}

.gallery-image > a figure .screen {
    background: rgba(16,32,77,.65);
    top: 50%;
    bottom: 50%;
    opacity: 0;
}

.gallery-image > a:hover figure .screen,
.gallery-image a:focus figure .screen {
    top: 0;
    bottom: 0;
    opacity: 1;
}

.gallery-image a figure .screen i {
    display: block;
    text-align: center;
    font-size: 30px;
}

.modal-header {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 5px;
}

section.modal-body {
    padding-top: 5px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    padding-bottom: 30px;
}

.gallery .carousel figure img {
    /* width: auto; */
}

.gallery .carousel-control.left, 
.gallery .carousel-control.right {
    background: transparent;
    width: 45px;
}

.gallery .carousel-control.left {
    left: -22px;
}

.gallery .carousel-control {
    color: black;
    text-shadow: none;
}

.gallery .carousel-inner {
    
}

.gallery .carousel {
    padding-left: 30px;
    padding-right: 30px;
}

.gallery .carousel-control.right {
    right: -22px;
}


/*********************************************************/
/*  CONTACTENOS  */
/*********************************************************/
.entry-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #10204D;
}

.entry-page footer {
    border-top: 1px solid white;
    padding-top: 30px;
    margin-top: 30px;
}

.entry-content form {
    margin: 30px 0;
}

.entry-content form label {
    color: #10204D;
    font-weight: normal;
}

.entry-content form input[type=text], .entry-content form input[type=tel], .entry-content form input[type=email], .entry-content form textarea {
    background: white;
    border: 1px solid #A5B3C6;
    width: 100%;
}

.entry-content form textarea {
    height: 80px
}


/* * * * * * * * * * * * * * * * * * * * * */
/* ANIMATION */
/* * * * * * * * * * * * * * * * * * * * * */

.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.position-absolute {
  position: absolute;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}



/*bounce up animation for the subject*/

.animation-element.bounce-up{
  opacity: 0;
    -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animation-element.bounce-down{
  opacity: 0;
    -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.bounce-up.in-view,
.animation-element.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.simple-fade{
  opacity: 0;
    -moz-transition: all 1200ms linear;
  -webkit-transition: all 1200ms linear;
  -o-transition: all 1200ms linear;
  transition: all 1200ms linear;
}
.animation-element.simple-fade.in-view{
  opacity: 1;
}

.animation-element.rotate{
  opacity: 0;
    -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.rotate.in-view{
    opacity: 1;
    
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.animation-element.zoomin{
  opacity: .3;
  -moz-transition: all 1s  ease-in;
  -webkit-transition: all 1s  ease-in;
  -o-transition: all 1s  ease-in;
  transition: all 1s  ease-in;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.animation-element.zoomin.in-view{
    opacity: 1;
      -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.animation-element.delay2{
    -moz-transition: all 700ms linear!important;
  -webkit-transition: all 700ms linear!important;
  -o-transition: all 700ms linear!important;
  transition: all 700ms linear!important;
}
.animation-element.delay3{
    -moz-transition: all 900ms linear!important;
  -webkit-transition: all 900ms linear!important;
  -o-transition: all 900ms linear!important;
  transition: all 900ms linear!important;
}
.animation-element.delay4{
  -moz-transition: all 1100ms linear!important;
  -webkit-transition: all 1100ms linear!important;
  -o-transition: all 1100ms linear!important;
  transition: all 1100ms linear!important;
}






/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}