@charset 'utf-8';
/*
Theme Name: Invetex Child Theme
Theme URI: http://invetex.themerex.net/
Description: Invetex - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Template: invetex
Version: 1.0
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Font */

@font-face {
    font-family: SofiaProBlack;
    src: url("./fonts/SofiaPro-Black.ttf");
}

@font-face {
    font-family: SofiaProLight;
    src: url("./fonts/sofiapro-light.otf");
}
body {
    font-family: SofiaProBlack;
}

.scheme_original .sc_services_item_subtitle,
.scheme_original .sc_item_descr,
.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_info_2,
.sc_item_descr,
p {
    font-family: SofiaProLight;
    font-size: 17px;
}

.menu_main_nav > li > a {
    font-family: SofiaProLight;
    font-weight: 600 !important;
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    font-family: SofiaProBlack !important;
}

.sc_title,
h4 {
    font-size: 1.4em !important;
}

.sc_item_title {
    font-size: 3em;
}

.scheme_original h6 {
    font-size: 1.2em;
}

.sc_services_item .sc_services_item_title {
    font-size: 1.5em !important;
}
/* -------------------------------------------------------------- */
/* Logo */
.top_panel_middle .logo {
    margin: 2rem 0 !important;
}
.top_panel_wrap .logo_main {
    width: 200px;
    margin: 0;
}

.top_panel_fixed .top_panel_wrap .logo {
    margin: 23px 0 !important;
    display: flex;
}

.top_panel_fixed .top_panel_wrap .logo_fixed {
    margin: 0 !important;
}

body:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav > li.current-menu-item > a {
    color: white;
    font-weight: bolder;
    font-size: 12px;
    border-bottom: 1px solid #ffffff36;
    border-top: 1px solid #ffffff3b;
}

.scheme_original .logo .logo_text {
    color: white !important;
}

.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner .logo_text {
    color: #262691 !important;
}

.logo_slogan {
    display: none;
}

/* Header */
.menu_main_nav > li > a {
    padding: 1.75em 1em 1.75em !important;
}
/* 
@media screen and (max-width: 900px) { */
     .logo_text{
         font-size: 28px !important;
    }
/*   } */
/* Panel image */
.top_panel_image_hover {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.36738445378151263) 19%,
        rgba(0, 0, 0, 0.7301295518207283) 100%
    ) !important;
}

/* Map */

.g-map-home {
    height: 250px !important;
}

/* Footer */

footer .logo img {
    width: 200px !important;
}

/* Recaptcha */

.grecaptcha-badge {
    display: none !important;
}

/* Services general item */

.services-general-item .sc_section {
    min-height: 230px;
}

/* Home Slider  */

body.home rs-bgvideo.defaultvid {
    height: 108% !important;
    top: -30px;
}

body.home .rs-fullvideo-cover {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3211659663865546) 19%,
        rgba(0, 0, 0, 0.6488970588235294) 100%
    );
}

/* Page */
.page-template-default .page_wrap {
    background-color: white !important;
}
.home.page-template-default .page_wrap {
    background-color: #F7F7F7 !important;
}



/* Forms */

.wpcf7 form input[type="submit"] {
    border: none !important;
}


/* Buttons */

.wpcf7-submit {
    transition: all 0.3s ease 0s;
}

.sc_button:hover, .wpcf7-submit:hover {
    background-color: rgba(38,38,145,0.8) !important;
    transition: all 0.3s ease 0s;
}

.sc_services_item_title  {
    transition: all 0.3s ease 0s;
}

.sc_services_item_title a:hover {
    color: rgba(38,38,145,0.8) !important;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}
