/*
 * Theme Name:  Authentic Child
 * Theme URI:   http://codesupply.co/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  http://codesupply.co/
 * Template:    authentic
 * Version:     1.3.06
 */

/*
IMPORT GOOGLE FONTS (MUST COME FIRST)
*/

@import url(https://fonts.googleapis.com/css?family=Special+Elite|Poppins|Oswald:300,400|Source+Sans+Pro:300);

/*
GENERAL FORMATTING
*/

.content figcaption {
	font-size: 1rem;
}

a.anchor {
	display: block;
	position: relative;
	top: -10px;
	visibility:hidden;
}

.post-section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px #eee solid;
}

.post-section-header {
	font-size: 28px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	color: black;
	width: 100%;
	margin-bottom: 20px;
}

.post-section a {
	color: #ef562d !important;
}

@media only screen and (max-width:480px) {
    .post-section-header {
        font-size: 22px;
		margin-bottom: 15px;
	}
}

.clearboth {
	clear: both;
}

iframe {
    max-width: 100%;
}

.entry-content iframe {
    margin-bottom: 20px;
}

.entry-content ul li a{
	color: #ef562d;
	text-decoration: none;
}

blockquote p {
	font-size: 18px;
}

.showonmobile-fb {
    clear: both;
    margin: auto;
    text-align: center;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.content p > a {
	text-decoration: none;
}

/*
Events Additional Stuff
*/

.events-box {
	font-size: 14px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: auto;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#6b6b6b 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#6b6b6b),
		to(#000000));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.events-box-container {
	text-align: center;
}

.event-photo-container img {
    margin-bottom: 0;
}

#post-results-container a.pin-it {
	display: none;
}

.event-photo-container figure {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.event-photo-container a.pin-it {
    display: none !important;
}

/*
ACF MAPS
*/

.acf-map {
	width: 100%;
	height: 450px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*
EVENTS CALENDAR (FLEX)
*/

#flex-container a.pin-it {
	display: none;
}

#flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

/* Ensures that boxes don't justify when less than 3 on a row */
#flex-container:after {
	content: "";
	flex: auto;
}

#flex-container figure {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.flex-box {
    width: 25%;
    box-sizing: border-box;
    padding: 0em;
    position: relative;
}

.flex-box img {
    margin-bottom: 0em;
}

/* Photo archive page: Ratings */
.flex-rating-box {
    position: absolute;
    top: 8px;
    left: 5px;
	text-align: right;
}

.flex-rating-box .rating-result {
	padding: 5px 10px 5px 10px;
	margin-bottom: 0px;
}

.flex-rating-box .mr-star-rating .fa {
	font-size: 23px !important;
}

/* Photo archive page: Box with title + location */
.flex-title-box {
    position: absolute;
    top: 50px;
    left: 15px;
}

/* Photo archive page: Title */
.flex-title,
.flex-title a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 20px;
	line-height: 25px;
	max-width: 70%;
	margin-bottom: 10px;
	font-weight: 700;
}

.flex-title span {
    box-shadow: 5px 0 0 #FFAA3B, -5px 0 0 0 #FFAA3B;
	background-color: #FFAA3B;
}

/* Photo archive page: Date/Time */
.flex-scheduling-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
	line-height: 18px;
    color: #000 !important;
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: right;
}

.flex-scheduling-box span {
    box-shadow: 5px 0 0 0 #FFF, -5px 0 0 0 #FFF;
	background-color: #FFF;
}

/* Photo archive page: City/Province */
.flex-location,
.flex-location a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
    color: darkslategray;
    position: absolute;
    bottom: 45px;
    left: 15px;
}

.flex-location span {
    box-shadow: 5px 0 0 0 #FFF, -5px 0 0 0 #FFF;
	background-color: #FFF;
}

/* Photo archive page: TBC image */
.flex-tbc-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
}

.flex-rescheduled-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
}

.flex-cancel-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.photo-art-cost {
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 16px;
    color: white !important;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.photo-art-cost span {
    box-shadow: 5px 0 0 0 #000, -5px 0 0 0 #000;
	background-color: #000;
}

.art-event-cost {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-size: 22px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width:1250px) {
    .flex-box {
        width: 33.33%;
	}
	.flex-title,
	.flex-title a {
		font-size: 18px;
		line-height: 23px;
	}
	.flex-location,
	.flex-location a {
		font-size: 14px;
		line-height: 17px;
}
	.flex-scheduling-box {
		font-size: 14px;
		line-height: 17px;
	}
	.flex-tbc-box {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width:769px) {
    .flex-box {
        width: 50%;
	}
	.flex-title,
	.flex-title a {
		font-size: 16px;
		line-height: 21px;
	}
	.flex-location,
	.flex-location a {
		font-size: 13px;
		line-height: 16px;
	}
	.flex-scheduling-box {
		font-size: 13px;
		line-height: 15px;
	}
	.flex-tbc-box {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width:480px) {
    .flex-box {
        width: 100%;
		margin-bottom: 0em;
	}
	.flex-title,
	.flex-title a {
		font-size: 22px;
		line-height: 27px;
	}
	.flex-location,
	.flex-location a {
		font-size: 16px;
		line-height: 18px;
	}
	.flex-scheduling-box {
		font-size: 16px;
		line-height: 18px;
	}
	.flex-tbc-box {
		width: 70px;
		height: 70px;
	}
}


/*
DETAILS & CREDITS
*/

.details-container {
	display: inline-block;
	margin-bottom: 0px;
}

.details-header {
	margin-bottom: 6px;
}

.details-header span {
	border-bottom: 1px solid gray;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.details-content {
	margin-bottom: 20px;
	font-weight: 300;
}

.details-content a {
	color: #ef562d;
}

.credit {
	font-size: 12px;
	margin-top: 25px;
	padding: 3px 8px 3px 8px;
	background-color: #eeeeee !important;
	display: inline-block;
}

.credit a {
	color: #ff3606;
}

/*
NAVIGATION (Breadcrumbs)
*/

.entry-content .breadcrumbs {
	color: gray;
    font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 20px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

.entry-content .breadcrumbs a {
	color: #ef562d;
}

.entry-content .breadcrumbs a:hover {
	color: red;
}

.entry-content .breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.entry-content .breadcrumbs ul li {
    display: inline;
}

.entry-content .breadcrumbs ul li:nth-child(n+2):before {
    content: ' — ';
}

.entry-content .breadcrumbs ul li a {
    text-decoration: none;
}

@media only screen and (max-width:480px) {
	.entry-content .breadcrumbs {
	    font-size: 13px;
		line-height: 15px;
	}
}

/*
INDEX (Post Index)
*/

.entry-content .post-index {
    font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
}

.entry-content .post-index a {
	color: black;
}

.entry-content .post-index span {
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
	border-bottom: 3px solid #ddd;
}

.entry-content .post-index span::after {
    display: block;
    content: '';
	top: 3px;
	position: relative;
    border-bottom: solid 3px red;  
    transform: scaleX(0);  
    transition: transform .25s ease-in-out;
}

.entry-content .post-index span:hover:after {
    transform: scaleX(1);
}

.entry-content .post-index ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.entry-content .post-index ul li {
    display: inline; 
}

.entry-content .post-index ul li a {
    text-decoration: none;
}

@media only screen and (max-width:480px) {
	.entry-content .post-index {
	    font-size: 14px;
		line-height: 16px;
	}
}

/*
WP REVIEW. Format Fixes
*/

.review-wrapper {
	border: 0px !important;
}

.review-list li:nth-child(2n) {
	background: #FFFFFF !important;	
}

#content .review-wrapper {
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px;
}

#content .review-wrapper p.review-summary-title {
	margin-top: 10px;
}

#content .review-wrapper .review-list li {
	border-color: #FFF;
}

/*
MULTI RATING
*/

/* Text for "please rate" */
.rating-form h4 {
	font-size: 16px;
	color: gray;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

div.rating-form input[type=button] {
	border: 1px solid #000000;
}

/* Hides Rating Form text before stars */
label[for="rating-item-1-1"] { display: none !important; }

/* Increase size of rating stars */
.mr-star-rating .fa {
	font-size: 25px !important;
}

.rating-box {
	float: right;
	padding-left: 20px;
	padding-bottom: 8px;
}

/* Increase text size for results and count */
.rating-result .star-result,
.rating-result .count {
	font-size: 13px !important;
	font-weight: 300;
}

.rating-result .star-result,
.rating-result .count {
	display: block;
	margin-left: 0px;
}

.rating-result .star-result:before {
	white-space: normal;
}

.rating-result .count {
	display: block;
}

.rating-result .star-result:before {
	content: ' ';
	white-space: pre;
}

/* Text for "please rate" */
.rating-form h4 {
	font-size: 15px;
	color: gray;
	font-weight: 300;
}

/* Ratings results box */
.entry-content .rating-result {
	margin-bottom: 0px;
	display: block;
}

/* Hide "No rating to display", results, and count */
.flex-container .no-rating-results-text,
.flex-container .count,
.entry-content .no-rating-results-text {
	display: none !important;
}

.flex-rating-box .star-result {
	display: none;
}

.rating-result .star-result:before {
	content: ' ';
	white-space: pre;
}

@media only screen and (max-width:480px) {
	.mr-star-rating .fa {
		font-size: 20px !important;
	}
	.rating-box {
		padding-left: 12px;
	}
}

/*
TRIBE CALENDAR
*/

/* Stops Tribe Events from bunching */
#tribe-events-pg-template, .tribe-events-pg-template {
    width: 100%;
}

/* Styling for "This event has passed" notice */
.tribe-events-notices {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
    font-family: 'Oswald', sans-serif;
	text-align: center;
	border: none;
	background-color: red;
	text-shadow: none;
	border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
}

/* Styling for navigation */
.tribe-events-back,
.tribe-events-nav-previous,
.tribe-events-nav-next {
    text-transform: uppercase;
}

.tribe-events-nav-previous,
.tribe-events-nav-next {
    background-color: inherit;
}


/* Styling for "Event TBC" text on single event page */
.event-tbc {
    color: red;
    margin-bottom: 20px;
	font-size: 17px;
    font-weight: bold;
    font-family: 'Special Elite', cursive;
}

/* Removes the Export Calendar link from only the archives page */
#archive-calendar .tribe-events-ical {
    display: none !important
}

/* Removes grayed out past events from sidebar widget */
#sidebar .tribe-this-week-widget-wrapper .this-week-past {
    display: none;
}

/* Heading for sidebar widget */
#sidebar h2.tribe-events-page-title {
    font-size: 20px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    text-transform: capitalize;
}

.calendar-text {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.calendar-text a {
    color: #009cff;
}

@media only screen and (max-width:579px) {
.calendar-text {
    display: none;
}
}

/* Text below the events archive page */
.disclaimer-text {
    margin-bottom: 0px;
}

/* Text below the events archive page */
.disclaimer-text a {
    color: #ff3606;
}

/* Hide recurring event info text */
div.recurringinfo { 
    display: none !important;
}

/* Hide the tribe search bar */
div#tribe-events-bar {
    display: none !important;
}

/* CSS for related posts below single page */
.tribe-related-event-info .tribe-event-date-start,
.tribe-related-event-info .tribe-event-date-end,
.tribe-related-event-info .tribe-event-time {
    font-size: 14px !important;
}

#tribe-events-content .tribe-events-single-event-description p {
    margin-bottom: 25px;
    line-height: 26px;
}

.tribe-events-cal-links {
    text-align: center;
}

#tribe-events-content .tribe-events-gcal.tribe-events-button {
    width: 30%;
	border-radius: 0px;
}

#tribe-events-content .tribe-events-ical.tribe-events-button {
    width: 30%;
	border-radius: 0px;
}

@media only screen and (max-width:736px) {
    #tribe-events-content .tribe-events-gcal.tribe-events-button,
    #tribe-events-content .tribe-events-ical.tribe-events-button {
        width:100%;
}}
    
#tribe-events .tribe-events-schedule {
    border: none !important;
    padding: 0px !important;
	margin: 0px !important;
    background-color: inherit !important;
}

/* Events single page event date and time */
.single-page-event-scheduling,
.single-page-event-scheduling,
.single-page-event-scheduling,
.single-page-event-scheduling {
    font-size: 32px;
	color: black;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -1px;
}

.single-page-event-scheduling {
	margin-bottom: 25px;
}

/* Single page event date and time MOBILE */
@media only screen and (max-width:480px) {
	.single-page-event-scheduling,
	.single-page-event-scheduling,
	.single-page-event-scheduling,
	.single-page-event-scheduling {
		font-size: 22px;
		line-height: 26px;
	}
}

/* Event title on single page */
.single-tribe_events .tribe-events-single-event-title {
    line-height: 50px !important;
    font-size: 40px !important;
}

/* Event title on single page MOBILE */
@media only screen and (max-width:736px) {
.single-tribe_events .tribe-events-single-event-title {
    font-size: 25px !important; 
    line-height: 30px !important;
}}

/*
FacetWP
*/

/* Calendar containers to center facets on Events Calendar */

.calendar-container {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width:736px) {
	.calendar-container {
		max-width: 95%;
	}
}

/* Styling maps */
#facetwp-map {
    margin-bottom: 25px !important;
}


/* Styling the "load more" button */
.fwp-load-more {
	padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #000;
    margin-bottom: 5px;
	border-radius: 5px !important;
    font-size: 14px;
    clear: both;
	text-align: center;
}

/* Styling the reset button */
.fwp_reset {
	padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px;
    color: #FFFFFF;
    background-color: #000000;
    margin-bottom: 5px;
	border-radius: 0px !important;
    font-size: 13px;
    clear: both;
}

/* Do not display the counter for results */
.facetwp-counter {
    display: none;
}

/* Styling for pager */
.facetwp-pager {
	margin-bottom: 25px;
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
}

.facetwp-pager .facetwp-page,
.facetwp-pager-label {
    padding: 0px 8px 0px 8px;
    text-align: center;
}

.facetwp-pager .facetwp-page.active,
.facetwp-pager .facetwp-page:hover {
	color: red !important;
}

.facetwp-pager .facetwp-page.active {
	border-bottom: 2px solid red;
}

.facetwp-pager .facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

/* Improved styling on FacetWP dropdown & hierarchy menu */
select.facetwp-dropdown,
select.facetwp-hierarchy_select {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
	border-radius: 0px;
}

/* Styling for FacetWP fSelect */
.fs-label-wrap {
    background-color: inherit;
	text-transform: uppercase;
    font-size: 13px;
    -webkit-appearance: none;
}

/* Styling for radio buttons and checkboxes */
.facetwp-radio,
.facetwp-checkbox {
    background: none !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased; 
    text-align:center;
    padding-left: 4px !important;
	padding-right: 4px !important;
    margin-right: 4px;
	margin-top: 2px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

@media only screen and (max-width:736px) {
	.facetwp-radio,
	.facetwp-checkbox {
		font-size: 13px;
}}

/* Red border for selected radio and checkbox items */
.facetwp-radio:hover,
.facetwp-checkbox:hover,
.facetwp-radio.checked,
.facetwp-checkbox.checked {
    color: red;
}

/* Facet bar heading */
.facet-heading {
	width: 100%;
	font-size: 15px !important;
	line-height: 30px;
	border-bottom: 2px solid #e23a3e;
	margin-bottom: 10px;
}

/* Styling for location hierachy on the events page */
.facetwp-facet-location .facetwp-link {
    background: none !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased; 
    color: #3687CB;
    text-align:center;
    text-transform: uppercase;
    font-size: 13px;
	padding-left: 5px !important;
	padding-right: 5px !important;
    margin-bottom: 5px;
}

@media only screen and (min-width:769px) {
	.facetwp-facet-location .facetwp-link:hover {
    	color: red;
	}
}

/*
CARDS (FLEX)
*/

#flex-container-cards a.pin-it {
	display: none;
}

#flex-container-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-bottom: 20px;
}

/* Creates "dummy" content when less than 3 cards on the row */
#flex-container-cards:after {
	content: "";
	flex: auto;
}

#flex-container-cards figure {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.flex-box-cards {
    width: 33.33%;
    box-sizing: border-box;
	padding: 0.5em;
    position: relative;
	height: 285px;
	margin-bottom: 20px;
}

.flex-box-cards-events {
    width: 33.33%;
    box-sizing: border-box;
	padding: 0.5em;
    position: relative;
	height: 315px;
	margin-bottom: 20px;
}

.flex-box-cards img,
.flex-box-cards-events img {
    margin-bottom: 0em;
}

.flex-box-cards .post-more,
.flex-box-cards-events .post-more,
.flex-box-spots .post-more {
	display: none !important;
}

.flex-rating-cards {
    position: absolute;
    top: 15px;
    left: 15px;
}

.flex-rating-cards .rating-result {
	margin-bottom: 0px;
}

/* Size of rating stars in FacetWP results */
.flex-rating-cards .mr-star-rating .fa {
	font-size: 20px !important;
}

/* Hide "No rating to display", results, and count in FacetWP results */
.flex-rating-cards .no-rating-results-text,
.flex-rating-cards .star-result,
.flex-rating-cards .count {
	display: none;
}

.entry-content .flex-rating-cards .rating-result {
	margin-bottom: 0px;
}

.flex-cat-image {
	width: 16%;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: white;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
}

.flex-tbc {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
}

.flex-content-cards {
	padding: 10px;
	padding-bottom: 0px;
}

.flex-title-cards {
	font-weight: 700;
	color: black;
    font-size: 16px;
	line-height: 18px;
	margin-bottom: 6px !important;
}

.flex-excerpt-cards,
.flex-excerpt-cards p {
	font-size: 16px !important;
	line-height: 18px !important;
	margin-bottom: 10px;
	color: #929292;
}

/* Not in use */
.flex-excerpt-cards-event,
.flex-excerpt-cards-event p {
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 300;
	margin-bottom: 10px;
	color: #929292;
	font-family: 'Poppins', sans-serif;
}

.post-section .flex-excerpt-cards a,
.flex-excerpt-cards a,
.flex-excerpt-cards-event a{
	color: #929292 !important;
}

.post-section .flex-excerpt-cards a:hover,
.flex-excerpt-cards a:hover,
.flex-excerpt-cards-event a:hover{
	color: #929292 !important;
}

.flex-scheduling {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #608000;
}

@media only screen and (max-width:600px) {
	.flex-box-cards,
	.flex-box-cards-events {
		width: 50%;
	}
}

@media only screen and (max-width:480px) {
	.flex-box-cards,
	.flex-box-cards-events {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
		padding: 0em;
	}
	.flex-image-cards {
		float: left;
		width: 35%;
	}
	.flex-rating-cards {
		top: 2px;
		left: 6px;
	}
	.flex-rating-cards .mr-star-rating .fa {
		font-size: 15px !important;
	}
	.flex-cat-image {
		display: none;
	}
	.flex-content-cards {
		float: left;
		width: 65%;
		box-sizing: border-box;
		padding-top: 0px;
		padding-bottom: 5px;
		position: relative;
		height: 100%;
	}
	.flex-scheduling {
		margin-top: 3px;
		font-size: 11px;
		line-height: 13px;
		position: absolute;
		left: 10px;
		bottom: 0px;
	}
	.flex-tbc {
		display: none;
	}
	.flex-title-cards {
		margin-bottom: 0px !important;
        font-size: 13px !important;
        line-height: 14px !important;
    }
    .flex-excerpt-cards,
    .flex-excerpt-cards p {
        font-size: 14px !important;
        line-height: 14px !important;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    .flex-excerpt-cards-event {
        display: none;
    }
}

/*
SPOTS (FLEX)
*/

.flex-box-spots {
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 20px;
}

.flex-image-spots {
    float: left;
    width: 35%;
}

.flex-content-spots {
    float: left;
    width: 65%;
    box-sizing: border-box;
    position: relative;
    height: 100%;
	padding-left: 15px;
}

.flex-title-spots {
	font-weight: 700;
	color: black;
    font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
}

.flex-excerpt-spots,
.flex-excerpt-spots a,
.flex-excerpt-spots p{
	font-size: 16px;
	line-height: 18px;
    margin-bottom: 8px;
	color: #929292 !important;
}

.flex-excerpt-spots a:hover {
	color: #929292;
}

/* Not using ratings on spots

.flex-rating-spots {
    top: 8px;
    left: 8px;
	position: absolute;
}

.flex-rating-spots .rating-result {
	margin-bottom: 0px;
}

*/

.flex-meta-spots {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    margin-bottom: 5px;
}

.flex-meta-spots-image {
    width: 4%;
}

.flex-meta-spots-image img {
    margin-bottom: 0px !important;
}

.flex-meta-spots-text {
    width: 96%;
    padding-left: 8px;
    display: inline-block;
    padding-top: 1px;
}

.flex-meta-spots-text a {
	color: #ef562d;
	text-decoration: none;
}

.flex-meta-showmore {
    display: none;
}

@media only screen and (max-width:800px) {
    .flex-excerpt-spots,
    .flex-excerpt-spots p,
	.flex-excerpt-spots a {
        margin-bottom: 0px;
    }
    .flex-meta-spots {
        display: none;
    }
}

@media only screen and (max-width:480px) {
	.flex-box-spots {
		margin-bottom: 12px !important;
	}
	.flex-content-spots {
		padding-left: 10px;
	}
	.flex-title-spots {
		margin-bottom: 3px;
        font-size: 13px;
        line-height: 14px;
    }
    .flex-excerpt-spots,
    .flex-excerpt-spots p,
	.flex-excerpt-spots a {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 0px;
    }
    .flex-meta-spots {
        display: none;
    }
}

/*
CARDS SCHOOLS (FLEX)
*/

.flex-box-schools {
    width: 25%;
    box-sizing: border-box;
	padding: 0.2em;
    position: relative;
}

.flex-box-schools img {
    margin-bottom: 0em;
}

.flex-title-schools {
	font-weight: 700;
	position: absolute;
	top: 6%;
	left: 5%;
	color: #000;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px !important;
	font-family: 'Poppins', sans-serif;
	width: 90%;
	box-sizing: border-box;
}

.flex-title-schools span {
    box-shadow: 5px 0 0 #FFF, -5px 0 0 0 #FFF;
	background-color: #FFF;
}

.flex-schools-image-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: absolute;
	padding: 5px;
	bottom: 5px;
	left: 5px;
}

.flex-schools-image {
	width: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 0px;
	display: inline-block;
	margin-right: 3px;
}

.flex-schools-location {
	position: absolute;
	bottom: 9%;
	right: 6%;
	padding: 0px 3px 0px 3px;
	background-color: #FFF;
	color: gray;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width:769px) {
	.flex-box-schools {
		width: 33.3%;
	}
}

@media only screen and (max-width:480px) {
	.flex-box-schools {
		width: 100%;
		height: auto;
		margin-bottom: 8px;
		padding: 0em;
	}
	.flex-image-box-schools,
	.flex-schools-location,
	.flex-image-schools,
	.flex-schools-image {
		display: none;
	}
	.flex-title-schools {
		float: left;
		width: 65%;
		position: relative;
		box-sizing: border-box;
		padding-top: 0px;
		margin-bottom: 0px !important;
		color: #000;
	}
	.flex-title-schools span {
		box-shadow: none;
		background-color: #FFF;
	}
}

/*
CONTACT FORMS
*/

.recaptcha {
    margin-bottom: 25px;
}

span.wpcf7-list-item { 
    display: block;
    margin-left: 0px;
}

.wpcf7 label {
    font-size: 14px;
	color: #6b6b6b;
}

/*
WP QUIZ PRO PLUGIN FORMATTING
*/

/*Distance between "Question x of x" and question*/
.wpProQuiz_question_page {
    margin-bottom: 10px !important;
}

.wpProQuiz_results {
    float: left;
    clear: both !important;
}

.wpProQuiz_header {
    display: none !important;
}

/*Question text*/
.wpProQuiz_question_text {
    font-size: 1em !important;
    padding-top: 10px !important;
    clear: both !important;
    font-weight: bold !important;
}

.wpProQuiz_questionListItem li {
	font-size: 16px !important;
}

/*Question list*/
.wpProQuiz_questionList {
    padding: 0px !important;
    margin: 0px 0px 20px 0px !important;
    border: none !important;
    background-color: inherit !important;
    font-weight: bold !important;
}

/*Buttons*/
.wpProQuiz_button, .wpProQuiz_button:hover {
    margin: 0px 0px 10px 0px !important;
    padding: 5px 10px !important;
    background: #ff5c33 !important;
    border-radius: 0px !important;
    color: white !important;
    font-weight: bold !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    float: left !important;
}

/*Box for correct/incorrect*/
.wpProQuiz_response {
    background: inherit !important;
    border: none !important;
    padding: 0px !important;
    margin-bottom: 3px !important;
    box-shadow: none !important;
}

/*Text for correct/incorrect*/
.wpProQuiz_respone_span {
    font-weight: bold;
}

/*Incorrect answer formatting*/
.wpProQuiz_answerIncorrect {
    background: inherit !important;
    color: red !important;
    font-weight: bold !important;
}

/*Correct answer formatting*/
.wpProQuiz_answerCorrect {
    background: inherit !important;
    color: green !important;
    font-weight: bold !important;
}

.wpProQuiz_reviewDiv {
    clear: both;
}

/*  "incorrect" title when correction of incorrect answer is displayed*/
.wpProQuiz_respone_span {
    text-transform: uppercase;
}

/*
RESPONSIVE FORMATTING FOR CUSTOM POST TEMPLATES
*/

.link-text {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.link-text a {
    color: #ef562d;
}

.singletemplatewrapper {
    height:auto;
    display: block;
    clear: both;
}

.singletemplatewrapper a {
    color: #ef562d;
}

.singletemplateheading {
    width: 35%;
	float: left;
    margin-bottom: 8px;
    font-weight: bold;
	text-transform: uppercase;
}

.singletemplatecontent {
    width: 65%;
	float: left;
    margin-bottom: 8px;
}

.templateclear {
    width:100%;
    clear: both;
}

@media (max-width: 579px) {
    
    .singletemplatewrapper {
        font-size: 16px;
    }
    
    .singletemplateheading,
    .singletemplatecontent {
        width:100%;
        
    }
    
    .singletemplateheading {
        margin-bottom: 3px;
        text-transform: uppercase;
    }
    
    .singletemplatecontent {
        margin-bottom: 20px;
    }
    
    .templateclear {
        line-height: 0px;
    }
    
}

.onsen-info-heading {
	width: 100%;
	font-size: 16px !important;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
}

.onsen-info-heading span {
	display: inline-block;
	padding: 0px 8px;
	background: #000000;
	color: #fff;
}

.school-suffix {
    font-family: 'Oswald', sans-serif;
	margin-bottom: 25px;
}

.school-suffix a {
    color: #ef562d;
}

/*
TABLEPRESS
*/

.tablepress-plain td,
.tablepress-plain thead th,
.tablepress-plain tfoot th {
    border: none !important;
    background-color: inherit;
	padding-left: 0px !important;
}

.tablepress-plain thead th {
    border-bottom: 2px solid #c5c5c5 !important;
    background-color: inherit;
    padding-bottom: 0px;
}

.tablepress-25-75 .column-1 {
	width: 25%;
}

.tablepress-id-6 td,
.tablepress-id-6 th {
  text-align: center !important;
}

.tablepress-hiragana {
    table-layout: fixed;
}

.tablepress-hiragana td,
.tablepress-hiragana th,
.tablepress-hiragana thead th,
.tablepress-hiragana tfoot th {
  text-align: center !important;
  font-size: 1.2em;
    color: #000000;
  font-weight: bold;
  table-layout: fixed;
  border: none !important;
    padding-left: 0px;
}

.tablepress-80 td,
.tablepress-80 th {
  font-size: 80%;
}

.tablepress-id-7 td,
.tablepress-id-7 th {
  text-align: center !important;
}

.tablepress-id-8 td,
.tablepress-id-8 th {
  text-align: center !important;
}

.tablepress-center td,
.tablepress-center th {
  text-align: center !important;
}

/*
TABLES
*/

.entry-content td,
.entry-content table,
.entry-content tr {
  margin: 0 0 24px 0;
  padding: 0px;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

table.columns2 {
border-collapse: separate;
border-spacing: 0;
border-width: 0px;
padding: 0px;
width: 100%;
}

table.columns2 td {
    font-weight: bold;
}

table.columns2 td:nth-child(1) {
width: 15%;
}

table.conjugations,
table.conjugations-free {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0px;
    padding: 0px;
    width: 100%;
    page-break-inside: avoid;
    background-color: #F0F8FF;
}

table.conjugations {
    table-layout: fixed;
}

table.conjugations td,
table.conjugations-free td{
    vertical-align: bottom;
    line-height: 2em;
    padding: 2px;
    padding-left: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

table.conjugations tr:nth-child(1) td,
table.conjugations-free tr:nth-child(1) td {
    font-weight: bold;
    background-color: #ff8080;
    color: #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

table.conjugations tr td:last-child,
table.conjugations-free tr td:last-child {
    border-right: none;
}

table.dialogue {
border-collapse: separate;
border-spacing: 0;
border-width: 0px;
border: none;
width: 100%;
    margin-bottom: 28px;
}

table.dialogue td {
font-size: 1.1em;
text-align: left;
color: #333333;
vertical-align: bottom;
}

table.dialogue tr:nth-child(even) td {
color: #696969;
font-weight: normal;
font-size: 1em;
padding-bottom: 10px;
}

table.dialogue tr:last-child td {
padding-bottom: 0px;
}

table.dialogue td:nth-child(1) {
width: 20% !important;
color: #8c8c8c !important;
}

table.dialogue td:nth-child(2) {
padding-left: 5px;
}

table.example {
    margin-bottom: 28px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
}

table.example td {
padding-bottom: 2px;
font-size: 1.1em;
  color: #000000;
}

table.example tr:last-child td {
color: #696969;
font-weight: normal;
font-size: 1.0em;
padding-bottom: 0px;
}

table.example-bold {
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
}

table.example-flex {
border-collapse: separate;
border-spacing: 0;
border-width: 0px;
padding: 0px;
}

table.example-flex td {
padding-bottom: 2px;
padding-left: 10px;
font-weight: bold;
text-align: left;
font-size: 1.1em;
}

table.example-flex tr:last-child td {
color: #696969;
font-weight: normal;
padding-bottom: 0px;
font-size: 1em;
}

table.fixed {
border-collapse: separate;
border-spacing: 0;
border-width: 0px;
padding: 0px;
font-size: 1em;
width: 100%;
table-layout: fixed;
}

table.fixed td {
padding: 2px;
text-align: center;
}

table.fixed tr:last-child td {
padding-bottom: 0px;
}

table.vocab {
margin: 0px 0px 28px 0px;
border-collapse: separate;
border-spacing: 0;
border-width: 0px;
padding: 0px;
width: 100%;
page-break-inside: avoid;
table-layout: fixed;
background-color: #F0F8FF;
}

table.vocab td {
  font-size: 1em;
  padding: 2px;
  padding-left: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  vertical-align: middle;
}

table.vocab tr td:last-child {
border-right: none;
}

/*
FACET SCHOOLS
*/

.black-background {
    background-color: #000000;
}

.red-background {
    background-color: #FF0000;
}

.dark-red-background {
    background-color: #b20000;
}

.blue-background {
    background-color: blue;
}

.green-background {
    background-color: #006400;
}

.brown-background {
    background-color: #8b4513;
}

/* Puts school features in little box on Facet and Single pages */
.fwp-school-feature {
    padding: 2px 4px 2px 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    display:inline-block !important;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.fwp-container {
   overflow:hidden;
   display: block;
   margin-bottom: 20px;
}

/* Nightclub results formatting */
.fwp-container-nightclub {
   overflow:hidden;
   display: block;
   margin-bottom: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}

.fwp-image-nightclub {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-box-shadow: 0px 0px 11px 2px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(196,196,196,1);
    box-shadow: 0px 0px 11px 2px rgba(196,196,196,1);
    margin-left: 8px;
}

@media only screen and (max-width:736px) {
    .fwp-image,
    .fwp-image-nightclub {
          display: none;
    }}

.fwp-text-box-nightclub {
    overflow:hidden;
    line-height: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

@media only screen and (min-width:737px) {
    .fwp-text-box-nightclub {
        padding-left: 15px;
}}

.fwp-club-text {
    overflow:hidden;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-right: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.fwp-club-text p {
    margin-bottom: 3px !important;
}

.fwp-title {
    font-weight: 700;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 3px;
}

.fwp-club-location {
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

/* Puts onsen features in little box on Facet and Single pages */
.fwp-onsen-feature {
    padding: 1px 4px 1px 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
}