/*
Theme Name: Chique Child
Theme URL: https://catchthemes.com/themes/chique/
Description: A child theme of Chique Theme
Template: chique
Version: 1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout,
accessibility-ready
Text Domain: chique-child
*/

@font-face {
	font-family: "DejaVu-Bold";
	src: url("./assets/fonts/DejaVuSans-Bold.ttf");
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: "DejaVu-BoldOblique";
	src: url("./assets/fonts/DejaVuSans-BoldOblique.ttf");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "DejaVu";
	src: url("./assets/fonts/DejaVuSans.ttf");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "DejaVu-Condensed";
	src: url("./assets/fonts/DejaVuSansCondensed.ttf");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "DejaVu-Condensed-Oblique";
	src: url("./assets/fonts/DejaVuSansCondensed-Oblique.ttf");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "DejaVu-Condensed";
	src: url("./assets/fonts/DejaVuSansCondensed.ttf");
	font-weight: normal;
	font-style: normal
}
@font-face{
	font-family: "DejaVu-Light";
	src:url("./assets/fonts/DejaVuSans-ExtraLight.ttf");
	font-weight:lighter;
	font-style:normal;
}
.main-navigation li.menu-item-has-children a{
	font-family:"DejaVu-Bold";	
}
.main-navigation li{
	font-family:"DejaVu";	
}
@media (max-width:599px){
.site-branding a img{
	width:180px !important;
	}}
@media (min-width:599px){
.site-branding a img{
	width:250px !important;
	}
	#footer-menu li{
	display:inline-block;
	margin-left:15px;
}