/*
Theme Name:     Vitech CST
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
#its-const {
    display: none!important;
}

.topbar-navbar__wrapper {background-color: #1e73be;}

.header-contact__info, .header-contact__info a, .header-contact__info a:active {color:#fff!important;}

.nav__menu{font-weight: 500;}
.nav__menu .vtitemh{color: #1e73be;}
.nav__menu .vtitemh span{display:none;}
.nav__menu .vtitemh::after{
    padding: 10px 0 5px 0;
    margin-bottom: 5px;}
@media (min-width: 992px){
	.nav__menu .vtitemh::after{position: fixed;}
	.nav__menu .vtitemh{margin: 14px 8px 6.25px;}
	[id^=customizr-slider-] .czrs-title.very-big {font-size:32px!important;}
[id^=customizr-slider-] .czrs-subtitle {font-size:20px!important;}
} 
@media (max-width: 991px){
	.nav__menu .vtitemh{margin: 30px 10px 11.25px; font-size: 1.5em;}
		[id^=customizr-slider-] .czrs-title.very-big {font-size:25px!important;}
[id^=customizr-slider-] .czrs-subtitle {font-size:18px!important;}
}

.home #footer-horizontal-widget-area, .home .footer__wrapper .widget__wrapper {
    display: block;
    background: linear-gradient(to bottom, #1e73be 0%,#b3e5fc94 12%);
    padding: 0px 15px 0px;
}

#footer-horizontal-widget-area, .footer__wrapper .widget__wrapper {
    display: none;
}
.footer-skin-dark .footer__wrapper #colophon {
    background: #1e73be;
    color: #fff;
}
.colophon__row .footer__credits, .colophon__row .footer__credits a {
    color: #fff;
}
#wpadminbar{background: #1d23275c;}

#content, #main-wrapper {
    padding-bottom: 0.5em;
}

[id^=customizr-slider-] .carousel-cell, [id^=customizr-slider-] .carousel-inner {font-family: 'Roboto Condensed';}
.section-slider .czr-filter+.slider-text, [id^=customizr-slider-] .czrs-title{font-family: 'Roboto Condensed';}

.section-slider .czr-filter+.slider-text {
    background-color: #00000042;
	font-family: 'Roboto Condensed';
}
[id^=customizr-slider-] .czrs-title {
    font-weight: 500;

}

