/*
Theme Name: Oath Ops Theme
Theme URI: https://alltrius.com
Author: Roy's Web Design Services - Ryan Roy
Author URI: https://ryanroyaranas.com
Description: With a large, yet specialized custom project managers, developers, sales professionals, programmers, graphic artists, marketing specialists, animation experts and support staff, you can be assured that our team is ready to design, build, and maintain your custom website.
Requires at least: WordPress 5.8
Version: 1.0
*/
@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('fonts/avenirltstd-black-webfont.woff2') format('woff2'),
         url('fonts/avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('fonts/avenirltstd-book-webfont.woff2') format('woff2'),
         url('fonts/avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_lt_std55_roman';
    src: url('fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
         url('fonts/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('fonts/Avenir Heavy.ttf')
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Light.eot');
    src: local('Avenir Light'), local('Avenir-Light'),
        url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Light.woff2') format('woff2'),
        url('fonts/Avenir-Light.woff') format('woff'),
        url('fonts/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Medium.eot');
    src: local('Avenir Medium'), local('Avenir-Medium'),
        url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Medium.woff2') format('woff2'),
        url('fonts/Avenir-Medium.woff') format('woff'),
        url('fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'plantagenet_cherokeeregular';
    src: url('fonts/plantagenet-cherokee/plantagenet_cherokee-webfont.woff2') format('woff2'),
         url('fonts/plantagenet-cherokee/plantagenet_cherokee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('fonts/MYRIADPRO-REGULAR.woff') format('woff'),
        url('fonts/MYRIADPRO-REGULAR.OTF') format('otf'),
    font-weight: normal;
}

@font-face {
    font-family: 'CormorantGaramond-Light';
    src: url('fonts/CormorantGaramond-Light.ttf')
}

@font-face {
    font-family: 'CormorantGaramond-Regular';
    src: url('fonts/CormorantGaramond-Regular.ttf')
}
@font-face {
    font-family: 'CormorantGaramond-Medium';
    src: url('fonts/CormorantGaramond-Medium.ttf')
}
@font-face {
    font-family: 'CormorantGaramond-SemiBold';
    src: url('fonts/CormorantGaramond-SemiBold.ttf')
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'avenir_lt_std55_roman';
    background-color: #fdf7f4;
}
p {
    font-size: 1rem;
    color: #171615;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'plantagenet_cherokeeregular';
    color: #333333;
}
.italized {
    font-style: italic;
}
.contact-info, #overview, .f-font {
    font-family: 'plantagenet_cherokeeregular';
}
.mobile-content {
    padding: 1rem;
}
.primary {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.primary .fa-bars {
    color: #fff;
}
.page-template .primary,
.error404 .primary{
    display: none;
}
.page-template .navbar,
.error404 .navbar{
    padding: 2rem 0;
}
.page-template #header,
.error404 #header {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    background-color: #fdf7f4;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  background-color: #fdf7f4;
}
#header .fa-bars {
    color: #000;
}
.navbar-text {
    color: #fff;
    text-align: right;
}
.navbar-text a {
    color: #fff;
    text-decoration: none;
}
.header-icon {
    float: left;
    margin-right: 1rem;
}
.header-content {
    float: right;
}
.header-content p {
    margin: 0;
    color: #fff;
}
#header .navbar-text .btn-light {
    border: solid 2px #000;
    color: #000;
}
.navbar-text .btn-light {
    background-color:  transparent;
    border: solid 3px #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
}
.navbar-text .btn-light:hover {
    background-color:  #fff;
    color: #000;
}
#header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 1.5rem;
}
#header .navbar-expand-lg .navbar-nav .active>a.nav-link {
	color: #000!important;
}
.navbar-expand-lg .navbar-nav .active>a.nav-link {
	color: #fff!important;
}
a.nav-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a.nav-link:after {
	position: inherit!important;
}
a.nav-link:before, a.nav-link:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
#header a.nav-link:before {
    background: #000;
}
a.nav-link:before {
	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 2px;
  	background: #fff;
  	transform: scaleX(0);
}
a.nav-link:hover:before {
	transform: scaleX(1);
}
#header a.nav-link:hover {
    color: #000!important;
}
a.nav-link:hover {
	color: #fff!important;
}
.banner {
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.banner h1 {
    margin-bottom: 1rem;
    color: #fff;
}
.banner h6 {
    text-transform: uppercase;
    font-family: 'avenir_lt_std55_roman';
    letter-spacing: 4px;
    color: #fff;
}
.banner p {
    margin-bottom: 2rem;
    color: #fff;
}
.banner.desktop a {
    padding: .5rem 1rem;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}
.banner.desktop a:hover {
    color: #000;
    background-color: #fff;
}
.banner.mobile p {
    margin-bottom: .5rem;
}
.banner.mobile a {
    color: #fff;
}
.mobile .text-center a {
    text-transform: uppercase;
    font-size: .8rem;
}
.content {
    padding: 2rem 0;
}
.content-f {
    height: 70vh;
    background-size: cover;
    background-position: center;
}
.mobile .content-f {
    height: 40vh;
    background-size: cover;
    background-position: center;
    align-items: end;
}
.mobile .content-f h3 {
    margin-bottom: 1rem;
    color: #fff;
}
.content-f h1, .content-f h4 {
    margin-bottom: 1.5rem;
}
.content-f h4 {
    color: #cc6600;
    font-style: italic;
}
.desktop .content-f p {
    font-family: 'plantagenet_cherokeeregular';
    margin-bottom: 2rem;
}
.mobile .content-f p {
    font-family: 'plantagenet_cherokeeregular';
    text-align: right;
}
.mobile .content-f a {
    color: #fff;
    margin-left: 2rem;
}
.desktop .content-f a {
    font-family: 'avenir_lt_std55_roman';
    text-transform: uppercase;
    padding: .5rem 1rem;
    border: solid 2px #cc6600;
    color: #cc6600;
    text-decoration: none;
}
.home-testimonial {
    background-color: #fff;
    padding: 2rem 0;
}
.home-testimonial p {
    font-family: 'plantagenet_cherokeeregular';
}
.home-testimonial p.text-right {
    font-family: 'Avenir-Heavy';
    text-transform: uppercase;
    color: #cc6600;
    font-style: normal;
}
footer {
    padding: 2rem 0;
    background-color: #060606;
    color: #a3a3a3;
}

footer ul.navbar-nav li a {
    color: #a3a3a3;
}
footer ul.navbar-nav li {
    margin-bottom: 1rem;
}
footer .btn-warning {
    border-radius: 0;
    border: solid 3px #e67f18;
    color: #e67f18;
    background-color: #2d2121;
    padding: .5rem 2rem;
    text-transform: uppercase;
}
footer .btn-warning:hover {
    background-color: transparent;
    border: solid 3px #e67f18;
    color: #e67f18;
}

/* Inner Page */
.page-banner, .page-banner a {
    color: #fff!important;
}
.page-banner h1, p.mission-h {
    color: #fff;
}
.breadcrumbs, .page-title {
    height: 50vh;
}
.breadcrumbs {
    align-items: center;
    margin-top: 2rem;
}
.breadcrumbs p {
    color: #fff;
}
.page-title {
    height: 50vh;
    align-items: end;
    padding-bottom: 5rem;
    
}
.page-title span {
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
}
.page-title h1 {
    display: flex;
    align-items: center;
    color: #fff;
}
.page-content {
    padding: 5rem;
    font-family: 'CormorantGaramond-Regular';
}
.mobile-content{
    font-family: 'CormorantGaramond-Regular';
}
.page-content li {
    color: #666;
}
.d-border {
    border: solid 1px #990000;
    padding-top: 2rem!important;
}
.page-id-37 .d-title {
	text-align: left;
}
.d-title {
    color: #990000;
    text-transform: uppercase;
    margin-top: -2.7rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.d-title span {
    background-color: #fdf7f4;
    padding: .5rem;
    font-family: 'avenir_lt_std55_roman';
}
.d-mission-title {
    align-items: center;
}
.d-mission-title p {
    font-size: 1rem;
}
.d-mission-title h1, .d-mission-title p {
    margin: 0;
}
.d-mission-title p {
    text-transform: uppercase;
    margin-top: 1rem;
    color: #990000;
}
.d-mission-title a {
    color: #990000;
    text-decoration: underline;
}
div.d-mission, a.d-mission {
    height: 184px;
    background-size: cover;
    background-position: center;
    align-items: end;
    justify-content: end;
    text-decoration: none;
}
.d-mission p {
    margin-bottom: .5rem;
    color: #fff;
    text-transform: uppercase;
    margin-right: 1rem;
    font-weight: 600;
}
.add-content li {
    margin-bottom: 1rem;
}
.add-content h1 {
    margin-bottom: 2rem;
}
.add-content h6 {
    font-style: italic;
    color: #990000;
    margin-bottom: 1rem;
}
.add-content blockquote {
    position: relative;
    z-index: 3;
    margin-top: -8rem;
    width: 60%;
    padding: 3rem;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.add-content blockquote p {
    font-family: 'plantagenet_cherokeeregular';
    line-height: 2;
    margin-left: 1rem;
}
.add-testi .carousel-caption {
    width: 50%;
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    color: #000;
    text-align: left;
    padding: 0;
}
.add-testi .carousel-inner {
    overflow: visible;
}
.add-testi h1 {
    margin-bottom: 2rem;
}
.add-testi h6 {
    font-style: italic;
    color: #990000;
    margin-bottom: 1rem;
}
.add-testi blockquote p{
    margin-bottom: 0;

}
.add-testi pre {
    font-weight: 600;
    font-family: 'avenir_lt_std55_roman';
}
.add-testi blockquote p {
    font-family: 'plantagenet_cherokeeregular';
    line-height: 2;
    text-align: left;
}
.add-testi .carousel-item-next, .add-testi .carousel-item-prev, .add-testi .carousel-item.active {
    display: flex;
}
.add-testi .carousel-control-next, .add-testi .carousel-control-prev {
    background-color: transparent;
    border: 0;
}
.add-testi .carousel {
    padding: 0 5rem;
}
.add-testi .fas {
    color: #990000;
}
.add-testi .carousel-control-prev {
    left: -2rem;
}
.add-testi .carousel-control-next {
    right: 0;
}
.page-sidebar h6 {
    color: #a44545;
}
.s-video {
    text-align: center;
}
.s-video a {
    color: #7c7878;
}
.s-video a:hover {
    color: #a44545;
}
.s-video h6 {
    text-transform: uppercase;
    font-family: 'avenir_lt_std55_roman';
    text-align: center;
    color: #7c7878;
    letter-spacing: 3px;
    margin-top: 5rem;
}
.s-video iframe {
    margin-bottom: 2rem;
}
.s-contact {
    background-color: #fdf7f4;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #7c7878;
}
.s-contact a {
    color: #a44545;
}
.faq h6 {
    margin-bottom: 1rem;
    text-align: center;
}
.faq p {
    font-family: 'plantagenet_cherokeeregular';
    line-height: 2;
    margin-bottom: 1rem;
    font-size: .9rem;
}
.faq a {
    cursor: pointer;
    color: #999999!important;
}

/* Experience Page */
.page-template-experience-php a.d-mission {
    height: 100%;
    justify-content: start;
}
.page-template-experience-php .d-mission p {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
/*.page-template-experience-php .d-title {
    text-align: center;
}*/
.p-style {
   font-size: .8rem;
   font-family: 'avenir_lt_std55_roman';
   color: #3366cc;
   text-decoration: underline;
}
.p-style p {
    color: #3366cc;
}
.d-border-top {
    border-top: solid 1px #990000;
    padding-top: 2rem !important;
}
.team_nme {
    color: #be5627;
}
.nme {
    text-transform: uppercase;
    font-weight: 600;
}
.team_nme small {
    font-family: 'plantagenet_cherokeeregular';
    font-weight: 300;
    font-style: italic;
    color: #111111;
}
.team_desc {
    font-family: 'plantagenet_cherokeeregular';
    font-weight: 300;
    margin-top: 0;
    margin-left: 2rem;
}
.t-button p {
    margin: 0;
}
.t-button a {
    color: #fff;
    background-color: #923619;
    border: solid 1px #923619;
    font-weight: 600;
    padding: 0.6rem 1rem;
    text-decoration: none;
    display: block;
    text-align: center;
}
.t-button a:hover {
    background-color: transparent;
    color: #923619;
}
.h-contact {
    color: #be5627;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'avenir_lt_std55_roman';
    font-size: .9rem;
    letter-spacing: 2px;
}
.e-link a {
    color: #336699;
    text-decoration: underline;
}
.breadcrumbs-mission {
    height: 50vh;
    align-items: center;
}
.breadcrumbs-mission p {
    color: #fff;
}
.mission-title {
    height: 50vh;
}
.d-paragraph {
    font-family: 'plantagenet_cherokeeregular';
}

/* Booking Forms */
.d-booking {
    letter-spacing: 5px;
    text-transform: uppercase;
}
.form-control {
    font-family: 'avenir_lt_std55_roman';
    font-size: 1rem;
}
.total-price {
    font-family: 'plantagenet_cherokeeregular';
    color: #990000;
    font-weight: 700;
    margin: 0;
    margin-top: 3rem;
}
form span {
    font-size: 1.3rem;
    color: #111111;
    font-weight: 300;
}
form h4 {
    font-family: 'avenir_lt_std55_roman';
    text-align: center;
    color: #990000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.3rem;
}
input[type=checkbox] {
    transform: scale(2);
    margin-bottom: .5rem;
}
.form-check-label {
    text-transform: uppercase;
    color: #990000;
    margin-left: 1rem;
}
.gfield_checkbox .gform-field-label {
    margin-left: 1rem;
    margin-bottom: .5rem!important;
}
form .btn-danger {
    font-family: 'avenir_lt_std55_roman';
    text-transform: uppercase;
    padding: .5rem 2.5rem;
}
.color-r {
    color: #990000;
}
.question {
    background-color: #e8dccc;
}
.question h1 {
    color: #9e6a16;
}
.question h6 {
    padding: 2rem 0;
}
.question .btn-warning {
    text-transform: uppercase;
    background-color: #bb832a;
    border: solid 1px #bb832a;
    border-radius: 0;
    padding: .5rem 2.5rem;
    color: #fff;
}


 .sched input[type=submit] {
    color: #fff;
    background-color: #990000;
    border: solid 1px #990000;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 10px;
 }
/* Mission Booking */
#gform_4, #gform_4 h5 {
    font-family: 'avenir_lt_std55_roman';
}
#gform_4 h5 {
    font-size: 1rem;
    color: #990000;
}
#gform_4 .gfield_label {
    text-align: left;
    color: #666666;
    font-size: .9rem !important;
    font-weight: 600 !important;
}
.gchoice_4_37_0 .gform-field-label, .gchoice_4_37_1 .gform-field-label {
    color: #990000;
    font-size: 13px !important;
}
#field_4_39 select, #field_4_40 textarea, #field_4_41textarea {
    border: solid 1px #990000;
}
#field_4_39 .gfield_label, #field_4_40 .gfield_label, #field_4_41 .gfield_label {
    text-transform: uppercase;
    color: #990000;
    font-size: 1rem !important;
    font-weight: 400!important;
}

.page-template-mission-booking-php .gform_footer.top_label {
    margin-top: 0!important;
}
.page-template-mission-booking-php input[type=submit] {
    color: #fff;
    background-color: #990000;
    border: solid 1px #990000;
    padding: 0.6rem 2.5rem;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.page-template-mission-booking-php .gfield.gfmc-column.gfmc-field {
    padding: 0;
}
.col-br {
    padding: 0 1rem!important;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .page-id-41 .mobile-content {
        padding: 1rem 0 ;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .desktop:not(.page-content) {
        display: none;
    }
    .page-content{
        padding: 2rem .5rem;
    }
    .primary .navbar-collapse {
        background-color: #000;
        padding: 2rem;
        text-align: center;
    }
    #header .navbar-collapse{
        padding: 2rem;
        text-align: center;
    }
    .navbar-text {
        text-align: center;
    }
    .navbar-text {
        display: flex;
    }
    .content-left .wp-video {
      width: 350px!important;
  }

  footer {
      text-align: center;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .gfield.gfmc-column.gfmc-field {
        padding: 0!important;
    }
    .d-title {
        text-align: center;
        margin-left: 0;
        font-size: .8rem;
    }
    .add-testi blockquote {
        padding: 1rem;
        height: auto;
    }
    .desktop:not(.page-content) {
        display: none;
    }
    .page-content{
        padding: 3rem .5rem;
    }
    .navbar-text {
        display: flex;
    }
    .content-left .wp-video {
      width: 100%!important;
  }

    .s-video a, .s-video h6 {
        display: none;
    }
    .s-video iframe {
        margin-bottom: 0;
    }
    .banner h1 {
        margin: 0;
        line-height: 1;
    }
    .banner span {
        font-size: 1rem;
    }
    .mobile .text-center div:nth-child(2) {
        /*margin: 0 .5rem;*/
    }
    .add-testi .carousel-caption {
        width: 100%;
    }
    .add-testi .carousel {
        padding: 0;
    }
    .add-testi .carousel-control-prev {
        left: 0;
    }
    .add-testi .carousel-control-next {
        right: 0;
    }
    footer {
      text-align: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
  .h1, h1 {
        font-size: 2.5rem;
    }
  .primary {
      padding: 1rem 0;
  }
  .mobile {
      display: none;
  }
  .navbar-text {
        margin-top: -6rem;
    }
  .navbar-expand-lg .navbar-collapse {
      margin-top: 5rem;
  }
  .banner, .page-banner {
      height: 100vh;
      background-size: cover;
      background-position: center;
  }
  .banner h1 {
      font-size: 5rem;
  }
  .content-right {
      float: right;
      padding-top: 10rem;
      margin-right: 3rem;
  }
  .d-flex-video {
      height: 100vh;
  }
  .content-left {
      margin: 5rem;
  }
  .content-left .wp-video {
      width: 450px!important;
  }
  .page-title h1 {
      font-size: 3.5rem;
  }
  .mission-title h1 {
      font-size: 6rem;
  }
  .mission-h {
      font-weight: 600;
  }
  .gform_footer.top_label {
    width: 50%;
    text-align: center;
    justify-content: center;
    float: right;
    margin-top: -2rem !important;
  }  
 
}

/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
  #header-content {
    max-width: 100%;
  }
}
/* Gravity Form */
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%!important;
}
.gfield.gfmc-column.gfmc-field {
    padding: 0 1.5rem;
}
.gform_wrapper.gravity-theme .gfield_description {
    padding-top: 0!important;
}

#gform_fields_2 h4 {
  text-align: center;
  color: #990000;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  width: 100%;
  letter-spacing: 2px;
}
#gform_fields_2 .gchoice,
#gform_fields_7 .gchoice,
#gform_fields_8 .gchoice {
  margin-bottom: 0.5rem;
}
#gform_fields_2 input[type=text],
#gform_fields_2 input[type=email],
#gform_fields_2 input[type=number],
#gform_fields_2 select {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #cccccc;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
#gform_fields_2 select {
  background-color: #fff;
  padding: 1.15rem 0.75rem;
}
#gform_fields_2 #field_2_26 .ginput_container.ginput_container_total input, #gform_fields_1 #field_1_10 .ginput_container.ginput_container_total input {
  font-family: Berkeley;
  color: #990000;
  font-weight: 700;
  border: 0;
  padding: 0 .5rem;
  width: 100px;
  font-size: 1.5rem;
}
.gfield--input-type-total .gfield_label {
    font-family: 'plantagenet_cherokeeregular';
    color: #212529;
    font-size: .9rem;
}
#gform_fields_2 #field_2_26, #gform_fields_7 #field_7_26, #gform_fields_1 #field_1_10 {
  margin-bottom: 0;
  text-align: center;
}
#gform_fields_2 .gfmc-field div:not(.gchoice),
#gform_fields_7 .gfmc-field div:not(.gchoice) {
  padding: 0;
}
.gform_wrapper.gravity-theme .hidden {
  visibility: hidden;
}
#gform_fields_2 #label_2_25_1 {
  float: right;
}
#gform_fields_2 #field_2_26 .ginput_container.ginput_container_total, #gform_fields_1 #field_1_10 .ginput_container.ginput_container_total {
  display: inline-block;
}
.gform_wrapper.gravity-theme .h-text-center {
  text-align: center;
}
#gform_ppcp_smart_payment_buttons_2 {
  width: 25%;
}

/*.gfield.gfmc-column.gfmc-field {
    padding: 0 1rem;
}
.gform_wrapper.gravity-theme .gfmc-column.grid {
  display: grid;
}
.gform_wrapper.gravity-theme .gfmc-column.grid .datepicker_no_icon {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfmc-column.gfmc-column-last {
  padding: 0 2rem;
}






#gform_fields_2 .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
#gform_fields_2 .ginput_full:not(:last-of-type) {
  margin-bottom: 0;
}
#gform_fields_2 #field_2_15, #gform_fields_2 #field_2_19 {
  padding-right: 2%;
}
@media (max-width: 640px) {
  #gform_fields_2 #field_2_15, #gform_fields_2 #field_2_16, #gform_fields_2 #field_2_19, #gform_fields_2 #field_2_20 {
    grid-column: span 6;
  }
}
#gform_fields_2 #field_2_16, #gform_fields_2 #field_2_20 {
  padding-left: 2%;
}


#gform_fields_2 #field_2_7 {
  margin-bottom: 2rem;
}
#gform_fields_2 #field_2_26 .gfield_label {
  margin-right: 1rem;
}


#gform_2 .gform_footer.top_label {
  display: grid !important;
}
#gform_2 .gform_footer.top_label #gform_ppcp_smart_payment_buttons_2 {
  grid-column: 6/5;
}
#gform_2 .gform_footer.top_label #gform_ppcp_smart_payment_buttons_2 {
  margin-top: -50px;
}
@media only screen and (max-width: 641px) {
  #gform_2 .gform_footer.top_label #gform_ppcp_smart_payment_buttons_2 {
    grid-column: 1/1;
  }
  #gform_2 .gform_footer.top_label #gform_ppcp_smart_payment_buttons_2 {
    margin-top: 0px;
  }
}*/