/*

	Theme Name: Surfnetkids

	Theme URI: http://www.surfnetkids.com

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: Feldman Publishing

	Author URI: http://www.feldmanpublishing.com/

	Version: 2.18

	Tags:  surfnetkids, responsive, one-column, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page


	Template: genesis

	Template Version: 2.1


	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/





/* Table of Contents

	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Gallery

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers
		
		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- WordPress

		- Genesis

		- Search Form

		- Titles

	- Widgets

		- Featured Content

	- Plugins

		- Genesis eNews Extended

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation


	- Content Area

		- Entries

		- Pagination

		- Comments

	- Sidebars

	- Site Footer

	- Media Queries

		- max-width: 1139px  -->leaderboard ad

		- max-width: 1023px  -->leaderboard ad
		
		- max-width: 768px(??)   -->leaderboard ad
		
		- max-width: 767px (??)  -->rectangle ad
		
		
		- max-width: 480px  -->rectangle ad
		
	- Custom Code Surfnetkids	
*/





/*

HTML5 Reset

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



/* Baseline Normalize

	normalize.css v2.1.2 | MIT License | git.io/normalize

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



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}



/* Box Sizing

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



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

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



.author-box:before,

.clearfix:before,

.entry-content:before,

.entry:before,

.featured-content:before,


.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.author-box:after,

.clearfix:after,

.entry-content:after,

.entry:after,

.featured-content:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

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



/* Typographical Elements

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



body {

	background-color: #7b9e33;

	color: #222;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 1.625;

}



body.surfnetkids-landing {

	background-color: white;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #222;

	color: #fff;

}



::selection {

	background-color: #222;

	color: #fff;

}



a {

	background-color: inherit;

	color: #0066a8;

	font-weight: 400;

	text-decoration: none;

}



a:hover {

	color: #be0f85;

	text-decoration: underline;

}



p {

	margin: 0 0 24px;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #888;

}



blockquote {

	margin: 40px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



cite {

	font-style: normal;

}



/* Headings

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



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #222;

	font-family: 'Roboto', sans-serif;

	font-weight: 400;

	line-height: 1.2;

	margin: 16px 0 16px 0;

}



h1 {

	font-size: 40px;



}



h2 {

	font-size: 30px;

}



h3 {

	font-size: 24px;

}



h4 {

	font-size: 20px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



/* Objects

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



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

 	width: auto;

}



/* Gallery

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



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	padding: 0 4px;

	text-align: center;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery-columns-2 .gallery-item:nth-child(2n+1),

.gallery-columns-3 .gallery-item:nth-child(3n+1),

.gallery-columns-4 .gallery-item:nth-child(4n+1),

.gallery-columns-5 .gallery-item:nth-child(5n+1),

.gallery-columns-6 .gallery-item:nth-child(6n+1),

.gallery-columns-7 .gallery-item:nth-child(7n+1),

.gallery-columns-8 .gallery-item:nth-child(8n+1),

.gallery-columns-9 .gallery-item:nth-child(9n+1) {

	clear: left;

}



.gallery .gallery-item img {

	border: none;

	height: auto;

	margin: 0;

}



/* Forms

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



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	color: #222;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	font-weight: 400;

	padding: 16px;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #888;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



::-moz-placeholder {

	color: #222;

	font-family: 'Raleway', sans-serif;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #222;

	font-family: 'Raleway', sans-serif;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button,

.entry-content .button {

	background-color: #7b9e33;

	border: none;

	color: #fff;

	cursor: pointer;

	font-family: 'Raleway', sans-serif;

	padding: 16px 24px;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.entry-content .button:hover {

	color: #fff;

	background-color: #be0f85;

}



.entry-content .button:hover {

	color: #fff;

}



.button {

	display: inline-block;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



/* Tables

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



table {

/*	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	width: 100%;

*/

}



tbody {

/*	border-bottom: 1px solid #ddd; */

}



th,

td {

	text-align: left;

}



th {

	font-weight: bold;

	text-transform: uppercase;

}



td {

/*

	border-top: 1px solid #ddd;

	padding: 6px 0;

*/

}





/*

Structure and Layout

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



/* Site Containers

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



.site-inner,

.wrap {

	margin: 0 auto;

	max-width: 1130px;

}



.site-inner {

	clear: both;

	padding: 40px 0 0 40px;

        background-color:white;



}



.surfnetkids-home .site-inner {

	padding-bottom: 10px;

}



.surfnetkids-landing .site-inner,

.surfnetkids-landing .wrap {

	max-width: 950px;

}



.surfnetkids-landing .site-inner {

	padding-bottom: 40px;

}





/* Column Widths and Positions

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

/* Content */



.content {

	float: right;

	width: 720px;

}



.surfnetkids-landing .content {

	background-color: #fff;


}



.content-sidebar .content {

	float: left;

}




.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;


	width: 310px;

}





/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

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



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

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



/* WordPress

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



.avatar {

	float: left;

}



.alignleft .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.author-box .avatar {

	height: 70px;

	margin-right: 30px;

	width: 70px;

}



.comment .avatar {

	height: 50px;

	margin: 0 16px 24px 0;

	width: 50px;

}



.sticky {

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



img.alignnone {

	margin-bottom: 12px;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignright {

	max-width: 100%;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



.entry-content .wp-caption-text {

	font-size: 14px;

	font-weight: 700;

	margin: 0;

	text-align: center;

}



.gallery-caption,

.entry-content .gallery-caption {

	margin: 0 0 10px;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Genesis

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



.breadcrumb {

	padding-bottom: 10px;

}



.archive-description,

.author-box {

	margin-bottom: 50px;

	padding: 40px;

}



.archive-description,

.author-box {

	background-color: #f5f5f5;

}



.archive-description p:last-child,

.author-box p:last-child,

.search-results .archive-description h1 {

	margin-bottom: 0;

}



.author-box-title {

	color: #222;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	
	font-weight:400;

	margin-bottom: 4px;

}



.author-box p {

	margin-bottom: 0;

}





/* Search Form

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



.search-form {

	overflow: hidden;

}



.entry-content .search-form {

	width: 50%;

}



.site-header .search-form {

	float: right;

	margin-top: 24px;

}





.genesis-nav-menu .search-form input {

	background-color: #222;

	border: 1px solid #222;

	color: #fff;

	text-transform: uppercase;

	width: 180px;

}



.genesis-nav-menu .search-form ::-moz-placeholder {

	color: #fff;

}



.genesis-nav-menu .search-form ::-webkit-input-placeholder {

	color: #fff;

}



.genesis-nav-menu .search-form input:focus {

	border: 1px solid #fff;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

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



.entry-title {

	font-size: 36px;

	line-height: 1;

	font-weight: 600;



}





.sidebar .widget-title a {

	color: #222;

	font-weight: 500;

}



.entry-title a {
	 color: #0066a8;

	font-weight: 600;

}



.entry-title a:hover {

	color: #be0f85;

	text-decoration: underline;

}



.widget-title {

	clear: both;

	font-size: 16px;

	margin-bottom: 24px;

	text-transform: uppercase;

}



.surfnetkids-home .content .widget-title,

.sidebar .widget-title {

	background-color: #be0f85;

	color: #fff;

	padding: 10px 10px 10px 36px;

}



.sidebar .enews .widget-title {

	background: none;

	padding: 0;

	text-transform:none;

}





.archive-title {

	font-size: 16px;
	margin-bottom: 24px;
	background-color:#be0f85;
	padding:10px 10px 10px 36px;
	margin-left:-40px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

}





/*

Widgets

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



.widget,

.widget li {

	word-wrap: break-word;

}



.widget li {

 	list-style-type: none;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

/*	text-indent: -20px;
*/
	text-indent: -19px;
}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding-bottom: 0;

}



.widget ul > li:last-child {

	margin-bottom: 0;

}



.widget .genesis-nav-menu li li {

	margin: 0;

	padding: 0;

}



/* Featured Content

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



.featured-content {

	clear: both;

	/*overflow: hidden;*/

}



.home-top .featured-content a {

	position: relative;

}






.content .home-top .featured-content .entry {

	border: none;

	max-width: 100%;

}

.featured-content .entry {

 	margin-bottom: 30px!important;

	border-bottom: 2px solid #eee!important;



}






.sidebar .featured-content .entry {

	border-bottom: 2px solid #eee;

}



.sidebar .featured-content .entry:last-child {

	border-bottom: none;

}



.home-top .featured-content .entry-content p:last-child,

.sidebar .featured-content .entry:last-child {

	margin-bottom:20px;



}






.featured-content .entry-title {

	border: none;
	font-size: 24px;
	line-height: 1.2;
	display: block;

}



.sidebar .featured-content .entry-title {

	font-size: 20px;

}



.featured-content .entry-title a {

	border: none;

}



.featured-content a.alignnone {

	display: inline-block;

	margin-bottom: 20px;

	max-width: 100%

}



.featured-content .entry-header .entry-meta {

	margin-bottom: 10px;

}



.js .home-top a.alignleft {

	margin: 0 24px 24px 0;

}


.js .home-top a.alignright {

	margin: 0 0 24px 24px;

}




.js .home-top a.alignleft img,

.js .home-top a.alignright img {

	margin: 0;

}



.home-top a.more-link {



	clear: both;

	font-size: 14px;

}




.home-top a.more-link:hover {

	background-color: #be0f85;

	color: #fff;

}



.featured-content ul {

	clear: both;

	margin-bottom: 30px;

}



.featured-content li {

	list-style-type: none;

}





/*

Plugins

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



/* Genesis eNews Extended

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



.enews-widget {

	background-color: #0066a8;

	color: #aaa;

	padding: 40px;

}



.enews form + p {

	margin-top: 24px;

}



.enews-widget .widget-title {

	color: #fff;

}



.enews-widget input {

	margin-bottom: 16px;

}



.enews-widget input:focus {

	border: 1px solid #ddd;

}



.enews-widget input[type="submit"] {

	background-color: #7b9e33;

	color: #fff;

	margin: 0;

	width: 100%;

}



.enews-widget input:hover[type="submit"] {

	background-color: #be0f85;

	color: #fff;

}











/*

Site Header

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



.primary-nav .site-header {

	padding-top: 64px;

}



.site-header .wrap {

/*	border-bottom: 2px solid #eee; */

	padding: 30px 0;

	background-color:white;

}



/* Title Area

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



.title-area {

	float: left;

	padding-top: 30px;

	width: 380px;

}



.header-image .title-area {

	padding: 0 0 0 15px;





}



.site-title {

	font-family: 'Raleway', sans-serif;

	font-size: 48px;

	line-height: 1;

	margin-bottom: 0;

}



.site-title a,

.site-title a:hover {

	color: #222;

	font-weight: 900;

}



.site-description {

	display: block;

	margin: 0 0 0 4em;

	font-weight:400;

	text-transform:uppercase;

}



/* Full width header, no widgets */



.header-full-width .title-area,

.header-full-width .site-title {

	width: 100%;

}



.header-image .site-title a {

	display: block;

	height: 0;

	margin: 0 0 0 12px;

	text-indent: -9999px;


}



/* Logo, hide text */



.header-image .site-header .wrap {

	padding: 0;

}



.header-image .site-title a {

	background-position: center !important;

	background-size: contain !important;

	float: left;

	display: block;

	min-height: 90px;

	text-indent: -9999px;

	width: 100%;


}



/* Widget Area

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



.site-header .widget-area {

	float: right;

	text-align: right;

	width: 728px;

}



.header-image .site-header .title-area,

.header-image .site-header .widget-area {

	padding: 20px 0;

}



.site-header .widget-area p {

	margin-bottom: 0;

}





/*

Site Navigation

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



.genesis-nav-menu {

	clear: both;

	color: #222;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	font-weight: 400;

	line-height: 1;

	text-transform: uppercase;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	border: none;

	color: #222;

	display: block;

	padding: 25px 20px;

	position: relative;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #F1BCE0;

}



.genesis-nav-menu .sub-menu {

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	width: 190px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background-color: #397ba8;

	border: 1px solid #222;

	border-top: none;

	font-size: 12px;

	padding: 20px;

	position: relative;

	text-transform: none;

	width: 190px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -53px 0 0 189px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	color: #fff;

	display: inline-block;

	float: right;

	list-style-type: none;

	padding: 25px 0;

	text-transform: uppercase;

}



.genesis-nav-menu > .right > a {

	display: inline;

	padding: 0;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

}



.genesis-nav-menu > .search {

	padding: 7px 0 0;

}



/* Site Header Navigation

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



.site-header .sub-menu {

	border-top: 1px solid #222;

}



.site-header .sub-menu .sub-menu {

	margin-top: -54px;

}



/* Primary Navigation

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



.nav-primary {

	background-color: #0066a8;

	color: #fff;

	left: 0;

	position: fixed;

	top: 0;

	width: 100%;

	z-index: 999;
	
	max-height:64px;

}



.admin-bar .nav-primary {

	top: 32px;

}



.nav-primary a {

	color: #fff;

}



.nav-primary a:hover,

.nav-primary .sub-menu a:hover,

.nav-primary .genesis-nav-menu .current-menu-item > a {

	color: #F1BCE0;



}



.nav-primary .genesis-nav-menu .sub-menu a {

	background-color: #be0f85;

	border: 1px solid #fff;

	border-top: none;

}



/* Secondary Navigation

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



.nav-secondary .wrap {

	border-bottom: 1px solid #222;

	background-color:#0066a8;

}

.nav-secondary a {

	color: #fff;

}





/*

Content Area

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



/* Entries

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



.entry {

	margin-bottom: 60px; 



}



.archive .content .entry,

.home .content .entry,

.page-template-page_blog-php .content .entry {

	border-bottom: 2px solid #eee;

}



.entry-content a {

	color: #0066a8;

}



.entry-content a:hover {

	color: #be0f85;

	text-decoration: underline;

}



.entry-content .attachment a,

.entry-content .gallery a {

	border: none;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 26px;

}



.entry-content ol,

.entry-content ul {

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-meta {

	font-size: 14px;

}



.entry-header .entry-meta {

	margin-bottom: 30px;

}

.no-author-meta .entry-meta {
	display: none;/tech/wp-content/themes/surfnetkids/style.css?ver=2.11
}	

.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



.entry-categories,

.entry-tags {

	display: block;
	margin-top:12px;

}



/* After Entry

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



.after-entry {

	border-bottom: 1px solid #222;

	border-top: 2px solid #222;

	margin-top: 40px;

	padding: 30px 0;

}



.after-entry p:last-child {

	margin-bottom: 0;

}



.after-entry .widget {

	margin-bottom: 30px;

}



.after-entry .widget:last-child {

	margin-bottom: 0;

}



/* Pagination

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



.archive-pagination,

.entry-pagination {

	font-size: 14px;

	margin: 40px 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #222;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination li.active a {

	background-color: #be0f85;

}



.entry-pagination a {

	border-bottom: 1px solid #ddd;

}



/* Comments

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



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	margin-bottom: 50px;

}



.comment-content {

	clear: both;

}



.entry-comments .comment-author {

	margin-bottom: 0;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%

}



.comment-respond label {

	display: block;

	margin-right: 12px;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

}



.comment-list li {

	margin-top: 24px;

	padding: 32px;

}



.comment-list li li {

	margin-right: -32px;

}



li.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.entry-pings .reply {

	display: none;

}



.bypostauthor {

}



.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 14px;

	padding: 24px;

}





/*

Sidebars

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



.sidebar p:last-child,

.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.sidebar .featured-content p:last-child {

	margin-bottom: 24px;

}



.sidebar li {

	border-bottom: 1px dotted #888;

	margin-bottom: 6px;

	padding-bottom: 6px;
	
	list-style-type: none;

}



.sidebar .widget {

	margin-bottom: 40px;

}



.sidebar .tagcloud a,

.sidebar .tagcloud a:visited {

	background-color: #eee;

	color: #222;

	cursor: pointer;

	display: inline-block;

	margin: 0 5px 5px 0;

	padding: 5px 10px;

}



.sidebar .tagcloud a:hover {

	background-color: #be0f85;

	color: #fff;

}





/*

Site Footer

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



.site-footer {

	background-color: #0066a8;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	text-align: center;

}



.site-footer .wrap {

	border-top: 1px solid #444;

	padding: 60px 0;

}



.site-footer,

.site-footer a {

	color: #fff;

}



.site-footer a:hover {

	color: #F1BCE0;

}



.site-footer p {

	margin-bottom: 0;

}
.home-top h4.widget-title{
	margin-left:-40px;
	background-color:#be0f85;
	padding:10px 10px 10px 40px;
	color:#fff;
}
.widget_search input[type='search']{
	width:65% !important;
}
.widget_search input[type='submit']{
	position:inherit !important;
	height:auto !important;
	width:auto !important;
	padding:16px 24px !important;
}

.calendar .list li{
	list-style-type:none;
}

.calendar .caldate {
	white-space:nowrap;
}

.search_form .input_txt{
	float:left;
	width:40%;
	margin:0px 1% 10px;
}
.search_form input, .search_form select{
	height:50px;
}
.search_form .sel_txt{
	float:left;
	width:40%;
	margin:0px 1% 10px;
}
.search_form .search_btn{
	float:left;
	margin:0px 0px 0px 1%;
	width:15%;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#illustrations ul{
	margin:0px;
}
#illustrations li{
	float:left;
	width:31%;
	list-style-type:none;
	text-align:center;
	margin:25px 1% 0px 1%;
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px 10px 5px;
}
#illustrations li h1{
	font-size:16px;
	margin:10px 0px 0px 0px;
	height:40px;
}
#illustrations li img{
	float:none;
	margin:0px;
	height:300px;
	text-align:center;
}
.snk_applets > div > img{
	height:36px;
}
.snk_applets > div > div{
	line-height:13px !important;
}

/*

Media Queries

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



@media only screen and (max-width: 1139px) {
	
	.menu-primary .nd1139,
	.menu-secondary .nd1139{
		display: none;
	}

	.site-inner,

	.wrap {

		max-width: 960px;

	}
	
	.sidebar-primary {
		width:300px;
	}		
	
.site-inner {
	padding: 40px 0 0 10px; 
}		
	

.archive-title {
	margin-left:-10px;
}	

.home-top h4.widget-title{
	margin-left:-10px;
	}

	.title-area {

		width: 380px;

	}



	.site-header .widget-area {

		width: 570px;

	}

	
	.content {

		width: 620px;

	}

}



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

.menu-primary .nd1023,
	.menu-secondary .nd1023{
		display: none;
	}
.menu-secondary .nd1139 {
	display: inline-block;
}	
	.site-inner,

	.wrap {

		max-width: 750px;
		
}

	.site-inner {
padding: 40px 15px 0 10px;
}



	.content,

	.sidebar-primary,


	.site-header .widget-area,

	.title-area {

		width: 100%;

	}



	.genesis-nav-menu,

	.site-header .title-area,

	.site-header .widget-area,

	.site-title {

		text-align: center;

	}



	.nav-primary {

		position: static;

	}



	.featured-content .entry,

	.site-header .search-form,

	.site-title {

		float: none;

	}



	.primary-nav .site-header,

	.title-area {

		padding-top: 0;

	}



	.title-area {

		padding-bottom: 20px;

	}



	.header-image .site-header .title-area {

		padding-bottom: 0;

	}



	.genesis-nav-menu > .right {

		display: none;

	}

.search_form .input_txt{
	margin:0px 1% 10px 0px;
}
.search_form .sel_txt{
	margin:0px 1% 10px;
}
.search_form .search_btn{
	margin:0px 0px 0px 1%;
}
}



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


	.nav-secondary,

	.site-footer,

	.site-inner {

		padding-left: 5%;

		padding-right: 5%;

	}



	.genesis-nav-menu > .first > a {

		padding-left: 20px;

	}



	

	

	.genesis-nav-menu a {

		line-height: 1;

		padding: 18px 20px;

	}



	

	.archive-pagination li a {

		margin-bottom: 4px;

	}



	.five-sixths,

	.four-sixths,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



.home-top h4.widget-title{
	margin-left:0px;
}

}

@media only screen and (max-width: 767px) {
.search_form .input_txt{
	width:100%;
	float:none;
	margin:0px 0px 10px 0px;
}
.search_form .sel_txt{
	width:100%;
	float:none;
	margin:0px 0px 10px 0px;
}
.search_form .search_btn{
	float:none;
	margin:0px;
	width:auto;
}
#responsive-ad-header {
width:300px!important;
height:250px!important;
text-align:center;
margin: 0 auto;	
}	
}

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

	
	.widget_search input[type='search']{
	width:60% !important;
}
.wrap-around-ad.stars{
margin-left:0px!important;
}
#responsive-ad-header {
width:300px!important;
height:250px!important;
text-align:center;
margin: 0 auto;	
}	
}

/*  Custom Code Surfnetkids */
#large-leaderboard .wrap {
	background-color:white;
	padding-bottom: 1em;
  margin: 0 auto;
  text-align: center;
}





.widget li { list-style: none; }




.entry-title h1 {

	font-size: 16px;

	margin-bottom: 24px;

	text-transform: uppercase;

	background-color: #be0f85;

	color: #fff;

	padding: 10px;


}





.one.stars, .two.stars, .three.stars, .four.stars, .five.stars{

	background: url(http://cdn.surfnetkids.com/games/play/wp-content/themes/surfnetkids/images/star-sprite1.png) no-repeat;

   	text-indent: -9999px !important;

	display:block;

        

}



.one.stars{

	background-position: -1px 0;

	width: 48px;

	height: 24px;

}

.two.stars{

	background-position: -2px -29px ;

	width: 48px;

	height: 24px;

}



.three.stars{

	background-position: 0 -58px ;

	width: 72px;

	height: 24px;

}



.four.stars{

	background-position: -1px -86px ;	

	width: 96px;

	height: 24px;

}

.five.stars{

	background-position: -2px -114px ;

	width: 120px;

	height: 24px;


}





ul.column-items li {

 list-style: none;

}



#large-leaderboard li {

 list-style: none;

}





.calendar ul.list li a {

display: inline-block;

width:75%;



}
.calendar ul.list {
margin-left:0px!important;
}

.calendar ul.list li, .site-review, #mentions, #cite-this, #about-this {

border-bottom: 2px solid #eee;

margin-bottom: 8px;

}

#cite-this p{
	word-wrap: break-word;
}

.amazonbooks {

font-size:90%

}

.onebook {

display:inline-block;
float:left;
padding:1em;
height:340px;

}

.booktitle {
width:165px;
height: 64px;
overflow: hidden;
display:block;
word-wrap:break-word;

}



#cse-search-box input {
	font-size:22px;

}



.collapsing.categories .sym, .collapsing.archives .sym {
color: #0066a8;

}


.collapsing.categories, .collapsing.archives{
padding: 0 0 0 .9em!important;
text-indent: -.9em!important;

}



ol.top-ten-green, ol.gtc-list{
    counter-reset: item;
    list-style-type: none;
}


ol.top-ten-green li:before , ol.gtc-list li:before { 
    content: counter(item) "  ";
    counter-increment: item 
}


ol.top-ten-green li,  ol.gtc-list li {
  background: url(http://cdn.surfnetkids.com/games/play/wp-content/themes/surfnetkids/images/green-dot-36.png);
  background-repeat: no-repeat;
  margin-left: 2px;
	color:#fff;
	font-weight:bold;
	padding-left:32px;
	line-height:33px;
	font-size:20px;
	display:block;
	text-indent:-19px;
}
ol.top-ten-green li a, ol.gtc-list li a {
	margin-left:15px;
	font-size:15px;
}
/* use additional double-digit class when popular list goes to 10 */

ol.double-digit li:last-child{
	text-indent:-25px;
}

.wrap-around-ad.stars{
margin-left:350px;
}

#responsive-ad-header {
width:728px;
height:90px;
text-align:center;
margin: 0 auto;	
}	

.pdf_img{
	background:url(http://cdn.surfnetkids.com/games/play/wp-content/themes/surfnetkids/images/pdf-download_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;
	width:120px;
}
a:hover .pdf_img{
	background:url(http://cdn.surfnetkids.com/games/play/wp-content/themes/surfnetkids/images/pdf-download_img.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:120px;
	width:120px;
}

.snk-fa-social {
	font-size:42px!important;
}	

.snk-fa-feed {
		font-size:22px!important;
}	

.taxonomy-description {
		padding-bottom: 46px;
}	

.download-button {
	margin-bottom: 24px;
}

#cite-this li {
	margin-left: 3em;
}

.toggle-show-hide {
	padding-bottom:20px;
}	

.footer-feeds {
	padding-right:10px;
	white-space:nowrap;
}	

/* for pricing tables */
.ptp-most-popular {
background-color: #0066a8!important;
font-size:1.1em!important;                  
 }
.testimonial-section {
padding:22px;
margin-bottom:25px;
border-style: dashed;
}
.left-quote {
font-size:28px;
}

.pc-check {
	font-size: 30px;
}	

.large-star {
font-size: 26px;	
}	.entry-title {
font-size:22px!important;
}.fixed_animation{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;transition:-webkit-transform .3s ease;transition:-moz-transform .3s ease;transition:-o-transform .3s ease;transition:-ms-transform .3s ease;transition:transform .3s ease;-webkit-transform:translate3d(0px, 0, 0);-moz-transform:translate3d(0px, 0, 0);-o-transform:translate3d(0px, 0, 0);-ms-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}@font-face{font-family:'sdrn';src:url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/sdrn-2.eot");src:url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/sdrn-2.eot?#iefix") format("embedded-opentype"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/sdrn-2.woff") format("woff"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/sdrn-2.ttf") format("truetype"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/sdrn-2.svg#sdrn") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'fontawesome';src:url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/font/fontawesome-webfont.eot");src:url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/font/fontawesome-webfont.woff") format("woff"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/font/fontawesome-webfont.ttf") format("truetype"),url("http://cdn.surfnetkids.com/games/play/wp-content/plugins/SD-mobile-nav/fonts/font/fontawesome-webfont.svg#fontawesome-webfont") format("svg");font-weight:normal;font-style:normal}#sdrn_menu .sdrn_icon:before,#sdrn_bar [data-icon]:before{font-family:'sdrn';speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}#sdrn_bar,#sdrn_bar *,#sdrn_menu,#sdrn_menu *{margin:0;padding:0;-moz-box-sizing:border-box !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;font-family:'Open Sans', sans-serif;list-style:none;text-align:left;font-size:100%;font-weight:normal}#sdrn_menu img,#sdrn_bar img{border:0;border:none}.sdrn_clear{clear:both !important;display:block !important;height:1px !important;margin:-1px 0 0 !important;width:1px !important;line-height:0px !important}@media screen and (max-width: 600px){#wpadminbar{position:fixed !important}}#sdrn_wrapper_inner{position:relative}#sdrn_bar{position:fixed;top:0px;left:0px;background:#0D0D0D;padding:10px 16px;width:100%;display:none;cursor:pointer;z-index:499;overflow:hidden;height:42px;display:none}#sdrn_bar .menu_title{color:#f2f2f2;font-weight:400;font-size:20px;line-height:20px}#sdrn_bar .bar_logo{border:0px;border:none;margin:0px;padding:0px;margin-top:-13px;padding-left:8px;padding-right:8px;width:auto;height:25px;position:absolute;left:auto;right:auto;top:50%}#sdrn_bar .sdrn_icon_menu{color:#f2f2f2;margin-right:5px}#sdrn_bar .sdrn_ic{width:20px;height:22px;overflow:hidden;float:left;margin-right:16px;padding-top:2px;position:relative}#sdrn_bar .sdrn_ic span{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;position:absolute;width:20px;height:4px;left:0px;background:#f2f2f2}#sdrn_bar .sdrn_ic_1{top:0px}#sdrn_bar .sdrn_ic_2{top:7px}#sdrn_bar .sdrn_ic_3{top:14px}#sdrn_bar.menu_is_opened .sdrn_ic_1{top:-10px}#sdrn_bar.menu_is_opened .sdrn_ic_2{top:9px !important;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);zoom:1}#sdrn_bar.menu_is_opened .sdrn_ic_3{top:9px !important;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);zoom:1}body{position:relative !important}#sdrn_menu.top{top:0px;left:0px;width:100%;display:none;position:relative}body.sdrn_jquery #sdrn_menu.left,body.sdrn_jquery #sdrn_menu.right{display:none}#sdrn_menu.left,#sdrn_menu.right{position:fixed;top:0px;height:100%;z-index:498;overflow-x:hidden;overflow-y:auto;background:#2E2E2E}#sdrn_menu.left ul#sdrn_menu_ul,#sdrn_menu.right ul#sdrn_menu_ul{padding-top:42px}#sdrn_menu ul{margin:0px;padding:0px;display:block;width:100%;position:relative;list-style:none}#sdrn_menu ul li{display:block;list-style:none}#sdrn_menu ul li a,#sdrn_menu ul li a:hover{border-bottom:1px solid #131212;border-top:1px solid #474747;display:block;width:100%;color:#D3D3D3;padding:13px 14px;font-size:14px;margin:0px;text-decoration:none}#sdrn_menu.sdrn_levels ul li{display:block;overflow:hidden;border-bottom:1px solid #131212;border-top:1px solid #474747;width:100%;position:relative}#sdrn_menu.sdrn_levels ul li a{float:left;border:none}#sdrn_menu.sdrn_levels a.sdrn_parent_item{border-left:1px solid #474747;margin-left:44px}#sdrn_menu .sdrn_icon_par{position:relative;display:block;color:#CFCFCF;width:46px;padding:13px 14px 10px 14px;cursor:pointer;float:left;position:absolute;top:0px;left:0px}#sdrn_menu .sdrn_no_border_bottom{border-bottom:none !important}#sdrn_menu.sdrn_levels ul li ul{border-top:1px solid #131212}#sdrn_menu.sdrn_levels ul li ul li{padding-left:44px}#sdrn_menu.sdrn_levels ul li ul li ul li{padding-left:88px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li{padding-left:132px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li{padding-left:176px}#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li{padding-left:0px}#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li .sdrn_icon_par{margin-left:44px}#sdrn_menu.sdrn_levels ul li ul li.sdrn_parent_item_li a.sdrn_parent_item{margin-left:88px}#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li{padding-left:0px}#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par{margin-left:88px}#sdrn_menu.sdrn_levels ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item{margin-left:132px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li{padding-left:0px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par{margin-left:132px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item{margin-left:176px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li{padding-left:0px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li .sdrn_icon_par{margin-left:176px}#sdrn_menu.sdrn_levels ul li ul li ul li ul li ul li.sdrn_parent_item_li a.sdrn_parent_item{margin-left:220px}#sdrn_searchform{padding:10px 15px;position:relative}#sdrn_searchform *,#sdrn_searchform *:focus{-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;filter:none;-webkit-appearance:none;-moz-appearance:caret}#sdrn_s{border:none;background:transparent;border:1px solid #cfcfcf;color:#cfcfcf;font-size:14px;padding:6px 12px;width:100%;background:rgba(255,255,255,0.3);height:34px}#sdrn_searchsubmit{width:34px;height:34px;position:absolute;top:10px;right:15px;border:none;background:none;color:#cfcfcf;display:block;z-index:10}#sdrn_menu .sdrn_searchsubmit_ic:before{font-family:'sdrn';content:"s";color:#cfcfcf;position:absolute;top:15px;right:20px;font-size:22px}#sdrn_menu,#sdrn_menu *,#sdrn_bar,#sdrn_bar *{-webkit-tap-highlight-color:transparent}#sdrn_menu .icon_default.sdrn_icon_par:before{content:"t"}#sdrn_menu .icon_default.sdrn_par_opened:before{content:"o" !important}#sdrn_menu .sdrn_item_custom_icon{display:inline-block;width:23px;height:23px;margin-right:10px;font-family:"fontawesome" !important;font-size:20px;line-height:20px;position:relative}#sdrn_menu .sdrn_item_custom_icon_fa{height:0px}#sdrn_menu .sdrn_item_custom_icon:before{position:absolute;top:-14px}
/*# sourceMappingURL=mobile.nav.frontend.css.map */
