

/* Enter Your Custom CSS Here */

.slide-out-widget-area-toggle.mobile-icon a >span {
height: 10px !important;
}
#ajax-loading-screen .reveal-1, #ajax-loading-screen .reveal-2 {
display: none;
}
#footer-outer #copyright p {
margin-top: 36px;
  font-size: 12px !important;
}
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
      background-color: #ffea01!important;
}
#slide-out-widget-area.slide-out-from-right-hover .off-canvas-menu-container {
top: 10% !important;
}
#slide-out-widget-area.slide-out-from-right-hover {
padding: 62px 62px 62px 40px !important;
}
.container-wrap, .project-title {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.test {
    width:20px;
    height:60px;
}
/*
#portfolio-extra p {
    max-width: 1000px !important;
}
*/
@media only screen and (max-width: 700px) and (min-width: 480px) {
html body header#top #logo img {
  margin-left: 0!important;
}
}
@media only screen and (max-width: 999px) and (min-width: 1px) {
#header-outer #top #logo img {
 top: 7px !important; 
  }
  }
@media screen and (min-width: 1025px) {
#portfolio-extra img {
  max-width: 1200px !important;
}
}
@media only screen and (max-width: 480px) {
html body header#top #logo img {
    height: 12px !important;
    margin-left: 0% !important;
    top: 14px !important;
}
}