

.qode_slider_preloader {
    background-color: #ffffff !important;
}



.testimonials .testimonial_text_inner p.testimonial_author {
  font-family: Montserrat, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.footer_top.footer_top_full {
  padding-right: 3%;
padding-left: 3%;
}
.q_social_icon_holder .fa-stack {
  border-radius: 0;
}
.header_bottom_widget .q_social_icon_holder .fa-stack ,
.footer_top  .q_social_icon_holder .fa-stack
{
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.full_width .projects_holder_outer.v4 .hover_text{
width:100%;
}


.product .q_accordion_holder h3, .q_accordion_holder h3 a {
letter-spacing: 0;
line-height: 23px;
}

.strong-view.strong-view-id-1.modern .testimonial-content {
    font-size: 20px;
}

.strong-view.modern.strong-view-id-1 .testimonial-content:before, 
.strong-view.modern.strong-view-id-1 .testimonial-content:after {
    color: #7b8594;
}

.footer_top .sbi a {
    color: #fff !important;
}

/* qode slider scroll to icon */
.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
    font-size: 120px !important;
    color: #ffffff !important;
}

.vc_row.vc_custom_1528327656260 .vc_row.vc_row-fluid
{
  padding-bottom: 0px !important;
}

/* share customization */
.single-portfolio_page span.social_share_title {
    display: block;
}
.single-portfolio_page .social_share_dropdown .inner_arrow {
    display: none;
}
.single-portfolio_page .social_share_dropdown {
    visibility: visible;
    width: 100%;
    opacity: 1;
    position: relative;
}
.single-portfolio_page .social_share_dropdown ul {
    display: inline-block;
    width: 100%;
    background-color: transparent;
}
.single-portfolio_page .social_share_dropdown ul li {
    display: inline-block;
    margin-right: 5px;
}
.single-portfolio_page .social_share_dropdown ul li i {
    color: #4d4d4d;  /* color of icons */
}


.qode_carousels .slides>li {
	margin: 0 15px 0 15px;
}

.parallax_section_holder
{
    background-size: cover;
}

.single-portfolio_page .social_share_dropdown {
    top: 0px !important;
}

.blog_holder article .post_info .time, .blog_holder article .post_info .post_author{display: none;}

p.q_masonry_blog_excerpt {
    display: none!important;
}

.single-post article .post_image {
    display: none!important;
}

.blog_holder.masonry.masonry_infinite_scroll p.post_excerpt {
    display: none !important;
}

/* HIDE ROW ON MOBILE */
@media only screen and (max-width: 600px){
.remove{display: none;}
}

/* HIDE ROW ON DESKTOP */
@media screen and (min-width: 1001px) {
.hide_on_desktop {
display: none;
}
}