/*--------------------[ FONTS ]---------------------*/
/*effra*/
@import url('../fonts/Effra/font.css');
@import url('../fonts/EffraLight/font.css');
@import url('../fonts/EffraMedium/font.css');

/*open sans*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,700italic');


/*--------------------[ RESETERS ]---------------------*/
.rmp{padding:0;}
.rmpl{padding-left: 0;}
.rmpr{padding-right: 0;}
.cover-image{background-repeat: no-repeat;background-position: center center;background-size: cover;}
a,a:hover, a:focus{text-decoration: none;}

/*--------------------[ GLOBAL ]---------------------*/
body{
  font-family: 'Effra';
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.3em;
  background-color: #f9f9f9;
  transition: margin-left ease-in .3s;
  width: 100%;
  float: left;

}
.container{
  width: 74%;
  max-width: 1300px;
}
.site-content{
  min-height: 455px;
}

/*--------------------[ HEADER ]---------------------*/
.site-header{
  min-height: 50px;
}
.top-bar{
  border-bottom: 1px solid #c0c0c0;
    height: 32px;
    line-height: 31px;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 1px 5px #cdcdcd;
}
.top-bar ul{
  margin: 0;
  padding: 0;
}
.top-bar .location{
  float: left;
}
.top-bar ul li{
  display: inline-block;
}
.top-bar ul li a{
  color: #7d7d7d;
} 
.top-bar ul li a .fa{
  font-size: 14px;
  color: #6C953C;
    padding-right: 4px;
}
.top-bar ul li a .fa-phone{
  font-size: 18px;
}
.top-bar ul.menu{
  float: right;
  width: auto;
}
.top-bar ul.menu li.ext{
  background-color: #fff;
}
.top-bar ul.menu li{
  float: left;
  background-color: #f0f0f0;
    text-align: center;
    font-size: 14px;
    margin-right: 0;
    min-width: 117px;
}
.top-bar ul.menu li a{
  float: left;
  width: 100%;
  text-align: center;
}
.site-header .logo{
  padding:19px 0 37px 0;
}
.search-form{
  margin-top: 28px;
}
.search-form .screen-reader-text{ 
  display: none;
}
.search-form input[type=search]{
  font-weight: normal;
  border: 2px solid #ee2b74;
    border-radius: 4px 0 0 4px;
    height: 30px;
    width: 466px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
}
.search-form input[type=submit]{
  display: none;
}
.search-form label{
  position: relative;
}
.search-form label:after{
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 17px;
  color: #fff;
  background: #ee2b74;
    border-radius: 0 4px 4px 0;
    border: 0;
    height: 30px;
    width: 52px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
}
.search-form ul.results{
    display: none;
    padding: 12px;
    list-style: none;
    position: absolute;
    top: 100%;
    width: 466px;
    min-height: 0;
    background: #fff;
    font-size: 14px;
    z-index: 999;
    box-shadow: 0 1px 6px #bbb;
}
.search-form ul.results li{
    display: block;
}
.search-form ul.results a{
    float: left;
    width: 100%;
    color: #999;
    text-decoration: none;
    display: block;
    background: transparent;
    transition: all ease-in .3s;
    padding: 4px;
}
.search-form ul.results a:hover{
    background-color: #F9E9EF;
}
.search-form ul.results li:last-child a{
  border-bottom: none;
}

.cart{
  float: right;
    background: #f0f0f0;
    width: 190px;
    padding: 8px;
    position: relative;
    cursor: pointer;
}

.cart h3{
    position: relative;
    padding-bottom: 12px;
    font-family: 'Effra-Medium';
    font-size: 16px;
    font-style: normal;
    color: #666;
    font-weight: normal;
    margin-top: 0;
}
.cart span{
  display: inline-block;
    vertical-align: middle;
}
.cart h3:after{
  content: "";
    background: url(../images/separator-cart.png) no-repeat center bottom;
    height: 6px;
    display: block;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.cart .item{
  margin-top:5px;
}
.cart .total{
  color: #ee2b74;
    font-size: 22px;
    font-weight: 700;
    float: right;
}

.navbar-default{
  border: none;
  border-radius: 10px;
  margin-bottom: 0;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
  background-color: #EE2B74;
  border: none;
  border-radius: 4px;
}
.navbar-nav{
  /*display: table;*/
  width: 100%;
}
.navbar-nav >li{
  float: none !important;
  display: table-cell;
}
.navbar-default .navbar-nav li a{
  display: block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
   /* text-align: center;*/
    position: relative;
    padding-top: 11px;
  padding-bottom: 11px;
/*  min-width: 100px;*/
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus{
  background-color: #FC2E7B;
  color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: #fff;
}
.home-info{
  margin: 0;
  padding: 10px 0 10px 0; 
}
.home-info li{
  float: left;
  width: 20%;
  line-height: 14px;
}
.home-info li img{
  float: left;
  margin-top: -4px;
}
.home-info li span{

  padding-top: 5px;
}


/*--------------------[ HOME SECTIONS ]---------------------*/
.section-1{
  border: 1px solid #E8E8E8;
}
.section-1 img{
  float: left;
  width: 100%;
}
.section-1 .left .readmore,
.section-1 .right .readmore-text{
    font-size: 12px;
    color: #EE2B74;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 90%;
}
.section-1 .left .readmore:after,
.section-1 .right span.readmore-text:after{
  font-family: 'FontAwesome';
  content: '\f0da ';
  font-size: 12px;
  color: #EE2B74;
  padding-left: 4px;
}


.section-2{
  border: solid #E8E8E8 1px;
  border-top: none;
}
.section-2 .item{
  border-left: solid #E8E8E8 1px;
  padding: 20px 14px 20px 14px;
}
.section-2 .item.first{
    border-left: none;
}
.section-2 .item h2{
    font-style: normal;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    min-height: 64px;
    padding-top: 10px;
    margin-top: 0;
}
.section-2 .item p{
  font-size: 14px;
  padding-top: 15px;
  min-height: 74px;
  color: #666;
}
.section-2 .item span.readmore{
    color: #EE2B74;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.section-2 .item span.readmore:after{
      font-family: 'FontAwesome';
    content: '\f0da ';
    font-size: 12px;
    color: #EE2B74;
    padding-left: 4px;
}
.section-2 .item .right img{
  width: 100%;
}

.section-3{
  margin-top: 20px;
    background: #fff;
    border: 1px solid #E8E8E8;
    padding: 12px;
    font-size: 0;
}
.section-3 h2{
  display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #E8E8E8;
    text-align: center;
    margin-right: 3%;
    font-style: normal;
    font-size: 20px;
    padding-right: 12px;
    font-weight: 400;
    color: #333;
}
.section-3 .brands{
  padding-top: 31px;  
}
.section-3 .brands .item{
  outline: 0;
}

.section-4{
    margin: 0;
    padding: 0;
    position: relative;

}
.section-4 h2{  
    float: left;
    width: 100%;
    background-color: #fff;
    font-size: 20px;
    color: #679045;
    font-weight: normal;
    font-style: normal;
    padding: 12px 12px 12px 24px;
    margin:0;
    border-left: solid #E8E8E8 1px;
    border-right: solid #E8E8E8 1px;   
}
.section-4 .item{
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    position: relative;
    background-color: #F7F7F9;
    padding-top: 14px;
    padding-bottom: 14px;
}
.section-4 .item.first{
  border-left: 1px solid #e8e8e8;
}
.section-4 .item h3{
    font-family: 'Effra-Light';
    font-size: 20px;
    padding-bottom: 12px;
    color: #666;
    margin: 0;
}
.section-4 .item .right{
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 16px;
    color: #666;
}
.section-4 .readmore{
  font-size: 12px;
  text-transform: uppercase;
  color: #EE2B74;
}
.section-4 .readmore:after{
      font-family: 'FontAwesome';
    content: '\f0da ';
    font-size: 12px;
    color: #EE2B74;
    padding-left: 4px;
}
.section-4 .desc{
  float: left;
  width: 100%;
}
.section-4 .right{
  min-height: 140px;
}
.section-4:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: url(../images/sep.png) no-repeat 50% 50%;
}

.section-5{
  border: 1px solid #E8E8E8;
  border-top: none;
  margin-top: 14px;
  padding-bottom: 14px;
}
.section-5 h2.title{  
    float: left;
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 10px;
    margin-top: 0;
}
.section-5 h2.title span:first-child{
  float: left;
  font-size: 20px;
  color: #679045;
}
.section-5 h2.title a{
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #EE2B74;
    text-decoration: none;
    padding: 6px;
}
.section-5 h2.title a:after{
      font-family: 'FontAwesome';
    content: '\f0da ';
    font-size: 12px;
    color: #EE2B74;
    padding-left: 4px;
}
.section-5 .desc p{
    font-size: 13px;
    line-height: 13px;
}
.section-5 h4{  
    font-family: 'Effra-Light';
    font-weight: 200;
    font-size: 20px;
    color: #666;
    margin-bottom: 7px;
}
.section-5 h5{  
    font-size: 18px;
    line-height: 20px;
    color: #666;
    font-family: 'Effra-Light';
    font-weight: 200;
    margin: 0;
}
.section-5 .right img{
  float: right;
}

.services{
    background-color: #eaeaea;
    padding: 40px 0;
}
.services img{
    width: 94px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.services h2{
    color: #ee2b74;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
}
.services .desc{
    text-align: center;
}


/*--------------------[ FOOTER ]---------------------*/
.site-footer{
  position: relative;
}
.site-footer:before{
    content: "";
    background: url(../images/separator-footer.png) no-repeat center top;
    height: 5px;
    display: block;
    font-size: 0;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
.site-map{
  position: relative;
  background: #333;
  padding: 40px 0;
}
.site-map ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    vertical-align: top;
}
.site-map ul.app{
  background-image: url(../images/app-icon.png);
  background-repeat: no-repeat;
  background-position: top 36px left;
}
.site-map ul.app li a{
  padding-left: 40px;
}
.site-map ul h3{
    font-size: 20px;
    padding-bottom: 16px;
    color: #ccc;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.site-map ul li a{
  text-decoration: none;
    color: #ccc;
}
.site-map .social li a{
  float: left;
  padding: 4px;
  clear: both;
}
.site-map .social li a .fa{
  font-size: 20px;
  width: 40px;
  color: #fff;
  padding-right: 20px;
}

.payment{
  display: none;
  background: #474747;
    height: 45px;
    font-size: 0;
    line-height: normal;
    text-align: center;
    position: relative;
}
.credits{
  background: #474747;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
}

/*--------------------[ DEFAULT PAGE ]---------------------*/
.page-template-default h1.title{
    font-family: 'Effra-Light';
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #ee2b74;
    margin-top: 10px;
}
.page-template-default .content{
    margin-top: 27px;
}
.page-template-default .content h2{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 25px;
}
.page-template-default .content h3{
    font-size: 18px;
}
.page-template-default .content ul{
    padding: 0 0 0 22px;
    margin-bottom: 0;
}
.page-template-default .content ul li{
    font-size: 20px;
    color: #333;
}
.page-template-default img.size-full{
    float: left;
    width: 100%;
    height: auto;
}
.page-template-default .content p{
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.page-template-default .content a{
    color: #0000EE;
}
.page-template-default blockquote{
    position: relative;
    float: left;
    width: 100%;
    background-color: #EEEEEE;
    margin: 20px 0 20px 0;
    border: solid 1px #C8C8C8;
}
.page-template-default blockquote a{
    color: #E81E75 !important;
}
.page-template-default blockquote h4{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E81E75;
    font-weight: bold;
}
.page-template-default blockquote p{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    color: #333 !important;
    width: 95%;
}

/*--------------------[ SINGLE PAGE ]---------------------*/

.single h1.title{
    font-family: 'Effra-Light';
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #ee2b74;
    margin-top: 10px;
}
.single .content{
    margin-top: 27px;
}
.single .content h2{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 25px;
}
.single .content h3{
    font-size: 18px;
}
.single .content ul{
    padding: 0 0 0 22px;
    margin-bottom: 0;
}
.single .content ul li{
    font-size: 20px;
    color: #333;
}
.single img.size-full{
    float: left;
    width: 100%;
    height: auto;
}
.single .content p{
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.single .content a{
    color: #0000EE;
}
.single blockquote{
    position: relative;
    float: left;
    width: 100%;
    background-color: #EEEEEE;
    margin: 20px 0 20px 0;
    border: solid 1px #C8C8C8;
}
.single blockquote a{
    color: #E81E75 !important;
}
.single blockquote h4{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #E81E75;
    font-weight: bold;
}
.single blockquote p{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    color: #333 !important;
    width: 95%;
}

/*--------------------[ TIMELINE ]---------------------*/
.timeline h3{
    font-size: 28px !important;
}
.timeline .description p{
    font-size: 20px;
    color: #636254;
}
.timeline .item img{
    width: 80%;
}

/*--------------------[ DISTRIBUTION _ MAP  ]---------------------*/
.page-template-stores h1.title{
  font-family: 'Effra-Light';
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #ee2b74;
    margin-top: 10px;
}
#map-canvas {
    width: 100%;
    height: 550px;
}
.map-wrapper{
    position: relative;
    margin-top: 40px;
}
.filter{
    position: absolute;
    top:-20px;
    left: 8px;
    height: 95%;
    width: 260px;
    z-index: 9999;
    background-color: #fff;
}
.filter h3{
    padding: 12px;
    color: #4b7113;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.filter input[type=text]{
    width: 100%;
    height: 35px;
    padding-left: 8px;
    margin-bottom: 8px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
}
.filter input[type=submit]{
    width: 100%;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #4e692b;
    background: linear-gradient(#8bb953,#577830);
    text-decoration: none;
    border-radius: 4px;
}
.filter .results h4{
    padding: 0 12px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #ee2b74;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    margin-top: 0;
}
.results li{
  display: block;
  color: #4b7113;
}
.results li a{
  color: #4b7113;
  text-decoration: none;
  color: #4b7113;
  text-decoration: none;
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: solid #cdcdcd 1px;
}

.store .details h3{ 
    font-size:20px; 
    padding: 20px;
    background: #E8E8E8;
    color: #6C943B;
    font-weight: 400;  
    border: 1px solid #e8e8e8;
}
.store #map-canvas{
  margin-top: 52px; 
  height: 400px;
}
.opening_hours{
  padding: 20px;
  border-bottom: solid #e8e8e8 1px;

}
.opening_hours li{
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  font-size: 18px;
}
.opening_hours li:before{
    float: left;
    content: url(../images/bullet-point.png);
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}
.opening_hours li span{
  float: left;
}
.opening_hours li span:nth-child(1){
  min-width: 150px;
}
.store .phone{
  color: #6C943B;
  border-bottom: solid #e8e8e8 1px; 
  padding-bottom: 20px;
  padding-top: 10px;
}
.store .phone h4{
    font-size: 20px;
    padding-bottom: 12px;
    margin: 0;
}
.store .phone a{
  font-size: 19px;
  color: blue;
  text-decoration: underline;
}
h4.services-title{
    font-size: 20px;
    padding: 20px;
    background: #E8E8E8;
    color: #6C943B;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    margin: 0;
}
.store .wrapper{
  border-bottom: solid #e8e8e8 1px;
  border-left: solid #e8e8e8 1px;
  border-right: solid #e8e8e8 1px;
}
.store-services{
  padding: 20px;
  border-right: solid #e8e8e8 1px;
}
.store-services li{
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  font-size: 18px;
}
.store-services li:before{
    float: left;
    content: url(../images/bullet-point.png);
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}
.store-services li span{
  float: left;
}
.store .form{
  padding: 20px;
}
.store .form h3{
  font-size: 20px;
  font-weight: 400;
  color: #6C943B;
  margin-bottom: 20px;
  text-align: center;
}
.store form input{  
    width: 260px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 35px;
    padding-left: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
}
.store form #submit{
    width: 260px;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #4e692b;
    background: linear-gradient(#8bb953,#577830);
    text-decoration: none;
    border-radius: 4px;
}

/*--------------------[ DISTRIBUTION _ MAP  ]---------------------*/
.page-template-contact h1.title{
    font-family: 'Effra-Light';
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #ee2b74;
    margin-top: 10px;
}
.page-template-contact .form{
  padding: 20px;
  border: 1px solid #e8e8e8;
}
.page-template-contact .form h5{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    padding: 20px;
    border:solid #e8e8e8 1px;
}
.page-template-contact .form h5 a{
    color: #7d7d7d;
}
.page-template-contact .form h5 i{
  position: absolute;
  color: #b9b9b9;
  font-size: 30px;
}
.page-template-contact .form h5 span{
  padding-left: 60px;
}

.visual-form-builder ul{
  margin: 0 !important;
  padding: 0 !important;
}
.visual-form-builder fieldset{
  background-color: #f2f2f2;
  border: none;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.visual-form-builder ul li{
  padding: 0 !important;
}
.verification h3{
  display: none !important;
}
.vfb-item-secret{
  display: none !important;
}
.vfb-legend{
  border-bottom: none !important;
}
input.vfb-text, 
input[type="text"].vfb-text, 
input[type="tel"].vfb-text, 
input[type="email"].vfb-text, 
input[type="url"].vfb-text, 
textarea.vfb-textarea, 
select.vfb-select{
    height: 37px;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding-left: 8px;
    font-size: 22px;
    font-weight: 400;
    color: #666;
}
textarea.vfb-textarea{
    width: 100%;
    height: 86px;
    border: 1px solid #D6D6D6;
    font-family: arial;
    font-size: 22px;
    padding: 8px;
}

label.vfb-desc{
  display: none;
}
.vfb-submit{
    display: inline-block;
    width: 150px;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #4e692b;
    background: linear-gradient(#8bb953,#577830);
    border-radius: 4px;
}
.visual-form-builder ul li{
  padding: 18px 0 0 0 !important;
}
.vfb-fieldset-2{
  background-color: transparent !important;
}

.page-template-contact .form .address{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    padding-left: 60px;
}




/*--------------------[  MEDIA QUERIES  ]---------------------*/
@media(max-width: 999px){
  .container{
    width: 99%;
  }
}
@media(max-width: 767px){
  .container{
    width: 100%;
  }
  .site-header{
    box-shadow: 0 1px 5px #cdcdcd;
    margin-bottom: 10px;
  }
  .site-header .logo{
    width: 110px;
    padding: 13px 0 13px 0;
  }
  .search-form input[type="search"]{
    width: 100%;
  }
  .navbar-toggle{
    float: left;
    padding: 8px;
    margin-left: 14px;
    border-radius: 0;
    border: none;
  }
  .navbar-toggle .icon-bar{
    background-color: #ee2b74 !important;
    width: 28px;
    height: 3px;
  }
  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas{
    z-index: 9999999;
  }
  .navbar-default{
    border-radius: 0;
  }
  #mobile-menu{
    margin-top: 0;
    background-color: #F4F4F4;
  }
  #mobile-menu #menu-primary-menu{
    padding: 0;
  }
  #mobile-menu.navmenu, 
  #mobile-menu.navbar-offcanvas{
    width: 190px !important;
  }
  #mobile-menu h3{
    margin: 0;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    background: #EE2B74;
    padding: 18px;
    font-size: 14px;
  }
  #mobile-menu li{
      display: block;
  }
  #mobile-menu li a{
    float: left;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    position: relative;
    border-bottom: solid #ccc 1px;
  }

  .search-form{
    float: right;
    width: 100%;
    margin-top: 12px;
  }
  .search-form label{
    float: right;
    width: 100%;
    margin-right: 14px;
  }
  .search-form label::after{
    border-radius: 0;
    height: 27px;
    width: 30px;
    font-size: 14px;
  }
  .search-form input[type=search]{
    border:none;
    float: right;
    width: 0;
    height: 27px;
    margin-right: 28px;
    padding: 0;
  }
  .search-form input[type="search"]:focus{
      float: right;
      width: 100%;
      padding-left: 10px;
  }
  .search-form ul.results{
    position: fixed;
    top:52px;
    left: 0;
    right: 0;
    z-index: 99999999;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 .item h2{
    font-size: 17px;
    padding-top: 0; 
    min-height: 10px;
  }
  .section-2 .item p{
      padding: 0;
      min-height: 10px;
  }
  .section-4 .right{
    min-height: 10px;
  }
  .section-4 .item h3{
    font-size: 16px;
  }
  .section-4 .item .right{
    padding: 14px;
  }
  .section-4 .readmore{
      float: left;
      width:100%;
      text-align: left; 
  }
  .section-4 .item .left img{
      float: none;
      margin: 0 auto;
  }
  .section-5 .left img{
    float: left;
    width: 100%;
    margin-bottom: 14px;
  }
  .section-5 .right img{
    float: right;
  }
  .services .item{
    margin-bottom: 14px;
  }
  .site-map ul{
      min-height: 200px;
  }
  .filter{
    position: relative;
    width: 100%;
  }
  .filter h3{
    text-align: center;
  }
  .single h1.title{
    font-size: 20px;
  }
  .visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half{
    width: 100% !important;
  }


}

@media(max-width: 480px){
  .site-header .logo{
    width: 73px;
    padding: 17px 0 13px 0;
  }
  .navbar-toggle{
    margin-left: 5px;
    margin-right: 14px;
  }
  .section-2 .item{
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .section-4 .item{
    width: 100%;
  }
  .section-5 h2.title a{
    float: left;
  }
  .section-5 .right .desc{
    width: 100%;
    text-align: center;
  }
  .section-5 .right .rmpr{
    width: 100%;
    padding-top: 14px;
  }
  .services .item{
    width: 100%;
  }
  .site-map ul{
    width: 100%;
    text-align: center;
  }
  .site-map ul.app{
    background-image: none;
  }
  .site-map ul.app li a{
    padding-left: 0;
  }
  .site-map ul{
    min-height: 40px;
    margin-bottom: 24px;
  }
  .site-map ul h3{
    padding-bottom: 3px;
  }
  .site-map .social li a{
    width: 100%;
  }
  .site-map .social li a .fa{
    padding-right: 0;
  }
  .page-template-default h1.title,
  .page-template-contact h1.title{
      font-size: 25px;
  }
  
  .single .content h2,
  .timeline .description p,
  .page-template-default .content h2{
    font-size: 17px;
  }

  .timeline .item.odd .desc{
    padding-left: 0;
  }
  .timeline .item img{
    width: 100%;
  }
  .page-template-default .content,
  .single .content{
    margin-top: 0;
  }
  #map-canvas{
    height: 300px;
  }
  .store #map-canvas{
    margin-top: 0;
  }
  .store .details h3,
  h4.services-title{
    padding: 8px;
  }
  .page-template-contact .form h5{
    font-size:  16px;
    padding: 13px;
  }
  .page-template-contact .form h5 span{
    padding-left: 32px;
  }
  .page-template-contact .form{
    padding: 0;
    border: none;
  }
  .visual-form-builder fieldset{
    padding: 10px;
  }
  .page-template-contact .form h5 span{
    padding-left: 59px;
  }
  input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea, select.vfb-select{
    font-size: 17px;
  }
}