/*
Theme Name: Carpa Studio Child Theme
Author: Carpa Studio
Author URI:  https://carpastudio.com/
Template: salient
Version: 1.0
*/

/* General */
.custom-main-color {
	color: #205F81;
}

/* Mobile */
.slide-out-widget-area-toggle.mobile-icon.fullscreen-inline-images {
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    #home-video {
        display: none !important;
    }
}

@media only screen and (min-width: 1000px) {
    #home-video-mobile {
        display: none !important;
    }
}