/*
Theme Name: Alap - Child
Template: alap
Version: 1.0.0
*/



/*---------------------------------
      write your css from here
------------------------------------*/

.header-info span + span::before,
.top-right-left:after {
    background: #414141 none repeat scroll 0 0;
    /*content: "";*/
	  display: none;
    height: 15px;
    left: -4px;
    position: absolute;
    top: 2px;
    width: 1px;
}
@media (max-width: 767px) {
	.site-title img {
    width: 85%;
	}
}
.page-area {
	padding: 0px;
}
.primary-nav-wrap ul > li ul.sub-menu {
	width: 300px;
}
@media (max-width: 1400px) {
	.primary-nav-wrap {
		padding-right: 150px;
	}
}