<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Your Child Theme
	Description: This is your custom style sheet 
        for your child themes custom CSS code.
	Author: Your Name
	Author URI: http://example.com/
	Version: 2.0
	Template: yourparenttheme
	Template Version: 2.0 
*/
/* //////////////////////////////////////////
	
			FONT FACE FONTS
	
////////////////////////////////////////// */
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-fontfacekit/roboto_light_macroman/Roboto-Light-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_light_macroman/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_light_macroman/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_light_macroman/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/roboto-fontfacekit/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_lightitalic_macroman/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-fontfacekit/roboto_medium_macroman/Roboto-Medium-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_medium_macroman/Roboto-Medium-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium_italic';
    src: url('fonts/roboto-fontfacekit/roboto_mediumitalic_macroman/Roboto-MediumItalic-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_mediumitalic_macroman/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_mediumitalic_macroman/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_mediumitalic_macroman/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_mediumitalic_macroman/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/roboto-fontfacekit/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('fonts/roboto-fontfacekit/roboto_boldcondenseditalic_macroman/RobotoCondensed-BoldItalic-webfont.eot');
    src: url('fonts/roboto-fontfacekit/roboto_boldcondenseditalic_macroman/RobotoCondensed-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-fontfacekit/roboto_boldcondenseditalic_macroman/RobotoCondensed-BoldItalic-webfont.woff') format('woff'),
         url('fonts/roboto-fontfacekit/roboto_boldcondenseditalic_macroman/RobotoCondensed-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-fontfacekit/roboto_boldcondenseditalic_macroman/RobotoCondensed-BoldItalic-webfont.svg#roboto_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* TEST */
/* //////////////////////////////////////////
	
				FONT STYLING
	
////////////////////////////////////////// */
h1 {
	font-family: roboto_condensedbold, sans-serif;
	color: #2A2457;
}
h3 {
	font-family: robotomedium, sans-serif;
	color: #6d6e71;	
	font-size: 26px;
	line-height: 32px;
}
body p, p {
	color: #6d6e71;
}
a {
    color: #1561ee;
}
a:hover {
    color: #8c0606;
    text-decoration: none;
}
.archive .archive-title, .blog .archive-title {
	font-size: 40px;
    text-align: center;	
}
.entry-title a:focus, .entry-title a:hover {
    color: #2A2457;
}
/* //////////////////////////////////////////
	
				GENERAL STYLE
	
////////////////////////////////////////// */
body {
	background-color: #ffffff !important;
}
.entry-header, .entry-content, .entry-footer, .posts-page-description, .archive-description {
	width: 685px;
	margin: 0 auto;
}
.archive-description {
    padding: 30px 0;
}
/* //////////////////////////////////////////
	
				HEADER STYLE
	
////////////////////////////////////////// */
.site-header {
	position: relative;
	height: 120px;
}
.site-header .widget-area {
	float: left;
    text-align: right;
    width: 100%;
}
.jhs-logo {
    background-image: url(images/tetsworth-logo.png);
    background-image: linear-gradient(transparent, transparent), url(images/tetsworth-logo.svg);
    display: inline-block;
    width: 83px;
    height: 83px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 9px;
    left: 50%;	
    margin-left: -34px;
}
.jhs-logotxt {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}
.jhs-logotxt p {
	color: #2A2457;
	font-size: 10px;
	letter-spacing: 1px;
}
.jhs-contact-info {
	text-align: left;
	font-size: 12px;
}
.jhs-contact-info p {
	margin: 0px;
}
.nav-primary {
    border-top: none;
}
.site-header .social {
	width: 200px;
	float: right;
	margin-top: -30px;
}
.social a {
	color: #6d6e71;
}
/* //////////////////////////////////////////
	
			NAVIGATION STYLING
	
////////////////////////////////////////// */
ul {
	text-align: center;
} 
ul li a {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-primary ul li a {
	color: #9d9fa2 !important;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
	text-decoration: none;
	color: #2A2457 !important;
}
.nav-primary ul li.current-page-ancestor a {
	color: #2A2457 !important;	
} 
/* SUB-NAV */
nav.nav-secondary {
    background-color: #f3f3f3;
}
.nav-secondary ul li {
	font-size: 13px
}
.nav-secondary ul li a {
    padding: 20px 20px;
    color: #a0a0a0;
}
.nav-secondary ul li a:hover, .nav-secondary ul li.current_page_item a {
}
/* //////////////////////////////////////////
	
			FOOTER NAVIGATION 
	
////////////////////////////////////////// */
.site-footer {
    border-top: none;
}
.footer-widgets-1 {
	width: 100%;
	background-color: #ffcb05;
	padding: 30px 30px 60px 30px;
}
span.section-wrap {
	padding: 0 10px;
}
.footer-widgets-1 ul li a {
	text-decoration: none;
	color: #6d6e71;
}
#nav_menu-2, #nav_menu-3, #nav_menu-4, #nav_menu-5, #nav_menu-6 {
	width: 25%;
	display: inline-block;
	text-align: center;
	float: left;
	font-size: 12px;	
}
.footer-widgets-2 {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	font-size: 14px;
    padding-bottom: 30px;	
}
span.space {
	font-family: robotomedium, sans-serif;
	padding: 0 10px;
}
.footer-widgets a.jhs-social {
	font-size: 22px;
    margin: 0 4px;
    color: #6d6e71;
}
a.jhs-social:hover {
	color: #2A2457;
}
.site-footer .nav-secondary {
	background-color: #ffcb05;
	padding: 50px 25px ;
	margin-bottom: 30px;
}
.site-footer p {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.site-footer .nav-secondary ul li {
	display: block;
	width: 25%;
}
.footer-widgets, .site-inner {
	background-color: white;
}
.site-inner {
	width: 100%;
	max-width: 100%;
	padding-top: 0px;
}
#text-4 {
	text-align: center;
}
#text-4 p {
	font-family: roboto_condensedbold, sans-serif;
	color: #335c33;
	font-size: 26px;
}
.site-footer {
	background-color: #d2d3d5;	
	color: #ffffff;
}
.footer-widgets {
    padding: 1% 0;
}
/* //////////////////////////////////////////
	
				HOME PAGE
	
////////////////////////////////////////// */
.home .entry-content {
    text-align: center;
}
.home-image {
	width: 100%;
	height: 420px;
	background-color: #ffcb05;
	background-image: url(images/jhs-home-image.jpg), url(images/jhs-home-image-right.jpg);
	background-repeat: no-repeat;
	background-position: left center, right center;
    margin-bottom: 50px;
    position: relative;
}
p.bannertxt {
    text-align: center;
    color: #2A2457;
    position: absolute;
    width: 100%;
    letter-spacing: 1px;
    font-size: 33px;
    font-family: robotolight_italic, sans-serif;
    top: 170px;
}
/* TWITTER &amp; OFSTED SECTION */
.ofsted, .twitter-feed {
	width: 49%;
	display: inline-block;
	height: 340px;	
	text-align: center;
	margin-bottom: 2%;
    float: left;
    position: relative;
}
.ofsted {
	background-color: #dae6e9;
}
.twitter-feed {
	background-color: #79b46c;
	margin-left: 1.9%;
}
.twitter-feed.fb {
    background-color: #3b5998;
    color: white;
    overflow: scroll;
	padding: 1% 5%;    
}
.aptf-tweet-content {
	padding: 0 50px;
}
.aptf-tweet-date {
    float: left;
    width: 100%;
}
.aptf-timestamp {
	text-align: center;
}
.aptf-timestamp a{
	color: #ffd400;
}
.aptf-tweet-content, .aptf-tweet-content a {
	color: #ffffff !important;
}
p.cff-post-text {
	color: #ffffff
}
.cff-wrapper a {
	color: #ffcb05;
}
a.jhs-button {
	padding: 12px 35px;
	margin: 0 auto;
	border: 2px solid;
	font-family: roboto_condensedbold, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	position: absolute;
	bottom: 20px;
	width: 230px;
    left: 50%;
    margin-left: -115px;	
}
.ofsted a.jhs-button {
	color: #2084a6;
}
.ofsted a.jhs-button:hover {
	background-color: #2084a6;
	color: #dae6e9;
	border-color: #2084a6;
}
.twitter-feed a.jhs-button {
	color: #ffffff;
}
.twitter-feed a.jhs-button:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #79b46c;
}
.twitter-feed h3 {
	font-family: roboto_condensedbold, sans-serif;
	color: #ffd400;
}
.twitter-feed i.fa.fa-twitter {
	color: #ffffff;
	font-size: 28px;
	margin-top: 35px;
}
.ofstedlog {
	width: 200px;
	height: 200px;
    background-image: url(images/ofsted-logo.png);
    margin: 30px auto;
    background-size: cover;
}
ul.home-images li {
	width: 23.575%;
	height: 260px;
	display: inline-block;
	background-color: black;
	padding: 0px;
	margin: 0px 0.95% 0.95% 0.95%;
	float: left;
	overflow: hidden;
}
ul.home-images li img {
	width: 100%;
	min-height: 100%;
    object-fit: cover;	
}
ul.home-images li.last {
	margin: 0px 0 0px 0.95%;
}
ul.home-images li.first {
	margin: 0px 0.95% 0px 0px;
}




/* //////////////////////////////////////////
	
				BENNER PAGE
	
////////////////////////////////////////// */
.banner-image {
	width: 100%;
	height: 420px;
	background-size: cover !important;	
	background-repeat: no-repeat !important;	
	background-position: center center !important;
    margin-bottom: 50px;
}

/* //////////////////////////////////////////
	
				CONTACT PAGE
	
////////////////////////////////////////// */
.page-template .entry {
	padding: 0px;
}
.jhs-map iframe {
    width: 100%;
}
.gform_body li {
    text-align: left;
}
input, textarea {
	background-color: #f8f8f8;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #2A2457;
}
.left {
	width: 48%;
	float: left;
}
.right {
	width: 48%;
	float: right;
}
/* //////////////////////////////////////////
	
				STAFF PAGE
	
////////////////////////////////////////// */
.staff-member {
    width: 16%;
    display: inline-block;
    height: 251px;
    float: left;
    margin-right: 3.3%;
}
/*
.staff-member.even {
	float: left;
}
.staff-member.odd {
	float: right;
}
*/
.staff-member-listing {
    float: left;
    width: 100%;
    margin-top: 40px;
}
img.staff-member-photo {
    border: solid 1px #eaeaea;
}
.staff-member-info-wrap h3 {
    font-family: robotomedium, sans-serif;
    color: #6d6e71;
    font-size: 13px;
    line-height: 19px;
}
.staff-member-info-wrap h4 {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}
.staff-member-email {
	font-size: 12px;
}
/* //////////////////////////////////////////
	
			BLOG &amp; POST STLYING
	
////////////////////////////////////////// */
.archive.full-width-content .content, .blog.full-width-content .content {
	background-color: #f9f9f9;
	padding: 2% 1%;
	margin-top: 1.5%;
}
.archive .site-inner, .blog .site-inner {
    margin: 0 auto;
    max-width: 1280px;	
}
.blog a.entry-image-link img, .archive a.entry-image-link img {
	width: 100%;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
    background-color: #2A2457;
}
.blog .type-post.entry, .archive .type-post.entry {
	width: 48%;
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    padding: 40px 40px;
    margin: 1%;
}
.archive .entry-content, .archive .entry-header, .archive .entry-footer, .blog .entry-content, .blog .entry-header, .blog .entry-footer {
	width: 100%;
}
.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
    border-bottom: 6px solid #eee;
    padding-bottom: 35px;
}
.after-entry, .archive-description, .author-box {
    background-color: transparent;
}
.archive-pagination ul {
	margin-top: 50px;
}
.home .nav-secondary, .page-id-83 .nav-secondary {
	display: none !important;
}
/* //////////////////////////////////////////
	
				TABLE STLYES 
	
////////////////////////////////////////// */
.tablepress {
    font-size: 16px;
    line-height: 26px;
}
.tablepress td {
    word-break: break-all;
} 
/*
table#tablepress-14 tr th {
    width: 30%;
}
table#tablepress-13 tr th.column-1 {
    width: 25%;
}
table#tablepress-13 tr th.column-1 {
    width: 25%;
}
table#tablepress-13 tr th.column-2 {
    width: 15%;
}
table#tablepress-13 tr th.column-3 {
    width: 60%;
}
*/
table {
    word-break: normal !important;
}
table td,  table, table tr {
    word-break: normal !important;
}
/* //////////////////////////////////////////
	
			HOME PAGE POST FEED 
	
////////////////////////////////////////// */
.post_feed {
    background-color: #eeeeee;
    color: white;
    overflow: scroll;
    padding: 0 0 1% 0;
    width: 49%;
    display: inline-block;
    height: 340px;
    text-align: center;
    margin-bottom: 2%;
    float: right;
    position: relative;
}
.post_feed img {
    height: 120px;
    width: auto;
}
.post_feed a {
    text-decoration: none;
}
p.post_feed_excerpt {
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    margin-top: 10px;
}
p.post_feed_title {
    font-family: roboto_condensedbold, sans-serif;
    color: #335c33;
    font-size: 18px;
    letter-spacing: 1px;
}
ul#slider-id {
    padding: 0 5%;
}
ul#slider-id  a.button {
    padding: 5px 24px;
}
h3.feed_main_title {
    display: block;
    background-color: #e2e2e2;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
}
/* HOME PAGE SLIDES */
/* ///////////////////////////////////////////////

				GALLERY STYLING	
	
/////////////////////////////////////////////// */
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    margin: auto;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    margin-bottom: 25px;
}
/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ccd1d5;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #f36b00;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.mySlides.fade img {
	width: 100%;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* ///////////////////////////////////////////////

				FIRST DROP
	
/////////////////////////////////////////////// */
@media only screen and (max-width: 1340px) {
	.archive .site-inner, .blog .site-inner {
    	max-width: 1140px;	
	}	
}
/* ///////////////////////////////////////////////

				SECOND DROP
	
/////////////////////////////////////////////// */
@media only screen and (max-width: 1200px) {
	.genesis-nav-menu a {
	    padding: 32px 10px;
	    font-size: 14px;
	}
	.archive .site-inner, .blog .site-inner {
    	margin: 0 auto;
    	max-width: 960px;
	}
}
/* ///////////////////////////////////////////////

				THIRD DROP
	
/////////////////////////////////////////////// */
@media only screen and (max-width: 1023px) {
	/* FONTS */
	h1 {
    	font-size: 24px;
	}
	h3 {
	    font-size: 19px;
		line-height: 29px;
	}
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {
    	padding: 15px;
    }
	.jhs-logo {
	    width: 49px;
		height: 60px;
		top: 33px;
    }
    .jhs-contact-info {
	    width: 100%;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 0;
		font-size: 12px;
	}
	.site-header .social {
		display: none;
	}
	#nav_menu-2, #nav_menu-3, #nav_menu-4, #nav_menu-5, #nav_menu-6 {
		width: 100%;
		margin-bottom: 5px;
	}
	#nav_menu-2 ul li, #nav_menu-3 ul li, #nav_menu-4 ul li, #nav_menu-5 ul li, #nav_menu-6 ul li {
    	margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		background-color: #2A2457;
		color: #ffffff;
		border: none;
		margin: 0px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #2A2457;
		color: #ffffff;
		text-align: center;	
		margin: 0px;	
	}
	.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
    	text-decoration: none;
		color: #FFCB01 !important;
	}
	.nav-secondary ul li a {
    	padding: 15px 8px;
    	font-size: 13px;
    	letter-spacing: 1px;
	}	
	.jhs-contact-info br {
		display: none;
	}
	span.jhs-gap {
    	padding: 0 5px;
	}
	.entry-content, .entry-header, .entry-footer, .posts-page-description, .archive-description {
   	 	width: 90%;
    	margin: 0 auto;
	}
	.footer-widgets-2 {
    	padding-top: 0px;
	}
	span.section-wrap {
		white-space: nowrap;
	}
	.site-footer {
	    padding: 30px 0;
	}
	.site-header {
    	height: 135px;
	}
	.site-inner {
   	 	padding: 0;
	}
	/* HOME PAGE */
	.home-image {
    	background-image: url(images/jhs-home-image.jpg);
		background-position: -130px center;
	}	
	p.bannertxt {
    	font-size: 21px;
		top: 182px;
	}
	.ofsted, .twitter-feed {
    	width: 100%;
    }
    .twitter-feed {
    	margin-left: 0;
	}
	ul.home-images li {
		width: 49%;
		}
	ul.home-images li.first {
      margin: 0px 1.9% 1.9% 0;
	}
	ul.home-images li.second {
      margin: 0px 0 1.9% 0;
	}		
	ul.home-images li.third {
      margin: 0px 1.9% 1.9% 0;
	}		
	ul.home-images li.last {
      margin: 0px 0 1.9% 0;
	}
	/* CONTACT PAGE */
	.left, .right {
		width: 100%;
		float: left;
	}
	/* BLOG */
	.blog .type-post.entry, .archive .type-post.entry {
		width: 98%;
	}	
	.ofsted, .post_feed {
    	width: 100%;
	}
}
/* ///////////////////////////////////////////////

			FINAL DROP (MOB WIDTH)
	
/////////////////////////////////////////////// */
@media only screen and (max-width: 480px) {
	/* FONTS */
	h1 {
    	font-size: 24px;
	}
	h3 {
	    font-size: 19px;
		line-height: 29px;
	}
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {
    	padding: 15px;
    }
	.jhs-logo {
	    width: 49px;
		height: 60px;
		top: 33px;
    }
    .jhs-contact-info {
	    width: 100%;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 0;
		font-size: 12px;
	}
	.site-header .social {
		display: none;
	}
	#nav_menu-2, #nav_menu-3, #nav_menu-4, #nav_menu-5, #nav_menu-6 {
		width: 100%;
		margin-bottom: 5px;
	}
	#nav_menu-2 ul li, #nav_menu-3 ul li, #nav_menu-4 ul li, #nav_menu-5 ul li, #nav_menu-6 ul li {
    	margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.menu-toggle, .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		background-color: #2A2457;
		color: #ffffff;
		border: none;
		margin: 0px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #2A2457;
		color: #ffffff;
		text-align: center;	
		margin: 0px;	
	}
	.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
    	text-decoration: none;
		color: #FFCB01 !important;
	}
	.nav-secondary ul li a {
    	padding: 15px 8px;
    	font-size: 13px;
    	letter-spacing: 1px;
	}
	.jhs-contact-info br {
		display: none;
	}
	span.jhs-gap {
    	padding: 0 5px;
	}
	.entry-content, .entry-header, .entry-footer, .posts-page-description, .archive-description {
   	 	width: 90%;
    	margin: 0 auto;
	}
	.footer-widgets-2 {
    	padding-top: 0px;
	}
	span.section-wrap {
		white-space: nowrap;
	}
	.site-footer {
	    padding: 30px 0;
	}
	.site-header {
    	height: 135px;
	}
	.site-inner {
   	 	padding: 0;
	}
	/* HOME PAGE */
	.home-image {
    	background-image: url(images/jhs-home-image.jpg);
		background-position: center center;
	}	
	.ofsted, .twitter-feed {
    	width: 100%;
    }
    .twitter-feed {
    	margin-left: 0;
	}
	ul.home-images li {
    	width: 100%;
    	margin: 0;
    }
    ul.home-images li.last {
    	margin: 0;
	}
	/* CONTACT PAGE */
	.left, .right {
		width: 100%;
		float: left;
	}
	/* BLOG */
	.blog .type-post.entry, .archive .type-post.entry {
		width: 98%;
	}	
	.ofsted, .post_feed {
    	width: 100%;
	}
}</pre></body></html>