/*!
Theme Name: lgbteldersday
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lgbteldersday
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 with others.

lgbteldersday is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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: 2em;
	/* margin: 0.67em 0; */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #110505;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0 0 1em;
	font-size: 1em;
	color:#110505;
}
h1 {
	font-size:2.25em;
	font-weight:400;
	color:#fff;
}
h1.site-title {
	margin:0;
}
h2 {
	font-size: 1.5em;
	font-weight:400;
	color:#531080;
}
h3 {
	font-size:1.125em;
	font-weight:700;
	color:#004cb0;
}
h4 {
	font-size:1.125em;
	font-weight:400;
	color:#ea691f;
	margin:1em 0;
	text-align:left;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #005ca8;
	color: white;
	font-size: 16px;
	font-size: 1em;
	line-height: 1;
	padding: 0.5em 1em;
	transition:background 0.25s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background:#00102f;
}

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;
	background:black;
}

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;
	width:100%;
	max-width:500px;
}

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


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #005ca8;
	text-decoration: none;
	transition:color 0.25s ease;
}

a:visited {
	color: #005ca8;
}

a:hover, a:focus, a:active {
	color: #00102b;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
a.block {
	display:block;
	margin:0 0 1em;
	line-height:1.5;
}

a.blacklink {
	display:block;
	font-size:1em;
	font-weight:700;
	color:#110505;
	text-decoration:none;
	transition:color 0.25s ease;
	margin:0 0 1em;
	line-height:1.5;
}
a.blacklink:hover, 
a.blacklink:focus,
a.blacklink:active {
	color:#666;
}
a.blacklink.toolkit img {
	margin-right:1em;
	vertical-align:middle;
}
a.blacklink.toolkit {
	line-height:50px;
	margin-bottom:0.25em;
}
.site-branding a {
	background-color:inherit;
	text-decoration:none;
}
.site-branding a:hover, 
.site-branding a:focus, 
.site-branding a:active {
	background-color: inherit;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* ---- MAIN NAVIGATION ---- */
.main-navigation {
	clear: right;
	display: block;
	float: right;
	background:#fff url('images/border-short.png.') bottom left repeat-x;
}

.main-navigation ul {
	display: block;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
	margin-bottom:1em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#005ca8;
	padding:0 1em;
	transition:color 0.25s ease;
}
.main-navigation li:first-of-type > a {
	padding-left:0;
}
.main-navigation li:last-of-type > a {
	padding-right:0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#00102f;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* .main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor,
.main-navigation .current-menu-ancestor {
	background-color:#005ca8;
} */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	/* color:white; */
	color:#00102f;
}

/* ---- FOOTER NAVIGATION ---- */
.footer-navigation {
	clear: none;
	display: block;
	float: right;
}

.footer-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation li {
	float: left;
	position: relative;
	text-align:center;
	padding:0 0.5em;
}
.footer-navigation li:first-of-type {
	padding-left:0;
}
.footer-navigation li:last-of-type {
	padding-right:0;
}
.footer-navigation a {
	font-size:0.9em;
	color:#2d61a6;
	text-decoration: none;
	transition:color 0.25s ease;
}
.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
	color: #00102b;
}
.footer-navigation img {
	vertical-align:top;
	
}

/* ---- COMMENT NAVIGATION ---- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 1em;
	overflow: hidden;
	width:calc(100% - 2em);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 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;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-inner {
	max-width:1320px;
	width:100%;
	margin:0 auto;
	padding-left: 1em;
	padding-right: 1em;
}

.site-header {
	padding-top:1em;
}
.site-branding {
	float:left;
	width:248px;
}
#topright {
	float:right;
	height:150px;
}
#topright .search-form {
	float:right;
}
#topright .search-field {
	border:1px solid #f9c640;
	border-radius:0;
	background:white url('images/search-icon.png') 160px center no-repeat;
	width:185px;
}
#topright .search-field::-webkit-input-placeholder { /* WebKit browsers */
	color: transparent;
}
#topright .search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: transparent;
}
#topright .search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: transparent;
}
#topright .search-field:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: transparent;
}

#topright .search-submit {
	display:none;
}

#social-icons {
    position: relative;
	list-style:none outside none;
	float:left;
	margin-right:5em;
	margin-top:0.25em;
}

#social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#social-icons li, #social-icons a {
    height: 24px;
	width:24px;
    display: block;
	background-color: inherit;
}
#social-icons a:hover,
#social-icons a:focus,
#social-icons a:active {
	background-color: inherit;
}

#social-icons #youtube {
    left: 0px;
    background: url('images/social-media.png') 0 0;
}

#social-icons #instagram {
    left: 30px;
    background: url('images/social-media.png') -26px 0;
}

#social-icons #facebook {
    left: 60px;
    background: url('images/social-media.png') -54px 0;
}

a.hashtag {
	font-size:2.25em;
	color:#00abe9;
	font-weight:300;
	display:block;
	text-align:right;
	margin-top:2em;
	transition: color 0.25s ease;
}

a.hashtag:link, 
a.hashtag:visited {
	color:#00abe9;
}
a.hashtag:hover, 
a.hashtag:focus, 
a.hashtag:active {
	color:#00102f;
	text-decoration:none;
}

.site-footer {
	margin-top:4px;
	padding-bottom:1em;
}
.site-footer .divider {
	background:#fff url('images/border-short.png') top left repeat-x;
	height:8px;
	width:100%;
	margin-bottom:2em;
}

.site-footer #footer-left {
	float:left;
	width:50%;
}
.site-footer #footer-right {
	float:right;
	width:50%;
	text-align:right;
}
#sponsors h3 {
	color:#005ca8;
	margin:1em 0;
}
#sponsors a.sponsor {
	display:inline-block;
	padding: 0 1em;
}
#sponsors a.sponsor:first-of-type {
	padding-left:0;
}
.copyright {
	clear:both;
	font-size:0.7em;
	color:#2d61a6;
	margin-top:120px;
}
.blog-grid article {
	max-width: calc(50% - 1em) !important;
	margin: 0.5em !important;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	position:relative;

}

.blog-grid article:nth-of-type(1){
	background:#FFEEC9;
}
.blog-grid article:nth-of-type(2){
	background:#F0BFBD;
}
.blog-grid article:nth-of-type(3){
	background:#D5E6C3;
}
.blog-grid article:nth-of-type(4){
	background:#CCEBF8;
}
.blog-grid article:nth-of-type(5){
	background:#D9D2DE;
}
.blog-grid article:nth-of-type(6){
	background:#BFD4E7;
}

/*.vce-yt-video-player-inner::before {
	padding-top:0 !important;
}*/

/* Metaslider Styles */
.metaslider .caption-wrap {
	background: #025da8 !important;
	/* background:rgba(2, 93, 168, 0.7) !important; */
	background:rgba(0, 0, 130, 0.65) !important;
	border-top:3px solid white;
	border-bottom:3px solid white;
	bottom:30px !important;
	padding:1em 0 !important;
	opacity:1 !important;
}

.metaslider .caption {
	text-align:center;
	text-shadow: 4px 4px 4px #000;
}

.metaslider .caption h2 {
	font-size:2.25em;
	font-weight:400;
	color:#fff;
	margin:0 0 0.5em;
}

.metaslider .caption p {
	font-size:1.125em;
	font-weight:700;
	color:#f3c752;
}

/* Evergreen Countdown Timer styles */

.icp-countdown .icp-digit {
	font-size:4.5em !important;
	color:#03b3ee !important;
}
.icp-countdown .icp-label {
	color:white !important;
	font-weight:700 !important;
	font-size:1.125em !important;
}
.countdown-label * {
	text-align: center; 
	color: white; 
	font-size: 1.125em; 
	margin-bottom: 0;
	font-weight:700;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.header-image img {
	width:100%;
	height:auto;
}
.header-image .vce-single-image-inner, 
.header-image .vce-single-image-wrapper {
	display:block;
}

/* Title Boxes */
.title-box {
	padding:1.25em;
}
.title-box h1 {
	color:white;
	font-size:2.25em;
	font-weight:400;
	text-align:center;
}
.title-box.orange {
	background-color:#ea691f;
}
.title-box.blue {
	background-color:#32ade4;
}
.title-box.teal {
	background-color:#00929d;
}
.title-box.red {
	background-color:#a11828;
}
.title-box.green {
	background-color:#569c10;
}
/* Content Boxes */
.teal-box {
	background-color:#00929d;
	color:white;
	padding:1.25em;
}
.teal-box h1 {
	color:white;
	font-size:1.5em;
	margin:0;
	text-transform:capitalize;
	font-weight:400;
}
.teal-box p {
	color:white;
}
.teal-box a {
	color:white;
	text-decoration:none;
	display:block;
	margin:0 0 1em;
	line-height:1.5;
}
.teal-box a:hover, 
.teal-box a:focus, 
.teal-box a:active {
	text-decoration:underline;
}

.light-grey-box {
	background-color:#d9d2de;
}
.grey-box {
	background-color:#d5ec63;
}
.light-blue-box {
	background-color:#ccebf8;
}
.blue-box {
	background-color:#bfd4e7;
}
.light-pink-box {
	background-color:#fbe1d2;
}
.pink-box {
	background-color:#f0bfbd;
}
.gold-box {
	background-color:#f2c734;
	text-align:center;
}
.gold-box p {
	margin-bottom:0;
}
.peach-box {
	background-color:#fff2d3;
}

.featured-story h2 {
	font-size:1.125em;
	color:#000;
	font-weight:400;
}
.featured-story p {
	color:#000;
	font-size:0.75em;
}

.social-icons-lg {
	text-align:center;
	margin:1em auto;
}
.social-icons-lg img {
	margin:0 0.5em;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 4px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

.nomargins {
	margin:0 !important;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width:1130px) and (max-width:1290px) {
	.countdown-label * {
		font-size:1em;
	}
}

@media screen and (min-width:768px) and (max-width:1130px) {
	.icp-countdown .icp-digit {
		font-size:2em !important;
	}
	.icp-countdown .icp-label {
		font-size:0.8em !important;
	}
	.countdown-label * {
		font-size:0.9em;
	}
}

@media screen and (max-width:1090px) {
	.main-navigation {
		clear:both;
		float:none;
		width:100%;
	}
	.main-navigation ul {
		display:flex;
		justify-content:space-between;
	}
}

@media screen and (max-width:767px) {
	#topright {
		float:right;
		height:auto;
		margin-top:3em;
	}
	.vce-col-inner {
		border-top:4px solid white;
	}
	.title-box .vce-col-inner, 
	.teal-box .vce-col-inner, 
	.gold-box .vce-col-inner {
		border-top:none;
	}
	.vce-posts-grid-container .vce-posts-grid-list {
		display:block !important;
	}
	.blog-grid article {
		max-width: 100% !important;
	}
}

@media screen and (max-width:700px) {
	.site-branding, 
	#topright {
		float:none;
		width:100%;
		margin-top:0;
		height:auto;
	}
	h1.site-title {
		text-align:center;
	}
	#social-icons {
		float:right;
	}
	#topright .search-form {
		clear:right;
		margin:1em 0 0;
	}
	.hashtag {
		clear:both;
		margin-top:0;
	}
	.site-footer #footer-right, 
	.site-footer #footer-left {
		float:none;
		width:100%;
		text-align:left;
	}
	.footer-navigation {
		float:none;
		margin:2em 0 1em;
		display:flex;
		justify-content:space-around;
	}
	.copyright {
		margin-top:1em;
	}
}
@media screen and (max-width:500px) {
	.icp-countdown .icp-digit {
		font-size:2em !important;
	}
	.icp-countdown .icp-label {
		font-size:0.8em !important;
	}
	.countdown-label * {
		font-size:0.8em;
	}
}

@media screen and (max-width:350px){
	.header-image img, 
	.metaslider .caption-wrap {
		display:none !important;
	}
	.footer-navigation li {
		float:none;
		padding:0.5em 0;
	}
	a.blacklink.toolkit img {
		margin:0 auto;
		display:block;
	}
	a.blacklink.toolkit {
		line-height:1.5;
		text-align:center;
	}
	a.hashtag {
		font-size:1.5em;
	}
}
