/*
Theme Name: Senator Sara Child
Version: 1.0
Template: senatorsara

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.logo img { width:240px !important; height:109px !important;  }
body {
  font-family: 'Monsterrat', sans-serif;
}

.themesflat_header_wrap {
	box-shadow: none !important;	
}

/* nav */
#mainnav ul li a { 
	font-family: 'Monsterrat', sans-serif; 
	font-weight:500 !important;
	font-size:17px !important;
}

#mainnav ul.sub-menu li a { font-weight:700 !important; }

@media (min-width: 1281px) {
  
  #mainnav ul { margin-top:32px;}
  #mainnav ul.sub-menu { margin-top:-12px; }  
}

@media (min-width: 1025px) and (max-width: 1280px) {
  
  #mainnav ul { margin-top:32px;}
  #mainnav ul.sub-menu { margin-top:-12px; }  
}


/* media quaries */
@media only screen and (max-width : 640px) {
	.logo img {width:250px !important; height:114px !important; }
}

@media (max-width:480px){
	.logo img {width:250px !important; height:114px !important; }
}
