/*!
Theme Name: Opera Square Limerick Custom WordPress Theme
Theme URI: http://underscores.me/
Author: Eamonn Mannix
Author URI: https://www.linkedin.com/in/eamonn-mannix-304b21178/
Description: A custom theme by Originate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: originate
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.

Originate 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	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 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, sans-serif;
	margin: 0 0 1em 0;
}

.banner-heading {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: .5em;
}

@media screen and (max-width: 1300px) {
	.banner-heading {
		font-size: 2.75em;
	}
}

@media screen and (max-width: 900px) {
	.banner-heading {
		font-size: 2em;
	}
}

@media screen and (max-width: 600px) {
	.banner-heading {
		font-size: 1.5em;
	}
}

.main-heading {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .75em;
}

@media screen and (max-width: 1300px) {
	.main-heading {
		font-size: 2em;
	}
}

@media screen and (max-width: 900px) {
	.main-heading {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.main-heading {
		font-size: 1.25em;
	}
}

.sub-heading {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: .5em;
}

@media screen and (max-width: 900px) {
	.sub-heading {
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	.sub-heading {
		font-size: 0.875em;
	}
}

p {
	margin: 0 0 1em 0;
}

@media screen and (max-width: 600px) {
	p {
		font-size: 0.875em;
	}
}

a {
	text-decoration: none;
}

input, textarea, select {
	outline: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

ul {
	margin: 0 0 .875em .875em;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 .875em 1.5em;
	padding: 0;
}

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

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	width: 100%;
}

#content.page-login {
	background-color: #222;
	min-height: calc(100vh - 142px);
}

#content.page-login #login-page {
	height: 75vh;
	position: relative;
}

#content.page-login #login-page .login-cont {
	position: relative;
	width: 50%;
	margin: .5em auto;
	background-color: #f3f3f3;
	border: solid 2px #19d3c5;
	border-radius: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#content.page-login #login-page .login-cont .login-box-p {
	margin: 0 auto;
	padding: 2em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo {
	margin-bottom: 2em;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo h6 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1.25em;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo h6 a {
	color: #222;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo h6:after {
	content: '';
	display: block;
	height: 3px;
	width: 45%;
	margin: 0 auto;
	background: #19d3c5;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo a {
	display: block;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo img {
	display: block;
	width: 100%;
	max-width: 125px;
	height: auto;
	margin: 0 auto;
}

#content.page-login #login-page .login-cont .login-box-p .error {
	color: #fff;
	background: #19d3c5;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0;
	margin-top: -15px;
}

#content.page-login #login-page .login-cont .login-box-p .success {
	color: #19d3c5;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 1.5em;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username label, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password label {
	width: 100%;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username input, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password input {
	width: 100%;
	padding: 10px 5px;
	margin-top: 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-remember {
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-remember label input {
	margin-right: .5em;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit {
	margin: .5em 0 1.5em 0;
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit #wp-submit {
	cursor: pointer;
	background: #fff;
	color: #19d3c5;
	font-weight: 700;
	font-size: 1em;
	border: solid 1px transparent;
	padding: .5em 3em;
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit #wp-submit:hover {
	background: #19d3c5;
	color: #fff;
	-webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.12);
}

#content.page-login #login-page .login-cont .login-box-p .lost-password {
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a {
	font-size: .875em;
	color: #222;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:hover {
	color: #19d3c5;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	margin: 3px auto 0 auto;
	background: #222;
	-webkit-transition: width 400ms linear;
	transition: width 400ms linear;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:hover:after {
	width: 90%;
}

#content.page-login #login-page .login-cont .login-box-p .originate-logo {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#content.page-login #login-page .login-cont .login-box-p .originate-logo a img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 30px;
	border-radius: 100%;
}

@media screen and (max-width: 1300px) {
	#content.page-login #login-page .login-cont .login-box-p {
		margin-top: 3em;
	}
}

@media screen and (max-width: 900px) {
	#content.page-login #login-page .login-cont {
		width: 70%;
	}
}

@media screen and (max-width: 600px) {
	#content.page-login #login-page .login-cont {
		width: 100%;
	}
	#content.page-login #login-page .login-cont .login-box-p {
		border: 0;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
		padding: 1em;
		margin: 1.5em 0;
	}
	#content.page-login #login-page .login-cont .login-box-p .login-logo {
		margin-bottom: 3em;
	}
	#content.page-login #login-page .login-cont .login-box-p .login-logo h6 {
		font-size: 1em;
	}
	#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit {
		margin-top: 3em;
	}
	#content.page-login #login-page .login-cont .login-box-p .originate-logo {
		position: absolute;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		bottom: unset;
		right: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
.top-banner-slider .example .slide {
	width: 100vw;
	height: 75vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top-banner-slider .example .slide.one {
	background: red;
}

.top-banner-slider .example .slide.two {
	background: green;
}

.top-banner-slider .example .slide.three {
	background: blue;
}

.top-banner-slider .example .owl-nav {
	margin-top: 0;
}

.top-banner-slider .example .owl-nav .owl-prev {
	left: 0;
}

.top-banner-slider .example .owl-nav .owl-next {
	right: 0;
}

.top-banner-slider .example .owl-nav .owl-prev, .top-banner-slider .example .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 6em;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.top-banner-slider .example .owl-nav .owl-prev:hover, .top-banner-slider .example .owl-nav .owl-next:hover {
	color: white;
	background: none;
}

.top-banner-slider .example .owl-dots .owl-dot.active span {
	background: #19d3c5;
}

.top-banner-slider .example .owl-dots .owl-dot:hover span {
	background: #ed4337;
}

.top-banner-slider .example .owl-dots .owl-dot span {
	background: none;
	border: solid 1px #19d3c5;
	width: 10px;
	height: 10px;
}

.ajax-posts {
	margin: 2em 0;
}

.ajax-posts .container .blog-posts {
	margin: 0;
}

.ajax-posts .container .blog-posts .blog-posts-item {
	margin-bottom: .5em;
}

.ajax-posts .container .blog-posts .blog-posts-item a {
	color: #222;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.ajax-posts .container .blog-posts .blog-posts-item a:hover {
	color: #19d3c5;
}

.ajax-posts .container #load-more-blog {
	margin: 1em 0;
	cursor: pointer;
}

body {
	background: #2D232E;
}

.splash-page {
	width: 100%;
	background: #2D232E;
	padding: 6em 0;
}

.splash-page .container {
	position: relative;
}

.splash-page .container .social-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 1.5em;
}

.splash-page .container .social-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.splash-page .container .social-nav ul li {
	margin-left: 2em;
	opacity: 1;
	-webkit-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.splash-page .container .social-nav ul li:first-child {
	margin-left: 0;
}

.splash-page .container .social-nav ul li a {
	color: #fff;
	font-family: "GT Flexa VAR";
	font-size: 4em;
	text-transform: uppercase;
	font-weight: lighter;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.splash-page .container .social-nav ul li a:hover {
	color: #fb3640;
}

.splash-page .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.splash-page .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
}

.splash-page .container .row .col.col-1 {
	width: 30%;
}

.splash-page .container .row .col.col-1 img {
	max-width: 379px;
}

.splash-page .container .row .col.col-2 {
	width: 60%;
}

.splash-page .container .row .col.col-2 img {
	max-width: 1200px;
}

.splash-page .container .tagline {
	width: 100%;
	position: absolute;
	bottom: -2em;
	left: 0;
}

.splash-page .container .tagline img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1300px) {
	.splash-page .container .tagline {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.splash-page {
		padding-top: 3em;
	}
	.splash-page .container .social-nav {
		margin-bottom: 9em;
	}
}

@media screen and (max-width: 600px) {
	.splash-page {
		padding-top: 1em;
	}
	.splash-page .container .social-nav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 3em;
	}
	.splash-page .container .social-nav ul li a {
		font-size: 2.5em;
	}
	.splash-page .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.splash-page .container .row .col.col-1 {
		width: 100%;
		margin-bottom: 2em;
	}
	.splash-page .container .row .col.col-1 img {
		max-width: 200px;
		margin: 0 auto;
	}
	.splash-page .container .row .col.col-2 {
		width: 100%;
	}
	.splash-page .container .tagline {
		margin-top: 0;
		position: relative;
		bottom: unset;
		left: unset;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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 {
	border-radius: 3px;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.site {
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 2em;
}

@media screen and (max-width: 900px) {
	.container {
		padding: 0 1em;
	}
}

@media screen and (max-width: 600px) {
	.container {
		padding: 0 1em;
	}
}

.originate-button {
	padding: .5em 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	border-radius: 4px;
	font-weight: 700;
	white-space: nowrap;
}

.originate-button.large {
	padding: .5em 4em;
}

.originate-button.green {
	border: solid 1px #19d3c5;
	color: #19d3c5;
}

.originate-button.green:hover {
	background: #19d3c5;
	color: #fff;
}

.grecaptcha-badge {
	visibility: hidden;
}

.blur {
	-webkit-filter: blur(8px);
	        filter: blur(8px);
}

.blink_me {
	-webkit-animation: blinker 1.5s linear infinite;
	        animation: blinker 1.5s linear infinite;
}

@-webkit-keyframes blinker {
	50% {
		opacity: 0;
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.responsiveTracker {
	width: 0;
	visibility: hidden;
}

@media screen and (max-width: 1300px) {
	.responsiveTracker {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.responsiveTracker {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.responsiveTracker {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

.page-links {
	clear: both;
}

.site-main.default {
	padding: 2em 0;
	color: #fff;
}

.site-main.default .splash-page {
	width: 100%;
	background: #2D232E;
	padding: 3em 0;
}

.site-main.default .splash-page .container {
	position: relative;
}

.site-main.default .splash-page .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.site-main.default .splash-page .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
}

.site-main.default .splash-page .container .row .col.col-1 img {
	max-width: 379px;
}

.site-main.default a {
	color: #fff;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.site-main.default a:hover {
	color: #fb3640;
}

#ajax-area {
	width: 100%;
}

#ajax-area #ajax-button {
	cursor: pointer;
	background: linear-gradient(98deg, #19d3c5 0%, #f3f3f3 100%);
	border: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#ajax-area #ajax-button:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#ajax-area .ajax-sample {
	margin-bottom: 0;
}

#ajax-area .loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #19d3c5;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	        animation: spin 2s linear infinite;
}

#ajax-area .loader-text {
	font-weight: 700;
	margin-top: 1em;
}

#ajax-area .error-text {
	text-align: center;
	margin-top: 4em;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-container .site-header {
	background: #222;
	padding: .75em 2em;
	display: block;
	position: relative;
	z-index: 999;
}

.site-header-container .site-header.site-header-toggled {
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.site-header-container .site-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-header-container .site-header .container .site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-header-container .site-header .container .site-branding .site-branding-logo {
	margin-right: 1em;
}

.site-header-container .site-header .container .site-branding .site-branding-logo a img {
	display: block;
	width: 100%;
	max-width: 175px;
	height: auto;
}

.site-header-container .site-header .container .site-branding h1 {
	margin-bottom: 0;
}

.site-header-container .site-header .container .site-branding h1 a {
	color: #fff;
}

.site-header-container .site-header .container .main-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
}

.site-header-container .site-header .container .main-navigation ul li {
	padding: 0 1em;
	position: relative;
	display: inline-block;
}

.site-header-container .site-header .container .main-navigation ul li:hover .sub-menu {
	display: block;
}

.site-header-container .site-header .container .main-navigation ul li a {
	color: #fff;
}

.site-header-container .site-header .container .main-navigation ul li:last-child {
	padding-right: 0;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu {
	background: #222;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: .5em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: none;
	position: absolute;
	width: 200px;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
	width: 100%;
	border-bottom: solid 1px #fff;
	margin-bottom: .5em;
	padding: 0;
	padding-bottom: .5em;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header-container .site-header .container .nav-mobile {
	display: none;
}

@media screen and (max-width: 600px) {
	.site-header-container .site-header {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		padding: 1em 0 0 0;
	}
	.site-header-container .site-header.nav-toggled {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.site-header-container .site-header .container {
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .site-branding {
		padding: 0 0 1em 1em;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.site-header-container .site-header .container .site-branding a img {
		max-width: 50px;
	}
	.site-header-container .site-header .container .main-navigation {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		display: none;
		width: 100%;
		padding-top: 0;
	}
	.site-header-container .site-header .container .main-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .main-navigation ul li {
		width: 100%;
		margin-bottom: .75em;
		padding-bottom: .75em;
		padding-left: 0;
		border-bottom: solid 1px #fff;
	}
	.site-header-container .site-header .container .main-navigation ul li a {
		padding-left: 1em;
	}
	.site-header-container .site-header .container .main-navigation ul li:first-child {
		border-top: solid 1px #fff;
		padding-top: .5em;
	}
	.site-header-container .site-header .container .main-navigation ul li:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu {
		display: block;
		position: relative;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
		border: 0;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .nav-mobile {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		position: relative;
		width: 35px;
		margin-top: -1em;
		margin-right: 1em;
		display: block;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle {
		cursor: pointer;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span {
		margin-top: -2.5px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		cursor: pointer;
		border-radius: 2px;
		height: 5px;
		width: 35px;
		position: absolute;
		display: block;
		content: '';
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		background: #19d3c5;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before {
		top: -10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		top: 10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span {
		background-color: transparent;
		background: unset;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before, .site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		top: 0;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.front-page .container h1 {
	color: #19d3c5;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-footer .main-footer {
	padding: 1em 0;
	background: #3A3A3A;
	color: #fff;
	width: 100%;
}

.site-footer .main-footer .container .widget {
	margin-bottom: 0;
}

.site-footer .site-info {
	padding: 1em 2em;
	background: #2D232E;
	font-size: .8em;
	color: #fff;
	text-align: center;
	width: 100%;
}

.site-footer .site-info p {
	margin-bottom: 0;
	font-weight: 100;
}

.site-footer .site-info p strong {
	font-weight: 900;
}

.site-footer .site-info p a {
	color: #fff;
	display: inline-block;
}

.site-footer .site-info p a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #19d3c5;
	margin: 0 auto;
	-webkit-transition: width 400ms linear;
	transition: width 400ms linear;
}

.site-footer .site-info p a:hover:after {
	width: 90%;
}

@media screen and (max-width: 600px) {
	.site-footer .site-info {
		padding: 1em;
	}
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}

.error-404 .error-image {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
}

.error-404 .error-content {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	text-align: center;
}

.error-404 .error-content .search-form {
	width: 60%;
	margin: 0 auto;
}

.error-404 .error-content .search-form input {
	padding: 10px 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}

.error-404 .error-content .search-form input[type="search"] {
	width: 75%;
}

.error-404 .error-content .search-form input[type="submit"] {
	width: 20%;
}

@media screen and (max-width: 900px) {
	.error-404 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.error-404 .error-image {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
		margin: 0 auto;
	}
	.error-404 .error-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

@media screen and (max-width: 600px) {
	.error-404 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.error-404 .error-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.error-404 .error-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.error-404 .error-content .search-form {
		width: 100%;
	}
}

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

/*# sourceMappingURL=../opera_square_limerick_theme/sass/maps/style.css.map */
