/*
Theme Name: Visual Composer Starter Child
Theme URI: //visualcomposer.io/visual-composer-starter-theme/
Description: Visual Composer Starter child theme
Author: Pirati Associati
Author URI: //piratiassociati.com
Template: visual-composer-starter
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300&display=swap')

/* --define colors--*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/*--ie11 flexbox bug fix*/
	.vce-row-container {
		display: flex;
		flex-direction: row;
	}
	.vce-row {
		flex: 1;
	}
}

.vce {
	margin-bottom: 0 !important;
}

.vce-button--style-outline-wrapper.vce, .vce-button--style-basic-wrapper.vce {
	margin-bottom: 30px !important;
}

.vce-features--icon {
	width: 2.2em !important;
	height: 2.2em !important;
}

.affix {
	top: 0;
	width: 100%;
	height: auto;
	z-index: 9999 !important;
	background: #fff;
}

.affix .navbar-brand .custom-logo {
	height: 50px;
}


#header .navbar .navbar-wrapper {
	padding: 15px;		
}

/* select-language styles */

.select-language {
	line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    z-index: 999;
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 32px;
}

.select-language a {
	color: #666;
	opacity: 0.6;
	transition: all 0.2s ease-out;
}

.select-language a:hover {
	opacity: 0.9;
}

.select-language a img {
	margin-bottom: 0;
}

.select-language .current-lang a {
	color: #222;
	opacity: 1;
}

.entry-content .list-unstyled {
	list-style: none !important;
}

.entry-content .list-unstyled>li {
	padding-left: 0;
	list-style: none !important;
}

.entry-content .list-unstyled>li:before {
	display: none;
}

.entry-content table, .comment-content table {
	table-layout: auto;
}

.is-unstyled-list {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.is-inline-list {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.is-inline-list>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* end of select-language styles */

.vce-featured-image-grid-container.vce-posts-grid-container .vce-post-description--title {
	font-size: 1rem !important;
}

.vce-featured-image-grid-container.vce-posts-grid-container .vce-post-description--category {
	font-size: 14px;
	font-weight: 500;
	color: #ddd !important;
}

#footer a {
	color: inherit
}

@media (max-width: 992px) {
	.select-language {
		top: 0;
		right: 60px;
	}
	.select-language a {
		color: #fff;
	}
	.affix .select-language {
		line-height: 50px;
	}
	.affix .select-language a {
		color: #333;
	}

	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle, body:not(.menu-sandwich) .navbar-toggle {
		display: block !important;
	}	
	.navbar-collapse.collapse {
		display: none!important;
	}
	.collapse.in {
		display: block !important;
	}

	.navbar-nav>li {
		float: none;
	}

	body:not(.menu-sandwich) #main-menu ul li, 
	body:not(.menu-sandwich) #main-menu ul li a, 
	body:not(.menu-sandwich) #main-menu ul li ul li a {
		color: #fff !important;
	}

	.main-content {
		margin-top: 95px;
		min-height: calc(100vh - 173px);
	}
}


@media (min-width: 992px) {
	.main-content {
		margin-top: 95px;
		min-height: calc(100vh - 183px);
	}
	.navbar-nav>li {
		float: left;
	}
	body:not(.menu-sandwich) #main-menu {
		height: 50px;
	}
	body:not(.menu-sandwich) #main-menu>ul {
		margin: 0
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {		
		padding: 16px 15px;
	}
	
}