*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #464646;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	margin: 0;
}

p{
	color: black;
	margin: 0;
	line-height: 25px;
}

a, 
a:focus{
	color: black;
	text-decoration: none;
	outline: 0 !important;
}

a:hover{
	text-decoration: none;
	outline: 0 !important;
	color: #464646;
}

::selection {
    color: #fff;
    background-color: #464646 !important;
}

.form-control::-moz-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.form-control::-ms-input-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.form-control::-webkit-input-placeholder{
	color: #464646;
	font-weight: 700;
	font-size: 20px;
}

.btn {
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    background-color: #ff5252;
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
}

.btn:hover{
	background-color: #464646;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
#sub-menu .list-inline>li>a:hover,
.btn:hover,
.footer-top-content .list-inline li a i:hover,
.social-contact .list-inline li a i:hover{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}

.section-head h2{
	font-size: 60px;
	font-weight: 700;
	color: #a5a5a5;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*==================== css for menu section ====================*/
.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(70, 70, 70, .5);
    margin-bottom: 0;
	z-index: 99999;
}

.navbar {
    padding-left:150px;
	padding-right:150px;
	z-index: 99999;
}

.menu .navbar-brand,
.menu .navbar-default .navbar-brand:focus, 
.menu .navbar-default .navbar-brand:hover{
	font-family: 'Baloo', cursive;
	font-size: 38px;
	color: #464646;
	line-height: 30px;
}

.menu .navbar-brand span{
	color: #000;
}

.menu .navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
    color: #464646;
    font-weight: 700;
    font-size: 18px;
    margin-top: 2px;
}

.navbar-default .navbar-nav>li>a:hover,
#sub-menu .list-inline>li>a:hover{
    background-color: #e7e7e7;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
    padding: 12px 20px;
    font-weight: 700;
    color: #464646;
    font-size: 16px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(70, 70, 70, .50);
}

.dropdown-menu>li>a:hover {
    background-color: #e7e7e7;
}

/*==================== css for modal section ====================*/
.modal-content {
    background-color: #5c5c5c;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal-header {
    border-bottom: none;
}

/*==================== css for breadcrumb section ====================*/
.breadcrumb {
    padding: 75px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    border: 2px solid #d6d6d6;
}

.breadcrumb h1{
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #c5c5c5;
}

/*==================== css for footer-top section ====================*/
.section-padding{
	
}

.thumbnail {
    padding: 10px;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(70, 70, 70, .5);
}

.thumbnail .caption{
	padding: 10px;
}

.thumbnail .caption h3{
 	margin-bottom: 20px;
 	margin-top: 20px;
 	font-size: 35px;
}

.thumbnail .caption p{
 	line-height: 28px;
}

.home-post-full-width .thumbnail .caption h3{
	font-size: 45px;
}

#blog-post .thumbnail .caption h3{
	font-size: 25px;
	font-weight: 700;
}

#blog-post .thumbnail .caption p{
 	font-size: 16px;
}

.img-effect {
	overflow: hidden;
	display: block;
}

.img-zooming {
	transform: scale(1, 1);
	transition-timing-function: ease-in;
	transition-duration: 250ms;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}

.thumbnail:hover .img-zooming {
	transform: scale(1.15);
	transition-timing-function: ease-in;
	transition-duration: 750ms;
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-in;
	-moz-transition-duration: 750ms;
}

/*==================== css for post-details section ====================*/
.post-details-area{
	background-color: #fff;
}

.post-content h2{
	font-size: 60px;
}

.post-content h3{
	font-size: 45px;
}

.post-content p{

}

.post-content img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

.post-content ul{
	padding-left: 25px;
}
/*comments*/
.comments,
.submit-comment{
	margin-top: 50px;
}

.comments h2,
.submit-comment h2{
	font-size: 45px;
	text-align: center;
}

.comments-content{
	background-color: #eaeaea;
	padding: 25px 15px;
	margin-top: 25px;
}

.comments-content p{
	font-size: 15px;
}

.comments-content p.author{
	margin-bottom: 25px;
}

.comments-content p.author a{
	font-weight: 700;
	text-decoration: underline;
}

.comments-content .btn{
	background-color: transparent;
	text-transform: none;
	font-weight: 400;
	color: #555;
	font-size: 15px;
	padding: 0;
	margin-top: 25px;
}

/*submit-comment*/
.submit-comment h2{
	margin-bottom: 25px;
}

.submit-comment .form-control {
    height: 45px;
    background-color: #f5f5f5;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}

.submit-comment textarea.form-control {
    height: 250px;
}

label {
    font-weight: 400;
    font-size: 15px;
}

.pager .previous>a, 
.pager .next>a {
    margin-top: 50px;
}

.pager li>a{
    display: inline-block;
    padding: 50px 15px;
    background-color: #eaeaea;
    border: transparent;
    border-radius: 0;
}

/*==================== css for features section ====================*/
.features-area{
	margin-top: 30px;
}



.widget h2.widget-title{
	font-size: 35px;
	color: #a5a5a5;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.list-group-item {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #c0c0c0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tags .list-inline li{
	margin-bottom: 25px;
}

.tags .list-inline li a{
	background-color: #464646;
	color: #fff;
	font-size: 15px;
	padding: 10px;
}

.subscribe{
	background-color: #acacac;
	padding: 30px 15px;
}

.subscribe h3{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.subscribe .form-control{
	height: 50px;
}

#today{
	background-color: #464646;
	color: #fff;
}

.calendar_wrap caption{
	text-align: center;
	background-color: #464646;
	color: #fff;
	padding: 15px;
}

.search_wrap .form-control {
    height: 60px;
    border: none;
    font-size: 20px;
}

.search_wrap .btn {
	height: 60px;
	background: #fff;
	outline: 0 !important;
	box-shadow: none;
	color: #464646;
	font-size: 25px;
}

.categories_wrap select,
.archive_wrap select {
    font-size: 15px;
    background-color: #464646;
    color: #fff;
    padding: 10px;
    outline: 0 !important;
    width: 100%;
}

.sidebar_menu_wrap ul li{
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid #c0c0c0;
}

.sidebar_menu_wrap ul li a{
	padding: 10px;
}

.sidebar_menu_wrap .sidebar-menu-item li,
.sidebar_menu_wrap .sidebar-sub-menu-item li{
	margin-left: 25px;
	border: 0;
}

.sidebar_menu_wrap ul li a:hover{
	background-color: #e7e7e7;
}

/*==================== css for contact section ====================*/
.contact-form{
	margin-top: 50px;
}

.form-control {
    height: 45px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #e5e5e5;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 230px;
    width: 100%;
}

.contact-form .form-control{
    width: 80%;
}

.aubot-us{
	margin-bottom: 50px;
}

.aubot-us h2,
.social-contact h2{
	color: #757575;
}


/*==================== css for pagination section ====================*/
.pagination {
    margin-bottom: 0;
    border-radius: 0;
}

.pagination>li>a{
    padding: 0;
    color: #fff;
    background-color: #464646;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
}

.pagination>li:first-child>a, 
.pagination>li:last-child>a {
    border-radius: 50px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>li>a:focus, 
.pagination>li>a:hover{
    background-color: #ff5253;
    color: #fff;
    border-color: transparent;
}

/*==================== css for sub-menu section ====================*/
.sub-menu-area{
	background-color: #fff;
	text-align: center;
	margin-top: 25px;
	padding: 15px 0 5px;
}

#sub-menu .list-inline li a{
	font-size: 22px;
	font-weight: 700;
	color: #919191;
	padding: 10px 15px;
}

/*==================== css for footer-top section ====================*/
#footer-top{
	background-color: #c1c1c1;
	padding-top: 45px;
}

.footer-top-content h2,
.aubot-us h2,
.social-contact h2{
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-top-content h2{
	color: #fff;
	text-shadow: 0 2px 2px rgba(70, 70, 70, .5);
}

.footer-top-content p,
.aubot-us p{
	font-size: 15px;
}

.footer-top-content .list-inline li a i,
.social-contact .list-inline li a i{
	width: 75px;
	height: 55px;
	line-height: 55px;
	background-color: #464646;
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.footer-top-content .list-inline li a i:hover,
.social-contact .list-inline li a i:hover{
	background-color: #ff5253;
}

.footer-contact{
	margin-top: 50px;
}

.footer-top-content .form-control {
    height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer-top-content .footer-post .col-md-4{
	padding-right: 0;
}
.footer-post-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

/*==================== css for footer section ====================*/
#footer{
	background-color: #27292f;
	padding: 15px 0;
}

.footer-text p{
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.footer-text p a{
	color: #7d9bc0;
}

.menu-item a {
border-radius: 50%;
}
a.dropdown-toggle {
		border-radius:20px 20px 0px 0px;
}
.menu-item {
	padding-right: 5px;
	border-bottom: none;
}

.menu .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
	font-size: 18px;
}

.dropdown-menu>li>a, .dropdown-menu>li>a:focus {
	font-size: 16px;
}

.dropdown-menu {
	border-radius: 10px;
	left: 0px !important;
	padding: 0px;
	top: 85%;
	right: auto !important;
}
.dropdown-menu a {
	border-radius: 0px;
	
}
.dropdown-menu > .menu-item {
	padding: 0;
}
.dropdown-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
i.menu-cart {
	font-size: 24px;
	margin-top:-5px;
}
#menu-item-34 {
	padding-right: 0px;
}
#menu-item-34 > a {
	padding-right: 15px;
	padding-left:15px; 
}
.nav > li > a {
	padding-left: 30px;
	padding-right: 30px;
}

.dropdown-toggle:hover + .dropdown-menu {
	display: block;
}
.dropdown-menu:hover {
	display: block;
}
.author-text {
	display:none;
}

.searchHeader {
	height: 400px; 
	background:url('https://onlinestore.schooleymitchell.com/wp-content/uploads/2021/09/pexels-photo-380769-1024x575.jpeg');
}
.searchHeaderOverlay {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
}
.searchContainer{
	align-content: center;
	width: 500px;
}
#site-search{
	width: 450px;
	border-radius:10px;
	font-size: 12px;
	height:40px;
	padding: 10px;
}