/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.triangle {
    width: 200px;
    height: 200px;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #a48d01 50%, #a48d01 100%);
}


#bottom-footer {
	display: none;
}

.menuImage {
        -webkit-filter: drop-shadow(10px 10px 10px #666666);
        filter: drop-shadow(10px 10px 10px #666666);
      }


.header-bottom {
	border-bottom: 0px !important;
}


.box:after {
  content: ' ';
  border-top: 10vh solid #008ce6;
  border-right: 10vw solid transparent;
  width: 0;
  position: absolute;
}

#top-footer{
	background-color: #565b6f !important;
}

/*
.footer-block .widget {
  text-align: left !important;
}
*/
/*
.footer-block .widget  {
  text-align: left;
}

section #footer-left  {
  text-align: right !important;
}

.right{
	text-align: right !important;
}
*/