/*   
Theme Name: SolidK9Training Custom Theme
Theme URI: http://solidk9training.com
Description: Custom theme designed for Jeff Gellman - SolidK9Training
Author: Bryan Elliott
Author URI: mailto:melliatto@yahoo.com
Version: 1.0
*/

@media screen {

* { margin: 0; padding: 0; }
div, input, button, select, textarea { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: inherit;
}
body { background: #A4C2DA url(images/body_bg.png) center top no-repeat; font: 14px/1.4 Arial, Helvetica, sans-serif; }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }

.clear { clear: both; }

.fullimg {
	display: block;
	width: 100%;
	height: auto;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { 
	max-width: 980px;
	margin: 2px auto 20px auto;
	background-color: #FFF; 
	-moz-box-shadow:    0 0 20px 2px #000;
	-webkit-box-shadow: 0 0 20px 2px #000;
	box-shadow:         0 0 20px 2px #000;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; color: #555; }

h1 { font-weight: bold; }

#main-content > h1 { padding-left: 5px; }

h1.green, h2.green { background-color: #97D064;
	display: inline-block;
	padding: 3px 10px;
	border-bottom: 2px solid #3D5F9D;
	border-right: 2px solid #3D5F9D;
}

h1.blue, h2.blue {
	background-color: #ccc;
	display: block;
	padding: 5px 15px;
	border-top: 2px solid #3D5F9D;
	border-bottom: 2px solid #3D5F9D;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-weight: bold;
	max-width: 480px;
}

.widget h2, .woocommerce_widget h2 {
	background-color: #e1e1e1;
	display: block;
	padding: 5px 15px;
	border-top: 2px solid #3D5F9D;
	border-bottom: 2px solid #3D5F9D;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-weight: normal;
	margin: -1px -11px 15px -11px;
}

.widget, .woocommerce_widget {
	background-color: #f8f8f8;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #ccc;
	padding: 0 10px 20px 10px;
	margin-bottom: 20px;
}


h3 { }

hr {
	border-top: 2px solid #0F69F0;
	border-bottom: 2px solid #8FD04F;
	margin: 5px 0 15px 0;
}

p { margin: 0 0 10px 0; line-height: 1.5em; }
a { color: #2B426C; }
a:hover { color: #73C000; }

mark {
	background-color: #eee;
	padding: 1px 3px 4px 3px;
	border-radius: 15px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], select {
	height: 2.2em;
	line-height: 1.9em;
	width: 100%;
	margin-top: 5px;
}

input[type="submit"] {
	height: 2.2em;
	line-height: 2.2em;
	padding: 0 20px;
	margin-top: 20px;
	color: #222;
}

	

textarea {
	line-height: inherit;
	width: 100%;
}

div.wpcf7 {
	padding: 15px !important;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #222;
}

span.wpcf7-list-item {
	display: block;
	margin: 0.3em 0 0.4em 0.5em;
}

.page-id-19 a.ytclink:not(.ytcthumb) {
	font-size: 16px;
}

.page-id-19 .tubepress-meta-title > a { padding-top: 5px; font-size: 16px; }

.tubepress-youtube-thumbnail > a.tubepress-cursor-pointer:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;;
	position: absolute;
	left: 0;
	top: 0;
}

.tubepress-youtube-thumbnail > a.tubepress-cursor-pointer:hover img {
	opacity: 0.75;
}

.tubepress-youtube-thumbnail > a.tubepress-cursor-pointer:hover:after {
	background-position: center center;
}	

#testimonial_form { background-color: #f1f1f1; }

h3.heading { font-size: 1.3em; }
#wpmtst-form { margin-top: 0 !important; padding-bottom: 20px !important; }

blockquote {
	display: block;
	background: #E8EFF5;
	border-left: 7px solid #A4C7DD;
	padding: 10px 15px; margin: 0 0 15px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
blockquote p { font-style: italic; }

ul, ol { margin: 0 0 10px 40px; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
.left { float: left; }
.right { float: right; }
.leftimage { float: left; }
.rightimage { float: right; }
.alignleft { float: left; margin: 7px 15px 10px 0; }
.alignright {float:right; margin: 7px 0 10px 15px; }

.clear { clear: both; }

#header {
	background: url(images/header_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	min-height: 133px;
}

#header_left {
	width: 25%;
	position: absolute;
	top: 0;
	left: 0;
}

#header_middle {
	width: 50%;
	margin-left: 25%;
}

#header_right {
	width: 25%;
	position: absolute;
	top: 0;
	right: 0;
}

#logo { margin: 10px 0 10px 10px; }
#logo img { max-width: 100%; height: auto; }

#header_middle h1 {
	background-color: #3D5F9D;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 10px;
	text-shadow: 1px 1px 2px #000;
}

#header_middle h3 {
	text-align: center;
	font-size: 2.5vw;
	font-weight: bold;
	color: #222;
}

ul#social_media { float: right; list-style: none; margin: 10px 10px 0 0; padding: 0; }
ul#social_media li {float: left; margin-left: 10px; width: 40px; height: 50px; }
ul#social_media li a {display: block; text-decoration: none; outline: none; border: none; }

/*----- RESPONSIVE GRID -----*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}


/*  GRID OF TWO  */

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FIVE   */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}



.table {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}

.row { display: table-row; }

.cell { display: table-cell; }

.play_button { display: block; position: relative; }

.play_button:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(images/play_btn.png) center center no-repeat;
	pointer-events: none;
}

.listen_button { display: block; position: relative; }

.listen_button:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(images/listen_btn.png) center center no-repeat;
	pointer-events: none;
}

#main-content {
	padding: 0 10px 20px 10px;
	color: #555;
}

.pad_10 {
	padding: 0 10px;
}

.left-300 {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.right-640 {
	width: 640px;
	float: right;
	margin-left: 10px;
}

/*------ TOP NAVIGATION MENU -------*/
#navigation div.menu-main-nav-menu-container { width: 100%; display: table; }
#navigation div.menu-main-nav-menu-container ul { 
	position: relative;
	display: table-row;
	width: 100%;
	list-style: none;
	margin: 0; padding: 0;
	z-index: 100;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
    	font-size: 15px;
	text-transform: uppercase;

}

#navigation div.menu-main-nav-menu-container > ul { background-color: #3D5F9D; }

#navigation div.menu-main-nav-menu-container > ul > li {
	position: relative;
    	display: table-cell;
	text-align: center;
	border-right: 2px solid #FFF;
}

#navigation div.menu-main-nav-menu-container > ul > li:last-child {
	border-right: none;
}

#navigation div.menu-main-nav-menu-container > ul > li > a {
	display: block;
	padding:8px 0 8px 0;
	background-color: #3D5F9D;
    	text-decoration:none;
    	color:#FFF;
	text-shadow: 1px 1px 2px #000;
}

#navigation div.menu-main-nav-menu-container > ul > li > a:hover {
	color: #8FD04F;
}

#navigation div.menu-main-nav-menu-container ul ul {
	position:absolute;
	z-index:100;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.5s ease-in;
	-moz-transition: height 0.5s ease-in;
	-o-transition: height 0.5s ease-in;
	-ms-transition: height 0.5s ease-in;
	transition: height 0.5s ease-in;
	font-weight: normal;
}

#navigation div.menu-main-nav-menu-container > ul > li:hover ul ul, .navigation > ul > li > a:hover ul ul {
	height:0;	
}

#navigation div.menu-main-nav-menu-container ul ul ul {
	left:170px;
	width:170px;
}

#navigation div.menu-main-nav-menu-container > ul > li:hover ul, #navigation > ul > li > a:hover ul,
#navigation div.menu-main-nav-menu-container ul ul li:hover > ul, #navigation ul ul li a:hover > ul {
	height:220px; /* need a height to accommodate any tertiary menus */
}

#navigation div.menu-main-nav-menu-container ul ul li{
	background: rgba(61, 95, 157, 0.87); 
	display: table-row;
	text-align: left;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

#navigation div.menu-main-nav-menu-container ul ul li:hover {
	background-color:#3D5F9D;
}

#navigation div.menu-main-nav-menu-container ul ul li a {
	display:block;
	text-decoration:none;
	margin:0 12px;
	padding:5px 0;
	color:#FFF;
}
#navigation div.menu-main-nav-menu-container ul ul li a:hover, #navigation ul ul li:hover > a {
	color:#8FD04F;
}

#navigation div.menu-main-nav-menu-container ul ul ul li a{
	border:0 !important;
}
#navigation div.menu-main-nav-menu-container ul ul ul li + li a{
	border-top:1px dotted #ccc !important;
}
#navigation div.menu-main-nav-menu-container ul ul li + li a{
	border-top:1px dotted #ccc;
}
#navigation div.menu-main-nav-menu-container ul ul li:hover + li a{
	border-top:1px solid #eaeaea;
}
#navigation div.menu-main-nav-menu-container ul ul ul li:hover + li a{
	border: 0 !important;
}
#navigation div.menu-main-nav-menu-container ul ul ul li:hover + li{
	border-top:1px solid #ccc !important;
}

a#mobile_menu {
	color: #fff;
	text-align: right;
	padding: 5px 90px 5px 20px;
	margin: 0 5px;
	background: #3D5F9D url(images/mobile_menu.png) right center no-repeat;
	font-size: 28px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a#mobile_menu { display: none; }

/*----------------------------------------------*/

.feature {
	background-color: #111;
	text-align: left;
	border: 4px solid #3D5F9D;
	color: #fff;
	position: relative;
}

.feature .group {
	height: 100%;
}


.feature a { text-decoration: none; outline: none; color: #fff; }
.feature .inner { height: 100%; margin-top: 0; }
.feature .vid-image a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	margin: 0 -1px 0 -3.6%;
	display: block;
}

.vid-image a.welcome-vidimg {
	background: url(images/welcome_video.jpg) center center no-repeat;
	background-size: auto 100%;
}

.vid-image a.webinar-vidimg {
	background: url(images/radio_video.jpg) center center no-repeat;
	background-size: auto 100%;
}

.feature a.watch_button {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #FFAE5E;
	text-shadow: 1px 1px 2px #000;
	margin: 0 10px;
}

.feature a.watch_button:hover {
	text-shadow: none;
}

.feature img {
	width: auto;
	/*height: 100%;*/
	display: none;
}

.feature h2 {
	text-transform: uppercase;
	background-color: #8FD04F;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #000;
	display: block;
	width: 101%;
}

.feature p {
	padding-left:5px;
}

/*--------- IMAGE LINKS ON HOMEPAGE ---------*/

.img_link img {
	display: block;
	width: 100%;
	height: auto;
}

.img_link img:hover {
	opacity: 0.9;
}

.img_link a {
	width: 100%;
	text-decoration: none;
	outline: none;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 24px;
}

.img_link a:hover {
	color: #2B426C;
}

.img_link a span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(143, 208, 79, 0.7);
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
	

.img_link a:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	background: url(images/click_icon.png) no-repeat;
	pointer-events: none;
	z-index: 100;
}

/*------ FOOTER & FOOTER NAVIGATION -------*/


#footer {
	background-color: #2B426C;
	color: #FFF;
	padding: 10px;
	text-align: center;
	clear: both;
}

#footer h2, #footer h3 {
	font-weight: bold; color: #FFF;
}	

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	color: #8ED04E;
}

#footer li a {
	color: inherit;
}

#footer li a:hover {
	color: #FFF;
}

.foot-cell {
	background-color: #37548A;
	border-left: 5px solid #708B49;
	padding: 5px 5px 8px 10px;
	text-align: left;	
}

/*---------------------------------------*/

.tab-header {
	display: inline-block;
	background: #f7f7f7;
	margin: 0 50px -2px 15px;
	padding: 8px 15px;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-weight: bold;
	color:#333;
}

.tab-content {
	background: #f7f7f7;
	margin: 0 15px;
	padding: 10px 15px 15px;
	border-top: 2px solid #aaa;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


/* ----- WooCommerce Styles ----- */

.woocommerce .products ul, .woocommerce ul.products { margin: 1.5em 0 1em 0 !important; }

.woocommerce .quantity .qty { margin-top: 1px !important; }

	
	
/*------ Comments -------*/		
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }


} /* END screen media */

@media screen and (min-width: 1000px) {
	#header_middle h1 { font-size: 45px; }
	#header_middle h3 { font-size: 25px; }
}

@media only screen and (max-width: 768px) {
	/*.col.span_1_of_2.feature { margin: 1% 0 1% 0%; }
	.span_1_of_2.feature { width: 100%; }*/
	
	.feature img { width: 100%; }

	#navigation div.menu-main-nav-menu-container ul { font-size: 13px; font-weight: normal; }

}

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}


	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}

	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}


	.homelink-image { width: 100%; }
	.responseimg { width: 100% !important; height: auto !important; }
	.feature img { display: block; }

	.feature .vid-image a { margin: 10px 0 -1% 0; }

	.feature h2 { width: 100% }

	#header_middle {
		width: 100%;
		margin-left: 0;
	}
	
	#header_left {
		position: static;
		float: left;
		width: 50%;
	}
	
	#header_right {
		position: static;
		float: right;
		width: 50%;
	}
	
	#header_middle h1 {
		font-size: 8.5vw;
	}
	
	#header_middle h3 {
		font-size: 4.8vw;
	}
	ul#social_media { margin-top: 50px; }
	
	#navigation div.menu-main-nav-menu-container { display: block; width: auto; margin: 0 5px; }
	#navigation div.menu-main-nav-menu-container ul { display: none; }
	#navigation div.menu-main-nav-menu-container > ul > li { display: block; text-align: left; border-bottom: 1px dotted #fff; border-right: none; }
	#navigation div.menu-main-nav-menu-container > ul > li > a { padding: 10px 20px; }
	a#mobile_menu { display: block; }
}

@media print {
.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

