/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/*general*/
.wrapper .pagination ul li{
padding-bottom: 20px;
}

.wrapper .new-leadership{
font-family: 'Open Sans', sans-serif;
    font-size: 19px !important;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
}

.wrapper .three_columns>.column2, .wrapper .three_columns>.column3{
width: 100% !important;
}

.wrapper .post_excerpt a{
display: block;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #1693d5;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

/*contact*/

.wrapper .google_map_shortcode_holder{
display: none;
}

/*logo*/

.wrapper .sub-title{
padding-top: 40px;
font-size: 16px;
color: #a9a9a9;
}

.wrapper header:not(.centered_logo) .q_logo img{
height: 85px;
}

@media screen and (max-width: 1000px) {

.wrapper .fixed_top_header .logo_wrapper {
padding: 25px 0 0 0;
}

.wrapper .sub-title{
padding-top: 0px;
}

.wrapper .blog_slider .blog_slider_simple_title a {
    font-size: 25px;
    line-height: 30px;
}

.wrapper .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
    padding-top: 27px;
    padding-bottom: 34px;
    width: 50%;
}

}

@media screen and (max-width: 768px) {

.wrapper header:not(.centered_logo) .q_logo img{
height: 60% !important;
}

.wrapper .logo_wrapper {
height: 70px!important;
}

.wrapper .blog_slider .blog_slider_simple_title a {
    font-size: 18px;
    line-height: 21px;
}

}


@media screen and (max-width: 600px){
.wrapper .blog_slider.simple_slider .read_more_wrapper{
    display: none;
}
}

@media screen and (max-width: 484px) {

.wrapper .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 65%;
}

.wrapper .blog_slider .blog_slider_simple_title a {
    font-size: 16px;
}

.wrapper header:not(.centered_logo) .q_logo img{
height: 50% !important;
}

.wrapper .logo_wrapper {
height: 50px!important;
}


}