/* Enter Your Custom CSS Here */

input, textarea  {
    font-size: 16px;
    border-radius: 3px;
    height: 43px;
    padding: 11px 15px;
	    width: 100%;
	margin: 0 0 10px 0;
	    border: 1px solid #d2d2d2;
}
.sidebar .sidebar-widget:not(:last-child) {
    margin-bottom: 25px;
}
.rpwwt-post-title{
	text-transform: uppercase;
}
.sidebar .widget_categories ul li a {
	color: #666666;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.widget_categories ul li {
	    color: #666;
    float: left;
    padding: 6px 0px;
    width: 100%;

}
.sidebar .widget_categories ul li{
    margin-bottom: 6px;
    list-style-type: disclosure-closed;
	margin-left: 34px;
}
.sidebar .widget_categories ul li:not(:last-child) {
    margin-bottom: 5px;
}
body p{
	
    font-family: 'Montserrat' !important;
    font-size: 17px !important;
    color: #041018;
    font-style: normal;
    font-weight: normal;

}
li{
	font-family: sans-serif;
}
.page-header-unit-test {
    background-color: #709df7;
    height: 215px;
	    margin-bottom: 50px;
}
.default-single-styles .cont-wrp table td{
	    font-family: sans-serif;
    font-size: 16px;
}
.default-single-styles .cont-wrp h3{
	font-size: 25px !important;
}
.default-single-styles .cont-wrp h2{
	    font-size: 32px !important;
}
.footer-unit-test{
	display: none;
}




@media only screen and (min-width: 601px){
.default-wrapper {
    padding: 0px 0;
	margin-top: 63px !important;
}
}
@media only screen and (max-width: 600px) {
 .default-wrapper {
    padding: 0px 0 !important;
/* 	         margin-top: -63px !important; */
}
	.page-header-unit-test {
    background-color: #709df7;
    height: 215px;
    margin-bottom: 100px;
		        margin-top: -20px;
}
}