

.pricing_table_content p {font-size: 12px !important;}

.single .title {display: none !important;}
.single .content {margin-top: 75px !important;}

.highlight {
    display: inline-block;
    position: relative;
}

.highlight:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #ffdc39;
    width: 100%;
    height: 0.5em;
    z-index:-1;
}

.subtitle{
    width: 60%;
    margin: 0 auto;
}

.footer_top h5{
margin-bottom: 36px;
}

.header_inner_right .icon_text_inner{
    padding: 0;
}

.header_inner_right .q_icon_with_title .icon_title_holder{
    margin: 0;
}

.header_inner_right .widget_custom_html{
    display: inline-block;
}

.header_inner_right .widget_custom_html:first-child{
    position: relative;
    top: 5px;
    margin-right: 10px
}

.header_inner_right .widget_custom_html:nth-child(2){
    position: relative;
    top: -9px;
}

.header_inner_right .widget_custom_html .q_icon_with_title .icon_title_holder .icon_holder>span{
    top: 7px;
}

.header_inner_right .widget_custom_html .q_icon_with_title .icon_text_holder h5.icon_title{
    font-size: 19px;
    letter-spacing: 0;
}

.q_elements_holder.eh-with-shadow{
    box-shadow: -3px 0px 15px 1px rgba(0, 0, 0, 0.08);
}

header.sticky.sticky_animate .header_inner_right .q_icon_with_title .icon_holder  i, header.sticky.sticky_animate .header_inner_right .q_icon_with_title .icon_title{
    color: #222!important;
}

@media only screen and (min-width: 1000px){
	footer .qode-instagram-feed{
		padding-right: 25%;
	}
}

@media only screen and (max-width: 768px){
    .qbutton.big_large_full_width{
        padding: 0;
    }
}

@media only screen and (max-width: 768px){
	.subtitle{
		display: none;
	}
}

@media only screen and (max-width: 600px){
	.title.title_size_medium h1{
		font-size: 25px;
	}
}