

/*--- Generic ---*/

* {
    font-family: "acumin-pro";
}

html,
body {
}
.mob_version{
    right: 347px!important;
    top: 2.9rem!important;
}
/* .close-button, .close-button.medium {
    left: 1rem!important;
    top: 1rem!important;
    font-size: 2em;
    line-height: 1;
} */

a {color:inherit!important;}
.white-font{
  color:#fff!important;
}
.large-12.columns.tb_padding_c.contact-deets a {
    color: black!important;
}
.contact-detail {color: #fff!important;}


.callout.success p {
    background-color:#7C498B!important;
    color: #fff!important;
}
.label{
    display: none !important;
}
.banner-content-wrapper{
    color: white;
}
.centered{
    text-align: center;
}
h1, h2, h3, h4, p {
    font-family: "acumin-pro";
}
.wp-post-image{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 509px;
}
/*.testimonial > .swiper-container {
    height: 362px;
}*/
.swiper-slide {
    background: rgba(0,0,0,0.35);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bellows .bellows-nav .bellows-active > .bellows-submenu {
    margin-top: 10px;
}
.tweets-pagination{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.image{
    border: 1px solid #3a3640;
}
.sun-icon {
    margin: 0 auto;
    display: block;
}

.minus-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.minus-padding-left {
    padding-left: 0 !important;
}

.minus-padding-right {
    padding-right: 0 !important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    float: left;
    width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--- Colours ---*/
.yellow-bg {
    background-color: #ffcb08;
}

.charcoal-grey-bg {
    background-color: #3a3640;
}

.yellow-text {
    color: #ffcb08;
}

.black-text {
    color: black !important;
}

.grey-bg{
    background: #d0cfcf;
}
.btn {
    text-transform: uppercase;
    font-size: .8em;
    padding: 8px 10px;
    font-family: Roboto-Bold,sans-serif;
}
.btn-yellow {
    -webkit-box-shadow: inset 0 10px 10px -6px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 10px 10px -6px rgba(255,255,255,0.4);
    box-shadow: inset 0 10px 10px -6px rgba(255,255,255,0.4);
    background-color: rgb(255,203,5);
    border-color: #ebbc03;
    color: #000;
}
/* 150yrs logo styles */
.celebration_logo{
  margin: auto;
  padding-top: 3.4rem;
}
.celebration_logo img{
  width: 100%!important;
  height: 6vh!important;
}
#test-01 .top73{top: 73px!important;}
#celebrate150 .image150 img{
  width: 100%!important;
  height: 6vh!important;
}
/*--- Header ---*/
header {
    background: #3a3640;
    color: white;
    position: fixed;
    height: 5rem;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}
.shrink{
    padding-top: 0 !important;
}
.contact-details {
    text-align: right;
}

.contact-detail {
    color: white!important;
    font-size: 15.9px;
}

.contact-detail:hover {
    color: white!important;
    text-decoration: underline;
}

.social-icons {
    text-align: right;
}

.burger {
    font-size: 2rem;
}

.fixed_nav_banner_shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.30);
}
/* Icon 2 */
.burger {
    border: 1px solid white;
    width: auto;
    padding: 10px;
    transition: border 0.5s;
}
.noborder {
    border: 0px !important;
    transition: border 0.5s;
}
#nav-icon2 {
    z-index: 9999999999;
    width: 2.4rem;
    height: 1.5rem;
    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;

}
#nav-icon2 span {
    display: block;
    position: absolute;
    height: 0.25rem;
    width: 50%;
    background: #fff;
    opacity: 1;
    -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;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 20px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
    left: 3px;
    top: 5px;
}
#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px;
}
#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
    left: 3px;
    top: 18px;
}
#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 18px;
}

/*--- Nav Overlay ---*/
.scrollbar {
    overflow-y: hidden;
    overflow-x: hidden;
}
.border-lr-footer{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.nav-overlay {
    position: fixed;
    z-index: 1;
    background-color: #3a3640;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.nav-overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    color: white;
}
.nav-overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.nav-overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.nav-overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.nav-overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
    .nav-overlay nav {
        position: relative;
        height: 85%;
        top: 60%;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow: auto;
    }
    .nav-overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        color: white;
    }
.nav-overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%;
    font-size: 25px;
    font-weight: 300 !important;
}
.item {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    border: 1px solid white !important;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
    width: 200px;
}
.nav-item {
    transition: padding 0.5s;
    font-family: "acumin-pro";
    font-size: 15px;
    font-weight: 600;
}
.nav-item:hover{
    padding-left: 10px;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        right: 20%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

#map-div{

    margin-top: 20px;
}
* {
    box-sizing: border-box;
}
iframe#muteYouTubeVideoPlayer {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

iframe#muteYouTubeVideoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe#muteYouTubeVideoPlayer {
    height: 300%;
    top: -100%;

    width: 300%;
    left: -100%;
}


.nav-title {
    font-size: 25.2px;
    text-transform: uppercase;
}

.nav-arrow {
    font-size: 1rem;
}

.accordion-title {
    display: block;
    position: relative;
    width: 350px;
    font-size: 25px;
    font-weight: 300 !important;
    border: 0;
    padding: 0;
    color: white;
    height: 30px;
}

.accordion-content {
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    border: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-content a {
    color: white;
    width: 100%;
    float: left;
    border-bottom: 1px solid white;
    line-height: 2.8rem;
}
.accordion-title:focus{
    font-weight: bold !important;
}
.accordion-title:focus,
.accordion-title:hover {
    background: none;
    color: white;
}

.accordion-title:before {
    content: "";
}

.is-active > .accordion-title:before {
    content: "";
}

.accordion {
    background: none !important;
}

.contact-form-divider {
    width: 211px;
    height: 3px;
    background-color: #f8f8f8;
}

.contact-div {
    color: white;
    position: absolute;
    width: 100%;
    top: 18%;
    z-index: 999;
    height: 509px;
}
#e2mpopuphook + span{
    font-weight: bold;
}
.form-input {
    background: none !important;
    color: white !important;
    padding-left: 30px;
    font-size: 20px;
    padding-top: 0px !important;
}
.form-input option{
    color: black;
}
.datepicker {
    width: 100%;
    height: 46px;
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 5px;
}

#datepicker {
    /*position: absolute;*/
    float: left;
    background: none;
    border: 1px solid #cacaca;
    height: 46px;
    background: none !important;
    color: white !important;
    padding-left: 30px;
    font-size: 20px;
}
.date-947{
    display: block;
}
div.wpcf7-validation-errors{
    float: left;
    display: none !important;
}

.ui-datepicker-trigger {
    padding: 0px;
    padding-left: 5px;
    vertical-align: baseline;
    position: relative;
    top: 4px;
    height: 18px;
}
.form-input::-webkit-input-placeholder {
    /* Chrome */
    color: white !important;
    font-style: italic;
}

.form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
    font-style: italic;
}

.form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
    font-style: italic;
    opacity: 1;
}

.form-input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: white !important;
    font-style: italic;
    opacity: 1;
}

#datepicker::-webkit-input-placeholder {
    /* Chrome */
    color: white !important;
    font-style: italic;
}

#datepicker:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
    font-style: italic;
}

#datepicker::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
    font-style: italic;
    opacity: 1;
}

#datepicker:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: white !important;
    font-style: italic;
    opacity: 1;
}

.close-wrapper {
    text-align: right;
    position: relative;
    right: 0px;
}

#contact-activate,
#close:hover {
    cursor: pointer;
}
.calendar-submit {
    height: 46px;
    border: solid 1px #ffffff;
    padding: 0px 30px 0px 30px;
    font-style: italic;
    font-size: 20px;
}
#signup-sucess{
    display: none;
}
.calendar-submit > i.fa.fa-caret-right{
    margin-left: 20px;
}
.contact-overlay-menu {
    height: 85%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    overflow: scroll;
}
.contact-form-header {
    font-size: 44.3px;
}
.contact-overlay {
    position: fixed;
    z-index: 1;
    background-color: #3a3640;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.top-buttons {
    position: absolute;
}

.top-buttons > button {
    font-size: 14px !important;
}

.active {
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 999;
}
.nav-a{
    color: white;
    transition: all 0.5s;
}
.nav-a:hover {
    color: white;
    text-decoration: underline;
}
.deactive {
    opacity: 0;
    transition: opacity 0.5s;
}

.contact-overlay.open {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 7%);
    color: white;
    top: 10%;
    overflow-y: scroll;
    z-index: 100;
}
.ow-button-base a{
    border: #3a3640 !important;
}
/*--- Main ---*/
main {

}
.banner {
    position: relative;
    top: 18%;
    padding-top: 2rem;
}
.banner-sub-page {
    position: relative;
    top: 18%;
    padding-top: 6rem;
}
.banner-title {
    color: white;
}
.banner-content {
    color: white;
    margin-top: 16px;
}
.text-overlay {
    position: absolute;
    z-index: 999;
}
.text
.divider {
    width: 211px;
    height: 3px;
    background-color: #f8f8f8;
}
.find-out-more {
    height: 46px;
    border: solid 1px #ffffff;
    font-size: 19px;
    font-style: italic;
    color: white;
    padding: 0px 30px 0px 30px;
    width: 478px;
}
.find-out-more-mobile {
    height: 46px;
    border: solid 1px #ffffff;
    font-size: 20px;
    font-style: italic;
    color: white;
    padding: 0px 30px 0px 30px;
    width: 221px;
}
.request {
    width: 221px;
    height: 46px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-style: italic;
    color: white;
    padding: 0px 30px 0px 30px;
}
.top-request {
    width: 181px;
    height: 38px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-style: italic;
    color: white;
}
.back-button {
    height: 35px;
    background-color: #999999;
    border: solid 1px #ffffff;
    color: white;
    font-style:italic;
}
.button-arrow {
    float: right;
}
.button-text {
    float: left;
}
.main-title {
    text-align: center;
}
.main-caption {
    color: #3a3640;
}
.main-content-title{
    margin-bottom: 0;
    font-size: 33px;
}
.main-divider {
    width: 231px;
    height: 2px;
    background-color: #ffc734;
    margin: 0 auto;
}

.main-button {
    text-align: center;
}

.main-find {
    width: 201px;
    height: 46px;
    background-color: #f8f8f8;
    border: solid 1px #3a3640;
    font-style: italic;
}

.offer {
    color: white;
}

.offer-text {
    font-size: 24px;
    margin-top: 5px
}

.service-heading {
    font-size: 24px;
    color: #3a3640;
}

.service-button {
    margin-top: 10px;
    width: 100%;
    height: 35.3px;
    background-color: #f8f8f8;
    border: solid 1px #3a3640;
    font-style: italic;
}
.resource-title {
    font-size: 18px;
    text-align: left;
    color: #3a3640;
    margin: 0;
    font-weight: bold;
}
.resource-caption {
    font-size: 16px;
    text-align: left;
    color: #3a3640;
    margin: 0;
    margin-bottom: 10px;
}
.resource img {
    border: solid 1px #3a3640;
}
/*--- Hover ---*/

.container {
    position: relative;
}

.container img {
    border: solid 1px #3a3640;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #3a3640;
}

.team-member{
    text-align: center;
}
.team-member img{
    border-radius: 50%;
}
.team-member-name{
    margin-top: 2rem;
}
.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    padding: 30px;
}
.grey-to-white, .white-to-grey, .social-icon {
    transition: all 0.5s;
}
.grey-to-white:hover {
    background: white;
    cursor: pointer;
    color: #3a3640;
}
.white-to-grey:hover{
    background: #3a3640;
    cursor: pointer;
    color: white !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid white;
}
.social-icon:hover {
    background: #ffcb08;
    border-radius: 50%;
}
.parallax_cp_b {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: white;
    /*position: relative;
    z-index: 0;
    background-attachment: fixed;*/

}

.testimonial-text {
    font-size: 29.8px;
}

.bar-logo {
    margin: 0 auto;
    display: block;
}

.twitter-feed {
    background-image: url(../images/twitter-bg.png);
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: white;
}

.twitter-icon {
    font-size: 5rem !important;
    color: white;
}

.address {
    text-align: center;
}
.mapimg{
    margin: 0 auto;
    display: block;
}
.address-ul {
    list-style: none;
    margin-bottom: 0;
}
.contact-ul {
    list-style: none;
    margin-left: 0;
}
.footer-logo {
    margin: 0 auto;
    display: block;
}
.recent-div > ul, .categories-div > ul{
    list-style-type: none;
    margin-left: 0;
}
footer {
    background: #3A3640;
    width: 100%;
    font-size: 12px;
}
footer a{
    color: white;
}
footer a:hover{
    color: white;
    text-decoration: underline;
}
.pre-footer {
    color: white;
}

.accreditationimg img {
    width: 100%;
}
/*--- Footer ---*/
.footernav-ul > li > a{
    color: white !important;
}
.footernav-ul > li > a:hover{
    color: white !important;
    text-decoration: underline;
}
footer p {
    color: #525252;
}
.address a{
    text-decoration: underline;
}
.address-li > a {
    color: black;
    text-decoration: none;
}
.address-li > a:hover {
    color: black;
    text-decoration: underline;
}
#wpadminbar{
    position: fixed !important;
}
.bellows-submenu {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
}
span.bellows-target-title.bellows-target-text{
    font-weight: normal !important;
}
.btn:hover{
    cursor: pointer;
}
.callout.alert a {
    position: relative;
    border-radius: 0;
		background-color:#7C498B!important;
		color: #fff!important;
    margin: 0;
}

.callout#test-01 {
  position: fixed!important;
  top: 73px!important;
  left: 0;
  right: 0;
  z-index: 98;
  font-size: 14px!important;
  background-color: #7C498B!important;
  color: #fff!important;
  padding: 1rem!important;
  margin: 0;
}



/* Co vid 19 Banner */
.important{
  text-decoration: underline!important;
  font-weight: bold!important;
}

/*--- Media Queries ---*/
@media only screen and (max-width: 600px) {
    .banner-title {
        font-size: 25px;
    }
    .buttons{
        margin-top: 20px;
    }
    .close-wrapper{
        margin-bottom: 10px;
    }
    .contact-overlay-menu{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .close-nav{
        float: left;
        margin-bottom: 10px;
    }
    .contact-form-header {
        font-size: 20px;
        margin-top: 20px;
    }
    .calendar-submit {
        font-size: 15.3px !important;
        width: 100%;
    }
    .nav-title {
        font-size: 18px;
    }
    .nav-overlay nav{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-deets{
        text-align: center;
    }
}
@media screen and (min-width: 601px) {
  .contact-overlay.open {
      opacity: 1;
      visibility: visible;
      height: calc(100vh - 7%);
      color: white;
      top: 7%;
      padding-top: 4rem;
  }
}
@media only screen and (min-width: 640px){
  .mob_version{
      left: 3rem!important;
      right: 4rem;
      top: 0!important;
  }
  .callout.alert a {
      position: relative;
      border-radius: 0;
  		background-color:#7C498B!important;
  		color: #fff!important;
      margin: 0;
  }
    .border-lr{
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
}
@media only screen and (max-width: 640px){
    .contact-test{
        text-align: center;
    }
    #muteYouTubeVideoPlayer{
        display: none;
    }
    .slide-mobile{
        background: url(../images/mobile-view.jpg);
        background-position: center;
    }
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {

    .banner-title {
        font-size: 36px;
    }
    .buttons {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 680px) {

    .request.charcoal-grey-bg{
        margin-left: 0 !important;
    }
    .find-out-more {
        width: 508px;

    }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .accreditationss{
        text-align: center;
    }
}
@media only screen and (min-width:650px) and (max-width: 1024px) {
    .clear {
        margin-top: 15px;
    }


}
@media only screen and (max-width: 1024px) {
    .burger{
        text-align: right;
    }

    .service-heading {
        font-size: 15px;
        margin-top: 20px;
    }

    .testimonial-text {
        font-size: 19px;
    }

    .banner {
        padding-top: 2rem;
    }
    .pre-footer{
        text-align: center;
    }

    .accreditationss{
        margin-bottom: 30px;
    }
    .social-media-icons-nav {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .contact-overlay.open {
        height: calc(100vh - 9%);
        top:9%;
    }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .offer {
        text-align: center;
    }
}
@media only screen and (max-width: 1200px) {
    .banner-content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1024px){

    .social-media-icons-nav{
        margin-top: 2rem;
    }
    .clear {
        margin-top: 15px;
    }
    .close-nav{
        float: right;
    }
    .main-caption {
        font-size: 24.2px;
        color: #3a3640;
    }
    .testimonial-swiper{
        height: 362px;
    }
}
@media only screen and (min-width: 1025px){
    #nav-icon2:hover span:nth-child(1) {
        left: 3px;
        top: 5px;
    }

    #nav-icon2:hover span:nth-child(2) {
        left: calc(50% - 3px);
        top: 5px;
    }

    #nav-icon2:hover span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon2:hover span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2:hover span:nth-child(5) {
        left: 3px;
        top: 18px;
    }

    #nav-icon2:hover span:nth-child(6) {
        left: calc(50% - 3px);
        top: 18px;
    }
}

@media screen and (max-width:700px){
  #test-01{

    left: 0;
    right: 0;
    z-index: 9000;
    background-color: #F1CA31!important;
    color: #000!important;
  }
}
@media screen and (max-width:600px) {
  #test-01{
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: #F1CA31!important;
    color: #000!important;
  }
}

/* FORMS */

#crmWebToEntityForm {
  background-color: transparent !important;
  max-width: 500px !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 13px !important;
}

#crmWebToEntityForm .zcwf_title { display: none; }

#crmWebToEntityForm label {
    color: #fff;
    text-align: left;
}

.zcwf_col_fld, .zcwf_col_lab {
    width: 100% !important;
    padding: 0 !important;
    max-width: 500px;
}

.zcwf_row {
    margin: 0 !important;
    padding: 0 !important;
}

.zcwf_button {
    width: 221px;
    height: 46px;
    border: solid 1px #ffffff;
    font-size: 16px !important;
    font-style: italic;
    color: white !important;
    padding: 0px 30px 0px 30px;
    background-color: #ffcb08;
}

#crmWebToEntityForm input, #crmWebToEntityForm select {
  width:100%;
}
