/*!
Theme Name: Mace Kingsley
Theme URI: http://underscores.me/
Author: Mason Hale
Author URI: https://wilsonprintingusa.com
Description: Custom theme for Mace Kingsley
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mace-kingsley
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mace Kingsley is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.content 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%;
}

/* Elements
--------------------------------------------- */
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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
    text-decoration: none;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    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;
}

/* Small menu. */
.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%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}








/* ===== CUSTOM CSS ===== */
/* ========== BASICS ========== */

.maxWidth {
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.space {
    justify-content: space-between;
}

.flex.column {
    flex-direction: column
}

:root {
    --orange: #F16831;
    --blue: #00CDCD;
    --tan: #FDFAF0;
    --yellow: #E3CF16;
    --titleYellow: #FFF27D;
    --orangeGradient: linear-gradient(76.07deg, #F16831 26.95%, #FC8657 76.38%);
}

a.btn {
    margin: 15px 0 0;
    display: inline-block;
    background: var(--orange);
    color: #FFF;
    padding: 10px 25px;
}

a.btn:hover {
    background-color: #333;
    color: #FFF;
}

h1 {
    font-size: 5em;
    line-height: 1.15em;
}

h1 span {
    color: var(--titleYellow);
}

h2 {
    font-size: 2.5em;
    line-height: 1.15em;

}

h2 span {
    color: var(--orange)
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    text-transform: uppercase;
}

section {
    padding: 100px 0;
}



/* ===== END OF BASICS ===== */

/* NAVIGATION */
#halfHead header,
#hp header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    min-height: 700px;
}

#halfHead header .maxWidth,
#hp header .maxWidth {
    position: relative;
}

#halfHead header #menuPhone,
#hp header #menuPhone {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #FFF;
    font-weight: bold;
    line-height: 1.15em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    font-size: 2em;
}

#halfHead header #menuPhone a,
#hp header #menuPhone a {
    color: inherit;
    display: block;
    text-decoration: none;
}

#halfHead header nav,
#hp header nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
}

#halfHead header nav ul li a,
#hp header nav ul li a {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    font-size: 1.25em;
}

#halfHead header ul li a:hover,
#hp header nav ul li a:hover {
    background-color: #FFF;
    color: var(--orange);
}

header#masthead {
    transition: unset;
}

header#masthead.normal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: auto;
    min-height: unset;
    transition: 0.5s ease top;
}

header#masthead.normal nav {
    position: relative;
    justify-content: flex-start;
    display: block;

}



header#masthead.normal nav ul li a {
    font-size: 18px;
    padding: 5px 15px;
}

header#masthead.normal img {
    width: auto;
    height: 70px;
}

header#masthead.normal #menuPhone {
    font-size: 1em;
    top: 15px;
    text-shadow: unset;
    color: #333;
}

header#masthead.normal .menu-main-menu-container {
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

header#masthead.normal.sd {
    top: -300px;

}




























/* END OF NAVIGATION */

/* HOMEPAGE */
#halfHead #hook,
#hp #hook {
    padding: 100px 0;
    background-size: cover;
    background-position: 0;
    height: 100vh;
    position: relative;
    min-height: 700px;
}

#halfHead #hook .background,
#hp #hook .background {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;

}



#halfHead #hook {
    height: 50vh;
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
}

#halfHead header {
    height: 50%;
    min-height: 600px;
}

#halfHead #hook .screen {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 96.28%);
}

#halfHead #hook h1 {
    margin-bottom: 50px;
}

#hook h1 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #FFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 5;
    font-size: 6em;
}

#hook h1 span {
    color: --titleYellow;
    display: block;
}

.screen {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 96.28%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}

#srvSelect {
    background-color: var(--blue);
    padding: 25px 0;
    position: relative;
}

#srvSelect .nextArrow,
#srvSelect .prevArrow {
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;

}

#srvSelect .prevArrow {
    left: -50px;
    transform: translateY(-50%) rotate(-45deg);
}

#srvSelect .nextArrow {
    right: -50px;
    transform: translateY(-50%) rotate(135deg);
}

#srvSelect a {
    padding: 25px;
    width: 250px;
    font-size: 18px;
    justify-content: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;

}

#srvSelect a:hover {
    background-color: #00d5d5
}

#srvSelect a p {
    color: #FFF;
    font-weight: bold;
    text-decoration: unset;
    margin: 15px 0 0 0;
}

#srvSelect #content {
    padding: 100px 0;
}

#content .srv {
    width: 47.5%;
    height: 250px;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    position: relative;
}

#content .srv .screen {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

#content .srv a {
    color: #FFF;
    background-color: var(--orange);
    padding: 5px 20px;
    font-size: 18px;
}

#content .srv .title {
    width: 50%;
    position: relative;
    z-index: 2;
}


/* QUOTE SECTION */
#quote {
    padding: 200px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

#quote .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: 0.6;
    z-index: 1;
}

#quote h3 {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 2em;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #FFF;
    position: relative;
    z-index: 3;
}

#quote p {
    text-align: right;
    width: 1100px;
    margin: 25px auto 0;
    font-weight: bold;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #FFF;
    z-index: 3;
    position: relative;

}

#vids {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 100px 0;
}

#vids h2 {
    text-align: center;
    color: var(--orange);
}

#vids .videoSlider {
    width: auto;

}

#vids .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0.7);
    transition: 1s ease all;
}

#vids .item img {
    height: auto;

    display: block;
    filter: brightness(0.5);
    transition: 1s ease all;
}

#vids .item .embContain {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

#vids .item .embContain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vids .item .screen {}

#vids .item .title {
    font-size: 16px;
    margin-top: 5px;
    transition: 1s ease all;
    width: 100%;
}

#vids .item.slick-current {
    transform: scale(1);
}

#vids .item.slick-current .title {
    font-size: 1em;
    margin-top: 15px;

}

#vids .item.slick-current .screen {
    background-color: unset;
}

#vids .item.slick-current img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1);

}

#vids .nextArrow {
    width: 30%;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

#vids .prevArrow {
    width: 30%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#vids #playbtn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


#vids .btncontain {
    text-align: center;
    padding: 50px 0 0 0;
}

#testimonials {
    background: var(--orangeGradient);
    padding: 100px 0;
    color: #FFF;
}

#testimonials .slick-prev.slick-arrow {
    display: none;
}

#testimonials a.btn {
    color: var(--orange);
    background: #FFF;
}

#testimonials a.btn:hover {
    background-color: #333;
    color: #FFF;
}

#testimonials .nextArrow {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg);
}

#testimonials .left {
    width: 400px;
}

#testimonials .right {
    width: 800px;
}

#testimonials .item {
    margin: 0 0 0 25px;
    display: flex;
    align-items: center;
    width: 330px;
    height: 100%
}

#testimonials .item .sc {
    font-size: 18px;
    text-align: center;
}

#map {
    height: 500px;
    width: 100%;
    padding: unset;
    position: relative;
}

#map iframe {
    width: 100%;
    height: 500px;
}

#map .floater {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    background-color: #FFF;
    padding: 25px;
    border-radius: 25px;
}

#map .floater p {
    margin: unset;
}

#map .floater h3 {
    margin: unset;
}

.blue #footerMenu {
    background-color: var(--blue);
}



















































/* SERVICES */
#quickSelect {
    background-color: var(--blue);
    color: #FFF;
    padding: 50px 0;
}

#quickSelect .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    padding: 25px;
    margin: 0 15px;
    cursor: pointer;
    transition: 1s ease all;
    text-align: center;
}

#quickSelect .item:hover {
    transform: scale(1.1);
}

#quickSelect .item img {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}

.srv-main {
    position: relative;
}

.srv-main .backimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
}

.srv-main .backColor {
    background-color: var(--orange);
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -10;
}

.srv-main .flex {
    align-items: stretch;
    align-content: stretch;
}

.parent-srv {
    width: 40%;
    color: #FFF;

}

.child-contain {
    width: 60%;
    height: 100%;
    padding: 50px 0;
}

.parent-srv .maxWidth {
    position: relative;
    z-index: 2;

}

.parent-srv .screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 96.28%);
}

.child-contain .serv {
    background-color: #FFF;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 25px;
}

.parent-srv h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.srv-main.alt .backimg {
    left: unset;
    right: 0;
}

.srv-main.alt .flex {
    flex-direction: row-reverse;

}

.parent-srv .pinned {
    padding: 50px 0;

}



.parent-srv .pinned a {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--orange);
    color: #FFF;
    text-decoration: none;
    margin: 0 50px 15px 0;
    font-weight: bold;
    cursor: pointer;

}

.parent-srv .pinned a:hover,
.parent-srv .pinned a:nth-child(odd):hover {
    background-color: #fff;
    color: var(--orange)
}

.parent-srv .pinned a:nth-child(odd) {
    background-color: var(--blue);
}




/* FOOTER DESIGN */
footer .mid {
    padding: 50px 0;
}

footer .mid .left {
    display: flex;
}

#footerMenu {
    background-color: var(--orange);
    color: #FFF;

}

#footerMenu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: unset;
    padding: unset;
}

#footerMenu ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    padding: 10px 25px;
    display: inline-block;
}

#footerMenu ul li a:hover {
    background-color: #FFF;
    color: var(--orange);
}

footer .mid .left img {
    margin-right: 25px;
}

footer .mid .left .flex {
    justify-content: flex-start;
}

footer .mid p {
    margin: 15px 0 0px 0;
}

footer .mid .left {
    margin-right: 50px;
}

footer .bottom {
    background-color: #f7f7f7;
    padding: 50px 0
}

footer .bottom p {
    font-size: 14px;
    margin: 0 20px;

}

footer #copyright {
    background-color: #333;
    color: #FFF;
    font-size: 14px;
}

footer #copyright a {
    color: inherit;
}

/*AMAZON SMILE PLACEHOLDER*/
.ams {
    background-color: yellow;
    color: #000;
    width: 400px;
    height: 150px;
}






/* TESTIMONIAL SECTION */
#successHome .mainwrap .right {
    background-color: var(--blue);
    color: #FFF;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 30%;
    height: auto;

}

#successHome .backaccent {
    background-color: var(--blue);
    width: 30%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1;
}

#successHome .mainwrap .left {
    width: 70%;
}

#successHome {
    background-color: var(--tan);
    position: relative;
}

#successHome .mainwrap {
    align-items: stretch;
    position: relative;
    z-index: 2;
}

#successHome .mainwrap .right h2 {
    font-size: 1.5em;
    margin-bottom: 25px;
}

#successHome .mainwrap .right .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    flex-direction: column;
    margin: 15px 0;
    color: #FFF;
    font-weight: bold;
    padding: 15px;
    border-radius: 15px;

}

#successHome .mainwrap .right .item img {
    margin-bottom: 10px;
    width: 50px;
    height: auto;
}

#successHome .mainwrap .right .item:hover {
    background-color: #00a8a8;
}

#successHome .mainwrap .right p {
    text-align: center;
    margin: unset;

}

#successHome .mainwrap .left .hider {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease all;
}

#successHome .mainwrap .left .hider.open {
    height: auto;
}

#successHome .mainwrap .left .hider.open .screen {
    display: none;
}

#successHome .mainwrap .left .hider .screen {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

#successHome .mainwrap .left h3 {
    text-transform: none;
    font-size: 1.5em;
    margin: unset;
}

#successHome .mainwrap .left .category {
    color: var(--orange);
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

#successHome .mainwrap .left .item {
    padding: 50px;
    background-color: #FFF;
    border-radius: 15px;
    margin: 50px 50px 50px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

#successHome .mainwrap .left .showMore {
    background-color: var(--orange);
    color: #FFF;
    padding: 10px 25px;
    margin: 25px 0 0;
    display: inline-block;
    cursor: pointer;
}

.paginate .prev.page-numbers,
.paginate .next.page-numbers {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 25px;
    color: #FFF;
    background-color: var(--orange);
    border-radius: 20px;

}

.paginate .page-numbers {
    color: var(--orange);
    margin: 0 5px;
}

.paginate span.page-numbers {
    color: #000;
}

.paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 50px
}

main.contactPage h2 {
    font-size: 2em;
}

main.contactPage form {
    width: 100%
}

main.contactPage form input,
main.contactPage form textarea,
main.contactPage form select {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}

main.contactPage form .row {
    display: flex;
    justify-content: space-between;
}

main.contactPage form .row span {
    width: 49%;
}

main.contactPage form p {
    margin: unset;
}



main.contactPage form label {
    width: 49%;
}

main.contactPage form input,
main.contactPage form textarea,
main.contactPage form select {
    background-color: #F7F7F7;
    margin-bottom: 10px;
}

main.contactPage form textarea {
    height: 200px;
}

main.contactPage form input[type="submit"] {
    background-color: var(--orange);
    color: #FFF;
    display: inline-block;
    padding: 10px 25px;
    border: unset;
    width: auto;
    cursor: pointer;
}

main.contactPage form input[type="submit"]:hover {
    background-color: #000;
}

main.contactPage .wp-block-column h3 {
    color: var(--orange);
    margin: 0 0 10px 0;
    font-size: 1.25em
}

main.contactPage .wp-block-column .border-left {
    border-left: 4px solid var(--orange);
    padding: 0 0 0 10px;
    margin-bottom: 25px;
}

main.contactPage .wp-block-column .border-left p {
    margin: 0 0 15px;
}

main.contactPage .wp-block-columns.center {
    justify-content: center;
    align-items: center;
}

#mobileMenu {
    display: none;
}



/* NEW NAVGATION */
#halfHead header,
#hp header {
    height: auto;
    min-height: unset;
    position: absolute;
}

#halfHead header nav ul li a,
#hp header nav ul li a {
    font-size: 18px;
}

#halfHead header nav,
#hp header nav {
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
    display: block;
    justify-content: unset;
    width: auto;
    padding: 0 50px 0 25px;
    border-radius: 0 0 0 10px;
}

#halfHead header .maxWidth.navmax,
#hp header .maxWidth.navmax {}

#halfHead header #menuPhone,
#hp header #menuPhone {
    top: 70px;
    font-size: 1.5em;
}

#halfHead header nav ul li a,
#hp header nav ul li a {
    padding: 10px 15px;
}

#hp #hook {
    height: 750px;
    min-height: unset;
    border-bottom: 10px solid var(--orange);
    background-attachment: fixed;
}

#halfHead #hook {
    border-bottom: 10px solid var(--orange);
    padding: unset;
}

#halfHead #hook h1 {
    top: unset;
    bottom: 50px;
    margin: unset;
}

#hook .maxWidth {
    position: relative;
    height: 100%;
}

#hook h1 {
    font-size: 4em;
    text-align: left;
    bottom: unset;
    top: 30%;
    left: 50px;
    width: auto;

}

header#masthead.normal nav {
    border-radius: unset;
    padding: unset;
}

header#masthead.normal nav ul li a {
    font-weight: normal;
}

header#masthead.normal {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);

}

nav ul ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #FC8657;
}

#halfHead header nav ul ul.sub-menu li a,
#hp header nav ul ul.sub-menu li a {
    text-align: left;
    font-size: .75em;
}

#footerMenu ul ul {
    display: none;
}


@media (max-width:1300px) {
    #hook h1 {
        font-size: 4em
    }

    #halfHead header #menuPhone,
    #hp header #menuPhone {
        font-size: 1.5em;
    }

    #srvSelect a {
        width: 200px;
    }

    section {
        padding: 50px 0;
    }

    #quote {
        padding: 100px 0;
    }

    #quote h3 {
        font-size: 1.5em;
    }

    #testimonials .right {
        width: 400px;
    }

    #testimonials {
        padding: 50px 0;
    }

    #map .floater {
        left: 0;
        top: unset;
        bottom: 0;
        transform: unset;
        border-radius: unset;
    }

    #quote p {
        width: 100%;
        padding: 0 25px 0 0;
    }

    h2 {
        font-size: 2em;
    }
}

@media (max-width:1050px) {
    html {
        font-size: 18px;
    }

    #hook h1 {
        font-size: 3.5em;
    }

    #halfHead header nav ul li a,
    #hp header nav ul li a {
        font-size: 1em;
    }

    #successHome .mainwrap {
        flex-direction: column-reverse;
    }

    #successHome .mainwrap .right {
        width: 100%;

    }

    #successHome .mainwrap .right .target {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #successHome .backaccent {
        width: 100%;
        height: 335px;
    }

    #successHome .mainwrap .right h2 {
        text-align: center;
    }

    #successHome .maxWidth {
        padding: unset;
    }

    #successHome .mainwrap .left {
        width: 100%;
        padding: 0 50px;
    }

    #successHome .mainwrap .left .item {
        width: 100%;
        margin: 50px 0;
    }

    h2 {
        font-size: 2em;
    }

    #halfHead #hook,
    #hp #hook {
        height: 600px;
        background-position: center;
    }

    #halfHead header,
    #hp header {
        height: 600px;
    }

    #catFloater {
        width: 100%;
        display: block;
    }

    footer .mid .maxWidth.flex {
        flex-direction: column;
    }

    footer .mid .maxWidth.flex .right {
        margin-top: 50px;
    }

    .srv-main .flex {
        flex-direction: column;
    }

    .parent-srv {
        width: 100%;
    }

    .child-contain {
        width: 100%;
    }

    .srv-main .backColor {}

    .srv-main .backimg {
        width: 100%;
        height: 55%;
        background-position: center;
        background-size: cover;
    }

    .parent-srv .pinned {
        padding: 50px 0 0;
        text-align: center;

    }

    .parent-srv .pinned a {
        margin: 0 15px 0;
    }

    #srv-1 .flex {
        flex-direction: column;
    }

    .srv-main.alt .flex {
        flex-direction: column;
    }

    header img {
        height: 150px;
        width: auto;
    }

    #srvSelect .flex {
        flex-wrap: wrap;
    }

    #halfHead header nav,
    #hp header nav {
        bottom: unset;
        left: unset;

    }

    #halfHead header nav,
    #hp header nav {
        justify-content: flex-end;
        width: 300px;
        right: -400px;
        transition: 0.5s ease all;
    }

    #halfHead header.open nav,
    #hp header.open nav {
        right: 0px;
    }

    .main-navigation ul {
        flex-direction: column;
        width: 100%;
    }

    #halfHead header nav ul li a,
    #hp header nav ul li a {
        text-align: right;
        width: 100%;

    }

    header nav .menu-main-menu-container {
        width: 100%;
    }

    #halfHead #hook,
    #hp #hook {
        border-bottom: 10px solid var(--orange);
    }

    #halfHead header,
    #hp header {
        height: 600px;
    }

    #halfHead header #menuPhone,
    #hp header #menuPhone {
        right: 150px;
    }

    #mobileMenu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        display: block;
        width: 75px;
        height: 75px;
        cursor: pointer;
        padding: 15px;

    }

    #mobileMenu rect {
        fill: #FFF;
    }

    header {
        overflow: hidden;
    }

    #hook h1 {
        margin: unset;
    }

    header#masthead.normal nav {
        width: 100%;
        right: unset;
        height: 0px;
        transition: 0.5s ease all;
    }

    header#masthead.normal.open nav {
        height: auto;
    }

    header#masthead.normal .menu-main-menu-container {
        padding: unset;
    }

    header#masthead.normal nav ul li a {
        padding: 10px 50px 10px 0;
    }

    header.normal #mobileMenu rect {
        fill: #000;
    }

    #footerMenu ul {
        flex-wrap: wrap;
    }

    footer .flex {
        flex-wrap: wrap;
    }

    footer .bottom p {
        margin: 0 0 15px;
    }

    header#masthead.normal {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    #halfHead #hook h1 {
        margin: unset;
    }

    #quickSelect .flex {
        flex-wrap: wrap;
    }

    #hp #hook {
        background-position: right;
    }

    #halfHead header.open nav,
    #hp header.open nav {
        padding: unset;
    }

    #halfHead header #menuPhone,
    #hp header #menuPhone {
        top: 50px;
    }

    #hook h1 {
        top: unset;
        bottom: 50px;
    }

    #halfHead header.open nav,
    #hp header.open nav {
        top: 130px;
    }

    header#masthead.normal.open nav {
        top: 0px;
    }

    nav ul ul.sub-menu {
        display: none;
    }
}

@media (max-width:750px) {
    #testimonials .flex {
        flex-direction: column;
        justify-content: flex-start;
    }

    #testimonials .left {
        width: 100%;
        text-align: center;
    }

    #testimonials .right {
        width: 90%;
    }

    #testimonials .item {
        margin: unset;
    }

    #quote h3 {
        font-size: 1.2em;
    }

    #quote {
        padding: 75px 0;
    }

    .maxWidth {
        padding: 0 25px;
    }

    #content .srv {
        width: 100%;
    }

    #content div.srv:last-child {
        margin: unset;
    }

    #vids {
        padding: 50px 0;
    }

    footer .mid .left {
        margin: unset;
        flex-direction: column;
    }

    footer .mid .left .custom-logo-link {
        margin-bottom: 25px;
    }

    footer .mid .left img {
        margin: unset;
    }

    footer .mid .left .flex {
        justify-content: space-around;
    }

    footer .mid p {
        text-align: center;
    }

    #mobileMenu {
        right: 25px;
    }

    header#masthead.normal #menuPhone {
        top: 20px
    }
}

@media (max-width:650px) {
    header img {
        height: 100px;
    }

    #halfHead header #menuPhone,
    #hp header #menuPhone {
        font-size: 1em;
        width: 100%;
        right: unset;
        left: 0;
        top: 0;
        background-color: var(--orange);
        padding: 5px 15px;
        text-align: center;
        text-shadow: unset;

    }

    #halfHead header .maxWidth,
    #hp header .maxWidth {
        padding: unset;
    }

    #halfHead header #menuPhone a,
    #hp header #menuPhone a {
        display: inline;
    }

    #mobileMenu {
        top: 40px;
        transform: unset;
    }

    header img {
        position: relative;
        margin-top: 40px;
        left: 25px;
    }

    #halfHead header,
    #hp header {
        height: unset;
    }

    #halfHead header.open,
    #hp header.open {
        height: auto;
    }

    header#masthead.normal #menuPhone {
        top: 0px;
        color: #FFF
    }

    #halfHead header.open nav,
    #hp header.open nav {
        position: relative;
        margin: 0 0 auto auto;
    }

    #srvSelect .maxWidth {
        padding: unset;
    }

    #srvSelect a {
        width: 45%;
    }

    #vids #playbtn {
        width: 50px;
        height: 50px;
    }

    #vids .prevArrow,
    #vids .nextArrow {
        width: 50px;
    }

    #map .floater {
        position: relative;

    }

    #map {
        height: auto;
    }

    #successHome .mainwrap .left {
        padding: 0 25px;
    }

    #successHome .mainwrap .right {
        padding: 50px 25px;
    }

    header#masthead.normal nav ul li a {
        padding: 10px 25px 10px 0;
    }

    #successHome .mainwrap .left .item {
        padding: 25px;
    }

    #successHome .mainwrap .left h3 {
        font-size: 1.25em;
    }

    footer .bottom {
        padding: 25px 0;
    }

    footer .mid .maxWidth.flex .right {
        margin-top: 25px;
    }

    footer .mid {
        padding: 25px 0;
    }

    section {
        padding: 25px 0
    }

    #halfHead #hook,
    #hp #hook {
        padding: 50px 0;
    }

    #halfHead #hook h1 {
        font-size: 3em;
    }

    .parent-srv .pinned a {
        margin: 10px 15px 0;
    }

    #halfHead #hook {
        padding: unset;

    }

    #halfHead header.open nav,
    #hp header.open nav {
        top: unset;
    }
}

@media (max-width:500px) {
    #halfHead #hook {
        min-height: 450px;
        height: 450px;
    }

    #halfHead header {
        min-height: 450px;
    }

    #hook h1 {
        bottom: 25px;
    }

    main.contactPage h2 {
        font-size: 1.5em;
    }

    main.contactPage form {
        margin-bottom: 25px;
    }

    #hook h1,
    #halfHead #hook h1 {
        font-size: 2.5em;
    }

    .child-contain .serv {
        padding: 25px;
    }

    h2 {
        font-size: 1.5em;
    }

    #quickSelect .item {
        width: 150px;
        margin: unset;
    }

    #halfHead #hook,
    #hp #hook {
        background-attachment: local;
    }

    .srv-main .backimg {
        background-size: auto 400px;
        background-repeat: no-repeat;
        background-attachment: local;
        background-position: top center;
    }

    .srv-main .backimg .screen {
        display: none;
    }

    .content ul {
        margin: unset;
    }

    .wp-block-image .alignright {
        float: none;
    }

    #vids .item {
        padding: 25px;
    }

    .home #hook .quickBtns a {
        justify-content: center;
    }

    #hook h1 {
        left: unset;
        text-align: center;
    }


}





















































/* END */
