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

.limit-width {
  max-width: 1500px;
}
.main-container .row-inner > div {
    padding: 0px 0px 0px 0px;
}
.menu-mini.menu-smart span {
  font-size: 15px;
  font-weight: 500;
}
.top-menu {height: 0}
#menu-item-wpml-ls-10-it::after {
  content: "/";
  color: #fff
}
.submenu-dark .menu-smart ul a:hover,
.submenu-dark .menu-smart ul li.active > a {
  color: #fff!important;
  font-weight: 600;
}
.menu-sidebar.main-menu-container ul li a{
  color: #ee8a18;
}
.menu-sidebar.main-menu-container ul li a:hover{
  color: #3875b6;
}
.menu-sidebar.main-menu-container ul > li > ul {
  margin-left: 15px !important;
}

.menu-item.wpml-ls-item.wpml-ls-menu-item.menu-item-link {
  float: left;
  width: auto;
  margin-right: 20px;
}

.lines-button.x2 .lines::before, .lines-button.x2 .lines::after,
span.lines{
  width: 40px;
  height: 3px;
}
.mobile-menu-button-light.overlay-close.close .lines::before,
.mobile-menu-button-light.overlay-close.close .lines::after{
  background-color: #ee8a18 !important;
}

.menu-horizontal {height: 15%}
.style-color-xsdn-bg {background-color: transparent;}
.logo-container {padding-top: 0}
.menu-primary .menu-horizontal .menu-smart > li > a {
  padding-right: 7px;
  padding-left: 7px;
}
.btn {
  background: transparent;
  border-radius: 21px
}
.btn-orange {
  color: #fff!important;
  background: #EE8A18;
  border: none
}
.btn-white {
  color: #fff!important;
  border: solid #fff;
}
.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after {
  background: #fff!important
}



/* HOMEPAGE */


/* SINGLE NEWS */
.category-info,
.author-info {display: none!important}



/**********************************************
                    FOOTER
**********************************************/
.footer {background: #fff}
.site-footer p {
  font-size: 16px
}
.site-footer a {color: #777!important;}
.site-info a {
  color: #fff!important;
  text-decoration: underline;
}
.fa {
  font-size: 1.5rem;
  color: #3875B6
}


/* Breakpoints Media Query */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


  .mobile-menu-button-light .lines, .mobile-menu-button-light .lines:before, .mobile-menu-button-light .lines:after {
      background: #EE8A18;
  }
  .submenu-dark .menu-smart {background: #3875B6}
  .submenu-dark .menu-smart {background: #EE8A18!important;}
  .submenu-dark .menu-smart li.active > a, .submenu-dark .menu-smart li.current-menu-ancestor > a {
    color: #fff!important;
  }
  .submenu-dark .menu-smart a:focus {color: #fff;}
  .submenu-dark .menu-horizontal .menu-smart ul {background-color: #fff;}
  .submenu-dark .menu-smart ul a {color: #EE8A18}
  .submenu-dark .menu-smart ul a:hover, .submenu-dark .menu-smart ul li.active > a { color: #EE8A18!important;}
  .submenu-dark .menu-smart a:hover, .submenu-dark .menu-smart a:focus {color: #fff;}
  body .vc_custom_1565270087769 {padding-left: 36px!important}
  body .vc_custom_1565181454124,
  body .vc_custom_1565271570114 {height: 250px!important}
  .font-622422 {font-size: 30px!important}

  /* FOOTER */
  .single-block-padding {
    padding: 0px 36px 0px 36px;
  }
  footer .footer-last {margin-top: 25px;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {



}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {



}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {



}

@media all and (min-width: 944px) and (max-width: 1337px) {

  body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a {
    font-size: smaller
  }

}
