/* button on homepage */

.stm_buttons_style_21 .btn.btn_solid:not(:hover) {
    background-image: linear-gradient(180deg, rgb(241 129 156) 0%, rgb(197 76 103) 100%);
	color: #1c2c4d !important;
}

.stm_buttons_style_21 .btn.btn_solid:hover {
	background-image: linear-gradient(180deg, rgb(241 129 156) 0%, rgb(197 76 103) 100%);
  color: #ffffff !important;
}

.stm-navigation__default > ul > li:hover > ul {
	top: 41px;}

.stm-navigation__default > ul > li ul {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.28);
}

.stm-navigation__default > ul > li ul li > ul {
	    box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.28);
}

.stm_single_post_style_1 .stm_author_box {display: none}

.blog.logged-in .stm_loop__list .stm_loop__single h3 {color:white}



.stm-footer a {
  color: #9299aa;
}

.stm_custom_menu_style_1 .menu li a:hover {
  color: #1c2c4d !important;
}

.stm_footer_layout_1 .stm-footer {
    padding-top: 10px;
}

.container-fluid .no_line {
  margin-top: 10px;
}

/* Logo on tablets */
@media (min-width: 769px) and (max-width: 1023px) {
		.stm_mobile__logo img {
  width: 120px;
		}
}
		
		/* Single Blog Post*/
.single-post .wpb_text_column ul {
 margin-left: 10px;
		}

	/* Footer widget News Category*/
.footer-widgets .stm_widget_categories.style_2 {border: none;}
    

.stm_widget_categories.style_2 li.cat-item a {color: #9299aa !important;}

.stm_widget_categories.style_2 li.cat-item a:hover {color: #1c2c4d !important;}

.stm_widget_categories.style_2 .cat-item a:before {color: #f07291 !important;}


	/* Footer widget News Category*/

.wpb_text_column .wpb_wrapper ul {
  list-style-position: outside; /* Keeps the bullet outside the text block */
  padding-left: 1.5em;          /* Adds space between bullet and text */
}

.wpb_text_column .wpb_wrapper ul li {
  text-indent: -1.9em;          /* Pulls first line back to align with bullet */
  padding-left: 1.5em;          /* Pushes text to align wrapped lines */

}