html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}.hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
} .hamburger--3dx .hamburger-box {
perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dx-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dy .hamburger-box {
perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dxy .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dxy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
} .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
} .hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-135deg);
transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(270deg);
transition-delay: 0.075s;
} .hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
transform: translate3d(80px, 80px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
transform: translate3d(80px, -80px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
transform: translate3d(-80px, -80px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0;
} .hamburger--slider .hamburger-inner {
top: 2px;
}
.hamburger--slider .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
} .hamburger--slider-r .hamburger-inner {
top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(90deg);
} .hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg);
} .hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
} .hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
}
button.hamburger {
outline: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}.woocommerce .col-1,
.woocommerce .col-2 {
max-width: none;
}
span.woocommerce-input-wrapper {
width: 100%;
}
#woocommerce-archive-products-wrap > .row {
float: left;
width: 100%;
display: block;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a {
color: #000;
font-weight: 600;
font-size: 1.1em;
}
td.woocommerce-table__product-name.product-name a {
color: #000;
font-weight: 600;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 12px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #ffffff !important;
border-radius: 5px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 200px !important;
max-width: 100% !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
font-weight: 400 !important;
text-transform: uppercase;
font-size: 1.3em !important;
display: block;
width: 100%;
border-radius: 50px !important;
padding: 15px !important;
letter-spacing: 1px;
background: #333434 !important;
border: 2px solid #333434 !important;
color: #fff !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #fff !important;
color: #333434 !important;
}
header.woocommerce-Address-title.title {
background: none;
box-shadow: none;
}
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
display: block !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
content: attr(data-title) ": ";
font-weight: 700;
float: left;
display: none;
}
li.wc_payment_method.payment_method_stripe label {
width: 100%;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 120px !important;
box-shadow: none;
}
form#add_payment_method
ul.woocommerce-PaymentMethods.payment_methods.methods
label {
width: 90%;
}
nav.woocommerce-MyAccount-navigation > ul {
list-style: none !important;
margin: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
nav.woocommerce-MyAccount-navigation a {
font-weight: 600;
text-transform: uppercase;
color: #204e69;
font-size: 1.1em;
}
li.woocommerce-MyAccount-navigation-link {
margin-bottom: 2px;
} .cart-contents:before {
font: var(--fa-font-solid);
content: "\f07a";
margin-top: 10px;
padding-right: 5px;
vertical-align: bottom;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
top: -5px;
position: relative;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #333434;
background-color: #fada13;
border-radius: 10px;
padding: 1px 6px;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
} nav.woocommerce-breadcrumb {
display: none;
}
header.woocommerce-products-header {
display: none;
position: relative;
z-index: 2;
} section.woo-head#inner-header-title {
height: 150px;
}
section#shop-title {
display: block;
float: left;
width: 100%;
}
section#shop-title h1 {
text-align: center;
text-transform: uppercase;
font-style: italic;
font-size: 2.8em;
letter-spacing: -2px;
margin: 80px 0 60px;
}
form.woocommerce-ordering {
width: 100%;
text-align: center;
}
form.woocommerce-ordering select {
border: none;
border-bottom: 2px solid;
font-size: 1em;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none !important;
text-align: right;
}
.woocommerce .woocommerce-ordering {
margin: 0 0 60px !important;
}
ul.products.columns-4 a.button.product_type_variable.add_to_cart_button,
ul.products.columns-4 a.button.product_type_simple.add_to_cart_button {
display: none;
}
h2.woocommerce-loop-product__title {
font-family: "Roboto", sans-serif;
font-weight: 400;
text-align: center;
font-size: 1.3em !important;
color: #2d2d2d;
}
.woocommerce ul.products li.product .price {
color: #2d2d2d !important;
display: block;
font-weight: 400;
margin-bottom: 0.5em;
text-align: center;
font-size: 1.1em !important;
font-family: "Roboto", sans-serif !important;
} .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: 0.5em;
right: 0.5em;
font-size: 2em;
z-index: 2 !important;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box;
}
section.related.products {
display: block;
float: left;
width: 100%;
margin-top: 30px;
}
section#single-product-page-container {
display: block;
float: left;
width: 100%;
padding: 60px 0;
}
section#single-product-page-container .container-fluid {
max-width: 1400px;
}
.product_meta {
display: none;
}
figure.woocommerce-product-gallery__wrapper {
transition-duration: 0s !important;
}
h1.product_title.entry-title {
font-style: italic;
letter-spacing: -2px;
font-size: 2.5em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #2d2d2d !important;
font-size: 1.5em !important;
font-family: "Roboto", sans-serif !important;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 30px !important;
border: 0;
width: 100%;
}
table.variations td.label,
table.variations td.value {
display: block !important;
width: 100% !important;
}
table.variations td.label label {
font-family: "Roboto", sans-serif !important;
font-weight: 400 !important;
font-size: 1.2em !important;
}
table.variations td.value select {
border: none !important;
border-bottom: 2px solid !important;
padding: 10px 10px 10px 0 !important;
font-size: 1.1em !important;
text-transform: uppercase;
}
a.reset_variations {
background: #333434;
padding: 4px 10px;
border-radius: 40px;
color: #fff !important;
text-transform: uppercase;
}
.woocommerce div.product form.cart div.quantity {
float: left;
display: block;
width: 100%;
margin: 20px 0 20px !important;
}
.single-product.woocommerce .quantity .qty {
width: 3.631em;
text-align: center;
font-size: 1.3em;
border: none;
border-bottom: 2px solid;
border-radius: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 20px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding-right: 8px;
}
div#tab-description ul {
margin-left: 0;
} @media (min-width: 501px) {   }html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  body,
html {
height: 100%;
}
html {
height: auto;
}
body {
font-size: 16px;
color: #2d2d2d;
background-color: #fff;
font-family: "Noto Sans", sans-serif;
} *:first-child + html .clearfix {
zoom: 1;
} .pull-left {
float: left !important;
}
.pull-right {
float: right !important;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Noto Sans", sans-serif;
}
p,
dl,
ol,
ul {
font-family: "Noto Sans", sans-serif;
margin-top: 0;
margin-bottom: 1em;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h4 {
display: block;
font-size: 1.12em;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h5 {
display: block;
font-size: 0.83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h6 {
display: block;
font-size: 0.75em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
p {
font-size: 1em;
}
a[href^="tel"] {
color: inherit;
text-decoration: none;
}
a {
text-decoration: none !important;
font-family: "Noto Sans", sans-serif;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
a:active,
a:focus {
outline: 0;
-moz-outline-style: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
outline: none !important;
} header {
display: block;
float: left;
width: 100%;
box-shadow: 0px 10px 18px -20px #000;
z-index: 99;
position: relative;
}
ul#primary-menu {
list-style: none;
padding: 0px;
display: block;
float: left;
width: 100%;
margin: 0;
}
ul#primary-menu ul {
margin: 0;
padding: 0;
}
ul#primary-menu li {
display: inline-block;
position: relative;
}
ul#primary-menu a {
display: block;
padding: 20px 14px;
text-transform: uppercase;
color: #000;
font-size: 1.1em;
font-weight: bold;
cursor: pointer;
}
#header-logo-col {
background: #0075c9;
display: flex;
align-items: center;
justify-content: center;
}
div#header-nav-col-row1 {
text-align: right;
background: #efefef;
padding: 10px 0;
}
div#header-find-dealer {
text-align: center;
}
a#nav-find-dealer-btn,
a#nav-find-dealer-btn-f {
display: block;
background: #0075c9;
height: 100% !important;
color: #fff;
padding: 20px 3px;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
}
a#nav-find-dealer-btn-f {
font-size: 15px;
padding: 11px 3px;
}
a#nav-find-dealer-btn:hover,
a#nav-find-dealer-btn-f:hover {
background: #0083ff;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
padding: 18px 20px 18px 20px !important;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
line-height: unset !important;
height: auto !important;
}
div#header-nav-menu,
div#header-find-dealer {
padding: 0;
}
div#header-top-row-social,
div#header-top-row-links {
display: inline-block;
}
div#header-top-row-links {
margin-right: 10px;
}
div#header-top-row-social a {
font-size: 0.9em;
font-weight: 600;
text-transform: uppercase;
color: #000;
padding-left: 2px;
}
div#header-top-row-links a {
font-size: 0.8em;
font-weight: 600;
text-transform: uppercase;
color: #000;
padding-right: 8px;
} section#offers-carousel {
padding: 50px 0 80px;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 38px;
line-height: 1;
opacity: 1;
color: #3f3f3f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.offer-outer-wrap {
padding: 20px 25px;
margin: 0;
box-shadow: 0px 0px 13px -6px #c5c5c5;
border: 2px solid #f1f1f1;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0 auto;
padding: 0;
width: 95%;
}
.slick-next {
right: 5px;
}
.slick-prev {
left: -12px;
}
#offers-heading h2 {
font-size: 3.2em;
text-transform: uppercase;
font-weight: 900;
}
#offers-heading h2:after {
content: "";
display: block;
position: relative;
background: #db0632;
width: 150px;
height: 6px;
}
.offer-title-wrap h3 {
font-size: 1.35em;
font-weight: 900;
}
.offer-outer-wrap.slick-slide.slick-active {
min-height: 620px;
position: relative;
} .offer-leanmore-wrap a {
display: block;
background: #0075c9;
width: 300px;
max-width: 100%;
text-align: center;
color: #fff;
font-weight: 900;
padding: 12px 10px;
margin-bottom: 12px;
text-transform: uppercase;
}
.offer-leanmore-wrap a:hover {
background: #777;
}
section#home-product-cat-grid {
padding: 60px 0 80px;
}
.home-product-cat-grid-block {
border: 2px solid #e5e5e5;
padding: 10px 30px 20px;
text-align: center;
}
.home-product-cat-grid-block h3 {
text-transform: uppercase;
font-weight: 900;
letter-spacing: -1px;
font-size: 1.5em;
margin-bottom: 0;
color: #2d2d2d;
}
.home-product-cat-grid-block:hover {
box-shadow: 0px 0px 8px -3px #000;
}
div#home-product-cat-grid-heading h1 {
text-transform: uppercase;
font-weight: 900;
font-size: 3.2em;
margin-bottom: 0;
}
div#home-product-cat-grid-heading h2 {
font-weight: 600;
margin-top: 2px;
color: #8f8f8f;
}
div#home-product-cat-grid-wrap {
margin-top: 40px;
}
section#test {
background: #ebebeb;
height: 360px;
}
#home-page-feature-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/home-page-feature.jpg);
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: bottom;
}
div#home-page-feature-description {
padding: 90px 8vw 60px 5vw;
background-image: linear-gradient(
180deg,
#ffffff 36%,
rgba(255, 255, 255, 0.85) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/home-page-feature-bg.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
top: -40px;
}
div#home-page-feature-description h2 {
font-size: 3em;
font-weight: 800;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
div#home-page-feature-description h3 {
font-weight: 600;
font-size: 1.5em;
color: #8f8f8f;
margin-top: 5px;
}
div#home-page-feature-description p {
font-size: 1.1em;
}
section#home-testimonials {
padding: 40px 0 100px; }
div.home-testimonial-img {
width: 60%;
display: inline-block;
float: left;
}
div.home-testimonial-text {
width: 40%;
display: inline-block;
float: left;
padding: 20px 30px 0px 60px;
font-size: 1.2em;
font-style: italic;
}
.home-testimonial-name,
.home-testimonial-dealer,
.home-testimonial-location {
font-style: normal;
font-weight: 500;
font-size: 0.9em;
}
.home-testimonial-name:before {
content: "";
display: block;
position: relative;
width: 70px;
height: 3px;
background: #0075c9;
margin-bottom: 6px;
margin-top: 30px;
}
i.fa-light.fa-message-quote {
font-size: 40px;
margin-bottom: 20px;
opacity: 0.5;
}
h2#home-testimonials-heading {
text-transform: uppercase;
font-weight: 900;
font-size: 3.2em;
text-align: center;
margin: 0;
}
h3#home-testimonials-subheading {
font-weight: 600;
font-size: 1.4em;
margin-top: 10px;
color: #8f8f8f;
text-align: center;
margin-bottom: 70px;
} footer.site-footer {
background: #f5f5f5;
padding: 60px 0 20px;
color: #4b4b4b;
}
img#footer-logo {
width: 200px;
}
._form-content button#_form_14_submit,
._form-content button#_form_57_submit {
background: #0075c9 !important;
display: block;
width: 100%;
font-weight: 600;
text-transform: uppercase;
padding: 12px !important;
}
div#copyright-row {
margin-top: 40px;
font-size: 0.9em;
}
div#copyright-row-r {
text-align: right;
}
div#copyright-row-r a {
color: #4b4b4b;
}
div#copyright-row-l a {
color: #4b4b4b;
font-weight: 500;
}
ul#footer-menu-1,
ul#footer-menu-2 {
list-style: none;
margin: 0;
padding: 0;
}
ul#footer-menu-1 li a,
ul#footer-menu-2 li a {
color: #4b4b4b;
}
ul#footer-menu-1 li,
ul#footer-menu-2 li {
margin-bottom: 8px;
}
.foot-add {
margin-top: 20px;
}
div#footer-col-4 form {
padding: 0 !important;
margin: 0 !important;
}
footer.site-footer .container {
max-width: 1400px;
}
div#footer-social a {
font-weight: 600;
color: #4b4b4b;
padding-right: 4px;
}
._form_14 form input#email,
._form_57 form input#email {
padding: 10px !important;
font-size: 1.1em !important;
}
div#footer-col-4 h3 {
margin-bottom: 0px;
}
img#footer-15yr-logo {
margin-top: 10px;
} section.innerpage-wrap {
padding: 60px 0 60px;
}
section.innerpage-wrap ul {
margin-left: 10px;
}
.tractor-intro-section-img {
min-height: 660px;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.tractor-intro-section-description {
padding: 90px 8vw 60px 5vw;
background-image: linear-gradient(
180deg,
#ffffff 36%,
rgba(255, 255, 255, 0.85) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/home-page-feature-bg.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
top: -40px;
}
.tractor-intro-section-description h1 {
font-weight: 900;
margin-top: 0;
font-size: 3.3em;
margin-bottom: 0;
}
.tractor-intro-series h2 {
margin-top: 0;
margin-bottom: 0;
font-weight: 400;
font-size: 1.2em;
color: #a1a1a1;
text-transform: uppercase;
}
.tractor-intro-class h3 {
margin: 0 0 40px;
text-transform: uppercase;
font-size: 1.6em;
font-weight: 600;
letter-spacing: 1px;
}
.tractor-intro-section-stats-1 h4,
.tractor-intro-section-stats-2 h4 {
text-transform: uppercase;
margin-bottom: 10px;
}
.tractor-intro-section-stats-1 p,
.tractor-intro-section-stats-2 p {
font-size: 1.2em;
}
.tractor-use-icon-block img {
width: 80px;
padding: 15px;
border: 2px solid #06205c;
border-radius: 30%;
}
.tractor-use-icon-block {
display: inline-block;
width: 25%;
padding: 0 5px;
text-align: center;
}
.tractor-use-icon-block p {
font-weight: 600;
font-size: 0.9em;
line-height: normal;
margin-top: 8px;
color: #06205c;
}
.row.tractor-intro-section-stats-2 {
margin-bottom: 30px;
}
section#tractor-360 {
margin: 80px 0 0;
}
div#brochure-link-col {
padding: 0;
text-align: right;
}
section#brochure-links a {
background: #f0f0f0;
padding: 20px 24px;
display: inline-block;
color: #1a1a1a;
font-weight: 600;
text-transform: uppercase;
position: relative; border: 1px solid #9f9f9f;
margin-right: -5px;
}
section#brochure-links a.broch-link {
background: #0075c9;
border: 1px solid #0075c9;
color: #fff;
}
section#brochure-links a:hover {
background: #1a1a1a;
color: #fff;
border-color: #1a1a1a;
}
section#single-tractor-features {
padding: 60px 0 10px;
}
main#primary-inner ul {
margin-left: 0;
}
section#single-tractor-features h2 {
font-size: 3em;
font-weight: 800;
}
section#single-tractor-features p {
font-size: 1.1em;
}
section#single-tractor-features ul li {
font-size: 1.1em;
margin-bottom: 8px;
}
div#single-tractor-img-grid {
margin-top: 40px;
}
div#single-tractor-banner {
min-height: 700px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 30px;
}
#single-tractor-video .vc_column-inner {
padding: 0;
}
div#single-tractor-video {
margin-top: 30px;
margin-bottom: 50px;
}
div#single-tractor-video .wpb_raw_code.wpb_content_element.wpb_raw_html {
margin-bottom: 0 !important;
}
div#single-tractor-specs-heading h2 {
margin-top: 0;
font-size: 2.6em;
}
#single-tractor-specs table {
font-size: 1em;
}
#single-tractor-tabs table {
font-size: 1em;
}
#single-tractor-specs table tr td a {
color: #0075c9;
}
#single-tractor-specs-heading .wpb_content_element {
margin-bottom: 0;
}
#single-tractor-specs h3 {
text-transform: uppercase;
font-size: 1.4em;
font-weight: 900;
margin-bottom: 20px;
}
#single-tractor-tabs h3 {
text-transform: uppercase;
font-size: 1.6em;
font-weight: 900;
margin-bottom: 20px;
}
#single-tractor-specs tr:nth-child(2n + 1) {
background: #f8f6f5;
}
#single-tractor-tabs tr:nth-child(2n + 1) {
background: #f8f6f5;
}
#single-tractor-specs tr td,
#single-tractor-tabs tr td {
padding: 10px 18px;
}
#single-tractor-specs tr td:nth-of-type(1) {
font-weight: 700;
text-transform: uppercase;
letter-spacing: -1px;
}
#single-tractor-tabs .vc_tta-panel-body {
background: #fff !important;
padding: 0 !important; }
#single-tractor-tabs span.vc_tta-title-text {
font-weight: 800;
font-size: 1.1em;
}
#single-tractor-find-dealer {
padding: 90px 4vw 60px 3vw !important;
background-image: linear-gradient(
180deg,
#ffffff 36%,
rgba(255, 255, 255, 0.85) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/tractor-vid-section-bg-1.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
}
#single-tractor-find-dealer h2 {
font-size: 2.8em !important;
font-weight: 800;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
div#single-tractor-find-dealer h3 {
font-weight: 500;
font-size: 1.5em;
color: #8f8f8f;
margin-top: 5px;
}
div#single-tractor-find-dealer p {
font-size: 1.2em;
}
div#single-tractor-find-dealer a {
background: #0075c9;
color: #fff;
padding: 20px 24px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
div#single-tractor-find-dealer a:hover {
background: #1a1a1a;
color: #fff;
border-color: #1a1a1a;
}
.single-tractor #offers-heading h2 {
font-size: 2.6em;
text-transform: uppercase;
font-weight: 900;
margin-top: 0;
}
.single-tractor section#offers-carousel {
padding: 0px 0 80px;
}
div#single-tractor-tabs .vc_tta-panel-body iframe {
width: 82%;
min-height: 780px;
display: block;
margin: 0 auto;
}
.tractor-archive-block-title-row {
display: block;
background: #f0f0f0;
padding: 10px;
text-align: center;
}
.tractor-archive-block-title-row a h2 {
font-size: 1.1em;
color: #000;
margin: 0;
}
.tractor-archive-block-stat-row {
border-bottom: 1px solid #cfcfcf;
padding: 12px 15px 12px;
}
.tractor-archive-block-stat-row h4 {
font-size: 1em;
}
.tractor-archive-block-stat-row h4,
.tractor-archive-block-stat-row p {
margin: 0;
}
.tractor-archive-link-row {
text-align: center;
padding: 10px;
background: #0075c9;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.tractor-archive-link-row a {
color: #fff;
font-weight: bold;
}
article.type-tractor {
border: 1px solid #f0f0f0;
box-shadow: 0px 0px 10px -9px #000;
border-radius: 10px;
margin-bottom: 30px;
}
article.type-tractor img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
section#class-archive-header {
margin-bottom: 30px;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/class-header-bg-1.jpg);
height: 530px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: bottom;
}
body.tax-class.term-compact #class-archive-header-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/class-header-bg-2.jpg);
height: 530px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: bottom;
}
body.tax-class.term-small-compact #class-archive-header-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/class-header-bg-4.jpg);
height: 530px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: bottom;
}
body.tax-class.term-utility #class-archive-header-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/class-header-bg-3.jpg);
height: 530px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: bottom;
}
div#class-archive-header-description {
padding: 120px 8vw 30px 5vw;
background-image: linear-gradient(
180deg,
#ffffff 36%,
rgba(255, 255, 255, 0.85) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/tractor-vid-section-bg-1.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
top: -40px;
}
div#class-archive-header-description h1 {
font-size: 3em;
font-weight: 800;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
div#class-archive-header-description h2 {
font-weight: 500;
font-size: 1.5em;
color: #8f8f8f;
margin-top: 5px;
}
div#class-archive-header-description p {
font-size: 1.1em;
} section#attachment-page-heading {
background-image: linear-gradient(
270deg,
#fffffffa 40%,
rgb(255 255 255 / 8%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/attachments-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
}
.page-id-1109 section#attachment-page-heading {
background-image: linear-gradient(
270deg,
#fffffffa 40%,
rgb(255 255 255 / 8%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/offers-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
}
section#attachment-page-heading .col-lg-6 {
padding: 0 7vw 0 1vw;
}
section#attachment-page-heading h1 {
font-weight: 900;
text-transform: uppercase;
font-size: 3.4em;
margin: 0;
}
section#attachment-page-heading h2 {
font-weight: 500;
font-size: 1.5em;
color: #8f8f8f;
margin-top: 0;
}
section#attachment-page-heading p {
font-size: 1.2em;
}
section#attachment-grid {
padding: 90px 0;
}
a.attachment-block {
display: block;
margin-bottom: 40px;
text-align: center;
border: 1px solid #cfcfcf;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
a.attachment-block:hover {
box-shadow: 0px 0px 8px -3px #000;
}
a.attachment-block img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
a.attachment-block h3 {
text-transform: uppercase;
font-size: 1.1em;
color: #2d2d2d;
font-weight: 800;
margin: 20px 0;
}
.attachment-grid-col {
width: 18%;
float: left;
margin: 0px 8px;
}
div#parts-page-content h1 {
margin-top: 0;
}
div#parts-page-content h1,
div#parts-page-content h2 {
font-size: 2.4em;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 2px;
}
div#parts-page-content h3 {
font-weight: 700;
color: #8f8f8f;
margin-top: 0;
font-size: 1.5em;
}
div#parts-page-content p {
font-size: 1.1em;
}
div#parts-page-content a {
background: #0075c9;
color: #fff;
display: block;
text-align: center;
width: 280px;
text-transform: uppercase;
font-weight: 600;
padding: 20px 6px;
margin-top: 20px;
}
div#parts-page-content a:hover {
background: #0083ff;
}
input#gform_submit_button_2,
input#gform_submit_button_3 {
background: #0075c9;
color: #fff;
display: block;
text-align: center;
width: 250px;
text-transform: uppercase;
font-weight: 600;
padding: 20px 6px;
margin-top: 20px;
}
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover {
background: #0083ff;
}
form#gform_2 input,
form#gform_2 textarea,
form#gform_3 input,
form#gform_3 textarea,
form#gform_3 select {
font-size: 1.1em;
padding: 15px;
}
section#base-page-heading {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
}
section#base-page-heading .col-lg-6 {
padding: 0 7vw 0 1vw;
}
section#base-page-heading h1 {
font-weight: 900;
text-transform: uppercase;
font-size: 3.4em;
margin: 0;
}
section#base-page-heading h2 {
font-weight: 500;
font-size: 1.5em;
color: #8f8f8f;
margin-top: 0;
}
section#base-page-heading p {
font-size: 1.2em;
}
section.base-page-content {
padding: 80px 0;
}
ul.mega-sub-menu ul.mega-sub-menu li a {
font-size: 1em !important;
text-align: center !important;
font-weight: 600 !important;
}
section#attachment-title-bar {
background: #0075c9;
padding: 25px 0;
}
section#attachment-title-bar h1 {
text-transform: uppercase;
font-weight: 900;
margin: 0;
font-size: 2.5em;
color: #fff;
}  .single-attachment-block {
margin-bottom: 20px;
}
.single-attachment-block > .vc_column-inner > .wpb_wrapper {
border: 1px solid #000;
padding: 15px 20px;
border-radius: 10px;
}
.attachment-block-empty > .vc_column-inner > .wpb_wrapper {
border: 1px solid transparent;
padding: 15px 20px;
border-radius: 10px;
}
.single-attachment-block-title {
margin-bottom: 10px !important;
width: 65%;
float: left;
display: inline-block;
top: 30px;
position: relative;
}
.single-attachment-block-thumb {
width: 28%;
float: left;
display: inline-block;
margin-bottom: 10px !important;
margin-right: 10px;
}
.single-attachment-block h2 {
margin: 0;
font-weight: 900;
font-size: 1.3em;
margin-bottom: 10px;
border-bottom: 2px solid #efefef;
padding-bottom: 4px;
}
.single-attachment-block ul {
padding-left: 20px;
}
.single-attachment-block ul li {
font-size: 0.9em;
margin-bottom: 3px;
}
.single-attachment-block h3 {
font-size: 1em;
border-bottom: 2px solid #efefef;
padding-bottom: 4px;
}
.single-attachment-block a {
margin-bottom: 8px;
background: #0075c9;
color: #fff;
display: inline-block;
padding: 2px 4px;
border: 2px solid #0075c9;
font-size: 0.9em;
}
.single-attachment-block a:hover {
background-color: #fff;
color: #0075c9;
}
.single-attachment-block-specs {
min-height: 380px;
display: block;
clear: both;
}
.single-attachment-block-compatibility {
margin-bottom: 0 !important;
} .single-offer .single-page-wrap .container,
.single-post .single-page-wrap .container,
.single-blogs section.single-page-wrap .container {
max-width: 1400px;
}
section.single-page-wrap {
padding: 60px 0;
}
section.single-title-bar {
background: #0075c9;
padding: 25px 0;
}
section.single-title-bar h1 {
text-transform: uppercase;
font-weight: 900;
margin: 0;
font-size: 2.3em;
color: #fff;
}
.single-feat-image img {
margin: 0px 40px 40px 0;
display: block;
max-width: 700px;
float: left;
}
.single-post .single-feat-image img,
.single-blogs .single-feat-image img {
max-width: 700px;
display: block;
margin: 0 auto 30px;
float: none;
}
section.single-page-wrap ul,
section.single-page-wrap ol {
margin-left: 0px;
}
.single-post-nav-wrap {
margin-top: 30px;
display: block;
float: left;
width: 100%;
}
.offer-template-default section.single-page-wrap a {
color: #137acb;
text-transform: uppercase;
font-weight: 900;
}
.single-post-nav-wrap a {
font-weight: 900;
color: #0075c9;
border-bottom: 2px solid #0075c9;
text-transform: initial;
}
.page-id-796 section.innerpage-wrap {
padding: 60px 0 0;
}
div#contact-page-bottom-bar {
text-align: center;
color: #fff;
font-size: 1.1em;
font-weight: 500;
}
div#contact-page-bottom-bar a {
background: #fff;
padding: 10px;
border-radius: 4px;
font-weight: 600;
display: block;
width: 250px;
margin: 0 auto;
color: #000;
border: 2px solid #fff;
}
div#contact-page-bottom-bar a:hover {
background: #0075c9;
color: #fff;
}
div#contact-page-bottom-bar .vc_column-inner {
padding-top: 0;
}
div#contact-page-bottom-bar .wpb_text_column.wpb_content_element {
margin-bottom: 0;
}
div#contact-page-bottom-bar {
padding-top: 20px;
padding-bottom: 30px;
}
div#contact-page-bottom-bar {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/blue-diag-stripe-1.png) left
50% center no-repeat,
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/blue-diag-stripe-1.png) right 46% center
no-repeat;
background-size: auto 100%;
margin-top: 40px;
}
.ls-difference-points-row {
margin-bottom: 20px;
}
.ls-difference-points-row h2 {
font-weight: 400;
font-size: 1.7em;
text-transform: uppercase;
color: #6b6b6b;
margin: 0 0 10px;
}
.ls-difference-points-row h3 {
font-weight: 900;
margin-top: 0;
font-size: 3em;
text-transform: uppercase;
color: #3b3b3b;
}
.ls-difference-points-row p {
font-size: 1.1em;
}
.ls-difference-points-row h4 {
font-size: 16em;
font-weight: 900;
margin: -20px 0 -280px;
background: linear-gradient(
to bottom,
rgba(155, 155, 155, 1) 0%,
rgba(206, 206, 206, 1) 40%,
rgba(206, 206, 206, 1) 40%,
rgba(252, 252, 252, 1) 99%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ls-difference-points-col {
padding: 0 40px !important;
}
.ls-difference-find-dealer-row {
margin: 40px 0 70px;
}
#ls-difference-find-dealer-row-l {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/ls-difference-banner-1.jpg);
height: 540px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: top;
}
#ls-difference-find-dealer-row-r {
padding: 90px 8vw 60px 5vw;
background-image: linear-gradient(
180deg,
#ffffff 36%,
rgba(255, 255, 255, 0.85) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/home-page-feature-bg.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
top: -40px;
}
#ls-difference-find-dealer-row-r h2 {
font-size: 2.5em;
font-weight: 800;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
}
#ls-difference-find-dealer-row-r h3 {
font-weight: 500;
font-size: 1.4em;
color: #8f8f8f;
margin-top: 5px;
margin-bottom: 50px;
}
#ls-difference-find-dealer-row-r p {
font-size: 1.1em;
}
div#ls-difference-find-dealer-row-r a {
display: block;
background: #0075c9;
color: #fff;
text-align: center;
width: 250px;
font-size: 1.2em;
padding: 10px 10px;
border: 2px solid #0075c9;
border-radius: 4px;
}
div#ls-difference-find-dealer-row-r a:hover {
background: #fff;
color: #0075c9;
}
.pagination {
display: block;
text-align: right;
font-size: 1.1em;
font-weight: 600;
color: #000;
}
.pagination a {
color: #000;
}
a.news-block-link,
.sidebar-action-block a {
background: #0075c9;
color: #fff;
padding: 8px;
display: block;
text-align: center;
font-weight: bold;
border-radius: 6px;
border: 3px solid #0075c9;
width: 180px;
margin: 10px 0;
}
.sidebar-action-block a {
margin: 20px auto 0;
}
a.news-block-link:hover,
.sidebar-action-block a:hover {
background: #fff;
color: #0075c9;
}
.sidebar-action-block {
display: block;
margin-bottom: 50px;
font-size: 1.1em;
font-weight: 600;
text-align: center;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item.widget_media_image {
padding: 0px 10px 0px 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 input,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
max-width: 100%;
margin: 0 auto !important;
display: block;
}
div#wf-download-btn a {
background: #d81e29;
color: #ffffff;
font-weight: bold;
display: block;
text-align: center;
font-size: 1.5em;
text-transform: uppercase;
padding: 20px;
border-radius: 4px;
border: 2px solid #d81e29;
}
div#wf-download-btn a:hover {
background: #fff;
color: #d81e29;
}
.single-blogs section.single-page-wrap a {
font-weight: bold;
color: #0175c9;
}
.offer-image-wrap img {
margin: 0 auto;
}
div#become-dealer-vid-row {
padding: 40px 0 60px;
}
.become-dealer-testimonial-wrap {
text-align: center;
}
.become-dealer-testimonial-wrap p {
font-size: 1.3em;
}
.become-dealer-testimonial-wrap h2 {
color: #0a1e5a;
}
.become-dealer-testimonial-wrap {
text-align: center;
border-bottom: 2px solid #f0f0f0;
padding-bottom: 30px;
margin-bottom: 50px !important;
}
div#become-dealer-form-wrap {
padding-top: 40px;
}
div#become-dealer-form-heading {
text-align: center;
margin-top: 60px;
background: #f0f0f0;
padding: 50px 0;
}
div#become-dealer-form-heading p {
font-size: 1.3em;
font-weight: 500;
}
div#become-dealer-form-heading h2 {
color: #0a1e5a;
text-transform: uppercase;
font-size: 2.2em;
margin-top: 40px;
}
div#become-dealer-form-heading a {
background: #e41c3c;
display: block;
color: #fff;
font-size: 1.5em;
padding: 12px 15px;
width: 250px;
margin: 0 auto;
border-radius: 10px;
border: 3px solid #e41c3c;
}
div#become-dealer-form-heading a:hover {
background: #fff;
color: #e41c3c;
}
.tractor-360-sec .Sirv {
margin-top: 30px !important;
}
div#toggle-switch-row {
margin-top: -20px;
}
h2.toggle-switch-heading {
text-align: center;
text-transform: capitalize;
margin-top: 0;
font-weight: 500;
}
div#header-translation-links {
display: inline-block;
}
.single-offer .single-page-wrap form {
display: inline-block !important;
margin: 0 auto !important;
}
body.page-template-blank-page-template section.innerpage-wrap {
padding-top: 20px !important;
padding-bottom: 0 !important;
}
div#wpsl-result-list a,
.wpsl-info-window a {
color: #0175c9 !important;
font-weight: bold !important;
}
.page-id-76768 div#wpsl-result-list p,
.page-id-76768 .wpsl-info-window p {
color: #000 !important;
font-size: 1em !important;
}
.page-id-77100 section#home-testimonials {
display: none;
}
section#brochure-links .brochure-link-col-f a {
font-size: 0.9em;
padding: 20px 14px;
}
div#gform_wrapper_3 h3.gform_title {
display: none;
}
#single-tractor-tabs .tractor-attach-sec h3 {
text-transform: uppercase;
font-size: 1.3em;
font-weight: 900;
margin-bottom: 20px;
}
.tractor-attach-sec .wpb_text_column.wpb_content_element {
border-bottom: 2px solid #ebebeb;
padding-bottom: 20px;
}
.tractor-attach-sec .wpb_text_column a {
margin-bottom: 8px !important;
margin-right: 6px;
background: #0075c9;
color: #fff;
display: inline-block;
padding: 2px 6px;
border: 2px solid #0075c9;
font-size: 0.9em;
}
.tractor-attach-sec .wpb_text_column a:hover {
background-color: #fff;
color: #0075c9;
}
.home-testimonial-img img {
margin: 0 auto;
}
span.dealer-cat {
font-weight: bold;
}
p.wpsl-dealer-label {
font-weight: bold;
}
img.store-details-blue-diamond {
margin-top: 10px;
width: 80px;
}
div#dealer-locator-heading p {
text-align: center;
font-size: 1.3em;
font-weight: 500;
}
.store-details-blue-diamond-info_heading {
font-size: 1.1em;
font-weight: bold;
margin: 20px 0px 3px;
color: #fff;
background: #0175c9;
padding: 4px 10px;
}
.store-details-blue-diamond-info {
font-weight: 600;
line-height: normal;
}
div#wpsl-stores ul li {
padding-bottom: 20px !important;
}  .page-id-76768 section.innerpage-wrap {
padding: 0;
}
div#mossy-landing-dealer-locator-row div#wpsl-search-wrap {
top: -80px;
}
div#new-black-loader-slider .vc_column-inner {
padding-top: 0;
}
div#mossy-landing-orange-gallery-row .vc_column-inner,
div#mossy-landing-specs-row .vc_column-inner {
padding-top: 5px;
}
div#mossy-landing-intro-text h1,
div#mossy-landing-partnership h1 {
font-size: 2.6em;
margin-bottom: 10px;
}
div#mossy-landing-camo-row-1 h2 {
margin-bottom: 10px;
font-size: 2.4em;
}
div#mossy-landing-camo-row-1 section.dealerHome p {
text-shadow: none !important;
}
div#mossy-landing-unleash-row .vc_column-inner {
padding-top: 0 !important;
}
div#mossy-landing-unleash-row {
margin-top: -2px;
}
div#mossy-landing-specs-row {
position: relative;
top: -6px;
}
div#mossy-landing-orange-gallery-row .wpb_content_element {
margin-bottom: 0;
}
div#mossy-landing-intro-r h2,
div#mossy-landing-partnership-r h2 {
color: #fff;
font-weight: 500;
font-family: "poppins";
font-size: 1.9em;
margin-bottom: 10px;
margin-top: 70px;
}
div#mossy-landing-intro-r p,
div#mossy-landing-partnership-r p {
color: #fff;
font-weight: 500;
font-family: "poppins";
font-size: 1.4em;
}
div#mossy-landing-intro-l img,
div#mossy-landing-partnership-l img {
width: 330px;
margin-right: 20px;
}
div#mossy-landing-intro-r,
div#mossy-landing-partnership-r {
max-width: 960px;
}
div#mossy-landing-intro-l,
div#mossy-landing-intro-r,
div#mossy-landing-partnership-l,
div#mossy-landing-partnership-r {
padding: 40px 0;
}
div#mossyoak-deer-banner p {
color: #fff;
margin: 230px 15px;
font-size: 2.5em;
text-transform: uppercase;
font-family: "Poppins";
}
div#mossyoak-deer-banner p strong {
color: #46c7f1;
font-weight: 900;
}
div#msoak-specs-row {
color: #fff;
}
div#msoak-specs-row h2 {
text-transform: uppercase;
font-family: "Poppins";
font-weight: 900;
font-size: 2.5em;
margin-top: 0;
margin-bottom: 80px;
}
div#msoak-specs-row > .wpb_column > .vc_column-inner {
max-width: 1600px;
display: block;
margin: 60px auto 80px;
}
div#msoak-specs-row h3 {
font-family: "Poppins";
font-weight: 900;
color: #46c7f1;
font-size: 1.8em;
margin-bottom: 10px;
}
div#msoak-specs-row ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}
div#msoak-specs-row ul li {
font-size: 1.3em;
font-weight: 400;
margin-bottom: 8px;
text-transform: uppercase;
}
div#msoak-specs-row {
padding: 0px 15px;
}
div#ms-gear-sec-new {
padding: 30px 0;
}
div#ms-gear-sec-new-1 h2 {
color: #638d3d;
text-transform: uppercase;
font-family: "Poppins";
font-weight: 900;
line-height: 0.9;
font-size: 5.6em;
display: inline-block;
margin: 0;
position: relative;
margin-right: 20px;
}
div#ms-gear-sec-new-1 img {
width: 400px;
display: inline-block;
}
div#ms-gear-sec-new-2 p {
font-size: 1.6em;
font-weight: 500;
line-height: 1.2;
font-family: "Poppins";
}
div#ms-gear-sec-new-2 strong {
font-weight: 900;
}
div#ms-gear-sec-new-2 a,
div#mossy-landing-partnership a {
background: #da1b1d;
color: #fff;
padding: 2px 14px;
text-transform: uppercase;
font-weight: 900;
border: 3px solid #da1b1d;
}
div#ms-gear-sec-new-2 a:hover,
div#mossy-landing-partnership a:hover {
background: transparent;
color: #da1b1d;
}
div#mossy-landing-partnership a {
font-size: 1.2em;
}
div#ms-gear-sec-new-2 p {
margin-bottom: 25px;
}
div#mossy-landing-partnership p {
margin-bottom: 20px;
text-transform: uppercase;
}
div#mossy-landing-camo-row-1 h2 {
margin-bottom: 10px;
font-size: 2.4em;
}
div#mossy-landing-dealer-locator-row .dealerHome {
background: #fff;
}
div#mossy-landing-camo-row-intro p {
font-size: 1.3em;
line-height: 1.5;
font-weight: 400;
color: #fff;
}
div#mossy-landing-dealer-locator-row .dealerHome .wpsl-store-location p {
color: #000 !important;
font-size: 1em !important;
}
div#mossy-landing-footer-btn-row a {
text-align: center;
background: #5bc7f1;
color: #fff;
font-family: "Poppins";
font-size: 2.5em;
margin: 0 auto;
display: block;
padding: 10px;
font-weight: 800;
border: 3px solid #5bc7f1;
}
div#mossy-landing-footer-btn-row a:hover {
background: #fff;
color: #5bc7f1;
}
nav.navigation.posts-navigation {
display: block;
width: 100%;
}
nav.navigation.posts-navigation a {
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #0175c9;
text-align: center;
padding: 6px 15px;
border-radius: 4px;
display: block;
width: 180px;
margin: 0 auto;
}  @media (max-width: 1400px) {
div#mossy-landing-intro-r h2,
div#mossy-landing-partnership-r h2 {
margin-top: 50px;
}
}
@media (max-width: 1199.98px) {
div#mossy-landing-intro,
div#mossy-landing-partnership {
padding: 0 !important;
}
div#mossy-landing-intro .wpb_text_column.wpb_content_element,
div#mossy-landing-partnership .wpb_text_column.wpb_content_element {
padding: 0 10px !important;
}
div#mossy-landing-intro-text,
div#mossy-landing-partnership-text {
padding: 50px !important;
}
div#mossy-landing-intro-r h2,
div#mossy-landing-partnership-r h2 {
font-size: 1.5em;
}
div#mossy-landing-intro-r p,
div#mossy-landing-partnership-r p {
font-size: 1.3em;
}
div#msoak-specs-row ul li {
font-size: 1.1em;
}
div#msoak-specs-row h2 {
font-size: 2.2em;
}
div#msoak-specs-row h3 {
font-size: 1.5em;
}
div#mossyoak-deer-banner p {
margin: 160px 15px;
font-size: 1.7em;
}
div#ms-gear-sec-new-1 h2 {
font-size: 4em;
margin-right: 0;
}
div#ms-gear-sec-new-1 img {
width: 350px;
}
}
@media (max-width: 991.98px) {
div#mossy-landing-camo-row-1 h2 {
font-size: 1.3em;
}
div#mossy-landing-camo-row-intro p {
font-size: 1.1em;
line-height: 1.5;
}
div#mossy-landing-dealer-locator-row .dealerHome .wpsl-store-location p {
line-height: 1.2;
font-size: 0.8em !important;
}
div#mossy-landing-intro,
div#mossy-landing-partnership {
padding-top: 40px;
padding-bottom: 60px;
}
div#mossy-landing-intro-r h2,
div#mossy-landing-partnership-r h2 {
margin-top: 0;
}
div#mossy-landing-intro .wpb_single_image.vc_align_right,
div#mossy-landing-partnership .wpb_single_image.vc_align_right {
text-align: center !important;
}
div#mossy-landing-intro-l img,
div#mossy-landing-partnership-l img {
width: 280px;
margin: 0;
}
div#mossy-landing-intro-l,
div#mossy-landing-partnership-l {
padding: 10px 0 0;
}
div#mossy-landing-intro-r,
div#mossy-landing-partnership-r {
padding: 0 0 40px;
text-align: center;
}
div#mossy-landing-intro .wpb_text_column.wpb_content_element,
div#mossy-landing-partnership .wpb_text_column.wpb_content_element {
padding: 0 15px !important;
}
div#mossy-landing-camo-row-1 h2 {
font-size: 2em;
}
div#mossy-landing-orange-gallery-row
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
width: 180px;
}
div#mossy-landing-orange-gallery-row
.vc_basic_grid
.vc_grid.vc_row
.vc_grid-item.vc_visible-item,
div#mossy-landing-orange-gallery-row
.vc_media_grid
.vc_grid.vc_row
.vc_grid-item.vc_visible-item {
display: block;
float: left;
}
div#mossy-landing-intro .wpb_single_image.vc_align_right,
div#mossy-landing-partnership .wpb_single_image.vc_align_right {
margin-bottom: 0;
}
#msoak-specs-row .wpb_column.vc_column_container.vc_col-sm-4 {
padding-left: 17vw;
}
div#msoak-specs-row h2 {
font-size: 2.2em;
margin-bottom: 40px;
padding: 0 20px;
}
div#mossyoak-deer-banner p {
margin: 140px 15px;
font-size: 1.5em;
}
div#ms-gear-sec-new-2 .vc_column-inner {
margin-top: -10px;
padding-top: 0;
}
div#mossy-landing-footer-btn-row a {
font-size: 2em;
}
}
@media (max-width: 767.98px) {
div#mossy-landing-intro h1,
div#mossy-landing-partnership h1 {
font-size: 40px;
}
div#mossy-landing-intro-text,
div#mossy-landing-partnership-text {
padding: 30px 15px !important;
}
div#mossy-landing-intro-l img,
div#mossy-landing-partnership img {
width: 250px;
}
div#mossy-landing-camo-row-1 h2 {
font-size: 1.2em;
}
div#mossy-landing-camo-row-intro p {
font-size: 1em;
line-height: 1.4;
}
#msoak-specs-row .wpb_column.vc_column_container.vc_col-sm-4 {
padding-left: 10vw;
}
div#msoak-specs-row h2 {
font-size: 2em;
margin-bottom: 40px;
padding: 0;
}
div#mossyoak-deer-banner p {
margin: 110px 15px;
font-size: 1.2em;
}
div#wpsl-result-list li {
padding-left: 15px !important;
}
div#ms-gear-sec-new-1 img {
width: 300px;
}
div#mossy-landing-footer-btn-row a {
font-size: 1.7em;
}
}
@media (max-width: 575.98px) {
div#mossyoak-deer-banner p {
margin: 100px 15px;
font-size: 1.1em;
}
div#ms-gear-sec-new-1 h2 {
display: block;
text-align: center;
}
div#ms-gear-sec-new-1 img {
display: block;
margin: 20px auto 0;
}
div#ms-gear-sec-new-2 p {
font-size: 1.3em;
}
div#ms-gear-sec-new-1 h2 {
font-size: 3.3em;
}
div#mossy-landing-footer-btn-row a {
font-size: 1.4em;
}
}
@media (max-width: 500px) {
div#mossy-landing-intro .wpb_text_column.wpb_content_element,
div#mossy-landing-partnership .wpb_text_column.wpb_content_element {
padding: 0 4px !important;
}
div#mossy-landing-intro-text h1,
div#mossy-landing-partnership-text h1 {
font-size: 2em;
}
div#mossy-landing-intro-text p span,
div#mossy-landing-partnership-text p span {
font-size: 1.2em !important;
}
div#mossy-landing-intro-text,
div#mossy-landing-partnership-text {
padding: 20px 15px !important;
}
div#mossy-landing-camo-row-1 h2 {
font-size: 1em;
}
div#mossy-landing-intro-l img,
div#mossy-landing-partnership img {
width: 180px;
}
div#mossy-landing-intro-r p,
div#mossy-landing-partnership-r p {
font-size: 1.1em;
}
div#mossy-landing-intro-r h2,
div#mossy-landing-partnership-r h2 {
font-size: 1.7em;
}
div#mossy-landing-intro,
div#mossy-landing-partnership {
padding-top: 40px;
padding-bottom: 40px;
}
div#mossy-landing-orange-gallery-row
.vc_basic_grid
.vc_grid.vc_row
.vc_grid-item.vc_visible-item,
div#mossy-landing-orange-gallery-row
.vc_media_grid
.vc_grid.vc_row
.vc_grid-item.vc_visible-item {
display: block;
float: none;
}
div#mossy-landing-orange-gallery-row
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
width: 100%;
}
#msoak-specs-row .wpb_column.vc_column_container.vc_col-sm-4 {
padding-left: 4vw;
}
div#msoak-specs-row h2 {
font-size: 1.5em;
margin-bottom: 30px;
}
div#mossy-landing-footer-btn-row a {
font-size: 1.2em;
}
}@media (max-width: 1650px) {
.offer-leanmore-wrap a {
width: 250px;
}
.home-product-cat-grid-block h3 {
font-size: 1.3em;
}
.tractor-intro-section-description h1 {
font-size: 3em;
}
.page-id-77087 a.attachment-block h3 {
font-size: 0.9em;
}
}  @media (max-width: 1600px) {
.single-attachment-block-title {
top: 22px;
}
.single-attachment-block h2 {
font-size: 1.1em;
padding-bottom: 4px;
margin-bottom: 16px !important;
}
.tractor-intro-class h3 {
font-size: 1.4em;
}
.tractor-intro-section-description {
padding: 90px 4vw 60px 4vw;
}
section#brochure-links a {
padding: 20px 20px;
font-size: 0.9em;
}
div#single-tractor-banner {
min-height: 650px;
}
#single-tractor-find-dealer h2,
#ls-difference-find-dealer-row-r h2 {
font-size: 2.2em !important;
}
#single-tractor-find-dealer {
padding: 50px 2vw 30px 3vw !important;
}
div#single-tractor-find-dealer h3 {
font-size: 1.3em;
}
#ls-difference-find-dealer-row-l {
height: 500px;
}
#ls-difference-find-dealer-row-r {
padding: 90px 4vw 60px 4vw;
top: -20px;
} }
@media (max-width: 1500px) {
section#brochure-links .brochure-link-col-f a {
font-size: 0.8em;
padding: 20px 12px;
}
}  @media (max-width: 1400px) {
.offer-leanmore-wrap a {
width: 300px;
}
#home-page-feature-img {
height: 560px;
}
a.attachment-block h3 {
font-size: 0.9em;
}
.page-id-77087 a.attachment-block h3 {
font-size: 0.7em;
}
div#class-archive-header-description {
padding: 100px 5vw 30px 4vw;
}
div#class-archive-header-description h1,
section#attachment-page-heading h1,
section#base-page-heading h1 {
font-size: 2.5em;
}
section#attachment-page-heading h2,
section#base-page-heading h2 {
font-size: 1.3em;
}
section#attachment-page-heading p,
section#base-page-heading p {
font-size: 1.1em;
}
.single-feat-image img {
max-width: 530px;
}
.single-post .single-feat-image img,
.single-blogs .single-feat-image img {
max-width: 600px;
}
section.single-title-bar h1 {
font-size: 2em;
}
#offers-heading h2 {
margin-top: 10px;
}
#offers-heading h2,
div#home-page-feature-description h2,
div#home-product-cat-grid-heading h1,
h2#home-testimonials-heading {
font-size: 2.8em;
}
section#home-product-cat-grid {
padding: 30px 0 50px;
}
.home-product-cat-grid-block {
padding: 10px 15px 20px;
}
.home-product-cat-grid-block h3,
.become-dealer-testimonial-wrap p {
font-size: 1.2em;
}
div.home-testimonial-text {
padding: 20px 30px 0px 40px;
font-size: 1.1em;
}
div#become-dealer-form-heading h2 {
font-size: 1.8em;
}
.single-attachment-block h2 {
font-size: 1em;
}
.tractor-intro-section-description h1 {
font-size: 2.7em;
}
.tractor-intro-class h3 {
font-size: 1.4em;
margin: 0 0 20px;
}
div#single-tractor-banner {
min-height: 600px;
}
.ls-difference-points-row h4 {
font-size: 14em;
margin: -20px 0 -250px;
}
.ls-difference-points-row h3 {
font-size: 2.5em;
}
.ls-difference-points-row h2 {
font-size: 1.5em;
}
#ls-difference-find-dealer-row-l {
height: 470px;
}
}   @media (max-width: 1199.98px) {
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
font-size: 16px !important;
}
a#nav-find-dealer-btn {
font-size: 16px !important;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
padding: 18px 16px 18px 16px !important;
}
div#header-nav-col-row1 a {
font-size: 0.8em;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 32px;
line-height: 1;
opacity: 1;
color: #0865bd;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.offer-leanmore-wrap a {
width: 240px;
}
footer.site-footer h3 {
font-size: 1.1em;
}
div#parts-page-content h1,
div#parts-page-content h2 {
font-size: 2em;
}
div#parts-page-content h3 {
font-size: 1.3em;
}
section#attachment-page-heading .col-lg-6,
section#base-page-heading .col-lg-6 {
padding: 0 15px 0 15px;
}
.attachment-grid-col {
width: 24%;
float: left;
margin: 0px 4px;
}
section.single-title-bar h1 {
font-size: 1.7em;
}
section#attachment-title-bar h1 {
font-size: 2.2em;
}
.single-feat-image img {
max-width: 480px;
margin: 0px 30px 30px 0;
}
.single-post .single-feat-image img,
.single-blogs .single-feat-image img {
max-width: 520px;
}
div#class-archive-header-description h1,
section#attachment-page-heading h1,
section#base-page-heading h1 {
font-size: 2.3em;
}
div#class-archive-header-description h2 {
font-size: 1.3em;
}
section#attachment-page-heading p,
section#base-page-heading p,
div#class-archive-header-description p {
font-size: 1em;
}
.offer-title-wrap h3 {
font-size: 1.3em;
}
.offer-title-wrap {
min-height: 90px;
}
.offer-excerpt-wrap {
min-height: 240px;
}
div#home-page-feature-description {
padding: 90px 4vw 60px 5vw;
top: -60px;
}
div#home-page-feature-description h2 {
font-size: 2.6em;
}
.home-product-cat-grid-col {
margin-bottom: 30px;
}
section#home-product-cat-grid {
padding: 0px 0 20px;
}
section#home-testimonials {
padding: 30px 0 60px;
}
div.home-testimonial-img {
width: 50%;
display: inline-block;
float: left;
}
div.home-testimonial-text {
padding: 10px 0px 0px 40px;
font-size: 1.1em;
width: 50%;
}
i.fa-light.fa-message-quote {
font-size: 36px;
}
div#become-dealer-form-heading h2 {
font-size: 1.6em;
}
div#become-dealer-form-heading a,
.single-attachment-block h2 {
font-size: 1.3em;
margin-bottom: 0 !important ;
}
.single-attachment-block-specs {
min-height: 300px;
}
.single-attachment-block.attachment-block-empty {
display: none;
}
.tractor-intro-section-description h1 {
font-size: 2.5em;
}
.tractor-intro-section-stats-1 {
font-size: 1em;
}
.tractor-use-icon-block img {
width: 70px;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img,
body.tax-class.term-compact #class-archive-header-img,
body.tax-class.term-small-compact #class-archive-header-img {
height: 480px;
}
.tractor-intro-section-stats-1 h4,
.tractor-intro-section-stats-2 h4 {
font-size: 1.02em;
}
.tractor-intro-section-description {
padding: 90px 4vw 40px 4vw;
}
section#brochure-links a {
padding: 20px 13px;
font-size: 0.8em;
}
section#single-tractor-features h2 {
font-size: 2.6em;
}
section#single-tractor-features ul li {
font-size: 1em;
}
div#single-tractor-banner {
min-height: 550px;
margin-top: 20px;
margin-bottom: 10px;
}
#single-tractor-specs h3,
div#single-tractor-find-dealer h3,
#ls-difference-find-dealer-row-r h3 {
font-size: 1.2em;
}
#single-tractor-find-dealer h2,
#ls-difference-find-dealer-row-r h2 {
font-size: 1.7em !important;
}
div#single-tractor-find-dealer p {
font-size: 1em;
}
div#single-tractor-find-dealer a {
padding: 15px 24px;
}
.ls-difference-points-row h4 {
font-size: 13em;
}
.ls-difference-points-row h3 {
font-size: 2em;
}
#ls-difference-find-dealer-row-l {
height: 400px;
}
div#ls-difference-find-dealer-row-r a {
width: 200px;
font-size: 1.1em;
}
div#single-tractor-tabs .vc_tta-panel-body iframe {
width: 95%;
min-height: 570px;
}
section#brochure-links .brochure-link-col-f a {
font-size: 0.7em;
}
}  @media (max-width: 1199.98px) and (min-width: 992px) {
.single-attachment-row-1 .wpb_column.vc_column_container.vc_col-sm-6 {
width: 100%;
}
.single-attachment-row-1
.single-attachment-block.wpb_column.vc_column_container.vc_col-sm-3 {
width: 50%;
}
.single-attachment-block.wpb_column.vc_column_container.vc_col-sm-3 {
width: 50%;
}
}   @media (max-width: 991.98px) {
button.hamburger {
margin: 0 auto;
display: block;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #0b9585;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
ul#primary-menu li {
display: block;
float: left;
width: 100%;
}
ul#primary-menu a {
display: block;
float: left;
width: 100%;
padding: 6px 15px;
text-align: left;
font-size: 1em;
}
ul#primary-menu {
display: block;
position: absolute;
z-index: 2;
background-color: #f1f1f1;
max-height: 0px;
padding: 0;
border-bottom: none;
overflow: hidden;
width: 100%;
margin: 0;
margin-left: -15px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
ul#primary-menu.mobile-active {
max-height: 900px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
nav.woocommerce-MyAccount-navigation {
margin-bottom: 30px;
border-bottom: 2px solid #dfdfdf;
padding-bottom: 10px;
}
a#nav-find-dealer-btn {
font-size: 16px !important;
line-height: 1.2;
padding: 34px 3px;
}
a#nav-find-dealer-btn-f {
padding: 24px 3px;
font-size: 14px;
}
div#header-top-row-links,
div#header-top-row-social {
display: none;
}
div#header-nav-col-row1 {
display: none;
}
li#mega-menu-item-800,
li#mega-menu-item-77767 {
padding-left: 16px !important;
}
li#mega-menu-item-800 a,
li#mega-menu-item-77767 a {
color: #000;
margin-right: 10px;
font-size: 18px;
}
li#mega-menu-item-800 a:hover,
li#mega-menu-item-77767 a:hover {
color: #0083ff;
}
li#mega-menu-item-800 a:nth-of-type(1),
li#mega-menu-item-77767 a:nth-of-type(1) {
display: none !important;
}
li#mega-menu-item-800,
li#mega-menu-item-77767 {
padding-top: 18px !important;
}
img#nav-logo {
width: 165px;
max-width: 100%;
}
.offer-leanmore-wrap a {
width: 280px;
}
#home-page-feature-img {
height: 540px;
}
#single-tractor-img-grid
.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated {
width: 33.33333333% !important;
display: inline-block !important;
}
#single-tractor-specs tr td {
padding: 14px 10px;
font-size: 0.9em;
}
section.innerpage-wrap {
padding: 40px 0 40px;
}
div#parts-page-content h1,
div#parts-page-content h2 {
font-size: 1.8em;
}
div#parts-page-content h3 {
font-size: 1.2em;
}
section#attachment-page-heading {
background-image: linear-gradient(
0deg,
#ffffff 60%,
rgb(255 255 255 / 13%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/attachments-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-bottom: 20px;
}
.page-id-1109 section#attachment-page-heading {
background-image: linear-gradient(
0deg,
#ffffff 60%,
rgb(255 255 255 / 13%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/offers-bg-1.jpg) !important;
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-bottom: 20px;
}
section#base-page-heading {
background-image: linear-gradient(
0deg,
#ffffff 55%,
rgb(255 255 255 / 13%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/attachments-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 140px;
padding-bottom: 20px;
}
section#attachment-grid {
padding: 20px 0;
}
.attachment-grid-col {
width: 32%;
}
.single-feat-image img {
max-width: 100%;
float: none;
margin: 0 auto 30px;
}
section#attachment-title-bar {
padding: 20px 0;
}
section#attachment-title-bar h1 {
font-size: 2em;
}
div#contact-page-bottom-bar .wpb_text_column.wpb_content_element {
margin-bottom: 30px;
}
div#contact-page-bottom-bar {
margin-top: 30px;
}
.ls-difference-points-col {
padding: 0 !important;
}
.inner-sidebar {
margin-top: 30px;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-row
.mega-menu-column
> ul.mega-sub-menu
> li.mega-menu-item {
padding: 0px 15px 15px 15px !important;
width: 100%;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img,
body.tax-class.term-utility #class-archive-header-img,
body.tax-class.term-compact #class-archive-header-img,
body.tax-class.term-small-compact #class-archive-header-img {
height: 410px;
background-position-y: bottom;
}
div#class-archive-header-description {
padding: 40px 5vw 30px 4vw;
top: -10px;
}
section#class-archive-header {
margin-bottom: 0px;
}
section#offers-carousel {
padding: 40px 0 60px;
}
div#home-page-feature-description {
padding: 50px 4vw 60px 5vw;
top: -60px;
}
section#home-product-cat-grid {
margin-top: -30px;
}
div#home-product-cat-grid-wrap {
margin-top: 20px;
}
div#home-product-cat-grid-heading h2,
h3#home-testimonials-subheading {
font-size: 1.3em;
}
section#home-testimonials {
padding: 20px 0 50px;
}
div.home-testimonial-img,
div.home-testimonial-text {
width: 100%;
display: block;
}
h3#home-testimonials-subheading {
margin-bottom: 30px;
}
div.home-testimonial-text {
padding: 25px 15px 0px;
}
.become-dealer-testimonial-wrap p,
div#become-dealer-form-heading p {
font-size: 1.1em;
}
.become-dealer-testimonial-wrap h2 {
font-size: 1.3em;
}
div#become-dealer-vid-row {
padding: 0px 0 10px;
}
.become-dealer-testimonial-wrap {
padding-bottom: 10px;
}
div#become-dealer-form-heading h2 {
font-size: 1.3em;
margin-top: 20px;
}
div#become-dealer-form-heading {
padding: 30px 0 10px;
}
.single-attachment-block-specs {
min-height: 0;
}
.page-id-796 section.innerpage-wrap {
padding: 0;
}
#financing-partners-row .wpb_column.vc_column_container {
width: 60%;
display: block;
margin: 0 auto;
}
.tractor-intro-section-description {
padding: 50px 4vw 50px 4vw;
top: 0;
}
.tractor-use-icon-block {
width: 20%;
}
section#single-tractor-features {
padding: 30px 0 10px;
}
.tractor-intro-section-img {
min-height: 550px;
}
section#brochure-links a {
padding: 20px 15px;
font-size: 0.9em;
}
div#single-tractor-img-grid {
margin-top: 10px;
}
div#single-tractor-banner {
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
}
#single-tractor-tabs h3 {
font-size: 1.4em;
margin-left: 15px;
margin-right: 15px;
}
.ls-difference-points-row h4 {
font-size: 13em;
margin: -40px 0 -150px;
}
#ls-difference-find-dealer-row-r {
padding: 50px 4vw 30px 4vw;
top: 0px;
}
div#ls-difference-find-dealer-row-r a {
width: 170px;
font-size: 1em;
}
div#single-tractor-tabs .vc_tta-panel-body iframe {
min-height: 500px;
width: 100%;
}
div#toggle-switch-row {
margin-top: 0px;
}
section#brochure-links .brochure-link-col-f a {
font-size: 0.8em;
}
.tractor-attach-sec p {
margin-left: 15px;
margin-right: 15px;
}
}   @media (max-width: 767.98px) {
a#nav-find-dealer-btn {
font-size: 14px !important;
padding: 28px 3px;
}
button.slick-arrow {
display: none !important;
}
.offer-leanmore-wrap {
position: relative;
bottom: 0;
}
.offer-leanmore-wrap a {
width: 100%;
}
.offer-outer-wrap.slick-slide.slick-active {
min-height: auto;
}
footer div#recaptcha_0 {
transform: scale(0.9);
margin-left: -30px;
}
div#copyright-row-r,
div#copyright-row-l {
text-align: center;
}
.container {
max-width: 740px !important;
}
#single-tractor-specs table {
font-size: 1em;
}
img#nav-logo {
width: 136px;
padding: 3px 0;
}
section.single-page-wrap {
padding: 40px 0;
}
.single-feat-image img {
margin: 0 auto 30px;
}
.single-post-nav-wrap a {
font-size: 0.9em;
}
section.single-title-bar h1 {
font-size: 1.5em;
}
section#attachment-title-bar h1 {
font-size: 1.8em;
}
.single-post .single-feat-image img,
.single-blogs .single-feat-image img {
max-width: 100%;
}
section#base-page-heading {
background-image: linear-gradient(
0deg,
#ffffff 55%,
rgb(255 255 255 / 13%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/attachments-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 110px;
padding-bottom: 20px;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img,
body.tax-class.term-utility #class-archive-header-img,
body.tax-class.term-compact #class-archive-header-img,
body.tax-class.term-small-compact #class-archive-header-img {
height: 340px;
background-position-y: bottom;
}
section#offers-carousel {
padding: 10px 0 50px;
}
body.home section#offers-carousel {
padding: 30px 0 50px;
}
.offer-title-wrap {
min-height: 80px;
}
.offer-excerpt-wrap {
min-height: 220px;
}
.offer-title-wrap,
.offer-excerpt-wrap {
min-height: 0;
}
#offers-heading h2,
div#home-page-feature-description h2,
div#home-product-cat-grid-heading h1,
h2#home-testimonials-heading {
font-size: 2.4em;
}
div#home-page-feature-description h3 {
font-size: 1.3em;
}
#home-page-feature-img {
height: 430px;
}
div#home-page-feature-description {
padding: 50px 4vw 50px 5vw;
top: -40px;
}
section#home-testimonials {
padding: 10px 0 40px;
}
img#footer-15yr-logo {
width: 80px;
}
a.attachment-block {
margin-bottom: 30px;
}
h2.news-block-title,
h2.toggle-switch-heading {
font-size: 1.4em;
}
.tractor-intro-section-img {
min-height: 450px;
}
section#brochure-links a {
display: block !important;
width: 100%;
text-align: left;
margin: 0;
}
section#single-tractor-features h2,
.single-tractor #offers-heading h2 {
font-size: 2.3em;
}
section#single-tractor-features {
padding: 10px 0 10px;
}
div#single-tractor-banner {
min-height: 380px;
}
#single-tractor-find-dealer {
padding: 30px 2vw 20px 3vw !important;
}
#ls-difference-find-dealer-row-r {
padding: 35px 4vw 0px 4vw;
}
#ls-difference-find-dealer-row-l {
height: 380px;
}
span#current-series-label {
font-size: 1.2em !important;
}
a#nav-find-dealer-btn-f {
font-size: 12px;
}
}  @media (max-width: 640px) {
.attachment-grid-col {
width: 48%;
}
}   @media (max-width: 575.98px) {
a#nav-find-dealer-btn {
font-size: 12px !important;
padding: 26px 3px;
}
footer.site-footer h3,
div#home-page-feature-description p {
font-size: 1em;
}
._form-content button#_form_14_submit,
._form-content button#_form_57_submit {
font-size: 1.1em !important;
margin-top: -10px !important;
}
section.innerpage-wrap ul {
margin-left: 0;
}
.container {
max-width: 540px !important;
}
div#single-tractor-tabs .vc_tta-panel-body iframe {
width: 100%;
min-height: 350px;
height: 350px !important;
}
section.innerpage-wrap {
padding: 30px 0 30px;
}
img#nav-logo {
width: 120px;
padding: 0;
}
div#class-archive-header-description h1,
section#attachment-page-heading h1,
section#base-page-heading h1 {
font-size: 2em;
}
section#attachment-page-heading h2,
section#base-page-heading h2,
div#class-archive-header-description h2 {
font-size: 1.2em;
}
section#attachment-title-bar h1 {
font-size: 1.5em;
}
section#attachment-title-bar {
padding: 16px 0;
}
.single-blogs section.single-title-bar h1 {
font-size: 1.1em;
}
section#base-page-heading {
background-image: linear-gradient(
0deg,
#ffffff 73%,
rgb(255 255 255 / 13%) 100%
),
url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/attachments-bg-1.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 110px;
padding-bottom: 20px;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img,
body.tax-class.term-utility #class-archive-header-img,
body.tax-class.term-compact #class-archive-header-img,
body.tax-class.term-small-compact #class-archive-header-img {
height: 270px;
background-position-y: bottom;
}
div#class-archive-header-description {
padding: 30px 5vw 10px 4vw;
}
#offers-heading h2,
div#home-page-feature-description h2,
div#home-product-cat-grid-heading h1,
h2#home-testimonials-heading {
font-size: 1.7em;
}
#home-page-feature-img {
height: 300px;
}
div#home-page-feature-description {
padding: 40px 4vw 30px 5vw;
top: -20px;
}
section#home-product-cat-grid {
margin-top: 0px;
}
div#home-product-cat-grid-heading h2,
h3#home-testimonials-subheading {
font-size: 1.2em;
}
.home-product-cat-grid-col {
margin-bottom: 15px;
}
div.home-testimonial-text {
font-size: 1em;
}
i.fa-light.fa-message-quote {
font-size: 32px;
margin-bottom: 15px;
}
.become-dealer-testimonial-wrap {
margin-bottom: 30px !important;
}
.become-dealer-testimonial-wrap p,
div#become-dealer-form-heading p {
font-size: 1em;
}
.become-dealer-testimonial-wrap h2 {
font-size: 1.2em;
}
h2.news-block-title {
font-size: 1.3em;
}
form#gform_2 input,
form#gform_2 textarea,
form#gform_3 input,
form#gform_3 textarea,
form#gform_3 select {
font-size: 1em;
padding: 10px;
}
.tractor-intro-section-img {
min-height: 370px;
}
.tractor-intro-section-description h1 {
font-size: 2.25em;
}
.tractor-intro-section-description p {
margin-bottom: 0;
font-size: 1.1em;
}
.tractor-use-icon-block {
width: 25%;
margin-bottom: 20px;
}
.tractor-intro-section-description {
padding: 30px 4vw 40px 4vw;
}
section#brochure-links a {
padding: 16px 20px;
font-size: 0.9em;
}
section#single-tractor-features h2,
.single-tractor #offers-heading h2 {
font-size: 1.8em;
}
div#single-tractor-banner {
min-height: 300px;
}
#single-tractor-specs tr td {
padding: 10px 10px;
font-size: 0.85em;
}
#single-tractor-specs tr td,
#single-tractor-tabs tr td {
font-size: 0.9em;
}
#single-tractor-find-dealer,
#ls-difference-find-dealer-row-r {
padding: 30px 2vw 10px 4vw !important;
}
.ls-difference-points-row h4 {
font-size: 11em;
margin: -40px 0 -100px;
}
.ls-difference-points-row p {
font-size: 1em;
}
.ls-difference-points-row h3 {
font-size: 1.8em;
}
#ls-difference-find-dealer-row-l {
height: 330px;
}
h2.toggle-switch-heading {
font-size: 1.3em;
line-height: normal;
}
span#current-series-label {
font-size: 1em !important;
padding: 8px 8px !important;
}
a#nav-find-dealer-btn-f {
font-size: 10px;
}
}  @media (max-width: 500px) {
p.woocommerce-result-count {
display: none;
}
footer div#recaptcha_0 {
transform: scale(0.6);
margin-left: -50px;
}
div#parts-page-content h1,
div#parts-page-content h2 {
font-size: 1.5em;
}
section#attachment-page-heading,
section#base-page-heading {
padding-top: 60px;
padding-bottom: 20px;
}
.attachment-grid-col {
width: 47%;
}
div#class-archive-header-description h1,
section#attachment-page-heading h1,
section#base-page-heading h1 {
font-size: 1.7em;
}
.home-product-cat-grid-block h3 {
font-size: 1em;
}
.home-product-cat-grid-block {
padding: 10px 15px 15px;
}
div#copyright-row {
margin-top: 30px;
}
.single-attachment-block h2 {
font-size: 1.1em;
}
#financing-partners-row .wpb_column.vc_column_container {
width: 80%;
}
section#single-tractor-features ul li {
font-size: 0.9em;
}
section#single-tractor-features ul {
padding-left: 20px;
}
div#single-tractor-banner {
min-height: 230px;
}
#single-tractor-find-dealer h2 {
font-size: 1.4em !important;
}
div#dealer-locator-heading p {
font-size: 1.1em;
}
}  @media (max-width: 430px) {
a#nav-find-dealer-btn {
font-size: 12px !important;
padding: 20px 3px;
}
body.tax-class #class-archive-header-img,
body.tax-series #class-archive-header-img,
body.tax-class.term-utility #class-archive-header-img,
body.tax-class.term-compact #class-archive-header-img,
body.tax-class.term-small-compact #class-archive-header-img {
height: 210px;
background-position-y: bottom;
}
.tractor-intro-section-img {
min-height: 250px;
}
.tractor-intro-section-description h1 {
font-size: 1.9em;
}
.tractor-intro-class h3 {
margin: 0;
}
.tractor-use-icon-block {
width: 50%;
}
#ls-difference-find-dealer-row-l {
height: 270px;
}
a#nav-find-dealer-btn-f {
font-size: 7.5px;
}
}   @media (min-width: 576px) {
}   @media (min-width: 768px) {
}   @media (min-width: 992px) {
button.hamburger,
br.mobile-break,
hr.lg-hr {
display: none;
}
ul#primary-menu ul {
display: none;
position: absolute;
min-width: 180px;
background: #172b2b;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 2;
}
ul#primary-menu li ul li {
text-align: center;
display: block;
width: 100%;
}
ul#primary-menu > li.menu-item-has-children:after {
content: "▼";
font-size: 11px;
color: #fff;
position: absolute;
right: -2px;
float: right;
top: 17px;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
}
.stretch-text-col .vc_column-inner {
padding: 0 5vw !important;
}
.stretch-img-col .vc_column-inner {
padding: 0 !important;
}
li#mega-menu-item-799,
li#mega-menu-item-798,
li#mega-menu-item-800,
li#mega-menu-item-77728,
li#mega-menu-item-77766,
li#mega-menu-item-77767 {
display: none !important;
}
main#primary-inner {
min-height: 550px;
}
.inner-sidebar {
border-left: 2px solid #ececec;
padding-left: 30px;
}
div#header-translation-bar {
display: none;
}
}   @media (min-width: 1200px) {
.offer-title-wrap {
min-height: 80px;
}
.offer-excerpt-wrap {
min-height: 200px;
}
.home-product-cat-grid-col {
width: 20% !important;
flex: none;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1360px;
}
.offer-excerpt-wrap {
min-height: 212px;
}
#become-dealer-vid-row .wpb_raw_code.wpb_raw_html.wpb_content_element,
#become-dealer-form-heading .wpb_text_column.wpb_content_element,
.become-dealer-testimonial-wrap {
width: 80%;
display: block;
margin: 0 auto;
}
.become-dealer-testimonial-wrap {
margin: 0 auto 50px !important;
}
}  @media (min-width: 1500px) {
.double-box-row-text-r {
padding-right: 7vw !important;
}
}  @media (min-width: 1650px) {
.container {
max-width: 1600px;
}
.offer-title-wrap {
min-height: 80px;
}
}  @media (min-width: 1700px) {
#home-page-feature-img {
background: url(//lstractorca.com/wp-content/themes/weicks-media-base-theme/img/home-page-feature.jpg);
min-height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position-y: 80%;
}
}
@media (min-width: 1826px) {
a#nav-find-dealer-btn-f {
font-size: 15px;
padding: 22px 3px;
}
}