
html,body{
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	font-weight:100;
	line-height:20px;
	color:#000000;
	background-color:#1a1a1a;
	background-position:center;
	background-repeat:no-repeat;
}

a, a:link,
a:visited {
	font-family: "Ruda", sans-serif;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#b2b2b2 ;
	outline: none;
	text-decoration:none;
	font-size:15px ;
	font-weight:100;
	}
a:hover {font-family: "Ruda", sans-serif; font-size:15px; color:#ffffff;}



.footer {font-family:"Ruda", sans-serif; font-size:13px; color:#d9d9d9; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:100;}
.footer a:link {font-family:"Ruda", sans-serif; font-size:13px; color:#d9d9d9; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:100;}
.footer a:hover {font-family:"Ruda", sans-serif; font-size:13px;color:#ffffff;text-decoration: none; line-height:19px;font-weight:100;}
.footer a:visited {font-family:"Ruda", sans-serif; font-size:13px;color:#d9d9d9; text-decoration:none; line-height:19px;letter-spacing:0; font-weight:100;}
.footer a:active {font-family:"Ruda", sans-serif; font-size:13px;color:#d9d9d9; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:100;}

hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(144, 144, 144, 0.8), rgba(0, 0, 0, 0)); margin:40px 0;}
hr.nomargin {border: 0; height: 1px;  margin: 20px 0 20px 0; background-color: #323232;}


/********************************************************************************************/

.TTGDesign, .TTGDesign:link, .TTGDesign:visited, .TTGDesign:active {font-family:"Ruda", sans-serif; font-size:13px; color:#d9d9d9; text-decoration:none; letter-spacing:0; font-weight:400;}
.TTGDesign:hover {font-family:"Ruda", sans-serif; font-size:13px; color:#ffffff; text-decoration:none; letter-spacing:0; background:none; font-weight:400;}

.grecaptcha-badge {display:none;}

	
.footer {  
	margin: auto;
	padding:5%;
	text-align:center;
	background-color:#323232;
	}
	
.sec1 {padding:0;}
.sec2 {padding:2% 0;}

.section {width:100%; margin:0; clear:both;}


/****************************************************************************************** Section End */


.logoholder { position:absolute; z-index:99; top:10px; left: 50%; margin-left: -325px; text-align:center; }
.slogan { font-family:"Ruda", sans-serif; font-size:14px; letter-spacing:3px; text-transform:uppercase; color:white; padding-bottom: 5%;}
.sm { position:absolute; top:70px; z-index:99; right:20px;}
#rmp_menu_trigger-498 {mix-blend-mode: difference;}

.jon {padding-left:150px}
.herington {
	background-clip:text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: url('http://jonherington.com/newwebsite/wp-content/uploads/2026/02/Concert2.gif');
	background-position:top;
	-webkit-text-stroke: 1px #dfdfdf;
	}
.whatsnew {background: #690000; background: linear-gradient(90deg,rgba(105, 0, 0, 1) 0%, rgba(105, 0, 0, 1) 65%, rgba(26, 26, 26, 1) 65%, rgba(26, 26, 26, 1) 100%); padding:0;}


h1 {font-family: "Bevan", serif; font-optical-sizing: auto; font-size:90px; line-height:90px; padding: 0; margin: 0px; font-weight: 100; color:white; }
h2 {font-family: "Berkshire Swash", serif; font-optical-sizing: auto; font-size:40px; line-height:40px; padding: 0; margin: 20px 20px 20px 0;  font-weight: 100; color:#3f3f3f;}
h3 {font-family: "Ruda", sans-serif; font-optical-sizing: auto; font-size:25px; line-height:25px; padding: 0; font-weight: 300;  color:#000000;}





/*MENU STYLE*/

#main-nav	{
	 font-family: 'cuprumregular'; font-weight:100; font-size:17px; text-decoration:none; 
	height: 35px; /* set to the height you want your menu to be */
	margin: 0; /* just to give some spacing */


}
#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	position: relative;
 	position: absolute !ie7; /* For IE7 only */
 	z-index: 2;
	z-index:99;
}
#main-nav li	{
	display: block ;
	float:left ;
	line-height: 20px; /* this should be the same as your #main-nav height */
	height: 10px; /* this should be the same as your #main-nav height */
	margin: 0;  /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */

}


#main-nav li a	{
	font-family: 'cuprumregular'; font-weight:100; font-size:17px; color:#ffffff; text-decoration:none; text-transform:uppercase;
	display: block;
	height: 10px;
	line-height: 24px;
	padding:20px 10px 15px 10px;
	letter-spacing:0;
	}

#main-nav .current-menu-item a, #main-nav .current_page_item a {
	color: #000000;
	background-color:#d4cac8;
}

#main-nav a:hover{
	color: #000000;
	background-color:#d4cac8;
}



#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 35px; /* this should be the same height as the top level menu -- height + padding + borders */
	
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 180px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background-color:#100d0b;
	
}
#main-nav ul ul li a { /* target all sub menu item links */
	 /* give our sub menu links a nice button feel */
	text-indent:10px;
	color:#ffffff!important;
}

#main-nav ul ul li a:hover { /* target all sub menu item links */
	 /* give our sub menu links a nice button feel */
	 background-color:#272220;
	 height:30px;
}



#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */

}


#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}




/************************************************************** BLOG START */

.wrap {border-bottom: 1px solid #424242;}
.wrap:last-child {border-bottom: 0px solid #424242;}
.widget-title {padding: 25px; color: #9B9B9B; background-color: #ffffff; margin-bottom: 20px; padding-bottom: 5px; border: 1px solid #b9b9b9; font-size:25px;}
.widget-area {background-color: #312b2e; }

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

.nav-next {background-color: #49403a; padding: 10px; position:relative;}
.nav-previous {background-color: #161210; padding: 10px; position:relative;}



.alignleft {
    float: left; margin:5px 15px 10px 0; 
}
.alignright {
    float: right; margin:5px 0px 15px 15px; 
}

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

.alignleft img {
    float: left; margin:5px 15px 10px 0; 
}
.alignright img {
    float: right; margin:5px 0px 15px 15px; 
}

.aligncenter img{
    display: block;
	margin: 0px auto 5px auto;
}

.entry-content img {}
.entry-header {text-align:left; display:none;}

.content-title {color:white!important;}

/* -------------------------------------- post title START */
.entry-title {text-align:center; text-transform:uppercase; color:#995e2d; font-size:30px;}
.entry-title a {text-align:center; font-size:17px; font-weight:400; color:#ffffff; text-transform:uppercase;}
.entry-summary {color:#eaeaea;}

/* -------------------------------------- post title END */

.entry-meta { display:none;}
.entry-meta a {text-align:left;  font-family:'cuprumregular'; font-size:16px;  color:#3598db;}

/* -------------------------------------- listing START */
ul, ol { margin : 0 0 1.5em 0; padding : 10px 0 0 50px; text-align:left; list-style-position:outside;}
li ul, li ol { margin : 0;font-size : 1em; /* 16 / 16 = 1 */ }
/* -------------------------------------- listing END */

#postend {background:#CCCCCC; height:1px; width: 100%; margin:20px 0 20px 0;}
.sidebar_holder {background:#f1f1f1; padding:25px; margin-bottom:30px;}

.wp-caption-text {padding: 15px; background-color: #eaeaea; margin: 0; text-align:center;}

figcaption{
    color: black;
    margin: 0!important;
    font-style: normal!important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

input {
    width: 90%;
    height: 40px;
    font-size: 15px;
    text-indent: 0px;
    border: 1px solid #d8d8c4;
    border-radius: 10px;
	margin-top: 10px;
	padding: 1% 5%;
	font-family: "Arsenal", serif; 
	}
	
input[type=submit] {background-color: #298dc7; color:white;}
input[type=submit]:hover {background-color: #000000;}

textarea {
    width: 90%;
    border: 1px solid #d8d8c4;
    border-radius: 10px;
    font-size: 15px;
    text-indent: 0px;
	margin-top: 10px;
    height: 100px;
    padding: 4% 5%;
	font-family: "Arsenal", serif; 
	}

	
select {
    border: 1px solid #d4d4d4;
    height: 45px;
    text-indent: 15px;
    margin-top: 10px;
	}
	
	
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* -------------------------------------- blockquote START */
blockquote {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	width: 90%;
	margin: 0.25em 0;
	padding: 20px 40px;
	position: relative;
	color: #424242;
	background-color:#fbfbfb;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: 10px;
	color: #248a92;
}

blockquote cite {
	color: #9de3b5;
	font-size: 14px;
	display: block;
	margin-top: 0px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
/* -------------------------------------- blockquote END */


::-moz-selection { 
background : #079ef5; 
color :#ffffff; 
text-shadow : none; }

::selection { 
background : #079ef5; 
color :#ffffff; 
text-shadow : none; }





@media only screen and (max-width: 5000px) {
.tabs { display:none;}
}


@media only screen and (max-width: 970px) {
.logoholder { position: relative; top:0px; left: 0%; margin-left: 0px; text-align:center; padding:4% 6% 0 6%; background-color: #000000; }
h1 {font-size:45px; line-height:45px;}
.jon {padding-left:0px; width:100%; text-align:center;}
.herington {
    color: white;
    background-image: none;
    -webkit-text-stroke: 0px #dfdfdf;
    text-align: center;
	}
.whatsnew {{background: #690000; background: linear-gradient(90deg,rgba(105, 0, 0, 1) 0%, rgba(105, 0, 0, 1) 85%, rgba(26, 26, 26, 1) 85%, rgba(26, 26, 26, 1) 100%); padding:0;}

}
