/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
hr.separator-break {
  border-top-width: 5px;
}
hr {
  margin-bottom: 30px !important;
}
.icon-box-left.icon-box-space-reduced .icon-box-content {
  padding-left: 5px;
}
/*.cell-height-1 {
	display: block;
	height:60px !important;
	vertical-align: middle !important;
}
.cell-height-2 {
	display: block;
	height:80px !important;
	vertical-align: middle !important;
}
.cell-height-3 {
	display: block;
	height:100px !important;
	vertical-align: middle !important;
}*/
@media (min-width: 960px) and (max-width: 1300px){
/* reduce the padding around the logo */
.col-lg-0 {
padding: 27px 12px 27px 36px;
}
/* reduce the padding of the menu items */
.menu-smart > li > a {
padding: 0px 5px !important;
	font-size:16px !important;
}
.menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul > li > a {
	font-size:14px !important;
}
/* reduce the menu letter spacing */
.menu-container ul.menu-smart > li > a, .menu-container ul.menu-smart li.dropdown > a{
letter-spacing:0px !important;
}
/* reduce the dropdown arrows padding */
.menu-smart i.fa-dropdown {
padding: 0px 0px 0px 2px;
}
/* reduce the first menu item padding */
body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
margin: 0px 0px 0px 0px;
}
}