/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
h3, .h3{
  font-size: 18px;
}
.qode_parallax_layers_holder .paralax_layers_content .titleparallax{
  font-size: 30px;
  line-height: 38px;
}
.qode_parallax_layers_holder .paralax_layers_content p{
  font-size: 20px;
  margin-top: 18px;
}
.blog_slider .blog_slider_date_holder{
display:none;
}
.blog_holder article .post_info a, .blog_holder article .post_text h2 .date{
display:none;
}
.blog_holder article .post_info{
display:none;
}
.qode_content_slider .flex-control-nav{
margin-top:40px!important;
}
.testimonials_holder .flex-direction-nav a{
    border-radius: 50%;
    border-width: 5px;
    height: 35px;
    width: 35px;
}

.testimonials_holder.light .flex-direction-nav a.flex-prev:before{
    left: -2px;
}

.testimonials_holder .flex-direction-nav a:before{
    font-weight: 800;
    font-size: 18px;
}
.footer_top .widget.widget_nav_menu li{
    display: inline-block;
    margin-right: 25px;
}

.footer_top .widget.widget_nav_menu li:last-child{
    margin-right: 0;
}

.footer_top.footer_top_full{
    padding-left: 4%;
    padding-right: 4%;
}

footer{
    margin-top: -35px;
    z-index: 99;
}

@media only screen and (min-width: 1025px){
.header_bottom{
    padding: 0 4%;
}

.q_logo{
    left: 50px;
}
}


nav.main_menu ul li a span.underline_dash{
    bottom: -2px;
}
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
    opacity: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1440px){
    #rev-slider-img-wrapper .rev-slider-img img{
        width: 1360px!important;
    }
}
.qode_video_box .qode_video_image:hover img{
transform: none;
-webkit-transform: none;
}

.gallery_holder ul.gallery_with_space.v4 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li{
    margin: 1%;
    width: 21.2%;
}

@media only screen and (max-width: 1024px){
    .gallery_holder ul.gallery_with_space.v4 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li{
        width: 46%;
    }
}

@media only screen and (max-width: 768px){
    .gallery_holder ul.gallery_with_space.v4 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li{
        width: 100%!important;
    }
}

table td{
    text-align: left!important;
    border-bottom: 1px solid #ddd;
    padding: 25px 10px;
}

@media screen and (max-width: 800px) {
    table{
     width:100%;
    }
thead{
display: none;
}
td{
border: none;
}
tr:nth-of-type(2n){
background-color: inherit;
}
tr td:first-child{
background: #fab321;
font-weight:bold;font-size:1.3em;
color: #000;
margin-top: 10px;
width: 100%!important;
}
tbody td{
display: block;
text-align:center;
border: none!important;
}
tbody td:before{
content: attr(data-th);
display: inline-block;
text-align:center;
font-weight: bold;
margin-right: 10px;
}
}