/*
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");

.pt-cv-scrollable .carousel-control span 
{
	background-color: #0064a7;
}

.pt-cv-scrollable .carousel-control:hover span 
{
	color: #e16a03;
}

.pt-cv-scrollable .pt-cv-carousel-indicators li.active 
{
	background-color: #0064a7 !important; 
	background-image: none !important;
}



.pt-cv-readmore {
    background-color: #E16A03 !important;
    border: none !important;
}


.vc-hoverbox-inner .vc-hoverbox-front-inner h2 {
    color: #ffffff;
}





.blog_single article .post_image img {
     width: 80% !important;
	 margin: auto;
 }


@supports not (-webkit-line-clamp: 2) {
.blog_text_holder_inner .entry_title {
      position: relative;
      overflow: hidden;
      height: 2.4em; /* exactly two lines */
    }
.blog_text_holder_inner .entry_title::after {
      content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 20%;
      height: 1.2em;
 }
}

@supports (-webkit-line-clamp: 2) {
.blog_text_holder_inner .entry_title{
  display: -moz-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.blog_text_holder_inner .entry_title::after {
        display: none;
}
}


.drop_down .second .inner ul li.sub a i.q_menu_arrow {
    color: #ffffff;
}



.blog_large_image p {
    margin-bottom: 22px;
}

.blog_holder.blog_single article .entry_title {
    display:none;
}

.blog_holder.blog_single article .post_info {
    display:none;
}

.blog_holder.blog_single article .post_text .post_text_inner {
    padding-top: 0px;
}

.blog_holder article .post_content_holder {
    width: 100%;
}

.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image>a {
    position: relative;
    width: 70%;
    display: block;
}