body.custom-background {
    background-image: none;
    background-color: white;
}
#header .radius-bottom,
.footer .radius-top {
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#header.header-margin {
    margin: 0px auto;   
}
.container .post-5.page.type-page.status-publish {
    margin-top: -12px;
}
.container .page.type-page.status-publish:not(.post-5) {
    margin-top: 0;
}
gspro-wishlist {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#menu-primary.menu li:last-child {
    background-color: #304aa0;
  margin-left: 25px;
}
#menu-primary.menu li:last-child a {
  color: white !important;
}
body.page-id-5 #header .content {
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body:not(.page-id-5) #header .content, .footer .content {
    background-color: white;
}
#header .site-title a, #header .site-title a:hover {
    color: #2e3f51;
}
.footer {
    padding: 0;
}
.menu a, .menu a:link,
#navigation .menu .current_page_item a {
    color: #2e3f51 !important;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 3px;
}
#header .logo-nav {
    justify-content: space-evenly;
}
#header .site-logo-link img {
    height: 96px;
    width: auto;
}
/* homepage style */
.content {
    max-width: 100%;
}
body.page-id-5 div.post-5 .content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.container .page.type-page.status-publish:not(.post-5) .content {
    max-width: 1180px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.padded {
    padding: 0;
}
.postarea.full {
    padding: 0;
}
.outline {
    border: 0;
    padding: 12px 0;
}
.postarea.full .headline {
    display: none;
}
a.btn {
    font-family: 'Oswald', sans-serif;
    background-color: #cb5329;
    color: white;
    padding: 4px 35px;
    font-size: 18px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
}
a.btn:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
}
.section-banner .inner-box,
.section-banner .inner-box .img-wrap{
    position: relative;
}
.section-banner .inner-box .img-wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
}
.section-banner .inner-box .img-wrap .banner-image {
    background-image: url(  https://fourwaypartyrentals.com/wp-content/uploads/2021/03/newbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    min-height: 660px;
}
.section-banner .inner-box .banner-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
}
.section-banner .inner-box .banner-wrap .b-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
}
.section-banner .inner-box .banner-wrap .b-description {
    color: white;
    font-size: 20px;
    margin: 0;
}
.section-banner .inner-box .banner-wrap .button-wrap { 
    margin-top: 45px;
}
.section-banner .inner-box .banner-wrap .button-wrap .first {
    margin-right: 30px;
}
.section-service {
    margin: -500px 0px 160px;
    padding: 0 20px 0;
    text-align: center;
    z-index: 999999;
    position: relative;
}
.section-service .inner-box {
    max-width: 1180px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 40%);
    background-color: rgba(255,255,255,0.5);
}
.section-service .inner-box .s-btitle {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 30px;
    color: #333333;
}
.section-service .inner-box .service-wrap {
    text-align: center;
}
.section-service .inner-box .service-wrap ul {
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    width: 840px;
}
.section-service .inner-box .service-wrap ul li {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0;
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    text-align: center;
}
.section-service .inner-box .service-wrap ul li .s-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #cb5329;
    background-color: #ededed;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.section-service .inner-box .service-wrap ul li .s-title img {
    width: 45px;
    margin-top: 27px;
}
.section-service .inner-box .service-wrap ul li .s-description {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    margin: 0;
}
.section-service .inner-box .service-wrap ul li .s-description a {
    color: rgba(0, 0, 0, 0.6);
}
.section-service .inner-box .s-bookrental-btn {
    margin-top: 40px;
    display: block;
    height: 44px;
    background-color: #252525;
    text-align: right;  
}
.section-service .inner-box .s-bookrental-btn a {
    width: 215px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
    background-color: #313e4f;
    color: white;
    text-decoration: none;
}
.section-service .inner-box .s-bookrental-btn a span {
    width: 50px;
    position: relative;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    float: right;    
}
.section-service .inner-box .s-bookrental-btn a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 20px;
    top: 13px;
}
.section-service .inner-box .s-bookrental-btn a:hover span:before {
    border-color: transparent transparent transparent #fff;
}
.section-service .inner-box .s-bookrental-btn a span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #313e4f;
    position: absolute;
    right: 22px;
    top: 13px;  
}
.section-info {
    margin: 150px 0;
}
.section-info .inner-box {
    text-align: center;
}
.section-info .info-top .info-top-wrap {
    width: 700px;
    display: inline-block;
    border: 3px solid #cb5329;  
}
.section-info .info-top .info-top-wrap .i-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 24px;
}
.section-info .info-top .info-top-wrap  .img-box img {
    width: 70%;
}
.section-info .info-top .info-top-wrap .i-description span {
    font-style: italic;
    font-weight: bold;
}
.section-info .info-bottom {
    margin-top: 100px;
    text-align: center;
}
.section-info .info-bottom ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
}
.section-info .info-bottom ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    width: 26%;
    background-color: #f4f4f4;
}
.section-info .info-bottom ul li .li-title {
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.section-info .info-bottom ul li .li-des {
    text-align: center;
    font-size: 14px;
}
.section-quote {
    padding: 0 15%;
    background-color: #cb5329;
}
.section-quote .inner-box {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.section-quote .inner-box p {
    color: white;
}
.section-quote .inner-box p span {
    font-weight: 700;
}
.section-quote .inner-box a {
    color: white;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 50px;
    text-decoration: none;
}
.section-event {
    padding: 30px 0 60px;
    position: relative;
}
.section-event .inner-box {
    max-width: 1180px;
    margin: 0 auto;
}
.section-event .inner-box .event-bottom {
    display: flex;
    justify-content: space-between;
}
.section-event .inner-box .event-bottom > div {
    width: Calc(33.33% - 12px);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 320px;
}
.section-event .inner-box .event-bottom > div img {
    height: 320px;
    width: auto;
    max-width: fit-content;
    transition: opacity 1s,transform 1s;
}
.section-event .inner-box .event-bottom > div:hover img {
    opacity: .9;
    transform: scale3d(1.1,1.1,1);
}
.section-event .inner-box .eb-inner {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.section-event .inner-box .eb-inner .eb-title {
    color: white;
    font-size: 24px;
    margin: 0;
    line-height: 24px;
    font-weight: bold;  
      letter-spacing: 1px;
}
.section-event .inner-box .eb-inner .eb-des {
    color: white;
    margin: 6px 0;  
}
.section-event .inner-box .eb-inner a {
    border: 2px solid white;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 54px 6px 20px;
    position: relative;
    text-decoration: none;
}
.section-event .inner-box .eb-inner a span.icon-right {
    position: absolute;
    width: 34px;
    height: 31px;
    right: 0;
    top: 0;
    background-color: white;    
}
a span.icon-right:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 14px;
    top: 8px;
}
a span.icon-right:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 12px;
    top: 8px;
}
.section-why .inner-box {
    position: relative;
}
.section-why .inner-box .img-box {
    height: 600px;
    overflow: hidden;
    background-image: url(https://i0.wp.com/fourwaypartyrentals.com/wp-content/uploads/2021/03/party.jpg?w=1180&ssl=1);
    background-size: 100%;
    background-position: center bottom; 
}
.section-why .inner-box .inner-why-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background-color: rgba(0,0,0,0.4);  
}
.section-why .inner-box .inner-why-left .iwl-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: Calc(100% - 70px);   
}
.section-why .inner-box .inner-why-left .iwl-wrap .iwl-title {
    color: white;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
    margin: 0;  
}
.section-why .inner-box .inner-why-left .iwl-wrap .iwl-des {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0; 
}
.section-why .inner-box .inner-why-left .iwl-wrap a {
    border: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 54px 6px 20px;
    position: relative;
    text-decoration: none;  
}
.section-why .inner-box .inner-why-left .iwl-wrap a .icon-right {
    position: absolute;
    width: 34px;
    height: 31px;
    right: 0;
    top: 0;
    background-color: white;    
}
.section-instagram {
    margin: 70px 0 80px;    
}
.section-instagram .inner-box {
    text-align: center; 
}
.section-instagram .inner-box .si-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;  
}
.section-instagram .inner-box .si-des {
    color: #61a3de;
    margin: 0;  
}
.section-instagram .inner-box .si-slider {
    margin-top: 40px;   
}
.section-instagram .inner-box .si-slider > div {
    width: Calc(100% - 60px);
    margin-left: 30px;
    font-size: 0;
}
.section-instagram .inner-box .si-slider > div .si-item {
    width: Calc(20% - 10px);
    display: inline-block;
    margin-right: 10px;
}
.section-instagram .inner-box .si-slider > div .si-item img {
    width: 100%;
}

/* Contact page style */
.restaurant-sidebar-inactive.restaurant-singular .alignwide {
    width: 100%;
    left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gspro-o-category {
    list-style: none;
    list-style-type: none;
}
.gspro-o-category a {
    color: #292929;
}
.gspro-c-poweredby {
    display: none;
}
.gspro-o-category a span.gspro-u-label {
    font-size: 20px;
}
.gspro-o-subcategories a {
    display: inline-block;
    padding: 0;
}
.gspro-o-subcategories li {
    list-style-type: disc;
}
.gspro-o-subcategories a .gspro-u-badge {
    vertical-align: top;
    margin-top: 5px;
}
gspro-item-gallery .gspro-o-control-bar form button.gspro-o-button:hover {
    margin: 0;
    line-height: 3em;   
    font-size: 1em;
    padding: 0 12px;
}
.gspro-c-item-card__add {
    top: -60px;
}
.gspro-o-button.gspro-o-button--icon:hover {
    line-height: 3em;
    font-size: 1em;
    padding: 0 12px;
    margin: 0;
}
.post-82 .postarea.full .headline {
    margin-bottom: 30px;
    margin-top: 60px;
    display: block;
}
gspro-item-gallery .gspro-o-control-bar {
    display: none;
}
gspro-item-gallery .gspro-c-item-gallery__toggle-filters {
    display: none;
}
gspro-item-card {
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 20%);
    margin-left: 4px;
}
.gspro-c-item-card__preview img {
    -o-object-fit: cover;
    object-fit: cover;
}
.gspro-c-item-card__detail .gspro-c-item-card__title a {
    color: #2e3f51;
    font-weight: bold;
}
.gspro-c-item-card__detail .gspro-c-item-card__price {
    color: rgba(0,0,0,0.8);
}
.wpcf7-form-control-wrap input {
    margin-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-submit:hover {
    margin-top: 0;
}

/* footer style */
.footer {
    padding: 0;
}
.footer .content {
    background-color: #191919;
}
.footer .outline {
    padding: 0;
}
.footer-widgets, .footer-widget {
    border: 0;
    padding: 0;
}
.footer-widgets .widget {
    width: 100%;
}
.footer-inner {
    padding: 0;
}
.footer-inner .footer-inner-top {
    background-color: #313e4f;
}
.footer-inner .footer-inner-top > div {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-inner .footer-inner-top > div p {
    margin: 0;
    color: white;
    font-size: 20px;
    line-height: 65px;  
}
.footer-inner .footer-inner-top > div a {
    height: 40px;
    border: 2px solid white;
    padding: 0px 10px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    margin-top: 12px;
    text-decoration: none;  
}
.footer-inner .footer-inner-wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
}
.footer-contact {
    width: Calc(30% - 130px);
}
.footer-contact .fc-title {
    color: white;
    font-size: 20px;
}
.footer-contact .fc-des {
    margin: 0;
}
.footer-contact .fc-des a {
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-menu {
    width: Calc(40% - 130px);
}
.footer-menu p {
    color: white;
    font-size: 20px;
}
.footer-menu ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: block;
    margin: 1px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    border: 0;
}
.footer-menu ul li:last-child {
    border: 0;
}
.footer-menu ul li a {
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-info {
    width: 30%;
    color: white;
}
.footer-info .info-title {
    font-weight: bold;
    font-size: 20px;
    opacity: 0;
}
.footer-info ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-info ul li {
    display: block;
    margin: 1px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    border: 0;
}
.footer-info ul li a {
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-copy-wrap {
    margin-top: 0;
    color: black;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px 100px;
}
.footer-copy-wrap .footer-logo a {
    display: inline-block;
    vertical-align: middle;
}
.footer-copy-wrap .footer-logo a img {
    width: 100%;
    max-width: 180px;   
}
.footer-copy-wrap .footer-logo p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;  
}
.footer-copy-wrap .footer-copyrights p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 75px;
}
.footer-information {
    display: none;
}
.quote-form-inner .item.item-border {
    border-bottom: 1px dotted #5e6276;
    padding-bottom: 15px;
    width: Calc(99% + 4px);
    display: inline-block;
}
.quote-form-inner .item.d100 {
    width: Calc(99% + 4px);
    display: inline-block;
    vertical-align: top;
}
.quote-form-inner .item.d50 {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.quote-form-inner .item.d33 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 20px;
}
.quote-form-inner .item.m20 {
    margin-top: 20px;
}
.quote-form-inner .item.recap {
    margin-top: 10px;
    margin-bottom: 30px;    
}
.quote-form-inner .item.recap > p {
    font-weight: bold;
}
.quote-form-inner .item.d33 label {
    margin-top: 0;
}
.quote-form-inner .item.d33 .wpcf7-radio {
    display: block;
    margin-top: 10px;
}
.quote-form-inner .item p.title {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.quote-form-inner .item input.w100, 
.quote-form-inner .item select.w100, 
.quote-form-inner .item textarea.w100 {
    width: 100%;
}
.quote-form-inner .item input.w50, 
.quote-form-inner .item select.w50, 
.quote-form-inner .item textarea.w50 {
    width: 50%;
}
.quote-form-inner .item input.w33, 
.quote-form-inner .item select.w33, 
.quote-form-inner .item textarea.w33 {
    width: 33%;
}
.quote-form-inner .item-title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 55px;
}
.quote-form-inner .item .d50 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.quote-form-inner .item .d50 label {
    margin-top: 0;
}
.wpcf7-form .wpcf7-submit,
.wpcf7-form .wpcf7-submit:hover {
    width: Calc(99% - 4px);
    background: #304aa0;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
form.wpcf7-form label {
    font-weight: bold;
}
form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,0.6);
    font-size: 1rem;
}
form.wpcf7-form .quote-form-inner .item.d100 select {
    margin-top: 5px;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    display: none;
}
gspro-item-detail .gspro-o-form > .gspro-o-button:hover {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    line-height: 48px;
    margin: 0;
    padding: 0px 12px;
    position: relative;
  font-size: 0;
}
gspro-item-detail .gspro-o-form > .gspro-o-button {
    font-size: 0;
} 
gspro-item-detail .gspro-o-form > .gspro-o-button:before {
    content: 'Build your own Quote';
    width: 100%;
    font-size: 16px;
    line-height: 48px;
}
.gspro-o-toolbar .gspro__wishlist_title {
    position: relative;
    text-indent: 97px;
    overflow: hidden;
    width: 190px;
}
.gspro-o-toolbar .gspro__wishlist_title:before {
    content: 'Build your own Quote';
    font-size: 16px;
    left: 0;
    position: absolute;
    background-color: black;
    text-indent: 0px;
}
.gspro-c-item-card__add.gspro-o-card__add button.gspro-o-button.gspro-o-button--icon:before {
    content: '+';
    font-size: 30px;
    margin-top: -6px;
}
.gspro-c-item-card__add.gspro-o-card__add button.gspro-o-button.gspro-o-button--icon > .gspro-o-icon {
    display: none;
}
gspro-wishlist[data-mode=collapse] {
    background: transparent;
    height: calc(13px * 5);
    width: calc(16px * 5);    
}
gspro-wishlist button.gspro-c-wishlist__trigger {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    font-family: system-ui !important;
}
gspro-wishlist .gspro-c-wishlist__trigger:before {
    content: 'YOUR QUOTE';
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.1px;
}
gspro-wishlist .gspro-c-wishlist__trigger > gspro-icon {
    display: none;
}
.gspro-c-duration__summary {
    background: orange !important;
}
gspro-wishlist .gspro-c-wishlist__count {
    position: absolute;
    top: calc(12px * -1);
    right: calc(12px * 2.2);
    height: calc(12px * 2);
    width: calc(12px * 2);
    background: var(--gspro-btn-color, var(--gspro-brand-color, black));
    color: var(--gspro-btn-font-color, white);
    font-weight: 700;
    border-radius: 50%;
}
body.page-id-82 .step-guide-wrapper {
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    background: #313e4f;
    padding-top: 20px;   
}
body.page-id-82 gspro-item-gallery#gspro-gallery {
    margin-top: 470px;
}
body.page-id-82 .step-guide-title-box p {
    font-family: 'Oswald', 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    color: white;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}
body.page-id-82 .step-guide-description-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
body.page-id-82 .step-guide-description-box .step-guide-dbox {
    width: 33.33%;
    padding: 0 30px;
}
body.page-id-82 .step-guide-description-box .step-guide-dbox .step-guide-d-title p {
    font-size: 24px;
    color: white;
}
body.page-id-82 .step-guide-description-box .step-guide-dbox .step-guide-d-des {
    color: white;
}
gspro-wishlist form[data-current-step='2'] .gspro-c-wishlist__footer .gspro-o-button.gspro-o-button--primary {
    position: relative;
}
gspro-wishlist form[data-current-step='2'] .gspro-c-wishlist__footer .gspro-o-button.gspro-o-button--primary:hover {
    padding: 0 12px;
    line-height: 3em;
    font-size: 1em;
    font-family: inherit;
}
gspro-wishlist form[data-current-step='2'] .gspro-c-wishlist__footer .gspro-o-button.gspro-o-button--primary span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
gspro-wishlist form[data-current-step='2'] .gspro-c-wishlist__footer .gspro-o-button.gspro-o-button--primary:before{
    content: 'Send Quote';
    line-height: 3em;
    font-size: 1em;
}

@media(min-width: 1150px) and (max-width: 1400px) {
    .footer-contact {
        width: Calc(30% - 50px);
    }   
}
@media(max-width: 1200px) {
    #wpcf7-f445-p446-o1 form {
        padding: 0 10px;
    }
}
@media(min-width: 769px) and (max-width: 1149px) {
    .footer-contact {
        width: Calc(40% - 0px);
    }
    .footer-menu {
        width: Calc(40% - 70px);
    }
    .footer-info {
        width: 20%;
        color: white;
    }
    .footer-contact .fc-des a, .footer-menu ul li a, .footer-info ul li a {
        font-size: 13px;
    }
}
@media(max-width: 768px) {
    .quote-form-inner .item.d50,
    .quote-form-inner .item input.w50,
    .quote-form-inner .item select.w50, 
    .quote-form-inner .item textarea.w50
    {
        width: Calc(99% + 4px);
    }
    .date-691 input {
        width: Calc(99% + 4px);
    }
    .quote-form-inner .item.d33 {
        width: Calc(99% + 4px);
        margin-top: 20px;
        margin-bottom: 0;
    }
    .quote-form-inner .item.recap {
        margin-top: 15px;
    }
    .section-banner .inner-box .img-wrap .banner-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 100%;
        min-height: 350px;
    }
    .section-service {
        margin: -330px 0px 35px;
        padding: 0 20px 0;
        text-align: center;
        z-index: 999999;
        position: relative;
    }
    .section-service .inner-box .s-btitle {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .section-service .inner-box .service-wrap {
        text-align: center;
    }
    .section-service .inner-box .service-wrap ul {
        margin: 0 auto;
        padding: 0;
        font-size: 0;
        width: auto;
    }   
    .section-service .inner-box .service-wrap ul li {
        list-style: none;
        list-style-type: none;
        margin: 0px 0 20px 0;
        padding: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    .section-event {
        padding: 30px 0 60px;
        position: relative;
    }
    .section-event .inner-box .event-bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }   
    .section-event .inner-box .event-bottom > div {
        width: Calc(100% - 20px);
        margin-left: 10px;
        margin-bottom: 20px;
        height: auto;
    }
    .section-event .inner-box .event-bottom > div img {
        max-width: initial;
        height: auto;
        width: 100%;    
    }
    .section-event .inner-box .eb-inner .eb-des {
        margin: 6px 0 13px;
    }
    .section-why .inner-box .img-box {
        height: 300px;
        background-size: cover;
        background-position: center bottom;
    }
    .section-why .inner-box .inner-why-left {
        top: auto;
        bottom: 0;
        height: 280px;
        width: 100%;
        background-color: rgba(0,0,0);
        position: relative;
    }
    .section-why .inner-box .inner-why-left .iwl-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: Calc(100% - 70px);
    }
    .section-instagram .inner-box .si-title {
        font-size: 24px;
    }
    .section-instagram .inner-box .si-slider > div {
        width: Calc(100% - 60px);
        margin-left: 30px;
    }
    .section-instagram .inner-box .si-slider > div .si-item {
        margin-right: 0;
        width: Calc(100% - 10px);
        margin-bottom: 25px;
    }
    .section-instagram .inner-box .si-slider > div .si-item img {
        width: 100%;
    }
    .footer-widgets .widget:last-child {
        margin-bottom: 0;
    }
    .footer-inner .footer-inner-top > div {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        align-items: center;
    }
    .footer-inner .footer-inner-top > div p {
        margin: 0;
        color: white;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }
    .footer-inner .footer-inner-top > div a {
        height: 40px;
        border: 2px solid white;
        padding: 0px 10px;
        line-height: 40px;
        color: white;
        font-size: 16px;
        margin-top: 12px;
        text-decoration: none;
        width: 200px;
    }
    .footer-inner .footer-inner-wrap {
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
        flex-direction: column;
    }
    .footer-contact {
        width: Calc(100% - 10px);
        margin-bottom: 30px;
    }
    .footer-menu, .footer-info {
        width: Calc(100% - 10px);
    }
    .footer-info .info-title {
        display: none;
    }
    .footer-copy-wrap {
        padding: 25px 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
            color: black;
    background-color: white;
    }
    .footer-copy-wrap .footer-logo p {
        margin-left: 0;
    }
    .footer-copy-wrap .footer-copyrights p {
        margin: 0;
        line-height: 30px;
        font-size: 14px;
    }
    #header #masthead {
        display: none;
    }
    #header .site-logo-link {
        margin-bottom: 10px;
    }
    body.page-id-82 gspro-item-gallery#gspro-gallery {
        margin-top: 730px;
    }
    body.page-id-82 .step-guide-wrapper {
        left: 0;
        top: 135px;
        width: 100%;
    }
    body.page-id-82 .step-guide-description-box {
        flex-flow: wrap;
    }
    body.page-id-82 .step-guide-description-box .step-guide-dbox {
        padding: 0 30px;
        width: 100%;
    }
}
@media(max-width: 600px) {
    body.page-id-82 gspro-item-gallery#gspro-gallery {
        margin-top: 790px;
    }
}
@media(max-width: 480px) {
    body.page-id-82 gspro-item-gallery#gspro-gallery {
        margin-top: 920px;
    }
    body.page-id-82 .step-guide-title-box p {
        font-size: 28px;
    }
}
@media(max-width: 375px) {
    .footer-inner .footer-inner-top > div p {
        font-size: 16px;
        padding: 0 5px;
    }
    .section-instagram .inner-box .si-slider > div {
        width: Calc(100% - 40px);
        margin-left: 20px;
    }
    .post-82 .postarea.full .headline {
        margin-bottom: 30px;
        margin-top: 20px;
        display: block;
    }
    body.page-id-82 .step-guide-wrapper {
        position: absolute;
        left: 0;
        top: 90px;
        width: 100%;
    }
    body.page-id-82 gspro-item-gallery#gspro-gallery {
        margin-top: 930px;
    }
    body.page-id-82 .step-guide-title-box p {
        font-size: 25px;
    }
}
@media(max-width: 330px) {
    body.page-id-82 gspro-item-gallery#gspro-gallery {
        margin-top: 1000px;
    }
}