/*
Theme Name: Prague (Child Theme)
Theme URI: https://themeforest.net/user/fox-themes
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.1.1
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague-child
Template: prague
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

.text-justify {
    text-align: justify !important;
}

.flex{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.footer-info-block-content p,
.footer-info-block-content a{
    color: #fff !important;
    font-family: Roboto, sans-serif;
    font-size: 11px;
}

.prague-footer .footer-bottom-content .prague-social-nav .social-content,
.prague-footer .footer-bottom-content p{
    margin: 0 !important;
}

.prague-footer .footer-top-content {
	display: none;
}

.prague-footer div.footer-content-outer {
	padding-top: 0 !important;
}

.row.prague_services.prague_count_col3.prague_gap_col15.no-footer-content.prague-load-wrapper a {
    display: none;
}

/* header.prague-header.sticky-menu.sticky-mobile-menu.dark.absolute.simple {
    background-color: #111;
}
.dark .main-menu li a {
    color: #fff;
} */

body:not(.home) .prague-header.simple.sticky-menu.dark img {
   /* -webkit-filter: invert(80%);
    filter: invert(80%);*/
}

.prague-services-wrapper {
    min-height: 340px;
}

.prague-services-wrapper .services-item-icon {
    font-weight: 900 !important;
}

.prague-formidable .frm_forms.with_frm_style label.frm_primary_label, .prague-formidable .frm_forms.with_frm_style.frm_login_form label {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.home .prague-footer .footer-content-outer {
    padding: 30px !important;
}

.prague-footer .footer-content-outer {
    padding: 100px 0 40px !important;
}

/* About us*/
.prague-counter.multi_item .numbers svg mask .number {
    font-size: 50px !important;
}

/*Arrows*/
.number{
    width: 53px;
    font-size: 9px;
}
.number .left {
    position: relative;
    top: -8px;
    width: 23px;
    height: 20px;
    float: left;
    text-align: right;
    color: white;
}

.number .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
    background: white;
}

.number .right {
    position: relative;
    top: 8px;
    width: 23px;
    height: 30px;
    float: right;
    color: white;
}

.wpb_column.vc_column_container.vc_col-sm-2\/5 {
    z-index: 99;
    position: relative;
}
.vc_separator.vc_separator_align_left h4,
.vc_separator.vc_separator_align_right h4 {
    font-weight: 400;
    font-size: 12px;
}

/* Proyectos */
.project-description-image-1{
    margin-left: 20px;
}

.project-description-image-2{
    margin-right: 20px;
}

.fa{
font-family: 'FontAwesome' !important;
}

/* Media queries */
@media screen and (max-width:1200px){
    .prague-counter.multi_item .numbers svg mask .number {
        font-size: 40px !important;
    }

    .prague-counter .numbers svg mask .title {
        font-size: 15px !important;
    }
}

@media screen and (max-width:992px){
    .prague-counter .numbers svg mask .title {
        font-size: 15px !important;
    }

    .prague-counter.multi_item .numbers svg mask .number {
        font-size: 50px !important;
    }

    .vc_separator.vc_separator_align_left {
        margin-right: 0 !important;
    }
    .vc_separator.vc_separator_align_right {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:767px){
    .vc_separator.vc_separator_align_left,
    .vc_separator.vc_separator_align_right {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:680px){
    .prague-logo img {
        max-width: 80%;
    }
    .prague-counter .numbers svg mask .title {
        font-size: 15px !important;
    }

    .prague-counter.multi_item .numbers svg mask .number {
        font-size: 40px !important;
    }
    p {
        font-size: 16px !important;
    }
    .adddress-block .address-block-outer .address-title {
        font-size: 18px !important;
        letter-spacing: 0 !important;
    }
    /* Proyectos */
    .project-description-image-1{
        margin-left: 0px;
    }
    .project-description-image-2{
        margin-right: 0px;
    }
    section.container-fluid.top-banner.no-padd.simple.fullheight.s-back-switch {
        min-height: 50vh !important;
    }
}

@media only screen and (max-width: 414px){
    .heading {
        padding: 70px 0 !important;
    }   
    p {
        font-size: 14px !important;
    }

}