/*
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
*/

.b-socials ul {
    padding-left: 0!important;
}

.t-entry-text hr{
	display: none;
}



/* enable the code between these measures */

@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;
}

/* 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;
}

.logo-container{
    /* padding-top: 45px!important; */
    padding-top: 34px!important;
    padding-bottom: 34px!important;
}
.main-logo{
    height: 35px!important;
}

.menu-btn-table .btn{
    padding: 10px 15px!important;
}

}

body
{
	hyphens: auto;
}
