/*
	Theme Name: LT 2015
	Description: LT 2015 WordPress Theme
	Author: Marcos Casti

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

/* clear */

.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #fc6a12;
    text-decoration: none;
}

.item-post a:hover, a:hover {
    color: #fc6a12;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

a, a:visited {
    text-decoration: none;
}

.fb-comments .fb_iframe_widget, .fb-comments .fb_iframe_widget span, .fb-comments .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    font-family: "Open Sans", sans-serif;
    /*margin:5px 0 20px 20px;*/
}

.alignleft {
    float: left;
    /*margin:5px 20px 20px 0;*/
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/

body {
    background-image: url(images/bg-body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #4880c1;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    magin: 0 auto;
    text-align: center;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.txt-white {
    color: #fff;
}

.padbot-70 {
    padding-bottom: 70px;
}

.itemx, .item, .item-arrow a, .item-post {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.item {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    border-radius: 8px;
    padding-bottom: 10px;
}

.itemx {
    margin: 0 0 1em;
    background-color: transparent;
    border-radius: 8px;
}

.item img, .item iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px 8px 0 0;
}

.itemx img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.container {
    position: relative;
}

.container header {
    /* background-image: url(images/bg-header.png); background-repeat: repeat;*/
    color: #FFF;
    padding: 10px 25px; 
    margin-bottom: 15px;
    font-size: 12px;
    /* border: 1px solid #dc9c6e; */
    border-top: none;
    background-color: #1876B8;
    font-family: "Open Sans", sans-serif;
}

#nav {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    min-height: 35px;
    margin-top: 10px;
    font-family: open sans,sans-serif;
}

#nav a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

#nav li.active a {
    color: #C4CED3;
    background-color: transparent;
}

#nav li a {
    padding: 8px 10px !important;
}

.header-badge {
    color: #7ef017;
    margin-right: 3px;
    font-size: 10px!important;
    vertical-align: middle;
}



.no-padding, .container #nav #navbar, header .row .social ul, .social li, header .row {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
}

.social li a {
    background-image: url("https://www.languagetrainers.com/global/images/bg-ico-social.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    margin-left: 4px
}

.social li {
    float: right
}

.social li a.twitter {
    background-position: -30px 0
}

.social li a.instagram {
    background-position: -60px 0
}

.social li a.pinterest {
    background-position: -90px 0
}

.social li a.youtube {
    background-position: -119px 0
}

.social li a.google {
    background-position: -149px 0
}

.social li a.linkedin {
    background-position: -179px 0
}

a.bot-border {
    font-size: 11px;
    color: #FFF;
    padding: 4px 9px;
    border: 1px solid #FFF;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

a.bot-border:hover {
    background-color: #0071BC;
    color: #FFF;
}



.topinfo {
    padding: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topinfo__phones{
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.topinfo__phones li{
    display: flex;
    align-items: center;
}
.topinfo__phones li i{
    margin-right: 5px;
}
/* social footer */

.social-logos li {
    float: left;
    list-style: none;
}

.social-logos li a {
    background-image: url(images/ico-social-logos.png);
    background-repeat: no-repeat;
    background-position: 0px -10px;
    display: block;
    height: 30px;
    width: 132px;
}

.social-logos {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.social-logos li a.facebook {
    background-position: 0px -100px;
}

.social-logos li a.twitter {
    background-position: 0px -141px;
}

.social-logos li a.google {
    background-position: 0px -176px;
}

.social-logos li a.pinterest {
    background-position: 0px -57px;
}

.social-logos li a.linkedin {
    background-position: 0px -9px;
}

.social-logos li a.instagram {
    background-position: 0px -313px;
    height: 33px;
    width: 120px;
}

.social-logos li a.blog {
    background-position: 0px -360px;
    height: 33px;
    width: 120px;
}

.social-logos li a.youtube {
    background-position: 0px -219px;
    width: 125px;
}

.social-logos li.space a {
    background-image: none;
    position: relative;
    cursor: default;
}

.social-logos li.space .thumb {
    position: absolute;
    left: 0px;
    top: -66px;
    background-image: url(images/ico-thumbup.png);
    width: 132px;
    height: 129px;
    display: block;
}

.social-logos li.follow a {
    display: none;
}

section.footer h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}

section.footer {
    font-size: 12px;
    line-height: 17px;
    font-weight: 100;
}

.follow .worldwide {
    text-transform: uppercase;
    background-image: url(images/bg-logo-worldwide.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    padding-top: 38px;
    padding-bottom: 18px;
    font-size: 14px;
    text-align: center;
}

.follow .countries {
    display: block;
}

.follow .worldwide a {
    color: #FFF;
    margin: 0 5px;
}

/* backs */

.gradient-blue {
    background-color: transparent;
    background-image: #0092d0;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.back-blue {
    background-color: #0071bc;
    color: #ffffff;
    display: block;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 14px;
}

.gradient-orange {
    background-color: transparent;
    background-image: #fa5e12;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.back-orange {
    background-color: #fc6a12;
    color: #ffffff;
    display: block;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 14px;
}

footer .back-orange, footer .back-blue {
    padding: 7px 0;
}

footer a {
    color: #fff;
}

.item a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: block;
}

.item-post a {
    color: #ED6C1E;
}

.item a .desc {
    display: block;
    padding: 10px 10px 0px 10px;
}

.item.big {
    border-radius: 8px 8px 0 0;
    border-bottom: 4px solid #F37729;
    padding: 15px 20px 10px;
}

.item.big a .desc {
    font-weight: 600;
    display: block;
    padding: 0;
    font-size: 30px;
    text-align: left;
    line-height: 110%;
}

.item.big a .alignright .more {
    float: right;
    text-align: center;
    margin: 4px 0 20px 0
}

.item a .more, .quick .more {
    clear: both;
    font-size: 14px;
    color: #FFF;
    background-color: #ED6C1E;
    margin: 10px auto;
    width: 110px;
    display: block;
    border-radius: 6px;
    line-height: 14px;
    padding: 6px 0;
    font-weight: 100;
}

.item a:hover .more, .quick:hover .more {
    background-color: #0071BC;
}

.quick .more {
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 450px;
    line-height: 20px;
    padding: 4px;
    margin: 20px auto;
    background-color: transparent;
    background-image: url(images/bg-bot-quick.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border: 2px solid #ED6C1E;
    color: #ED6C1E;
}

.item-arrow {
    display: block;
    margin-top: -40px;
}

.item-arrow.padbot-70 {
    padding-bottom: 90px;
}

.item-arrow a {
    font-size: 14px;
    color: #FFF;
    background-color: #0071BC;
    text-align: center;
    padding: 5px 10px;
    display: block;
    width: 48%;
    border-radius: 5px;
}

.item-arrow .prev a {
    float: right;
    font-size: 16px;
    width: 25%
}

.item-arrow .next a {
    float: left;
    font-size: 16px;
    width: 25%
}

.item-post {
    background-color: #FFF;
    padding: 20px;
    margin: 0 0 1em;
    width: 100%;
    border-radius: 8px;

}

.item-post h1 {
    font-size: 26px;
    margin: 0px;
    display: block;
    padding-bottom: 8px;
}

.item-post .post-author {
    font-size: 11px;
    text-align: right;
    line-height: 15px;
    padding-bottom: 10px;
    display: block;
    width: 220px;
    margin: 0 0px 0 0;
    float: right;
}

@media(max-width:768px) {
    .item-post .post-author {
        display: flex;
    }
}

.item-post .post-tit {
    width: 500px;
    margin: 0 0 0 15px;
    float: left;
}

.item-post .post-author img {
    min-width: 100px;
    float: right;
    margin: 0 0 4px;
}

.item-post .post-author .link-bio {
    font-size: 11px;
    color: #FFF;
    background-color: #F27629;
    text-align: center;
    display: block;
    width: 100px;
    float: right;
    margin-top: 6px;
    padding: 2px 3px;
}

@media(max-width:768px) {
    .item-post .post-author .link-bio {
        line-height: 1.5;
    }
}

.item-post .post-author .auth-r {
    text-align: center;
    width: 100px
}

.item-post article a:hover {
    color: #F27629;
}

.item.comments {
    padding: 20px;
}

.item.comments h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ac2b22;
    margin: 0 0 10px 0;
}

.item.title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.item-post article .content img {
    margin: 5px;
}

.archives h3 {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 0px;
}

.archives ul {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
}

.archives ul li {
    font-size: 12px;
    display: block;
    color: #fc6a12;
    padding: 3px 2px 4px 4px;
    margin: 0;
    list-style-type: none;
    border-radius: 4px;
    line-height: 14px;
}

.archives .item h2, .archives .item h3, .author .item h2, .author .item h3, .item.title h2 {
    margin: 5px;
    padding: 0px;
}

.archives ul li:hover a {
    color: #FFF;
}

.archives ul li a {
    color: #fc6a12;
    float: left;
    font-size: 14px;
    line-height: 14px;
}

.archives #meses ul li a {
    display: block;
    float: none;
}

.archives ul li:hover {
    color: #FFF;
    background-color: #fc6a12;
}

.archives ul strong {
    font-size: 16px;
    color: #0071BC;
    display: block;
    padding: 2px;
}

.author .bio {
    font-size: 16px;
    color: #FC6A12;
    text-align: center;
    display: block;
    padding: 5px 30px 10px;
}

.author .bio strong {
    font-size: 20px;
    display: block;
}

.author img {
    text-align: center;
    margin: 0px auto;
}

.box-social {
    width: 212px;
    margin: 0 auto;
    background-color: #EFF1F3;
    height: 24px;
}

.box-social li {
    float: left;
    list-style: none;
    margin: 0;
    width: 25%;
    background-color: #f80;
}

.box-social.liquid {
    width: 100%;
}

.box-social li a {
    height: 10px;
    display: block;
    background-image: url(images/post-social.png);
    background-repeat: no-repeat;
    height: 24px;
}

.box-social li a.facebook {
    background-color: #425c96;
    background-position: center -87px;
}

.box-social li a.google {
    background-color: #b9483a;
    background-position: center -27px;
}

.box-social li a.twitter {
    background-color: #60aaeb;
    background-position: center 5px;
}

.box-social li a.pinterest {
    background-color: #af262b;
    background-position: center -57px;
}

.item-post.author .bio {
    color: #333;
    text-align: left;
}

.item-post.author a {
    color: #FC6A12;
    text-align: left;
}

.item-post.author a:hover {
    color: #FC6A12;
}

.search-input {
    display: table-cell;
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid black;
    color: black;
    float: left;
    margin: 0;
    line-height: 18px;
    padding: 1px 4px;
    border-right: none;
}

form.search {
    width: 125px;
    height: 28px;
    display: flex;
    position: relative;
    margin: 0 0 0 16px;
}
form.search input {
    height: 100%;
    background: #024B76;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 100%;
    padding: 0 42px 0 7px;
    color: #FFFFFF;
    box-sizing: border-box;
}
button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    height: 100%;
    margin: 0;
    background: #1876B8;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}
button.search-submit:hover {
    background: #024B76;
}
@media (max-width: 1199px) {
    .topinfo__phones{
        gap: 2px;
        flex-direction: column;
    }
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .brand{
    height: 90px;
    display: block;
}
.header .brand img{
    height: 100%;
    object-fit: contain;
    width: auto;
    min-width: unset;
    min-height: unset;
}

.menu{
    display: none;
    position: fixed;
    top: 70px;
    background: #1876B8;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 27px 33px;
    overflow-y: auto;
}
.menu-burger{
    display: none;
    width: 27px;
    height: 27px;
    margin-left: 20px;
    cursor: pointer;
}
.menu-burger.open .menu-burger-close{
    display: block;
}
.menu-burger.open .menu-burger-open{
    display: none;
}
.menu-burger .menu-burger-close{
    display: none;
    width: 20px;
    height: 100%;
}
.menu-burger path{
    fill: #ffffff;
}
.menu-burger svg,
.menu-burger img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu .navbar-nav > li > a {
    font: normal normal bold 20px/27px Open Sans;
    color: #FFFFFF;
    padding: 15px 0;
}
.menu .navbar-nav > li > a:hover {
    background: transparent;
}
.menu .navbar-nav > li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.menu .navbar-nav {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .menu{
        display: none!important;
    }
}
@media (max-width: 767px) {
    .header{
        position: sticky;
        top: 0;
        margin: 0 -15px 15px;
        z-index: 9999;
    }
    .header .topinfo>*:not(.inquiry-btn):not(.menu-burger){
        display: none;
    }
    .header .brand{
        height: 50px;
    }
    .header .navbar{
        display: none;
    }
    .menu-burger{
        display: block;
    }
    .topinfo {
        padding: 0;
    }
    .topinfo__phones {
        gap: 7px;
        margin-bottom: 36px;
    }
    .topinfo__phones li {
        font: normal normal normal 14px/19px Open Sans;
    }
    form.search {
        margin: 0 0 18px;
        width: 100%;
        height: 40px;
    }
    .menu .inquiry-btn{
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 9px 0 10px;
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 545px) {
    .header .brand {
        height: 36px;
    }
    .menu{
        top: 56px;
    }
}
.item-post .shares {
    margin: 5px 0 8px;
    display: block;
    padding: 7px 0;
}

.borde-top {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.item-post p {
    font-size: 16px;
    margin: 0 0 12px 0;
    line-height: 22px;
}

aside.sidebar a img {
    max-height: 360px;
}

.auth-r {
    float: right;
    width: 50%
}

@media(max-width:768px) {
    .auth-r {
        position: relative;
        display: flex;
        align-self: center;
    }
}

.auth-l {
    float: left;
    width: 50%
}

@media(max-width:768px) {
    .auth-l {
        float: left;
        width: 50%;
        margin-bottom: 1%;
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 1200px) {
    .item-post .post-author .auth-r {
        float: left;
        width: 100px;
        margin-right: 10px;
    }
    .item-post article .post-author .auth-r img {
        margin: 0 0 6px 0
    }
    .item-post .post-author .auth-l {
        float: none;
        width: auto
    }
    .item-post article .post-author {
        padding-left: 15px
    }
    .item-post article .post-author {
        text-align: left;
        width: 100%;
        float: none;
    }
    .item-post article .post-author img {
        float: left;
        margin: 0 10px 10px 15px;
    }
    .item-post article .post-author .link-bio {
        float: left;
    }
    .item-post .post-tit {
        width: 100%;
        margin: 0 0 0 15px;
        float: none;
        padding-right: 15px
    }

    .item-post article .content img {
        margin: 10px 0;
        max-width: 100%;
        height: 100%
    }
}

@media (max-width: 992px) {

    #nav {
        padding: 3px 0 0 20px;
    }
    #navbar ul li a {
        padding: 9px 15px 5px;
    }
    .social-logos li.follow a {
        margin: 0 0;
        display: block;
        width: 66px;
        height: 60px;
        background-image: url(images/followus_mobile.png);
    }
    .social-logos li.space {
        display: none;
    }
    .social-logos {
        width: 275px;
        padding: 0;
        margin: 0 auto;
    }
    .social-logos li a {
        background-image: url(images/ico-social-logos-mini.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
        height: 30px;
        width: 25px;
        margin: 10px 0 6px 4px;
    }
    .social-logos li a {
        background-image: url(images/ico-social-logos-mini.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: block;
        height: 30px;
        width: 25px;
        margin: 10px 0 6px 4px;
    }
    .social-logos li a.instagram {
        url(images/ico-social-logos-mini.png);
        background-repeat: no-repeat;
        background-position: 0px -260px;
        width: 28px;
    }
    .social-logos li a.youtube {
        width: 28px;
    }
    .social-logos li a.blog {
        display: none;
    }
    img.resize-md {
        display: block;
        width: 100%;
        height: 100%;
    }
    .padbot-70 {
        padding-bottom: 20px;
    }
    .item-post article .content img {
        margin: 10px 0;
        max-width: 100%;
        height: 100%
    }
    .item-arrow {
        display: block;
        margin-top: -10px;
    }
    .item-arrow.padbot-70 {
        padding-bottom: 60px;
    }
}

@media (max-width:768px) {
    #nav {
        padding: 0px 0 0 0px;
    }

    #nav.navbar .navbar-toggle {
        margin: 25px 10px 0 0;
        background-color: #fff;
        border-color: #888888;
        border: none;
    }
    #nav.navbar {
        margin-left: -50%;
        margin-top: -30px;
    }
    .navbar-collapse {
        border: none;
        box-shadow: none;
    }
    .navbar-collapse ul {
        width: 100%;
        padding: 0;
        margin: 7px 0 0 0
    }
    .navbar-collapse ul li {
        margin: 2px 0;
    }
    .container #nav .navbar-collapse ul li a {
        background-color: #fff;
        padding: 5px 25px;
        margin: 2px 0;
        color: #fc6a12;
        font-weight: 600
    }
    .container #nav .navbar-collapse ul li:hover a {
        color: #FFF;
        background-color: #0071BC
    }
    .navbar {
        min-height: auto;
        margin-bottom: 0px;
    }
    header img {
        width: 140px;
        min-width: 140px;
        min-height: 51px;
        height: 51px;
    }
    #nav.navbar .navbar-header {
        height: 40px
    }
}

@media (max-width:558px) {
    .navbar-collapse ul {
        width: 100%;
        padding: 0;
        margin: 3px 0 0 0
    }
    #nav.navbar {
        margin-left: -50%;
        margin-top: 10px;
    }
    .bot-border {
        display: none;
    }

    #nav.navbar .navbar-toggle {
        margin: -2px 10px 0 0;
    }
}

/* footer-logos */

.footerlogos {
    list-style-type: none;
}

.footerlogos li {
    display: inline-block;
    height: 76px;
    background-image: url(images/footer-logos.png);
    background-repeat: no-repeat;
    width: 100px;
    background-position: 0px 0px;
}

.footerlogos li.iso {
    width: 195px;
    background-position: -6px -6px;
}

.footerlogos li.lta {
    width: 150px;
    background-position: -206px -6px;
}

.footerlogos li.ilt {
    width: 225px;
    background-position: -355px -6px;
}

.footerlogos li.bbb {
    width: 192px;
    background-position: -590px -6px;
}

.footerlogos li a {
    display: block;
    width: 100%;
    height: 76px;
}

/* authors */

.bio-pic {
    position: relative;
    margin: 40px auto 0px;
    height: 212px;
    width: 212px;
}

.bio-pic a {
    position: absolute;
    overflow: hidden;
    display: block;
    height: 212px;
    width: 212px;
}

.bio-pic img.avatar.wp-user-avatar {
    position: absolute;
    z-index: 0;
    min-width: 210px;
    max-width: 210px;
    left: 0;
    top: 0;
    margin: 0;
}

.bio-pic .circulo {
    position: absolute;
    z-index: 10;
    height: 212px;
    width: 212px;
    left: 0;
    top: 0;
    display: block;
    background-image: url(images/circle.png);
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    .bio-pic {
        margin: 15px auto 0px;
    }
}

.item-post .row.botoggle {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

.item-post .row.botoggle a {
    color: #FC6A12;
    cursor: pointer;
    padding: 4px 15px 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #FC6A12;
    margin: 0 auto;
    width: 150px;
    float: none;
}

.item-post .banner-orange {
    clear: both;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 20px 10px 10px;
    font-weight: bold;
}

.item-post .banner-orange a.take2 {
    background-color: #fff;
    text-transform: none;
    font-style: normal;
    float: right;
    line-height: 20px;
    color: #008dcc;
    border: 1px solid #008dcc;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 13px;
    background-image: url(images/bg-bot-take.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    text-transform: uppercase
}

.item-post .banner-orange a.take1 {
    color: #fff;
}

.item-post .banner-orange span {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: #fb5c00;
    color: #FFF;
    margin: 15px auto 0;
    line-height: 22px;
    padding: 0px;
    display: block;
    width: 600px;
}

.item-post .banner-orange b {
    font-weight: 100;
    font-family: Sacramento;
    font-size: 40px;
    line-height: 40px;
    color: #fb5c00;
    display: block;
}

.item-post .banner-orange a:hover {
    text-decoration: none;
}

@media (max-width:1000px) {
    .item-post .banner-orange span, .item-post .banner-orange a {
        display: block;
        width: auto;
    }
    .item-post .banner-orange a.take2 {
        background-color: #fff;
        text-transform: none;
        font-style: normal;
        float: none;
        display: block;
        line-height: 20px;
        padding: 0 10px;
    }
    .quick .more {
        width: auto;
    }
}

.a2a_button_google_plusone {
    width: 64px;
}

h2.comments-title {
    font-size: 22px
}

.sidebar .item.title {
    font-size: 16px;
}

.sidebar .item.title a {
    text-align: left;
    display: inline;
    color: #FB5C00;
}

.item-arrow.catbots .prev a {
    background-color: #FC6A12;
    float: none;
    font-size: 16px;
    width: auto;
    min-width: 20%;
    max-width: 30%;
    margin: 0 auto;
}

ul.post-categories {
    list-style: none;
    padding-left: 0px;
}

/* thesocial */

.thesocial {
    text-align: center;
    margin: 0 auto;
    clear: both;
    width: 498px;
}

.thesocial .socialbot {
    display: block;
    display: inline-block;
    margin: 1px;
    height: 30px
}

.thesocial .socialbot a {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    background-image: url(images/thesocial-icons.png);
    background-repeat: no-repeat;
    height: 30px;
    margin: 0 auto
}

.thesocial .socialbot a .sonet {
    padding: 7px 0 8px 30px;
    line-height: 14px;
    text-align: left;
    float: left
}

.thesocial .socialbot a .count {
    padding: 14px 3px;
    margin: 1px;
    border-radius: 0 3px 3px 0;
    width: 26px;
    display: block;
    float: right;
    line-height: 0px !important;
    font-size: 12px;
    color: #eee
}

.thesocial .socialbot.bot-fb a {
    background-color: #3b5998;
    background-position: 5px -84px;
    width: 128px
}

.thesocial .socialbot.bot-tw a {
    background-color: #00aced;
    background-position: 5px -55px;
    width: 115px
}

.thesocial .socialbot.bot-wa a {
    background-color: #0FC143;
    background-position: 5px -115px;
    width: 115px;
    display: none;
}

.thesocial .socialbot.bot-gp a {
    background-color: #dd4b39;
    background-position: 5px -26px;
    width: 118px
}

.thesocial .socialbot.bot-em a {
    background-color: #c0bdb9;
    background-position: 4px 3px;
    width: 106px
}

.thesocial .socialbot.bot-fb a .count {
    background-color: #476bb8
}

.thesocial .socialbot.bot-tw a .count {
    background-color: #14c2f5
}

.thesocial .socialbot.bot-gp a .count {
    background-color: #e15e4f
}

.thesocial .socialbot.bot-em a .count {
    background-color: #cbcac9
}

.thesocial .socialbot a .count .fa {
    line-height: 0px;
}

@media only screen and (max-width: 768px) {
    .thesocial .socialbot.bot-wa a {
        display: block;
    }
}

@media (max-width:992px) {
    .thesocial {
        text-align: center;
        margin: 0 auto;
        clear: both;
        width: auto;
    }
    .thesocial .socialbot a .count, .thesocial .socialbot a .sonet {
        display: none
    }
    .container .thesocial .socialbot a {
        width: 34px
    }
}

@media (max-width:768px) {
    .thesocial {
        text-align: left;
        padding-top: 2%;
    }
}

.marginbot-70 {
    margin-bottom: 70px;
}

@media (max-width:650px) {
    .item-arrow.catbots .prev a {
        max-width: auto;
    }
}

.sitelink {
    text-align: center;
    margin: 20px 40px;
    padding: 15px;
    border: orange 2px solid;
    width: 90%;
    color: darkorange;
    border-radius: 5px;
}

@media (max-width:650px) {
    .sitelink {
        margin: 20px 20px;
    }
}

.sitelink a {
    font-weight: bolder;
    color: darkorange;
}

.share-buttons-mobile {
    position: absolute;
    left: 125px;
    top: 70px;
}

.wrapperAbierto {
    height: 1050px;
    overflow: hidden;
    position: absolute;
}

.modal.inquiry {
    top: 0 !important;
}

@media (min-width:768px) {
    .modalAbierto {
        overflow: hidden;
    }
    .wrapperAbierto {
        height: auto;
        overflow: hidden;
        position: absolute;
    }
}

.link-bio-mobile {
    font-size: 11px;
    background-color: #F27629;
    color: #FFF !important;
    text-align: center;
    width: 100px;
    padding: 0.5%;
}

.inquiry-btn{
    background-color: #fd7213;
    padding: 6px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    float:right;
}

.inquiry-btn:hover{
    text-decoration: underline;
    color: #fff;
}

.modals{
    display: none;
}

.inquiry-2021__grid {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    background-color: #fa6b27;
    border-radius: 30px;
    grid-column-gap: 65px;
    position: relative;
    max-width: 65vw;
    margin: 25px auto;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    padding: 35px 70px 15px 50px;
}

.inquiry-2021__close {
    position: absolute;
    top: 0px;
    right: 20px;
    background: none;
    border: 0;
    font-size: 45px;
    outline: none;
}

.inquiry-2021__grid .modal-header {
    padding: 0;
    border: 0;
}

.inquiry-2021__grid .modal-header > h4 {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: lighter;
}


.modal-step .modal-header > b {
    font-size: 15px !important;
}


.inquiry-2021__grid .modal-header .modal-title {
    font-size: 35px !important;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: lighter;
}

.inquiry-2021__grid .btn-next-step[disabled="disabled"]{
    background-color: #c4c4c4;
}

.modal-step .modal-header .modal-title {
    font-size: 25px !important;
}

.modal-step {
    text-align: center;
    padding: 0 !important;
}

.modal-step:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-step > .modal-dialog {
    width: 60%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}




.modal-step.inquiry-2021 > .modal-dialog{
    max-width: 900px;
    width: 100%;
    background-color: #fa6b27;
    border-radius: 30px;
}
.modal-step.inquiry-2021 .inquiry-2021__close {
    color: #ffffff;
    z-index: 1;
}
.modal-step.inquiry-2021 .inquiry-2021__grid {
    display: flex;
    justify-content: space-between;
    padding: 55px 25px 40px;
    max-width: 805px;
    width: 100%;
    margin: 0 auto;
    grid-column-gap: 0;
    background-color: transparent;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-header {
    max-width: 260px;
    width: 100%;
    margin-right: 60px;
    flex-shrink: 0;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-header>* {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-header b {
    font-weight: 700;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-header .modal-title{
    font-size: 32px!important;
    line-height: 43px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 8px;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-header .modal-title b{
    font-weight: bold;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .modal-body {
    padding: 0;
    flex-grow: 1;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px!important;
    flex-wrap: wrap;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .form-group:last-child {
    margin-bottom: 0!important;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .form-group .control-label {
    flex-shrink: 0;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 110px;
    width: 100%;
    color: #ffffff;
}
.modal-dialog.second-step {
    max-width: 930px;
}
.modal-dialog.second-step .inquiry-2021__grid {
    max-width: 835px;
}
.modal-dialog.second-step .inquiry-2021__grid .modal-header {
    max-width: 283px;
}
.modal-step.inquiry-2021 .form-control {
    height: 37px;
    border-radius: 10px;
    flex-grow: 1;
    width: auto;
    padding: 0 16px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}
.modal-step.inquiry-2021 textarea.form-control {
    resize: vertical;
    height: 15px;
    max-height: 220px;
    min-height: 100px;
    padding: 10px 20px;
    line-height: 16px;
}
.modal-step.inquiry-2021 label.error {
    width: 100%;
    background: none;
    color: #fff;
    margin-bottom: -12px;
    font-size: 12px;
    margin-top: 3px;
}
.modal-step.inquiry-2021 .checkbox>label{
    display: inline-block;
    position: relative;
}
.modal-step.inquiry-2021 .checkbox label.error{
    margin-bottom: 0;
    position: absolute;
    bottom: -3px;
    transform: translateY(100%);
    right: 0;
}
.modal-step.inquiry-2021 .tab-inquiry-step {
    margin-bottom: 30px;
}
.modal-step.inquiry-2021 .inquiry-2021__grid .btn-next-step {
    font-size: 15px;
    line-height: 15px;
    padding: 14px 40px;
}
.inquiry-2021__grid a.gdpr {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 768px){
    .modal-step::before {
        content: none;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid {
        max-width: unset;
        flex-direction: column;
        padding: 30px 16px 16px;
        margin: 0;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .modal-header {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .modal-header:not(:first-child) {
        margin-bottom: 7px;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .modal-header:not(:first-child) .modal-title {
        font-size: 23px !important;
        line-height: 30px;
    }
    .modal-step.inquiry-2021 > .modal-dialog {
        width: calc(100% - 20px) !important;
        border-radius: 20px!important;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .modal-header > *{
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin: 0;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .modal-header > * br{
        display: none;
    }
    .modal-step.inquiry-2021 .inquiry-2021__close {
        padding: 0;
        width: 15px;
        height: 15px;
        font-size: 25px;
        line-height: 15px;
        top: 20px;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .form-group {
        margin-bottom: 15px !important;
        flex-direction: column;
        min-height: 60px;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .form-group .control-label {
        margin-top: 0;
        display: inline;
        margin-bottom: 5px;
        max-width: unset;
        text-align: left;
        font-size: 13px;
        line-height: 15px;
    }
    .modal-step.inquiry-2021 .form-control {
        width: 100%;
        flex-grow: 0;
    }
    .modal-step.inquiry-2021 .tab-inquiry-step {
        margin-bottom: 20px;
    }
    .modal-step.inquiry-2021 .inquiry-2021__grid .btn-next-step {
        width: 100%;
    }
    .modal-step.inquiry-2021 .checkbox{
        margin-bottom: 30px;
    }
    .modal-step.inquiry-2021 .checkbox>label{
        text-align: left;
    }
}






.inquiry-2021__grid .modal-header > b {
    margin-top: 20px;
    font-size: 20px;
    display: block;
}

.inquiry-2021__grid .modal-header > p {
    font-size: 20px;
}


.inquiry-2021__grid .form-group {
    display: grid;
    color: #fff;
    grid-template-columns: 100px 1fr;
    text-align: right;
    grid-column-gap: 15px;
    margin-bottom: 10px !important;
}

.inquiry-2021__grid .form-control {
    border: 0 !important;
}

.inquiry-2021__grid .btn-submit {
    border: 0;
    background-color: #2c91c7;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
}

.inquiry-2021__grid .btn-next-step {
    border: 0;
    background-color: #2c91c7;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
}

.inquiry-form-cookies-holder {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    width: calc(100% - 100px);
    left: 100px;
    position: relative;
    align-items: center;
}

.inquiry-form-step-cookies-holder {
    text-align: right;
}

/* Hide all steps by default: */
.tab-inquiry-step {
    display: none;
}

/* Hide all steps by default: */
.header-tab {
    display: none;
}

.inquiry-form-cookies-holder a {
    color: #fff !important;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .inquiry-2021__grid {
        max-width: 75vw;
    }
}

@media (max-width: 1000px) {
    .inquiry-2021__grid {
        max-width: 85vw;
    }
}

.inquiry-2021__grid textarea {
    height: 110px;
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .inquiry-2021__grid textarea {
        height: 75px;
    }
    .inquiry-2021__grid {
        max-width: 85vw;
    }
    .inquiry-2021__grid .modal-body {
        margin-top: -26px;
    }
    .inquiry-2021__grid .form-group {
        grid-template-columns: 160px 1fr;
    }
}

.inquiry-step-skip-btn{
    position: relative;
    top: 25px;
    color: #fff;
    text-decoration: underline;

}

@media (max-width: 768px) {
    .inquiry-2021__grid {
        max-width: 90vw;
        grid-template-columns: 1fr;
        padding: 35px 20px;
    }

    .inquiry-2021__grid .form-group {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .inquiry-2021__grid .btn-submit {
        left: 0;
        display: block;
        margin: auto;
    }

    .inquiry-2021__grid .btn-next-step {
        left: 0;
        display: block;
        margin: auto;
    }

    .inquiry-form-cookies-holder {
        left: 0;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
}