/*--
	Theme Name: theme52701
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */
body{
  font-family:Questrial, 'Roboto';
  font-size:16px;
  line-height:24px;
  letter-spacing: 1px;
}
li{line-height:24px;}
.language-switch{
  position: absolute;
  right: -30px;
  top: 20px;
  z-index: 999;
}
.sf-menu > li > a{
  font-size:16px;}
.sf-menu li li a{
  font-size:16px;
  line-height:24px;
  padding: 5px 20px 4px 20px !important;
}


@media (max-width: 767px) {
  .language-switch{
    position: static;
    text-align: center;
  }
}

@media (min-width: 1200px) {

  div.motopress-wrapper .container {
    width: 940px;
  }
  div.motopress-wrapper .span12 {
    width: 940px;
  }
  header .container,
  header .span12 {
    width: 1170px;
  }
}