/**
 * Theme Name: Hop Lite
 * Author: Hop Digital
 * Description: A WordPress Gutenberg theme.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * Text Domain: hop-lite
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.44em;
	margin: 0.67em 0;
	line-height: 1.4;
	margin-top: 0px;
}

h2 {
	font-size: 1.5em;
	line-height: 1.4;
	margin-top: 0px;
}

h3 {
	font-size: 1.25em;
	line-height: 1.4;
	margin-top: 0px;
}

h4 {
	font-size: 1.17em;
	line-height: 1.4;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.wp-block-table.is-style-stripes.dataTable tbody tr {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.dataTable tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.wp-block-table.is-style-stripes.dataTable.no-footer {
	border-bottom: 0px none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: "Open  Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #006be6;
	clear: both;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
	box-sizing: inherit;
}

blockquote, q {
	quotes: "" ""; }
	blockquote:before, blockquote:after, q:before, q:after {
		content: ""; }

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

.wp-block-lite-single-action h3 {
	 background-color: rgba(0,107,231,0.7)!important;
     text-decoration: none;
     font-weight: normal;
}

/*--------------------------------------------------------------
# WP Block Buttons
--------------------------------------------------------------*/
.wp-block-button__link  {
	margin-bottom: 15px !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #f7027c;
	color: #fff;
	font-size: 12px;
	font-size: 1.25rem;
	line-height: 1;
	padding: .6em 1em .4em;
	outline: none;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3d3e98;
}

a:hover, a:focus, a:active {
	color: #00a0d2;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto;
}

.main-navigation .menu-main-container {
	clear: both;
}

.main-navigation:before,
.main-navigation:after {
	content: "";
	display: table;
}

.main-navigation:after {
	clear: both;
}

.main-navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding: 10px 0px;
}

.main-navigation li {
	position: relative;
	display: block;
}

.main-navigation li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	background-image: url(assets/images/arrow-down.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 8px;
	margin-left: 5px;
}

.main-navigation ul ul {
	padding: 0em 1em;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	line-height: 30px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation a {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	padding: 0.6em 0;
}

.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	float: right;
	display: inline-block;
	padding: 0.35em;
	margin: 15px 0px;
	border: 0px none;
}

.menu-toggle > span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	margin: 4px 0px;
}

.site-branding {
	float: left;
	max-width: 230px;
}

.site-branding a {
	display: inline-block;
}

.navigation-posts {
	margin: 0 auto 60px;
}

.navigation-posts > * {
	padding: 8px 14px;
	background: #ddd;
	text-decoration: none;
	color: #333;
	margin: 0px 0px 0px 3px;
}

.navigation-posts a:hover,
.navigation-posts a:focus,
.navigation-posts .current {
	background: #fec93f;
	color: #333;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.header > h1 {
	color: #fff;
	text-align: center;
	padding: 50px 0;
	margin: 0px;
	font-weight: 400;
	text-shadow: 0 0 12px rgba(0,0,0,0.8);
}

.content-bg {
	background: rgba(255,255,255,0.9);
}

main {
	padding-top: 30px;
	padding-bottom: 20px;
}

aside {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.home .site-main article .entry-content > div:first-child {
	margin-top: -30px;
}

.site-main article .entry-header {
	display: none;
}

.blog .site-main article .entry-header,
.archive .site-main article .entry-header {
	display: block;
}

.blog .site-main article .entry-header a,
.archive .site-main article .entry-header a {
	text-decoration: none;
}

.archive .site-main article,
.category .site-main article {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.archive .site-main article:last-of-type,
.category .site-main article:last-of-type {
	border-bottom: 0px none;
}

.single aside {
	border-left: 1px solid #bbb;
}

.site-main article .entry-content {
	margin: 0px;
}

.site-main article .entry-content a {
	color: #3d3e98;
}

.page-template-default main {
	padding-left: 15px;
}

.page-template-default aside {
	padding-right: 25px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	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;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9,
.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-sm-3 { width: 25%; }
.col-sm-4 { width: 33.333333%; }
.col-sm-6 { width: 50%; }
.col-sm-8 { width: 66.666666%; }
.col-sm-8 {	width: 66.666666%; }
.col-sm-9 { width: 75%; }

.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9 { width: 100%; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
	float: left;
	margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
	float: right;
	margin-left: 1.5em;
}

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


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

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

.widget ul {
	list-style: none;
	margin: 0px;
	line-height: 1.6;
}

.widget ul .post-date {
	display: block;
	opacity: 0.7;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#top {
	background: #fec93f;
}

#top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 11px 5px;
}

#top ul li .social {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url('assets/images/social.png');
	font-size: 0px;
}

#top ul li .social.facebook { background-position: 0px 0px; }
#top ul li .social.twitter { background-position: -16px 0px; }
#top ul li .social.linkedin { background-position: -32px 0px; width: 21px; }

#top .col-sm-6:last-child {
	text-align: right;
}

#top .phone {
	font-family:  Arial, Helvetica, sans-serif;
	display: inline-block;
	font-weight: bold;
	margin: 5px 20px 5px 0px;
	text-decoration: none;
	color: #006be6;
}

#top .phone:hover {
	text-decoration: underline;
}

.site-header {
	background: rgba(255,255,255,0.8);
	margin: 0px;
}

.site-footer {
	background: rgba(6,26,100,.9) !important;
}

.site-footer p {
	font-size: 15px;
	line-height: 1.7;
	text-shadow: 1px 1px 1px #000000;
}

.site-footer ul,
.site-footer ol {
	padding: 0px;
}

.site-footer ul li,
.site-footer ol li {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 1px #000000;
}

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

.page-header,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
	margin: 1.5em auto;
	padding-left: 14px;
	padding-right: 14px;
}

.entry-header .wp-post-image {
	margin-bottom: 1.5em;
}

.shortcode_zip_pages {
	display: inline-block;
	margin-right: 5px;
}

.shortcode_zip_pages input[type="text"] {
	line-height: 1.6em;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	outline: none;
}

.shortcode_zip_pages input[type="submit"] {
	line-height: 1.6em;
	padding: 5px 15px;
	font-size: 1em;
}

.ui-autocomplete {
	background: #fff;
	max-width: 200px;
	list-style: none;
	padding: 0px;
	border: 1px solid #ccc;
	color: #666;
}

.ui-autocomplete>li {
	font-size: 1em;
	padding: 5px 10px;
}

.ui-autocomplete>li:hover {
	background: #ededed;
	color: #666;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	display: none;
}

@media screen and (min-width: 664px) {
	.entry-header,
	.page-header,
	.post-navigation,
	.page-navigation,
	.comments-area,
	.not-found .page-content,
	.search .entry-summary {
		padding-left: 0;
		padding-right: 0;
	}
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Forms
---------------------------------------------------------------*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
---------------------------------------------------------------*/

.site-footer {
	background: rgba(0,0,0,0.62);
	padding: 30px 0px 0px 0px;
	margin: 0px;
}

.site-footer,
.site-footer a {
	color: #FFDE00;
	text-decoration: none;
}

.site-footer h3 {
	font-size: 16px;
	color: #fec93f;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
	border-bottom: 1px solid #5a5a5a;
	padding-bottom: 12px;
	margin: 0 0 10px 0;
}

.site-footer .copyright {
	text-align: center;
	padding: 30px 0px;
	margin: 0px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

.main-navigation .custom-logo-link {
	line-height: 1;
	padding: 0;
}

.custom-logo-link img {
	max-height: 98px;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width: 768px) {
	.wp-block-table,
	.wp-block-table.aligncenter,
	.wp-block-table.alignleft,
	.wp-block-table.alignright,
	.wp-block-table thead,
	.wp-block-table tbody,
	.wp-block-table tr,
	.wp-block-table th,
	.wp-block-table td {
		display: block;
		max-width: 100%;
	}

	.wp-block-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.wp-block-table tr {
		border: 1px solid #ccc;
	}

	.wp-block-table tr td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		white-space: normal;
		text-align: left;
	}

	.wp-block-table tr td:before {
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	.wp-block-table tr td:before {
		content: attr(data-title);
	}
}

@media (min-width: 480px) {
	.site-branding {
		max-width: none;
	}

	.menu-toggle {
		margin: 30px 0px;
	}
}

@media (min-width: 600px) {
	/* Columns */
	.entry-content .wp-block-columns {
		margin-left: -16px;
		margin-right: -16px;
	}

	.entry-content .wp-block-columns .wp-block-column {
		margin-right: 16px;
		margin-left: 16px;
	}
}

/* Media Queries */
@media (min-width: 768px) {
	h1 {
		font-size: 2.44em;
	}

	/* Grids */
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.333333%; }
	.col-md-6 { width: 50%; }
	.col-md-8 { width: 66.666667%; }
	.col-md-9 { width: 75%; }

	/* Content */
	.page-template-default main {
		padding-left: 25px;
	}
}

@media (min-width: 992px) {

	.header {
		background: rgba(0,0,0,0.3);
		text-align: center;
	}

	.header > h1 {
		color: #fff;
		text-align: center;
		padding: 100px 0;
		margin: 0px;
		font-weight: 400;
		text-shadow: 0 0 12px rgba(0,0,0,0.8);
	}

	/* Nav */
	.menu-toggle {
		display: none;
	}

	.main-navigation {
		clear: none;
		background: transparent;
	}

	.main-navigation li {
		display: inline-block;
		margin-right: 8px;
		padding: 23px 0px;
	}

	.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;
		text-align: left;
		background: #fff;
	}

	.main-navigation ul ul li {
		padding: 7px 5px;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation ul {
		display: block;
		text-align: right;
	}

	.main-navigation .menu-main-container {
		clear: none;
	}
}

@media (min-width: 1200px) {

	.content-bg {
		padding: 0px 45px;
	}

	.site-footer .container {
		margin: 0 45px;
	}

	.site-main .container .entry-content > .alignfull {
		margin-left: -60px;
		margin-right: -60px;
	}

	.main-navigation li {
		display: inline-block;
		margin-right: 15px;
		padding: 30px 0px;
	}

	.main-navigation a {
		padding: 0 .5em;
	}
}
