/*


Theme Name: Darkout a multipurpose wordpress theme 2


Author: TheScube


Theme URI: https://scube.co/


Description: Darkout a multipurpose Wordpress theme.


Version: 1.0.0


License: GNU General Public License v2 or later


License URI: http://www.gnu.org/licenses/gpl-2.0.html


Tags: darkout, scube-themes


*/
@media only screen and (min-width: 992px) {
#header.light_scheme .header .menu .sub-menu {
  border-top: 2px solid #000;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}

#header.light_scheme .header .menu .custom-menu ul li ul li {
  border-bottom: 0;
  background-color:#fff;
}

#header .header .menu .custom-menu .sub-menu .dropdown a {
  padding: 10px;
}

#header.light_scheme .header .menu .custom-menu ul li ul::after {
  content: none ;
}

#header.light_scheme .header .menu .custom-menu ul>li.menu-item-has-children::before {
  top: 24%;
  position: absolute;
  cursor: pointer;
  border: 0;
  right: 10px;
  color: #808080;
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
}

#header .header .custom-menu ul li {
  padding-right: 20px;
  padding-left: 0;
}

#header .header .custom-menu ul li:last-child {
	padding-right: 0;		
}
}

@media (max-width:1200px) and (min-width:92px) {
#header .header .custom-menu ul li {
  padding-right: 15px;
}
	
.header .nav-link, .header .navbar-expand-lg .navbar-nav .nav-link {
 padding: 15px 9px;
}
	
}
/* gutenberg css starts */

@media only screen and (min-width: 576px) {
.alignwide {
 /* Set these margins to work with your own theme. */
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw;
}

/* .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
} */

.alignfull img {
 width: 100vw;
}
}

/* gutenberg css ends */
