/*!
Theme Name: RETA
Author: IL Web Development
Author URI: https://realestatetrendalert.com
Description: A theme for Real Estate Trend Alert
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wdavy
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.

wdavy_s 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
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Shrikhand|Source+Sans+Pro');

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

.wrap{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 100%;
  	/*padding: 0 0.625rem;*/
  	max-width: 75rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0.45em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	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 */
	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 {
	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"] {
	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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1.05rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	text-align: center;
	margin-bottom: 20px;
}

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

.custom-logo-link{
	text-align: center;
	width: 100%;
	padding: 10px 0 20px 0;
}

.site-title{
	font-size: 48px;
	color: #343434;
	text-decoration: none;
	margin-bottom: 0px;
	/*max-width: 400px;*/
}

.site-title a{
	color: #343434;
	text-decoration: none;
}

.site-title 
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #343434;
}

.site-description{
	/*max-width: 400px;*/
}

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

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}



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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* 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%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

@media screen and (max-width: 500px) {

	.modal {
    	padding-top: 30px; /* Location of the box */
}

}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.current-menu-item , .current-post-parent a {
   border-bottom:2px solid #ADC4CA;
}
#secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.wp-pagenavi {
	margin-bottom: 1em;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #16B1B5;
}

a:visited {
	color: #16B1B5;
}

a:hover, a:focus, a:active {
	color: #118b8e;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

.category-money-maker-mindset a{
	color: #494949;
}

.category-debt-credit-solutions a{
	color: #ffffff;
}

.category-extra-income-opportunities a{
	color: #494949;
}

.category-million-dollar-business a{
	color: #494949;
}

.category-real-estate-millionaire a{
	color: #ffffff;
}

.category-retire-next-year a{
	color: #494949;
}

.category-the-wealth-stealers a{
	color: #ffffff;
}

.category-collecting-101 a{
	color: #494949;
}

.author a{
	color: #494949;
}

.entry-content a {
	color: #16B1B5;
}

.entry-content a:visited {
	color: #16B1B5;
}

.entry-content a:hover, a:focus, a:active {
	color: #118b8e;
	text-decoration: underline;
}

.link-gold a{
	color: #af7c00 !important;
}

.link-gold:after{
	position: absolute;
    top: .5rem;
    right: .8125rem;
    font-family: "FontAwesome";
    content: "\f005";
    color: #af7c00;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #194254;
	min-height: 2.75rem;
	color: #ffffff;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}

.main-navigation ul {
	display: none;
	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;
	padding: 0.5125rem 1rem 0.5125rem 1rem;
	margin: 1px;
	border-right: 1px solid #d0d0d0;
	letter-spacing: 1.75px;
}

.main-navigation a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#mob-menu {

	display: none;
	width: 12px;
	height: 30px;
	margin-left:5px;
	margin-top: 2px;
	background-color: white;
  	-webkit-mask-image: url("assets/images/svg-icons/bars-solid.svg");
  	mask-image: url("assets/images/svg-icons/bars-solid.svg");
  	background-repeat: no-repeat;

}

a:hover#mob-menu {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

/* Secondary Nav */

.secondary-navigation {
  background-color: #194254;
  color: #ffffff;
  min-height: 2.75rem;
}

.alt-navigation {
  float:left;
  margin-top:0.1875rem;
}

.alt-navigation a{
	color: #ffffff;
	text-decoration: none;
}

.alt-navigation a:hover{
	color: #d0d0d0;
}

#menu-icon {

	display: none;
	width: 12px;
	height: 30px;
	margin-left:20px;
	margin-top: 2px;
	background-color: white;
  	-webkit-mask-image: url("assets/images/svg-icons/ellipsis-v-solid.svg");
  	mask-image: url("assets/images/svg-icons/ellipsis-v-solid.svg");
  	background-repeat: no-repeat;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

#secondary-menu{
	list-style: none;
	display: flex;
	margin:0 0 0 0.625rem;
	padding: 0;
}

#secondary-menu li{
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
	/*border-right: 1px solid #a2a2a2;*/
}

.about-before:before{
	content: "\f0c0"; /* FontAwesome Unicode */
  	font-family: "FontAwesome";
  	display: inline-block;
  	width: 1.7em; /* same as padding-left set on li */
}

.cs-before:before{
	font-family: "FontAwesome";
	content: "\f05a"; /* FontAwesome Unicode */
  	display: inline-block;
  	width: 1.3em; /* same as padding-left set on li */
}

.social-navigation {
  float:left;
  margin-top:0.1875rem;
}

.social-navigation a{
	color: #ffffff;
	text-decoration: none;
}

.social-navigation a:hover{
	color: #d0d0d0;
}

.social-navigation ul li.facebook {
  border-bottom: 0;
  border-left: 0;
  display: none;
  -ms-flex: inherit;
  flex: inherit;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 2.525rem;
}

.social-navigation ul li.facebook a {
  height: 100%;
  width: 100%;
  /*background-image: url("assets/images/svg-icons/facebook-square-brands.svg");*/
  background-color: white;
  -webkit-mask-image: url("assets/images/svg-icons/facebook-square-brands.svg");
  mask-image: url("assets/images/svg-icons/facebook-square-brands.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: 1.875rem 1.875rem;
  display: inline-block;
}

.social-navigation ul li.facebook{
    display: -ms-flexbox;
    display: flex;
    padding: 0.5125rem 0.625rem 0.3125rem 1rem;
	margin: 1px;
  }

.social-navigation ul li.twitter {
  border-bottom: 0;
  border-left: 0;
  display: none;
  -ms-flex: inherit;
  flex: inherit;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 2.525rem;
}

.social-navigation ul li.twitter a {
  height: 100%;
  width: 100%;
  /*background-image: url("assets/images/svg-icons/twitter-square-brands.svg");*/
  background-color: white;
  -webkit-mask-image: url("assets/images/svg-icons/twitter-square-brands.svg");
  mask-image: url("assets/images/svg-icons/twitter-square-brands.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: 1.875rem 1.875rem;
  display: inline-block;
}

.social-navigation ul li.twitter{
    display: -ms-flexbox;
    display: flex;
    padding: 0.5125rem 0.625rem 0.3125rem 1rem;
	margin: 1px;
  }

#social-menu{
	list-style: none;
	display: flex;
	margin:0 0 0 0.625rem;
	padding: 0;
}

#social-menu li{
	padding: 0.3125rem 0.625rem 0.3125rem 0.65rem;
}

.nav-utilities {
	display: flex;
	float: right;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}

.nav-utilities a:visited {
	color: #ffffff;
}

.login {
  display: inline-block;
  border-radius: 4px;
  background-color: #16B1B5;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 0.3125rem 0.625rem 0.2125rem 1.625rem;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0.825rem 0.625rem 0.625rem;
}

.login:before {
	content: "\f0da"; /* FontAwesome Unicode */
  	font-family: "FontAwesome";
  	display: inline-block;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
}

.login a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.login a:active {
  color: #ffffff;
  text-decoration: underline;
}

.login a:visited {
  color: #ffffff !important;
  text-decoration: underline;
}

input[type="submit"] {
  border-radius: 4px;
  background-color: #FABC09;
  font-size: 1rem;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5125rem 0.625rem 0.5125rem 0.625rem;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0.825rem 0.625rem -0.1125rem;
}


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

.mobile-menu{
	margin: 3px 0 0 3px;
}

@media screen and (min-width: 760px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

/*NAVIGATION MEDIA QUERY*/
@media only screen and (max-width : 872px) {

	#menu-icon {

		display:none;

	}

	#mob-menu {

		display:inline-block;

	}

	#secondary-menu {
		display: none;
	}

	#secondary-menu ul { 

		position: absolute;
		padding: 20px;
		background: #343434;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	#secondary-menu li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	#secondary-menu:hover ul {

		display: block;

	}

	.nav-utilities{
		display:flex;
	}

	.nav-utilities label{
		display:contents;
	}

	.nav-utilities .search-form{
		text-align: right;
	}

	.search-field{
		width:50%;
	}

}

@media only screen and (max-width : 600px) {

	.social-navigation {
  		display:none;
	}

	.nav-utilities .search-form{
		max-width: 200px;
	}

}

.logo-text {
    float: left;
    margin: .3rem 0 0 1.5rem;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5em;
    letter-spacing: .1em;
    display: none;
}

.logo-text a {
	text-decoration: none;
	color: white;
}


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

.site-content {
	padding-top: .5rem;
}

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

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

.widget a:link
a:visited
a:hover
a:focus
a:active {
  color: #343434;
}

.footer-widget {
	margin: 0 0 1.5em;
	background-color: #133544;
    padding: 0.625rem;
    width: 33%;
    float:left;
}

.footer-widget .widget-title{
	border-bottom: 4px solid #ffffff;
	padding: 5px 0;
	color: #16B1B5;
}

.footer-widget ul{
	list-style: none;
	margin:0 0 0 25px;
	padding:0;
}

.footer-widget li:before {
	content: "\f061"; /* FontAwesome Unicode */
  	font-family: "FontAwesome";
  	display: inline-block;
  	margin-left: -1.3em; /* same as padding-left set on li */
  	width: 1.3em; /* same as padding-left set on li */
}

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

.footer-widget a:link
a:visited
a:hover
a:focus
a:active {
  color: #ffffff;
}

@media only screen and (max-width: 770px) {
	.footer-widget {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# headers
--------------------------------------------------------------*/

.site-header{

	max-height: 44px;
	position: fixed;
	width: 100%;
	z-index: 1000;

}

.site-header-lp{

	margin: auto;
	text-align: center;

}

.site-branding {
	background-color: #194254;
}

.site-header .search-field {
    background-image: url(assets/images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #ADC4CA;
    cursor: text;
    outline: 0;
    width: 200px;
}

.search-form
.search-submit { 
display:none;
}
.header-logo-text {
	text-align: center;
	padding-top: 30px;
	color: #ffffff;
	margin:0px;
	font-size: 6em;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
	.header-logo-text {
		font-size: 5em;
	}
}

@media only screen and (max-width: 600px) {
	.header-logo-text {
		padding-top: 0px;
	}
}

.header-logo-text-reta {
	text-align: center;
	padding-top: 30px;
	color: #ffffff;
	margin:0px;
	font-size: 7em;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
	.header-logo-text-reta {
		font-size: 5em;
	}
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-content li{
	margin-bottom: 15px;
}

.site-main {	
	width: 78%;
	float: left;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 5px;
	margin-right: 20px;
	border-radius:4px;

}

@media only screen and (max-width: 1030px) {
	.site-main {
		width: 100%;
	}
}

.site-main-lp {	
	padding: 0 10px;

}

.widget-area {
	width: 19%;
	float: left;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 5px;
	border-radius:4px;
	padding: 20px 10px 0 10px;
}

/*.widget-area,.widget-area .child-club-menu {
    width: 100%
}*/

.widget-area .child-club-menu [id^=drop] {
    display: none
}

.widget-area .child-club-menu [id^=drop]:checked+.menu,.widget-area .child-club-menu [id^=drop]:checked+ul {
    display: block;
    margin-top: .25rem
}

.widget-area .child-club-menu .toggle {
    padding: .625rem 0.8rem;
    background-color: #ffffff;
    border-radius: .25rem;
    border: 1px solid #a2a2a2;
    color: #494949;
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none
}

.widget-area .child-club-menu .toggle:hover {
    font-weight: 900
}

.widget-area .child-club-menu .toggle:after {
    float:right;
    font-family: "FontAwesome";
    content: "\f0c9";
    color: #A2A2A2;
}

/*.widget-area .child-club-menu .menu,.widget-area .child-club-menu .toggle+a {
    display: none
}*/

.widget-area .child-club-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700
}

.widget-area .child-club-menu .menu:after {
    clear: both;
    content: "";
    display: block
}

.widget-area .child-club-menu .menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-area .child-club-menu .menu ul:after {
    clear: both;
    content: "";
    display: block
}

.widget-area .child-club-menu .menu li {
    margin-bottom: .25rem;
    position: relative
}

.widget-area .child-club-menu .menu li:last-child {
    margin-bottom: 0
}

.widget-area .child-club-menu .menu li .children {
    margin-top: .25rem
}

.widget-area .child-club-menu .menu li.menu-item-has-children {
    padding-right: 0;
    position: relative
}

.widget-area .child-club-menu .menu li.menu-item-has-children:after {
    position: absolute;
    top: .7rem;
    right: .8125rem;
    font-family: "FontAwesome";
    content: "\f107";
    color: #A2A2A2;
}

.widget-area .child-club-menu .menu li.menu-item-has-children:hover .sub-menu {
    max-height: 312.5rem;
    transition-delay: .3s
}

.widget-area .child-club-menu .menu li a {
    padding: .625rem 0.8rem;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    border-radius: .25rem;
    /*border: 1px solid #A2A2A2;*/
    color: #494949;
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none
}

.widget-area .child-club-menu .menu li a:focus,.widget-area .child-club-menu .menu li a:hover {
    opacity: .5
}

.widget-area .child-club-menu .menu li .sub-menu {
    background-color: none;
    display: none;
    margin-bottom: -.75rem;
    padding: .5rem;
    position: relative;
    top: -.3125rem
}

.widget-area .child-club-menu .menu li .sub-menu.is-expanded {
    display: block;
}

.widget-area .child-club-menu .menu li .sub-menu a {
    background-color: transparent;
    color: #494949;
}

.widget-area .child-club-menu .menu li .sub-menu :hover {
	display: block;
}

@media only screen and (max-width: 1030px) {
	.widget-area {
		width:100%;
	}

	.widget-area .child-club-menu .menu,.widget-area .child-club-menu .toggle+a {
    display: none;
	}
}

@media only screen and (min-width: 1030px) {
	.widget-area .child-club-menu .toggle {
		display:none;
	}
}

/* ------ Category Menu Colours ------ */

.red {
	border-bottom:3px solid #A63A50;
	border-radius: .35em;
}

.white {
	border-bottom:3px solid #F0E7D8;
	border-radius: .35em;
}

.green {
	border-bottom:3px solid #7FC6A4;
	border-radius: .35em;
}

.yellow {
	border-bottom:3px solid #F6BD60;
	border-radius: .35em;
}

.blue {
	border-bottom:3px solid #26408B;
	border-radius: .35em;
}

.purple {
	border-bottom:3px solid #9B287B;
	border-radius: .35em;
}

.gold {
	border-bottom:3px solid #A69658;
	border-radius: .35em;
}

.grey {
	border-bottom:3px solid #A2A2A2;
	border-radius: .35em;
}

/* ------ Post Content Grey Box ------ */

.grey-box {
	background-color: #D0D0D0;
	border-radius: .35em;
	padding: 1.5em;
	margin:1.5em;
}

/* ------ Post Content Grey Box ------ */

.grey-box-sidebar {
	background-color: #D0D0D0;
	border-radius: .35em;
	padding: 1.5em;
	margin:1.5em;
}

@media only screen and (min-width: 1030px){
	.grey-box-sidebar{
		float:right;
		width: 40%;
	}

} 

.site-footer {
	padding:20px;
	background-color: #133544;
	color: #ffffff;
}

.site-footer a{
	color: white;
}

.site-info{
	margin: 20px 10px 10px 10px;
	width:fit-content;
	height:fit-content;
}

.top-banner{
	/*margin:40px 40px 20px 40px;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	display: inline-block;*/
}

.top-banner .left{
	float:left;
	width:60%;
}

.top-banner .right{
	float:right;
	width:40%;
}

.top-banner .signup-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}


.top-banner .input {
  display: flex;
  align-items: center;
}


.top-banner .button {
  height: 44px;
  border: none;
}

  
.top-banner #email {
  width: 75%;
  background: #f1f1f1;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
  border-radius: 5px 0 0 5px;
}


.top-banner #submit {
  width: 25%;
  height: 46px;
  background: #16B1B5;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background .3s ease-in-out;
  margin:0;
  color:white;
}
  

.top-banner #submit:hover {
  background: #159599;
}
  

.top-banner input:focus {
  outline: none;
  outline: 2px solid #16B1B5;
  box-shadow: 0 0 2px #16B1B5;
}

.top-banner .spam-pledge{
	font-size: 8px;
	text-align: right;
	margin-top: 10px;
}

.header-advert{
	float: right;
	max-width: 400px;
	margin: 20px 0;
	display: contents;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.entry-title{
	text-align: center;
	margin-bottom: 0.2em;
}

.entry-meta {
	margin: auto;
	padding: 5px 10px;
	width: fit-content;
}

.entry-footer{
	padding: 5px 10px;
	width: fit-content;
}

.post-thumbnail{
	margin-top:20px;
}

/*--------------------------------------------------------------
## Category Archive Page
--------------------------------------------------------------*/

.archive-content{
	color:#404040;
}

.archive-content h2{
	color:#404040;
	text-align: left;
	font-size: 1.5em;
}

.archive-content a{
	color:#404040;
}

.read-more {
  	display: inline-block;
  	border-radius: 4px;
  	background-color: #ADC4CA;
  	border: none;
  	color: #FFFFFF;
  	text-align: center;
  	padding: 0.3125rem 0.625rem 0.2125rem 0.625rem;
  	transition: all 0.5s;
  	cursor: pointer;
  	margin: 0 0.825rem 0.625rem 0.625rem;
  	/*margin: 0 40% 0.625rem 40%;*/
}


/*--------------------------------------------------------------
## 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,
.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;
	padding-bottom: 0.525rem;
	color: #A2A2A2;
	font-size: 0.9375rem;
	font-style: italic;
	border-bottom: 1px solid #A2A2A2;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Blockquote
--------------------------------------------------------------*/


blockquote {
  margin: 20px auto;
  float: right;
  font-style: italic;
  color: #808080;
  padding: 0.5em 30px 0 70px;
  position: relative;
  width:50%;
}

@media only screen and (max-width: 640px) {
	blockquote{
		width:100%;
	}
}

blockquote::before {
  content: "\201C";
  color: #dbe2e5;
  font-size: 5em;
  position: absolute;
  left: 10px;
  top: -30px;
}

blockquote::after {
  content: "\201D";
  color: #dbe2e5;
  font-size: 5em;
  position: absolute;
  right: 10px;
  bottom: -70px;
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

/*--------------------------------------------------------------
## Middleware Login
--------------------------------------------------------------*/

.modal-title{
	font-size: 1.3em;
	margin-bottom:0;
	border-bottom:1px solid #d8d8d8;
}

.tfs-mw-wrapper-block{
	margin: auto;
	font-family: 'Merriweather', serif;
}

.tfs-mw-wrapper-block .tfs-mw-wrapper-block-subtitle{
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.tfs-mw-wrapper-block .tfs-mw-loginform .login-submit{
	margin-top: 20px;
}

.tfs-mw-wrapper-block .tfs-mw-loginform .login-submit input{
	background-color: #FABC09;
}

.tfs-mw-wrapper-block-forgot-username{
	margin-top:0;
}

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

.btn {
	background-color: #194254;
	border: none;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
}
.disclaimer {
	font-size: x-small;
}

/*--------------------------------------------------------------
## Override Bootstrap 4 carousel icon color and col-sm position
--------------------------------------------------------------*/
.carousel-control-prev , .carousel-control-next , .carousel-indicators {
    filter: invert(100%);
}
.col-sm {
	position: unset;
}
/*Hide entry title on home page*/
.page-id-685894 .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Added tp style IL logo for IL subscribers
--------------------------------------------------------------*/
.il-logo {
	margin-top: 4rem;
	position: absolute;
}
@media only screen and (max-width : 600px) {
	.il-logo {
		position: unset;
		height: 60px;
		margin-left: 32%;
	}

}

.menu-item-687286 a {
	color: #DAA520!important;
    text-transform: uppercase;
    border: 2px solid #DAA520;
}
/*--------------------------------------------------------------
## Added to remove navigation from live project prosper page
--------------------------------------------------------------*/
.page-id-687436 .site-branding , .page-id-687436 .secondary-navigation, .page-id-687436 #secondary {
	display:none;
}
.page-id-687436 .site-main {
	width: 100%;
}

.page-id-688160 .site-branding , .page-id-688160 .secondary-navigation, .page-id-688160 #secondary {
	display:none;
}
.page-id-688160 .site-main {
	width: 100%;
}
/*Fix odd spacing issue*/
p:empty:before {
    content: unset;
}

.ronan-mob {
	outline: none; padding-right: 15px; text-decoration: none; -ms-interpolation-mode: bicubic; width: 22%; max-width: 100%; float: left; clear: both; display: block;
}

/*@media only screen and (max-width: 600px) {
	.ronan-mob{
		display: none;
	}
}*/





