/*
Theme Name: RetroTale Child Theme
Author: Chuck Banas
Description: Child theme of RetroTale.
Version: 1.0.0
Template: retrotale
*/

@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,400italic,500italic,600,600italic,700,700italic);
/* @import 'fonts/ElegantIcons.css'; */


body {
	background: #f27862;
	color: black;
	font-weight: 400;
	line-height: 150%;
	}

body, p, ul, ol, li, dl, address,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select,
input[type="submit"],
input[type="reset"] {
	font-family: Cabin, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
body.home h1,
.wpcu_block_title {
	color: #444;
	}
body.home .entry-content h1:first-child,
.wpcu_block_title {
	margin-top: 0;
	margin-bottom: 9px;
	}

a {
	-webkit-transition: border .5s ease;
	-moz-transition: border .5s ease;
	-o-transition: border .5s ease;
	-ms-transition: border .5s ease;
	transition: border .5s ease;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(242,120,98,0);
	}
a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid rgba(242,120,98,1);
	}
/* a, */
.menu-box a, .menu-box a:visited,
#wrapper #header .menu-box .menu-item a,
.sidebar-widget a,
#wrapper .top-navigation .social .icons a,
#wrapper #header .menu-social .social .icons a {
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
	}

#wrapper input[type="submit"],
#wrapper input[type="reset"] {
	color: #fff !important;
	text-shadow: none !important;
	background: #ff9e8c;
	border: none !important;
	box-shadow: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
#wrapper input[type="submit"]:hover,
#wrapper input[type="reset"]:hover {
	background: #f27862;
	}
#wrapper input[type="submit"],
#wrapper input[type="reset"],
#wrapper #content .newsman-form .newsman-button.newsman-button-gray,
#wrapper #content .newsman-form .newsman-button.newsman-button-gray:after {
	font-family: Cabin, Arial, Helvetica, sans-serif;
	font-size: 15px !important;
	font-weight: normal !important;
	}


#wrapper .top-navigation {
	min-height: auto;
	margin: 6px 0;
	}
#wrapper .top-navigation .social .icons a:hover {
	text-decoration: none;
	border: none;
	color: #fff;
	}


#wrapper #container-title-wrapper .site-title-wrapper-outer {
	display: block;
	}
#wrapper #container-title-wrapper .site-title-wrapper-inner {
/* 	display: inline; */
	text-align: center;
	}
#wrapper #container-title-wrapper .site-logo img.header-logo {
	width: 110px;
	height: auto;
	}
#wrapper #container-title-wrapper .site-logo,
#wrapper #container-title-wrapper .site-title-description {
	display: inline-block;
	vertical-align: middle;
	}
#wrapper #container-title-wrapper .site-description {
	font-family: Cabin, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-top: 12px;
	}

.menu-box a,
.menu-box a:visited {
	color: #3c3c3c;
	}
#wrapper #header .menu-box .menu-item a:hover,
#wrapper #header .menu-box .menu-item.current-menu-item a {
	border-bottom: 4px solid rgba(242, 120, 98, 1);
	}
#wrapper #header .menu-box a,
#wrapper #header .menu-box a:visited {
	text-transform: none;
	font-size: 22px;
	font-weight: normal;
	}
#wrapper #header .menu-box ul ul li a {
	font-family: Cabin, Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	}

.menu-navbar-container .menu-item,
.menu-navbar-container .selectnav,
.menu-navbar-container .selectnav option {
	font-family: "Lobster Two", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	}
.menu-navbar-container .selectnav,
.menu-navbar-container .selectnav option {
	font-size: 18px;
	width: 100%;
	}

#wrapper #header .menu-box {
	display: block;
	}
#wrapper #header .menu-navbar-container {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	}
#wrapper #header .menu-navbar-container,
#wrapper #header .menu-social {
	display: inline-block;
	vertical-align: middle;
	}
#wrapper #header .menu-social .social .icons a {
	font-size: 23px;
	color: #999;
	margin-top: 0;
	}
#wrapper #header .menu-social .social .icons a,
#wrapper #header .menu-social .social .icons a:hover {
	border: none;
	text-decoration: none;
	}
#wrapper #header .menu-social .social .icons a:hover {
	color: #f27862;
	}
#wrapper #header .menu-social .social .icons a {
	margin-top: -1px;
	}


#content {
	width: 836px;
	}
#sidebar {
	width: 250px;
	}

#container #container-shadow {
	margin-bottom: 40px;
	-webkit-box-shadow: 4px 4px 4px -4px #222222, -4px 4px 4px -4px #222222;
	-moz-box-shadow: 4px 4px 4px -4px #222222, -4px 4px 4px -4px #222222;
	box-shadow: 4px 4px 4px -4px #222222, -4px 4px 4px -4px #222222;
	}

#wrapper #wrapper-footer .footer-signature {
	background: #444;
	}

/* body:not(.single-post) #main-content .content-headline, */
body.home #main-content .content-headline {
	display: none;
	}

.css-events-list table {
	font-size: 15px;
	}
.css-events-list table.events-table td,
.css-events-list table.events-table th {
	padding: 5px 8px;
	}
.css-events-list table th {
	font-family: "Lobster Two", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
/* 	background-color: #CFCFCF; */
	background-color: transparent;
	border-width: 0 0 1px 0;
	}
.css-events-list table tr > td:last-of-type a {
	font-size: 1.4em;
	}


#main-content .entry-content .wplp_container ul ul li,
.entry-content .wplp_container li, .wplp_container li {
	margin-bottom: 14px;
	}
#main-content .entry-content .wplp_container ul ul > li:last-of-type {
	margin-bottom: 0;
	}
.wplp_outside .wpcu_block_title,
.entry-content .wpcu_block_title {
	font-family: "Lobster Two", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 29px;
	color: #444;
	}
#main-content .wplp_container.default .title {
	font-size: 1.4em;
	color: #f27862;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
	}
.wplp_outside .wplp_container a:hover .title {
	color: black !important;
	}

#main-content .wplp_container.default .text,
#main-content .wplp_container.default .date,
#main-content .wplp_container.default .category {
	font-size: 16px;
	}
#main-content .wplp_container.default .date {
	font-style: italic;
	}
#main-content .wplp_container.default .read-more {
	font-size: 1em;
	display: none;
	}

#main-content .post-info-author,
#main-content .post-info {
	display: none;
	}
#main-content .post-meta span.post-info-date {
	border: none;
	padding-left: 0;
	}


#sidebar > div.sidebar-widget:first-of-type { /* add a little top margin to even-out the topmost sidebar widget with the main content */
	margin-top: 8px !important;
	}
#sidebar .sidebar-widget .sidebar-headline {
	margin: 0 0 5px;
	}
#sidebar div#text-2 {
	margin-top: -6px;
	}
#sidebar div#text-2 p.sidebar-headline {
	border-bottom: none;
	padding-bottom: 2px;
	}

table.em-calendar thead tr > td:first-child {
	border-right-width: 0;
	}
table.em-calendar thead tr > td:nth-child(2) {
	border-left-width: 0;
	border-right-width: 0;
	}
table.em-calendar thead tr > td:last-child {
	border-left-width: 0;
	}
table.em-calendar thead tr > td {
	padding: 8px 4px 0 4px;
	line-height: 100%;
	}
table.em-calendar thead tr > td a,
table.em-calendar thead tr > td a:hover,
table.em-calendar thead tr > td a:before,
table.em-calendar thead tr > td a:hover:before {
	text-decoration: none;
    border-bottom: none;
	}

table.em-calendar thead tr > td:first-child a:before {
    content: "\e04d";
/*     content: "\38"; */
	}
table.em-calendar thead tr > td:last-child a:before {
    content: "\e04e";
/*     content: "\39"; */
	}
table.em-calendar thead tr > td:first-child a:before,
table.em-calendar thead tr > td:last-child a:before {
	visibility: visible;
    font-family: 'ElegantIcons';
	color: #f27862;
    font-size: 100%;
    font-size: 1rem; /* Maintain relative font-size in browsers that support it */
    letter-spacing: normal;
    border-bottom: none;
/*     vertical-align: text-bottom; */
	}
table.em-calendar thead tr > td:first-child a,
table.em-calendar thead tr > td:last-child a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;
	}
table.em-calendar thead tr > td:first-child a:hover:before,
table.em-calendar thead tr > td:last-child a:hover:before {
	color: #333;
	}



table.em-calendar thead,
table.em-calendar td.month_name {
	font-weight: 500;
	}

table.em-calendar td.eventful {
/* 	background-color: #faf5d4; */
	background-color: #ff9e8c;
	}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	font-weight: 700;
	color: #faf5d4;
	}


.em-pagination .page-numbers {
	margin: 0 6px;
	}


/* WPNewsman Sidebar widget subscription form */  /* UNUSED */
/* ========================================== */

#sidebar .newsman-widget { /* add a little top margin to even-out the topmost sidebar widget with the main content */
	margin-top: 8px;
	}
.newsman-form .newsman-button.newsman-button-gray,
.newsman-form .newsman-button.newsman-button-gray:after {
	color: #fff !important;
	text-shadow: none !important;
	background: #ff9e8c;
	border: none !important;
	box-shadow: none !important;
	}
.newsman-form .newsman-button.newsman-button-gray:hover {
	background: #f27862;
	}
.newsman-form .newsman-button.newsman-button-rounded,
.sidebar-widget .newsman-form-item input[type="email"] {
/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	}
.sidebar-widget .newsman-form-item.newsman-form-item-email {
	display: inline;
	float: left;
	}
.sidebar-widget .newsman-form-item.newsman-form-el-3 {
	height: 31px;
	width: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	}
.sidebar-widget .newsman-form-item.newsman-form-item-email {
	margin-bottom: 6px;
	width: calc(100% - 31px);
	}
.sidebar-widget .newsman-form-item input[type="email"] {
/*
	font-size: 12px;
	padding: 4px 10px 4px;
	margin-top: 2px;
*/
	color: #aaaaaa;
	border: 1px solid #e6e6e6 !important;
	font-size: 13px;
	height: 19px;
	padding: 5px 0 5px 3%;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
.sidebar-widget .newsman-form-item input[type="email"],
.sidebar-widget .newsman-form-item button[type="submit"] {
/* 	width: auto !important; */
/* 	position: absolute; */

	}
.sidebar-widget .newsman-form-item button[type="submit"].newsman-button-small {
	border: none;
	color: white;
	cursor: pointer;
	font-family: ElegantIcons !important;
	font-size: 15px;
	font-weight: normal !important;
	height: 31px !important;
	width: 31px;
	line-height: 31px;
	margin: 0;
/* 	padding: 0; */
	padding: 5px 0 5px 9px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 20;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
	}
.sidebar-widget .newsman-form-item button[type="submit"]:before {
/* 	content: "\e076"; */
/* 	content: "\003D"; */
	content: "\0045";
	font-weight: normal;
	/* Make text larger and decrease left margin, to compensate for small gyph size */
	font-size: 20px;
	line-height: 31px;
	margin-left: -4px;
	}
.sidebar-widget .newsman-form > div.newsman-form-item:nth-last-of-type(2) {
	margin-bottom: -3px;
	}
a[href="http://wpnewsman.com/?pk_campaign=freemium-plugin"] {
	visibility: hidden;
	}




/* Jetpack Sidebar widget subscription form */
/* ========================================== */

#content .jetpack_subscription_widget h2,
#content .jetpack_subscription_widget #subscribe-text {
	display: none;
	}

#sidebar .jetpack_subscription_widget #subscribe-text {
	margin-top: 8px;
	margin-bottom: 9px;
	}
#sidebar .jetpack_subscription_widget #subscribe-text P {
	font-size: 14px;
	}
#sidebar .jetpack_subscription_widget #subscribe-email {
	display: inline;
	float: left;
	margin-bottom: 6px;
	width: calc(100% - 31px);
	}
#sidebar .jetpack_subscription_widget #subscribe-email input {
	width: calc(100% - 20px);
	font-size: 13px;
	height: 19px;
	padding: 5px 10px 5px 9px;
	left: 0;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
#sidebar .jetpack_subscription_widget #subscribe-submit {
	display: inline;
	float: right;
	right: 0;
	top: 0;
	}
#sidebar .jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	border: none;
	color: white;
	cursor: pointer;
	font-family: ElegantIcons;
	font-size: 20px !important;
	font-weight: normal;
	height: 31px;
	width: 31px;
	line-height: 31px;
	color: #fff !important;
	margin: 0 0 0 -4px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 20;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
#sidebar .jetpack_subscription_widget .success p {
	color: #f27862;
	font-weight: bold;
	}
#sidebar .jetpack_subscription_widget .success p:before {
	font-family: ElegantIcons;
	content: "\e033";
	font-size: 20px;
	font-weight: normal;
	color: #f27862;
	margin: 0 6px 0 -26px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	z-index: 20;
	-webkit-appearance: none;
	-moz-appearance: none;
	}




.searchform-wrapper .send.icon_search {
	font-weight: bold;
	}


.wpcf7-form div.wpcf7-mail-sent-ok {
	border: 2px solid #acd050;
	}



#main-content .wplp_outside .flex-control-paging li a.flex-active,
#main-content .wplp_outside .flex-control-paging li a.flex-active:hover {
/* 	background: rgba(255,158,140,1); */ /* #ff9e8c */
	background: rgba(163,163,163,1); /* #a3a3a3 */
	}
#main-content .wplp_outside .flex-control-paging li a {
	background: rgba(221,221,221,1); /* #ddd; */
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	-ms-transition: background .5s ease;
	transition: background .5s ease;
	}
#main-content .wplp_outside .flex-control-paging li a:hover {
/* 	background: rgba(153,152,153,1); */ /* #999; */
	background: rgba(255,158,140,1); /* #ff9e8c */
	}


body.home .menu-box-wrapper {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}



/* =Homepage Slider
----------------------------------------------- */

.super-hero-big-wrapper {
	margin-top: 50px;
	}
.navigation-center.shs-theme .shs-buttons {
	opacity: .6	;
/* 	top: calc(50% + 1em); */
	transition: all 0.5s;
	}
.navigation-center.shs-theme .shs-buttons:hover {
	opacity: .9;
	}
.shs-theme.dark-on-light .shs-buttons [class*='shs-'] {
	background: rgba(0, 0, 0, 0.5);
	}
.shs-theme.dark-on-light .shs-buttons [class*='shs-']:hover {
	background: rgba(0, 0, 0, 0.75);
	}
.shs-theme .shs-buttons .shs-prev:hover span {
	padding-right: 0;
	}
.shs-theme .shs-buttons .shs-next:hover span {
	padding-left: 0;
	}
.dashicons-arrow-left-alt2:before {
	margin-left: -0.1em;
	}
.dashicons-arrow-right-alt2:before {
	margin-right: -0.1em;
	}




#banner-home {
	background-color: #eee;
	}

.super-hero-big-wrapper {
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	}

/*
.super-hero-big-wrapper,
.super-hero-big-wrapper .shs-spinner-wrapper {
	min-height: 320px;
	}
*/
.super-hero-slider .full-width .super-hero-image img {
	height: 320px;
	object-fit: cover;
	background-color: #ccc;
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
	}
.super-hero-slider .super-hero-slide:hover a .super-hero-image img {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	}

.super-hero-slider.shs-theme .shs-pagination {
	bottom: -2.125em;
	background-color: transparent;
	}

.super-hero-slider .super-hero-caption-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	}
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption {
	margin: 0 0;
	line-height: 110% !important;
	}
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h1,
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h2,
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h3,
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h4,
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h5 {
	margin: .15em 0 .15em 0;
	line-height: 110% !important;
	}
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h2 {
/* 	font-size: 2.1vw; */
	font-size: 2.4vw;
	font-weight: bold;
	}
.shs-use-vw.super-hero-slider.shs-theme .super-hero-caption h5 {
	font-size: 1.3vw;
	}
.super-hero-slider .super-hero-caption h1 {
	color: #ffffff;
	}
.super-hero-slider .super-hero-caption h2,
.super-hero-slider .super-hero-caption h3,
.super-hero-slider .super-hero-caption h5 {
	color: #f9f9f9;
	}
.super-hero-slider .super-hero-caption h1,
.super-hero-slider .super-hero-caption h2,
.super-hero-slider .super-hero-caption h3,
.super-hero-slider .super-hero-caption h5 {
	text-shadow: 0px 0px 0.5em rgba(0, 0, 0, 0.85);
	}
.super-hero-slider .super-hero-caption.caption-2 {
	margin-top: 1.4em;
	}
.super-hero-slider .super-hero-caption.caption-2 h5 {
	font-weight: normal;
	}
.super-hero-slider .super-hero-caption.caption-3 a {
	cursor: pointer;
	display: inline-block;
	width: auto;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	line-height: 100%;
	padding: .35em .5em;
	margin-top: 1em;
	border: 1px solid rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
/* 	font-size: .85em; */
	font-size: 1em;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, .07);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.super-hero-slider .super-hero-caption.caption-3 a:hover,
.super-hero-slide .super-hero-link:hover ~ .super-hero-caption-wrapper .super-hero-caption.caption-3 a {
	color: rgba(255, 255, 255, 1);
	border-color: : rgba(255 ,255, 255, 1);
	background-color: rgba(80, 164, 220, .7);
	}
/*
.shs-theme.dark-on-light .shs-buttons .shs-prev,
.is-carousel.navigation-center.shs-theme .shs-buttons .shs-prev {
	margin-left: 0;
	}
.shs-theme.dark-on-light .shs-buttons .shs-next,
.is-carousel.navigation-center.shs-theme .shs-buttons .shs-next {
	margin-right: 0;
	}
.shs-theme.dark-on-light .shs-buttons [class*='shs-'] {
	opacity: 0.6;
	}
.shs-theme.dark-on-light .shs-buttons [class*='shs-']:hover {
	opacity: 0.8;
	}
*/
.shs-theme.dark-on-light .shs-buttons [class*='shs-'],
.button-square-large.shs-theme .shs-buttons .dashicons {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}
.super-hero-slider.shs-theme.dark-on-light.std-navigation .shs-pagination .shs-page span {
	background-color: #d6d6d6;
	width: 13px;
	height: 13px;
	margin: 5px 5px;
	}
.super-hero-slider.shs-theme.dark-on-light.std-navigation .shs-pagination .shs-page.active span {
/* 	background-color: rgba(45, 120, 174, 1); */
	background-color: rgba(35, 131, 194, 1);
	}
.super-hero-slider.shs-theme.dark-on-light.std-navigation .shs-pagination .shs-page:hover span {
/* 	background-color: rgba(45, 120, 174, .8); */
	background-color: rgba(35, 131, 194, .8);
	}








/* -----------------------------------------------
=Responsive Styles
----------------------------------------------- */


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

	#wrapper #container-title-wrapper .site-logo {
		width: 60px;
		}

	#wrapper #container-title-wrapper .site-title {
		font-size: 28px;
		}
	#wrapper #container-title-wrapper .site-description {
		font-size: 14px;
		}

	.super-hero-slider .full-width .super-hero-image img {
		height: 280px;
		}

	}

