/*
Theme Name: Bridge (shared on wplocker.com)
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: 7.4
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.

*/


.projects_holder .mix .image,
.projects_holder article .image_holder span.text_holder {
    border-radius: 40px;
}

.carousel-inner .slider_content_outer,
.full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content {
   width: 100% !important;
}

.full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content{
   width: 100% !important;
   left: 0 !important;
   /*height: auto !important;*/
   top: auto !important;
   bottom: -80px;
}

.carousel-inner .q_slide_subtitle{
   background-color: rgba(0,0,0,0.5);
}

.carousel-inner .q_slide_subtitle span{
   font-family: 'Roboto Slab', serif;
   padding: 15px;
   margin: 0 !important;
}

.qode_carousels_holder .qode_carousels .slides .carousel_item_holder {
    display: block;
    text-align: center;
}
.blog_holder article .post_image, .blog_holder article .post_image > a, .blog_holder article .post_image img {
    height:auto !important;
}

.light.header_style_on_scroll nav.main_menu>ul>li.active>a{
 color: #F2DAB8 !important;
}
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a, .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover{
    color: #000000 !important;
}


.wrapper .light nav.main_menu>ul>li.active>a.current {
    color: #00a01d  !important;
}

#respond textarea, #respond input[type='text'], .contact_form input[type='text'], .contact_form textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 12px;
    border: 0;
    outline: 0;
    border: 1px solid #c1c1c1 !important;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: 'Raleway';
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-error {
    display: block;
    margin: 0;
    position: relative;
    top: -20px;
    font-size: 14px;
    font-weight: normal;
    color: #f14949;
}
