/*
    Theme Name: Perth Gatemakers
    Description: Bonfire framework
    Version: 1.0
    Author: Bonfire
    Author URI: http://www.bonfire.com.au
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

*, *:before, *:after {
    box-sizing: inherit;
    z-index: 1;
}

.nav-previous { float: right;}
.nav-next { float: left;}

.nav-previous a, .nav-next a { font-weight: bold; font-size: 18px; color: #1c3c1d;}

.gfield.gfield_html { position: initial; }

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

a {
    text-decoration: none;
    color: #e8b300;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;

}

a:hover {
    color: #ffce31;
}

/* Stop border color on images in IE */
a img {
    border: 0px;
    max-width: 100%;
}

.clear {
    clear: both;
}

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    font-size: 100%; /* Resets 1em to 10px */
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    background: #f1f1f1;
    color: #333;
}

.error { color: #B80303;}

.site {
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.con-clicked .site {
    right: 400px;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .5em;
}

.word2, .con-tag .word2, .clients h3 .word1 {
    font-weight: 300;
}

.con-tag .word3 {
    color: #ffce31;

}

p {
    margin: 5px 0 20px;
    line-height: 1.6;
    font-weight: 300;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: table;
    clear: both;
}

strong {
    font-weight: bold;
}

.yel-but {
    background: #ffce31;
    color: #333;
    padding: 18px 40px;
    border-radius: 5px;
    font-weight: 700;
}

.low-content .yel-but {
    display: inline-block;
}

.yel-but:hover {
    color: #777;
}

.content ul {
    margin: 30px 0 29px 30px;

}

.content li {
    padding: 4px 0 8px;;
    list-style: none;
    position: relative;
    line-height: 1.5;
}

.content li a {
    color: #333;
}

.content li a:hover {
    color: #ffce31;
}

.content li:before {
    position: absolute;
    content: "\f0da";
    font-size: 21px;
    top: 0px;
    left: -20px;
    font-family: Fontawesome;
    color: #ffce31;
}

.mobile-img img {
    position: absolute;
}

.mobile-img {
    overflow: hidden;
}

.error404 .main {
    margin: 150px 0 0;
}


.content .btn {
    background: #1c3c1d;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    border-radius: 3px;
}


#month, #year { width: initial; }

.home-fencing-btn, .home-gates-btn { display: block; width: 50%; float: left; }
.home-fencing-btn span, .home-gates-btn span { display: block; padding: 30px; margin: 0 10px; text-align: left }
.home-fencing-btn a, .home-gates-btn a { margin: 0 10px; display: block; border-radius: 5px;}
.home-fencing-btn a span, .home-gates-btn a  span { color: #FFF; text-align: left; font-weight: bold; font-size: 24px;
     padding-left: 20px; display: inline-block; line-height: 60px; width: 100%; margin: 0px; }

.left-border { border-left: #ffce31 solid 3px; }


.news-post { width: 300px; float: left; margin-right: 20px; }

.news-post h2 { line-height: normal; font-size: 16px;  margin: 15px 0; height: 38px; overflow-y: hidden; width: 100%; display: block; }

.news-post h2 a {  color: #333; }

.news-post .readmore { margin-bottom: 15px; display: block; }

.post img { max-width: 600px; height: auto; width: 100%;}

.payaccount textarea, .payaccount select, .payaccount input[type="text"], .payaccount input[type="password"], .payaccount input[type="email"] { width: 100%; padding: 6px 8px; margin-top: 5px; }
#ratingsystem { display: none;}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: Fontawesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }


.account_label { padding: 2px 0px; display: inline-block; font-weight: 700;}

#ratingsystem { display: none;}

#nostar { display: none; }

/* /////////////////////////////////////////////////////////////////////////////////////// HEADER */

header {
    background: rgba(28, 60, 29, .95);
    position: absolute;
    width: 100%;
    z-index: 999999;
    height: 130px;

}

.scrolled header {
    background: rgba(28, 60, 29, .95);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    height: 90px;
}

.scrolled .logoarea {
    padding-top: 19px;
    height: 90px;
}

.scrolled .logo {
    width: 200px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.scrolled .phone-menu {
    position: absolute;
    right: 30px;
    cursor: pointer;
    line-height: 67px;
    color: #ffce31;
    top: 0px;
    font-size: 20px;
}

.scrolled .address-menu {
    color: #FFF;
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 47px;
    font-size: 17px;

}

.scrolled .menuarea { position: fixed;
top: 90px;}

.scrolled #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link { height: 40px; line-height: 40px; }

.scrolled .special-offer { display: none; }

.logo {
    background: url(/wp-content/uploads/2020/05/logo_fencemakers.png) no-repeat;
    position: absolute;
    width: 191px;
    height: 100px;
    top: 10px;
}

.logoarea {
    padding-top: 30px;
    height: 130px;
}


.con-clicked header {
    right: 400px;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.phone-menu {
    position: absolute;
    right: 30px;
    cursor: pointer;
    line-height: 67px;
    color: #ffce31;
    top: 20px;
    font-size: 20px;
}

.address-menu {
    color: #FFF;
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 67px;
    font-size: 17px;

}

/* /////////////////////////////////////////////////////////////////////////////////////// NAVIGATION */

.menuarea {
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 130px;
    width: 100%;
    z-index: 999999;

}

/* Main Header nav */

.header-nav {
    position: relative;
}

.header-nav .menu {
    position: relative;
    font-size: 16px;
    z-index: 90;
    right: 0;
    text-align: center;
}

.header-nav .menu:after {
    content: "";
    display: table;
    clear: both;
}

.header-nav li {
    position: relative;
    display: inline-block;
    list-style: none;

}

.header-nav li {
    margin: 0 -3px;
}

.header-nav ul li {
    margin: 0;
}

.header-nav li > a:after {
    content: '';
    position: absolute;
    right: -1px;
    height: 22px;
    width: 2px;
    background: #d6d6d6;
    transform: translateY(-50%);
    top: 50%;
}

.header-nav ul ul li > a:after {
    display: none;
}

.header-nav li a {
    position: relative;
    display: block;
    color: #FFF;
    padding: 27px 23px 27px 23px;
    height: 70px;
    margin: 0 -2px 5px;
}

.header-nav ul ul li a {
    margin: auto;
}

.header-nav li a:hover {
    background: transparent;
}

.header-nav ul ul li a:hover {
    background: #444;
}

.header-nav ul ul ul li a:hover {
    background: #333;
}

/* Level 2 */
.header-nav ul > li > ul {
    text-align: left;
    width: auto;
    opacity: 0;
    visibility: hidden;
    background: #333;
    position: absolute;
    z-index: 9999999;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-nav ul li ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 270px;
}

.header-nav ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header-nav ul ul li a, .header-nav ul ul ul li a {
    color: #fff;
    background: #333;
    padding: 19px 30px 19px 30px;
    height: auto;
    width: 100%;
    display: block;
}

.header-nav ul ul li a:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    font-family: Fontawesome;
    font-size: 20px;
    position: absolute;
    top: 50%;
    height: 20px;
    width: 3px;
    left: 15px;
    transform: translateY(-50%);
    background: #ffce31;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-nav ul ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-nav ul ul .menu-item-has-children:after {
    content: '\f105';
    font-family: Fontawesome;
    top: 20px;
    color: #fff;
    font-size: 15px;
    right: 30px;
    position: absolute;
}

/* Level 3 */
.header-nav ul > li > ul > li > ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    background: #444;
    position: absolute;
    top: 0;
    left: 260px;
    z-index: 9999999;
    width: 100%;
}

.header-nav ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.header-nav ul ul ul li {
}

.header-nav ul ul ul li a {
    background: #444
}

/* Level 4 */
.header-nav ul > li > ul > li > ul > li > ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9999999;
}

.header-nav ul > li > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

/* /////////////////////////////////////////////////////////////  OFF CANVAS MENU */

#phone-mob {
    display: none;

}

#phone-mob:after {
    content: '\f095';
    font-family: Fontawesome;
    font-size: 30px;
    position: absolute;
    color: #FFF;
}

#top-ham {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    margin: 24px;
    padding: 10px;
    float: left;
}

#top-ham span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffce31;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#top-ham span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#top-ham span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#top-ham span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#top-ham.open span:nth-child(1) {
    -webkit-transform: translate(8px, -2px) rotate(45deg);
    -moz-transform: translate(8px, -2px) rotate(45deg);
    -o-transform: translate(8px, -2px) rotate(45deg);
    transform: translate(8px, -2px) rotate(45deg);
}

#top-ham.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#top-ham.open span:nth-child(3) {
    -webkit-transform: translate(8px, 1px) rotate(-45deg);
    -moz-transform: translate(8px, 1px) rotate(-45deg);
    -o-transform: translate(8px, 1px) rotate(-45deg);
    transform: translate(8px, 1px) rotate(-45deg);
}

#top-ham, #phone {
    display: none;
}

.mob-clicked .off-canvas {
    left: 0;
}

.mob-overlay, .off-overlay {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    background: rgba(3, 3, 3, .7);
    -webkit-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -ms-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
}

.mob-clicked .off-overlay, .con-clicked .mob-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -ms-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
}

.off-canvas {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: -100%;
    background: #333;
    z-index: 99999;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -ms-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    padding: 60px 40px 80px;
    max-height: 100%;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.mob-clicked .off-canvas {
    top: 70px;
}

.off-canvas ul {
    list-style: none;
}

.off-canvas ul li {
    cursor: pointer;
}

.off-canvas .current-menu-item {
    border: none;
    margin-bottom: 0;
}

.off-canvas ul ul {
    padding: 0px 0 0 10px;
}

.off-canvas li a {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    padding: 20px 60px 14px 15px;
    height: 60px;
    display: block;
    font-weight: 300;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.off-canvas li a:after {
    bottom: 0;
    content: '';
    height: 1px;
    width: 98%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 1%;

}

.off-canvas li a:hover {
    background: rgba(240, 240, 240, 0);
    color: #ffce31;
    font-weight: bold;
}

.off-canvas ul ul li a {
    font-size: 15px;
    color: #FFF;
}

.off-canvas ul ul ul li a {
    color: #fff;
}

.off-canvas .menu-main-menu-container {
    padding: 0 10px;
}

.off-canvas ul .menu-item-has-children {
    position: relative;
}

.off-canvas .menu-item-has-children .menu-item span {
    display: none;
}

.off-canvas ul ul .menu-item-has-children.menu-item > span {
    display: inline-block;
}

.off-canvas .menu-item-has-children span {
    display: inline-block;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 9px;
    padding: 5px 15px;
    width: 40px;
    height: 40px;
    border-radius: 2px;

}

.off-canvas .down:before {
    content: '\f107';
    font-family: Fontawesome;
    position: absolute;
    color: #fff;
    font-size: 28px;
    border: 2px solid #ffce31;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    padding: 5px 9px;
    left: 0;
    top: 0;

}

.off-canvas .up:before {
    content: '\f106';
    font-family: Fontawesome;
    position: absolute;
    color: #fff;
    font-size: 28px;
    border: 2px solid #ffce31;
    border-radius: 2px;
    background: #ffce31;
    width: 40px;
    height: 40px;
    padding: 4px 9px;
    left: 0;
    top: 0;
}

.off-canvas .sub-menu {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0px;

}

.off-canvas .open .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 3000px;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;

}

.off-canvas .open .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.off-canvas .open .sub-menu .open .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}

.off-canvas ul .menu-item-has-children:hover:after {
    color: #ED1C2E;
}

.off-canvas .menu-main-menu-container {
    padding: 0 10px;
}

i.icons {
    display: block;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 6px 12px;

    height: 50%;
    cursor: pointer;
}

i.icons:hover {
    color: #ffce31;
}

.mob-toggle span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.mob-toggle:hover span {
    color: #ffce31;
}

#phone {
    top: 7px;
    right: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
}

#phone:before {
    content: '\f095';
    font-family: Fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 35px;
}

/* /////////////////////////////////////////////////////////////////////////////////////// HERO SLIDER */
.slide {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    z-index: 2;
}

.con-tag {
    background: #1c3c1d;
    padding: 17px 70px 17px 50px;
    position: fixed;
    right: 0;
    top: 430px;
    transform: translateY(-50%);
    z-index: 9999;
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    color: #FFF;
}

.con-tag:after {
    position: absolute;
    right: 35px;
    content: '\f0a9';
    top: 21px;
    font-family: Fontawesome;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;

}

.con-tag:hover:after {
    right: 30px;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.hero-form {
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 999;

}

.form-content {
    background: #ffce31;
    width: 40%;
    float: right;
    padding: 20px;
    border-radius: 5px;
}

.form-content .gform_wrapper input[type="text"], .form-content .gform_wrapper input[type="tel"], .form-content .gform_wrapper input[type="email"], .form-content .gform_wrapper input[type="password"], .form-content .gform_wrapper input[type="file"], .form-content .gform_wrapper textarea, .form-content .gform_wrapper select {
    padding: 10px;
    background: #FFF;
    color: #333;
}

.form-content .gform_button {
    background: #1c3c1d;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;

}

.form-content h3 {
    display: block;
    margin-bottom: 10px;
}

.page-template-landing-small .con-tag {
    position: fixed;
    right: -100%;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;

}

.page-template-landing-small.scrolled .con-tag {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.page-template-default .slide {
    width: 100%;
    background-size: cover;
}

.hero-message {
    width: 60%;
    float: left;
    display: inline;
    padding-right: 30px;
}

.hero-buttons {
    width: 40%;
    float: left;
    display: inline;
    padding-top: 20px;
}

.hero-btn-download, .hero-btn-pay {
    background: #1c3c1d;
    padding: 20px;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    margin-top: 10px;
    display: block;
    padding-left: 30px;
    border-radius: 3px;
}

.hero-btn-download a, .hero-btn-pay a {
    font-weight: bold;
    color: #FFF;
}

.hero-btn-download a:before {
    content: '\f0ab';
    font-family: Fontawesome;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    padding-right:15px;
    color: #ffce31;
    font-size: 26px;

}

.hero-btn-pay a:before {
    content: '\f155';
    font-family: Fontawesome;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    padding-right:15px;
    color: #ffce31;
    font-size: 26px;

}

.hero-content {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    height: 190px;
    width: 100%;

}

.hero-content:before {
    content: '';
    position: absolute;
    left: -25px;
    height: 90%;
    top: 5%;
    width: 5px;
    background: #ffce31;
}

.hero-head {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-top: 30px;
}

.hero-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.slides-wrap {
    top: 0;
    width: 100%;
    height: 880px;
    z-index: 9;
}

.slide {
    position: relative;
    height: 100%;
}

.home .slider {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}


.page-template-landing-small .grad-top:after {
    background: rgba(53, 53, 53, 0.56);
}

.scrolled .grad-top:after, .page-template-landing-small .grad-top:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: filter-animation .5s infinite;
    animation: filter-animation 5s infinite;
    filter: grayscale(100%);
    -webkit-transition: filter .3s ease-in-out .8s;
    -moz-transition: filter .3s ease-in-out .8s;
    -ms-transition: filter .3s ease-in-out .8s;
    -o-transition: filter .3s ease-in-out .8s;
    transition: filter .3s ease-in-out .8s;
    -webkit-transition: visibility .3s ease-in-out .8s, opacity .3s ease-in-out .8s;
    -moz-transition: visibility .3s ease-in-out .8s, opacity .3s ease-in-out .8s;
    -ms-transition: visibility .3s ease-in-out .8s, opacity .3s ease-in-out .8s;
    -o-transition: visibility .3s ease-in-out .8s, opacity .3s ease-in-out .8s;
    transition: visibility .3s ease-in-out .8s, opacity .3s ease-in-out .8s;
}

.rslides_nav {
    top: 50%;
}

/* SLIDER COUNTER */

.scrolled .pager {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.pager {
    opacity: 1;
    visibility: visible;
    display: block;
    position: absolute;
    bottom: 30px;
    padding: 0 0 80px 0;
    left: 45px;
    z-index: 1;
    margin: 5px;
    list-style: none;
}

.pager span {
    color: #fff;
    width: 1000px;
    height: 20px;
    font-size: 30px;
}

.pager span.cycle-pager-active {
    color: #ffce31;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    overflow: hidden;
}

/* ///////////////////////////////////////////////////////////////////////////////////////  PAGE */

.main {
    width: 100%;
    background: #f1f1f1;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: 2100px;
    background-position: right -1000px bottom -270px;
}

.main:before {
    content: '';
    width: 100%;
    background: #ffce31;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

.page-template-default .main:after, .page-template-test-page .main:after, .page-template-contact-inner .main:after {
    content: '';
    width: 100%;
    background: #ffce31;
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

.content {
    width: 60%;
    float: left;
    color: #333;
}

.sidebar {
    width: 40%;
    float: right;
    padding: 0 0 0 40px;
}

.page-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative
}

.page-banner .dots {width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.65);
    z-index: 2;
    top: 0;}

.title-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 999;
}

.title-wrap h1 {
    color: #fff;
    padding: 0 0 0 30px;

}

.title-wrap h1:before {
    content: '';
    position: absolute;
    left: 0;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

.title-wrap h2 {
    color: #fff;
    padding: 0 0 0 30px;

}

.title-wrap h2:before {
    content: '';
    position: absolute;
    left: 0;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

/* /////////////////////////////////////////////////////////////////////////////////////// HOME PAGE */

.home-main {
    background: #f1f1f1;
    width: 100%;
    position: relative;
    color: #333;
    padding: 50px 0;
}

.home-main:before {
    content: '';
    width: 100%;
    background: #ffce31;
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

/*.home .content {
    width: 50%;
    text-align: left;
    padding: 0 30px 0 0;
}*/
.home .content {
    width: 100%;
    text-align: left;
    padding: 0 30px 0 0;
    float: initial;
}
.home-main {
    text-align: center;
}

/*.home-main h2 {
    font-weight: 700;
    font-size: 45px;
    display: block;
    margin: 60px 0;
    display: inline-block;
    position: relative;
    float: left;

}*/

.home-main h2 {
    font-weight: 700;
    font-size: 45px;
    display: block;
    margin: 60px 0;
    display: inline-block;
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
}


.home-main h2:before {
    content: '';
    position: absolute;
    left: -25px;
    height: 90%;
    top: 5%;
    width: 5px;
    background: #ffce31;
}

.clients {
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
}

.clients h3 {
    position: relative;
    margin: 40px 0 20px 10px;
    display: block;
    clear: both;
}

.clients h3:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 90%;
    top: 5%;
    width: 5px;
    background: #ffce31;
}

.clients div {
    width: 33%;
    float: left;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

/* ////////////////////////////////////////////////////////////////////////////////// ICON SECTION  */

/*.icons-right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 0 0 0 40px;
}*/

.icons-right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 0 0 0 40px;
}

.icon {
    width: 100%;
    float: left;
    height: 60px;
    margin: 0 0 10px;
    position: relative;
}

.icon h5 {
    padding: 19px 0 30px 80px;
}

.icons-right .cus {
    background-color: #ffce31;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 40px;
    display: block;
    position: absolute;
}

.icons-right .fa {
    background-color: #ffce31;
    width: 60px;
    height: 60px;
    padding: 19px;
    border-radius: 40px;
    font-size: 25px;
    position: absolute;
}

/* /////////////////////////////////////////////////////////////////////////////////////// LOWER BANNER */

.low-ban-wrap {
    width: 100%;
    position: relative;
    float: left;
    padding: 140px 0;
    background-size: cover;
    overflow: hidden;
    z-index: 9;
}

.low-ban-wrap:before {
    content: '';
    background: url(images/side-grad.png) repeat-y top right;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;

}

.low-content {
    width: 50%;
    float: right;
}

.low-content h3, .low-content div {
    color: #fff;

}

.low-content div {
    margin: 30px 0 40px;
    color: #fff;
}

.test-home h3, .low-content h3 {
    position: relative;
    font-size: 45px;
    margin: 0 0 0 15px;
}

.low-content h3:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 70%;
    top: 15%;
    width: 5px;
    background: #ffce31;
}

/* /////////////////////////////////////////////////////////////////////////////////////// FEATURED */

.feat-wrap {
    position: relative;
    background-color: #fff;
    padding: 140px 0;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: 2100px;
    background-position: right -1000px bottom -270px;

}

.feat-wrap:after {
    content: '';
    width: 100%;
    background: #ffce31;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

.feat-wrap h3 {
    position: relative;
    float: left;
    margin: 0 auto 30px;
    width: 100%; /* 202px */
    font-size: 40px;
    clear: both;
    display: block;
}

.feat-wrap h3:before {
    content: '';
    position: absolute;
    left: -25px;
    height: 100%;
    top: 0;
    width: 5px;
    background: #ffce31;
}

.feat-item {
    position: relative;
    float: left;
    height: 300px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.feat-item:hover:after {
    background: rgba(3, 3, 3, .7);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.feat-item:after {
    content: '';
    background: rgba(3, 3, 3, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.feat-item:nth-child(2) {
    width: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.feat-item:nth-child(3) {
    width: 50%;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.feat-item:nth-child(4),
.feat-item:nth-child(5) {
    width: 33.3%;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
}

.feat-item:nth-child(5) {
    border-left: 4px solid #fff;
}

.feat-item:last-child {
    width: 33.3%;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}

.feat-content {
    position: absolute;
    z-index: 99;
    top: 220px;
    left: 30px;
    padding: 0 40px 0 0;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.feat-item:hover .feat-content {
    top: 60px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.feat-title {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    position: relative;
}

.feat-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #ffce31;
    left: 0;
}

.feat-text {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 18px;
    margin: 25px 0 0;

}

.feat-item:hover .feat-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .3s ease-in-out .4s, opacity .3s ease-in-out .4s;
    -moz-transition: visibility .3s ease-in-out .4s, opacity .3s ease-in-out .4s;
    -ms-transition: visibility .3s ease-in-out .4s, opacity .3s ease-in-out .4s;
    -o-transition: visibility .3s ease-in-out .4s, opacity .3s ease-in-out .4s;
    transition: visibility .3s ease-in-out .4s, opacity .3s ease-in-out .4s;

}

/* /////////////////////////////////////////////////////////////////////////////////////// LOWER CONTACT */

.low-contact {
    float: left;
    width: 100%;
    padding: 150px 0 50px;
    position: relative;
}

.low-contact:after {
    content: '';
    width: 100%;
    background: #ffce31;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 99;
}

.test-home h3, .low-contact .gform_title, .landing-right .gform_title {
    color: #fff;
    position: relative;
    margin: 0 0 20px 20px;
}

.test-home h3:before, .gform_title:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

.test-home {
    float: left;
    width: 50%;
}

.contact {
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.contact {
    padding: 0 0 0 30px;
}

.test-home {
    padding: 0 30px 0 0;
}

.test-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.test-text {
    color: #fff;
    margin: 20px 0;
}

.test-inner h5, .test-inner h4 {
    color: #fff;
    position: relative;
    margin: 0 0 0 17px;     font-size: 1em;
}

.test-inner h5:before, .test-inner h4:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

.test-inner h4:before {background: #005ea5 !important;}

.slog-log {
    text-align: center;

}

.slog-log a {
    margin: 40px 0 0;

}

.slog-log h4 {
    color: #fff;
    font-size: 18px;
    margin: 40px 0 0;
    font-weight: 300;
}

.low-log {
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 240px;
    display: inline-block;
    background-position-x: 50% ;

}

/* /////////////////////////////////////////////////////////////////////////////////////// POST */

.page-head {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

.page-template .page-banner {
    background-attachment: fixed;
}

/* /////////////////////////////////////////////////////////////////////////////////////// NEWS SECTION (GRID) */

.newsthumbnail {
    width: 300px;
    background-size: cover;
    height: 300px;
    position: relative;
    float: left;
    border: 1px #fff solid;

    overflow: hidden;
}

.ex {
    padding: 0 5%;
}

.ex p {
    color: #fff;
    opacity: 0;
    padding: 0 10px;
    font-size: 13px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.news {
    width: 1200px;
    margin: 0 auto;
}

.post-ol {
    background-color: rgba(4, 4, 4, .1);
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.newsright h3 {
    color: #fff;
    font-size: 1.4em;
    padding: 5px 0;
    border-radius: 1px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 5px 1px 9px #000;
    margin: 0;
}

.newsright {
    text-align: center;
    width: 100%;
    background: rgba(3, 3, 3, .65);
    top: 58%;
    position: absolute;
    padding: 15px 10px;

    height: 100%;
}

.date {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    border-top: #bd2a36 solid 1px;
    width: 100px;
    padding: 2px 0 0;
    margin: 0 auto;
}

.newsthumbnail:hover .date {
    border-top: #cb1c2b solid 1px;
}

.newsthumbnail:hover .newsright {
    top: 0;
    padding: 40px 10px;
}

.newsthumbnail:hover .ex p {
    opacity: 1;
}

.page-template-news .content {
    width: 100%;
}

/* /////////////////////////////////////////////////////////////////////////////////////// NEWS SLIDER */

.news-image {
    width: 200px;
    height: 200px;
    background-size: cover;
    top: 0;
    left: 0;
    background-position: center;
}

/* /////////////////////////////////////////////////////////////////////////////////////// GRAVITY FORMS */

.gform_wrapper {
    font-weight: 300;
    margin: 0 auto;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: none;
}

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.gform_wrapper li {*/
    /*float: left;*/
    /*!*width: 100%;*!*/
/*}*/

.gform_wrapper label {
    display: none;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="email"], .gform_wrapper input[type="password"], .gform_wrapper input[type="file"], .gform_wrapper textarea, .gform_wrapper select {
    border: 0;
    width: 100%;
    font-family: 'Montserrat', arial, sans-serif;
    padding: 20px;
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    line-height: 1em;
    display: block;
    background: rgba(255, 255, 255, .5);
}

.gform_wrapper li {
    padding: 0 5px;
}

/*.gform_wrapper li:nth-child(2), .gform_wrapper li:nth-child(3) {*/
    /*width: 50%;*/
    /*float: left;*/
/*}*/

.gform_wrapper textarea {
    height: 150px;
    overflow: auto;
}

.gfield {
    position: relative;
}

.gfield_description {
    margin: 10px 0;
}

.gform_footer {
    padding: 0 5px;
    position: relative;
    float: left;
}

.gform_button {
    background: #ffce31;
    color: #333;
    padding: 13px 50px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.gform_button:hover {
    color: #666;
}

.validation_error {
    display: none;
}

.validation_message {
    color: #ff4e00;
    font-weight: 500;
    font-size: 13px;
}

.gform_ajax_spinner {
    position: absolute;
    left: 120px;
    width: 50px;
    bottom: -1px;
}

.form-content ::-webkit-input-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}

.form-content ::-moz-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}

.form-content :-ms-input-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}


.quick-feedback ::-webkit-input-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}

.quick-feedback ::-moz-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}

.quick-feedback :-ms-input-placeholder {
    color: #333;
    font: 'Montserrat', arial, sans-serif;
}

.content .quick-feedback li:before {display: none; }

.content .quick-feedback ul { margin: 0px; }

.quick-feedback .gform_wrapper input[type="text"], .quick-feedback .gform_wrapper input[type="tel"], .quick-feedback .gform_wrapper input[type="email"], .quick-feedback .gform_wrapper input[type="password"], .quick-feedback .gform_wrapper input[type="file"], .quick-feedback .gform_wrapper textarea, .quick-feedback .gform_wrapper select { color: #000; }

::-webkit-input-placeholder {
    color: #FFF;
    font: 'Montserrat', arial, sans-serif;
}

::-moz-placeholder {
    color: #fff;
    font: 'Montserrat', arial, sans-serif;
}

:-ms-input-placeholder {
    color: #fff;
    font: 'Montserrat', arial, sans-serif;
}

.gform_wrapper .gform_heading {
    width: 98%;
}

textarea::-webkit-input-placeholder {
    color: white;
    font: 'Montserrat', arial, sans-serif;
    font-weight: 700;
}

/* Honeypot */

.gform_validation_container {
    display: none;
}

/* ///////////////////////////////////////////////////////// INNER PAGE CONTACT */

.sidebar .gform_title {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.sidebar .gform_title:before {
    left: 3px;
}

.sidebar .gform_wrapper li input, .sidebar .gform_wrapper textarea {
    width: 100%;
    font-family: 'Montserrat', arial, sans-serif;
    color: #444;
    font-size: 15px;
    background: rgba(53, 53, 53, .05);
}

.sidebar .ginput_container_textarea {
    float: left;
}

.sidebar ::-webkit-input-placeholder {
    color: #444;

}

.sidebar ::-moz-placeholder {
    color: #444;

}

.sidebar :-ms-input-placeholder {
    color: #444;

}

.mob-heading {
    margin: 110px 0 15px;
}

.mob-heading h1 {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 33px;
}

.mob-heading h1:before {
    content: '';
    position: absolute;
    left: 0;
    height: 60%;
    top: 20%;
    width: 5px;
    background: #ffce31;
}

/* ///////////////////////////////////////////////////////// HOME PAGE OFF CONVAS CONTACT */

.con-right {
    background: #333;
    width: 400px;
    position: fixed;
    right: -400px;
    z-index: 9999;
    height: 100%;
    padding: 40px 20px;
    overflow: auto;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.con-clicked .con-right {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.con-right .gform_title {
    color: #fff;
    position: relative;
    padding: 0 0 0 25px;
    margin: 20px 0 10px;
}

.con-right .gform_title:before {
    left: 10px;
}

.con-right .gform_description {
    color: #fff;
    padding: 0 10px;
    float: left;
    margin: 0 0 20px;
}

.con-right .gform_wrapper li:nth-child(2), .con-right .gform_wrapper li:nth-child(3) {
    width: 100%;
}

.con-right i.fa.fa-times {
    color: #fff;
    right: 34px;
    position: absolute;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////// GALLERY */

.gallery {
    float: left;
    width: 100%;
    margin: 80px 0 0;;
}

.gallery h3 {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    font-size: 28px;
}

.gallery h3:before {
    content: '';
    position: absolute;
    left: 5px;
    height: 70%;
    top: 15%;
    width: 5px;
    background: #ffce31;
}

.file-list-wrap a {
    float: left;
    height: 130px;
    margin: 2%;
    width: 46%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.file-list-wrap a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(53, 53, 53, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.file-list-wrap a:before {
    position: absolute;
    content: '\f0c1';
    font-family: Fontawesome;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #333;
    background: #ffce31;
    padding: 15px;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;

}

.file-list-wrap a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.file-list-wrap a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -ms-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
}

.page-template-gallery .file-list-wrap a {
    width: 30%;
    margin: 1%;
}

/* LANDING SMALL ////////////////////////////////////////////////////////// */
.page-template-landing-small .page-banner {
    position: relative;
    width: 100%;
    background-size: cover;
    float: left;
    height: auto;
}

.page-template-landing-small .landing-right {
    position: relative;
}

.page-template-landing-small .page-banner .wrap {
    z-index: 3;
}

.page-template-landing-small .landing-right.mob {
    display: none;
}

.page-template-landing-small .main {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
    position: relative;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: 2100px;
    background-position: right -1000px bottom -270px;
}

.page-template-landing-small .content {
    float: left;
    width: 90%;
}

.page-template-landing-small .content h1 {
    font-size: 30px;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
}

.page-template-landing-small .content h1:before {
    content: '';
    position: absolute;
    left: -5px;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

.page-template-landing-small .small-feat {
    width: 50%;
    float: left;
}

.landing-small-feat {
    padding: 100px 0;
    float: left;
    width: 100%;
}

.landing-small-feat h4 {
    color: #008acb;
    margin: 0 0 30px;
    float: left;
    width: 100%;
    font-weight: 300;
}

.small-feat:first-child {
    padding: 0 30px 0 0;
}

.l-low:first-child {
    padding: 100px 30px 100px 0;
}

.small-feat:last-child {
    padding: 0 0 0 30px;
}

.l-low:last-child {
    padding: 100px 0 100px 30px;
}

.l-low strong {
    font-size: 20px;
}

.page-template-landing-small .l-low p {
    color: #fff;
}

.landing-right {
    padding: 200px 0 100px;
}

.landing-left {
    float: left;
    width: 60%;
    padding: 200px 40px 100px 0;

}

.landing-right {
    float: right;
    width: 40%;
}

.landing-left h2 {
    color: #fff;
    position: relative;
    font-weight: 500;
    margin: 0 0 40px;
}

.landing-left li {
    color: #fff;
    padding: 11px 0 11px 35px;
    list-style: none;
    font-size: 17px;
    font-weight: 300;
    position: relative;
}

.page-template-landing-small .landing-left li:before, .page-template-landing-small .l-low-wrap li:before {
    position: absolute;
    content: "\f0da";
    font-size: 23px;
    font-family: Fontawesome;
    left: 10px;
    top: 9px;
    color: #ffce31;
}

.l-low-wrap {
    width: 100%;
    background-attachment: fixed;
    float: left;
    position: relative;
    background-size: cover;
    background-position-x: center;
    background-position-y: 0;

}

.l-low-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(53, 53, 53, 0.9);
}

.l-low {
    width: 50%;
    float: left;
    padding: 100px 0;
}

.l-low li {
    color: #fff;
    font-size: 18px;
    position: relative;
    list-style: none;
    padding: 11px 0 11px 40px;
    font-weight: 300;
}

.l-low li:before {
    left: 5px;
    top: 10px;
}

.l-low h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}

.l-low h5 {
    color: #008acb;
    margin: 30px 0 17px;
    float: left;
    width: 100%;
}

.bottom-wrap {
    width: 100%;
    float: left;
    background: #F5F5F5;
    padding: 100px 0;
}

.bottom-content {
    float: left;
    width: 60%;
}

.page-template-landing-small .sidebar {
    width: 30%;
    float: right;
}

.page-template-landing-small .sidebar img {
    width: 90%;
    height: auto;
}

.bottom-content h3 {
    font-size: 30px;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
}

.bottom-content h3:before {
    content: '';
    position: absolute;
    left: -5px;
    height: 80%;
    top: 10%;
    width: 5px;
    background: #ffce31;
}

/* TESTIMONIAL INNER ////////////////////////////////////////////////////////// */

.page-template-test-page .test-img {
    margin: 0 0 40px;
}

.test-content em {
    color: #000;
}

.page-template-test-page .test-page-wrap {
    width: 60%;
    float: left;
}

.page-template-test-page .content {
    margin: 0 0 20px;
}

.page-template-test-page .test-slide {
    background: rgba(53, 53, 53, .05);
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding: 40px 30px 0;
    margin: 0 0 40px;
}

.page-template-test-page .name-stars {
    margin: 10px 0 40px;
}

/* CONTACT INNER ////////////////////////////////////////////////////////// */

.add-wrap {
    width: 100%;
    float: left;
}

.hours-inner, .add, .phone-inner {
    position: relative;
    width: 100%;
    display: block;
    margin: 20px 0;
    font-size: 18px;
}

.phone-inner a, .add a {
    color: #333;
}

.hours-inner:before {
    content: '\f017';
    color: #ffce31;
    font-family: Fontawesome;
    position: absolute;
    left: -30px;
    top: 2px;
}

.add:before {
    content: '\f015';
    color: #ffce31;
    font-family: Fontawesome;
    position: absolute;
    left: -30px;
    top: 2px

}

.phone-inner:before {
    content: '\f095';
    color: #ffce31;
    font-family: Fontawesome;
    position: absolute;
    left: -30px;
    top: 2px

}

/* /////////////////////////////////////////////////////////////////////////////////////// PRIVACY POLICY */

.pp-wrap {
    position: fixed;
    background-color: #333;
    width: 400px;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    left: -400px;
    top: 0;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;

}

.privacy-click .pp-wrap {
    left: 0;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;

}

.privacy-policy {
    width: 80%;
    margin: 0 auto;
    padding: 70px 0 100px;
    height: 100%;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.privacy-policy p {
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
    font-size: .9em;
}

.privacy p span {
    font-weight: 500;
    cursor: pointer;
}

.privacy p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin: 0 0 10px;
}

.sidebar .privacy p {
    color: #333;
}

.privacy-policy i {
    position: absolute;
    top: 76px;
    right: 12px;
    cursor: pointer;
}

.privacy-policy i:before {
    font-size: 20px;
    color: #fff;
}

.privacy-policy h4 {
    color: #fff;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 45px 0;
}

.privacy-policy h4:before {
    content: '';
    position: absolute;
    left: 0;
    height: 70%;
    top: 15%;
    width: 5px;
    background: #ffce31;
}

/* /////////////////////////////////////////////////////////////////////////////////////// FOOTER */

.footer {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin: 0;
    color: #000;
}

.footer-map {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 20;
}

.map-wrap {
    position: relative;
    height: 600px;
    z-index: 0;
    width: 100%
}

.location-map {
    height: 600px;
    margin: 0 -900px 0 -1055px;
    position: relative;
}

.footer-deets {
    background: #191919;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 45px 0 65px;
}

.footer-logo {
    background: url(/wp-content/uploads/2020/05/logo_fencemakers.png) no-repeat top left;
    position: absolute;
    left: 50%;
    top: -120px;
    width: 170px;
    height: 170px;
    text-indent: -9999em;
    z-index: 9;
    background-color: #1c3c1d;
    background-position: center;
    background-size: 80%;
    border-radius: 5px;
    box-shadow: 4px 4px 22px rgba(4, 4, 4, .3);
    transform: translateX(-50%);
}

.foot-info {
    width: 50%;
}

.left {
    float: left;
    padding: 0 20px 0 0;
}

.right {
    float: right;
    text-align: right;
    padding: 0 0 0 20px;
}

.footer-phone, .footer-address, .footer-email {
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 7px 0 7px 33px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.foot-info h5 {
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 7px 0 7px 33px;
    float: left;
    width: 100%;
}

.footer-phone:hover, .footer-address:hover, .footer-phone:hover {
    color: #fff;
}

.footer-address {
    padding: 7px 0 13px 33px;
}

.right h5 {
    padding: 7px 33px 7px 0;
}

.footer-phone:before, .footer-email:before, .footer-address:before, .foot-info h5:before {
    font-family: "Fontawesome";
    position: absolute;
    top: 6px;
    font-size: 20px;
    color: #ffce31;
}

.footer-address:before {
    content: '\f015';
    left: 3px;
}

.footer-phone:before {
    content: '\f095';
    left: 3px;
}
.footer-email:before {
    content: '\f0e0';
    left: 3px;
}

.footer-opening:before {
    content: '\f017';
    right: 3px;
}

.social {
    position: relative;
    float: right;
    margin: 5px 0 0;

}

.social .fa {
    font-size: 19px;
    padding: 3px;
    color: #ffce31;
    margin: 0;
}

.social .fa:hover {
    margin: -3px 0 0;
}

.social a {
    display: inline-block;
}

.footer-lower {
    font-size: 12px;
    background: #000;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.copyright {
    float: left;
    font: 'Montserrat', arial, sans-serif !important;
    font-weight: 300;

}

.copyright p {
    color: #ffce31;
    display: inline-block;
    margin: 0;
}

.credits {
    float: right;
}

.credits a {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    font: 'Montserrat', arial, sans-serif;
}

.credits a:hover {
    color: #ffce31;
}

/* /////////////////////////////////////////////////////////////////////////////////////// THANKYOU PAGE */
.page-id-191 .slides-wrap,
.page-id-191 .low-ban-wrap,
.page-id-191 .feat-wrap,
.page-id-191 .low-contact,
.page-id-191 .icons-right {
    display: none;
}

.page-id-191 .home-main {
    padding: 250px 0 100px;
    border-bottom: 5px solid #ffce31;
}

.page-id-191 .home-main h2 {
    transform: none;
    left: 0;
}

.page-id-191 .home-main .content {
    padding: 0 30px 0 0;
}

.home-main .content div#post-2 > h1 {
    font-size: 40px;
    margin-bottom: 10px;
}


@media (max-width: 1300px) {
    .header-nav li a {
        padding: 27px 13px 27px 13px;
    }

}

@media (max-width: 1200px) {
    .header-nav {
        display: none;
    }

    #top-ham {
        display: block;
    }

    header {
        top: 0;
    }


}

@media (max-width: 1024px) {

    #phone-mob { display: block;
        position: fixed;
        top: 280px;
        z-index: 99;
        right: 0px;
        background: #ffce31;
        border-radius: 3px 0 0 3px;
        height: 50px;
        width: 50px;

    }

    #phone-mob:after { display: block;


        padding: 16px;
        font-size: 22px;


    }

    .slides-wrap { height: 580px;}

    .hero-content {
        padding: 0 30px;
    }

    .post img { max-width: 600px; height: inherit;}

    .content { width: 100%; }
    .home .con-tag {
        top: 250px;
    }

    .con-tag:hover:after {
        right: 0;
    }

    .con-tag {
        visibility: hidden;
    }

    .con-tag:after {
        content: "\f003";
        top: 0px;
        visibility: visible;
        background: #ffce31;
        right: 0;
        padding: 16px;
        border-radius: 3px 0 0 3px;
    }

    .wrap {
        width: 90%;
    }

    .footer-logo {
        top: -110px;
        width: 100px;
        height: 100px;
    }

    .page-template-default .content, .sidebar, .page-template-test-page .content, .page-template-test-page .test-page-wrap, .page-template-contact-inner .content, .page-template-gallery .content {
        width: 100%;
    }

    .sidebar {
        padding: 0;
        margin: 100px 0;
    }

    .sidebar .ginput_container_textarea {
        width: 100%;
    }

    .landing-left, .landing-right {
        width: 100%;
    }

    .landing-left {
        padding: 200px 0 30px;
    }

    .landing-right {
        padding: 60px 0 100px;
    }

    .page-template-landing-small .content {
        width: 100%;
    }

    .l-low {
        width: 100%;
    }

    .l-low:last-child {
        padding: 0 0 100px;
    }

    .page-template-landing-small .grad-top:after {
        background: rgba(53, 53, 53, 0.8);
    }

    .hours-inner, .add, .phone-inner {
        margin: 20px 0 20px 30px;
    }

}

@media (max-width: 768px) {

    .special-offer { display: none;}

    .scrolled .menuarea { position: absolute; }

    .scrolled header { position: absolute; }

    .page-banner { height: 240px; }

    .post img { max-width: 600px; height: inherit;}

    .content { width: 100%; }



    .hero-form { display: none; }

    .hero-btn-download, .hero-btn-pay { font-size: 12px; }

    .page-template-landing-small.scrolled .con-tag {
        top: 110px;
    }


    .off-canvas {
        padding: 60px 15px 80px;
    }

    .hero-content {
        /*top: 260px;*/
        height: 350px;
        padding: 0 30px;
    }
.hero-message, .hero-buttons {width:100%;}
    .hero-head {
        font-size: 28px;
    }


    .home .content, .icons-right {
        width: 100%;
    }

    .home .content {
        padding: 0;
    }

    .icons-right {
        margin: 0px 0 60px;

    }

    .home-main h2 {
        font-size: 30px;
        margin: 60px 0 60px 20px;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }

    .feat-wrap h3 {
        position: relative;
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 2.2em;
        width: auto;
        margin: 0 0 20px 19px;
    }

    .test-home h3, .low-content h3 {
        font-size: 2.2em;
    }

    .home-main {
        text-align: left;
    }

    .clients {
        margin: 30px 0;
        float: left;
        width: 100%;
    }

    .clients h3 {
        position: relative;
        margin: 40px auto 0;
        float: none;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }

    .low-content {
        width: 100%;
    }

    .clients div {
        width: 60%;
        margin: 40px auto 0;
        float: none;
    }

    .low-ban-wrap {
        height: auto;
        background-position: left center;
    }

    .feat-item:nth-child(2), .feat-item:nth-child(3), .feat-item:nth-child(4), .feat-item:nth-child(5), .feat-item:last-child {
        width: 100%;
        border: 3px #fff solid;
    }

    .feat-item:hover .feat-content, .feat-content {
        top: 60px;
    }

    .feat-item:hover:after, .feat-item:after {
        background: rgba(3, 3, 3, .7);
    }

    .feat-item:hover .feat-text, .feat-text {
        opacity: 1;
        visibility: visible;
    }

    .test-home, .contact {
        width: 100%;
    }

    .test-home {
        padding: 0;
    }

    .contact {
        padding: 0;
        margin: 100px 0;
    }


    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.9em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: .9em;
    }

    h6 {
        font-size: .8em;
    }

    .privacy-policy p {
        font-size: 12px;
    }

}

@media (max-width: 580px) {

    .logoarea { text-align: center; }
    .logo { position: initial; display: inline-block;}

    .home-fencing-btn, .home-gates-btn { display: block; width: 100%; float: left; margin-bottom: 15px; }

    .phone-menu, .address-menu { display: none; }

    .page-banner { height: 290px; }

    .post img { max-width: 375px; height: inherit;}

    .content { width: 100%;  }
    .icons-right {
        padding: 0;
    }

    .gform_wrapper li:nth-child(2), .gform_wrapper li:nth-child(3) {
        width: 100%;
    }

    .left, .right, .social {
        width: 100%;
        float: left;
        text-align: left;
    }

    .social .fa:hover {
        margin: 0;
    }

    .social {
        margin: 30px 0 0;
    }

    .left {
        margin: 40px 0 0;
    }

    .right {
        padding: 0;
    }

    .right h5 {
        padding: 7px 0 7px 33px;
    }

    .footer-opening:before {
        left: 3px;
    }

    .con-right {
        width: 100%;
        right: -100%;
    }

    .pp-wrap {
        width: 100%;
        left: -100%;
    }

    .page-template-gallery .file-list-wrap a {
        width: 48%;
    }

}

/*banner pages changes css */
.page-banner {
     margin-top: 145px !important;
}
.page-banner .fencemakers__header-badge{
    background: transparent !important;
}

@media (max-width:888px){
    .page-banner {
     margin-top: 60px !important;
}
}
@media (max-width:768px){
.page-banner .title-wrap h2:before{
        left: 35px;
}
.page-banner .title-wrap h2 {
    padding: 0px 0 0 55px;

}
.page-banner .title-wrap{
    bottom:2px;
}
}
@media (max-width:578px){
.page-banner .title-wrap {
    bottom: 45px;
}
iframe{
    width:400px !important;
   
    margin:0 auto !important;
}
}
@media (max-width:425px){
iframe{
    margin-right:15px !important;
}
}
@media (max-width:375px){
iframe{
    width:300px !important;
    margin-right:15px !important;
}
}



/** Home **/
.icon h3 {    padding: 19px 0 30px 80px;
    font-size: 1em;}

h2.custom_h2     {    font-size: 1.5em;
    /* font-weight: normal; */
    position: static!important;
    margin: 0;
    float: none;
    display: block;}

.con-right {z-index:9999999999;}