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:#f1582e ; 

	}
.paging-navigation a {
	color: #333; 
}

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

.paging-navigation a:hover {
	border-top: 5px solid #f1582e; 
	color: #f1582e;
}
/*
.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:#f1582e;
	font-family: 'latoregular';
	
}
.comment-content {
	font-family: 'latoregular';
}

.comments-title{
	color:#000; 
	font-size:20px !important;	
	font-family: 'latoregular';
}

/*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: #000;

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

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


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

}

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

.comment-reply-title small a:hover {
color: #f1582e;
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: #f1582e;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 13px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	border-radius: 5px;
	margin-top: 10px;
	
	font-family: 'latoregular';
}

/*set the color for the next and previous link*/
/*.post-navigation .meta-nav {
color: #f1582e !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: #000 !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: #f1582e !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, .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:#f1582e;
 }
/*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: #f1582e !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: #333 !important;
color: #FFF !important;  
}

.entry-meta .tag-links a:before {
border-top: 10px solid rgba(0, 0, 0, 0);
border-right: 8px solid #f1582e !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: #333 !important;
}
  
/*set ttitle of archive,404,category etc*/
.BlogTitle{
	font-size: 20px;
	line-height: 40px;
	color: #1b4266;
	font-family: 'Conv_EURO-DN_0';
	padding: 0px 0px;

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

}

/*set the color for the logout*/
.logged-in-as a{
		color: #f1582e;	
		text-decoration:none;
	}
.logged-in-as a:hover{
		color: #333;	
		text-decoration:underline;
	}	
	/*set the reply color*/
	.reply a{
			color:#f1582e;
			}
			
	.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: 'Conv_EURO-DN_0';
	/*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 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: 'latoregular';
}


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

.BlogDetailContainer h3 {
	color: #f1582e;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #022448;
	font-family: 'latoregular';
	margin: 12px 0px;
}

.BlogDetailContainer h4 {
	color: #f1582e;
	font-size: 20px;
	line-height: 22px;	
	font-family: 'latoregular';
	margin: 12px 0px;
}

.BlogDetailContainer h5 {
	background-color: #ffffff !important;
	color: #f1582e !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-family: 'latoregular' !important;
	padding: 0px 0px;
	margin: 12px 0px;
	text-transform:none !important;
}
.BlogDetailContainer h6 {
	color: #f1582e !important;
	font-size: 16px !important;
	line-height: 18px !important;	
	font-family: 'latoregular' !important;
	margin: 12px 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: 'latoregular';
	font-size: 14px;
	color: #000;
	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="email"],
.comments-area input[type="url"],
.comments-area input[type="text"],
.comments-area textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:10px;
    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: 96.8%;
}


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

.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{
	color:#f1582e ;
	margin-bottom:20px;
}
.primary-sidebar {
	padding-top: 0px;
}

		

.DetailAuthor a {
	color: #022448;
}


.BlogWrapperTitle h1 {
	color: #679935;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 12px;
	font-family: 'Conv_EURO-DN_0';
}
.search-form input[type="search"] {
	width: 100%;
	font-family: 'latoregular';
	font-size: 14px;
	color: #000;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;

}	
/*.search-form
{padding: 15px;}*/

.archive-header{
	color:#f1582e;
	}
	
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: 10px 0px 0px;
}
}
/**/
.BlogMainWrap p {
	margin-top: 20px;
}
.logged-in-as a:hover {
border-bottom: 0px solid #333;
}

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

.BlogWrap .RightSideBlog .BlogPost .PostList li a:hover {
    color: #f1582e;
}
.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: #f1582e;
}
.BackBtn a:hover {
	color: #000;
}*/
.TopArrow {
    font-size: 25px;
	line-height: 42px;
}
.TopArrow a {
    color: #f1582e !important;
}
.TopArrow a:hover {
    color: #000 !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: #333332;
    padding: 0px 12px;
}

.BlogPost .search-form .screen-reader-text, .BlogPost .search-form button, .search-form .screen-reader-text, .search-form button {
    display: none;
}
.BlogArchivesBox {
	margin-bottom:20px;
}
.BlogArchivesBox .ArchivesList {
	margin-top: 0px;	
}
.RightCol li {
    margin: 0px 15px;
    padding-top: 10px;
	background-position: 0px 19px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.ImgWrap img {
	height: auto;
    max-width: 100%;
   /* border-radius: 3px;
    border: 7px solid #d7d9da;*/
}
.RightCol .BlogArchivesBox ul {
	margin:0px;	
}
.RightCol .ArchivesTopHeading h3 {
	margin-bottom:0px;	
}
.navigation.pagination {
	margin-top:50px;	
}


.SocialImg {
	text-align: right;
    background-color: #dddddd;
    vertical-align: middle;
    padding: 5px 15px;
    display: block;
	font-family:  'latoregular' ;
	font-size: 16px;
    color:#5a636a;
	line-height: 25px;	
}
.SocialImg span {
	vertical-align:middle;	
}
.SocialImg a {
	vertical-align:middle;
	display:inline-block;
	height:25px;	
}
.PaddingL {
	padding-left:10px;
}

/* 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){

}