/* @override 
	http://n2kbase.flywheelsites.com/wp-content/themes/n2kbase/style.css?ver=4.5.2
	http://n2kbase.flywheelsites.com/wp-content/themes/n2kbase/style.css?ver=4.5.3
*/

/*
Theme Name: N2Kbase Child Theme
Description: Child theme for Ayla Theme
Author: Glyphs Company
Template: ayla
Version: 1.0
*/

/* write custom css */
/* N2Growth Orange is #f38231 */


.header .logo {
	width: 230px;
}

.footer-logo img.logo {
	width: 300px;
}

div.header, .header .mask {
	height: 288px;
}

div.header div.content-box {
	margin-top: 100px;
}

div.main-content {
	top: 320px;
}

div.post-content {
	max-width: 800px;
	margin: 0px auto;
}

.ng-scope md-dialog.contact-bg, .ng-scope md-dialog.subscribe-bg, .ng-scope md-dialog.search-bg {
	background: #ffffff none;
}
md-sidenav md-icon{
	color: #000 !important;
}

.post-img {
	text-align: center;
}

.standard .post-img img {
	width: auto;
	max-width: 100%;
}



span.cat {
	font-family: "Montserrat", san-serif;
	text-transform: uppercase;
	color: #cacaca;
	font-size: 13px;
}

span.cat.services a {
	margin-bottom: 0px;
	font-weight: normal;
}



.filter-bar {
	position: relative;
	background-color: transparent;
	top: 51px;
	width: 100%;
	clear: both;
	height: 50px;
	z-index: 10;
	opacity: .9;
}

.filter-bar select {
	float: left;
	width:24%;
	height: 40px;
	margin: 5px .5%;
	color: #8e8e8e;
	text-transform: uppercase;
	font: 12px/16px "Montserrat", san-serif;
	padding: 5px 15px;
	background-color: rgba(0,0,0,0.9);
	-webkit-appearance:none;
}

.filter-bar .container {
	position: relative;
}


.filter-bar.fix-to-top {
	top: 51px;
	height: 40px;
	background-color: #feffff;
	z-index: 999999;
	position: fixed;
	border-bottom: 1px solid #efefef;
	padding: 2px 0px;
}
.filter-bar.fix-to-top select {
	height: 30px;
	background-color: rgba(254,255,255,0.9);
}



.content-box-subsribe{
	display:none;
}

div.clear {
	clear:both;
}


md-input-container .md-input {
	color: #595959;
}

.post-content ul li:has(blockquote){
	list-style-type: none;
}

#n2k-search-bar {
	margin: 0px 0px 0px;
}

#n2k-search-bar input {
	width: 72%;
	float: left;
	padding: 1% 2%;
	margin-right: 1%;
	border: none;
	background-color: #f0f0f0;
	border-radius:3px
}
#n2k-search-bar input#searchsubmit {
	width: 22%;
	float: right;
	margin-right: 0%;
	background-color: #f38231;
	color: white;
	font-weight: bold;
	
}
#n2k-search-bar input#searchsubmit:hover {
	opacity: 0.9;
	font-weight: bold;
	font-style: italic;
}

#n2k-search-bar p {
	clear:both;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px auto;
    padding: 40px;
    line-height: 1.5em;
    max-width: 800px;
	color: #404040;
	text-align: center;
}

#mailing_list_popup {
	background-color: white;
	padding: 30px;
}


a.md-icon-button.right-icon svg{
    fill:white;
}

a.md-icon-button.right-icon:hover svg{
    fill:#f38231;
}


md-dialog.subscribe-bg .call-out {
    background-color: white;
    padding: 20px;
    text-align: center;
    margin: -24px -15px;
}

md-dialog.subscribe-bg .call-out h2 {
	margin: 20px 0px;
}

md-dialog.subscribe-bg .call-out p {
	margin: 20px 0px;
}

button.md-primary.md-button.rounded {
    background-color: #f38231;
    color: white;
    text-transform: none;
    font-weight: 400;
    border-radius: 18px;
    padding: 0px 20px;
}

md-dialog .md-actions .md-button.rounded.no-thanks {
	background-color: white;
    color: #f38231;
    text-transform: none;
    font-weight: 400;
    border-radius: 18px;
	border: 1px solid #f0f0f0;
	padding: 0px 20px;
}

.subscribe-message {
	color:  #4e8716;
}







@media (max-width: 1000px) {
	.filter-bar select {
  		width: 49%;
    	height: 25px;
 	}
 	.filter-bar {
		top: 36px;
	}
	.filter-bar.fix-to-top {
		display: none;
	}
}
