/* # 
Theme Name: Fingers Malloy
Theme URI: https://fingersmalloy.com
Description: Custom theme built for the king himself.
Author: Secondhand Legends
Author URI: https://secondhandlegends.com 
Template: genesis  
Template Version: 2.6.1  
*/


@font-face {
  font-family: 'Hops-and-Barley-c3';
  src: url('/fonts/hops_and_barley_c3-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/hops_and_barley_c3-webfont.woff') format('woff'), url('fonts/hops_and_barley_c3-webfont.ttf')  format('truetype'), url('fonts/hops_and_barley_c3-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hops-and-Barley-c4';
  src: url('/fonts/hops_and_barley_c4-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/hops_and_barley_c4-webfont.woff') format('woff'), url('fonts/hops_and_barley_c4-webfont.ttf')  format('truetype'), url('fonts/hops_and_barley_c4-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hops-and-Barley-c3b';
  src: url('/fonts/hops_and_barley_c3b-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/hops_and_barley_c3b-webfont.woff') format('woff'), url('fonts/hops_and_barley_c3b-webfont.ttf')  format('truetype'), url('fonts/hops_and_barley_c3b-webfont.svg') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'Hops-and-Barley-4';
  src: url('fonts/hops_and_barley_4-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



/* ## Genesis
--------------------------------------------- */

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */


/* ## Global
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Hops-and-Barley-c4';
	text-transform: uppercase;
}
.grecaptcha-badge {
    display: none !important;
}
a {
	color: #ff3c1b;
}
a.readMore:hover {
    color: #fff;
}
main.content ul {
    margin-bottom: 45px;
}
ul.showList {
    margin-left: 28px;
}
ul.showList li {
    list-style-type: disc;
    margin-bottom: 20px;
}
ul.showList li em {
    font-weight: bold;
    font-size: 20px;
}
body {
    font-family: 'Roboto', helvetica, sans-serif;
}
span.highlight {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
	color: #ff4e32;
}
ul.crownList li {
    padding: 10px 30px 3px 45px;
    vertical-align: middle;
    background: url(images/crown.png) no-repeat left center;
    list-style-type: none;
    font-weight: bold;
    font-style: italic;
}

.ctaButton {
    font-size: 26px;
	background-color: #ff4e32;
    color: #fff;
    text-decoration: none;
    padding: 6px 27px;
	border-radius: 12px;
	font-family: 'Hops-and-Barley-c4';
}
.ctaButton:hover {
    background-color: #e83a1b;
	color: #fff;
}
input[type="submit"] {
    font-size: 26px;
    background-color: #ff4e32;
    color: #fff;
    text-decoration: none;
    padding: 6px 27px;
    border-radius: 12px;
    font-family: 'Hops-and-Barley-c4';
    font-weight: 400;
}
input[type="submit"]:hover {
	background-color: #e83a1b;
}

:focus {
    outline: none;
}
.site-inner {
    clear: both;
	padding: 0px;
	background: url(images/dust_scratches.png);
	max-width: 100%;
}
div.content-sidebar-wrap {
    max-width: 1200px;
    margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
aside.sidebar.sidebar-primary.widget-area {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
	    margin-bottom: 60px;
}
.search-results p.entry-meta, .archive p.entry-meta {
	display: none;
}
/* # Global Home
--------------------------------------- */
.home div.content-sidebar-wrap {
	max-width: initial;
	padding-top: initial;
	padding-bottom: initial;
}
.home .site-inner {
    clear: both;
    padding-top: 0;
	max-width: 100%;
	background-color: #fff;
	background: #fff;
}
.home h2 {
    color: #fff;
    background: url(images/frame.png);
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	font-family: 'Hops-and-barley-4';
	font-size: 55px;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000;
    border-bottom: 0px;
	min-height: 0px;
}
.site-header .wrap {
    padding: 20px 0;
}



/* ## Nav Menu
--------------------------------------------- */
nav.nav-primary ul.menu-primary li a {
    color: #fff;
    font-family: 'Hops-and-barley-c4';
    font-size: 24px;
    font-weight: 300;
}
nav.nav-primary ul.menu-primary li a:hover {
    color: #ff3c1a;
    text-decoration: none;
}
nav.nav-primary ul.menu-primary li a:focus {
    text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 10px 0;
	/*width: 360px;*/
}



.site-title a img {
	vertical-align: top;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}

/* Responsive Menu
--------------------------------------------- */
nav.nav-primary {
    color: #fff;
    background-color: initial;
	margin-top: 33px;
}
.nav-primary, .nav-secondary {
    border-bottom: 0px;
}
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	/*padding: 10px;*/
	padding: 10px 5px 10px 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	margin-top: 11px;
	display: inline-block;
}
/*
***************************************
***************************************
/* # Front Page Styles
***************************************
***************************************
*/

/* # Global Home
--------------------------------------- */
/* # Hero
--------------------------------------- */
section#hero {
    background: url(images/dust_scratches.png);
}
section#hero div.bg {
    min-height: 634px;
    background: url(images/fingersbanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 118%;
}
section#hero h1 span {
    font-family: 'Hops-and-Barley-4';
}
section#hero a {
    display: block;
    max-width: 275px;
    height: 51px;
    font-family: 'Hops-and-Barley-c4', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 10px;
}
section#hero a.shows {
    background-color: #ff4e31;
}
section#hero a.shows:hover {
    background-color: #d84d37;
}
section#hero a.youtube {
    background-color: #ff0000;
}
section#hero a.youtube:hover {
    background-color: #da0000;
}
section#hero a.news {
    background-color: #3148a3;
}
section#hero a.news:hover {
    background-color: #283a80;
}
div.callOut h1 span {
    color: #000;
    font-size: 181px;
}
section#hero h1 {
    font-family: 'Hops-and-Barley-c3';
    text-align: center;
    font-size: 48px;
	max-width: 555px;
	color: #000;
	    margin-bottom: 40px;
}
.callOut {
    padding: 90px 0;
	max-width: 555px;
}
div.callOut a {
    text-align: center;
    display: block;
    margin: 0 auto;
}
div.callOut a:hover {
    text-decoration: none;
}
div.callOut i {
    font-size: 31px;
    margin-right: 24px;
}




/* # Divider
--------------------------------------- */
section#divider {
    background-color: #000;
    min-height: 115px;
    color: #fff;
}
section#divider p {
    font-family: 'Hops-and-barley-c4';
    font-size: 29px;
    padding: 38px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}
/* # Podcasts
--------------------------------------- */
section#podcasts {
    background-image: url(images/bar.jpg);
	min-height: 582px;
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 60px 0;
}
div.podcast img {
    width: 100%;
}
div#podcastList {
    display: flex;
    flex-direction: row;
}
div.podcast {
    width: 30%;
    float: left;
    margin: 40px 3%;
}
div.podcast a img {
    border: 1px solid #efefef;
}
/* # News
--------------------------------------- */
section#news {
    background-color: #000;
    padding: 16px 0 40px;
    text-align: center;
    color: #fff;
    font-family: 'Hops-and-barley-c4';
    font-size: 30px;
}
section#news a {
    font-size: 26px;
    background-color: #ff4e32;
    color: #fff;
    text-decoration: none;
    padding: 6px 27px;
    border-radius: 12px;
}
section#news article.wrap a:hover {
    background-color: #e83a1b;
}
/* # Variety Hour
--------------------------------------- */
section#varietyHour {
	display: flex;
}
section#varietyHour div#videos {
    width: 60%;
	background: url(images/bricks.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 20px;
	float: left;
	text-align: center;
}
section#varietyHour div#twitter {
    width: 40%;
    padding: 20px 0 20px 20px;
    float: left;
}
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb {
    width: 50%;
    PADDING: 40px 40px;
}
section#varietyHour a {
    font-size: 26px;
    background-color: #ff4e32;
    color: #fff;
    text-decoration: none;
    padding: 6px 27px;
	border-radius: 12px;
	font-family: 'Hops-and-Barley-c4';
}
section#varietyHour div#videos a:hover {
    background-color: #e83a1b;
}

/* # Footer
--------------------------------------- */
.footer-widgets {
    color: #fff;
    background-color: #000;
        padding: 40px 40px 0 40px;
	text-align:center;
}
div.footer-widgets section {
	margin: 20px 0;
}
footer.site-footer {
    display: none;
}
div.footer-text {
	background-color: #000;
	color: #fff;
	text-align: center;
}
img.logo {
	max-width: 300px;
}
p#copy {
    font-size: 15px;
    padding-bottom: 20px;
    font-family: 'Hops-and-barley-c4';
	margin-bottom: 0px;
}
h4.tag {
	font-size: 26px;
	font-weight: 400;
}
section#custom_html-5 a img {
    max-width: 60px;
    margin: 0 15px;
}
/*
*************************************** End Front Page
*/

/*
***************************************
***************************************
/* # Single  Page Styles
***************************************
***************************************
*/
main.content {
    margin-bottom: 60px;
}
.home main.content {
    margin-bottom: 0px;
}
main.content h1 {
    font-family: 'Hops-and-barley-4';
    font-size: 75px;
    margin-bottom: 50px;
}
section#podcasts h2{    
	color: #fff;
    background: url(images/frame.png);
    background-size: contain;
    padding: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	font-family: 'Hops-and-barley-4';
	font-size: 55px;
}
p.quote {
    font-size: 28px;
}
ul.wp-block-gallery {
    margin-left: 0px;
}
/* # Blog Styles
--------------------------------------- */

.entry-title a, .sidebar .widget-title a, h2.entry-title {
    color: #333;
    font-family: 'Hops-and-barley-4';
    text-decoration: none;
    font-size: 48px;
}
.blog article.entry img {
    margin: 0px 40px 20px 0;
    max-width: 100%;
}
.grid-sizer { width: 33.333%; }
.single img, .blog img {
    margin: 20px 0;
}
.blog .blogHeader {
    margin-bottom: 20px;
}
.single-post div.site-inner {
		padding-bottom: 60px;
}
.metaData {
    margin-bottom: 15px;
}
/* # Contact Styles
--------------------------------------- */
.page-id-283 .site-container {
    background-image: url(images/bar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.page-id-283 .site-inner {
    background: url(images/dust_scratches.png);
    padding: 40px;
    margin: 00px auto 0;
    border-radius: 7px;
}
/* # Podcast Styles
--------------------------------------- */
div.podcastContent {
	max-width: 50%;
	float: left;
}
div.embed {
	float: left;	
	width: 45%;
	margin-left: 5%;
}
.podcast-news {
    clear: both;
    float: left;
    margin-bottom: 60px;
    margin-top: 60px;
}
.subscribe-buttons a img {
    height: 50px;
    margin: 0 15px 0 0;
}
.subscribe-buttons a img:hover {
	box-shadow: 2px 2px 1px #e7e7e7;
	border-radius: 6px;
}
div.podcast-news h1 {
	font-size: 48px;
}
.podcast-news-excerpt {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}
div.link {
    text-align: center;
}
div.link a {
    color: #fff;
    text-decoration: none;
}
span.tag {
    display: block;
    text-align: center;
    margin: 10px;
    font-style: italic;
}
/* # Podcast Styles
--------------------------------------- */
.error404 .site-inner {
    clear: both;
    padding: 0px;
    background: url(images/metal.jpg);
    max-width: 100%;
}
/* # Error 404 Styles
--------------------------------------- */
.error404 main.content {
    background: url(images/dust_scratches.png);
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}
.error404 h2 {
    margin-bottom: 40px;
}
/*
*************************************** End Single Page
*/


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1538px) { 
	section#hero div.bg {
    background-position-x: 173%;
	}
}
@media only screen and (max-width: 1389px) { 
	section#hero div.bg {
    background-position-x: 200%;
	}
}
@media only screen and (max-width: 1312px) { 
	section#hero div.bg {
    background-position-x: 270%;
	}
}
@media only screen and (max-width: 1280px) { 
.wrap {
    max-width: 1200px;
}
section#hero div.bg {
    background-size: cover;
    background-position: 500px;
}
.site-header .widget-area {
    width: initial;
}
.site-header .wrap {
    padding: 20px 2%;
}
div.content-sidebar-wrap {
    margin: 0 5%;
}
.home div.content-sidebar-wrap {
    margin: 0 auto;
}
}
@media only screen and (max-width: 1020px) {
	.site-header .widget-area {
    width: 100%;
	}
	section#hero div.bg {
    background-position: 400px;
	}
	.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb {
    width: 50%;
    PADDING: 10px 10px;
	}
	.blog .content, .single .content {
		width: 60%;
		margin-right: 30px;
	}
	.sidebar-primary {
		width: 36%;
	}
}
@media only screen and (max-width: 960px) {

	.site-header .search-form {
		margin: 16px auto;
		/*width: 50%;*/
		width: 234px;
	}

	.genesis-nav-menu.responsive-menu .menu-item.right {
		display: none;
	}

}
@media only screen and (max-width: 880px) {
	section#hero article.wrap {
    background-color: rgba(255,255,255,0.3);
	}
	.callOut {
    padding: 90px 05%;
    max-width: 100%;
    text-align: center;
	}
	section#hero h1 {
    max-width: 100%;
	}
	.blog .content, .single .content {
		width: 100%;
		margin-right: 0;
	}
	.sidebar-primary {
		width: 100%;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 768px) {

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	section#hero div.bg {
    background-position-x: 20%;
	}
	section#varietyHour {
		display: initial;
	}
	section#varietyHour div#videos {
    width: 100%;
		float: none;
	}
	section#varietyHour div#twitter {
    width: 100%;
    padding: 20px 20px;
    float: none;
    height: 600px;
    overflow: auto;
}

.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a, .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover, .nav-primary .genesis-nav-menu.responsive-menu a, .nav-primary .genesis-nav-menu.responsive-menu a:hover {
    color: #fff;
}
}
@media only screen and (max-width: 676px) {
	div.callOut h1 span {
    font-size: 140px;
	}
	div#podcastList {
    display: initial;
	}
	div.podcast {
    width: 60%;
    margin: 40px auto;
    text-align: center;
	float: none;
	}
}
@media only screen and (max-width: 568px) {

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}
	.blog article.entry img {
    margin: 0px 0px 20px 0;
	}
	nav.nav-primary {
    margin-top: 0;
	}
	.title-area {
    float: left;
    padding: 0;
	}
}
@media only screen and (max-width: 523px) {
	div.callOut h1 span {
    font-size: 100px;
	}
	section#hero h1 {
    font-size: 40px;
	}
	div.footer-widgets-1 img.logo {
		width: 100%;
		max-width: 100%;
	}
}