html {
    text-align: inherit !important;
}


.blog-post-container.clearfix {
	max-width: 1170px;
	margin: auto;
}

img.blogroll-image {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.post-holder {
	width: 50% !important;
	height: 380px;
}

/* Hide Original Nav */
nav.ish-ph-main_nav {
	display: none;
}

@media screen and (max-width: 1170px) {
	.post-holder {
		width: 100% !important;
	}
}



@media only screen and (min-width : 1200px) {
	#CONTACT {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#CONTACT {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#CONTACT {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.ish-part_header .ish-row_inner:before {
		border-bottom: none;
	}
}

@media only screen and (max-width : 480px) {
    .ish-part_header:not(.ish-sticky-scrolling) .ish-ph-logo, .ish-part_header:not(.ish-sticky-scrolling) .ish-ph-main_nav {
		height: 100% !important;
		margin: 0px;
		position: absolute;
	}
	.ish-ph-logo img {
		max-height: 100%;
		max-width: 180px;
	}
	#sf-mob-navbar{
		display: none !important;
	}
	.ish-part_header:not(.ish-sticky-scrolling) .ish-ph-logo, .ish-part_header:not(.ish-sticky-scrolling) .ish-ph-main_nav {
		height: 100% !important;
		margin: 0px;
		position: absolute;
	}
	.ish-part_header.ish-sticky-scrolling .ish-ph-logo {
		display: table;
		position: absolute;
	}
}

.ish-ph-logo img {
	max-height: 100%;
}

/*author box*/

.saboxplugin-wrap {
  background-color: #5fbd70 !Important;
}

/*search results*/

.ish-part_content.ish-without-sidebar > .wpb_row.ish-row_notsection + .wpb_row.ish-row_notsection {
  margin-top: 45px;
}

/*blog images*/
.ish-body .ish-wrapper-all .ish-part_content .post {
background-position: center center !important;
background-attachment: scroll !important;
}


/*
	.ish-comments-headline:before, .ish-comments-form:before, input[type="submit"], .ish-blog .wpb_row .ish-blog-post-links:after, .ish-blog-post-masonry.ish-image-cover .ish-blog-post-media + div:before {
	background-color: #665d4b;
	box-shadow: 0 3px 0 #4d4432;
	width: 100%;
}*/

/* Footer Button Fix*/
.footersubmit:hover
{
	background-color: #4D4432 !important;
	box-shadow: 0 3px 0 #342b19;
}

.footersubmit{
    background-color: #665d4b !important;
    box-shadow: 0 3px 0 #4d4432;
    width: 100%;
}


/* Fix Height of Nav Icon*/
.sf-navicon-button {
	padding: 23px 24px;
}

/* Single Post Social Footer */

.single-post div#custom-html-container {
	background: rgb(249, 249, 249) !important;
}

.single-post div#outer-container {
	background: rgb(249, 249, 249) !important;
}

/* Search Social Footer */

.search div#custom-html-container {
	background: rgb(249, 249, 249) !important;
}

.search div#outer-container {
	background: rgb(249, 249, 249) !important;
}

.comment-submit-butt > input {
	background: rgb(172, 174, 169);
	box-shadow: 0 3px 0 #939590;
	color: white;
}

.comment-submit-butt:hover > input {
	background: #949691;
    box-shadow: 0 3px 0 #7a7c77;
	color: white;
}

.comment-text-area{
    background: #81837F;
}

.ish-back_to_top {
	bottom: 40px;
	right: 40px;
}

@media (max-width: 768px){
	.ish-back_to_top {
		bottom: 10px !important;
		right: 10px !important;
	}
}

.wp_rp_wrap {
	margin-top: 30px;
}

#nav-menu-toggle{
	margin: auto;
	line-height: 60px;
	float: right;
	font-size: 28px;
	border: none;
	text-decoration: blink;
	color: rgb(55, 117, 186);
}
#nav-menu-toggle:focus {
	outline: none;
}

.ap-form-wrapper.ap-front-form-styler {
    box-sizing: border-box;
}
button {
  box-shadow: none !important;
}

.wpp-views {
    display: none !important;
    }
    
.wpp-list li {padding-bottom:10px !important;}