/*
Theme Name: Wayland Productions
Theme URI: https://waylandproductions.com
Author: Jon Benditz
Author URI: https://jonbenditz.com
Description: Wayland Productions theme was built special for all the talent and audio driven entertainment that WP has to offer
Version: 1
Text Domain: wayland
Tags: bootstrap
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Nav CSS
4.0 WooCommerce
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
* {
    margin: 0;
}
html {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #181818;
    height: 100%;
}

body {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	margin: 0;
	background-color: #181818;
	color: #BFBFBF;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 1em 0 1.5em;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0px;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
    color: #e5bd43;
    text-decoration: none;
}

a:active,
a:hover,a:visited {
	color: #e5bd43;
	outline-width: 0;
}

a:visited {
	color: #fff;
	outline-width: 0;
}



abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}







/*--------------------------------------------------------------
2.0 Wordpress Basics
--------------------------------------------------------------*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 10px 20px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 10px 20px;
}

a img.alignnone {
    margin: 5px 10px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*--------------------------------------------------------------
3.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
4.0 Header CSS
--------------------------------------------------------------*/
.custom-logo {
	max-width: 176px !important;
	height: auto;
	margin: 0 auto;
}

.tftm-logo {
	position: absolute;
    right: 5%;
    top: 30%;
}

.tftm-logo img {
	max-width: 250px;
}

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

/*--------------------------------------------------------------
5.0 Nav CSS
--------------------------------------------------------------*/
.navbar {
    height: 50px;
    border: 0;
    font-size: 16px;
}

.navbar-default {
	background-color: #2B2B2B;
	border-color: transparent;
	z-index: 1;
}

.navbar-default .navbar-nav>li>a {
	color: #e5bd43;
}

.navbar-nav>li:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-nav>li>a:hover {
	color: #e5bd43;
}

.navbar .navbar-collapse {
	text-align: center;
	padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
	float: none;
    margin: 0;
    display: inline-block;
}

.navbar-default .navbar-nav>.active>a {
	color: #e5bd43;
	background-color: inherit;	
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #e5bd43;
}

.navbar-default .navbar-nav>.open>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover  {
	background-color: #2B2B2B;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #2B2B2B;
}

.dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.active>a:hover {
    color: #e5bd43;
}

.dropdown-menu>li>a:hover {
	background: #525252;
}

.dropdown-menu>.active>a {
	background: none;
}

.dropdown-menu>.active>a:hover {
    background: #525252;
}

.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
}

.navbar-collapse {
	background: #2B2B2B;
}

/*--------------------------------------------------------------
6.0 Sidebar CSS
--------------------------------------------------------------*/

.widget ul {
	padding-left: 20px;
}

/*--------------------------------------------------------------
7.0 Body CSS
--------------------------------------------------------------*/
.entry-meta {
	font-size: 11px;
    margin: 10px 0 5px;
}

.project-archive {
	padding: 10px 15px 20px;
}

.project-archive img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.project-archive:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.waylandlinks-archive {
	border: 3px solid gray;
	background-color: #999;
	padding: 20px 5px;
	font-size: 38px;
	margin-bottom: 30px;
}

.waylandlinks-archive img {
	max-height: 70px;
	width: auto;
}

.type-project h1 {
	margin-bottom: 25px;
}

.type-post {
	padding-left: 0;
    padding-right: 0;
}

.page-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

article.post {
	border-bottom: 1px white solid;
	margin-bottom: 25px;
    padding-bottom: 25px;
}

article.post:last-child {
	border-bottom: 0;
}

.projects-list, .crew-list {
	margin: 50px auto;
}

.projects-list:nth-child(odd) {
	padding-left: 0px;
}

,projects-list:nth-child(even) {
	padding-right: 0px;
}

.home-projects {
	margin: 50px auto -40px;
}

.crew-list {
	margin-top: 50px !important;
}

.home-project-list {
	width: 25%;
	display: inline-block;
	float: left;
}

.home-project-title {
	width: 100%;
    display: block;
    background: #2B2B2B;
    text-align: center;
    padding: 15px 0;
}

.size-project-image {
	border: 1px solid #000000;
	box-shadow: 1px 1px 7px #000000;
}

.project_thumb {
	padding-left: 0px;
    padding-bottom: 20px;
}

.cool-cast-player-wrapper {
	clear: both;
}

/*--------------------------------------------------------------
8.0 Footer CSS
--------------------------------------------------------------*/

.feed_link_project {
	min-height: 90px;
}

.site-footer {
	margin: 40px 0 0;
	padding: 30px 0;
    height: auto;
    background: #2B2B2B;
    text-align: center;
    font-size: 11px;
    color: #555555;
}

.site-footer #text-4, .site-footer #text-6 {
	padding-top: 25px;
}

.footer_social {
	max-height: 25px;
	margin-right: 15px;
}

.footer_logo {
	max-height: 75px;
	padding-top: -35px;
}

/*--------------------------------------------------------------
9.0 WooCommerce
--------------------------------------------------------------*/

.nav-tabs a {
	font-size: 13px;
}

.my-account {
	margin: 15px 0;
}

.content-area .product-category {
    width: 20%;
    display: inline;
    float: left;
    margin-right: 5%;
}

.woocommerce-loop-category__title {
	font-size: .9em;
}

mark.count {
	background: none;
	color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #2B2B38;
}

.table tbody {
	border: 1px white solid;
}

.woocommerce-Address-title .small {
	color: #e5bd43;
}

.woocommerce-form-nopadding-right {
	padding-right: 0px;
}

.woocommerce-form-nopadding-left {
	padding-left: 0px;
}

.mini-cart-image {
	padding: 0px;
}

.cart-row {
	margin-bottom: 15px;
}

.margin-top-bottom {
	margin-bottom: 4px;
	margin-top: 4px;
}

.control-width-40 {
	width: 40%;
	display: inline;
}

.page-numbers {
	background-color: #000 !important;
    border: 1px solid #e5bd43 !important;
    color: #e5bd43 !important;
}

.page-numbers .current {
    color: #b28f22 !important;
}

.size-shop_catalog {
	max-height: 120px;
	width: auto;
}

.store-product {
	padding-left: 8px;
	padding-right: 8px;
	margin: 20px 0;
}

.price{
	font-size: 30px;
	margin: 0 auto;
	color: red;
}
.thumbnail{
	opacity:.90;
	-webkit-transition: all 0.5s; 
	transition: all 0.5s;
	margin-bottom: 0px;
}
.thumbnail:hover{
	opacity:1.00;
	box-shadow: 0px 0px 10px #4bc6ff;
}

.product .product_title {
	margin: 10px 0 10px;
}

.woocommerce-Price-amount {
    color: #e5bd43 !important;
}

.panel {
	background: inherit;
}

img.stripe-icon {
	margin-bottom: 3px;
}
/*--------------------------------------------------------------
10.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (max-width: 48em) {
	.navbar-nav {
		width: 100%;
	}
	.home-project-list {
	    width: 50%;
	}
	.tftm-logo {
		position: relative;
	    right: 0;
	}
	.tftm-logo img {
		max-width: 200px;
	}
}

@media screen and (min-width: 48em) {
	.navbar .navbar-collapse {
		height: 50px !important;
	}
}

@media screen and ( min-width: 67em ) {


}

@media screen and ( min-width: 79em ) {


}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {
	
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
