/*
Theme Name: gsssa theme
Theme URI: http://underscores.me/
Author: Spiros Aliprantis
Author URI: http://alimba.co.uk
Description: Simple theme for gsssa au
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gs
Tags:

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.

gsssa theme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Includes
# Normalize
# Colours
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Menus Specific
# Accessibility
# Alignments
# Positioning
# Clearings
# Widgets
# Content
	## Posts and pages
	## Posts and pages Specific
	## Header
	## Footer
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
@import url("css/pure-min.css");

@import url("css/grids-responsive-min.css");

@import url("css/pure-offset-min.css");

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap');


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 210px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

@media only screen and (min-width: 768px) {
	html {
		scroll-padding-top: 160px;
	}
}

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;
	outline: 0;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.285714em; /** 32px **/
	margin: 0.67em 0;
}

h2 {
	font-size: 1.714285em; /** 24px **/
}

h3 {
	font-size: 1.285714em; /** 18px **/
	padding: 0 0 0 0;
}

h4 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}

:first-child {
    margin-top: 0;
}
:last-child {
    margin-bottom: 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;
}


/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
:root {
  --main-text-color: 	#040404;

  --link-color: 		#ffffff;
  --link-hover-color: 	#7ac7fb;
  --link-visited-color: #ffffff;

  --bg-white: 			#ffffff;
  --bg-gold: 			#a99e6a;
  --bg-blue: 			#1c85cd;
  --bg-navy: 			#003da5;

  --text-white: 		#ffffff;
  --text-gold: 			#a99e6a;
  --text-light-gold: 	#dad4ba;
  --text-blue: 			#1c85cd;
  --text-light-blue: 	#75bef4;
  --text-navy: 			#003da5;
  --text-light-navy: 	#ff0000;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
	font-family: 'Titillium Web', sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #040404;
	font-weight: lighter;
	font-size: 14px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: 'Titillium Web', sans-serif;
	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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 10px;
}

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

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 4px solid #1C85CD;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #1C85CD;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	min-width:92px;
	padding:0 6px;
	text-shadow: none;
	outline: none;
	transition: all 0.3s ease;
}

button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #1C85CD;
	color:#ffffff;
}

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;
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	padding: 5px;
	width: 100%;
	outline: none;
	font-size: 14px;
}

iselect {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

.nom-form-submit input {
	float:right;
	border: 1px solid white;
	display: block;
	padding: 10px 20px 8px 20px
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #ffffff;
	outline: 0;
}
a:hover,
a:focus,
a:active {
	color: #7ac7fb;
	outline: 0;
}
a .year.hovered {
	color: #7ac7fb;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
.content-area a:visited,
.content-area a {
	color: #1c85cd;
}
.decoration-button a:visited,
.decoration-button a {
	color: #ffffff;
}
.main-navigation .current-menu-item > a {
	color: #7ac7fb;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav-wrapper{
	position:relative;
}

.site-header__menu-inner {
	position: relative;
	top:40px;
	transform: translateY(-50%);
	z-index: 20;
}
@media only screen and (min-width: 768px) {
	.site-header__menu-inner {
		top: 50%;
	}
}
.site-header .site-header__menu #primary-menu {
	display: none;
}

.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus,
button.menu-toggle:active{
	background-color: transparent;
	border: none;
	color: #a38446;
	font-size: 30px;
	z-index: 160;
}
.menu-toggle{
	display: block;
	outline: none;
	padding-left: 30px;
	cursor: pointer;
	height:20px;
}
.menu-toggle span, .menu-toggle span:after, .menu-toggle span:before {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 35px;
	background: #a38446;
	position: absolute;
	display: block;
	content: "";
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu-toggle span:before {
	top: -10px;
}
.menu-toggle span:after {
	top: 10px;
}
.menu-toggle.active span {
	background-color: rgba(0, 0, 0, 0);
}
.menu-toggle.active span:after, .menu-toggle.active span:before {
	top: 0;
}
.menu-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}
.menu-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.main-navigation {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 0;
	margin: auto;
	text-align: left;
	background-color: #DCD6B9;
	opacity: .95;
	overflow-x: hidden;
	overflow-y: hidden;
	scrollbar-width: none;
	-webkit-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.main-navigation.open {
	width: 100%
}
@media screen and (min-width:1024px) {
	.main-navigation.open {
		width: 400px;
	}
}
.main-navigation .menu#primary-menu {
	list-style: none;
	margin: 90px 20px 0 20px;
	padding-left: 0px;
	text-transform: uppercase;
}
.main-navigation .menu#primary-menu .sub-menu {
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding-left: 14px;
	text-transform: none;
	display: none;
}
.main-navigation .menu#primary-menu .menu-item-has-children>a {
	position: relative;
}
.main-navigation .menu#primary-menu .menu-item-has-children>a:after {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 45px;
	width: 21px;
	height: 21px;
	top: calc(50% - 11px);
	font-size: 18px;
	line-height: 20px;
	color: #e69026;
	cursor: pointer;
	text-align: center;
	padding-top: 3px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.main-navigation .menu#primary-menu .menu-item-has-children.opened>a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.main-navigation .menu#primary-menu>li {
	padding-bottom: 40px;
}
.main-navigation .menu#primary-menu>li>a {
	font-size: 22px;
	line-height: 31px;
}
.main-navigation .menu#primary-menu>li>.sub-menu {
	text-transform: uppercase;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 42px;
	font-weight: 400;
	padding: 0 20px;
	color: #1C85CD;
	border-bottom:2px solid #a38446;
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current-page-ancestor>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a, .main-navigation a:focus, .main-navigation a:hover {
	color: #a38446;
}

.site-main {
	padding-top:50px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}


/*--------------------------------------------------------------
## Menus Specific
--------------------------------------------------------------*/
#menu-section, #menu-section nav {
	background-color: #003da5;
}
.main-navigation li, .social-navigation li {
	font-weight: lighter;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-container {
	padding: 16px 0;
}
.pagination-container > * {
	margin-right: 4px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/*--------------------------------------------------------------
# Positioning
--------------------------------------------------------------*/
@media screen and (max-width: 35em) {
	.content {
		padding-left: 2%;
		padding-right: 2%;
	}

	.site-branding {
		height: 460px;
	}

	.site-description {
		margin: 20px 0 20px 0;
	}
}

@media screen and (min-width: 35em) {
	.content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-branding {
		height: 370px;
	}

	.site-description {
		margin: 10px 0 10px 0;
	}
}

@media screen and (min-width: 48em) {
	.content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.site-branding {
		height: 280px;
	}

	.site-description {
		margin: 40px 0 40px 0;
	}
}

@media screen and (min-width: 64em) {
	.content {
		padding-left: 12%;
		padding-right: 12%;
	}

	.site-branding {
		height: 290px;
	}

	.site-description {
		margin: 70px 0 70px 0;
	}
}

@media screen and (min-width: 85em) {
	.content {
		padding-left: 20%;
		padding-right: 20%;
	}

	.site-branding {
		height: 290px;
	}

	.site-description {
		margin: 70px 0 70px 0;
	}
}

.content > .content-wraper, .content > div {
	max-width: 960px;
	margin: 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;
}

.site-content {
	min-height: calc(100vh - 190px);
}
#primary {
	margin-top: 180px;
}
@media only screen and (min-width: 768px) {
	#primary {
		margin-top: 138px;
	}
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#homepage-main .decoration-button{
	display:flex;
	justify-content: center;
	margin-top:30px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Homepage Video post */
.media-field {
	padding-top: 1px;
}
.video-content img,
.video-content .iframe-container,
.video-content .video-container {
	margin: auto;
}
.video-content .iframe-container {
	display: block;
	max-width: 1920px;
	max-height: 1080px;
	margin: auto;
}
.video-content iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}
.video-content .iframe-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}
/* Responsive WP video shortcode */
.wp-video,
.home .mejs-video {
	width: 100%!important;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.mejs-poster {
	background-size: contain!important;
	right: 0!important;
	bottom: 0!important;
	width: unset!important;
	height: unset!important;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
.mejs-button>button{
	min-width:20px;
}

/**  homepage **/
.intro-text p:last-child{
	margin-bottom:21px;
}
.homepage__cta {
	display:flex;
	justify-content: center;;
}
.homepage__cta > div{
	display:inline-block;
	border:8px solid #1C85CD;
	background-color: #fff;
	text-transform: uppercase;
	font-size:30px;
	cursor: pointer;
}
.homepage__cta > div a{
	display: block;
	padding:2px 50px;
}

/** homepage carousel **/
#homepage-main .banner-container .home-banner-image-carousel {
	position: relative;
}
#homepage-main .banner-container .home-banner-image-carousel {
	display: none;
}
#homepage-main .banner-container .home-banner-image-carousel.slick-initialized {
	display: block;
}
#homepage-main .banner-container .home-banner-image-carousel .slick-arrow {
	font-size: 34px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}
#homepage-main .banner-container .home-banner-image-carousel .next-arrow {
	right: 10px;
	left: auto;
}

#homepage-main .page-main-heading {
	color: #A38446;
	font-weight: normal;
	font-size: 1.714285em;
	line-height: 30px;
	padding-bottom: 2px;
	margin: 0;
}
#homepage-main header {
	text-align: center;
	padding: 25px;
}
#homepage-main .homepage-info-dates {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #1c85cd;
}
/** homepage sponser/media partner footer **/
.homepage-logo-strip {
	padding-bottom: 20px;
}
.homepage-logo-strip h3{
	text-transform: uppercase;
	text-align: center;
	color: #1c85cd;
	font-size: 2.65em;
	margin-bottom:0.25em;
}
.homepage-logo-strip .footer__logos{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.homepage-logo-strip > .footer__logos:first-of-type{
	padding-bottom: 20px;
}
.homepage-logo-strip .footer__logos .logo-img{
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 64em) {
	.homepage-logo-strip .footer__logos{
		flex-flow: row nowrap;
		align-items: center;
	}
	.homepage-logo-strip .footer__logos:nth-child(3){
		margin-bottom:16px;
	}
	.homepage-logo-strip .footer__logos:nth-child(4){
		padding-left: 150px;
		padding-right: 150px;
	}
	.homepage-logo-strip .footer__logos .logo-img{
		margin-bottom: 0px;
		margin-right: 24px;
		margin-left: 24px;
	}
	.homepage-logo-strip .footer__logos .logo-img img{
		display:block;
		max-height:65px;
	}
	.homepage-logo-strip .footer__logos.primary-top .logo-img img{
		display:block;
		max-height:65px;
	}
}





.sticky {
	display: block;
}

.hentry {
	margin: 0 0;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-footer {
	position: absolute;
	margin-left: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.cookie-uses th {
	font-weight: bold;
}

.cookie-uses th {
	font-weight: bold;
}
.cookie-uses th,
.cookie-uses td {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 6px;
	word-wrap: break-word;
	vertical-align: top;
}
.cookie-uses td.domain {width: 36%; word-break: break-all; }
.cookie-uses td.cookie {width: 20%; }
.cookie-uses td.group {width: 10%; }
.cookie-uses td.desc {width: 34%; }

.privacy-purposes tr {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.privacy-purposes th {
	font-weight: bold;
}
.privacy-purposes th,
.privacy-purposes td {
	padding: 6px;
	word-wrap: break-word;
	vertical-align: top;
}
.privacy-purposes td:nth-child(1), .privacy-purposes td:nth-child(3) {
	width: 36%;
}
.privacy-purposes td:nth-child(2) {
	width: 28%;
}


/*--------------------------------------------------------------
## Posts and pages Specific
--------------------------------------------------------------*/
@media screen and (max-width: 35em) {
	.wpcf7-list-item {
		float: left;
		clear: both;
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 35em) and (max-width: 63.99em) {
	.wpcf7-list-item {
		float: left;
		clear: both;
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 64em) {
	.wpcf7-list-item {
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
	}
}

.site-description {
	font-weight: 100;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

.img-wraper {
	position: relative;
	padding: 15px;
}

.img-wraper img {
	vertical-align: -60px;
}

.contact-form {
	display: block;
	height: 900px;
}
.page-id-13 p.form-top {
	margin-top: 5px;
}
.page-id-13 .ui-datepicker-calendar {
	letter-spacing: normal;
}
#post-19 .faq-page p {
	margin: 0 0 20px 0;
}
.page-id-354 h3 {
	color: #003DA5;
}
.page-id-354 h4 {
	color: #1B85CD;
}
/*--------------------------------------------------------------
## Nomination Form
--------------------------------------------------------------*/
/** nomination form **/
#nomination__form p, #nomination__form ol li {
	font-size:15px;
}
#nominate__accordion .accordion__section {
	margin: 16px 0
}

#nominate__accordion .accordion__section .accordion__title {
	background: #1C85CD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight:700;
	text-transform: uppercase;
	position: relative;
}

#nominate__accordion .accordion__section:last-child .accordion__title {
	background: #baddf9;
}

#nominate__accordion .accordion__section .accordion__title p {
	margin: 0
}

#nominate__accordion .accordion__section .accordion__title a {
	color:#fff;
	display: block;
	padding: 2px 40px 2px 14px
}
#nominate__accordion .accordion__section:last-child .accordion__title a {
	color:#000;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

#nominate__accordion .accordion__section .accordion__content {
	display: none;
	overflow: hidden;
	padding: 0 8px
}

@media only screen and (min-width: 768px) {
	#nominate__accordion .accordion__section .accordion__content {
		padding: 0;
	}
}

#nominate__accordion .accordion__section .accordion__content h4 {
	margin: 24px 0 0
}

#nominate__accordion .accordion__section .accordion__title .fas-plus {
	display: inline-block
}

#nominate__accordion .accordion__section .accordion__title .fa-minus,
#nominate__accordion .accordion__section .accordion__title .fa-plus {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight:100;
	font-size:12px;
}

#nominate__accordion .accordion__section .accordion__title .fa-minus,
#nominate__accordion .accordion__section.opened .accordion__title .fa-plus {
	display: none
}

#nominate__accordion .accordion__section.opened .accordion__title .fa-minus {
	display: inline-block
}

@media only screen and (max-width:568px) {
	.nomination__form.login__form .pure-g > div{
		width:100%;
	}
}

.nomination__form .required {
	color: #999999;
}

.nomination__form input[type="text"]:focus,
.nomination__form input[type="email"]:focus,
.nomination__form input[type="url"]:focus,
.nomination__form input[type="password"]:focus,
.nomination__form input[type="search"]:focus,
.nomination__form input[type="number"]:focus,
.nomination__form input[type="tel"]:focus,
.nomination__form input[type="range"]:focus,
.nomination__form input[type="date"]:focus,
.nomination__form input[type="month"]:focus,
.nomination__form input[type="week"]:focus,
.nomination__form input[type="time"]:focus,
.nomination__form input[type="datetime"]:focus,
.nomination__form input[type="datetime-local"]:focus,
.nomination__form input[type="color"]:focus,
.nomination__form select:focus,
.nomination__form textarea:focus {
	border-color:  #1C85CD;
}
.nomination__form .form-accept label i {
	padding-left:20px;
}
.nomination__form .save-progress{
	display:flex;
	justify-content: flex-end;

}
.nomination__form .save-progress input{

}

.nomination__form .saved-progress-span {
	margin-top: 5px;
	color: #22d80a;
	display: none;
}
.nomination__form .save_progress {
	margin-top: 40px;
}
@media screen and (min-width: 35.5em) {
	.nomination__form .save_progress {
		margin-top: 0px;
	}
}

.nomination__form label {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
}
.nomination__form input[type="checkbox"] {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -5px;
	*overflow: hidden;
}
.nomination__form .relationship-to-nominated-other-block{
	display:none;
}
.nomination__form-top .error-msg,
.nomination__form .error-msg {
	color: #f00;
	display: none;
}
.nomination__form .remove-file-msg p{
	display:inline-block;
	padding:4px 8px 4px 8px;
}
.nomination__form .remove-file-msg .success{
	background-color: rgba(0,61,165,0.1);
	color:#003DA5;
}
.nomination__form .remove-file-msg .error{
	background-color: rgba(255,0,0,0.1);
	color:#f00;
}
.nomination__form .nom-form-label {
	margin:0 0 10px 0;
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	font-weight: 100;
}
.nomination__form .required p{
	margin-top:0;
	margin-bottom: 2.5em;
}
.nomination-form .delete-file{
	margin-top: 20px;
	font-weight: 700;
	line-height: 21px;
	padding: .6em 1em .6em;
}
.nomination__form select{
	color: #666;
	background-color: #F3F3F3;
	border: 1px solid #E2E2E2;
	border-radius: 0px;
	padding: 5px;
	width: 100%;
	outline: none;
	font-size: 14px;
}

.ui-datepicker-calendar {
	letter-spacing: normal;
}
.nomination__form .nominated-previously-nominated span,
.nomination__form .award-nominated-for span{
	display:block;
}
.nomination__form .nominated-previously-nominated span label,
.nomination__form .award-nominated-for span label{
	display: inline-block;
	padding-left: 0px;
	text-indent: 0px;
}

@media screen and (max-width: 35em) {
	.nomination__form .award-nominated-for span {
		float: left;
		clear: both;
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 35em) and (max-width: 63.99em) {
	.nomination__form .award-nominated-for span {
		float: left;
		clear: both;
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width: 64em) {
	.nomination__form .award-nominated-for span {
		display: block;
		margin-right: 10px;
		font-size: 14px;
	}
}

/*.nomination__form .wpcf7-checkbox .wpcf7-list-item{*/
/*	margin-left:0em;*/
/*}*/
.nomination__form .award-nominated-for input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -5px;
	*overflow: hidden;
}

.nomination__form #referee-two {
	display:none;
}
/* NOMINATION FORM THANK YOU PAGE */
.nomination-thank-you h1 {
	color: #0641a2;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
}
.nomination-thank-you h3 {
	color: #1c85cd;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}
.nomination-thank-you .thank-you-container{
	padding: 70px 0px;
	max-width: 550px;
	margin: auto;
	text-align: center;
}

.heading-sizing {
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
}
.winners-sub-heading {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #1b85cd;
	margin: 0;
}
.nom-form-label {
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
}
.nom-form-label-sm {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}
.nom-form-sm {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
}
.video-content {
	margin: 20px 0 20px 0;
}
.video-content figure{
	margin-left:0;
	margin-right:0;
}
#secondary_media-field .video-content {
	margin: 0 0 20px 0;
}
/* Exception for the Winners page */
.winners-sub-heading {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #a38446;
	margin: 0;
}
.page-id-646 .video-content {
	margin: 0;
}
.expandable-content {
	margin: 10px 0;
}
.countdown-box {
	color: #ffffff;
	background-color: #dcd6b9;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.countdown-box .countdown-box-inner {
	margin:0 auto;
	width:80%;
}
.countdown-box h4 {
	color:#0B4699;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 25px;
}
.countdown-box .closing-date {
	display: block;
	color:#0B4699;
	text-align: center;
	font-size: 14px;
	margin-bottom:4px;
}
.countdown-inner{
	display: flex;
	justify-content: space-evenly;
	margin-left:auto;
	margin-right:auto;

}
@media only screen and (min-width: 821px) {
	.countdown-inner{
		width:220px;
	}
}
.smalltext {
	background-color: #ffffff;
	color: #1C85CD;
	font-size: 24px;
	width: 46px;
	height: 46px;
	border-radius: 50px;
	display: block;
	line-height: 46px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.clock-text {
	font-size: 13px;
	color: #A38446;
	vertical-align: super;
	display: inline-block;
	width: 36px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.countdown-box {
		padding: 0;
	}
}
@media only screen and (min-width: 821px) {
	.countdown-box {
		padding: 15px 0 0 0;
	}
	.countdown-box .countdown-box-inner {
		margin:0 20% 0 0;
	}
	.countdown-box h4 {
		text-shadow: 0px 6px 6px #b9b59f;
		text-align: right;
	}
	.countdown-box .closing-date {
		text-shadow: 0px 6px 6px #b9b59f;
		text-align: right;
		font-size:18px;
	}
	.smalltext{
		display: block;
		box-shadow: 0px 6px 6px #b9b59f;
	}
}
.news-page p {
	/* Specifically has bigger paragraph font size */
	font-size: 16px;
	line-height: 24px;
}
.news-page-single {
	padding: 25px 0;
}
.news-page-single figure {
	margin: 0;
}
.news-page-single figcaption {
	font-size: 10px;
	margin: 10px 0 0 0;
	line-height: 15px;
}
.news-page .single-news {
	border-bottom: 2px solid #DAD4BA;
}
.single-news h2{
	margin: 5px 0;
}
.single-news h2 a,
.single-news h2 a:visited{
	color:#A99E6A;
}
.single-news .post-single-image img {
	border: 2px solid #A99E6A;
	font-size: 0;
}

.single-news .left-wrapper {
	float: none;
	width: 100%;
	padding: 0 0 15px 0;
}

.single-news .right-wrapper {
	float: none;
	width: 100%;
}

#content-single-wrapper ol,
#content-single-wrapper ul {
	list-style: disc inside none;
}

@media screen and (min-width: 48em) {
	.single-news .left-wrapper {
		float: left;
		width: 40%;
		padding: 5px 15px 15px 0;
	}

	.single-news .right-wrapper {
		float: right;
		width: 60%;
	}
}

.content-area {
	background-color: #fff;
	padding: 0;
}


/* LOG IN PAGE */
.tml-submit-wrap #wp-submit {
	text-transform: uppercase;
}

/* Judges page */
.page-id-2082 .video-content {
	border: 5px solid #a99e6a;
    border-radius: 4px;
    margin: auto;
}
.page-id-2082 .image-wrapper {
	height: 0;
	position: relative;
	padding-bottom: 100%;
}

.page-id-2082 .image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+3) .gutter {
	padding: 0 0 0 0;
}
.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+1) .gutter {
	padding: 0 0 0 0;
}
.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+2) .gutter {
	padding: 0 0;
}
@media screen and (min-width: 48em) {
	.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+3) .gutter {
		padding: 0 0 0 10px;
	}
	.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+1) .gutter {
		padding: 0 10px 0 0;
	}
	.page-id-2082 .last-year-container .pure-u-md-1-3:nth-child(3n+2) .gutter {
		padding: 0 5px;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
	padding: 16px 0 4px 0;
}
.site-header {
	text-align: center;
	width: 100%
}

.site-header__container {
	position: fixed;
	top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	height: 100px;
	z-index: 999;
	background-color: #DCD6B9;
	border-bottom: 2px solid #A38446;
	box-shadow: 0px 2px 8px 0px #bbbbbb;
}

@media only screen and (min-width:768px) {
	.site-header__container {
		height: 160px;
		grid-template-columns: 200px auto auto;
	}
}

.body.admin-bar .site-header__container {
	 top: 32px;
 }
@media only screen and (max-width:782px) {
	body.admin-bar .site-header__container {
		top: 46px;
	}
}@media only screen and (max-width:600px) {
	body.admin-bar .site-header__container.fix-masthead {
		top: 0;
		-webkit-transition: top .2s ease;
		-o-transition: top .2s ease;
		transition: top .2s ease;
	}
}
.site-header__section {
	position: absolute;
	top: 42px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 80px;
	font-size: 14px;
	line-height: 18px;
}
.site-header__section a {
	text-decoration: none;
	color: #3e3e3e;
}
.site-header__section a.active, .site-header__section a:hover {
	color: #e69026;
	font-weight: 700;
}
.site-header__section:hover a.active:not(:hover) {
	color: #3e3e3e;
	font-weight: 400;
}
@media only screen and (max-width:568px) {
	.site-header__section {
		display: none;
	}
}

body.admin-bar .site-header__container {
	top: 32px;
}
@media only screen and (max-width: 782px) {
	body.admin-bar .site-header__container {
		top: 46px;
	}
}
@media only screen and (max-width: 600px) {
	body.admin-bar .site-header__container.fix-masthead {
		top: 0;
		transition: top 200ms ease;
	}
}
.site-header__section {
	position: absolute;
	top: 42px;
	transform: translateY(-50%);
	right: 80px;
	font-size: 14px;
	line-height: 18px;
}

.site-header__section a {
	text-decoration: none;
}

.site-header__logo {
	margin: 0;
	height: 70px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.site-header__logo {
		height: 140px;
		border:0;
		box-shadow: none;
	}
}

.site-header__logo a {
	position: absolute;
	width: 80px;
	top:10px;
	right:10px;
}
@media only screen and (min-width: 768px) {
	.site-header__logo a {
		width: 140px;
		left: -10%;
		top: 10px;
	}
}

@media only screen and (min-width: 821px) {
	.site-header__logo a {
		left: 20%;
	}
}

.site-header__logo img {
	display: block;
}

.site-header__countdown {
	text-align: right;
}

.site-header__countdown {
	position: fixed;
	top:100px;
	width:100%;
	border-bottom: 2px solid #A38446;
	box-shadow: 0px 2px 8px 0px #bbbbbb;

	@media only screen and (min-width:768px) {
		position: initial;
		width: auto;
		border:none;
		box-shadow: none;
	}

}

@media only screen and (max-width:782px) {
	body.admin-bar .site-header__countdown {
		top: 146px;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
html, body {
	height: 100%;
}

body > .site-footer {
	position: sticky;
	top: 100vh;
	width:100%;
	margin-top:40px;
}
.site-footer .site-info {
	background-color: #DCD6B9;
	box-shadow: 0px 2px 8px 0px #bbbbbb;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.site-footer .site-info a {
	color:#000000;
}

.homepage-quote-strip {
	background-color: #A99E6A;
	font-size: 16px;
	color: #ffffff;
	margin: 20px 0 0;
	padding: 20px 0;
}
.homepage-quote-strip blockquote {
	font-size: 18px;
	font-style: italic;
	margin:0;
}
.homepage-quote-strip blockquote .fa-quote-left{
	padding-right:6px;
}
.homepage-quote-strip blockquote .fa-quote-right{
	padding-left:6px;
}
.homepage-quote-strip figcaption{
	margin-top:10px
}


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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}


/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
.bottom-line-separator {
	border-bottom: 2px solid #DAD4BB;
}
.content-area .bottom-line-separator:last-child {
	border-bottom: none;
}
.entry-header h1,
.sssa-site-heading {
	color:#1C85CD;
	font-weight: 700;
	border-bottom:1px solid #DCD6B9;
}
h2{
	color: #A38446;
	font-weight: normal;
}
.sub-title{
	color:#A38446;
	font-weight:normal;
}
.single-news-heading {
	font-size: 22px;
	line-height: 28px;
}
.single-news-excert {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.news-page-single .decoration {
	border-bottom: 2px solid #DAD4BA;
	padding: 0;
	margin: 0 0 34px 0;
}
/*.golden-border-bottom {*/
/*	border-bottom: 2px solid #DAD4BA;*/
/*	color: #0641A2;*/
/*	padding: 20px 0 5px;*/
/*}*/
/* Small exception for the Award Categories page */
/*.page-id-11 .golden-border-bottom {*/
/*	color: #1c85cd;*/
/*}*/
/*.contact-form .golden-border-bottom {*/
/*	border-bottom: none;*/
/*}*/

.grid-item {
	padding: 10px;
}
.inline-block {
	display: inline-block;
}
.text-align-right {
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.float-r {
	float: right;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.pt-10{
	padding-top:10px;
}
.pt-20{
	padding-top:20px;
}
.pb-10{
	padding-bottom:10px;
}
.pb-20{
	padding-bottom:20px;
}
.margin-tb-10 {
	margin: 10px 0;
}
.margin-tb-15 {
	margin: 15px 0;
}
.margin-tb-20 {
	margin: 20px 0;
}
.margin-tb-30 {
	margin: 30px 0;
}
.padding-tb-30 {
	padding: 30px 0;
}
.padding-b40 {
	padding-bottom: 40px;
}
#already-attached {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #22d80a;
}

.d-block{
	display:block!important;
}
.opacity{
	opacity: 0.5;
}
.normal{
	font-weight: normal;
}


/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.expand-button {
	float: right;
}
.button-wrapper {
	float: right;
	margin: 10px 0;
}
.sssa-button {
	color: #ffffff;
	background-color: #1C85CD;
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
	padding-left:10px;
	padding-right:10px;
}
.content-area .sssa-button a{
	color: #ffffff;
}
.decoration-button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.decoration-button span {
	border-bottom: 2px #1c85cd solid;
}
.decoration-button a {
	text-decoration: none;
	background-color: #A99E63;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.decoration-button.blue a {
	background-color: #003DA5;
}
.years-list {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.year-button {
	display: block;
	padding: 5px;
	text-align: center;
}
.year-button .year {
	color: #ffffff;
	background-color: #1C85CD;
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
}

.nomination-logout-button {
	text-align: right;
}


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

#lightbox #imageData{
	letter-spacing: 1.5px;
}
#outerImageContainer,
#imageDataContainer{
	max-width: 100%;
}


/*--------------------------------------------------------------
## Lost password page and login page TML
--------------------------------------------------------------*/
.tml-lostpassword, .tml-resetpass, .tml-login{
        margin: auto;
}
.tml-action-links{
	display: none!important;
}
.tml-user-login-wrap {
	padding-top: 25px !important;
}
.lostpassword {
    padding-left: 20px;
}
.lostpassword a {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
#resetpassform .description.indicator-hint {
    display: none;
}
#resetpassform .wp-hide-pw {
    background-color: #fff;
}
.grecaptcha-badge {
	display: none;
}
.page-id-17 .grecaptcha-badge {
	display: block;
}
.tml-links{
	list-style: none;
	padding:0;
}
