/*
Theme Name: Daze Child Theme
Description: This is a custom child theme I have created.
Author: SR
Template: daze
Version: 0.1
*/

@import url("../daze/style.css");

html, body{
	border: none;
}

html.menu-overlay-active, .menu-overlay-active body {
	height: 100%;
	overflow: hidden;
}

html, .top-bar.mobile .menu-overlay.active {
    border:none;
}
.search-text{
	font-size: 1em
}

.top-bar.mobile .menu-button {
	margin: 7px 0;
}


#site-header img{
	width: 230px;
	height: auto;

}
.top-bar.mobile .site-logo img {
height: 30px;
}
.top-bar.mobile .site-logo a {
	vertical-align: -webkit-baseline-middle
}

.top-bar.desktop .tagline {
	padding: 10px 0 0 0;
}
.top-bar a.logo	img {
	height: 17px;
	width: auto;
}
.site-logo{
	margin-bottom: 0 !important	;
}

.social a.bw i{
	font-size: 12px;
}

.social a.facebook:hover {
    color: #3b5998;
    cursor: pointer;
}
#site-footer a.facebook:after {
    content:" Facebook";
}
.social a.instagram:hover {
    cursor: pointer;
}
#site-footer a.instagram:after {
    content:" Instagram";
}
.social a.youtube:hover {
   color: #e52d27;
    cursor: pointer;
}
#site-footer a.youtube:after {
    content:" Youtube";
}
.social a.linkedin:hover {
    color: #007bb6;
    cursor: pointer;
}
#site-footer a.linkedin:after {
    content:" LinkedIn";
}
.social a.twitter:hover {
    color: #4099FF;
    cursor: pointer;
}
#site-footer a.twitter:after {
    content:" Twitter";
}
.social a.angellist:hover {
    cursor: pointer;
}
#site-footer a.angellist:after {
    content:" AngelList";
}

.v-line{
	display: none;
}

@media only screen and (max-width:1000px) {
	#menu-blog-header{
		display: flex;
		flex-direction:column;
	}
	#menu-blog-header li{
		display: block;
		width: auto;
	}

	.sub-menu{
		display: flex;
		flex-direction: column; 
	}

	.top-bar.mobile .social {
		text-align: left;
		border-bottom: none;
	}
	div.social{
		padding: 2em !important;
		padding-left: 12px;
	}
	div.social > a {
		margin: 0 !important;
		padding: 0 12px !important;
	}

	.social a.bw i {
    font-size: 18px;
	}

	.search-button.va-middle{
		color:white;
		margin-top: auto !important;
    	margin-bottom: auto !important;
	}

	li.menu-item{
		width: 100% !important;
	}
	li#search_blog_tab{
		display: flex;
		justify-content: space-between;
	}
	a.search_blog_button{
		width: 83%;
	}
	.search-icon svg{
		fill:#494949;
	}
	.social a{
		display: inline-block;
	}

	#nwps{
		width: 100% !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	/*svg.slick-arrow{
		display: none !important;
	}*/
}

.post-footer, .posts-nav{
	width: 94%;
	margin: 0 auto;
}

h6.post-category a {
	white-space: nowrap;
}

.top-bar.mobile .main-menu li{
	background: #111;
}


div.top-posts-slider .thumb a {
	display: inline-block; height:auto;
}

#site-footer section.widget:not(.insta) {
	margin-left:20px;
	margin-top:20px;
}

#to-top{
	left:28px;
	right:0px;
}




















