input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.HeaderBox i
{
	padding:27px !important;
}
/*Blog Detail Nav link*/
	
	.nav-links a[rel=prev]{
		float:left !important;	
	}
	
	.nav-links a[rel=next]{
		float:right !important;	
	}

/* Remove that description just another wordpress*/

.site-description {
    display: none;
    margin: -3px 0px 21px;
}

/* Paging Css */
.paging-navigation {
	border-top: 5px solid #462a28; 
	margin: 0px 0; 
	margin-top: 25px;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}
.current{
	color:#2f2f2f ; 

	}
.paging-navigation a {
	color: #444d5f; 
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #de8f4c ;
	color:#de8f4c !important;
}

.paging-navigation a:hover {
	border-top: 5px solid #de8f4c; 
	color: #de8f4c;
}
/*
.BlogPic a img,
.BlogPic img {
	margin-bottom: 10px;
	max-width: 100%;
}*/

/*set the max width for the image*/
.BlogPic img {
	margin-bottom:10px;
	max-width:100%;
}
/*	
BlogCnt img {
	max-width:650px;
	height:auto;
}*/	

/*Comment css*/
/*set the red color for the leave reply*/
.comment-reply-title{
	color:#444d5f;
	font-family: 'montserratlight';
	
}	

.comments-title{
	color:#444d5f; 
	font-size:20px !important;	
	font-family: 'montserratlight';
}

/*comment area size*/
.comments-area {
	margin: 0px auto;
	max-width: 100%;
	padding: 0 0px;
}
/*set the post button color*/
.comment-form input[type="submit"]:hover, .comment-form input[type="submit"]:focus {

background-color: #444d5f;

color: #fff;
}
.comment-form input[type="submit"] {
  width: 180px;
}
.comment-metadata a {
color: #de8f4c;
}

.comment-metadata a:hover {
color: #444d5f;
}


.comment-reply-link:before,
.comment-reply-login:before {
	/*content: "\f412";*/
	margin-right: 2px;
	color:#de8f4c;

}

.comment-reply-title small a {
color: #444d5f;
float: right;
height: 24px;
overflow: hidden;
width: 24px;
}

.comment-reply-title small a:hover {
color: #de8f4c;
float: right;
height: 24px;
overflow: hidden;
width: 24px;
}

/*set the admin link color on detail page in comment color */
.comment-author .fn a{
   
	color:#022448;
}
.comment-author .fn a:hover{
   
	color:#679935;
}
.comment-author a {
color: #022448;
}


.comment-author a:hover{
color: #007a41;
}



/*removing padding for the comment area */
.full-width .comments-area{
padding-right: 0px;
padding-left: 0px;
}

.comment-form input[type="submit"] {
	background-color: #de8f4c;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 30px 18px;
	text-transform: uppercase;
	vertical-align: bottom;
	border-radius: 5px;
	margin-top: 10px;
	font-family: 'montserratregular';
}

/*set the color for the next and previous link*/
.post-navigation .meta-nav {
color: #de8f4c !important;
display: block;
font-size: 12px;
font-weight: 900;
line-height: 2;
text-transform: uppercase;


}

/*set hover color for the next and previous link*/ 
.post-navigation :hover, .image-navigation a:hover {
color: #444d5f !important;
}

/*removing border in next amd previous link*/
.post-navigation a, .image-navigation a {
border-bottom: 0px solid rgba(0, 0, 0, 0.1);
color: #de8f4c !important;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.7142857142;
text-transform: none;
width: 50% !important;
float: left;
padding:0px;
}
												
/*.nav-next .meta-nav {
float: right !important;
}*/
.comments-area .form-submit {
    margin-bottom: 15px;
}
.post-navigation a {
/* padding: 4.5454% 9.0909%; */
margin-top:10px;
margin-bottom:10px;
}

.nav-next a{
	float:right;	
}
/*Next -Prev Squer Blok css and color*/
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
	background-color: #de8f4c;	
}
/*.pagination .prev, .pagination .next {
		height: 47px;
		padding: 0;
		width: 47px;
		background-color:transparent;
}*/

/*Next -Prev Arrow css and color*/

/*.pagination .prev:before, .pagination .next:before {
	height: 47px;
	line-height: 47px;
	width: 47px;
	color:#FFFFFF;
}

 .pagination .prev:hover, .pagination .next:hover {
 	background-color:transparent ;
	color:#2f2f2f;
 }*/
/*remove the border in next and previos*/
.nav-links {
    -moz-hyphens: auto;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
}
	
	
/* set tag color and margin */
.entry-meta .tag-links a {
	background-color: #de8f4c !important;
	border-radius: 0 2px 2px 0;
	color: #FFF;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 0px 4px 10px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;  
}

.entry-meta .tag-links a:hover {
	background-color: #444d5f !important;
	color: #FFF !important;  
}

.entry-meta .tag-links a:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-right: 8px solid #de8f4c !important;
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #444d5f !important;
}
  
/*set ttitle of archive,404,category etc*/
.BlogTitle{
	font-size: 20px;
	line-height: 40px;
	color: #1b4266;
	font-family: 'montserratregular';
	padding: 0px 0px;

}
.page-content {
	font-family: 'montserratlight';

}

/*set the color for the logout*/
.logged-in-as a{
		color: #de8f4c;	
		text-decoration:none;
	}
.logged-in-as a:hover{
		color: #444d5f;	
		text-decoration:underline;
	}	
	/*set the reply color*/
	.reply a{
			color:#de8f4c;
			}
			
	.reply a:hover{
			color:#022448;
			}	

 /* set the width for right navigation panel*/   
#secondary {
	background-color: #FFFFFF;
	border: 0;
	clear: none;
	float: right;
	margin: 0 0 0 -100%;
	width: 100%;
	padding: 0 0px;
}



/*class for set title like : "Tag Archives: Tag1"*/
.BlogHeadingTitle{
	color: #022448;
	font-size: 24px !important;
	/*margin-bottom: 15px;*/
	font-family: 'montserratregular';
	/*padding-bottom: 10px;	*/
}

/*Custom Site CSS*/

.footer-title {
	color: #ffffff;
}

.footer-title:hover {
	color: #ffffff;
}
.BlogDetailContainer img,
.BlogDetailContainer p img{
	margin-bottom: 10px !important;
	max-width: 100% !important;
	border: 0px solid #ccc !important;
	height: auto;
}
.BlogDetailContainer p {
	margin-bottom:20px;	
}

.BlogDetailContainer ul li {
	background-image: url(../images/bullet-1.png) ;/*bullates.gif*/
	background-position: 0px 12px;
	background-repeat: no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-family: 'montserratlight';
	/*margin:14px 0px;*/
}

.BlogDetailContainer ul li:last-child, .BlogDetailContainer ol li:last-child {
	margin-bottom:20px;
}

.BlogDetailContainer h1 {
	color: #444d5f !important;
	font-size: 26px !important;
	line-height: 28px;	
	font-family: 'montserratregular';
	padding-bottom: 0px;
	text-transform:none;
	margin:14px 0px;
}
.BlogDetailContainer h2 {
	color: #444d5f;
	font-size: 24px;
	line-height: 26px;	
	font-family: 'montserratregular';
	margin:14px 0px;
}

.BlogDetailContainer h3 {
	color: #444d5f;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #022448;
	font-family: 'montserratregular';
	margin:14px 0px;
}

.BlogDetailContainer h4 {
	color: #444d5f;
	font-size: 20px;
	line-height: 22px;	
	font-family: 'montserratregular';
	margin:14px 0px;
}

.BlogDetailContainer h5 {
	background-color: #ffffff !important;
	color: #444d5f;
	font-size: 18px !important;
	line-height: 20px !important;
	font-family: 'montserratregular';
	padding: 0px 0px;
	margin:14px 0px;
}
.BlogDetailContainer h6 {
	color: #444d5f;
	font-size: 16px;
	line-height: 18px;	
	font-family: 'montserratregular';
	margin:14px 0px;
}  


.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comments-area input[type="search"] {
	width: 98%;
	font-family: 'montserratlight';
	font-size: 14px;
	color: #444d5f;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;

}	
.page-content input[type="search"] {
	width: 98%;
	font-family: 'montserratlight';
	font-size: 14px;
	color: #444d5f;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;

}	
.comments-area input[type="text"],
.comments-area textarea {
	font-family:'montserratlight';
	font-size:14px;
	color:#444d5f;
	padding:7px;
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 98%;
}


.pagination {
	/*border-top: 0;*/
	/*box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/
	margin: 0px; /*7.6923% 7.6923% 0; */
	padding: 0;
	margin-bottom:30px;
	margin-top:40px;
}

.post-navigation,
.image-navigation {
	margin: 0px auto 0px;
	max-width: 100%;
	padding: 0 0px;
	
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 0px;
		padding-left: 0px;
	}
.page-header {
	margin: 0px;
	padding:0px;
	border-left:0px;
	
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);

}
.page-header h1 {
	font-family: 'montserratbold';
	color:#de8f4c ;
	margin-bottom:20px;
	font-size:24px;
	line-height:34px;
}
.primary-sidebar {
	padding-top: 0px;
}

		

.DetailAuthor a {
	color: #022448;
}


.BlogWrapperTitle h1 {
	color: #679935;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 12px;
	font-family: 'montserratregular';
}

.search-form
{padding-bottom: 15px;}

.archive-header{
	color:#de8f4c;
	}
	
ol{
	list-style:decimal;
	margin-left:15px;		
}
.Button2 a {
   color: #ffffff !important;
}
	
@media screen and (min-width: 59.6875em) {
	body:before {
		
		 width: 0%; 
	
	} /* its remove blanck area from blog*/
	media="all"
}
@media screen and (min-width: 38.75em){
.comments-area {
	box-shadow: 0 0 0px;
	margin: 0px;
}
}
/**/
.BlogMainWrap p {
	margin-top: 20px;
}
.logged-in-as a:hover {
border-bottom: 0px solid #444d5f;
}

.fn:after {
top: 3px !important;
}

.BlogWrap .RightSideBlog .BlogPost .PostList li a:hover {
    color: #de8f4c;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
	background-image: none !important;	
}
.post-navigation div + div {
    border-top: 0px solid #eaeaea !important;
    border-top: 0px solid rgba(51, 51, 51, 0.1) !important;
}
.post-navigation div {
    border-top: 1px solid #eaeaea !important;
    border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
}
.page-header + .page-content {
	margin:20px 0px !important;
	padding:0px !important;	
}
.BackBtn a {
	color: #de8f4c;
}
.BackBtn a:hover {
	color: #444d5f;
}
.TopArrow {
    font-size: 25px;
	line-height: 42px;
}
/*.TopArrow a {
    color: #de8f4c !important;
}*/
.TopArrow a:hover {
    color: #444d5f !important;
}
.comment-form label {
	font-size: 14px !important;
	margin-top:15px;	
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    	width: 97%;
	}
.comments-area {
	border-top: 0px solid #eaeaea;
	border-top: 0px solid rgba(51, 51, 51, 0.1);
}
.FooterLink li:last-child:after {
    content: ' ';
    color: #444d5f332;
    padding: 0px 12px;
}

.BlogPost .search-form .screen-reader-text, .BlogPost .search-form button, .search-form .screen-reader-text, .search-form button {
    display: none;
}
.BlogULlist{
	margin-top: 0px;	
}
.BlogRightPanel .SearchtxtBox input {
	margin: 20px auto 20px;
    display: block;	
	padding:8px;
}
.BlogDetail .Blog1Img img {
	height:auto;	
}
.BlogRightPanel li a:hover {
	color:#de8f4c;
}
.BlogWrapper .BlogContentLine + .BlogContentLine{
    margin: 42px 0px 0px;
    border: 0px solid #b4b8bf;
    border-top: 1px solid #b4b8bf;
    width: 100%;
    padding-top: 42px;
}

.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
    color: #de8f4c;
	font-family: 'montserratlight';
}
.post-navigation {
	border-top: 0px solid #1a1a1a;
    border-bottom: 0px solid #1a1a1a;
		
}
.post-navigation .post-title {
	font-family: 'montserratlight';
	font-size: 15px;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	box-shadow: 0 0px 0 0 currentColor;	
}

.BlogRightPanel input[type="search"] {
    font-family: 'montserratlight';
    background-color: #f6f6f6;
    padding: 14px 22px;
    border: 1px solid #e8e8e8;
    color: #444d5f !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    /* height: 40px; */
    text-transform: none;
    font-size: 15px;
    /* border-radius: 5px; */
     width: 100%; 
    margin-bottom: 10px;
}
.page-header {
	border-top: 0px solid #1a1a1a;	
}
.post-navigation .nav-next {
	text-align: right;	
}

.BlogNoLeftBorder {
    border-left: 0px solid #FFF !important;
}
/*.BlogSocial {
	display:table;	
}
.BlogSocial .author-avatar {
	display:table-cell;	
	vertical-align:middle;
}
.BlogSocial h5 {
	display:table-cell;
	vertical-align:middle;
}
.BlogSocial .author-avatar .avatar {
	float: none;
    margin: 0 10px 0px 0;
    display: inline-block;	
}
.BlogSocial1 {
    margin-top: 12px;
}*/

/* ipad mini  portrait   */
@media only screen and (max-width: 1024px){
	.secondary {
		display:block !important;	
	}
	
}
/* Mini Desktop and Other Device*/
@media only screen and (max-width: 980px){
	
	
}

@media only screen and (max-width: 966px){
	
}



@media only screen and (max-width: 950px){
	
	
}

@media only screen and (max-width: 900px){
	
}
@media only screen and (max-width: 854px) {
.post-navigation .meta-nav {
    float: left;	
}
.BlogDetailContainer img, .BlogDetailContainer p img {
	margin:0px auto 10px !important;
	text-align: center !important;
    float: none !important;	
}
}
@media only screen and (max-width: 800px) {
	
}

/* ipad mini landscape and Other Device   */
@media only screen and (max-width: 768px){
	
}

@media only screen and (max-width: 753px){

}

/*Appple iPhone 6 plus landscape (if necessary) */
@media only screen and (max-width: 736px){
	
}
@media only screen and (max-width: 720px){
	
}

/* Apple iPhone 6 landscape)   */
@media only screen and (max-width: 667px){
	
}
/*@media only screen and (max-width: 640px){
	
}
*/
@media only screen and (max-width: 604px){
	
}
/*@media only screen and (max-width: 600px){
	
}*/
@media only screen and (max-width: 569px){
.BlogWrap .InnerContainWrapper {
    padding: 20px 0px 20px 0px;
}	
}
/* Apple iPhone 5 landscape)   */
/*@media only screen and (max-width: 568px){
	

}*/

@media only screen and (max-width: 540px){
	
}
@media only screen and (max-width: 533px){
	
}
/* Apple iPhone 4 landscape)   */
@media only screen and (max-width:480px){
	
}
@media only screen and (max-width:424px){ 
.BlogWrap .LeftSideBlog .BlogUserPosted .SocialImg {
   	width: 105px;
    margin: 0px auto 15px;
}	
}
@media only screen and (max-width:414px){

}
@media only screen and (max-width:400px){ 
	
}
@media only screen and (max-width:384px){ 
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 94%;
}	
.comment-form textarea  {
	width: 96%;	
}
}
/* Apple iPhone 6 portrait)   */
@media only screen and (max-width:375px){
	
}
@media only screen and (max-width:360px){
}
/* Apple iPhone 4 portrait)   */
@media only screen and (max-width:320px){

}