/*
Theme Name: Benleigh
Description: Benleigh Vending Systems
Version: 1.0.0
Text Domain: benleigh
Tags:Benleigh, Vending Systems, VENDING SOLUTIONS
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7em;
    color: #000;
}
strong,
em {
    font-weight: 600;
    font-style: normal;
}
h1,
h2,
h3 {
    color:red;
}
h4,
h5,
h6 {
    line-height: 1.2em;
    margin-top: 15px;
}
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0;
    color: red;
}
h1 {
    font-size: 36px;    color: #fd5e53;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    color: red;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 30px;
font-color: white;
     background-color: rgba(5, 51, 81, 0.0);
}
p {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.7em;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
margin-left: 40px;
}
img {
    max-width: 100%;
    outline: none;
}
a {
    color: #f91c1c;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #f91c1c;
}
ul {
    margin: 0;
    padding: 0;
}
input,
textarea,
button,
input:focus {
    outline: none;
}
.padd-rl {
    padding: 0 90px;
}
/*Navbar*/

#header {
    position: relative;
}
#header .header-border img {
    position: absolute;
    bottom: 0;
    width: 100%
}
#header .container {
    position: relative;
    z-index: 99
}
.navbar {
    min-height: 110px;
    margin-bottom: 0;

}
.navbar-default {
    background:  !important;
    border: none !important;
    margin-left: -2px;

}
.navbar-default:after {
    content: "";
    width: 112%;
    height: 100%;
    border: 110px solid #018ee0;
    position: absolute;
    bottom: 11px;
    left: 0;
    color: #000;
    z-index: 0;
    margin-top: 68px;
    transform: rotate(-.6deg);
    transition: border 1s;
}
.navbar-fixed-top.sticky-nav .logo-light {
    display: none;
}
.navbar-fixed-top .logo-black {
    display: none;
}
.navbar-fixed-top.sticky-nav .logo-black {
    display: block;
}

.navbar-default.sticky-nav:after {
    border: 120px;
background-color: rgb(255, 255, 204, 0.6)		/* transparent */
}
.navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 35px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-default.sticky-nav .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-default.sticky-nav .navbar-nav>.active>a,
.navbar-default.sticky-nav .navbar-nav>.active>a:hover,
.navbar-default.sticky-nav .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-default.sticky-nav .navbar-nav>li>a:hover,
.navbar-default.sticky-nav .navbar-nav>li>a:focus {
    color: #000;
}
.header-border {
    margin-top: 5px;
    z-index: 1;
    position: relative;
}
.navbar-nav>li>.dropdown-menu {
      top: 90px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #000;
}
.navbar-nav>li>.dropdown-menu>li>a {
    padding: 7px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #5f5b5b;
  color:#fff;
  text-transform:uppercase;
}
.navbar-nav>li>.dropdown-menu>.active>a, .navbar-nav>li>.dropdown-menu>.active>a:hover, .navbar-nav>li>.dropdown-menu>.active>a:focus {
    background-color: #fff;
  	color:#000;
}
.navbar-nav>li>.dropdown-menu>li>a:hover, .navbar-nav>li>.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    	color:#000;
}
/*banner*/

#banner {
/*    background-attachment: fixed !important;
    background-size: cover !important;*/
    margin-top: 0px;
}

.single-slide-item {
    height: 100px;
    color: #fff;
    position: relative;

}

.single-slide-item2 {
    height: 620px;
    background: #e3dbad;
    position: relative;
}
.slide-item-cell {
    display: table;
    width: 100%;
    height: 100%;
}

.slide-item-tablecell {
    display: table-cell;
    width: 100%; 
    height: 100%;
    vertical-align: middle;
    padding-top:40px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    -webkit-transition: background .5s;
    transition: background .5s;
    margin-top: -25px;
}
.owl-next {
    right: 0;
}






.carousel-inner .item {
    height: 700px;
    background-size: cover !important;
    background-position: center center !important;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{width:100%}
.carousel-indicators .active {
    background-color: #fff;
    border: none;
}
.carousel-indicators {
    bottom: 30px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
section#calToAction {

background-color: #fd5e53;
    padding: 50px 0 35px;
}
.cta-content h2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 25px;
}
a.cs-btn {
    border: 2px solid;
    font-size: 22px;
    text-transform: uppercase;
    width: 220px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 15px 0;
    transition: all .5s;
    text-decoration: none;
}
a.cs-btn.btn-o {
    margin-right: 15px;
    color: #ffffff;
}
a.cs-btn.btn-y {
    color: #ffffff;
}
/*Features*/

section#features {
    
    background-color: rgba(242, 239, 33, 0.55);

    padding: 35px 0 25px;
}
.feature {
    width: 25%;
    float: left;
}
.feature h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3em;
}
.feature img {
    max-height: 455px;
}
/*Welcome box */

#about,
#largeProduct,
#grateRange {
    padding: 2 0;
    background-color: #fff;
}
.welcome-ttl h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.welcome-ttl h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #22abe6;
    margin-bottom: 50px;
}
.welcome-box p {
    font-size: 14.5px;
    color: #000
}
.cities {
    color: #f20808
}
/*Products*/

section#products {
    padding: 40px 0 70px;
    background-color: rgba(242, 239, 33, 0.55);
}
.product {
    float: left;
    width: 15%;
    margin-right: 2%;
    position: relative;
    border-bottom: 4px solid #f1e7b7;
    transition: border .6s;
}
.product:hover {
    border-bottom: 4px solid #e27b20;
}
.product:last-child {
    margin-right: 0;
}
.product h4 {
    text-transform: uppercase;
    font-size: 12.5px;
    color: #fff;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.product h4 a {
    color: #fff;
    background: #018ee0;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}
/*#calToAction2*/

#calToAction2 {
    background: #fd5e53;
    padding: 50px 35px;
}
#calToAction2 a.btn-b {
    color: #ffffff;
    border: 2px solid
}
#calToAction2 a.btn-b:nth-child(2n) {
    margin-right: 15px;
}
/*#testimonial*/

#testimonial {
    background: #018ee0;
    padding: 80px 0;
}
#testimonialOrange {
    background: rgba(242, 239, 33, 0.55);
    padding: 80px 0;
}
.btestimonial-content p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    display: inline;
}
#testimonial .testimonial-content {
    position: relative;
    padding: 0 120px
}
#testimonialOrange .testimonial-content {
    position: relative;
    padding: 0 120px
}
.testimonial-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    display: inline;
}
.testimonial-content span {
    color: #f2ef39;
      font-size: 18px;
}
.testimonial-content p span {
    color: #ef801f

}
#testimonial .testimonial-content:after {
    position: absolute;
    content: "";
    width: 41px;
    height: 38px;
    background: url(assets/images/quote2.png);
    background-size: cover;
    bottom: -5px;
    right: 20px;
}
#testimonialOrange .testimonial-content:before {
    position: absolute;
    content: "";
    width: 41px;
    height: 38px;
    background: url(assets/images/quote-b.png);
    background-size: cover;
    top: -22px;
    left: 20px;
}
#testimonialOrange .testimonial-content:after {
    position: absolute;
    content: "";
    width: 41px;
    height: 38px;
    background: url(assets/images/quote2-b.png);
    background-size: cover;
    bottom: -5px;
    right: 20px;
}
#testimonialOrange .testimonial-content p span {
    color: #000;
}
#testimonialOrange .testimonial-content span {
    color: #000;
      font-size: 18px;
}
p.cities {
    color: #f91c1c
}
#footer {
    background: #018ee0;
    padding: 90px 0 20px;
}
#footer h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
}
#footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer-bottom {
    color: #fff
}
.footer-bottom p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 50px;
}
#pageHeader {
    padding: 180px 0 40px;
    margin-top: -15px;
    background-color: #000;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#pageHeader2 {
    padding: 160px 0 4px;
    margin-top: -15px;
    background-color: white;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#pageHeader h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
}
#pageHeader h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #e27b20;
    font-size: 29px;
}
#pageHeader2 h3 {

    font-weight: 600;
    color: red;
    font-size: 28px;
}
div#mainContent {
    padding: 50px 0;
}
/**
* 1.0 - Single page Style
* ------------------------------------------------------------------------------
*/

aside .widget {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #000;
}
aside .widget ul li {
    list-style: none;
}
aside span.screen-reader-text {
    display: none;
}
input.search-field {
    border: 1px solid #ddd;
    font-size: 16px;
    padding-left: 15px;
}
input.search-submit {
    background: #ef801f;
    border: none;
    color: #fff;
    padding: 0 15px;
    height: 35px;
    font-size: 18px;
}
div#comments {
    margin-top: 40px;
}
textarea#comment {
    width: 100%;
    max-height: 120px;
    border: none;
}
#comments input#submit {
    background: #ef801f;
    border: none;
    font-size: 17px;
    height: 40px;
    padding: 0 40px;
    margin-bottom: 40px;
    color: #fff;
}
#comments input#author {
    margin-bottom: 10px;
    max-width: 322px;
    width: 100%;
    margin-left: 4px;
    height: 35px;
}
#comments input#email {
    margin-bottom: 10px;
    max-width: 322px;
    width: 100%;
    margin-left: 8px;
    height: 35px;
}
#comments input#url {
    margin-bottom: 10px;
    max-width: 322px;
    width: 100%;
    height: 35px;
}
li.comment {
    border: 1px solid #424141;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 15px
}
.children li.comment {
    border: none;
    margin-left: 18px;
    font-size: 13px
}
textarea#comment {
    border: 1px solid #ddd;
}
/*Widget*/

div#secondary .widget {
    margin-bottom: 40px;
}
div#secondary .widget ul li {
    list-style: none;
}
.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid rgba(241, 241, 241, 0.6);
}
div#primary {
    margin-top: 50px;
}
.single-widget input.yn,
input.ye {
    max-width: 100%;
    margin-bottom: 4px;
    font-size: 13px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #6c6969;
    outline: none;
}
.single-widget h2 {
    margin-bottom: 20px
}
.single-widget textarea.ym {
    max-width: 100%;
    height: 61px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #6c6969;
    font-size: 13px;
    padding-left: 15px;
    outline: none;
}
.single-widget .wpcf7-submit.yb {
    color: #fff !important;
    color: #000;
    width: 128px;
    border-radius: 4px;
    position: relative;
    top: -5px;
    background: transparent;
    border: 1px solid #6c6969;
    font-size: 14px;
    outline: none;
}
.sl_box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
    float: right;
    margin-left: 10px;
}
.archive div#mainContent,
.search div#mainContent,
.category div#mainContent {
    padding: 100px 0;
}
h2.entry-title,
h1.entry-title,
h2.widget-title {
    text-transform: uppercase;
    font-size: 22px;
    margin: 15px 0 0;
    color: #ef801f;
}
h2.entry-title a {
    color: #ef801f;
}
/*Modal*/

.modal-body p {
    margin-bottom: 5px;
}

.n-field {
    width: 48%;
    height: 40px;
    padding-left: 20px !important;
    font-size: 14px;

}
.sb-field,
.mb-field,
.e-field {
    width: 42%;
    height: 40px;
    padding-left: 20px !important;
    font-size: 14px;
}
.wpcf7-submit.s-field {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ef801f;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border: none;
    float: right;
}
.m-field {
    width: 100%;
    height: 100px;
    padding-left: 20px !important;
    font-size: 14px;
}
.f-widget address p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.f-widget address p span {
    width: 60px;
    display: inline-block;
}
.ss-box-left {
    width: 50%;
    float: left;
}
.ss-box-right {
    width: 50%;
    float: left;
    text-align: center;
}
.ss-box-right a {
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    font-size: 20px;
    margin-top: 12px;
        margin-right: 6px;
}

.f-widget .textwidget ul li {
    color: #fff;
    font-size: 14px;
    list-style: none;
}

.f-widget .textwidget ul {
    margin-bottom: 20px;
}
div#nav_menu-3 {
    margin-left: 50px;
}
div#mainContent ul {
    margin-left: 35px;
    margin-bottom: 15px;
}

div#mainContent ul li {
    list-style-type: square;
    font-family: 'Quicksand', sans-serif;
}
div#mainContent a:visited {
    color: #f91c1c !important;
}
div#mainContent h3, div#mainContent h4 {
    color: #ef801f !important;
}
#header .header-border .img2{display:none}
.carousel-inner .item {
    position: relative;
}

.carousel-inner .item .slider-cap {
    position: absolute;
    color: #000;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  width:100%;
}

.slider-cap h1 {
    font-size: 42px;
  text-transform:uppercase;
  
}
.con-form p{margin-bottom:10px !important}
.our-info address {
    line-height: 1.7em;
}
.product-wrapper{margin-bottom:50px;}

.product-wrapper h1 {
    color: #e27b20;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 40px;
}
.product-wrapper .s-product {
    width: 17%;
    display: inline-block;
    margin-right: 1.3%;
    margin-bottom: 30px;
    min-height: 110px;
    margin-left: 1.3%;
      float: left;
}

.product-wrapper .s-product h2 {
    display: block;
    background: #fff;
    margin-bottom: 0;
    font-size: 15px;
    padding: 10px 0;
}
.pi-wrapper{position:relative;height:168px}
.product-wrapper .s-product img {
    position: absolute;
    /* max-width: 100px; */
    /* min-width: 100px; */
    /* max-height: 168px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
      max-height: 168px;
}
.navbar-brand {
    padding: 25px 15px 15px;
}
#myNav{
    margin-top: 20px;
}
.top_header{
    position: absolute;
    right: 15px;
    top: 15px;
	z-index: 99;
}
.top_header section{
    margin: 0px;
}
.top_header p{
    margin: 0;
}
.top_header br{
    display: none;
}
.top_header a{
    display: inline-block;
    font-size: 15px;
Success!
    font-weight: bold;
    text-decoration: none;
}
.top_header a.phone{
        font-size: 15px;
    color: #ffffff;
    margin-right: 15px;
}
.top_header a.enquiry{
    color: #f9f728;
    border: 1px solid #ffffff;
    padding: 0.7px 8px 2px;
}
.sticky-nav .top_header a.phone{
    color: black;
}
.sticky-nav .top_header a.enquiry{
    color: white;
    background-color: red;
    border: 1px solid red;
}
@media (max-width: 768px) {
	.top_header{
		display: none;
	}
} 
div#mainContent h3, div#mainContent h4 {
    color: #ef801f !important;
    display: initial !important;
}
.modal-footer{margin-top:32px}


