/*
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");
/* 
** Custom Styles 
*/
/* Header */
.widget_search.header-right-widget {
  width: 160px; }

.header_top #searchform {
  padding-top: 10px; }
  .header_top #searchform input[type=text] {
    padding-right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500; }
  .header_top #searchform input[type=submit] {
    color: #fff;
    padding-left: 0;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out; }
    .header_top #searchform input[type=submit]:hover {
      color: #fff;
      opacity: .8; }
  .header_top #searchform input::-webkit-input-placeholder {
    color: #fff; }
  .header_top #searchform input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .header_top #searchform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .header_top #searchform input:-ms-input-placeholder {
    color: #fff; }

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
  text-transform: none; }

#menu-utility-menu {
  text-transform: uppercase; }
  #menu-utility-menu li a {
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
    color: #fff;
    font-size: 10px;
    font-weight: 500; }
    #menu-utility-menu li a:hover {
      color: #fff !important;
      opacity: .8; }

header.dark {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11); }
  header.dark .header_top #searchform input[type=text] {
    color: #303030; }
  header.dark .header_top #searchform input[type=submit] {
    color: #303030; }
    header.dark .header_top #searchform input[type=submit]:hover {
      color: #303030;
      opacity: .8; }
  header.dark .header_top #searchform input::-webkit-input-placeholder {
    color: #303030; }
  header.dark .header_top #searchform input:-moz-placeholder {
    /* Firefox 18- */
    color: #303030; }
  header.dark .header_top #searchform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #303030; }
  header.dark .header_top #searchform input:-ms-input-placeholder {
    color: #303030; }
  header.dark:not(.sticky) .textwidget span {
    color: #303030 !important;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out; }
    header.dark:not(.sticky) .textwidget span:hover {
      color: #003594 !important; }
  header.dark #menu-utility-menu li a {
    color: #303030; }
    header.dark #menu-utility-menu li a:hover {
      color: #303030 !important;
      opacity: .8; }

#masthead.Starter .acct-info, #masthead.Starter .acct-buttons {
  display: none; }

#masthead.Basic .subscribe, #masthead.Pro .subscribe {
  display: none; }

nav.mobile_menu ul.sub_menu li a, nav.mobile_menu ul.sub_menu li h3 {
  text-transform: none; }

.main_menu .current-page-ancestor a {
  color: #2196f3; }

header.sticky nav.main_menu > ul > li.current-page-ancestor > a {
  color: #003594; }

/* Home */
.home .latest_post_holder.boxes > ul > li, .home .latest_post_holder.dividers > ul > li {
  margin: 0;
  width: 100%;
  background-color: transparent; }
  .home .latest_post_holder.boxes > ul > li .boxes_image, .home .latest_post_holder.dividers > ul > li .boxes_image {
    display: inline-block;
    float: left;
    width: 47%; }
    @media (max-width: 768px) {
      .home .latest_post_holder.boxes > ul > li .boxes_image, .home .latest_post_holder.dividers > ul > li .boxes_image {
        width: 100%; } }
    .home .latest_post_holder.boxes > ul > li .boxes_image img, .home .latest_post_holder.dividers > ul > li .boxes_image img {
      width: 100%; }
  .home .latest_post_holder.boxes > ul > li .latest_post, .home .latest_post_holder.dividers > ul > li .latest_post {
    width: 46%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-left: 30px; }
    .home .latest_post_holder.boxes > ul > li .latest_post p, .home .latest_post_holder.dividers > ul > li .latest_post p {
      font-size: 16px; }
    @media (max-width: 768px) {
      .home .latest_post_holder.boxes > ul > li .latest_post, .home .latest_post_holder.dividers > ul > li .latest_post {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px; } }
.home .latest_post_holder.boxes > ul > li:last-child, .home .latest_post_holder.dividers > ul > li:last-child {
  display: none; }
@media (max-width: 768px) {
  .home .latest_post_holder ul {
    margin-left: 0 !important; } }

/* Projects */
.page .projects_holder article .portfolio_description {
  padding-left: 22px;
  padding-right: 22px; }

.portfolio_navigation.navigation_title {
  display: none; }

/* Event Calendar */
.content .events-list .tribe-events-loop {
  max-width: 100%; }

.tribe-events-list .type-tribe_events h2, .tribe-events-list .type-tribe_events h2 a {
  font-size: 24px;
  line-height: 1; }

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: normal; }

#tribe-bar-views .tribe-bar-views-list {
  margin-left: 0 !important; }

/* Event Single Pages */
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a, #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #003594; }

.tribe-events-list-separator-month {
  color: #003594; }

.archive .tribe-events-event-image {
  display: none; }

.single-tribe_events .tribe-events-event-meta {
  background-color: #fff;
  border: none; }

.tribe-events-meta-group.tribe-events-meta-group-details, .tribe-events-meta-group.tribe-events-meta-group-venue {
  padding-left: 0; }

.tribe-address {
  font-style: normal; }

.tribe-events-meta-group.tribe-events-meta-group-gmap {
  padding: 0; }

.tribe-events-event-meta.primary .tribe-events-venue-map {
  width: 100%; }

.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 2.5em; }

.single-tribe_events .title_outer {
  display: none; }
.single-tribe_events .content {
  margin-top: 0; }
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: none; }

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-weight: 300 !important; }

ul.tribe-events-sub-nav {
  margin-left: 0 !important; }

@media (max-width: 768px) {
  .single-tribe_events .tribe-events-schedule {
    background-color: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0; }

  .single-tribe_events .tribe-events-venue-map {
    width: 100%; }

  .tribe-events-sub-nav li a, .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:visited {
    background-color: #fff;
    color: #777; }

  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
    background-color: #003594; }

  .tribe-events-loop .tribe-events-event-meta {
    background-color: #fff;
    border: none; }

  .tribe-events-list .tribe-events-venue-details, .tribe-events-meta-group.tribe-events-meta-group-organizer {
    padding-left: 0; }

  .tribe-events-single-section.secondary {
    margin-top: 0;
    padding-top: 0; } }
/* VC Elements */
.bg-white .wpb_wrapper {
  background-color: #fff; }
  .bg-white .wpb_wrapper .separator.small.left {
    margin-left: 33px; }

.align-center {
  text-align: center; }

.latest_post_holder.image_in_box .latest_post_image {
  display: none; }
.latest_post_holder.image_in_box .latest_post_text {
  padding-left: 0px; }

.col-5 .vc_col-sm-1 {
  display: none; }
.col-5 .vc_col-sm-2 {
  width: 20%; }
  .col-5 .vc_col-sm-2 img {
    width: 85%; }
.col-5 .project-logo2 img, .col-5 project-logo3 img {
  padding-top: 25%; }
.col-5 .project-logo4 img {
  padding-top: 5%; }
.col-5 .project-logo5 img {
  padding-top: 20%; }

.tiles .image_with_text {
  background-color: #fff;
  margin-bottom: 40px; }
  .tiles .image_with_text h5, .tiles .image_with_text p {
    padding: 0 20px; }
  .tiles .image_with_text p {
    padding-bottom: 15px; }
  .tiles .image_with_text img {
    width: 100%; }
  .tiles .image_with_text span {
    color: #003594;
    cursor: pointer; }

.vc-note {
  display: none; }

body h3.ult_modal-title {
  color: #303030;
  font-size: 23px;
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.3px;
  text-transform: none;
  padding: 15px 20px 10px; }

span.overlay-show:hover {
  color: #003594; }

.projects_holder article a.lightbox {
  display: none; }

.projects_holder article a.preview {
  color: #303030; }

.projects_holder article .feature_holder .feature_holder_icons a.preview:hover {
  color: #fff;
  background-color: #003594; }

/* Sidebar */
.page-template-blog-large-image .sidebar .latest_post_holder.image_in_box .latest_post_text, .archive .sidebar .latest_post_holder.image_in_box .latest_post_text, .search-results .sidebar .latest_post_holder.image_in_box .latest_post_text {
  padding-left: 0px; }
.page-template-blog-large-image .sidebar .latest_post_image, .archive .sidebar .latest_post_image, .search-results .sidebar .latest_post_image {
  display: none; }
.page-template-blog-large-image .sidebar .widget_text:last-of-type, .archive .sidebar .widget_text:last-of-type, .search-results .sidebar .widget_text:last-of-type {
  margin-bottom: 0; }
.page-template-blog-large-image .sidebar .widget:not(.qode_latest_posts_widget) a, .archive .sidebar .widget:not(.qode_latest_posts_widget) a, .search-results .sidebar .widget:not(.qode_latest_posts_widget) a {
  font-weight: 400;
  color: #303030;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  letter-spacing: -0.7px; }
.page-template-blog-large-image .sidebar .qode_latest_posts_widget, .archive .sidebar .qode_latest_posts_widget, .search-results .sidebar .qode_latest_posts_widget {
  margin-bottom: 0; }

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0; }

.tribe-events-list-widget .tribe-list-widget {
  margin-bottom: 10px; }

.tribe-events-list-widget .tribe-event-title {
  line-height: 21px;
  margin-bottom: 0; }

.sidebar .widget #searchform {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  width: 80%; }

/* Posts */
.single-post .post_author {
  display: none; }
.single-post.qode-title-hidden .content {
  margin-top: 0; }
.single-post .post_image {
  margin-bottom: 40px; }

.sidebar .widget.widget_archive select, .sidebar .widget.widget_categories select {
  border: 1px solid #777777;
  width: 80%; }
.sidebar option:hover {
  color: white;
  background: #003594 repeat url("data:image/gif;base64,R0lGO..."); }

/* Blog Landing */
.page-template-blog-large-image .blog_holder article .post_text_inner, .archive .blog_holder article .post_text_inner {
  padding: 0; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail .post_text_inner, .archive .blog_holder article.has-post-thumbnail .post_text_inner {
  float: left; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail .post_info, .archive .blog_holder article.has-post-thumbnail .post_info {
  margin-bottom: 0; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail:nth-of-type(odd) .post_image, .archive .blog_holder article.has-post-thumbnail:nth-of-type(odd) .post_image {
  width: 50%;
  float: left; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail:nth-of-type(odd) .post_text_inner, .archive .blog_holder article.has-post-thumbnail:nth-of-type(odd) .post_text_inner {
  width: 47%;
  padding: 0 0 0 3%; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail:nth-of-type(even) .post_image, .archive .blog_holder article.has-post-thumbnail:nth-of-type(even) .post_image {
  width: 50%;
  float: right; }
.page-template-blog-large-image .blog_holder article.has-post-thumbnail:nth-of-type(even) .post_text_inner, .archive .blog_holder article.has-post-thumbnail:nth-of-type(even) .post_text_inner {
  width: 47%;
  padding: 0 3% 0 0; }

/* Search Results */
.search-results .blog_holder article {
  margin-bottom: 0; }
  .search-results .blog_holder article .post_image {
    width: auto;
    max-width: 100%;
    padding: 0 23px; }
    .search-results .blog_holder article .post_image a, .search-results .blog_holder article .post_image img {
      width: auto;
      max-width: 100%; }
  .search-results .blog_holder article .entry_title {
    margin-bottom: 18px; }
  .search-results .blog_holder article .post_info {
    display: none; }
  .search-results .blog_holder article .post_more {
    margin-top: 20px; }

/* Footer */
footer .four_columns > .column1, footer .four_columns > .column2, footer .four_columns > .column3, footer .four_columns > .column4, footer .four_columns > .column5, footer .four_columns > .column6, footer .four_columns > .column7, footer .four_columns > .column8 {
  width: 12.5%;
  float: left; }
  footer .four_columns > .column1 .column_inner li a, footer .four_columns > .column2 .column_inner li a, footer .four_columns > .column3 .column_inner li a, footer .four_columns > .column4 .column_inner li a, footer .four_columns > .column5 .column_inner li a, footer .four_columns > .column6 .column_inner li a, footer .four_columns > .column7 .column_inner li a, footer .four_columns > .column8 .column_inner li a {
    line-height: 14px;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 10px;
    font-size: 11px; }
  footer .four_columns > .column1 .column_inner li:first-child a, footer .four_columns > .column2 .column_inner li:first-child a, footer .four_columns > .column3 .column_inner li:first-child a, footer .four_columns > .column4 .column_inner li:first-child a, footer .four_columns > .column5 .column_inner li:first-child a, footer .four_columns > .column6 .column_inner li:first-child a, footer .four_columns > .column7 .column_inner li:first-child a, footer .four_columns > .column8 .column_inner li:first-child a {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500; }
footer .four_columns > .column1 .column_inner {
  padding: 0; }
  footer .four_columns > .column1 .column_inner p {
    color: #fff;
    font-size: 12px;
    line-height: 16px; }
footer .four_columns > .column2 .column_inner {
  padding: 0 0 0 40px; }
  footer .four_columns > .column2 .column_inner div {
    margin: 0; }
footer .four_columns > .column3 .column_inner, footer .four_columns > .column4 .column_inner, footer .four_columns > .column5 .column_inner, footer .four_columns > .column6 .column_inner, footer .four_columns > .column7 .column_inner, footer .four_columns > .column8 .column_inner {
  padding: 0 0 0 20px; }
  footer .four_columns > .column3 .column_inner div, footer .four_columns > .column4 .column_inner div, footer .four_columns > .column5 .column_inner div, footer .four_columns > .column6 .column_inner div, footer .four_columns > .column7 .column_inner div, footer .four_columns > .column8 .column_inner div {
    margin: 0; }
footer .four_columns > .column8 li:first-child a {
  cursor: default; }
  footer .four_columns > .column8 li:first-child a:hover {
    color: #fff !important; }

/* Calculators */
#grn-calc {
  height: 700px; }
  @media (max-width: 1200px) {
    #grn-calc {
      height: 760px; } }
  @media (max-width: 600px) {
    #grn-calc {
      height: 950px; } }
  @media (max-width: 480px) {
    #grn-calc {
      height: 1300px; } }

#adv-calc {
  height: 1250px; }
  @media (max-width: 1200px) {
    #adv-calc {
      height: 1350px; } }
  @media (max-width: 600px) {
    #adv-calc {
      height: 1550px; } }
  @media (max-width: 480px) {
    #adv-calc {
      height: 2050px; } }

/* Media Queries */
@media screen and (max-width: 768px) {
  footer .footer_col1, footer .footer_col2, footer .footer_col3, footer .footer_col4, footer .footer_col5, footer .footer_col6, footer .footer_col7, footer .footer_col8 {
    width: 100%;
    float: none; }
  footer .four_columns > .column1, footer .four_columns > .column2, footer .four_columns > .column3, footer .four_columns > .column4, footer .four_columns > .column5, footer .four_columns > .column6, footer .four_columns > .column7, footer .four_columns > .column8 {
    margin-bottom: 0px !important;
    width: 100%;
    float: none; }
    footer .four_columns > .column1 .column_inner, footer .four_columns > .column2 .column_inner, footer .four_columns > .column3 .column_inner, footer .four_columns > .column4 .column_inner, footer .four_columns > .column5 .column_inner, footer .four_columns > .column6 .column_inner, footer .four_columns > .column7 .column_inner, footer .four_columns > .column8 .column_inner {
      padding: 0; }
  footer .column1.footer_col1 {
    text-align: center; }

  .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 690px; } }
@media screen and (max-width: 700px) {
  .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 420px; } }
@media screen and (max-width: 480px) {
  .footer_bottom_holder {
    padding-bottom: 20px; }

  .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 300px; } }
@media screen and (max-width: 1000px) {
  header .q_logo img.mobile {
    width: 200px !important;
    height: auto !important;
    padding-top: 10px; } }

/*# sourceMappingURL=style.css.map */
