/*
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
*/

/* PARTIAL IMPORTS */

@import url("../bridge/style.css");
/*
@import url("pagecss/splash.css");
*/

@font-face {
  font-family: 'bembo';
  src: url('fonts/BemboStd-Regular.woff2') format('woff2'),
       url('fonts/BemboStd-Regular.woff') format('woff'),
       url('fonts/BemboStd-Regular.ttf') format('truetype');
}

/* # Table of Contents
**Note - Add new items on list in an appropriate order**
*Custom classes must have "lb_" prefixed to the class name
*
- Mobile menu
- Typography
- Breadcrumbs
- Header
- Sidebar
- Forms and Input Fields
- News Posts
- Media Queries
*
*/


/* Footer text */
.footer_bottom a{
color: #fff !important;
display:inline-block;
opacity:0.4;
text-align:center;
}

.footer_bottom a:hover{
opacity: 1;
transition: 0.2s ease-in-out;
}

/*Lower case H2's for International languages */
.lb-quotesub {
    text-transform: none !important;
}

/* remove pagenation buttons */
.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    display:none !important;
}

/* menu active states */
.main_menu .current-menu-item > a, .main_menu .current_page_parent > a, .main_menu .current_page_ancestor > a{
    color:#cc9e62 !important;
}

.drop_down .second .inner > ul > li > ul,.drop_down .second .inner > ul > li > ul > li > ul  {
    opacity:0 !important;
    display: block !important;

}

.drop_down .second .inner > ul > li:hover > ul, .drop_down .second .inner > ul > li > ul > li:hover > ul {
    opacity:1 !important;

}

.drop_down .second .inner ul li.sub > ul > li > a > i.q_menu_arrow {
    display: inline-block !important;
}

.drop_down .second i {
    display: inline !important;
}

li#mobile-menu-item-13922 h3 span, 
li#mobile-menu-item-14265.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.has_sub h3 span{
    font-family: 'Open Sans', sans-serif;
}

/* vertically align mobile logo */
header .q_logo img.mobile {
    margin-top: 32px;
}
/* end vertically align mobile logo */

.news-dropdown{
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    position: relative;
    vertical-align: baseline;
    line-height: 75px;
    cursor:pointer;
}

.news-dropdown li{
    list-style:none;
    padding: 0 20px !important;
    color: #636267 !important;
    transition: 0.2s ease-in-out;
}

.news-dropdown li:hover{
    color: #cc9e62 !important;
}

.news-dropdown .second.right {
  left: 0;
}

.news-dropdown .narrow .second .inner ul li{
    padding: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
}

.news-dropdown .second .inner ul.right li a, .news-dropdown .second .inner ul.right li h5 {
  text-align: left !important;
}

/* Breadcrumbs */

span.breadcrumb_last{
padding-bottom:3px !important;
border-bottom: 1px solid rgba(99, 98, 103, 0.36);
}

.breadcrumb a:hover{
border-bottom: 1px solid rgba(84, 32, 21, 1)
;}

.breadcrumb a{
border-bottom: 1px solid rgba(84, 32, 21, 0);
padding-bottom: 3px;
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
}

/* HEADER */

.side_menu_button>a.search_button {
    vertical-align:top;
}

header.sticky .side_menu_button a, header.sticky .side_menu_button a:hover{
    color:#cc9e62 !important;
}

header.sticky .side_menu_button a, header.sticky .side_menu_button a{
    color:#636267 !important;
}

.qode_search_form_3 .qode_search_close a:hover{
    color:#cc9e62 !important;
}

/* Header element transitions */
nav.content_menu ul li a, 
.breadcrumb a,
div.second,
.drop_down .second .inner ul li ul{
transition: 0.2s ease-in-out !important;
-webkit-transition: 0.2s ease-in-out !important;
}

.page-template-blog-pinterest-php article {
    border: solid 1px #d2d2d2!important;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.12);
    transition: 250ms ease-in-out;
}

.page-template-blog-pinterest-php article:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.24);
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3{
    font-family: 'Open Sans', sans-serif;
}

/* Single Blog Layout */

/* social media share for cards */
.social_share_dropdown .inner_arrow {
    border-color: transparent transparent #f1edea;
}

.social_share_dropdown > ul {
    background-color: #f1edea;
}

.social_share_dropdown ul li i {
    color:#542015;
}

.social_share_dropdown ul li a:hover i {
    color:#cc9e62 !important;
}

/* end social media share for cards */

.blog_holder.blog_small_image article:not(.format-quote):not(.format-link) .post_info {
    font-size: 13px;
    line-height: 0px;
}

.blog_single.blog_holder {
    margin-top: 50px !important;
}

span.post_author {
display: none;
}

.two_columns_75_25>.column2>.column_inner {
padding: 50px 0 0 32px;
}

.two_columns_75_25>.column1>.column_inner {
padding: 0 32px 0 0;
}

.single-post .post_image {
    background-image: url(https://unsplash.it/800/400/?gravity=south&image=510);
    background-size: cover;
    background-position: center center;
    height: 400px;
}

/* END */

/* =========CATEGORY BLOG LAYOUT=========== */

.blog_holder.blog_small_image {
    margin-top: 39px !important;
}

/* CARD STYLE WITH HOVERS 
body:not(.page-id-95) .blog_holder.blog_small_image article {
    box-shadow: 0 0.8px 1.8px rgba(0,0,0,0.12);
    transition: 250ms ease-in-out;
    height: 275px!important;
}

html:not(.touch) body:not(.page-id-95) .blog_holder.blog_small_image article:hover {
    box-shadow: 0 0.9px 1.8px rgba(0,0,0,0.12);
}

body:not(.page-id-95) .blog_holder.blog_small_image article {
    box-shadow: 0 1.0px 2px rgba(0,0,0,0.12);
    transition: 250ms ease-in-out;
}

body:not(.page-id-95) .blog_holder.blog_small_image article:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

END */

/* Placeholder Image */
.post_image {
    background-image: url(https://unsplash.it/600/300/?gravity=south&image=510);
    background-size: cover;
    background-position: center center;
}

.blog_holder.blog_small_image article .post_text .post_text_inner {
    height: 225px!important;
    overflow: hidden;
}

.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image>a {
    height: 275px;
    object-fit: cover;
}

/*========= END========= */

/* BreadCrumbs */

.breadcrumbs .breadcrumbs_inner {
    text-align: left;
    padding-left: 30px;
}

/* END */


/* TITLE TEXT */

.title_subtitle_holder {
    margin-bottom: 15px;
}

.title.title_size_large h1 {
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 50px;
    
}

.title.title_size_large h5 a, .h5 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 50px;
    
}

h2 a {
    text-transform: none !important;
}

.lb_feature h2 a {
    font-size: 40px !important;
    text-transform: none !important;
    line-height: 40px !important;
}

/* END TITLE TEXT */

/* BLOG ELEMENT STYLES */

.archive.category {
    background-color: #F1EDEA;
}

.archive.category .header_bottom {
    background-color: white!important;
}

.separator.small, .wpb_column>.wpb_wrapper .separator.small {
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: rgba(99, 98, 103, 0);
}

.latest_post_two_holder .latest_post_two_text {
    padding: 51px 33px 18px !important;
}


.post_info_author {
    display: none !important;
}

p.post_excerpt {
    margin-top: 25px;
    overflow-y: hidden;
    height: 65px;
}

span.date.entry_date.updated {
    display: none;
}

/* END */

/* PAGINATION */

@media screen and (max-width: 420px) {
.pagination {
    margin: 0 0 50px 28px !important;
    width: auto;
}

.pagination ul li {
    margin-bottom: 10px !important;
}
.pagination ul li:last-child a {
    margin-right: 0;
}
}

.pagination ul li span {
        background-color: #938173;
        border-color: #938173;
        color: #f7f7f7;
        border: 1px solid #938173;
        border-radius: 1px;
}

.pagination ul li a:hover {
        background-color: #938173;
        border-color: #938173;
        color: #f7f7f7;
        border: 1px solid #938173;
        border-radius: 1px;
}

.pagination ul li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 0 0;
    text-align: center;
    color: #938173;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #938173;
    outline: 0;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* END */

/* Curia Government Gallery */
.lb_gallery-govt .q_image_with_text_over img{
border-radius: 100%;
transform: none;
background: #f1edea;
}

.lb_gallery-govt .q_image_with_text_over .shader{
background-color: rgba(0,0,0,0) !important;
}

.lb_gallery-govt .q_image_with_text_over .shader_hover{
border-radius: 100%;
width: 100.6%;
height: 100.4%;
left:-1.5px;
}

.lb_gallery-govt .q_image_with_text_over.q_iwto_hover:hover .shader_hover{
    opacity: 0.9;
}

.lb_gallery-govt .vc_column_container>.vc_column-inner{
text-align:center !important;
}

.lb_gallery-govt .q_image_with_text_over{
width:80% !important;
}


/* fix second submenu on laptop */
@media only screen and (max-width: 1280px) {
    .drop_down .narrow .second .inner ul li a {
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .drop_down .narrow .second .inner ul li {
        width:200px !important;
    }
}

/* end fix second submenu on laptop */


/* ANIMATION - ELEMENT FROM BOTTOM, FADE-INS ADJUSTMENT */

.element_from_bottom.element_from_bottom_on>div {
    animation: element-from-bottom 0.7s 1 ease-in-out;
}

@-webkit-keyframes element-from-bottom {
    0% {
        -webkit-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes element-from-bottom {
    0% {
        -moz-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes element-from-bottom {
    0% {
        -o-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes element-from-bottom {
    0% {
        transform: translate(0,10%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}
/* END ANIMATION ADJUSTMENT */

/* LBC Footer LOGO */

footer {
background: #636267;
}

.lbc-footer-logo {
    height: 32px;
    width: auto;
    opacity: 0.2;
   transition: all 0.25s;
   float: right;
   padding: 20px;
}

.lbc-footer-logo:hover {
opacity: 0.5;
}

/*=== RESPONSIVE STYLES=== */
/* Font Size for Tablet Landscape */
@media screen and (width: 1024px) {
h1, .h1, .title h1 {
    color: #542015;
    font-size: 60px !important;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
}


@media screen and (width: 1000px) {
    .content_menu {
        display: none !important;
    }
}
/* End Font Size for Tablet Landscape */
/* === END RESPONSIVE STYLES ===*/

@media screen and (max-width: 480px) {
.title_outer{
    display:none !important;
}

.title img{
display:none !important;
}
}

@media screen and (max-width: 768px)  {
    .two_columns_75_25>.column1 {
        border: 0 !important;
    }
    .blog_holder.blog_small_image article {
        height: auto!important;
    }
    .blog_holder.blog_small_image article .post_text .post_text_inner {
        height: auto!important;
    }
    p.post_excerpt {
    height: auto;
    }

.lbc-footer-logo {
   float: none;
   padding: 0px;
}
}

@media screen and (max-width: 768px)  {
.lb-footer-p {
    padding-bottom: 16px;
}
}

/* Display "News" on Tablets */

@media screen and (max-width: 767px)  {
    p.no-desktop-footer {
    display: none;
}
}

@media screen and (max-width: 1000px) and (min-width :768px) {
.no-mobile-footer {
display: none;
}
}

@media screen and (min-width: 1000px) {
.no-desktop-footer {
display: none;
}
}

/* ==========================================================================
   MOBILE MENU
   ========================================================================== */
.mobile_menu #menu-primary-top-nav-1 li {
/* Opacity is messing up the mobile menu when selecting Photos under News & Media from the menu */
  /*opacity: 0;*/
  transform: translateY(-5px);
}

.mobile_menu .active > li:nth-child(1) {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) 0s;
}

.mobile_menu .active > li:nth-child(2) {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) 0.05s;
}

.mobile_menu .active > li:nth-child(3) {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) 0.15s;
}

.mobile_menu .active > li:nth-child(4) {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) 0.2s;
}

.mobile_menu .active > li:nth-child(5) {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) 0.25s;
}



.mobile_menu li.open_sub .sub_menu li {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.32, 0.99) .05s;
}


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h3, h4, h5 {
font-family: 'bembo', Garamond, 'Big Caslon', serif;
}

a:hover {
    cursor: pointer;
}

blockquote i.pull-left {
font-size: 70px;
margin: 0 16px !important;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

/*Moves the breadcrumb to the left, under the Title text */
.breadcrumb {
   position: relative;
}

.breadcrumb{
  display: block;
  background-color: #f1edea;
  padding-top: 50px;
  padding-bottom: 20px;
}

.breadcrumb a{
  color: #542015;
  font-weight: 600;
}

#breadcrumbs{
  font-weight: 600;
  color: #636267;
  font-size: 14px;
}


.breadcrumb a:hover{
  color: #542015;
}

.breadcrumb-wrapper{
  width:1100px;
  display:block;
  margin: 0 auto;
  text-align: left;
  color: #636267;
}


/* ==========================================================================
   SIDEBAR
   ========================================================================== */

/*Adds a border to the right side of main column */
.two_columns_75_25>.column1 {
    border-right: 1px solid #f1edea;
    margin-right: -1px;
}

/* ==========================================================================
   COOKIE BAR
   ========================================================================== */
#cookie-law-info-again {
    background-color: rgba(255,255,255,0.7)!important;
    backdrop-filter: blur(20px) brightness(180%);
    -webkit-backdrop-filter: blur(20px) brightness(180%);
}
#cookie-law-info-bar {
    background-color: rgba(255,255,255,0.7)!important;
    backdrop-filter: blur(20px) brightness(180%);
    -webkit-backdrop-filter: blur(20px) brightness(180%);
    padding: 0 5% !important;
    width: 100% !important;
}
#cookie_action_close_header {
    background: #542015!important;
    box-shadow: none!important;
    border-radius: 0!important;
    padding: 12px 23px;
    margin-left: 1em;
}

@media screen and (max-width: 600px){
  #cookie_action_close_header {
    display:block;
}
}

/* ==========================================================================
   FORMS & INPUT FIELDS
   ========================================================================== */

/*Search widget and Gravity Forms */
.widget.widget_search form input[type=text],
body .gform_wrapper .chzn-container, 
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=password], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=url], 
body .gform_wrapper select, 
body .gform_wrapper textarea {
   border-bottom: 1px solid #938173;
   transition: 0.25s;
}

body .gform_wrapper .chzn-container:focus, 
body .gform_wrapper input[type=email]:focus, 
body .gform_wrapper input[type=number]:focus, 
body .gform_wrapper input[type=password]:focus, 
body .gform_wrapper input[type=tel]:focus, 
body .gform_wrapper input[type=text]:focus, 
body .gform_wrapper input[type=url]:focus, 
body .gform_wrapper select:focus, 
body .gform_wrapper textarea:focus,
.widget.widget_search form input[type=text]:focus {
   background: #f1edea;
}

body .gform_wrapper .chzn-container .chzn-single, 
body .gform_wrapper .chzn-container-single .chzn-single, 
body .gform_wrapper .gf_progressbar_percentage, 
body .gform_wrapper .gf_step, 
body .gform_wrapper .gf_step span.gf_step_number, 
body .gform_wrapper .gfield_description, 
body .gform_wrapper input[type=submit], 
body .gform_wrapper input[type=button], 
body .gform_wrapper input[type=reset], 
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=password], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=url], 
body .gform_wrapper select, 
body .gform_wrapper textarea {
   font-family: 'Open Sans', sans-serif;
}

.gform_wrapper .top_label .gfield_label,
body .gform_wrapper .top_label .gfield_label {
   font-family: 'bembo', Garamond, 'Big Caslon', serif;
   font-weight: 600;
   letter-spacing: 0.5pt;
}

body .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border-color: #938173;
    font-style: normal;
    font-weight: 600;
    background-color: #938173;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-width: 1px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #938173;
    border-color: #938173;
    background-color: transparent;
}

/* ==========================================================================
   NEWS POSTS
   ========================================================================== */

/* Related Posts */

.crp_related h3{
    font-family:'Open Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
}

.crp_related ul{
    padding-top:20px;
}

.crp_related ul li{
    list-style-type:none;
    width:48%;
    display:inline-block;
    vertical-align:top;
    overflow: hidden;
}

.crp_related ul li:first-child{
    padding-right:2%;
}

.crp_related ul li a img{
    transition: 0.2s ease-in-out;
}

.crp_related ul li a:hover img {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

img.crp_thumb.crp_featured{
    width:100%;
    height:auto;
}

.crp_related ul li a span{
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    font-size: 18px;
    line-height: 29px;
    margin-right: 5px;
    display: block;
}

.social_share_dropdown .fa-google-plus {
  font-size: 14px !important;
}

body.archive .blog_small_image article .post_text .post_more {
  display: none;
}

body.archive .blog_small_image article .post_text .post_info .time {
  padding-left: 8px;
}

.latest_post_holder ul > .clearfix:hover a {
    color: #cc9e62 !important;
}

.jp-carousel-image-exif{
  display:none;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/*NOTE: */

@media screen and (max-width: 1200px){
  .breadcrumb-wrapper{
    width:920px;
}
}

@media screen and (max-width: 1000px){
  .breadcrumb-wrapper{
    width:768px;
}
}

@media screen and (max-width: 768px){

  .blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image>a {
    height: auto;
  }
  
  .breadcrumb-wrapper{
    width:600px;
  }

  .blog_share {
    display: inline-block;
    padding: 16px 0 0 0;
  }
}

@media screen and (max-width: 600px){
  .breadcrumb-wrapper{
    width:420px;
    }
    .fa-3x {
      font-size: 2rem;
    }

    .fa-stack {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    }

    .crp_related ul li{
        width:100%;
    }
    
    .crp_related ul li:first-child{
        padding-right:0;
        margin-bottom:30px;
    }
}

@media screen and (max-width: 480px){
  .breadcrumb-wrapper{
    width:300px;
}
}

@media screen and (max-width: 350px){
  .breadcrumb-wrapper{
    width:95%;
}
}