/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.3.4
Text Domain: stockholm
Template: stockholm
*/

/** mindgruve **/
#clients img {
    max-width: 160px;
}

.single-post .title h1 {
    color: #333 !important;
}

.single-post .title.with_background_color {
    background-color: #ffffff !important;
}

.q_logo a[style] { height: 25px !important; }
.align-right { text-align: right; }
.footer_top .widget h4 { font-weight: 600; }
.testimonial_image_holder img { width: 160px; }
.popup_menu li.active a { color: #ffbf3b; }

ul li {
    font-family: "Source Sans Pro", sans-serif;
    margin: 5px 0;
}

.carousel .carousel-inner h2 span { line-height: 1em !important; }

.gform_body ul { list-style: none; }

.gform_body ul li { margin-bottom: 20px; }

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
    padding: 20px! important;
    font-size: 18px !important;
    line-height: 23px;
    width: 100%;
}

.gform_wrapper select {
    font-size: 18px !important;
    padding: 20px !important;
    height: auto;
    width: 100%;
}

.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    width: 30%;
    text-align: center;
    padding: 15px !important;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.popup-menu-text-from-top.popup_menu_opened .popup_menu_holder_outer {
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -ms-transition: -ms-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
}

.popup_menu_holder_outer {
    left: auto;
    opacity: 1;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
    width: 100%;
}

.popup_menu_opened .popup_menu_holder_outer {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 768px) {
    .popup_menu_holder_outer {
        width: 50%;
    }
}

/** baked into theme **/
.full_width {
    position: relative !important;
}

.footer_top_holder .q_social_icon_holder span.large {
    font-size: 29px;
}

.footer_top_holder .q_social_icon_holder {
    margin: 0 25px 14px 0 !important;
}

.footer_top.footer_top_full {
    padding: 5%;
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}


@media only screen  and (max-width: 1500px) {
    .q_slider .carousel-inner .q_slide_title {
        font-size: 80px !important;
        line-height: 1em !important;
    }
}

@media only screen  and (max-width: 1500px) {
    .q_slider .carousel-inner .q_slide_text {
        font-size: 22px !important;
        line-height: 33px !important;
    }
}

@media only screen  and (max-width: 600px) {
    .q_slider .carousel-inner .q_slide_title {
        font-size: 65px !important;
        line-height: 50px !important;
    }
}

@media only screen  and (max-width: 600px) {
    .q_slider .carousel-inner .q_slide_text {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

.q_slider .carousel-control .prev_nav, .carousel-control .next_nav{
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 75px;
}

.carousel-indicators li, .carousel-indicators .active {
    margin: 0px 12px;
}

.testimonials_holder .flex-control-paging li a {
    margin-right: 25px;
}


.footer_top .widget_nav_menu li.menu-item a {
    display: inline-block;
    position: relative;
}

.footer_top .widget_nav_menu li.menu-item a:after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
    transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
}

.footer_top .widget_nav_menu li.menu-item a:hover:after {
    width: 100%;
}

.info_section_title {
    margin-bottom: 20px;
}

.flexslider .flex-prev {
    left: 0px;
}

.flexslider .flex-next {
    right: 0px;
}
.popup_menu_opened .header_top,
.popup_menu_opened .header_bottom{
    border-bottom: 1px solid rgba(255,255,255,0) !important;
}
@media only screen and (max-width: 1000px) {
    .logo_wrapper {
        left: 0 !important;
    }

    .q_logo a {
        left: 0 !important;
    }

    .q_logo a[style] {
        height: 20px !important;
    }
}

/* fix mobile title letter spacing */
.title h1 {
    line-height: 1.1em !important;;
}
@media only screen and (max-width: 768px) {
    .title h1 {
        line-height: 1.1em;
    }
}
.widget.widget_search form input[type="text"] {
    height: 43px;
}
.widget.widget_search form input[type="submit"] {
    height: 43px;
    line-height: 43px;
    width: 43px;
}
div.comment_form {
    margin: 0 0 65px;
}

#respond textarea {
    margin: 0 0 19px 0;
}
#commentform .three_columns {
    margin-bottom: 10px;
}
.page-id-188 .title h1,
.page-id-344 .title h1 {
    margin-bottom: 13px;
}

.projects_holder article .holder-move .icons_holder a{
    font-size:34px;
}

@media only screen and (max-width: 600px) {
    .q_slider .carousel-inner .q_slide_title {
        font-size: 48px !important;
        line-height: 48px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .projects_holder.hover_text article .portfolio_title,
    .projects_masonry_holder article .portfolio_title, .portfolio_slides .portfolio_title {
        font-size: 22px;
        line-height: 28px;
    }
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
}

/* style post info */
.blog_holder article .post_info a, .latest_post_holder .post_info_section span, .latest_post_holder .post_info_section a, .latest_post_holder .post_info_section:before, .blog_holder.blog_single article .post_info {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.blog_holder article .post_info a, .latest_post_holder .post_info_section span, .latest_post_holder .post_info_section a, .latest_post_holder .post_info_section:before {
    color: #e6ae48 !important;
}


/* adjust post title size and spacing in masonry grid */
.blog_holder.masonry article h4, .blog_holder.masonry_full_width article h4 {
    font-size: 17px !important;
    line-height: 1.4em;
}

/* reduce spacing under blog title */
.single-post .title.with_background_color {
    padding: 7em 0 0;
    height: auto !important;
}

@media only screen and (max-width: 1000px) {
    .single-post .title.with_background_color { padding: 0; }
}

/* contact page title text width */
.page-contact .title_subtitle_holder_inner,
.page-contacto .title_subtitle_holder_inner {
    width: 80%;
}

/* bigger blog filter text */
.filter_holder ul li span { font-size: 14px; color: #666; }

/* tou & privacy style adjustments */
.page-privacy-policy p,
.page-politicas-de-privacidad p,
.page-terminos-y-condiciones p,
.page-terms-of-use p { margin-bottom: 30px !important; }
.page-privacy-policy h2,
.page-politicas-de-privacidad h2,
.page-terminos-y-condiciones h2,
.page-terms-of-use h2 { margin: 30px 0 5px; }

.page-privacy-policy table tr,
.page-politicas-de-privacidad table tr {
    border-bottom: 1px solid #ccc;
}

.page-privacy-policy table td,
.page-politicas-de-privacidad table td,
table th {
    text-align: left;
    font-size: smaller;
    padding: 20px 30px 20px 0;
}

.popup_menu_locale {
    margin: 100px auto 0 auto;
    text-align: left;
    width: calc(100% - 110px);
}

@media only screen and (min-width: 768px) {
    .popup_menu_locale {
        display: none;
    }
}

.popup_menu_locale .locale-selector {
    color: #fff;
}

.popup_menu_locale select {
    appearance: none;
    background: url('images/svg/arrow-down.svg') right 30px center no-repeat;
    border: 1px solid #707070;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 55px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.popup_menu_locale .locale-selector__icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.locale-selector .locale-selector__icon span {
    height: 100%;
    margin-left: 30px;
    width: 100%;
}

.locale-selector {
    color: #5d5d5d;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

@media only screen and (min-width: 1000px) {
    .light:not(.sticky):not(.scrolled) .locale-selector {
        color: #fff;
    }
}

.locale-selector span {
    line-height: 2;
    margin-left: 8px;
}

.locale-selector__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
}

.locale-selector.on .locale-selector__dropdown,
.locale-selector:hover .locale-selector__dropdown {
    display: block;
}

.locale-selector__dropdown a {
    color: #000;
}

.locale-selector__dropdown a:hover,
.locale-selector__dropdown a:active,
.locale-selector__dropdown a:focus {
    color: #ffbf3b;
}

.locale-selector__dropdown ul {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    color: #000;
    list-style: none;
    padding: 8px;
    position: relative;
}

.triangle-with-shadow {
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.2);
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50px;
    z-index: 5;
}

.triangle-with-shadow::after {
    background: #fff;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.2);
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg); /* Prefixes... */
    width: 20px;
}

.locale-selector__dropdown li {
    line-height: 2;
    margin: 0;
}

.locale-selector__dropdown li + li {
    border-top: 1px solid #e0e0e0;
}

.locale-selector__br,
.locale-selector__mx,
.locale-selector__us {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    min-width: 120px;
    padding-left: 25px;
}

.locale-selector__br {
    background-image: url('images/svg/locale-flag_br.svg');
}

.locale-selector__mx {
    background-image: url('images/svg/locale-flag_mx.svg');
}

.locale-selector__us {
    background-image: url('images/svg/locale-flag_us.svg');
}

/** Careers Page **/
.list-careers {
    list-style-type: none;
}

.list-careers li {
    margin-bottom: 35px;
}

.single-career header {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.single-career header .cta-top {
    margin-top: 30px;
}

.single-career .career-content {
    margin-bottom: 50px;
}

.single-career .grnhse_wrapper {

}

.single-career .career-content h3 {
    /*font-family: "Gotham A", "Gotham B";*/
    /*font-size: 16px;*/
    /*font-weight: 700;*/
}

.single-career .career-content h3 {
    margin-bottom: 15px;
    margin-top: 40px;
}

.single-career p {
    margin-bottom: 1em;
}

.single-career .career-content ul {
    list-style-position: outside;
    padding-left: 15px;
}

.single-career .career-content ul + p {
    margin-top: 30px;
}

.single-career .career-content h3:first-child {
    margin-top: 0;
}

.career-category {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}

.summary-career .qbutton.btn-arrow,
.single-career .qbutton.btn-back {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;

}

.summary-career .qbutton.btn-arrow::before,
.single-career  .qbutton.btn-back::before {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 5px;
}

.single-career  .qbutton.btn-back::before {
    content: '\f053';
    margin-left: 0;
}


.summary-career header {
    width: auto;
}

@media (min-width: 768px) {
    .single-career {
        padding: 85px 0;
    }

    .single-career header {
        padding: 90px 0 75px;
        margin-bottom: 75px;
    }

    .single-career .left-col {
        padding-right: 30px;
        margin-bottom: 0;
    }

    .career-category {
        padding: 100px 0 70px;
    }
}

@media (max-width: 767px) {
    .career-category header {
        margin-bottom: 20px;
    }

    .career-category header h1 {
        font-size: 36px;
        line-height: 1;
    }

    .summary-career header {
        max-width: calc(100% - 75px);
    }
}

/* --------------------- Greenhouse styling ------------------------- */
.single-career .content-intro {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 0 0 50px 0;
}

.single-career .content-conclusion {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 50px 0;
}

.single-career .career-content h3 {
    margin-bottom: 15px;
    margin-top: 40px;
}

.single-career .career-content h3:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .single-career .content-intro {
        margin-bottom: 75px;
        padding: 0 0 75px;
    }

    .single-career .content-conclusion {
        margin-top: 75px;
        padding: 75px 0;
    }
}
