.post-meta .read-more a {
    border-radius: 0px!important;
}

/*log out register lunch*/
ul.sub-menu {
    margin-top: 39px!important;
}
ul.sub-menu li a {
    color: black;
}
/*hide blog post details*/
.post_by, .comments_num, .post_cat {
display: none;
}
.post_date {
font-style: italic!important;
    font-family: 'Lato'!important;
    color: #81878c!important;
}
.stm_post_details {
border-top: none;
}
/*header*/

.stm-navigation__default>ul>li>a {
    padding: 20px 15px;
    font-weight: 400;
}
.stm-navigation__line_bottom>ul>li:hover:before {
    bottom: 0;
}
.stm-header {
    background: #213c5c;
}
.stm_mobile__header  {
    background: #213c5c;
}

/* title bar */
.stm_titlebox {
background-color: #f1f1f1 !important;
}
.stm_titlebox .stm_titlebox__title {
    color: #192f47;
}
.stm_titlebox .stm_breadcrumbs span[property=name], .stm_breadcrumbs.heading-font, .stm_titlebox .stm_breadcrumbs span>span[property=name] {
color: #e29e05!important;
font-weight: 400;
}

h2.stm_titlebox__title.no_line.text-transform.stm_mgb_2 {
color: #192f47;
}


.stm_titlebox_style_1 .h2 {
    text-transform: capitalize!important;
}


/* fonts */

body {
font-size: 14px;
}

.h4, h4, .h2, h2, h2 {
font-weight: 400!important;
font-family: 'Playfair Display'!important;
}

.h4, h4 {
    font-size: 20px;
}

.h4.vc_custom_heading, h4.vc_custom_heading {
    font-style: italic!important;
    font-family: 'Lato'!important;
    color: #81878c!important;
}

.h4.vc_custom_heading:before, h4.vc_custom_heading:before {
display: none!important;
}

.h3, h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 30px;
    text-transform: none!important;
}
.stm-footer .footer-widgets aside.widget .widgettitle h4 {
    font-family: 'Lato'!important;
}
.stm-navigation__default.main_font a {
    font-size: 12px!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

span.stm-icontext__text {
font-size: 13px!important;
}

.stm-header .stm-iconbox__description a:hover  {
color: #e29e05;
text-decoration: none;
}

/* post date */
.vc_gitem-post-data-source-post_date:before {
display: none;
font-style: italic;
}

.vc_gitem-post-data-source-post_date {
 text-align: right;
}

/* header accent lines */

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, h1:before, .h2:before, .h3:before, .h4:before, .h5:before, .h6:before, h1:after, .h2:after, .h3:after, .h4:after, .h5:after, .h6:before {
    width: 60px !important;
    height: 3px !important;
}

/* footer */
.stm_footer_layout_3 .stm-footer__bottom {
    padding: 30px 0;
    background: #1e3754;
}

.stm-footer__bottom:before {
background: #1e3754;
}

.stm_bottom_copyright {
color: #f1f1f2
}

.stm_bottom_copyright a {
color: #f1f1f2
}

/* back to top button */

.pearl_arrow_top {
    right: 2%;
    bottom: 2%;

}
.pearl_arrow_top .arrow {
background-color: #e29e05;
}
.pearl_arrow_top .arrow:after, .pearl_arrow_top .arrow:before {
    background-color: #fff;
    top: 25px;
}
.pearl_arrow_top:after, .pearl_arrow_top:before {
display: none;
}

.widget ul li {
padding: 0;
margin: 0;
}

/* blog post previews */
.btn.btn_solid:not(.btn_white) {
text-transform: uppercase;
}

/* sidebar */
aside.widget.widget-default.stm_widget_categories.style_1.mbdc::before {
	display: none;
}
aside#recent-posts-2.widget.widget-default.widget_recent_entries::before  {
	display: none;
}
.stm_sidebar_style_2 .widget {
margin-bottom: 30px;
}
aside#archives-2.widget.widget-default.widget_archive::before {
display: none;
}
.widget.widget-default.widget_search .search-form button {
    border-radius: 0;
}

.widget.widget_recent_entries ul li a:after {
border: none!important;
}
.widget.widget_recent_entries ul li a {
background: #f1f1f1!important;
    margin-bottom: 3px!important;
}

.widget.widget_recent_entries ul li:before {
width: 3px!important;
    bottom: 0px!important;
    background-color: #e29e05!important;
    z-index: 2!important;
}

.sidebar_inner .h5, .sidebar_inner h5 {
  font-family: 'Lato'!important;
  font-weight: 400!important;
}
.stm_widget_categories.style_1 {
border: none!important;
margin: 0;
}

aside.stm_widget_categories.widget {
padding: 0!important;
}

/* contact form */
button.wpcf7-form-control.wpcf7-submit {
    border-radius: 0;
}

.wpcf7-form-control-wrap {
position: inherit!important;
}
.stm_select .form-control, input[type=date], input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=search], select, textarea {
background: #f1f1f1;
}
.stm_select {
background: #f1f1f1;
    font-size: 13px!important;
    color: #777!important;
    letter-spacing: 0!important;
border: none!important;
}

/* MEDIA QUERIES */
@media (max-width: 900px) {
body .stm-footer .footer-widgets aside.widget {
width: 100%;
}
}
@media (min-width: 901px) {
body .stm-footer .footer-widgets aside.widget {
width: 33%;
}
}