/*
Theme Name: Westin carte
Theme URI: 
Description: Custom Wordpress template
Author: Lowweb
Author URI: https://www.lowweb.es
Version: 1.0
*/



* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    background: #51555a;
    color: #fff;
    font-size: 12pt;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

p {
    margin: 0 0 10px 0;
}

a {
    transition: all 0.5s ease;
    text-decoration: none;
}

a:hover {

}
img{
    max-width: 100%;
}

.clear, .clearThree, .clearTwo {
    clear: both;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.column {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 33.3333%;
}
.comunBlock{
    float: left;
    width: 100%;
}

.marginRight {
    margin-right: 2%;
}

.containerAbsolute{
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 0;
    text-align: center;
}
.partLeft{
    float: left;
    width: 50%;
}
.partRight{
    float: right;
    width: 50%;
}
.generalLink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;  
    z-index: 111; 
}
.shadow{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: black;
}
.menuFixed{
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
    top:0;
    margin-top: 0px !important;
}
.spaceBlock{
    height: 46px;
    display: none;
}
.buttonSubmit input, .button1 {
    font-weight: 600;
    margin-top: 10px;
    background-color: #01243B;
    border: 3px solid #01243B;
    color: white;
    padding:10px 20px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.5s ease 0s;
}
.buttonSubmit input:hover, .button1:hover{
    background-color: transparent;
    color: #282828;
}
.backgroundImage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-next {

    right: 20px !important;
    z-index: 999 !important;

}
.slick-prev {

    left: 20px !important;
    z-index: 999 !important;

}
.slick-prev::before, .slick-next::before {


    font-size: 25pt !important;
    color: #000 !important;

}

/************************************************************* START - HEADER */
header {
    padding: 40px;
}
.subMenu {
    display: none;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    top: 46px;
    min-width: 195px;
    z-index: 9999999999;
}
.subMenu a{
    display: block;
    margin: 10px 0;
    color: #000;
}
.buttonMenu {
    padding: 8px 15px;
    color: hsla(0,0%,100%,.7);
    float: left;
    cursor: pointer;
}

.buttonMenu i{
    color: #7957d5;
}
.buttonMenu.first i{
    color: #fff;
}
.buttonMenu.first:hover{
    background-color: #fff;
    color: #000;
}
.buttonMenu.first:hover i{
    color: #000;
}

.buttonMenu.first{
    border-radius: 5px;
    border: solid 1px #fff;
    color: #fff;
}
.idiomas {
    float: right;
    display: inline-block;
    clear: none !important;
}
.logo {
    float: left;
    width: 120px;
    margin: 7px 0 0 0;
    padding-left: 10px;
    z-index: 999999999;
}
.main-menu {
    padding-left: 138px;
    width: 100%;
}
.main-menu ul {
    float: right;
    margin: 0;
    width: 100%;
}

.main-menu li {
    display: inline-block;
    float: right;
}


.main-menu li a {
    color: white;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.main-menu li a:hover, .main-menu .current_page_item a{
    background-color: white;
    color: #282828;

}
.headerDefault {
    background-color: red;
    height: 300px;
}





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


/************************************************************* START - HOME */

.generalContent {
    padding: 30px 0;
}
/*#page_content {
    background-color: black;
    color: white;
    height: 500px;
}*/
#page_content {
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
}
#page_content h1 {
    font-size: 26pt;
    margin: 0 0 10px;
}
.home #page_content h1 {
    text-transform: uppercase;
}
#page_content .container > p {
    color: hsla(0,0%,100%,.9);
    font-size: 15pt;
    margin-bottom: 20px;
}
#page_content .container{
    width: 1150px;
}
#content .secondColumn, #content .firstColumn{
    float: left;
    width: 50%;
}
#content .secondColumn .content{
        min-height: 214px;
}
.contentItem {
    width: 100%;
    float: left;
    padding: 0 2%;
    margin-bottom: 28px;
}
.contentItem .content {
    background-color: #fff;
    min-height: 110px;
    display: block;
    padding: 20px 0 0 0;
}
.contentItem p.title {
    color: #51555a!important;
    font-size: 20pt;
    font-weight: 800;
}
.contentItem p {
    color: #51555a!important;
}
.contentItem .image{
    height: 280px;
}

/************************************************************* END - HOME */

/************************************************************* START - SINGLE */

.blogPage .table {
    background-color: #fff;
    color: #363636;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 40px;
}
.blogPage .table.halfSideAA{
    float: left;
    width: 48%;
    margin: 0 1% 20px;
}
.blogPage .table h3 {
    border: solid 1px #dbdbdb;
    padding: 10px 50px;
}
.blogPage .table.halfSide h3 {
    font-weight: 400;
    font-size: 12pt;
}
.blogPage .table.halfSide h3.disabled {
    cursor: default;
}
.blogPage .table.halfSide > h3 {
    font-weight: 800;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blogPage .table.halfSide div p{
    font-size: 11pt;
}
.blogPage .table div p{
    border: solid 1px #dbdbdb;
    padding: 10px 0;
    margin: 0;
}
.blogPage .table > h3{
    border-bottom: solid 2px #dbdbdb;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.blogPage .table h3 span, .blogPage .table div p span{
    position: absolute;
    right: 20px;
    top: 10px;
}

.blogPage .table h3 span.firstColumName, .blogPage .table div p span.firstColumName{
    right: 100px;
}
.postid-100 .blogPage .table h3 span.firstColumName, .postid-100 .blogPage .table div p span.firstColumName {
    right: 200px;
}
.postid-45 .blogPage .table h3 span.firstColumName, .postid-45 .blogPage .table div p span.firstColumName{
    right: 200px;
}

h3.ui-accordion-header i {
    position: absolute;
    left: 11px;
    color: #7957d5;
    top: 16px;
    font-size: 12pt;
}
h3.ui-accordion-header{
    cursor: pointer;
}

#accordion h3:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/************************************************************* END - SINGLE */

/************************************************************* START - DEFAULT PAGE */
.page-template-default #page_content h2{
    margin: 15px 0 30px;
}
.page-template-default #page_content ul{
    padding-left: 20px;
    display: block;
}
.page-template-default #page_content ul li{
    margin: 0 0 10px;
    display: block;
}
/************************************************************* END - DEFAULT PAGE */

/************************************************************* START - BLOG */
.grid2Block{
    width: 80%;
    padding-right: 20px;
}
aside{
    width: 20%;
    float: right;
}

article {
    border: 1px solid red;
    color: #282828;
}
article .image{
    height: 200px;
}


.blogPage article {
    border: 1px solid #ddd;
    color: #282828;
    margin: 0 1% 20px;
    width: 31%;
}

#searchform label {
    display: none;
}

.form-input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
    width: 100%;
}

#categories-2 {
    color: #282828;
    margin: 40px 0 0;
}
#categories-2 ul, #categories-2 ul li{
    display: block;
}

article .product-link-content {
    padding: 10px 15px;
}

.socialShare {
    padding: 0 15px;
}
.socialShare a{
    float: left;
    margin: 5px 7px;
}
.socialShare a i{
    font-size: 15pt;
    color: #282828;
}
.wp-pagenavi {
    clear: both;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf !important;
    color: #bfbfbf !important;
    margin: 2px;
    padding: 5px 10px !important;
    text-decoration: none
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #000 !important;
    color: white !important;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
}

#pagination {
    margin: 40px 0 0;
}
.responsiveImage{
    max-width: 100%;
}
/************************************************************* END - BLOG */

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

.generalContent.contactPage .partLeft{
    width: 65%;
}


.generalContent.contactPage .partRight {
    padding: 55px 0px 55px 75px;
    width: 35%;
}
.firstLine{
    float: left;
    width: 49%;
}
.firstLine2{
    float: right;
    width: 49%;
}
.secondLine{
    float: left;
    width: 100%;
} 

.firstLine, .firstLine2, .secondLine{
    margin-bottom: 20px;
}
.wpcf7-form span, .wpcf7-form span input, .wpcf7-form span textarea{
    width: 100%;
}


.wpcf7-form span input, .wpcf7-form span textarea {
    border: 3px solid #01243B;
    color: white;
    font-size: 12pt;
    padding: 10px 15px;
    background-color: #01243B;
}



.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder{
    color: white;
    opacity: 1; 
    font-size:12pt;
}

.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder{ /* Firefox 18- */
    color: white;
    opacity: 1; 
    font-size:12pt;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: white;
    opacity: 1; 
    font-size:12pt;
}

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {  
    color: white;
    opacity: 1; 
    font-size:12pt;
}

.buttonSubmit {
    float: left;
    clear: left;
}

.thirdLine {
    float: left;
    width: 100%;
}
.wpcf7-form-control-wrap {
    float: left;
    clear: left;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    color: green !important;
    border:none !important;
}

div.wpcf7-mail-sent-ng {
    border:none !important;
}

div.wpcf7-spam-blocked {
    border:none !important;
}

div.wpcf7-validation-errors {
    color: red !important;
    border:none !important;
}

.wpcf7 {
    margin: 100px 0 0;
    text-align: left;
}
.cf7sr-g-recaptcha {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
/********************************************************END - CONTACTO */

/************************************************************* START - FOOTER */
.lastBlock{
    font-size: 10pt;
}
.lastBlock a{
    color: #282828;
}
.lastBlock img {
    float: right;
    margin: -5px 0px 0 9px;
}

.lastBlock .partRight{
    text-align: right;
}

.bannerCookies {
    bottom: 0;
    color: white;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 9999989999;
    font-size: 10pt;
    text-align: center;
    border-top: 2px #000 solid;
}
.bannerCookies .shadow{
    background-color: #000;
}

#caja_abierta .container{
    position: relative;
}
.bannerCookies .close {
    position: absolute;
    right: 0;
    top: -6px;
}
.bannerCookies a{
    color: white;
}

.buttonCookies {
    background-color: white;
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px;
    font-weight: 600;
    cursor: pointer;
    border:solid 2px #fff;
    transition: all 0.5s ease;
}
a.buttonCookies{
    color: #000;
}
.buttonCookies:hover{
    background-color: transparent;
    color: #fff;
}

#cookiesContent h2{
    font-size: 14pt;
}
.page-template-cookies-page h2 {
    text-align: left;
    font-size: 14pt;
    margin-bottom: 10px;
}
/************************************************************* END - FOOTER */


.menuResponsive, .clearResponsive, .clearTwo{
    display: none;
}

@media (max-width: 1170px) {
    #page_content .container {
        width: 100%;
    }
}
@media (max-width: 1000px) {

    .container {
        padding: 0 20px;
        width: 100%;
    }

    /*************************************************** START - HEADER */
    
    .main-menu.group .container{
        padding: 0;
    }
.menu-main-menu-container {
    background-color: #167df0;
    display: none;
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: left;
    z-index: 99999;
    padding: 16px 10px;
}
.buttonMenu, .buttonMenu i{
    color: #fff;
}
.buttonMenu {
    width: 100%;
}
.subMenu {
    display: none;
    background-color: #167df0;
    position: relative;
    top: 0;
    z-index: 9999999999;
}
.subMenu a {
    color: #fff;
}
.idiomas {
    width: 100%;
    margin: 20px 0 0;
}

    #menu-main-menu li {
        float: left;
        width: 100%;
    }
     #menu-main-menu li a{
        width: 100%;
     }


    .menuResponsive {
        color: white;
        display: block;
        padding: 8px 0 0 20px;
        float: right;
    }
    .menuResponsive i {
        cursor: pointer;
        float: left;
        font-size: 18pt;
        margin: 1px 10px 0 0;
    }

    .menuResponsive > p {
        float: left;
        font-size: 17pt;
        margin: 0;
    }

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

}






@media (max-width: 900px) {

    .contentItem .image {
        height: 200px;
    }


}

@media (max-width: 788px) {

    #content .secondColumn, #content .firstColumn {
        float: left;
        width: 100%;
    }
    .contentItem .content {
        min-height: 130px;
    }
    .blogPage .table div p {
        border: solid 1px #dbdbdb;
        padding: 10px 60px 10px 20px;
        margin: 0;
    }
    .blogPage .table h3 {

        font-size: 11pt;
    }
    #page_content h1 {
        font-size: 20pt;
    }

    .blogPage .table.twoColumns h3 {

        padding: 10px 150px 10px 50px;
    }
    .blogPage .table h3 {
        padding: 10px 67px 10px 50px;
    }



}




@media (max-width: 700px) {

    .postid-100 .blogPage .table h3 span.firstColumName, .postid-100 .blogPage .table div p span.firstColumName,
    .postid-45 .blogPage .table h3 span.firstColumName, .postid-45 .blogPage .table div p span.firstColumName {
        right: 90px;
    }
    
    .postid-100 .blogPage .table h3 span, .postid-100 .blogPage .table div p span,
    .postid-45 .blogPage .table h3 span, .postid-45 .blogPage .table div p span {
        width: 75px;
        right: 5px;
    }
    .postid-100 .blogPage .table h3, .postid-45 .blogPage .table h3 {
        padding: 15px 185px 15px 10px;
    }


}




.menu-main-menu-container {
  display: block;
}

.menu-main-menu-container .menu {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.menu-main-menu-container .menu > li {
  position: relative;
}

.menu-main-menu-container .menu > li > a {
  display: block;
  text-decoration: none;
  color: #CBCCCE;
  font-weight: 400;
}


.menu-main-menu-container .menu > li:not(.lang-item):hover > a {
  background-color: transparent;
}

.menu-main-menu-container .menu > li:not(.lang-item) > a {
  padding: 11px 21px;
}

/* Submenú */
.menu-main-menu-container .menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  width: 100%;
  z-index: 1;
  display: none;
  border-radius: 5px;
}

.menu-main-menu-container .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-main-menu-container .menu .sub-menu li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: black; 
  font-weight: 400;
}

.sub-menu li{
	width: 100%;
}

.sub-menu li a{
	width: 100%;
}

.main-menu li a:hover, .main-menu .current_page_item a {
	background-color: transparent
}

.menu-main-menu-container .menu .sub-menu li a:hover {
  background-color: #f0f0f0;
}

.menu-main-menu-container .menu .lang-item:hover > a {
  background-color: transparent;
}

.menu-main-menu-container .menu li a {
  text-transform: lowercase;
}

.menu-main-menu-container .menu li a::first-letter {
  text-transform: uppercase;
}


.menu-item-has-children > a .dropdown-icon::after {
  content: ' \25BC';
  font-size: 0.7em;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu-main-menu-container .menu > li.menu-item-has-children:hover > a .dropdown-icon::after {
  transform: rotate(180deg);
}

@media (max-width: 1000px) {
	
	header {
		padding: 10px 0;
	}
	
	.main-menu li a {
		float: left;
	}
	
  .menu-main-menu-container .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-main-menu-container .menu > li {
    width: 100%;
  }

  .menu-main-menu-container .menu > li > a {
    color: white;
    background-color: transparent;
  }

  .menu-main-menu-container .menu > li > a:hover {
    background-color: transparent;
  }


  .menu-main-menu-container .menu .sub-menu {
    position: static;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 20px;
    background-color: transparent;
  }

  .menu-main-menu-container .menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .menu-main-menu-container .menu .sub-menu li a {
	  padding: 5px 15px;
    color: white;
    background-color: transparent;
  }

  .menu-main-menu-container .menu .sub-menu li a:hover {
    background-color: transparent;
  }


  .menu-main-menu-container .menu .lang-item {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }

  .menu-main-menu-container .menu .lang-item > a {
    color: white;
    background-color: transparent;
  }

  .menu-main-menu-container .menu .lang-item:hover > a {
    background-color: transparent;
  }

  .menu-main-menu-container .menu .lang-item + .lang-item {
    margin-left: 0;
    margin-top: 5px;
  }
}

.main-menu {
	justify-items: right
}

.menu-item-first {
	border: 1px solid #fff;
	border-radius: 7px;
}

.lang-item {
	padding: 11px
}
.lang-item-first {
	margin-left: 20px
}