/*
    Theme Name: Luís Capdevila
    Theme URI: 
    Description: 
    Version: 1.0.
    1
    Author: Ramon Crusellas (Dada&Co)
    Author URI: https://www.luiscapdevila.es/
    Tags: Blank, HTML5, CSS3
*/

body { }
main { }


.blog .intro-text {
    padding-bottom: 2rem;
}
.blog .item {
	margin-bottom: 4.5rem
}
.blog .item h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
	margin-top: 1.25rem;
	margin-bottom: .25rem;
}
.blog .item span {
	margin-bottom: 1rem;
    display: block;	
}
.news {
	margin-bottom: 3rem;
}
.single-post .breadcrumb {
	background-color: transparent;
}
.single-post h1 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

#more-post {
	margin-bottom: 4rem;
}

#more-post .container-fluid {
	display: flex;
    justify-content: center;
}
.next-post, .prev-post {
	display: flex;
	margin: 0 1rem;
}
.next-post a, .prev-post a {
    width: 35px;
    height: auto;
    margin: 0rem 0.5rem;
}
.title-calculadora {
    margin-top: 8rem;
	margin-bottom: 3rem;
}


.banner-calculadora:after {
    z-index: 99 !important;
}

.modal form {
    margin: 15px auto;
}

.modal input, .modal textarea {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    border: 0;
    background-color: rgba(0,0,0,0) !important;
    border-bottom: 0 !important;
}

.modal input[type=submit] {
    font-size: 1rem !important;
    background-color: #56b7e0 !important;
    padding: 0.55rem 1.5rem !important;
    max-width: 150px;
}
/*.modal form label input {
    padding: 0;
}

.modal form label {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

.grecaptcha-badge {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border: none;
    padding: 0;
    font-size: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    .wpcf7: ;
    border: none;
    padding: 0;
    font-size: 20px;
}


/* ////// WPML menu ////// */

.navigation ul.menu li:last-child  a {
	color: grey;
}
.sub-menu {
    width: 130px !important;	
}
.btn-more {
    color: white;
    display: inline-flex;
    align-items: center;
}
.btn-more:hover {
	color: white;
}
.btn-more img {
    margin-left: 1rem;
}
.icons-empresa figure img {    
    max-width: 45px;
}

/* ////// CANVIS ALBA ////// */

.header {
  z-index: 3;
}

#video {
  width: 100%;
  max-height: 1150px;
  margin-top: 80px;
  height: auto;
  background-size: 100% 100%;
  background-image: url(wp-content/themes/luis-capdevila/img/home/video-esp.mp4);
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 9999 !important;
}

.slider-home {
display: none;
}

.caption {
  position: absolute;
  z-index: 1 !important;
  top: 0;
}
.caption p {
  margin-bottom: 0;
}

.arrow-down {
    z-index: 9
}

.video-small {
max-width: 600px;
height: auto;
}

#inicio {
  margin-top: 0;
}

@media (max-width: 1300px) {
  .video-small {
  max-width: 500px;
}
}

@media (max-width: 1100px) {
  .video-small {
  max-width: 400px;
}
}

@media (max-width: 968px) {
  .video-small {
  max-width: 300px;
}

#inicio {
  margin-top: 0 !important;
}
}

@media (max-width: 1000px) {
  #inicio {
    margin-top: 35px !important;
  }
}













