@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Raleway", sans-serif;
    overflow-x:hidden;
    animation: pagetransition 2s;
}
p, li {
    font-family: "Raleway", sans-serif;
}

body .container {
    max-width: 1300px;
}

/*.page--banner {
    display: none;
}*/
@keyframes pagetransition{
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.custom-logo {
    height: auto !important;
    max-width: 200px;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top {
    border: 0 none;
    bottom: 10px !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 34px;
    font-weight: bold;
    height: 34px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    width: 34px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #d97707;
    border-radius: 50px;
}
#back-to-top:hover {
    color: #ccc !important;
    transition: all 0.3s;
}
#back-to-top i {
    transform: rotate(-90deg);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #161822;
}


@media (max-width: 2200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

.single div#content .col-md-8.wp-bp-content-width article .card-body .entry-content p {
    font-size: 20px;
    color: #161822;
}
body:not(.home) div#content .card-body {
    padding: 0px;
}
.breadcrumb--section p a {
    color: #bebed1;
    text-decoration: none;
}
.main--nav--menu {
    border-top: 0px;
    box-shadow: none;
}
.main--nav--menu ul#primary-menu {
    width: 290px;
    margin: 0px;
    background: rgba(0,122,204,1);
    position: fixed;
    top: 0px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
    height: 100%;
    padding: 60px 40px;
    z-index: 999 !important;
    opacity: 0;
    text-align: left;
    left: -400px;
}
.main--nav--menu.show ul#primary-menu {
    opacity: 1;
    top: 0px;
    left: 0px
}
.main--nav--menu .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.site-branding-text a.navbar-brand {
    margin: 0px;
    color: #0d4fcc !important;
    font-weight: 800;
    font-size: 22px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #3d4a78 !important;
    opacity: 1 !important;
    font-size: 16px;
}
ul#primary-menu a.nav-link {
    padding: 0px;
    font-size: 15px;
    border-bottom: 0px solid transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}
.navbar-toggler-icon i.fa.fa-bars {
    font-size: 33px;
    color: #fff;
}
ul#primary-menu li.nav-item {
    padding: 0px 12px;
}
#site-navigation .row {
    width: 100%;
    margin: 0px;
}
button {
    outline: none;
}
.site---menu button {
    float: right;
}
.site-branding-text {
    text-align: center;
}
.main--nav--menu.show ul#primary-menu li a.nav-link {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link {
    padding: 5px 0px;
    border-bottom: 0px solid transparent;
    width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(min-width: 992px) {
    .dropdown .dropdown-menu {
      transition: all 0.5s;
      overflow: hidden;
      transform-origin: top center;
      transform: scale(1, 0);
      display: block;
      margin-top: 0px !important;
      background: #2e3538;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    border-color: #f6f6f6;
    background: #f6f6f6;
}
.dropdown-toggle::after {
    margin-left: 0.5em;
    vertical-align: 0.15em;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
}


.item-overlay {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    transition: all 0.3s;
}
.item-overlay::before {
    content: '\e657';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    color: #fff;
    right: 0;
    font-size: 63px;
    transition: all 0.2s;
    font-family: "Pe-icon-7-stroke";
    display: flex;
    align-items: center;
    justify-content: center;
}
.page--banner {
    height: 800px;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
header#masthead {
    z-index: 99 !important;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px 0px;
    border-top: 5px solid #d97707;
    background: #fff;
}
.is-sticky img.custom-logo {
    height: auto !important;
    transition: all 0.3s;
    max-width: 130px;
}
div#masthead-sticky-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.page--banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #1d1e20;
    opacity: 0.66;*/
}
.home .page--banner {
    display: none !important;
}
ul#primary-menu li a.nav-link {
    color: #000 !important;
}
.Image--slider--section .swiper-wrapper .swiper-slide {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .Image--slider--section .swiper-wrapper .swiper-slide {
    align-items: center;
}
.is-sticky header#masthead {
    background: #ffffff;
    box-shadow: 0px 5px 15px -15px;
}
ul#primary-menu li.nav-item.menu--get--a--quote a.nav-link {
    color: #fff !important;
}
ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link:hover {
    color: #d97707;
    border-color: #d97707 !important;
}
ul#primary-menu li.nav-item.active.current-menu-item > a.nav-link {
    color: #d97707 !important;
    border-color: #d97707;
    font-weight: 600;
}
ul#primary-menu li a.nav-link:hover {
    border-color: #d97707;
    color: #d97707;
}
ul#primary-menu .menu--get--a--quote a.nav-link {
    background: #d97707;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}
ul#primary-menu .menu--call--us--today a.nav-link {
    background: #d97707;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    color: #fff !important;
}
footer#colophon {
    background: #161822;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2em;
}
.footer--logo--section figure.wp-block-image img {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}
.footer--logo--section .wp-block-image img {
    max-height: 100px;
    width: auto;
}
ul#primary-menu li.menu--get--a--quote.nav-item.active.current-menu-item > a.nav-link {
    color: #fff !important;
}
.footer--media--section {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.footer--media--section img {
    max-width: 25px;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.footer--media--section figure.wp-block-media-text__media {
    margin: 0px;
}
.footer--media--section .wp-block-media-text__content .wp-block-heading {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.footer--media--section .wp-block-media-text__content p {
    color: #ddd;
}
.footer--media--section .wp-block-media-text__content a {
    color: #fff !important;
}
.footer--one--section section.widget {
    padding: 0px;
}
.footer-two--address section.widget {
    padding: 0px;
}
.footer--media--section .wp-block-media-text__content a:hover {
    color: #d97707 !important;
}
.footer--logo--section ul.wp-block-social-links.footer--socials--icons {
    padding: 0px;
}
.footer--logo--section ul.wp-block-social-links.footer--socials--icons li {
    list-style: none;
    background: transparent;
}
.site-footer .footer--logo--section ul.wp-block-social-links.footer--socials--icons li a {
    color: #fff !important;
    padding: 0px;
}
.site-footer .footer--logo--section ul.wp-block-social-links.footer--socials--icons li a svg {
    fill: #fff;
    margin-right: 6px;
    width: 30px;
    height: 30px;
}
.powered--by--section hr {
    background: #4c4d55;
    height: 2px;
    margin-top: 60px;
}
.powered--by--section p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.site-footer .powered--by--section p a {
    color: #d97707 !important;
    text-decoration: underline;
}
.site-footer .powered--by--section p a:hover {
    color: #d97707 !important;
}
.hero--banner--form_wrapper .gform_heading {
    display: none;
}
.hero--banner--form_wrapper .gform_fields {
    gap: 25px;
}
.hero--banner--form_wrapper .gform_fields input {
    border: 0px;
    height: 40px;
    border-radius: 10px;
    color: #000;
}
.hero--banner--form_wrapper .gform_fields input::placeholder {
    font-style: italic;
    color: #888;
    font-family: 'Lato';
    font-size: 14px;
}
.hero--banner--form_wrapper input[type="submit"] {
    background: #d97707 !important;
    width: 100%;
}
.hero--banner--form_wrapper .gform_footer.top_label {
    display: block;
}
.hero--banner--form_wrapper input[type="submit"] {
    background: #d97707 !important;
    width: 100% !important;
    display: block !important;
    border-radius: 10px !important;
    height: 44px !important;
    font-size: 18px !important;
}
.sites--testimonials--section {
    background: #161822;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
/*.slider--content--insite {
    background: #1f212b;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #404040;
}*/
.testimonials_slider---image {
    margin-right: 30px;
}
.testimonials_slider---image img {
    width: auto !important;
    max-width: 140px !important;
}
.slider--content--insite p {
    margin: 0px;
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
}
.slider--content--insite ul.list-inline {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 15px;
}
.slider--content--insite ul.list-inline li.list-inline-item {
    color: #ffba07;
    font-size: 20px;
    margin-right: 5px;
}
.slider--content--insite .slider--title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.slider--content--insite .slider--sub--title {
    color: #fff;
    font-size: 14px;
}
.testimonials_slider_main .slider--contents {
    position: relative;
}



.testimonials_slider_main .slider--contents {
    position: relative;
    display: flex;
    background: #1f212b;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #404040;
    align-items: center;
    min-height: 300px;
}
.testimonials_slider_main .owl-dots {
    padding-top: 25px;
}
.testimonials_slider_main .owl-dots button {
    outline: none;
    box-shadow: none;
}
.testimonials_slider_main .owl-dots button.active span {
    background: #d97707 !important;
}
.gform_validation_errors {
    background: #fff !important;
}
.trust--badges--grid img {
    filter: grayscale(1);
    transition: all 0.3s;
}
.trust--badges--grid img:hover {
    filter: grayscale(0);
}
.Your--Creative--Business--Question summary {
    justify-content: space-between !important;
}
.Your--Creative--Business--Question summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px !important;
}
.Your--Creative--Business--Question .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato';
    color: #161822;
}
.Your--Creative--Business--Question span.e-n-accordion-item-title-icon svg {
    width: 35px;
    height: 35px !important;
    background: #d97707;
    border-radius: 50px;
    padding: 7px;
    fill: #fff !important;
}
.Your--Creative--Business--Question .e-n-accordion-item[open] span.e-n-accordion-item-title-icon svg {
    background: #d8d9d9;
}
.Your--Creative--Business--Question span.e-n-accordion-item-title-icon {
    position: relative;
    top: -10px;
    right: -10px;
}
.mb-0 p {
    margin-bottom: 0px;
}
.quote--media--section {
    gap: 15px;
}
.quote--media--section p a {
    color: #161822;
    transition: all 0.3s;
}
.quote--media--section p a:hover {
    color: #d97707;
}
.quote--page--form--section .gform_heading {
    text-align: center;
}
.quote--page--form--section .gform_heading .gform_title {
    font-weight: 800;
    color: #161822;
    margin-bottom: 20px;
    font-size: 42px;
}
.quote--page--form--section .gform_heading .gform_description {
    font-size: 20px;
    margin-bottom: 40px;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields {
    gap: 30px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields label.gfield_label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields .gfield_checkbox label.gform-field-label.gform-field-label--type-inline {
    font-style: italic;
    font-size: 16px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio legend.gfield_label.gform-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio {
    flex-direction: row;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio > div {
    margin-right: 30px;
}
.quote--page--form--section form .gform-body.gform_body .gform_fields fieldset.gfield.gfield--type-radio .ginput_container.ginput_container_radio .gfield_radio > div label.gform-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #161822;
}
.quote--page--form--section form input {
    border-color: #ccc !important;
}
.quote--page--form--section form textarea {
    border-color: #ccc;
}
.quote--page--form--section form textarea::placeholder {
    color: #ccc;
    font-style: italic;
}
.quote--bottom--text {
    font-style: italic;
    max-width: 490px;
    color: #161822;
}
.quote--page--form--section form .gform_footer.before {
    display: block;
    margin-top: 5px;
}
.quote--page--form--section form .gform_footer input[type="submit"] {
    width: 100% !important;
    border: 0px !important;
    background: #d97707 !important;
    font-size: 16px !important;
}
.quote--page--form--section .gform_heading .gform_required_legend {
    display: none;
}
.page-contact .page--banner {
    height: 135px;
}
.ginput_container.ginput_container_date input {
    width: 100%;
}
.quote--page--form--section select {
    border-color: #ccc;
}
.page-contact form.quote--page--form--section .gfield_checkbox {
    flex-direction: row;
}
.page-contact form.quote--page--form--section .gfield--type-checkbox legend.gfield_label {
    font-weight: 600;
    font-size: 16px;
    color: #161822;
}
.page-contact .quote--page--form--section .gform_heading {
    display: none;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #5a8621;
}
.page-contact form.quote--page--form--section fieldset.gfield.gfield--type-checkbox {
    position: relative;
}
.page-contact form.quote--page--form--section fieldset.gfield.gfield--type-checkbox .gfield_description {
    position: absolute;
    top: -32px;
    left: 100px;
    margin: 0px;
}
.footer--one--section .wp-block-media-text__content, 
.footer-two--address .wp-block-media-text__content {
    padding: 0px;
}
.category_filter--post--contents {
    padding: 25px;
    border: 1px solid #c5c5c8;
    border-radius: 15px;
    transition: all 0.3s;
}
.category_filter--post--bottom .category_filter--title a {
    color: #161822;
}
.category_filter--post--bottom .category_filter--title {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}
.category_filter--post--bottom p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products_cat--post--sections .row {
    gap: 30px 0px;
}
.category_filter--post--contents:hover {
    box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.22);
}
.learn--more--product a {
    background: #d97707;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}
.learn--more--product {
    padding-top: 20px;
    padding-bottom: 20px;
}
.products_cat--post--sections {
    padding-top: 40px;
}
.single-post .page--banner {
    background: url(https://mobileeventstg.wpenginepowered.com/wp-content/uploads/2025/05/contact-banner.png) !important;
    background-size: cover !important;
    background-position: bottom;
    background-repeat: no-repeat !important;
    height: 135px;
}
.single div#content .col-md-8.wp-bp-content-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.single div#content .col-md-4.wp-bp-sidebar-width {
    display: none;
}
.single div#content .col-md-8.wp-bp-content-width article {
    border: 0px;
}
.single div#content .col-md-8.wp-bp-content-width article .card-body header.entry-header .entry-title.card-title {
    font-size: 36px;
    font-weight: 600;
    color: #161822;
}
.single-products div#content {
    padding-top: 40px;
    padding-bottom: 50px;
}
.category_filter--post--contents:hover .category_filter--post--bottom .category_filter--title a {
    color: #d97707;
}
div#gform_fields_1 {
    gap: 25px;
}
.hero--banner--form input {
    border: 1px solid #ccc !important;
    height: 43px !important;
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        left: 0px;
    }
}
.dynamic--blog--post .elementskit-post-image-card {
    background: #ffff !important;
}
.dynamic--blog--post .elementskit-post-body {
    border: 1px solid #c5c5c8;
    border-radius: 0px 0px 20px 20px;
    border-top: 0;
}
.dynamic--blog--post .elementskit-post-image-card .elementskit-entry-header {
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #c5c5c8;
    border-bottom: 0px;
    padding: 20px;
}
.dynamic--blog--post .elementskit-post-image-card .elementskit-entry-header img {
    width: auto;
    height: 275px;
    max-width: max-content;
    margin: 0 auto;
    display: block;
    transform: scale(1) !important;
}
.dynamic--blog--post .elementskit-post-body a:hover {
    color: #d97707 !important;
}
.dynamic--blog--post .btn-wraper a.elementskit-btn {
    color: #fff !important;
}
.dynamic--blog--post .elementskit-post-body h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dynamic--blog--post .elementskit-post-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dynamic--blog--post .elementskit-post-body .btn-wraper {
    padding-top: 20px;
}
.dynamic--blog--post .elementskit-post-image-card {
    box-shadow: none !important;
}
.dynamic--blog--post .elementskit-post-image-card:hover {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1) !important;
}
.header--phone--icon {
    max-width: 22px;
    margin-right: 2px;
}
/*ul#primary-menu li.nav-item:last-child {
    padding-right: 0px;
}*/
@media(min-width: 1024px) {
    header#masthead .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.Image--slider--section {
    position: relative;
}
.Image--slider--section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(0,0,0,0.93) 0%,rgba(0,0,0,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
}
.page--banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 2;
}
.page-portable-toilet-rentals .page--banner {
    display: none;
}
.video--banner--section .e-con-inner {
    max-width: 100% !important;
    position: relative;
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center !important;
    justify-content: end !important;
}
.video--banner--section .e-con-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 2;
}
.page-johnny-mover .page--banner,
.page-fairs-festivals .page--banner,
.page-graduations .page--banner,
.page-employment .page--banner {
    display: none;
}
.Image--slider--section figure.swiper-slide-inner img {
    width: 100% !important;
}
.page-johnny-mover .Image--slider--section figure.swiper-slide-inner img {
    min-height: 800px;
} 
.page-fairs-festivals .Image--slider--section figure.swiper-slide-inner img {
    min-height: 615px;
}
.page-fairs-festivals .Image--slider--section .swiper-wrapper .swiper-slide {
    height: 615px;
}
.page-graduations .page--banner {
    height: 615px;
}
.page-graduations .Image--slider--section figure.swiper-slide-inner img {
    min-height: 615px;
}
ul#primary-menu li.nav-item > a.nav-link:hover {
    color: #d97707 !important;
}
body ul#primary-menu .menu--call--us--today a.nav-link:hover {
    color: #fff !important;
}
.footer--title--section .wp-block-heading {
    color: #d97707;
    text-align: center;
    font-size: 34px;
}
.footer--title--section p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-style: italic;
}
.footer-widgets .footer--title--section section {
    padding: 0px;
}
footer#colophon .row {
    padding-top: 20px;
    align-items: center;
}
.basic---gallery--one .gallery-item .gallery-icon {
    overflow: hidden;
    height: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.basic---gallery--one .gallery-item .gallery-icon img {
    min-height: 230px;
}

.basic---gallery--three .gallery-item .gallery-icon {
    overflow: hidden;
    height: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.basic---gallery--three .gallery-item .gallery-icon img {
    min-height: 160px;
}

.basic---gallery--four .gallery-item .gallery-icon {
    overflow: hidden;
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.basic---gallery--four .gallery-item .gallery-icon img {
    min-height: 140px;
}
.custom--accodion--section summary.e-n-accordion-item-title {
    justify-content: space-between;
}
.custom--accodion--section summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0;
}
.contact--page--form--section_wrapper .gform_heading {
    display: none;
}
.contact--page--form--section_wrapper form {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 13px;
    border: 1px solid #eee;
}
.contact--page--form--section_wrapper form input[type="submit"],
.Route--Driver--Mechanic_wrapper form input[type="submit"] {
    background: #d97707 !important;
    border-color: #d97707 !important;
}
.Route--Driver--Mechanic_wrapper .gform_heading {
    display: none;
}
.Route--Driver--Mechanic_wrapper form {
    background: #f3f3f3;
    padding: 30px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    border: 1px solid #eee;
}




















































@media(max-width: 991px) {
    .navbar-dark .navbar-toggler-icon {
        background: url(/wp-content/themes/pottytime/assets/images/mobile-coll--icon.png) !important;
        background-size: cover !important;
        background-position: center;
        width: 23px;
        height: 20px;
        background-repeat: no-repeat !important;
    }
    .is-sticky img.custom-logo {
        height: auto !important;
    }
    header#masthead {
        padding: 15px 0px;
        overflow: hidden;
    }
    div#page {
        overflow-x: hidden;
    }
    div#primary-menu-wrap {
        margin-top: 10px;
    }
    ul#primary-menu li.nav-item.active.current-menu-item > a.nav-link {
        padding: 0px;
    }
    .page-contact .page--banner {
        height: 66px;
    }
    .page-johnny-mover .Image--slider--section figure.swiper-slide-inner img {
        min-height: auto;
    }
    .page-fairs-festivals .Image--slider--section figure.swiper-slide-inner img {
        min-height: auto;
    }
    .page-fairs-festivals .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }

}



@media(max-width: 811px) {
    .banner--text--section {
        position: relative !important;
        margin-top: 0px !important;
        background: #374151;
        padding: 40px 15px;
    }
    .page-contact form.quote--page--form--section .gfield_checkbox {
        flex-direction: column;
    }
    .quote--page--form--section form .gform-body.gform_body .gform_fields {
        gap: 15px;
    }
}
@media(max-width: 991px) {
    div#primary-menu-wrap {
        background: #e7e7e7;
        padding: 15px 0px;
    }
    button.navbar-toggler {
        background: transparent;
        border-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }
    ul#primary-menu li.nav-item {
        padding: 5px 15px;
    }

    .page--banner {
        background-attachment: initial !important;
    }
    ul.dropdown-menu {
        background: #cfcfcf;
        border: 0px;
    }
    ul#primary-menu a.nav-link {
        border-bottom: 0px solid transparent;
    }
    ul#primary-menu li.nav-item ul li.nav-item {
        padding-top: 0;
        padding-bottom: 0px;
    }
    ul#primary-menu li.nav-item ul.dropdown-menu li a.nav-link {
        font-size: 16px;
    }
    .testimonials_slider_main .slider--contents {
        display: block;
    }
    .footer--logo--section section {
        text-align: center;
    }
    .footer-two--address {
        padding-top: 40px;
    }
    footer#colophon .row .col-md-4.col-sm-12.col-xs-12, footer#colophon .col-md-8.col-sm-12.col-xs-12, footer#colophon .col-md-7.col-xs-12.col-sm-12, footer#colophon .col-md-5.col-xs-12.col-sm-12 {
        max-width: 100%;
    }
    .footer--logo--section ul.wp-block-social-links.footer--socials--icons {
        justify-content: center;
    }
    .footer--one--section iframe {
        height: 300px;
    }

}

/*Media Responsive*/

@media (min-width: 1920px) and (max-width: 2200px){

}



@media (min-width: 1680px) and (max-width: 1919px){

}





@media (min-width: 1600px) and (max-width: 1679px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 650px;
    }
    .Image--slider--section {
        min-height: 650px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -420px;
    }
    .page--banner {
        height: 650px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}





@media (min-width: 1440px) and (max-width: 1599px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 650px;
    }
    .Image--slider--section {
        min-height: 650px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -420px;
    }
    .page--banner {
        height: 650px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}





@media (min-width: 1366px) and (max-width: 1439px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 600px;
    }
    .Image--slider--section {
        min-height: 600px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 650px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
}






@media (min-width: 1280px) and (max-width: 1365px){
 .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 600px;
    }
    .Image--slider--section {
        min-height: 600px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 600px;
    }

    .category_filter--post--bottom .category_filter--title {
        font-size: 26px;
    }
    .category_filter--post--contents {
        padding: 20px;
    }
    .category_filter--post--bottom p {
        font-size: 18px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 200px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 200px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 150px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 150px;
    }
}





@media (min-width: 1224px) and (max-width: 1279px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 580px;
    }
    .Image--slider--section {
        min-height: 580px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 600px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 200px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 200px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 150px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 150px;
    }
}





@media (min-width: 1200px) and (max-width: 1223px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: 580px;
    }
    .Image--slider--section {
        min-height: 580px !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -370px;
    }
    .page--banner {
        height: 600px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }

    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 200px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 200px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 150px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 150px;
    }
}





@media (min-width: 1024px) and (max-width: 1199px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    ul#primary-menu li.nav-item {
        padding: 0px 10px;
    }
    ul#primary-menu a.nav-link {
        font-size: 14px;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 22px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 160px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 160px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 100px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 100px;
    }
}





@media (min-width: 992px) and (max-width: 1023px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    ul#primary-menu li.nav-item {
        padding: 0px 10px;
    }
    ul#primary-menu a.nav-link {
        font-size: 14px;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 22px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 160px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 160px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 100px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 100px;
    }
}





@media (min-width: 960px) and (max-width: 991px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 150px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 150px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 100px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 100px;
    }

}





@media (min-width: 950px) and (max-width: 959px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 500px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 150px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 150px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 100px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 100px;
    }
}





@media (min-width: 900px) and (max-width: 949px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 480px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 20px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 150px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 150px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 100px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 100px;
    }
}




@media (min-width: 854px) and (max-width: 899px){
.Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 455px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 150px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 150px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 90px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 90px;
    }
}





@media (min-width: 812px) and (max-width: 853px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 430px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 140px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 140px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 90px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 90px;
    }
}





@media (min-width: 800px) and (max-width: 811px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 430px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 140px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 140px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 90px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 90px;
    }
}






@media (min-width: 768px) and (max-width: 799px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 3rem;
        padding-bottom: 3em;
    }

    footer#colophon .row {
        display: block;
    }
    footer#colophon .row .col-md-5.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    footer#colophon .row .col-md-7.col-sm-12.col-xs-12 {
        max-width: 100%;
    }
    .page--banner {
        height: 410px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 18px;
    }
    .category_filter--post--contents {
        padding: 15px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 140px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 140px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 90px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 90px;
    }

}





@media (min-width: 736px) and (max-width: 767px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 390px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 200px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 200px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 200px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 200px;
    }
}





@media (min-width: 732px) and (max-width: 735px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 240px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 390px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 66px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 200px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 200px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 200px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 200px;
    }
}





@media (min-width: 667px) and (max-width: 731px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 350px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 190px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 190px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 190px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 190px;
    }
}





@media (min-width: 640px) and (max-width: 666px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 345px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 190px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 190px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 190px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 190px;
    }
}





@media (min-width: 600px) and (max-width: 639px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 320px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 180px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 180px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 180px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 180px;
    }
}





@media (min-width: 568px) and (max-width: 599px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 310px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }

    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 180px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 180px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 180px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 180px;
    }
}





@media (min-width: 533px) and (max-width: 567px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 295px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 170px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 170px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 170px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 170px;
    }
}




@media (min-width: 480px) and (max-width: 532px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 260px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    } 
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: 170px;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: 170px;
    }
    .basic---gallery--three .gallery-item .gallery-icon {
        height: 170px;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: 170px;
    }
}





@media (min-width: 414px) and (max-width: 479px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 225px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    } 
}





@media (min-width: 412px) and (max-width: 413px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 225px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    } 
}





@media (min-width: 384px) and (max-width: 411px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 200px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 215px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    }   
    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    }
}





@media (min-width: 375px) and (max-width: 383px){
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 200px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    }   
    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    }
}






@media (min-width: 360px) and (max-width: 374px) {
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 200px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    } 

    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    }  
}





@media (min-width: 320px) and (max-width: 359px) {
    .Image--slider--section .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .Image--slider--section {
        min-height: auto !important;
    }
    .custom-logo {
        max-width: 150px;
    }
    div#masthead-sticky-wrapper {
        top: 0px;
    }
    footer#colophon .col-md-7.col-sm-12.col-xs-12 .col-md-6.col-xs-12.col-sm-12 {
        padding-top: 50px;
    }
    .footer--media--section {
        margin-bottom: 10px;
    }
    footer#colophon {
        padding-top: 2rem;
        padding-bottom: 2em;
    }
    .page--banner {
        height: 180px;
    }
    .page-contact .page--banner,
    .single-post .page--banner {
        height: 63px;
    }
    .category_filter--post--bottom .category_filter--title {
        font-size: 24px;
    }
    .category_filter--post--bottom p {
        font-size: 16px;
    }
    .basic---gallery--one .gallery-item .gallery-icon img {
        min-height: auto;
    }
    .basic---gallery--one .gallery-item .gallery-icon {
        height: auto;
    }  

    .basic---gallery--three .gallery-item .gallery-icon {
        height: auto;
    }  
    .basic---gallery--three .gallery-item .gallery-icon img {
        min-height: auto;
    }
}


@media(min-width: 1025px) and (max-width: 1679px) {
    .elementor-242 .elementor-element.elementor-element-9952ea5 {
        margin-top: -22em;
    }
    .elementor-239 .elementor-element.elementor-element-d68ff96 {
        margin-top: -22em;
    }
    .elementor-204 .elementor-element.elementor-element-2d63c36 {
        margin-top: -20em;
    }
    .elementor-194 .elementor-element.elementor-element-e6ff047 {
        margin-top: -20em;
    }
    .big--banner--contents .elementor-element.e-grid.e-con.e-child {
        margin-top: -25em;
    }
}