/*
Theme Name:     stockholm_child
Description:    
Author:         admin
Template:       stockholm

(optional values you can add: Theme URI, Author URI, Version)
*/

.blog_holder article .post_text a.more-link span{
border: 2px solid #000000 !important;
background-color: #000000 !important;
}

.price_in_table .price {
    color: #000000 !important;
}

.price_in_table .value {
 color: #000000 !important;
}

h6{
color: #000000 !important;
}

nav.main_menu>ul>li>a:hover{
color: #000000 !important;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a, nav.main_menu>ul>li.active>a{
color: #000000 !important;
}

.drop_down .second {
    border-top: 5px solid #000000 !important;
}

.filter_holder ul li span:hover {
    color: #000000 !important;
}

.filter_holder ul li.current span, .filter_holder ul li:not(.filter_title):hover span{
    color: #000000 !important;
}

.blog_holder.masonry_full_width article h4 a:hover {
     color: #000000 !important;
}


.blog_holder article .post_image a .post_overlay {
    background-color:#000000 !important;
}

.blog_holder article .post_text a.more-link:hover {
  color: #000000 !important;
}

.post_author:hover, .post_author_link:hover{
color: #000000 !important;
}

span.load_more{
background-color: #000000 !important;
}

.qbutton,.load_more a, .blog_load_more_button a, #submit_comment {
    border: 2px solid #000000 !important;
    color: #fff;
    background-color: #000000 !important;
}


.qbutton:hover, .load_more a:hover, .blog_load_more_button a:hover, #submit_comment:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover {
    color: #fff !important;
}

.drop_down .second .inner>ul>li>a:hover, .drop_down .second .inner ul li.sub ul li a:hover {
    color: #000000 !important;
}

.footer_top .q_social_icon_holder:hover .fa-stack {
    color: #393939;
    background-color: #000000 !important;
element.style {

}
a, p a {
    color: #0c1de9;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transform: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}