/*
Theme Name: Boostrap Starter Theme with B4
Theme URI: openenglish.com
Author: OE TEAM
Author URI: openenglish.com
Description: A basic theme using the Bootstrap framework B3 / B4.
Version: 1.0
Text Domain: bootstrapstarterB4
*/

/*
 * Globals
 */
/* Start Fonts */

@import url('https://fonts.googleapis.com/css?family=Muli|Domine|Nunito|Oswald:300,400,600,700');


@font-face {
    font-family: 'BrandonGrotesque';
    src: url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.eot');
    /* IE9 */
    src: url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.woff') format('woff'), /* Modern Browsers */
        url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.svg#wf') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'rift_softbold';
    src: url('/wp-content/themes/wpbootstrap/fonts/riftsoft-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rift_softlight';
    src: url('/wp-content/themes/wpbootstrap/fonts/riftsoft-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rift_softregular';
    src: url('/wp-content/themes/wpbootstrap/fonts/riftsoft-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* END Font */

body {
    font-family: Muli;
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #000000;

}
span {
    font-family: muli!important;
}
#leadformContainer{
    margin-bottom: 30px;
    min-height: 420px;
}

.search-page-header{
    margin-bottom: 50px;
}

.title-post{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.26;
    text-align: left;
    margin-top:0px;
}

.title-post-mobile{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.27;
    text-align: left;
    margin-top: 5px;
}

.date-post{
    text-transform: capitalize;
}

ol li {
    margin-bottom:15px!important;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
    .container {
        width:1140px;
    }
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #ff6600;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.textwidget > p > a > img{
    width: 100%;
    height:auto;
    padding-bottom: 50px;
}

/* Active state gets a caret at the bottom */

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    border-bottom: solid 5px;
    border-color: #ff6600;
    color: #ff6600;
    background-color: #fff;
}
.menu-item.current-menu-item a:after {
    display:none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}

.sidebar-module ul {
    list-style: none;
    padding-left: 0;
}

.body-content{
    margin-top: 85px;
    padding-top: 60px;
}

.content-post .blog-main p {
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.post-hero-desktop{
    width: 100%;
    margin-bottom: 70px;
    object-fit: cover;
    height: 450px;
}

.post-card{
    margin-top: 27px;
}

.avatar-post .avatar{
    border-radius: 50px;
    margin-top:15px;
}

.avatar-post:after{
    margin-top: 40px;
    margin-bottom: 40px;
    height: 5px;
    content: "";
    display: block;
    background: #25cad3;
    border-radius: 30px;
    width: 100px;

}

.cta-wrapper{
    text-align: center;
}

a {
    color: #0084ff;
}
a:hover {
    color: #ff6600;
}

a.cta {
    background: #f60;
    display: inline-block;
    border-radius: 20px;
    padding: 6px 25px;
    transition: all .25s ease-in-out;
    color: #fff;
    font-size: 1.5rem;
    padding: 8px 28px;
    margin-bottom: 20px;
}

a.cta:hover, a.cta:focus {
    text-decoration: none;
    background-color: #ff7519;
    border-color: #ff7519;
}
table.oe-blog th {
    background-color: #0087f7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 10px;
}

table.oe-blog td {
    border: 1px solid #d8e4f0;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px 10px;
}

table.oe-blog tr {
    background-color: #fafafa;
}

table.oe-blog tr:nth-child(even) {
    background-color: #f7f7f7;
}

.info-post{
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
    color: #666666;
}

.category-desktop a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
}

.category-mobile{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #0084ff;
}

.fa-angle-right,.fa-angle-left {
    color: #ff6600;
}

a[rel=prev] {
    float: left;
}

a[rel=next] {
    float: right;
}

.input-error span {
    font-size: 1rem;
    color: red;
}

.navigate-post{
    font-size: 18px;
    line-height: 1.28;
    text-align: left;
    color: #000000;
    padding-bottom: 70px;
    margin-top: 30px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff6600;
    background-color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-brand {
    height: auto!important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #000000;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle{
    border: none; 
    margin-top: 20px;
}

.blog-footer{
    background: #edf6ff;
    padding: 40px 0px;
    margin-top: 50px;
}

.footer-widget{
    margin-bottom: 30px;
}

.icon-footer i{
    color: #0084ff;
    margin: 5px;
    font-size: 27px;
}
.icon-footer i:hover{
    color:#ff6600!important;
}
.footer-recent-link a{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
}

.footer-recent-link a:hover{
    text-decoration: none;
    font-weight: bold;
}

.footer-recent-link{
    list-style: none;
    padding-left: 0;
    list-style-position: inside;
}

.footer-recent-link li{
    margin-bottom: 5px;
}

.footer-title-widget{
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.88;
    text-align: left;
    color: #0084ff;    
}

.result-pre {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #000000;
}

.search-page-title{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.26;
    color: #000000;
}

#searchform{
    display: block;
    position: fixed;
    padding: 0;
    width: 70%;
    left: 15%;
    top: 100px;
    transition: all .2s ease;
    opacity: 0; 
    visibility: hidden; 
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    border-radius: 50px;
    -webkit-transform: translate(0,-200px); 
    transform: translate(0,-200px); 
    font-size: 20px;
    line-height: 50px;    
}

#searchform.search_on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

#searchsubmit{
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
}
#s{
    width: 100%;
    border: none;
    background: 0 0;
    margin: 0;
    color: inherit;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 70px;
}
#s:focus{
    outline: none;
}
.screen-reader-text{
    display: block; 
    position: absolute;
    left: 30px;
}

#menu-top-nav #menu-item-5200 a, #menu-menu-1 #menu-item-4947 a{
    margin: 15px 0px 23px 25px;
    padding: 15px 30px!important;
    border-radius: 25px!important;
    background-image: linear-gradient(to left, #ff7b00, #ff6600);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}

#menu-top-nav #menu-item-5200 a:hover,#menu-menu-1 #menu-item-4947 a:hover{
    border-bottom:none;
    text-decoration: none;
    background-color: #ff7519;
    border-color: #ff7519;
}

.category-page-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #ededed;
}

.category-pp {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #0084ff;
    margin-top: 10px;
}

.primary-post .info-post {
    font-size: 14px;
}

.title-pp {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color:#000;
    margin:0px;
}

.nav-link:hover{
    color:#ff6600;
}

.recent-post>a:hover{
    color:#ff6600;
}
a>h3:hover{
    color:#ff6600;
}

.pagination a:hover{
    border: solid 2px #ff6600;
}

.pagination a.arrow {
    border: none;
}
.short-pp {
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
}

.title-section{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 20px;
}


a:hover {
    text-decoration: none;
}

.required-notice {
    font-size: .988rem!important;
}

.lead-form .form-group .form-control, .lead-form .form-group .input-wrapper label {
    font-size: 1.5rem!important;
}

.lead-form .h2{
    font-size: 2.4rem!important;
    margin: 10px 0px!important;
}

#submit-button{
    font-size: 1.5rem!important;
    font-weight: 700!important;
}

.icon-close{
    color:#fff!important;
    font-size: 1.2rem!important;
}

.icon-close:before {
    color:#fff!important;
    font-size: 1.2rem!important;
}


.img-recent{
    object-fit: cover;
    height: 168px;
}

.img-home{
    object-fit: cover;
    height: 340px;
}

.recent-post{
    margin-bottom: 10px;
    min-height: 335px;
}

.pagination-contain{
    text-align: center;
    margin-bottom: 80px;
}
.pagination a.arrow{
    border: none;
    padding: 8px 14px;
    color: #ff6600;
    margin: 0px 5px;
    font-size: 2.4rem;
}

.pagination a{
    border: solid 2px #c6c6c6;
    border-radius: 25px;
    padding: 8px 14px;
    color: #999999;
    margin: 0px 5px;
}
.pagination a.active{
    border: solid 2px #ff6600;
}

.categoria-recent {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #0084ff;
}

.title-recent {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 2px 0px;
    color:#000;
    line-height: 1.3;
}

.info-recent{
    font-size: 14px;  
    text-align: left;
    color: #666666;
}

.wpml-ls-item-tr{
    display: none;
}
@media (max-width: 1024px) {

#menu-top-nav #menu-item-5200 a, #menu-menu-1 #menu-item-4947 a {
    margin: 15px 0px 23px 0px;
	}
	.navbar-brand>img {
    margin-right: 15px;
}
	.navbar-nav>li>a {
    padding-top: 30px!important;
    padding-right: 7px!important;
    padding-left: 7px!important;
    padding-bottom: 34px!important;
}
	.navbar-brand {
		padding: 15px 0px;align-content
	}
}
@media (max-width: 991px) {
    .avatar-post:after {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .info-post {
        font-size: 14px;
    }
    .pagination a.arrow {
        border: none;
        padding: 8px 5px;
        color: #ff6600;
        margin: 0px 0px;
        font-size: 2.4rem;
    }
    .pagination-contain{
        margin-bottom: 20px;
    }
    .menu-item-6814{
        display: none!important;
    }

    .menu-item-5200,.menu-item-4947{
        padding: 0px 20px;
    }

    #menu-top-nav #menu-item-5200 a, #menu-menu-1 #menu-item-4947 a{
        margin: auto;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .body-content {
        margin-top: 30px;
        padding-top: 60px;
    }

    #leadForm{
        margin-bottom: 40px;
    }

    .post-hero-desktop {
        margin-bottom: 20px;
        height: 170px;
        object-fit: cover;

    }


}


@media (min-width: 991px){
    .safari>li>a {
        padding-top: 30px!important;
        padding-right: 23px!important;
        padding-left: 23px!important;
        padding-bottom: 34px!important;
    }

    .no-padding-left{
        padding-left: 0px;
        padding-right: 20px;
    }

    .navbar-nav>li>a {
        padding-top: 30px!important;
        padding-right: 15px!important;
        padding-left: 15px!important;
        padding-bottom: 34px!important;
    }
}

@media (min-width: 600px){
	.img-home {
    object-fit: cover;
    height: 235px;
}
}

.navbar-brand>img {
    margin-right: 30px;
}


.dropdown-menu>li>a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    margin: 10px 25px;
    padding: 0px;
    padding-bottom: 10px;
}

.dropdown-menu>li>a:hover{
    color: #ff6600;
    background-color: #fff;
}

.dropdown-menu { padding: 20px 0px; }

.dropdown-menu>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0%;
    border-bottom: 1px solid #C0C0C0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: solid 5px;
    border-color: #ff6600;
}

.navbar-default .navbar-nav>li>a:hover {
    border-bottom: solid 5px;
    border-color: #ff6600;
}

#menu-item-4480{ 
    margin-right: 35px;
}

#menu-item-4463{ 
    margin-left: 35px;
}
}



/*@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    selector { 
        property:value; 
    }
}}*/

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
      @media (min-width: 768px){
          .navbar-nav {
              float: initial;
          }
      }


  }
}