body .main-wrapper{
	overflow:hidden;
}
.logged-in.admin-bar .main-header.header-fixed .header-lower {
    margin-top: 32px;
}
.container {
    position: static !important;
    padding: 0px 15px !important;
    margin: 0 auto !important;
}
@midea (min-with:1200px){
   width: 1200px !important;
}

.wpb_content_element{
	margin-bottom:0px !important
}
.styled-list-one li{
	display:inline-block;
	width:32.333%;
}

.pagination>li>span{
	padding:8px 16px !important; 
}

.search_post_area .form-group input{
	position: relative;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    color: #3a3a3a;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.search_post_area .form-group button{
	position: absolute;
    right: 15px;
    top: 38px;
    height: 42px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #555555;
    background: none;
    font-weight: normal;
}
.ajax-loader{
	position:absolute;
}
.monthly-day-pick .monthly-day-number::before{
	display:none;
}
.monthly-day-pick.monthly-today .monthly-day-number::before{
	display:block !important;
}
.monthly-day-pick > .monthly-day-number{
	padding-top:40px;
}
.monthly-day, .monthly-day-blank{
	vertical-align:central !important;
}
/*************************Custom Widget**********************/
.widget li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 24px;
    position: relative;
	padding-left:20px;
	top:12px;
}
.widget li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    width: 20px;
	top:12px;
}
.widget li a {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 15px 12px 0px;
    position: relative;
}
.widget li a:hover {
    color: #101010;
}
.tagcloud a {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #253d4a;
    display: inline-block;
    font-size: 14px !important;
    line-height: 24px;
    margin: 0 7px 12px 0;
    padding: 7px 18px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}
.tagcloud a:hover {
    background-color: #38C57A;
    border-color: #71b100;
    color: #ffffff;
}
.widget_bunch_twitter ul li{
	padding-left:0px;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.widget_bunch_twitter ul li:first-child{
	padding-top:0px !important;
}
.widget_bunch_twitter ul li:last-child{
	border:none;
}
.widget_bunch_twitter ul li:before{
	display:none;
}
.widget_bunch_twitter ul li a{
	padding:0px;
}
	
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:88%;
	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-bottom:12px;
	margin-left:-20px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #6aa700;
	padding:10px 15px;
}
.textwidget,.widget .tagcloud,.widget_calendar{
	padding:20px 0px;
}
.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:12px 0 12px 20px;
}

.children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px){
	
	.children {
    margin-left: 0px;
    }
}

/* Pagination */
.thm-unit-test .text p{
	margin-bottom:20px;
}

.testimonial-section .owl-nav{
	position:absolute;
	left:-75%;
}
.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	width: 33px;
    background: #4D4D4D;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
	position:relative;
}

iframe{
	width:100%;
	height:100%;
}


