/*
Theme Name: Op Autoavontuur 2022
Theme URI: https://opautoavontuur.nl
Description: Wordpress thema voor Op Autoavontuur
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: opautoavontuur
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

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



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Sovereign';
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.25;
    color: #0071bc
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.5rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.75rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}


body {
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    line-height: 1.675;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 600;
    margin-bottom: 0;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #1d1d1d;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
        -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    background: #ffffff;
    color: #1d1d1d;
    border: 1px solid #0071bc;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

select {
    background-image: linear-gradient(45deg,transparent 50%,#1d1d1d 50%),linear-gradient(135deg,#1d1d1d 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}



::-webkit-input-placeholder {
    color: rgb(0 0 0 / 25%)
}

::-moz-placeholder {
    color: rgb(0 0 0 / 25%)
}

:-ms-input-placeholder {
    color: rgb(0 0 0 / 25%)
}

::-moz-selection {
    background-color: #1d1d1d;
    color: #ffffff
}

::selection {
    background-color: #1d1d1d;
    color: #ffffff
}

::-moz-selection {
    background-color: #1d1d1d;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.875rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}


.container {
  padding-right: 22.5px;
  padding-left: 22.5px;
}


.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters > [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.btn,
.button,
.multistep-cf7-next,
.multistep-cf7-prev {
    position: relative;
    background: #0071bc;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
    border: 0;
}



.btn:hover,
.button:hover,
.multistep-cf7-next:hover,
.multistep-cf7-prev:hover {
    color: #ffffff;
    background: #D86050;
}

.btn--secondary {
    background: #D86050;
}

.btn--secondary:hover {
     background: #0071bc;
}

.hidden,
p:empty {
    display: none !important;
}


/* Main styles */

header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
   
}

header:before {
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.25
}


header nav.navbar {
    padding: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

body.scrolled header nav.navbar {
    background: rgb(255 255 255 / 75%);
}

header nav.navbar .navbar-brand {
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 250px;
    position: relative;
    padding: 15px 0;
    z-index: 99;
    margin-right: 15px;
    opacity: 0
}

body.scrolled header nav.navbar .navbar-brand {
     opacity: 1
}

header nav.navbar .navbar-collapse {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
    position: relative 
}

header nav.navbar .navbar-nav {
  
}


header nav.navbar .navbar-nav > .nav-item {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}


header nav.navbar .navbar-nav > .nav-item > .nav-link {
 padding: 15px 7.5px;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link img,
header nav.navbar .navbar-nav > .nav-item > .nav-link svg{
   width: 45px;
}

header .toggler {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
       margin: 0 15px 0 22.5px;
}



header .toggler span {
    background: #000000;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
        border-radius: 5px;
}



header .toggler span:nth-of-type(2) {
    top: 11px;
}

header .toggler span:nth-of-type(3) {
    top: 22px;
}

header .toggler.active span:nth-of-type(1) {
    transform: translateY(11px) translateX(0) rotate(45deg);
}

header .toggler.active span:nth-of-type(2) {
    opacity: 0;
}

header .toggler.active span:nth-of-type(3) {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.menu {
    position: fixed;
    background: #0071bc;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 9
}

.menu.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}

.menu.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.menu.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.menu.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.menu.open li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu.open li:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.menu nav {
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    text-align: center;
    max-height: 500px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.menu ul li {
    display: block;
    height: 25%;
    height: calc(100% / 6);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.menu ul li a {
    display: inline-block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;

}

.menu ul li a:hover:after,
.menu ul li a:focus:after,
.menu ul li a:active:after {
    width: 100%;
}

.menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
}






/* Article */

article {
    padding: 60px 0;
    background: #f5fafb;
}

article:first-child {
    padding-top: 150px;
}


article .article-content {
     text-align: center;
}

article .article-content.article-content--background  {
 background: #ffffff;
    padding: 22.5px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}



article .article-content img {
    width: auto;
}

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content p + .btn {
    margin-top: 15px;
}

article .article-content ul {
 
}

article .article-content ul li {
    list-style: inside;
}


article .article-content a:not(.btn):not(.button) {
    color: #1d1d1d;
    text-decoration: underline;
}


article .article-content #table_wrapper {
    text-align: left;
    font-size: 14px;
}


article .article-sidebar {
    position: sticky;
    top: 165px;
     -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

article .article-logo {
    background: #ffffff;
    padding: 22.5px;
    margin-bottom: 30px;
    display: block;
}

article .article-video,
article .article-image {
      position: relative;
    display: block;
    padding-bottom: 56.25%;
   overflow: hidden;
   margin-bottom: 30px;
}

article .article-video:before {
        content: "\f167";
    font-family: 'Font Awesome 5 Brands';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
    font-size: 4rem;
    color: #ffffff
}

article .article-video img,
article .article-image img{
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-video:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Banner */

section.banner {
    padding: 60px 0;
   background: #0071bc
}

section.banner .banner-content {
    color: #ffffff;
    text-align: center;
}

section.banner .banner-content :is(h1, h2, h3, h4, h5, h6, p) {
     color: #ffffff;
}

/* App */

section.app {
}


section.app .app-content ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

section.app .app-content ol li {
    list-style: inherit;
}

section.app .app-content ol li::marker {
    font-weight: bold;
}

section.app .app-content b {
    text-transform: uppercase;
    /*display: block;*/
}

section.app .app-content label {
    display: block;
}

section.app .app-content label + ol {
    margin-top: 15px;
}

section.app .app-content .gform_wrapper .gform_body{
    margin-top: -30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #ffffff;
    padding: 30px 0;
        z-index: 1;
    position: relative;
}

section.app .app-content .gform_wrapper .gform_page {
        max-width: 770px;
    margin-left: auto;
    margin-right: auto;
        padding: 0 15px;
}



/* Steps */

.gform_wrapper .gf_page_steps {
    padding: 22.5px 0 45px 0;
       background: #f5fafb;
    text-align: center;
        overflow-x: scroll;
            white-space: nowrap;
}



.gform_wrapper .gf_page_steps .gf_step{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    
    background: #0071bc;
    font-weight: 600;
    font-size: 1.125rem;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
}

.gform_wrapper .gf_page_steps .gf_step:not(:last-child) {
    margin-right: 7.5px;
}

.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
        background: #D86050;
}


/* Gform */



.gform_wrapper .validation_error {
        color: #ffffff;
    background: #D86050;
    padding: 5px;
    margin-bottom: 15px;
}

.gform_wrapper .gform_body .gform_fields {
    position: relative;
    text-align: left;
    margin-bottom: 0
}

body.home .gform_wrapper .gform_body .gform_fields {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.gform_wrapper .gform_body .gform_fields .gfield {
    position: relative;
    display: block;
     margin-bottom: 15px;
     padding-top: 7.5px;
}

.gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .gsection_title {
    display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex > span {
    position: relative;
    display: block;
    padding-top: 10px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_singleproduct {
    margin-top: 7.5px;
}

.gform_wrapper .gform_body .gform_fields .gfield.hidden {
    display: none;
}

body.home .gform_wrapper .gform_body .gform_fields .gfield {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

}

.gform_wrapper .gform_body .gform_fields .gfield input{

}

.gform_wrapper .gform_body .gform_fields .gfield button{
position: absolute;
    right: 12.5px;
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 15px;
    font-weight: 300;
}



.gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
    background: #D86050;
    padding: 5px;
    margin-top: 7.5px;
	color: #ffffff !important
}

.container-body-tab .cf7-tab p {
    margin-bottom: 22.5px;
}

.container-body-tab .cf7-tab .wpcf7-text-input {
    position: relative;
    margin-bottom: 30px;
}

body:not(.page-template-template-route) .gform_wrapper .gform_body .gform_fields .gfield label.gfield_label,
body:not(.page-template-template-route) .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label {
   position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    left: 7.5px;
    background: #ffffff;
    font-size: 1rem;
    line-height: 1;
    padding: 0 7.5px;
}


.gform_wrapper .gform_body .gform_fields .gfield.hidden_label label.gfield_label {
    display: none
}



.gform_wrapper .gform_body ul#gform_fields_login.gform_fields .gfield:first-child label.gfield_label:after {
 content: ' of e-mailadres';
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_label.gfield_label_before_complex {
 font-weight: 600;
    margin-bottom: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 2.5px;
}

body.not-home .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    display: none
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_singleproduct :is(.ginput_product_price_label, .ginput_product_price, .ginput_quantity_label) {
    display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {

}

body:not(.page-template-template-route) .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
body:not(.page-template-template-route) .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    background: #ffffff;
    padding: 22.5px;
        border: 1px solid #0071bc;
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice{
    position: relative;
    padding-left: 30px;
    list-style: none;
        display: block;
    margin: 0;
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
    position: relative;
    font-weight: normal;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label span {
    display: inline-block !important; 
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 2px;
    border: 1px solid #000000;
    left: -30px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after{
        display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 7px;
    left: -25px;
    visibility: hidden;
}


.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input:checked + label:after,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input:checked + label:after{
        background: #000000;
    visibility: visible;
}

.gform_wrapper .gform_body .gform_page_footer {
    margin-top: 30px;
}

.gform_wrapper .gform_body .gform_page_footer::after {
  content: "";
  clear: both;
  display: table;
}

.gform_wrapper .gform_body .gform_page_footer .gform_ajax_spinner {
    margin-left: 20px;
    border: 4px solid rgb(6 121 186 / 30%);
    border-left: 4px solid rgb(6 121 186 / 70%);
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}



.gform_wrapper .gform_body .gform_page_footer .gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .gform_button{
    float: right;
}

.gform_wrapper .gform_footer .gform_button {
        width: 100%;
            margin-top: 30px;
}





/* Social media */

.social-media {
    display: block;
    line-height: 1;
}

.social-media li {
    display: inline-block;
    margin-right: 5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    background: #1d1d1d;
    font-weight: 400;
    font-size: 1.25rem;
    color: #ffffff;
    border-radius: 50%;
}

.social-media li a:hover {
  background: #1d1d1d
}

 .embed-container { 
        position: relative; 
        padding-bottom: 281%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

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



/* Footer */

footer  {
    background: #ffffff;
    position: relative;
    padding: 30px 0;
}

footer .footer-logo {
    max-width: 200px;
    margin-bottom: 15px;
}



footer ul.footer-list li{
    display: inline-block;
    
    font-weight: bold
}

footer ul.footer-list li:last-child {
    padding-right: 0
}

footer ul.footer-list li:not(:last-child):after {
    content: '|';
    padding: 0 15px;
}

footer ul.footer-list li img{
     max-width: 100px;
    max-height: 65px;
}


/* Responsive */

@media (max-width: 1600px) {
    
}

@media (max-width: 1600px) {

}

@media (max-width: 1400px) {

   
}

@media (max-width: 1200px) {

    h1,
    .h1 {
      font-size: 2.25rem;
     
    }

    h2,
    .h2 {
      font-size: 2rem;
    }

    h3,
    .h3 {
      font-size: 1.5rem;
    }

    h4,
    .h4 {
      font-size: 1.25rem;
    }

    h5,
    .h5 {
      font-size: 1.125rem;
    }

    h6,
    .h6 {
      font-size: 1rem;
    }

    body {
        font-size: 16px;
    }


    .btn,
.button {
    font-size: 1.25rem
}
   

    .row.medium-gutters,
    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters > [class*="col-"],
    .row.big-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


main {
        margin-top: 90px;
    }


    header nav.navbar .navbar-brand {
            max-width: 150px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 15px 5px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link img,
	header nav.navbar .navbar-nav > .nav-item > .nav-link svg{
    width: 45px;
}

    header nav.navbar .navbar-nav {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

    header .toggler {
            margin: 0 0 0 10px;
    }

    .menu nav { 
        font-size: 32px
    }


    article {
        padding: 30px 0;
    }

    article:first-child {
        padding-top: 90px;
    }

    article .article-content.article-content--background {
            margin-bottom: 30px;
    }


    body.home .gform_wrapper .gform_body .gform_fields,
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    section.banner {
        padding: 30px 0;
    }

    footer  {
        padding: 15px 0;
    }

   
   

    
   
}










@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
