/* Desktop */
@media screen and (min-width: 1200px) {
/* 	nav ul.sf-menu{
		display: none !important;
	} */
}

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1400px) {

}

/* Tablet Landscape */
@media screen and (min-width: 992px) and (max-width: 1200px) {

}

/* Tablet Portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.dg-expert--photo{
		min-height: 200px !important;
		margin-bottom: 0 !Important;
	}
		.dg-searchbar{
		margin-top:0 !important;
	}
	.dg-searchbar .row_col_wrap_12 .vc_col-sm-12{
		padding:0 !important;
		background-color: #0B244A !important;
	}
}

/* Mobile Landscape and Small Tablet */
@media screen and (min-width: 479px) and (max-width: 767px) {

}

/* Mobile Portrait */
@media screen and (max-width: 479px) {
	#ajax-content-wrap .vc_row.inner_row.right_padding_4pct .row_col_wrap_12_inner{padding-right: 8% !important}
	#ajax-content-wrap .vc_row.inner_row.left_padding_4pct .row_col_wrap_12_inner{padding-left: 8% !important}
	a.last{
		display: block  !important;
	}
	.wp-pagenavi .pages{
		display: none !important;
	}
	.dg-expert--photo{
		min-height: 400px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 0 !Important;
	}
	body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3){
		margin-left: 0 !important;
	}
	.dg-expert--content{
		background-color: #0B244A !important;
	}
	.span_9 ul.products li.product, body.woocommerce ul.products li.product, body.woocommerce-page .span_9 ul.products li.product, body.woocommerce-page ul.products li.product{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.woocommerce-product-attributes-item__label{
		width: 40% !important;
	}
	.woocommerce-product-attributes-item__value{
		width: 60% !important;
	}
	#page-header-bg .container .row .col.span_6 .inner-wrap h1{
	font-family: PT Sans;
    text-transform: none;
    font-size: 30px !important;
    line-height: 40px;
		text-align: center !important;
}
	body.material #header-secondary-outer .nectar-center-text{
		text-align:left !important;
		padding: 15px 0 !important;
		margin: unset !important;
	}
	.dg-searchbar{
		margin-top:0 !important;
	}
	.dg-searchbar .row_col_wrap_12 .vc_col-sm-12{
		padding:0 !important;
		background-color: #0B244A !important;
	}
}