/*
Theme Name: Matt Pond PA
Author: Teal Hutton
*/

* {
	box-sizing: border-box;
}

body {
	background: #000 url(images/inner-bg.png) top right fixed no-repeat;
    color: #fdf8e0;
    font-family: 'Cardo', serif;
    font-size: 68%;
    font-weight: 200;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

body.page-id-12 {
	background:#000 url('https://mattpondpa.com/wp-content/uploads/2023/10/9_17-mpPA-photo-1-scaled.jpg') fixed no-repeat;
	background-size: cover;
}

body .slicknav_menu {
    font-size: 2em;
}

body .slicknav_btn {
	margin:0;
	text-decoration: none;
	text-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:none;
}

body .slicknav_nav a {
    padding: 5px 10px;
    margin:0;
    text-decoration: none;
    color: #fff;
    text-align: right;
}

.fullscreen-bg__video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

#outerWrapper {
	min-height: 100%;
	margin-bottom:-115px;
}

#outerWrapper:after {
	content: "";
	display: block;
	height:115px;
}

a {
	color:inherit;
	text-decoration:none;
}

.page-id-12 #mppa-logo {
	display: none;
}

.page-id-12 .menu-main-navigation-container {
    float: none;
}

#home-logo {
	padding: 9% 0 0;
}
#home-logo img {
	display: block;
    width: 70%;
    margin: 0 0 0 4%;
    max-width: 300px;
    height: auto;
}

header {
	text-align:center;
	background: #000;
	position:fixed;
	width: 100%;
	z-index: 999;
}

nav {
	width:90%;
	margin:0 auto;
}

#mppa-logo {
	float: left;
	margin-top:15px;
}

#mppa-logo img {
    height: auto;
    width: 100px;
    max-width: 90%;
}

h1, h2, h3, h4, h5 {
	font-family:'Oswald', sans-serif;
	font-weight: 100;
	text-align:center;
	text-transform: uppercase;
}

h1 {
    display: none;
}

h2 {
	font-size:3em;
	color: #575973;
}

h3 {
	font-size: 2.2em;
    margin: 8px 0 0;
}

.slicknav_menu {
	display:none;
}

.menu-main-navigation-container {
	float:right;
}

.menu-main-navigation-container ul {
	list-style-type: none;
    margin: 0;
    padding: 27px 0 30px;
}

.menu-main-navigation-container ul li {
	background:none;
	display:inline-block;
	font-family:'Oswald', sans-serif;
	font-size:1.3em;
	font-weight:100;
	letter-spacing:3px;
	margin:0;
    padding:0 13px;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.menu-main-navigation-container ul li.current_page_item a {
	color:#fff;
}

.menu-main-navigation-container ul li a {
	color:rgba(255,255,255,.6);
	display:block;
	text-decoration:none;
}

.menu-main-navigation-container ul li a:hover {
	color:#fff;
	cursor:pointer;
}

.menu-main-navigation-container ul.sub-menu {
	display:none;
	font-size:1em;
    list-style:none;
    margin:0;
    position:absolute;
	padding:0;
	text-align:left;
	text-transform:none;
	z-index:555;
}

.menu-main-navigation-container ul.sub-menu li{
	border:none;
	display:block;
	width:280px;
	font-size: inherit;
}

.menu-main-navigation-container ul.sub-menu li a {
	background: rgba(0, 0, 0, .75);
	color:#fff;
	display:block;
	padding:10px 15px;
}

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

.menu-main-navigation-container ul li:hover ul.sub-menu a{
    text-decoration:none;
}
.menu-main-navigation-container ul li:hover ul.sub-menu li a:hover{ 
	opacity:1;
}

#page {
	padding:75px 0 0;
}

article {
    margin: 0 auto;
    max-width: 600px;
	padding: 80px 0;
    width: 95%;
}

article .gf_browser_chrome,
article .gform_wrapper {
font-size:1.5em !important;
}

article img {
	height:auto;
	max-width:100%;
}

#page p,
article ol {
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: left;
}

article p a {
	font-weight:600;
}

article p a:hover {
	text-decoration:underline;
}

article h2 {
	font-weight:200;
	font-size:3em;
	margin:8px 0 25px;
	text-align:left;
}

.single-essay article h2 {
	text-align: center;
}

article small {
    display: block;
	font-size:1em;
	font-weight:400;
	letter-spacing:4px;
    margin: 6px 0 0;
	text-align:center;
	text-transform:uppercase;
}

article .subwrap-MI:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

article .subwrap-MI:before {
	content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

article .player-track-title,
article .jp-play-time,
article .mjp-ready,
article .jp-total-time,
article .stop-mjp,
article .playlist-toggle-MI,
article .statusMI {
    display: none;
}

article .jp-innerwrap {
  background-image: linear-gradient(to right, #fff 10%, rgba(0, 0, 0, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  padding: 10px 0 0 85px;
  margin-left: -85px;
}

article .jp-innerwrap:before,
article .jp-innerwrap:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


article .play-mjp,
article .next-mjp,
article .prev-mjp,
article .pause-mjp,
article .dloadmp3-MI {
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size:1.3em;
	font-weight: 100;
	text-transform: uppercase;
	padding: 5px 10px;
}

article .play-mjp:hover,
article .next-mjp:hover,
article .prev-mjp:hover,
article .pause-mjp:hover {
	cursor: pointer;
}

article .transport-MI div, 
article .transport-MI div:hover, 
article span.textbutton_mp3j {
    color: #575973;
}

article .listwrap_mp3j {
	margin-left:-85px;
	background-image: linear-gradient(to right, #fff 10%, rgba(0, 0, 0, 0) 0%);
	background-position: top;
	background-size: 10px 1px;
	background-repeat: repeat-x;

}

article .ul-mjp {
	list-style-type: none;
	padding: 20px 0 0 85px;
}

article .li-mjp.mp3j_LI_current {
	background-color: none !important;
}

article .li-mjp {
	list-style:none;
	padding: 6px 0;
	font-size: 1em;
}


article .a-mjp {
    color: #838383;
    padding-left:10px;
    font-size: 1.6em;
}

article .dloadmp3-MI a {
    color: #838383;
}

article .a-mjp:hover {
    color: #d8b083 !important;
    background: transparent !important;
}

article .a-mjp.mp3j_A_current {
    color: #d8b083 !important;
    background: url('images/activebullet.png') center left no-repeat !important;
}

#shows {
	list-style-type: none;
    padding: 0;
    font-size: 1.6em;
    text-align: left;
    width: 95%;
    max-width: 450px;
    margin: 50px auto;
}

#shows li {
	margin:0 0 15px;
}

#shows .cta {
	font-size: 0.5em;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    position: relative;
    top: -4px;
    float: right;
}

#shows span.date {
	display: inline;
	margin-right:10px;
	font-size: 0.8em;
	color: #d8b083;
	font-style: italic;
}


.attachment-article-feature {
	display:block;
    height: auto;
	margin:0 auto;
    max-width: 100%;
}

a.download-link {
	background:none;
	display:inline-block;
	border:1px solid #5a5854;
	padding:10px 15px;
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	font-weight:100;
	letter-spacing:1.6px;
	margin:0 3px;
	text-transform:uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.download-link:hover {
	cursor: pointer;
	text-decoration: none;
}

.cta-wide {
	background:url('images/in-winter.png') center no-repeat;
	background-size:cover;
	display:block;
	border:1px solid #779ad0;
	font-size:1.5em;
	font-weight: 400;
	letter-spacing:1.6px;
	margin:0 auto 10px;
	padding: 45px 30px;
	text-transform:uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cta a,
.cta-wide a {
	color:inherit;
	display:block;
	text-decoration:none;
	padding:15px 40px;
}

.cta-wide:hover {
	cursor:pointer;
}

.cta:hover {
}

#new-york {
	background: url('images/new-york.png')
	background-size:cover;
}

span.date {
	display:block;
	font-size:1.3em;
	text-align:center;
	text-transform:uppercase;
}

#page ul.products li.product img {
	height:auto;
	width:100%;
}

#page ul.video {
	width:95%;
	max-width:820px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.video .details {
	float:left;
	width:45%;
}

.video li {
	margin:30px 0 100px;
}

.video li img {
	max-width:45%;
	height:auto;
}

.video li h3 {
	text-align: left;
}

.video li p {
	font-size:1.8em;
}


#grid {
	list-style-type:none;
	margin:0 auto 40px;
	max-width:900px;
	padding:0;
	text-align:center;
	width:95%;
}

#grid li {
	display:inline-block;
	padding:10px;
	vertical-align:top;
	width:33%;
}

#grid li img {
	width:100%;
	height:auto;
}

#content-feed {
	list-style-type:none;
	margin:0 auto;
	max-width:600px;
	padding:50px 0;
	text-align:center;
	width:95%;
}

#content-feed li {
	margin: 50px 0 90px;
}

#content-feed img {
	display:block;
	height: auto;
	margin:20px auto;
    max-width: 100%;
}

#content-feed small {
    display: block;
	font-size:1em;
	font-weight:400;
	letter-spacing:4px;
    margin: 6px 0;
	text-transform:uppercase;
}

#content-feed h3 {
	color: #575973;
    font-size: 2.5em;
    font-weight: 100;
	margin:0;
	padding:0;
}

.social-sharing ul {
	list-style-type:none;
	margin:40px 0 0;
	padding:0;
	text-align:center;
}

.social-sharing ul li {
	display:inline;
}

.social-sharing ul li a {
	background:none;
	color: inherit;
	display:inline-block;
	border:1px solid #5a5854;
	font-size:1.5em;
	font-weight:100;
	letter-spacing:1.6px;
	margin:0 3px;
    padding: 15px 40px;
    text-decoration: none;
	text-transform:uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

article .patreon-valid-patron-message {
    display: block;
    width: 100%;
    clear: both;
    padding: 25px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 0;
    background: #fff;
    color: #575973;
    text-align: center;
    font-size: 1.4em;
    border-radius: 1em;
}

article .patreon-locked-content-message {
    margin-bottom: 0;
    border-bottom: none;
}

article .patreon-text-over-button {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    font-size: 100%;
}

article .patreon-patron-button-wrapper {
    margin: 0;
}

article .patreon-responsive-button {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    height: auto;
    text-wrap: nowrap;
    border: 0;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 2em;
    font-weight: 100;
    text-shadow: none;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.social-sharing ul li a:hover {
}


footer {
	padding: 60px 0 15px;
	text-align:center;
}

footer p {
	font-size:1.4em;
	padding:0 30px;
}

footer #social-media {
	font-size:2.5em;
	margin:0 auto;
	padding:0;
}

footer #social-media li {
	display:inline-block;
	margin-top:0;
	vertical-align: middle;
}

footer #social-media li a i {
	display:initial;
    position: relative;
    top: 8px;
}

footer #social-media li a {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
	text-align:center;
    vertical-align: middle;
    width: 40px;
}

footer .tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 0 0 0 20px;
    max-width: 500px;
    width: 100%;
}

footer .tnp-subscription div.tnp-field {
	margin-bottom:0;
	float:left;
}

footer .tnp-subscription div.tnp-field {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    float: left;
}

footer .tnp-subscription label {
	display:none;
}

footer .tnp-subscription input[type=email] {
    width: 250px;
    max-width: 100%;
    height: 40px;
    padding: 10px;
    float: left;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

footer .tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: 40px;
    font-family: inherit;
}

footer .gform_wrapper {
    overflow: inherit;
    font-size: initial;
    margin: 0;
    max-width: none;
    float: left;
    white-space: nowrap;
}

footer .gform_wrapper h3.gform_title {
    font-weight: 100;
}

footer .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top:0;
    float: right;
    width: 100%;
}

footer .gform_wrapper .gform_heading {
    width: auto;
    margin-bottom: 0;
    float: left;
}

footer .gform_wrapper .top_label input.medium, 
footer .gform_wrapper .top_label select.medium {
	background: none;
    background-image: linear-gradient(to right, #fff 10%, rgba(0, 0, 0, 0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border: none;
    color:#fff;
    width: 100%;
    font-style: italic;
    padding: 3px 0 3px 2px;
    margin: 9px 0 0 10px;
}

footer .gform_wrapper .gform_footer {
    padding: 1em 0 .625em;
    margin: 1em 0 0;
    display: none;
}

footer .gform_confirmation_message {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20.8px;
}

.protected-post-form {
	text-align: center;
}

.protected-post-form .private-content-pw {
	border: 1px solid #c3c3c3;
    padding: 9px;
    display: block;
    margin: 0 0 10px;
    width: 50%;
}

.protected-post-form .private-content-button {
	background: none;
    color: inherit;
    display: inline-block;
    border: 1px solid #5a5854;
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 1.6px;
    margin: 0;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 0;
    font-family: inherit;
}

/* HERO */




.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

.size-thumbnail {
	border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-left: -160px!important;
    width: 130px;
    height: auto;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix:before {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

@media only screen and (max-width : 1024px) {	
	#grid li {
	    width: 48%;
	}
}

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

body.page-id-12 {
	background:#000 url('https://mattpondpa.com/wp-content/uploads/2023/10/9_17-mpPA-photo-1-scaled.jpg') top center fixed no-repeat;
    background-size: 400%;
}

	header nav {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}

	header {
	    text-align: center;
	    margin-top: 50px;
	}
	#home-logo img {
	display: block;
    width: 70%;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
}

	#grid li {
	    display: block;
	    margin-bottom: 30px;
	    padding: 0;
	    width: 100%;
	}

	.video .details {
		float:none;
		width:100%;
	}

	.video li img {
		max-width:100%;
		width:100%;
		height:auto;
	}


}