/*
Theme Name: Lowweb
Theme URI: 
Description: Template para Jose Navarro
Author: Lowweb
Author URI: http://www.lowweb.es
Version: 1.0
*/

/******************************************FONT*/
@font-face {
    font-family: 'mainFont'; /*a name to be used later*/
    src: url('fonts/Arial/Arial.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'mainFontBold'; /*a name to be used later*/
    src: url('fonts/Arial/ArialBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'textContent'; /*a name to be used later*/
    src: url('fonts/literata/LiterataBook.otf'); /*URL to font*/
}

@font-face {
    font-family: 'featuredText'; /*a name to be used later*/
    src: url('fonts/literata/LiterataBook-Italic.otf'); /*URL to font*/
}



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

body {
    background: #FFF;
    color: #6d6d6d;
    font-size: 12pt;
    line-height: 1.4;
    font-family: 'mainFont'; 
}

p {
    margin: 0 0 10px 0;
}

a {
    transition: all 0.5s ease;
    text-decoration: none;
}
h1, h2, h3{
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

.title{
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    color: #990000;
}

a:hover {

}

.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, .button2 {
    font-weight: 600;
    margin-top: 10px;
    background-color: #000;
    border: 3px solid #000;
    color: white;
    padding:10px 20px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.button1{
    background-color: #c11000;
    border:solid 3px #c11000;
    padding:5px 40px;
    margin-right: 30px;
}
.button2 {

    background-color: #e1e1e1;
    border: solid 3px #e1e1e1;
    color: #000;
    padding: 5px 40px;
    width: 200px;
    display: inline-block;
    text-align: center;

}
.buttonSubmit input:hover, .button1:hover, .button2:hover{
    background-color: transparent;
    color: #000;
}
.backgroundImage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
img{
    max-width: 100%;
}

/************************************************************* START - HEADER */
header {

    z-index: 11;
    margin: 46px 0 0 auto;

}
#bannerScroll {

    position: fixed;
    z-index: 1111111;
    top: 46px;
    width: 100%;
    background-image: url(images/header/header-blog-josenavarro.jpg);
    padding: 11px 0 5px;
    display: none;

}
#bannerScroll span {

    color: #fff;
    font-weight: 600;

}
.page-id-70 #bannerScroll, .page-id-68 #bannerScroll{
    display: block;
}

#top {
    background-color: #000;
    padding: 10px 0;
    z-index: 111111;
    position: fixed;
    width: 100%;
    top: 0;
}
.socialBlock {
    width: 83px;
    float: right;
    margin-right: 30px;
}
#polylang-2 ul li {
    margin-right: 8px;
}
.socialBlock a {
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 32px;
    width: 28px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
.socialBlock a i {
    color: #000;
    font-size: 11pt;
}
#bannerHeader {

    background-image: url(images/header/header-blog-josenavarro.jpg);
    height: 300px;
    padding: 52px 0 0;

}
.linksBLock {
    float: left;
}
.linksBLock span{
    color:#fff;
    margin: 0 5px;
}
.linksBLock a {
    text-transform: uppercase;
    font-size: 10pt;
    font-family: 'mainFontBold';
    color: #fff;
}
.flagsBlock {
    float: right;
    width: 100px;
}
#polylang-2 ul, #polylang-2 ul li{
    display: inline-block;
}

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


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


.generalContent {
    padding: 50px 0;
}
/*#page_content {
    background-color: black;
    color: white;
    height: 500px;
}*/
#page_content {

    color: #000;
    margin: 0;

}
#page_content .container {
    z-index: 11;
    background-color: #fff;
}
#page_content .content {

    background-color: #fff;
    margin: -30px auto 20px;
    width: 850px;
    float: left;

}
#page_content #sidebar {

    width: 250px;
    float: right;
    background-color: #fff;
    margin: -299px auto;

}
#headerPage {

    padding: 56px 45px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -8px rgba(40, 40, 40, 0.8), -12px 0 15px -8px rgba(40, 40, 40, 0.8);

}
#headerPage img{
    float: left;
}
#headerPage h1 {

    color: #666666;
    font-size: 25pt;
    padding-left: 174px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 13px;

}
#headerPage h1 span {

    font-size: 30pt;
    color: #c11000;

}
.lineDotSpace {

    background-image: url(images/home/dot-line.png);
    height: 1px;
    margin: 10px 41px 30px;

}
.grid2Block {
    width: 100%;
    padding: 0 40px 0 15px;
    margin: 20px 0 0;
}
.grid2Block h2 {

    text-transform: uppercase;
    font-size: 16pt;
    margin: 20px 0 40px;

}
.lineLeftBackground, .lineRightBackground {
    background-image: url(images/home/fondo-lineas-izquierda.png);
    position: absolute;
    bottom: 97px;
    left: 26px;
    width: 240px;
    height: 800px;
    opacity: 0.5;
    z-index: 1;
}
.lineRightBackground {
    background-image: url(images/home/fondo-lineas-derecha.png);
    bottom: 397px;
    right: 26px;
    left: auto;
    width: 316px;
}
#sidebar p.title, #categories-2 h2{

    background-image: url(images/home/dot-line.png);
    font-family: 'mainFontBold';
    text-transform: uppercase;
    background-position: 84px 16px;
    background-repeat: no-repeat;
    color: #000;
    margin: 20px 0 10px;
    font-size: 12pt;
    font-weight: 400;
}
#categories-2 ul, #categories-2 ul li{
    display: block;
}

#categories-2 ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 10pt;
    background-color: #e1e1e1;
    margin: 0 0 10px;
    padding: 6px 5px;
    display: block;
}
.avatar.backgroundImage {
    width: 100%;
    height: 230px;
    border-radius: 128px;
}
#sidebar .authorBlock, .socialSidebarBlock, .suscriptionBlock, .translateBlock, .searchBlock{
    margin: 20px 0 0;
    color: #666666;
    padding: 0 10px;
}
.blue {

    color: #29438d;

}
#sidebar .blue {

    margin: 0;
    font-weight: 600;

}
#sidebar .authorBlock a{
    color:#990000;
}
.socialSidebarBlock > div{
    background-color: #e1e1e1;
    color: #000;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.fa-twitter-square{
    color:#21a7fe;
}
.fa-facebook-square{
    color:#30529d;
}
.fa-linkedin{
    color:#2678bb;
}
.fa-youtube-square{
    color:#ff2021;
}
.socialSidebarBlock > div i {

    font-size: 30pt;
    float: left;
    margin: 0 10px 0 0px;

}
.socialSidebarBlock > div p {

    float: left;
    text-transform: uppercase;
    margin: 9px 0 0;
    font-size: 10pt;

}
.socialSidebarBlock > div p.followButton{
    float: right;
    margin-right: 5px;
}
#polylang-2 li a {
    color: #000;
    background-color: #fff;
    text-align: center;
    height: 27px;
    display: inline-block;
    width: 27px;
    border-radius: 16px;
    padding: 2px 0px 0 3px;
}
#s {

    border-radius: 0;
    border: solid 1px #000;
    width: 100%;
    height: 33px;
    color: #000;
    padding: 1px 5px 0;

}
#searchform i {

    position: absolute;
    right: 10px;
    top: 9px;

}
.formSuscription {
    background-color: #e1e1e1;
    padding: 20px 10px;
    color: #000;
    font-size: 10pt;
}
#mc4wp-form-1 input {
    border-radius: 0;
    border: solid 1px #000;
    width: 100%;
    height: 30px;
    padding: 0px 10px 0;
}

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

/************************************************************* START - AUTOR */
.page-id-68 #headerPage h1, .page-id-70 #headerPage h1 {

    padding: 0;
    font-size: 82pt;
    width: 370px;
    color: #cec8b6;
    text-transform: inherit;
    float: left;

}
.page-id-68 #headerPage img, .page-id-70 #headerPage img {
    position: absolute;
    left: 427px;
    top: 45px;
    border-radius: 148px;
}
.page-id-68 .grid2Block, .page-id-70 .grid2Block {
    font-family: 'textContent';
    text-align: justify;
    padding-right: 0;
    width: 700px;
    margin: 0 0 30px;
}
.page-id-68  #page_content #sidebar, .page-id-70  #page_content #sidebar {
    padding: 636px 0 0;

}
.page-id-68 #page_content #sidebar img, .page-id-70 #page_content #sidebar img {

    max-width: none;
    margin-left: -39px;
    z-index: 1;
}
.page-id-68 #headerPage, .page-id-70 #headerPage{
    box-shadow: none;
}
.page-id-68 #page_content, .page-id-70 #page_content {
    margin: 100px 0 0;
}
.imagesAuthorBlock .image {
    width: 49%;
    height: 200px;
    float: left;
    margin: 20px 0 20px 1%;
}
.page-id-68  .lineDotSpace, .page-id-70  .lineDotSpace {
    margin: 10px 0px 30px;
}
.page-id-68 .grid2Block p, .page-id-70 .grid2Block p{
    padding-right: 50px;
}
.featuredAuthorText {
    font-family: 'featuredText';
    float: right;
    width: 250px;
    margin: 40px 41px 0 0;
    font-size: 18pt;
    text-align: center;
}
.brainAuthor{
    float: right;
    margin: 0 57px 0 0;
}
/************************************************************* END - AUTOR */

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

/************************************************************* START - BLOG */
.single #page_content .content {

    min-height: 1250px;
}
aside{
    width: 20%;
    float: right;
}

article {
    width: 100%;
    margin: 0 0 30px;
}

article .imageContainer{
    height: 420px;
    overflow: hidden;
}
article .image {

    height: 100%;
    width: 100%;
    background-size: contain;
    transition: transform 1s; /* Animation */

}
article .image:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}

article .headerPost{
    font-family: 'mainFont';
    width: 100%;
    float: left;
}

article .headerPost p {
    float: left;
    margin-right: 10px;
}
article .headerPost p.author {
    font-family: 'mainFontBold';
}

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

article .textContent{
    font-family: 'textContent';
}
article .product-link-content .title {

    font-size: 22pt;
    margin: 0 0 10px;
    font-weight: 600;
}

.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%;
}
.single .product-link-content img {

    margin: 20px 0;
    border: solid 1px #ccc;

}
.single .product-link-content figure{
    text-align: center;
}
.single article .product-link-content a {

    color: #c11000;
    font-weight: 600;

}
/************************************************************* END - BLOG */

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

.page-id-17 #headerPage h1 {
    margin: 33px 0 0;

}
.page-id-17 #page_content .content, .search #page_content .content {

    min-height: 850px;
}

.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 #000;
    color: white;
    font-size: 12pt;
    padding: 10px 15px;
    background-color: #000;

}

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

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

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

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

.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;
}
.cf7sr-g-recaptcha {
    float: left;
}
/********************************************************END - CONTACTO */

/************************************************************* START - FOOTER */
footer {

    background-color: #000;
    text-align: center;
    padding: 16px 0 0;
    color: #fff;

}
footer .socialBlock {

    float: none;
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;

}

.lastBlock{
    font-size: 10pt;
    text-align: left;
}
.lastBlock a{
    color: #fff;
}
.lastBlock p{
    display: inline-block;
    margin: 0;
}

.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, .menuContentResponsive, #change_page{
    display: none;
}

@media (max-width: 1120px) {

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

    /*************************************************** START - HEADER */
    
    #page_content .content {
        width: 77%;
    }
    #page_content #sidebar {
        width: 23%;
    }
    /*************************************************** END - HEADER */
    .featuredAuthorText{
        display: none;
    }
    .page-id-68 .grid2Block, .page-id-70 .grid2Block {
        width: 75%;
    }
    .brainAuthor{
        width: 191px;
        margin: 100px 0px 0 0;
    }
}

@media (max-width: 1000px) {


    /*************************************************** START - AUTHOR */
    .page-id-68 #headerPage img, .page-id-70 #headerPage img {
        left: auto;
        top: 87px;
        right: 20px;
    }  

    /*************************************************** END - AUTHOR */

}

@media (max-width: 900px) {

    .menuResponsive {
        display: block;
        position: absolute;
        right: 20px;
        color: #fff;
        top: -6px;
        font-size: 18pt;
    }
    .socialBlock {
        width: 82px;
    }

    .menuContentResponsive #s{
        margin: 15px 0 10px;
    }
    .menuContentResponsive #searchform i {
        top: 24px;
        color: #000;
    }
    #categories-2 h2 {
        /* display: none; */
        color: #fff;
        background-image: none;
    }
    #page_content .content{
        width: 100%;
    }
    #sidebar{
        display: none;
    }
    .grid2Block{
        padding:0;
    }
}

@media (max-width: 800px) {

    /*************************************************** START - CONTACT */
    .firstLine.marginRight {
        margin-right: 0;
    }
    .firstLine {
        width: 100%;
    } 
    .generalContent.contactPage .partLeft, .generalContent.contactPage .partRight {
        width: 100%;
    }   
    .generalContent.contactPage .partRight{
        margin-bottom: 30px;
    }
    /*************************************************** END - CONTACT */
    .brainAuthor{
        display: none;
    }

    .page-id-68 .grid2Block, .page-id-70 .grid2Block {
        width: 100%;
    }
}


@media (max-width: 700px) {


    /*************************************************** START - AUTHOR */
    #headerPage {
        padding: 16px 0px;  
        text-align: center;
    }
    .page-id-68 #headerPage h1, .page-id-70 #headerPage h1 {
        font-size: 42pt;
        width: 100%;
    }
    .page-id-68 #headerPage img, .page-id-70 #headerPage img {
        left: auto;
        top: auto;
        right: auto;
        position: relative;
        margin: 14px auto;
        display: inline-block;
        float: none;
    }
    .page-id-68 .grid2Block p, .page-id-70 .grid2Block p {
        padding-right: 0px;
    }
    /*************************************************** END - AUTHOR */

}

@media (max-width: 650px) {

    /*************************************************** START - home */

    #bannerHeader img{
        width: 100%;
    }

    /*************************************************** END - home */


}

@media (max-width: 600px) {

    /*************************************************** START - home */

    article .image {
        height: 262px;
        background-size: cover;
        background-position: center;
    }
    #headerPage {
        padding: 20px 10px;
        box-shadow: none;
        text-align: center;
    }
    #headerPage h1 {
        font-size: 20pt;
        padding-left: 0;
    }
    #headerPage img{
        float: none;
    }
    /*************************************************** END - home */
    .lastBlock .partRight, .lastBlock .partLeft{
        width: 100%;
        text-align: center;
    }
    .lastBlock .partRight{
        margin: 10px 0 0;
    }

}

@media (max-width: 500px) {

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

    #bannerHeader {
        height: 243px;
    }

    /*************************************************** END - HOME */
    .page-id-68 #page_content .button1, .page-id-68 #page_content .button2, .page-id-70 #page_content .button1, .page-id-70 #page_content .button2 {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 20px;
    }


}
@media (max-width: 450px) {

    .flagsBlock {
        float: right;
        width: 77px;
    }
    .socialBlock {
        margin-right: 0;
    }
}
@media (max-width: 400px) {

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

    #bannerHeader {
        height: 203px;
    }
    #bannerScroll span {
        color: #fff;
        font-weight: 600;
        display: block;
        font-size: 11pt;
    }
    /*************************************************** END - HOME */


}
@media (max-width: 350px) {

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

    #bannerHeader {
        height: 180px;
    }
    /*************************************************** END - HOME */


}