.main-header-menu a:hover, .ast-header-custom-item a:hover, .main-header-menu li:hover > a, .main-header-menu li.focus > a{color:#fff;} .blogsearch {
background: #eaebef;
margin-bottom: 1.5rem;
}
.blogsearch ul {
margin: 0 !important;
display: flex;
position: relative;
justify-content: space-between;
padding: 15px 28px;
}
.blogsearch ul li{
width: calc(50% - 15px)
}
.blogsearch ul li label { width: 100%;}
.blogsearch ul li label select { 
width: 100%;
font-family: "Goudy Bookletter 1911";
font-weight: 600;
color: #000;
font-size: 18px;
padding: 8px 10px;
appearance: none;
background: url(//kilmarnockbandb.co.uk/wp-content/themes/dean-park-child-theme/images/blue-arrow-down.svg) #fff;
background-repeat: no-repeat;
background-position: right 10px center;
height: 44px;
}
.blogsearch ul li label input { 
width: 100% !important; 
height: 44px !important;
font-family: "Goudy Bookletter 1911";
font-weight: 600;
color: #000;
font-size: 18px;
}
.blogsearch ul li label input::placeholder {
color: #000;
}
.blogsearch ul li.sf-field-submit { 
position: absolute; 
right: 30px; 
width: 50px !important; 
height: 44px !important;
bottom: 26px;
}
.blogsearch ul li.sf-field-submit input{
background: url(//kilmarnockbandb.co.uk/wp-content/themes/dean-park-child-theme/images/search-icon.svg);
background-repeat: no-repeat;
background-position: center center;
width: 50px !important; 
height: 26px !important;
border: 0;
text-indent: -110px;
padding: 0;
background-size: 16px auto;
}
.blogsearch ul li label input[type=text]:focus {
outline: none;
border-color: #ddd;
}
.bloglist .elementor-post__text {
margin-top: 5px !important;
}
.bloglist .elementor-post__read-more {
background: #640b0d;
color: #fff;
padding: 2px 20px;
margin-bottom: 0;
text-transform: capitalize !important;
font-size: 18px !important;
}
.bloglist .elementor-post__read-more:hover {
background: #3a3a3a;
}
.bloglist .read-more { margin-top: 25px !important;}
.bloglist .read-more a {
background: #640b0d;
color: #fff;
padding: 9px 20px;
margin-bottom: 0;
text-transform: capitalize !important;
font-size: 18px !important;
}
.bloglist .read-more a:hover {
background: #3a3a3a;
}
h1.blogHeading {
text-align: center;
font-family: "Goudy Bookletter 1911";
font-weight: 600;
color: #000;
margin-bottom: 20px;
}
.postDate {
text-align: center;
font-size: 18px;
}
.backBtn {
align-items: center;
display: flex;
justify-content: end;
margin-bottom: 30px;
margin-top: 10px;
}
.backBtn a {
background: #640b0d;
color: #fff;
padding: 4px 15px 2px;
display: inline-block;
}
.backBtn a:hover {
background: #3a3a3a;
}
.featuredImg {
width: 50%;
padding-left: 30px;
float: right;
}
.blog-search-contener {
max-width: 1140px;
margin: 0 auto;
}
.blog-search-contener .blogsearch {
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 25px;
}
@media screen and (max-width:767px){
.blogsearch ul { flex-wrap: wrap;}
.blogsearch ul li{ width: 100%}
.backBtn {justify-content: center;}
.featuredImg {width: 100%; padding-left: 0px; float: none; margin-bottom: 30px;    }
}