
@media (min-width: 600px) {
	.logged-in.admin-bar .main-menu.fixed{
    		margin-top: 32px!important;
	}
}

	
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:85%;
	display:inline-block;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;
	
}
.widget ul.children > li,.widget ul.sub-menu > li{
	border-bottom:0px;
	border-top:1px solid #f4f4f4;
	margin-left:15px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}

.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
.widget_recent_comments ul li{
	padding:0px;
}

.post .blog-news-column .image-box a img{
	height:auto !important;
}
.pagination > li > a, .pagination > li > span{
	padding-top:5px;
	padding-bottom:5px;
}
.blog-news-column .image-box img{
	max-width:100%;
}
.blog-news-column .default-blog-post .text input[type="password"]{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #3a3a3a;
    display: inline-block;
    font-size: 13px;
    height: 42px;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    position: relative;
    transition: all 500ms ease 0s;
}
.blog-news-column .default-blog-post .text input[type="submit"]{
	height:42px;
	line-height:40px;
	background:#71b100;
	border:1px solid #71b100;
	color: #ffffff;
    display: inline-block;
    font-size: 13px;
	text-align:center;
	padding:0 15px;
	border-radius: 3px;
}
.blog-news-column .default-blog-post .text input[type="submit"]:hover{
	color:#71b100;
	background:rgba(0,0,0,0);
}
.post-password-form label input {
    border: 1px solid #a5a5a5;
    padding: 8px;
    margin-left: 15px;
}
.post-password-form input[type=submit] {
    cursor: pointer;
    padding: 8px 15px;
    color: #000;
    margin-left: -5px;
    border: 1px solid #a5a5a5;
}
.post-pagination .page-numbers.current{
	background:#ff2366;    
color: #fff;}
.children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px){
	
	.children {
    margin-left: 0px;
    }
}
.footer-widget ul li a {
    color: #ababab;
    width: 88%;
    text-align: left;
    display: inline-block;
}
.footer-widget ul li a:hover {
    color: #fff;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin:30px 0;
}
select option {
    color: #7b7b7b;
}
select {
    font-family: 'PT Sans', sans-serif;
    background: #ffffff;
    width: 100%!important;
    padding: 8px;
    color: #676767;
}

/*Comment Navigator */	
.nav-previous  a{    
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
	float:left;
	display:inline-block;
	max-width: 300px;

	}
.nav-next  a{
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
	display:inline-block;
    padding: 8px;
    float: right;
    max-width: 300px;
    }
.sidebar-page-container .comments-area {
	margin-bottom:90px;
}
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Pagination */	
.paginate-links a {
    position: relative;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 36px;
    background: #ffffff;
    color: #ff2366;
    font-weight: 700;
    text-align: center;
    border-radius: 1px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.paginate-links a:hover{
    color: #ffffff!important;
    background: #ff2366!important;
    border-color: #ff2366!important;
}
.paginate-links > span{
   color: #ffffff;
    background: #ff2366;
    border-color: #ff2366;
}
.paginate-links > span:hover{
    color: #ffffff;
    background: #ff2366;
    border-color: #ff2366;
}
/* Pagination */
/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */
#gallery-1 figure {
    display: inline-block;
}
.post-pagination ul li {
    display: inline!important;
}	
.post-password-form input[type=submit] {
    width: auto;
    float: inherit;
    position: relative;
    top: 2px;
}

.post-password-form label input {
    width: inherit;
}	

.extra .extra .extra .m-comment-box .single_comment{margin-left:50px}
@media only screen and (max-width: 767px){
	
.extra .extra .extra .m-comment-box .single_comment{
    margin-left: 0px;
    }
}
#wp-calendar tbody td {
    background: #333333;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    color: #fff;
}
#wp-calendar tbody td:hover {
    background: #fff;
    color: black;
}
/*** 

====================================================================
	Styled Pagination
====================================================================

***/
.pagination .current, .page-numbers.dots,.paginate-links a span:hover,.page-numbers.current {
    position: relative;
    display: inline-block;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 20px;
    padding: 11px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #ff2366;
}
.pagination{
	position:relative;
}

.pagination ul{
	position:relative;
	display:inline-block;	
}

.pagination li{
	position:relative;
	display:block;
	float:left;
	margin-right: 2px;
}

.pagination li a,.pagination .paginate-links a span{
	position:relative;
	display:inline-block;
	height:42px;
	width: 42px;
	text-align: center;
	line-height:20px;
	padding:11px 5px;
	font-size:14px;
	background:#f1f1f1;
	color:#333333;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pagination li a:hover,
.pagination li a.active{
	color:#ffffff;	
	background:#ff2366;	
}