/*
Theme Name: Lolo Theme
Theme URI: http://www.web4you.me/
Description: Custom WordPress Theme based on Bootstrap framework</a>.
Author: Robert Broll
Author URI: http://www.web4you.me/
Version: 1.0
Tags: responsive, bootstrap
*/

/* Remove import when adding plugin slider */
@import url('css/carousel.css');

body { 
    padding-bottom: 0; 
    font-family: 'Montserrat', sans-serif; 
}
.clear{
  clear: both;
}

.text_purple { color: #281c60;}
.text_grey { color: #272727;}
.text_lightgrey { color: #a4a4a4;}
.text_white {color: #ffffff;}
.text_yellow {color: #ffc000;}
h2.paragraphed {
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 0;
  margin-bottom: 10px;
}

/* To make images align in columns img-responsive class */

.navbar-default{
	background-color: #313131;
    background-image: none;
    border:none;
    border-radius: 0px;
    background-image: url(images/pattern.png);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    z-index: 999999;
}
.navbar-default .navbar-nav > li > a{
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}
.rev_slider_wrapper { z-index: 888888;margin-top: -5px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fbfbfb;
    background-color: #281b60;
}
.navbar-brand {
    float: left;
    height: 105px;
    width: 180px;
    background-repeat: no-repeat;
    padding: 15px 15px;
    margin: 10px;
    font-size: 18px;
    line-height: 20px;
    background-image: url(images/logo.png);
    background-size: cover;
}
.header_contact_wrap {
   display: none;
}
.get_a_quote_button { 
    width: 156px;
    height: 156px;
    position: absolute;
    right: 30px;
    margin-top: -110px;
    z-index: 999998;
    background-image: url(images/ISO-9001.png);
    /*background-image: url(images/get_a_quote_circle.png);*/
    background-repeat: no-repeat;
    background-size: contain;
 }
@media (max-width: 360px){

.get_a_quote_button { 
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30px;
    margin-top: -110px;
    z-index: 999998;
    background-image: url(images/ISO-9001.png);
    /*background-image: url(images/get_a_quote_circle.png);*/
    background-repeat: no-repeat;
    background-size: contain;
 }
} 
@media (min-width: 768px){
.header_contact_wrap {
    text-align: right;
    margin: 10px 0 0 0;
    color: transparent;
    display: block;
    background-image: url(images/top_contact_info.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: inherit;
    height: 25px;
}  
.navbar-nav {
    float: right;
    margin: 20px -30px 20px 0;
  }
}
.nav > li {
    position: relative;
    display: block;
    padding-left: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #b1afae;
    padding: 12px 20px;
}
.navbar-default .navbar-nav > li > a:hover {
    padding: 12px 20px;
    color: #fbfbfb;
    background-color: #281b60;
}

/* home page slyles */

.full_screen_row { width: 100%;}

.home_welcome_row { 
    background-color: #281c60;
    margin-top: -5px;
}

.about_us_row {
    margin-top: 50px;
} 

.home_welcome_row h1{ 
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 80px;
    padding-bottom: 5px;
}
.home_welcome_row p{ 
    color: #ffffff;
    padding: 38px 0 36px 0;
}

/* Hide widgets titles */
.home_welcome_row .widget_title {display: none;}
.about_us_row .widget_title {display: none;}
.our_clients_row .widget_title {display: none;}
.footer_row .widget_title {display: none;}

.home_services_row img{ width: 100%;height: auto;}
.home_services_row h4{ 
    text-align: center;
    color: #272727;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 12px 0;
    }
.home_services_row p{ color: #a4a4a4; text-align: center;}
.widget_title {color:#281b60; padding:30px 0 10px 0;}

a.small_y_button {
    display: block;
    background-color: #ffc000;
    padding: 10px 30px;
    margin: 25px auto 0 auto;
    width: 100px;
    color: #272727;
    text-transform: uppercase;
    border-radius: 3px;
}
a.small_y_button:hover{
    background-color: #281b60;
    color: #ffffff;
    text-decoration: none;
} 
a.small_y_button.left {float: left;}

/* about us paralax */
#about_us {
  background: url(images/about_section.jpg) no-repeat center center fixed; 
  display: table;
  height: auto;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about_us_title { 
    padding: 40px 0 10px 0;
}
.about_us_row p{
    color: #ffffff;
}
.about_us_row li{
    color: #ffffff;
}

/* Our Clients */
.our_clients_row { 
    background-color: #313131;
    background-image: none;
    border:none;
    border-radius: 0px;
    background-image: url(images/pattern_dark.png);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat;
    /*margin-top: 50px;*/
    padding: 20px;
}
/* Footer Styles */

.footer_row { background-image: url(images/about_section.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-top: 70px;
padding-bottom: 30px;
}

footer {background-color: #272727;}

footer p{ 
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
    padding-top: 10px;
}

/* Footer contact form */


.footer_text_field { 
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 320px;
}
.footer_text_area {     
    height: 100px;
    padding: 10px;
    width: 321px;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 320px;
    color: #fff;
}
.footer_submit {
    background-color: transparent;
    border: 1px solid #ffc000;
    padding: 10px 20px;
    color: #ffffff;
}
.pull-right a{ 
    background-color: #281b60;
    padding: 15px 10px;
    color: #ffc000;
    text-decoration: none;
    margin-right: -20px;
}
.pull-right a:hover{ 
    background-color: #ffffff;
    color: #281b60;
}
 .testimonial_by_wrap { display: none;}
 .testimonial_slider__default .testimonial_quote {width: 90% !important;}
 .test_author {
    color: #281b60;
    padding: 0;
    margin-top: 20px;
    font-weight: bold;
 }
.sldr_title { display: none;}
.get_a_quote input{width: 100%; padding: 10px;}
.get_a_quote textarea{width: 100%; padding: 10px;}
.get_a_quote input[type="submit"]{
    background-color: #281b60;
    color: #ffffff;
    border: 0;
}
.footer_heading { 
        color: #ffc000;
    padding-bottom: 10px;
}

/*  Image hover effect  */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 15px;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  color: #ffc000;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*  Image hover effect end */

.page-header h1 {color: #ffc000; }

.center_box{ 
  text-align: center;
  padding: 20px 0 20px 0;
}
.img_center{ margin: 0 auto;}

.yellow_button{ 
background-color: #ffc000;
padding: 10px 30px;
margin: 25px auto 0 auto;
color: #272727;
text-transform: uppercase;
border-radius: 3px;
text-align: center; 
}
a.yellow_button:hover {
    background-color: #281b60;
    color: #ffffff;
    text-decoration: none;
}

.gaq_trigger{
  display: block;
width: 60px;
height: auto;
min-height: 200px;
position: fixed;
bottom: 100px;
right: 0;
z-index: 999999;
background-image: url(images/get_a_quote_right.png);
background-repeat: no-repeat;
background-size: contain;
text-decoration: none;
}
.gaq_trigger:hover{ text-decoration: none; }
body.page-id-90 .gaq_trigger{display: none;}

.featured_image img{
display: block;
max-width: 100%;
height: 350px;
margin-top: 20px;
}
.post_title { text-align: center; margin: 10px 0;}
.post_wrap .post_title a{text-align: center;
color: #272727;
font-size: 20px;
font-weight: bold;
}

/* Responsive video iframe styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* THe end Responsive video iframe*/

.post_wrap { 
border: 1px solid #bbb;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
a.small_y_button.post_card { margin: 25px auto 25px auto;}
/*.post_wrap article{ border: 1px solid #ddd;}*/
.sidebar_column_wrap li{list-style: outside none none;}
.sidebar_column_wrap ul{padding: 0;}
.sidebar_column_wrap li > a {
  background-color: #281c60;
padding: 12px;
display: block;
margin-top: 5px;
color: #ffffff;
text-decoration: none;
}
.sidebar_column_wrap li > a:hover {
  background-color: #ffc000;
}

.our_services_page h4{
    text-align: center;
    color: #272727;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 12px 0;
}
.our_services_page p{
    text-align: center;
}
a.slider_link { color: #281c60;}
a.slider_link:hover { color: #000000;}
a.slider_link_yellow { color: #ffc000;}
a.slider_link:hover { color: #281c60;}



