/*
 Theme Name:   Bike hire Custom Child 
 Theme URI: http://www.web4you.me/
 Description: Bike hire Custom Child Theme
 Author: Robert Broll
 Author URI: http://www.web4you.me/
 Template:     lolo_theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Bike hire Custom Theme Development 
*/
/*Theme Colours */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");
.text_green {
  color: #2c6121;
}

.text_white {
  color: #ffffff;
}

.text_light_green {
  color: #8dc63f;
}

.text_black {
  color: #000000;
}

.text_bold {
  font-weight: bold;
}

.about_container {
  text-align: center;
}

.about_container h1 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  padding-top: 20px;
}

.about_container h2 {
  font-size: 18px;
  padding: 20px;
  color: #ffffff;
  font-weight: 100;
  line-height: 22px;
}

.about_container h2 a {
  text-decoration: underline;
  color: #ffffff;
}

.about_container span {
  color: #8dc63f;
}

.about-us-more .fa-bicycle {
  font-size: 60px;
  margin-left: -20px;
}

.see_more_button.btn-info.btn {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.see_more_button.btn-info.btn i {
  font-size: 30px;
}

.see_more_button.btn-info.btn:focus, .see_more_button.btn-info.btn:hover {
  background-color: transparent;
  border: none;
}

.navbar.navbar-default {
  background-color: #fff;
  background-image: none;
}

.testimonials-sample {
  padding: 35px 35px 70px 35px;
  width: 350px;
}

h3.subheading {
  font-weight: 100;
  font-size: 22px;
  margin-top: 50px;
  letter-spacing: 3px;
}

.post_head_link {
  font-size: 16px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #8dc63f;
}

.about-us-more {
  color: #fff;
  text-align: center;
  font-weight: 100;
  padding: 0 20px;
  margin-bottom: 50px;
}

.upcoming_events ul.post-meta {
  padding: 0;
  margin: -10px auto 80px auto;
  text-align: center;
}

.upcoming_events ul.post-meta li {
  list-style: none;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #8dc63f;
}

.top_contact_wrap {
  position: absolute;
  right: 12%;
  top: -20px;
}

.top_contact_wrap i {
  font-size: 24px;
  color: #000000;
}

.home_post_wrap .post-meta li {
  display: none;
}

.home_post_wrap ul.post-meta li:first-child {
  display: block;
}

.botton_center_wrap {
  margin: 20px auto 20px auto;
  text-align: center;
}

.small_button {
  padding: 5px 38px;
  text-transform: uppercase;
}
.small_button:hover{
background-color: #222;
text-decoration: none;
color: #fff;
}

.light_green {
  background-color: #8dc63f;
  color: #42403f;
}

.single-bike-wrap {
  border: 1px solid #42403f;
  margin: 10px auto;
}

.bike-image-wrap, .single_bike_content_wrap {
padding: 10px;
min-height: 240px;
margin-top: 10px;
}

.single_bike_content_wrap span {
  color: #8dc63f;
  font-weight: 400;
}

.single_bike_content_wrap p {
  font-weight: 100;
}

h3.bike-name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

/* carousel*/
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}

.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
}

body a {
  color: #8dc63f;
}

.navbar-header .navbar-brand {
  float: left;
  height: 90px;
  width: 260px;
  background-repeat: no-repeat;
  padding: 15px 15px;
  margin: 10px;
  font-size: 18px;
  line-height: 20px;
  background-image: url(images/logo.png);
  background-size: contain;
}

.slider_container {
  position: relative;
  left: 0px;
  width: 100%;
  z-index: 888;
  -webkit-transition: linear .6s;
  -moz-transition: linear .6s;
  -ms-transition: linear .6s;
  -o-transition: linear .6s;
  transition: linear .6s;
  margin-bottom: -20px;
}

body.home .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin-top: 50px;
}

body.home .navbar-wrapper .navbar-inverse {
  background-color: transparent;
}

.navbar-wrapper.standar-page {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin-top: 50px;
  border-bottom: 1px dashed #2c6121;
}

.navbar-wrapper.standar-page .navbar-inverse {
  background-color: transparent;
}

.full_screen_row {
  width: 100%;
}

.about_row {
  background-color: #2c6121;
}

.home_bike_scroller {
  background-color: #ffffff;
}

.home_testimonials {
  background-color: #2c6121;
}

.upcoming_events {
  background-color: #ffffff;
}

.navbar.navbar-inverse .navbar-nav > li > a {
  color: #42403f;
  text-transform: uppercase;
}

.navbar.navbar-inverse .navbar-nav > li > a:hover, .navbar.navbar-inverse .navbar-nav > li > a:focus, .navbar.navbar-inverse .navbar-nav > li > a:active {
  color: #42403f;
  text-transform: uppercase;
  outline: none;
  border-bottom: 2px solid;
}

.navbar.navbar-inverse .navbar-nav > li.current_page_item > a {
  color: #42403f;
  text-transform: uppercase;
  outline: none;
  border-bottom: 2px solid #ffffff;
}

.footer_row .lolo_widget .widget_title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 40px;
}

.footer_row .lolo_widget .textwidget a {
  color: #ffffff;
}

.footer_row .lolo_widget .textwidget a:hover {
  color: #8dc63f;
}

.footer_row .lolo_widget i {
  font-size: 30px;
  padding: 5px;
}

.full_screen_row.footer_row {
  background-color: #363636;
}

.single-post .breadcrumb {
  margin-top: 20px;
}

.single-post .breadcrumb a {
  color: #8dc63f;
}

.page-m-size {
  min-height: 500px !important;
}

footer {
  background-color: #2c6121;
}

.sidebar_column_wrap .lolo_widget ul {
  list-style: none;
  padding: 0;
}

.sidebar_column_wrap .lolo_widget ul li a {
  background-color: #8dc63f;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.sidebar_column_wrap .lolo_widget ul li a:hover {
  background-color: #2c6121;
  text-decoration: none;
}

i.contact-bike-sidebar{
    font-size: 175px;
}
#gform_submit_button_2{
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  background-color: #8dc63f;
  border: none;
}
#gform_submit_button_2:focus, #gform_submit_button_2:hover {
  background-color: #ddd;
}
.static-size{
  min-height: 230px;
}
.panel-default > p{
  display: none;
}
h4.panel-title {
  color:#8dc63f;
  padding-top: 8px;
}
.static-size a.text_grey:hover {
  color: #8dc63f;
}

/*navi on mobile*/

/* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      body.home .navbar-wrapper { position: relative; }
      button.navbar-toggle {
        background-color: #ddd;
      }
      .navbar-header .navbar-brand {    
        width: 220px;
      }
      .bike-scroller {
        display: none;
      }
      .price-tag {
        display: none;
      }


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      body.home .navbar-wrapper { position: relative; }
      button.navbar-toggle {
        background-color: #ddd;
      }
      .navbar-header .navbar-brand {    
        width: 220px;
      }
      .bike-scroller {
        display: none;
      }
      .price-tag {
        display: none;
      }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      body.home .navbar-wrapper { position: relative; }
      button.navbar-toggle {
        background-color: #ddd;
      }
      .navbar-header .navbar-brand {    
        width: 220px;
      }
      .bike-scroller {
        display: none;
      }
      .price-tag {
        display: none;
      }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      body.home .navbar-wrapper { position: relative; }
      button.navbar-toggle {
        background-color: #ddd;
      }
      .navbar-header .navbar-brand {    
        width: 220px;
      }
      .bike-scroller {
        display: none;
      }
      .price-tag {
        display: none;
      }

    }

.description-table .left.col{
  float:left;
}
 .description-table .right.col{
  float:right;
}
.description-table .row{
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  margin: 0;

}
/*Bike scroller*/

.carousel-control.bike-scroller{
  width: 23px;
  top: 40%;
  height: 30px;
  background-image: none !important;
  opacity: 10 !important;
} 

a.view-scrolling-bike{
display: block;
margin: 0 auto;
background-color: #8dc63f;
width: 150px;
height: 30px;
line-height: 30px;
color: #fff;
}
a.view-scrolling-bike:hover{
background-color: #222;
text-decoration: none;
color: #fff;
}

#promo-carousel {
  padding-top: 50px;
}
.scroling-bike-image {
  border:0px solid #fff;
}
.price-tag {
width: 200px;
margin-top: -50px;
z-index: 999999;
position: absolute;
}

.testimonials_image {
  margin-top: 35px;
}
.media.testimonials{
padding: 20px;
}
.testimonials .text_italic{
font-style: italic;
color: #fff;
font-weight: 100;
}
.testi_name {
  color: #8dc63f;
}
.testi_name span{
  color: #000;
font-style: italic;
border-bottom: 1px dotted;
}
.news_post_img {
	background-color: #fff;
}
.news_post_img img{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
min-height: 250px;
}

.featured-single-post {
  float: left;
padding: 0 20px 10px 0;
}
