/*Theme Name: IWHQ Vanilla
Theme URI: http://www.irishwebsitehq.com
Description: IWHQ Vanilla
Version: 1
Author: Mark O'Leary
Author URI: http://www.irishwebsitehq.com*/

/* ================ GENERAL RULES ======================= */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
    width: 100vw;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.flex {
    display: flex;
    align-items: center;
}

.wpcf7-form-control {
    max-width: 100%;
}

/* ================ RESPONSIVE IMAGES ======================= */
img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

/* ================ LINKS ======================= */

#cookie-notice {
    z-index: 9999999999999999999999999999999999999 !important;
}

/** CARD DESIGN **/
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    border-radius: .5rem;
    font-weight: 400;
    background-color: #fff;
    /*  text-align: center;*/
    padding: 15px;
    border-top: 8px solid #99CA3A;
}

.card h3::after {
    content: '';
    width: 18%;
    height: auto;
    display: block;
    border-bottom: 4px solid #99CA3A;
    margin: 13px 0px;
}

.card .form-group {
    margin-bottom: 4px;
}

.card img {
    width: 100%;
}

.card-body {
    padding: 15px 15px 35px 15px;
}

.card h3 {
    font-size: 1.50em;
    text-transform: uppercase;
}

#bookingform .card a {
    background: #96c93d;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}

input[type=text], input[type=email], input[type=password], .autoaddress-control > .autoaddress-text-box {
    background: #fff;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  height: 38px;
}

.autoaddress-control > .autoaddress-button {
    height: 48px;
}

.autoaddress-control > .autoaddress-text-box {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-info {
    border-color: #45ABCD;
}

.notice-success {
    border-color: #80D651;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

/* ================ HEADER ======================= */

#top {

}

.btn-close {
    position: absolute;
    right: -1px;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 30px;
    background-color: #F14036;
    color: #fff;
}

.modal-body table {
    background: #fff;
    color: #000;
}

a[data-toggle="modal"] {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.border-right {
    border-right: 1px solid #000;
}

.modal-backdrop {
    background-color: #99CA3A;
}

.modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 60px rgba(0, 0, 0, .5);
}

.section-dark {
    background-color: #f5f6f7;
    color: #fff;
}

.modal-body h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
}

#top a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.phone {
    margin-right: 10px;
}

.social img {
    margin: 0 10px;
}

header #logo {
    position: relative;

}

.steps {
    display: none;
}

.payment-amount-wrap {
    padding: 20px;
    background: #f5f6f7;
    line-height: 1.25em;
    clear: both;
}

.payment-amount-wrap header{
    background-color:transparent;
    padding:0
}

.steps .box {
    background: #fff;
}

.box {
    padding: 15px 15px 60px;
    margin-bottom: 5px;
    margin-top: 15px;
}

section .box {
    margin-top: 5px;
}

.steps.step-1 {
    display: block;
}

.steps.step-3.service h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    color: #000000;
    margin: 0;
}

.button.green {
    width: 99%;
    padding: 7px;
    background: #99CA3A;
    border-radius: 4px;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    margin-left: 1%;
}

.col-sign-up h2, .col-sign-up p {
    text-align: center;
    color: #fff;
}

.col-sign-up h2, .col-sign-up p.left {
    text-align: left;
}

#hero .col-sign-up .steps.review .box p {
    font-size: 15px;
    color: #666666;
    text-align: left;
}

#hero .col-sign-up .review h2 {
    line-height: normal;
    font-size: 21px;
    color: #000000;
    text-align: left;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
    font-weight: 600;
}

.col-left {
    font-family: Open Sans;
    font-style: normal;
    color: #FFFFFF;
}

.review h4 {
    margin-top: 20px;
    font-weight: 600;
}

/** STYLE RADIO BUTTONS **/
.steps.step-3 .radio div {
    clear: both;
    overflow: hidden;
}

.steps.step-3 .radio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.steps.step-3 .radio input[type="radio"]:empty,
.steps.step-3 .radio input[type="checkbox"]:empty {
    /*  display: none;*/
    visibility: hidden;
}

.steps.step-3 .radio input[type="radio"]:empty ~ label,
.steps.step-3 .radio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: .5em;
    /*  margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.steps.step-3 .radio input[type="radio"]:empty ~ label:before,
.steps.step-3 .radio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 1.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.steps.step-3 .radio input[type="radio"]:hover:not(:checked) ~ label,
.steps.step-3 .radio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.steps.step-3 .radio input[type="radio"]:hover:not(:checked) ~ label:before,
.steps.step-3 .radio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: 0.4em;
    color: #C2C2C2;
}

.steps.step-3 .radio input[type="radio"]:checked ~ label,
.steps.step-3 .radio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.steps.step-3 .radio input[type="radio"]:checked ~ label:before,
.steps.step-3 .radio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .4em;
    color: #333;
    background-color: #ccc;
}

.steps.step-3 .radio input[type="radio"]:focus ~ label:before,
.steps.step-3 .radio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.steps.step-3 .funkyradio-default input[type="radio"]:checked ~ label:before,
.steps.step-3 .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #2fd33a;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.step-1 .radio input[type="radio"], .step-1 .radio-inline input[type="radio"]{
    margin-left: 0 !important;
}

#hero .col-left h1 {
    font-weight: bold;
    line-height: normal;
    font-size: 38px;
    margin-bottom: 0;
}

.col-left h2 {
    font-weight: normal;
    line-height: 24px;
    font-size: 21px;
    color: #FFFFFF;
    margin-top: 0;
}

.col-left p {
    font-size: 16px;
}

.col-left .button {
    background: #FFFFFF;
    border-radius: 4px;
    color: #000;
    padding: 8px 23px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    text-decoration: none;
}

#hero .col-sign-up {
    font-family: Lato;
    font-style: normal;
    line-height: normal;
}

#hero .col-sign-up h2 {
    font-weight: 800;
    line-height: normal;
    font-size: 28px;
    color: #FFFFFF;
}

#hero .col-sign-up p {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    font-style: normal;
}



#hero .col-sign-up .bin-configuration p {
    color: #666;
}

.payment-amount-wrap .summary {
    text-transform: capitalize;
}

#caddies-container label, #bins-container label{
    font-size:13px;
}

#bins-container h5, #caddies-container h5, .payment-amount-wrap h5{
    font-weight:bold;
    font-size:16px;
    margin-top:8px;
}

.payment-amount-wrap h5 {
    font-style: italic;
}

#hero aside {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
}

#hero aside a {
    padding-right: 30px;
    background: url(images/arrow-orange.png) no-repeat right center;
    height: 20px;
    display: inline-block;
    color: #f24e1e;
    font-weight: 600;
}

#hero aside a:hover {
    text-decoration: none;
}


#hero aside img {
    margin-bottom: 15px;
}

#hero aside h4 {
    font-size: 17px;
    font-weight: 600;
}

/*aside h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    font-size: 70px;
    color: #FFFFFF;
}

aside h2 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 90px;
}

aside h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 52px;
    color: #FFFFFF;
    border-bottom: 4px solid #F14036;
    display: inline-block;
}*/

aside .features {
    background: rgba(0, 0, 0, 0.4);
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

aside .features span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
}

aside .wifi {
    /*   margin-left: 20px;*/
}

aside img + span {
    margin: 0 10px;
}

/* ==== BANNER ==== */
menu.breadcrumbs {
    padding-left: 0;
}

menu.breadcrumbs span a {
    color: #fff;
}

.breadcrumb_last {
    color: #fff;
    font-weight: bold;
}

.banner {
    background-size: cover !important;
    text-align: left;
    background: url(images/bg.jpg) no-repeat;
    padding: 80px 0 90px 0;
    background-position: center center !important;
    position: relative;
    background-attachment: fixed !important;
}

.banner::before {
    width: 100% !important;
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    /*  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));*/
    background: rgba(34, 34, 34, 0.4);
    height: 100%;
}

.banner h1 {
    text-transform: uppercase;
    font-size: 2.8em;
    color: #fff;
}

header {
    background-color: #fff;
    padding: 30px 0;

}

#top {
    border: 0;
    background: #25292C;
    color: #fff;
    padding: 15px 0;

}

section#top ul li {
    text-decoration: none;
    list-style: none;
    float: left;
}

header nav ul.flexnav {
    float: left !important;
}

#hero {
    padding: 100px 0;
    background-size: cover;
    position: relative;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url('images/hero.png') no-repeat 100% 100%, url('images/bins.png') no-repeat, linear-gradient(180deg, rgba(87, 132, 37, 1) 0%, rgba(153, 202, 58, 1) 100%);
    z-index: 0;
    background-size: cover;
}

/** SECTION **/
.home section {
    padding: 60px 0;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    color: #000000;

}

section h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    color: #000000;
    border-bottom: 2px solid #8DC629;
    padding-bottom: 7px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
}

/**** CORPORATE, RESIDENTIAL **/

section#corporate-residential {
    position: relative;
    background: url('images/corporate-residential.jpg') no-repeat;
    color: #fff;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    background-size: cover;
    line-height: normal;
}

section#corporate-residential h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

section#corporate-residential .button, #about-us .button {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    background: #FFFFFF;
    border-radius: 4px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 23px;
}

section#corporate-residential .box:nth-child(2) {
    padding-left: 50px;
}

section#corporate-residential .box:nth-child(2) .button, #about-us .button {
    background: #8DC629;
    color: #fff;
    border-radius: 4px;
}

section#corporate-residential .box:nth-child(1) {
    padding-right: 50px;
}

section#corporate-residential::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(37, 41, 44, 0.9) 10%, rgba(37, 41, 44, 0.5) 50%, rgba(116, 163, 44, 0.8) 50%);
}

/*** TESTIMONIALS **/

#testimonials {
    padding: 80px 0 140px 0;
}

#testimonials .desc {
    background: #F7F7F7;
    padding: 90px 70px 70px 70px;
    position: relative;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

#testimonials .desc::before {
    content: "";
    position: absolute;
    left: 0;
    border-width: 0px 30px 30px 0px;
    border-style: solid;
    border-color: transparent #e1e1e0 transparent transparent;
    border-style: solid;
    bottom: -30px;
}

#testimonials .quote-mark {
    position: absolute;
    top: 20px;
    left: 20px;
}

/*
iframe{
    display: block;   iframes are inline by default *
    height: 100vh;  /* Set height to 100% of the viewport height *
    width: 100vw;  /* Set width to 100% of the viewport width *
    border: none; /* Remove default border *
    background: lightyellow; /* Just for styling *
}
*/

/* Navigation ================================================== */

header nav {
    float: right;
    position: relative;
}

header nav ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

header nav > ul > li {

    position: relative;

    float: left;

}

header nav > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
}

header nav > ul > li > a:hover {

    border-bottom: 2px solid #3A3038;;

}

header nav > ul > li > a:hover, nav li a:active {
    font-size: 14px;
    text-decoration: none;
}

header nav ul {

    text-align: center;

}

header nav ul li {

    display: inline-block;

}

header nav ul li a, header nav ul li a:hover {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 19px;
    text-transform: capitalize;
    color: #3A3038;
}

/*nav ul > li a {
    display: block;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
}*/

header nav ul > li.menu-item-last a {
    padding-right: 0;
}

header nav ul.sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 300;
    box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 12px;
    border: 1px solid #e6e7e8;
    padding: 10px 0 0;
}

header nav ul.sub-menu > li {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}

header nav ul.sub-menu > li a {
    padding: 6px 10px;
    text-decoration: none;
    width: 100%;
}

header nav ul > li:hover ul.sub-menu {
    display: inline-block;
}

/* Flexslider================================================== */
.flexslider {
    border: none;
    margin: 0;
}

.flexslider .slides img {
    height: 500px;
    object-fit: cover;
}

.flexslider .container, .flexslider li.slide {
    position: relative;
}

.flexslider aside {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%) !important; /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .2);*/
    border-radius: 2px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px; /*  background-color: #fff;*/
    z-index: 9999999999999999;
    left: 50%;
    text-align: center;
    width: 100%;
}

.flex-control-thumbs img {
    height: 150px;
    object-fit: cover;
}

/*
aside h2 {
    font-weight: bold;
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 25px;
    letter-spacing: .96px;
}
*/

.button.orange, input[type="submit"] {
    background: #99CA3A;
    border-radius: 0px;
    color: #3A3038;
    text-decoration: none;
    border: 0;
}

.button.brown {
    background: #3A3038;
    border-radius: 30px;
    text-decoration: none;
}

.button, input[type="submit"] {
    padding: 14px 24px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 15px;
    text-decoration: none;
    color: #fff;
    font-family: Roboto;
    text-decoration: none;
}

aside .button, #contact-us .button {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 21px;

}

.button img {
    margin-left: 13px;
    height: 16px;
}

.flex-direction-nav a {
    height: 50px;
}

.flex-control-nav {
    bottom: 10px;
    z-index: 10;
}

.flexslider .flex-next {
    opacity: 0.2;
    right: 5px;
}

.flexslider .flex-prev {
    opacity: 0.2;
    left: 5px;
}

.not-home #content {
    padding: 40px 0;
    background: #f2f3f4;
}

/*
.home section:nth-child(odd) {
    background: #f6f7f8;
}
*/

ul.slides li::before {
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 140%) !important;
     background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));*/
    background: linear-gradient(180deg, #00113E 0%, rgba(0, 17, 62, 0.59) 27.97%, rgba(214, 23, 63, 0.5) 99.68%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    margin-top: -150px !important;
    height: 650px !important;
    width: 100% !important;
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
}

/* Featured Products================================================== */
main {
    padding: 30px 0;
}

/* NEWS / BLOG================================================== */

article {
    background-color: #fff;
    padding: 15px;
    color: #444;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-flow: column;
    height: 100%;
    text-align: left; /*box-shadow: 0 5px 9px #b4c1c8;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

article img, article small {
    margin-bottom: 10px;
}

article img {
    height: 258px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #f3f3f3;
}

article small {
    font-size: 14px;
    color: #6b6b6b;
}

article strong {
    font-size: 19px;
    display: block;
    margin-bottom: 15px;
    min-height: 55px;
}

article h3 {
    margin-top: 0;
    color: #363636;
}

#news_list_container {
    display: flex;
    flex-wrap: wrap;
}

#news_list_container .news-article-col {
    margin-bottom: 20px;
}

#news_list_container .news-article-col article {
    margin-bottom: 0;
}

section#content .posts article {
    flex-direction: row;
}

section#content .posts article img {
    height: 140px;
}

/* BASKET================================================== */

/* MAIN================================================== */
.feature img {
    height: 300px;
}

/* FOOTER============================= */

footer img {
    display: inline-block;

}

footer .desc {
    font-size: 19px;
}

footer .view-map {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 21px;
}

footer .view-map img {
    margin-right: 10px;
}

footer .social {
    display: block;
    margin-top: 15px;
}

footer ul li {
    list-style-image: url('images/play-arrow.png');
    list-style-position: inside;
    margin-bottom: 10px;
}

footer ul li {
    /* display: block;
     width: 100%;
     text-align: left;
     padding-left: 0;*/
}

footer ul li a {
    color: #fff;
    padding-left: 0;
    font-weight: normal;
}

footer li {
    list-style: none;
}

footer ul {
    padding-left: 0;
}

/** Footer **/
footer .center {
    padding: 0 70px;
}

footer {
    padding: 60px 10px;
    background: #25292C;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}

footer h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
    border-bottom: 2px solid #8DC629;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
}

footer i.fa {
    margin-right: 3rem !important;
}

p.contact img {
    margin-right: 7px;
    position: relative;
    top: 4px;
    margin-bottom: 10px;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.not-home footer {
    padding-left: 0;
    padding-right: 0;
}

footer a {
    color: #fff; /*border-bottom: 1px solid #fff;*/
    padding-bottom: 4px;
}

footer h3 {
    margin-top: 0;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer .logo {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
}

footer .email, footer .phone, footer .address {
    display: inline-block;
}

footer .email, footer .address {
    margin: 0 0 15px 0;
}

footer .social-link {
    position: relative;
    top: 10px;
}

#footer_latest_products p {
    margin-top: 25px;
}

#footer_latest_products a {
    margin-bottom: 15px;
    display: block;
}

section#credits {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #F1F2F3;
    padding: 20px 0;
    background: #191C1E;

}

section#credits a {
    color: #eee;
    text-decoration: underline;
}

section#credits .links {
    text-align: right;
}

.link-separator {
    margin: 0 5px;
}

#mc_embed_signup input {
    color: #000;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

/* =WordPress Core-------------------------------------------------------------- */
/*.alignnone {
    margin: 5px 20px 20px 0;
}*/

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

/*a img.alignnone {
    margin: 5px 20px 20px 0;
}*/

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Slick Nav

-------------------------------------------------------------- */

#mobile-menu {
    display: none;
}

.slicknav_menu {
    background-color: transparent;
    /*box-shadow: 1px 1px 5px #444;*/
}

.slicknav_btn {
    background-color: #FFAC41;
    float: right;
}

.slicknav_nav {
    background: #fff;
}

.slicknav_nav a {
    color: #FFAC41;
}

/* ======================== MEDIA QUERIES ========================= *//* ======================== OVER 1280 ========================= */
@media screen and (min-width: 1281px) {
}

/* ======================== 1280 ========================= */
@media screen and (max-width: 1280px) {
}

/* ======================== 1199 ========================= */
@media screen and (max-width: 1199px) {

}

/* ======================== 1024 ========================= */
@media screen and (max-width: 1024px) {
}

/* ======================== 991 ========================= */
@media screen and (max-width: 991px) {
    header nav {
        display: none;
    }

    #mobile-menu {
        display: block;
        position: fixed;
        z-index: 10;
        width: 50%;
        right: 0;
    }

    header .nav-col {
        display: none;
    }

    #top {
        height: auto;
        position: relative;
        padding-top: 64px;
    }

    .flex {
        display: block;
    }

    .logo-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

}

/* ======================== 768 ========================= */
@media screen and (max-width: 768px) {

    section#corporate-residential::before {
        background: linear-gradient(to bottom, rgba(37, 41, 44, 0.9) 10%, rgba(37, 41, 44, 0.5) 50%, rgba(116, 163, 44, 0.8) 50%);
    }

    .home section {
        padding: 15px 0;
    }

    #about-us .button {
        margin-bottom: 30px;
    }

    section#corporate-residential .box:nth-child(2) {
        padding-left: 15px;
    }

    section#corporate-residential .box:nth-child(1) {
        padding-right: 15px;
    }

    .responsive-table {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }

    .responsive-table .border-right {
        border-right: 0;
    }

    .desktop-pricing-table {
        display: none;
    }

    .responsive-table th {
        width: 20% !important;
    }

    footer, #credits, #top, .text-right {
        text-align: center;
    }
}

/* ======================== 649 ========================= */
@media screen and  (max-width: 649px) {

}

/* ======================== 575 ========================= */
@media screen and  (max-width: 575px) {

}

/* ======================== 520 ========================= */
@media screen and  (max-width: 520px) {
    section#news .news-article-col {
        width: 100%;
    }

    #hero {
        padding: 30px 0;
    }

    #hero .col-left {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    #hero aside {
        margin: 30px 15px;
    }
}

/* ======================== 480 ========================= */
@media screen and  (max-width: 480px) {

}

/* ======================== 460 ========================= */
@media screen and  (max-width: 460px) {

}

/* ======================== 420 ========================= */
@media screen and  (max-width: 420px) {

}

/* ======================== 365 ========================= */
@media screen and  (max-width: 385px) {

}

/* ======================== 350 ========================= */
@media screen and  (max-width: 350px) {
    .banner h1 {
        font-size: 2.4em;
    }

}

/* ======================== 325 ========================= */
@media screen and  (max-width: 325px) {

}

/* ======================== 326 ========================= */
@media screen and  (max-width: 326px) {

}

/* ======================== 308 ========================= */
@media screen and  (max-width: 308px) {

}

/* ======================== 286 ========================= */
@media screen and  (max-width: 286px) {

}

/* ======================== 295 ========================= */
@media screen and  (max-width: 295px) {
    .banner h1 {
        font-size: 2.2em;
    }

}



.payment-amount-wrap h3{
    margin-top:0;
}

/* ======================== ADMIN PRICING SECTION ========================= */
.admin-pricing-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(87, 132, 37, 1) 0%, rgba(153, 202, 58, 1) 100%);
    position: relative;
}

.admin-pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url('images/hero.png') no-repeat 100% 100%, url('images/bins.png') no-repeat, linear-gradient(180deg, rgba(87, 132, 37, 1) 0%, rgba(153, 202, 58, 1) 100%);
    z-index: 0;
    background-size: cover;
}

.admin-pricing-section .container {
    position: relative;
    z-index: 1;
}

.admin-pricing-title {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.admin-pricing-subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.admin-pricing-offer {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
}

.admin-pricing-h4{
    color:#fff;
}

.admin-pricing-cards {
    margin-top: 40px;
}

.admin-pricing-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.admin-pricing-card:hover {
    transform: translateY(-5px);
}

.admin-pricing-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.admin-pricing-amount {
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 500;
}

.admin-book-now-btn {
    background: #f24e1e;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.admin-book-now-btn:hover {
    background: #d43d1a;
    color: #ffffff;
    text-decoration: none;
}

/* Responsive adjustments for admin pricing section */
@media (max-width: 768px) {
    .admin-pricing-title {
        font-size: 36px;
    }
    
    .admin-pricing-subtitle {
        font-size: 16px;
    }
    
    .admin-pricing-offer {
        font-size: 14px;
    }
    
    .admin-pricing-card {
        margin-bottom: 30px;
    }
}