
/*   
Theme Name: Kirstys Little Treasures Custom Theme
Theme URI: http://www.kirstyslittletreaures.com
Description: Responsive - custom template Brian Pedley 2021
Author URI: http://www.pedleyonline.co.uk
Version: 2
*/

/*

Useful Colours - main text : #000

 */

@charset "UTF-8";
body {
	font-size: 100%;
}

html, body {
	margin: 0px;
	padding: 0px;
	background: #61a0c9 url(_graphics/palm-tree-bg.png) no-repeat fixed center top;
}

#webHolder.container-fluid {
	background: url(_graphics/scroll-banner-top.png) no-repeat center top;
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li { margin: 0; padding: 0; }

#websitemiddleLeft ul li, #topnavHolder ul li, #topSocial li, #mainpageHolder li, #panelLeft li, div#footerNav li, #footer li,  #sidenav li, #linknav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img {
	border-width: 0px;
	border-style: none;
}

a.dark:link, a.dark:visited {
	text-decoration: none;
	color: #FFF;
}
a.dark:hover, a.dark:active {
	text-decoration: none;
	color: #94C948;
}
.gaptopbot {
	padding-top: 10px;
	padding-bottom: 10px;	
	}
.gaptop {
	padding-top: 10px;
}

img.alignright {
	float:right;
	margin:0 0 20px 20px
}
img.alignleft {
	float:left;
	margin:0 20px 20px 0
}


/* Main Structure */

/* Website Top */

#websiteHeader {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;	
	padding-right: 0px;
	padding-left: 0px;
	height: 210px;

	margin-left: 0;
	margin-right: 0;
}
#websiteTop {
	height: 200px;
	margin-right: 0;
	margin-left: 0;
}
#topLeft {
	width: 80%;
	float: left;
}
#topLogo {
	margin-top: 35px;
	padding-left: 10px;
}
#topRight {
	width: 20%;
	float: right;
}
#topRight img {
	margin-right: 0;
	margin-left: auto;
}



#topContact {
	padding-top: 15px;
	height: 100px;
	float: right;
}	 
#topContact img {
	display: block;
	height: 70px;
} 
#topSocial {
	padding-top: 15px;
	height: 60px;
	float: right;
	width: 15%;
}
#topSocial ul {
	float: right;
	width: 44px;
}

#footerSocial li a img#facebook,
#topSocial li a img#facebook {
	background-color: #4060a5;
}
#footerSocial li a img#twitter,
#topSocial li a img#twitter {
	background-color: #00abe3;
}

#topSocial li a img {
	float: left;
	margin-left: 4px;
	border-radius: 30px;
	background-color: #736041;
	height: 40px;
	margin-right: 0;
	padding: 4px;
	transition-property: background-color;  
	transition-duration: .6s;
transition-timing-function: ease-out;
}

#footerSocial ul {
	width: 44px;
	margin-top: 20px;
	display: block;
}

#footer #footerSocial li a img {
	float: left;
	margin-left: 0px;
	border-radius: 30px;
	height: 40px;
	margin-right: 4px;
	padding: 4px;
	transition-property: background-color;  
	transition-duration: .6s;
transition-timing-function: ease-out;
}


#footerSocial li a img#facebook:hover,
#topSocial li a img#facebook:hover {
	background-color: #314b86;
}
#footerSocial li a img#twitter:hover,
#topSocial li a img#twitter:hover {
	background-color: #008dbe;
}

span.telephone {
	font-size: 1.4em;
	color: #aeaeae;
}

#contactTop a {
	color: #aeaeae;
	text-decoration: none;
}
#contactTop a:hover {
	color: #fff;
	text-decoration: underline;
}
 
span.email {
	font-size: 1.2em;
	color: #aeaeae;
}
	

/* Responsive Menu */

#wprmenu_bar.wprmenu_bar div.menu_title span.wpr_title {
	font: 1em 'Open Sans', sans-serif;
}

#wprmenu_menu.top ul#wprmenu_menu_ul {
	background: #fff;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

ul#wprmenu_menu_ul li.menu-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
	background-color: #f3e2ca;
	color: #000;
	text-align: center;
}

ul#wprmenu_menu_ul li.menu-item a:hover {
	font-size: 1.4em;
	color: #000;
	background-color: #ccbeab;
}
 

/* Top Nav */

#topnavHolder {
	width: 85%;
	float: left;
	height: 50px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
}
#topnavHolder li a {
	display: block;
	text-align: center;
	height: 50px;
	color: #746041;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 12px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 4px solid rgba(116, 96, 65, 0);
	transition-property: border-bottom, color;  
	transition-duration: .6s;
transition-timing-function: ease-out;
}

#topnavHolder li a:hover {
	color: #000;
	border-bottom: 4px solid rgba(116, 96, 65, 9);
	text-decoration: none;
}
#topnavHolder .current-menu-item a:hover {
	color: #000;
	}
#topnavHolder .current-menu-item a {
	color: #000;
	border-bottom: 4px solid #000;
}

div.menu-top-menu-container, ul#menu-top-menu {
	float: left;
	margin-bottom: 0;
	padding-right: 0;
	padding-top: 5px;
}

/* Website Middle */

#websiteMiddle {
	float: left;
	background-color: #000;
}
 
#topSlider {
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div.entry #middletopImage {
	float: left;
	padding-top: 10px;
}

#mainpageHolder {
	color: #000;
	font: 1em/1.6em 'Open Sans', sans-serif;
}

#mainpageHolder .container {
	background: #fff;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}

#panelLeft {
	padding-right: 30px;
	padding-left: 0;
}
 
#panelLeft li a {	
	display: block;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
	color: #736041;
	font: normal 400 1.2em 'Montserrat', sans-serif;
}
#panelLeft li a:hover {
	background-color: #ffedd2;
	color: #736041;
	text-decoration: none;
}
#panelLeft .current-menu-item a:hover,
#panelLeft .current-menu-item a {
	color: #fff;
	background-color: #736041;
}
 
#nav_menu-3 {
	background-color: #eddcc2;
} 

#downLoads,
#panelMain {
	padding-left: 20px;
	padding-right: 20px;
}

#subPage,
#homepanelIntro,
#pageIntro,
#pageContent {
	margin-left: 0;
	margin-right: 0;
}

#textRight {
	margin-top: 10px;
}

#homepanelIntro {
	background-color: #031f2c;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
 
#headerCrumb {
	font: normal 400 1.8em 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
}

#mainpageHolder #headerCrumb a {
	color: #736041;
}
#mainpageHolder #headerCrumb a:hover {
	color: #736041;
	text-decoration: underline;
}

#mainpageHolder h1 {
	font: normal 400 1.8em 'Montserrat', sans-serif;
	margin-top: 0;
}
#mainpageHolder h2 {
	font: normal 400 1.4em 'Montserrat', sans-serif;
	margin-top: 10px;
}
#mainpageHolder h3 {

}

#mainpageHolder #servicesLeft h1,
#mainpageHolder #pageLeft h1 {
	margin-top: 10px;
}

#homeIntro #introRight {
	padding-right: 0;
}

#introRight a#action {
	background-color: #6ebd40;
	border-radius: 10px;
	padding: 15px;
	display: block;
	text-align: center;
	color: #fff;
	font: normal 400 1.6em 'Montserrat', sans-serif;
}

#introRight a#action:hover {
	text-decoration: none;
	background-color: #528f30;
}

#homepanelIntro h1 {
	color: #fff;
}

#mainpageHolder #homepanelIntro a {
	color: #8badbe;
}
#mainpageHolder #homepanelIntro a:hover {
	color: #fff;
	text-decoration: none;
}

#pageGallery {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
}

#servicesRight {
	padding-right: 5px;
}

#pageIntro {
	padding-left: 0px;
}

#introLeft {
	padding-left: 0;
	padding-right: 0;
}
#introRight {
	padding-left: 0;
	padding-right: 0;
}

#mainpageHolder img#imageRight {
	margin-top: 20px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainpageHolder #pageLeft #pagePosts li {
	margin-left: 10px;
}

#pagePosts li h3.rpwe-title {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold;
}

#mainpageHolder #panelMain li {
	display: block;
	padding-left: 25px;
	background: url(_graphics/footer-bullet.png) no-repeat 2px 6px;
	margin-bottom: 4px;
	font-weight: bold;
	padding-right: 20px;
}

#boldLinks {
	font-weight: bold;
}

#pageRight img {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Left Menu */

#mainpageHolder #menuLeft {
	margin-top: 20px;
	padding-right: 60px;
}

#mainpageHolder #menuLeft ul {
	border-top: 1px solid #095072;
}

#mainpageHolder #menuLeft li a {
	background: url(_graphics/left-arrow.png) no-repeat 10px 10px;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #095072;
	padding-bottom: 5px;
	color: #095072;
	padding-top: 5px;
}

#mainpageHolder #menuLeft li a:hover {
	color: #095072;
	text-decoration: none;
	background-color: #e8e8e8;
}

/* Google Map */

#kltMap {
	width: 100%;
	margin-bottom: 20px;
}

/* Sitemap */

#sitemapHolder {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

#sitemapHolder #siteMap {
	float: left;
	width: 25%;
}

#siteMap li {
	display: block;
	padding-left: 25px;
	background: url(_graphics/footer-bullet.png) no-repeat 2px 6px;
	margin-bottom: 4px;
	font-weight: bold;
	padding-right: 20px;
}

/* Meet The Team */

#pageIntro {
	margin-bottom: 1px;
}
#teamMember {
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
	margin-bottom: 15px;
	border-radius
	background: #9ecee9 url(_graphics/panel-bg.jpg) repeat-x 0 top;
}

#teamMember #memberPic {
	width: 25%;
	float: left;
	padding: 10px;
}

#teamMember #memberPic img {
	border: 5px solid #feffff;
}

#teamMember #memberDesc {
	width: 75%;
	float: right;
	padding: 15px 30px 20px;
	color: #736041;
}
#memberDesc .name {
		font: normal 400 1.4em 'Montserrat', sans-serif;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	color: #000;
}


/* Sub Page */

#subContent {
	padding-right: 0px;
	margin-left: 0;
	margin-right: 0;
}

#subContent #contentLeft {
	padding-left: 0;
	padding-right: 0;
}
#subContent #contentRight {
	padding-left: 0;
	padding-right: 20px;
}

#subContent #contentLeft img {
	padding-right: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}

#topImage {
	margin-top: 20px;
}

#mainpageHolder span.telephone {
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
}
 
#mainpageHolder a {
	color: #021e2a;
}

#mainpageHolder a:hover {
	color: #031f2c;
	text-decoration: underline;
} 
#roundPanels,
#subPanels,
#homeSlider,
#servicesRow,
#introRow {
	padding-top: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0px;
}

#introRow {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#roundPanels,
#subPanels,
#homeIntro,
#homeSlider {
	padding-left: 15px;
	padding-right: 15px;
}

#homeIntro {
	margin: 15px 0;
}

#homeLeft {
	padding-left: 0;
	padding-right: 0;
}
#homeRight {
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
 
#introRow li {
	display: block;
	padding-left: 25px;
	background: url(_graphics/bullet.png) no-repeat 5px 5px;
	margin-bottom: 4px;
	font-weight: bold;
}

/* downloads */

#downloadBullets li {
	display: block;
	padding-left: 25px;
	background: url(_graphics/footer-bullet.png) no-repeat 5px 5px;
	margin-bottom: 4px;
}

#downloads,
#downloadIntro {
	margin-left: 0;
	margin-right: 0;
}

#mainpageHolder #downLoads ul {
	margin-top: 10px;
	width: 100%;
	float: left;
}

#mainpageHolder #downLoads li a {
	
	display: block;
	border-radius: 5px;
	padding: 10px 50px 10px 15px;
	color: #fff;
	background: #72a700 url(_graphics/download-icon.png) no-repeat right;
	background-size: 36px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	float: left;
	width: 100%;
} 

#mainpageHolder #downLoads li a:hover {
	color: #fff;
	background-color: #527c01;
	text-decoration: none;
}

/* pagePanels */

#pagePanels {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#pagePanels {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

#pagePanels #homePanel {
	float: left;
	width: 33.3%;
	padding: 0 5px 5px;
}

/* Ticker Tape */

#tickerTape {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	background-color: #0077f3;
	padding-right: 15px;
	margin-bottom: 20px;
}

#tickerTape .mtphr-dnt-tick-contents { position: relative; overflow: hidden;
	font: normal 400 1.2em 'Montserrat', sans-serif;
	color: #fff;
	margin-top: 18px;
}

#tickerTape .mtphr-dnt-tick-contents a {
	color: #fff;	
}
#tickerTape .mtphr-dnt-tick-contents a:hover {
		color: #fff;
	text-decoration: underline;
}

/* HomePage */

#homepanelRow {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#homepanelsLeft {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#homepanelsLeft #homePanel {
	float: left;
	width: 33.3%;
	padding: 0 5px 5px;
}

#homePanel img {
	filter: grayscale(1%);
	transition-property: opacity;
	transition-duration: .4s;
    transition-timing-function: ease-in-out;
}

#homePanel img:hover {
	opacity: 0.6;	
}

#homePanel h3 {
	margin-bottom: 0;
}

#homePanel h3 a {
	font: normal 400 .7em 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
		transition-property: background-color;  
	transition-duration: .6s;
transition-timing-function: ease-out;
}
#homePanel h3 a:hover {
		color: #fff;
	text-decoration: none;
}
#homePanel h3#uniForm a,
#homePanel h3#team a,
#homePanel h3#klt a {
	background-color: #1248b2;
}
#homePanel h3#uniForm a:hover,
#homePanel h3#team a:hover,
#homePanel h3#klt a:hover {
	background-color: #09368e;
}
#homePanel h3#catering a {
	background-color: #99642b;
}
#homePanel h3#catering a:hover {
	background-color: #b67736;
}
#homePanel h3#safety a {
	background-color: #0076f2;
}
#homePanel h3#safety a:hover {
	background-color: #005ec8;
}
#homePanel h3#faqs a {
	background-color: #d0ac70;
}
#homePanel h3#faqs a:hover {
	background-color: #a78959;
}
#homePanel h3#journeys a {
	background-color: #b02624;
}
#homePanel h3#journeys:hover a {
	background-color: #8f1d1c;
}
#homePanel h3#downloads a {
	background-color: #ea951b;
}
#homePanel h3#downloads a:hover {
	background-color: #c37b16;
}
#homePanel h3#newsletter a,
#homePanel h3#oursetting a {
	background-color: #086725;
}
#homePanel h3#newsletter a:hover,
#homePanel h3#oursetting a:hover {
	background-color: #034817;
}
#homePanel h3#childcare a {
	background-color: #6fbe41;
}
#homePanel h3#childcare a:hover {
	background-color: #5b9f36;
}


#homepanelsRight {
	display: block;
	float: left;
}

#homepanelsRight h2 {
	margin-top: 0;
}

#homepanelsRight h2 a {
	background-color: #1248b2;
	font: normal 400 .9em 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
} 

#homepanelsRight h2 a:hover {
	background-color: #08358b;	
	color: #fff;
	text-decoration: none;
}

/* Learning Journies */

#learningLink a {
	background-color: #1047b1;
	border-radius: 10px;
	padding: 30px 30px 10px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

#learningLink img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#learningJourney a {
	background-color: #1047b1;
	border-radius: 10px;
	padding: 30px 30px 10px;
	display: block;
	margin-top: 20px;
}

#learningLink:hover,
#learningJourney:hover {

}

/* Activities */

#activityHolder {
	padding: 15px;
	border: 1px solid #b69a6b;
	border-radius: 5px;
	margin-top: 15px;
	background-color: rgba(255,237,210,0.42);
}

/* Extra Content */

#extraContent {
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

/* Home News */

#rpwe_widget-3 h3.rpwe-title a {
		font: normal 400 1.2em 'Montserrat', sans-serif;
}

#rpwe_widget-3 a.rpwe-img img.rpwe-alignleft.rpwe-thumb {
	margin-right: 20px;
}
 

/* Sub Panels */

#roundPanels {
	margin-top: 30px;
}

#subPanel {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#subPanels #subPanel #subImage {
	width: 30%;
	float: left;
}
#roundPanels #subPanel #subImage {
	width: 25%;
	float: left;
}

#subPanels #subPanel #subText {
	width: 70%;
	float: right;
	padding-left: 30px;
}
#roundPanels #subPanel #subText {
	width: 75%;
	float: right;
	padding-left: 30px;
}

#subPanels #subPanel #subImage img {
	border: 1px solid #ddcbab;
	padding: 10px;
		display: block;
	margin-left: auto;
	margin-right: auto;
}

#roundPanels #subPanel #subImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: auto;
}

ul#childNav li img,
#roundPanels #subPanel #subImage img {
	filter: grayscale(1%);
	transition-property: opacity;
	transition-duration: .4s;
    transition-timing-function: ease-in-out;
}
ul#childNav li img:hover,
#roundPanels #subPanel #subImage img:hover {
	opacity: 0.6;	
}

/* Extra Bit */

#extraBit {
	padding: 20px;
	border: 1px dashed #7b7b7b;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Page Pics */

img#prices {
	width: 50%;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
img#newsletter {
	width: 25%;
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}
img#kltdownloads {
	width: 25%;
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}
img#uniform {
	width: 40%;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

/* Childcare Icons */

img#childIcon {
	width: 33.3%;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#bottomBit {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

ul#childNav {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
ul#childNav li img {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 18%;
}


/* Website Testimonials */

#testimonialHolder {
	border: 1px solid #1047b1;
    border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	background-color: #d0efff;
}

#testimonialFrom {
	color: #1047b1;
	padding-top: 10px;
	font-style: italic;
}

#topRow,
#galleryIntro {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
}

#galleryIntro {
	color: #d3d3d3;
}

#galleryIntro h1 {
	color: #fff;
}	
  
/* Foo Gallery */

#fooGallery a.cboxElement {
	width: 25%;
	margin: 0;
	padding: 0;
}

#fooGallery a.cboxElement img {
	width: 100%;
	height: auto;
	padding: 5px;
}

/* Blog Video */

#blogVideo {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Blog Post Styling */

#archiveDesc.row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
}

#blogLeft h2 {
	margin-top: 15px;
}

#blogLeft h2 a {
	padding: 10px 10% 10px 15px;
	border-radius: 5px;
	display: block;
	color: #fff;
	background: #8f8475;
	width: 100%;
}

#blogLeft h2 a:hover {
	background-color: #625a50;
	color: #fff;
	text-decoration: none;
}

#blogLeft #blogIntro {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
} 

#blogLeft #blogIntro h1 {
	color: #064763;
}

#blogImage {
	margin-top: 15px;
	margin-bottom: 20px;
}

#blogpostlistHolder {
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}
#blogpostList {
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#blogpostList {
	padding-left: 0px;
}

#blogfullText {
	padding-left: 10px;
	padding-right: 10px;
}

#blogpostList p {

}

#mainpageHolder a.more-link {
	width: 100%;
	padding-top: 10px;
	display: block;
	font-weight: bold;
}

#blogpostList a span.readMore,
#blogpostList a.more-link {
	padding-left: 5px;
	color: #736041;
	background-color: #eddcc1;
	width: 150px;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

#blogpostList a span.readMore:hover,
#blogpostList a.more-link:hover {
	background-color: #ffeccf;
	text-decoration: none;
}

#blogpostList #thumbImage {
	float: left;
	padding-left: 0;
	margin-bottom: 0px;
}

#blogpostList #thumbImage a img {
width: 70%;
	height: auto;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	filter: grayscale(1%);
	transition-property: opacity;
	transition-duration: .4s;
    transition-timing-function: ease-in-out;
}
#blogpostList #thumbImage a img:hover {
	opacity: 0.6;
}

div#blogpostList h2 {
	margin-top: 0;
}

div#blogpostList h2 a {
	font-weight: bold;	
	margin-top: 5px;
	font-size: 1em;
	color: #074e6d;
}

div#blogpostList h2 a:hover {
	color: #0c73a3;
	text-decoration: none;
}

#blogpageHolder {
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
}

/* Posts Right */

#postsRight h2 a {
	color: #73603e;
}
#postsRight h2 a:hover {
	color: #000;
	text-decoration: none;
}

#postsRight #rightHeader {
	font: bold 1.6em "futura-pt",sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#postsRight {
	padding-left: 15px;
	padding-right: 0;
	padding-top: 5px;
}

#postsRight ul.rpwe-ul {
	border-top: 1px solid #979797;
	padding-top: 10px;
	padding-bottom: 20px;
}

#postsRight h3.rpwe-title {
	letter-spacing: 0;
}

#mainpageHolder h3 {
	margin-top: 0;
}

#mainpageHolder #postsRight li h3 a {
	background: url(_graphics/bullet.png) no-repeat 5px 10px;
	display: block;
	color: #000;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#mainpageHolder #postsRight li h3 a:hover {
	color: #000;
	text-decoration: underline;
}
 
#blogpostList #date,
#blogpageHolder #date {
	color: #0e7eb0;
	font-size: .9em;
	margin-bottom: 15px;
} 
 
#blogPost {
}

#blogPost li {
	background: url(_graphics/bullet.png) no-repeat 0 5px;
	display: block;
	padding-left: 20px;
	margin-left: 20px;
}

#blogPost p img {
	width: 100%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	padding-bottom: 10px;
}

#blogPost a {
	color: #031f2c;
	font-weight: bold;
}

#blogPost a:hover {
	color: #031f2c;
	font-weight: bold;
}

#blogPost .meta {
	color: #828282;
	padding-left: 0;
	margin-bottom: 20px;
}
 
#blogpostList .meta {
	color: #828282;
	padding-left: 0;
	margin-bottom: 15px;
}

body.category.category-4 #blogpostText {
	margin-bottom: 20px;
	padding-left: 20px;
}

#blogpostText {
	margin-bottom: 0px;
	padding-left: 15px;
}

#errorpageHolder a img {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


#blogpostMain {
	width: 980px;
	float: left;
	}

/* Website Right */

#websiteRight {
	float: right;
	width: 320px;
	padding-right: 20px;
}
	
#rightwidgetTop {
	float: left;
	width: 320px;
}
	
div#websiteRight h2 {
	width: 300px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 20px;
}

#text-2 div.textwidget a h2 {
	font-size: 1.6em;
	margin-top: 20px;
	border-bottom: 1px solid #6d6c6d;
	padding-bottom: 5px;
}

div#recent-posts-2.widget h2 {
	display: none;
}
div#categories-2.widget h2 {
	}
div#websiteRight div#search-2.widget h2 {
	}
div#recent-posts-2 ul li a
 {
	display: block;
	font-size: 1em;
	color: #73603e;
	font-weight: bold;
	background: url(_graphics/footer-bullet.png) no-repeat 0 6px;
	padding-left: 20px;
	margin-bottom: 5px;
}

div#recent-posts-2 ul li a:hover {
	color: #000;
	text-decoration: none;
}

div#categories-2 ul li
 {
	width: 280px;
	display: block;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
}

div#categories-2 ul li a:hover
 {
	color: #0068b0;
}


/* Google Map */

    #googleMap {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    #googleMap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#imagespaceTop {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Contact Form */

#contactformHolder {
	border: 1px dashed #735f5d;
	margin-bottom: 20px;
	margin-top: 0px;
}

#contactPage {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

#contactRight {
	padding-left: 0;
	padding-right: 15px;
}

#FSContact1 {
	color: #735f5d;
	margin-bottom: 20px;
	padding: 5% 15%;
}

#FSContact1 input,
#FSContact1 textarea {
	border: 1px solid #735f5d;
	width: 100%;
	font-weight: bold;
	padding-right: 10px;
	padding: 2%;
	color: #000;
	margin-bottom: 5px;
	-webkit-appearance: none;
    border-radius: 0;
}

#FSContact1 textarea {
	height: 150px;
}

div#FSContact1 label {
	font-size: .95em;
	font-weight: normal;
	font-style: normal;
}

div#FSContact1 div {
	padding-bottom: 2px;
}

div.fscf-div-error {
	color: #be0d12;
}

input#fscf_submit1 {
	background-color: #1047b1;
	background-image: none;
	border-style: none;
	color: #FFF;
	padding-top: 5%;
	font-size: 1.5em;
	padding-bottom: 5%;
	text-align: center;
	-webkit-appearance: none;
    border-radius: 5px;
}

input#fscf_submit1:hover {
	background-color: #083e9a;
}


/* Pagination */


#postNav {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 15px;
}

div.navigation {
	}

#bottomPagination {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

div.navigation ol.wp-paginate {
	font: 1em "futura-pt",sans-serif;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	display: block;
}

.wp-paginate {padding:0; margin:0;}

.wp-paginate li {display:inline; list-style:none;
	font-size: 1.1em;
}

div.navigation a {background: #fff; color: #000; margin-right:4px; text-align:center; text-decoration:none;
	padding: 10px 12px;
	border: 1px solid #979797;
}

#mainpageHolder div.navigation a:hover, #mainpageHolder div.postPages a:active {
	background-color: #ececec;
	color: #000;
	text-decoration: none;
}

div.navigation .title {
	font: 1em "futura-pt",sans-serif;
	color: #1b1818; margin-right:10px;
}

.wp-paginate .gap {color:#999; margin-right:4px;}

div.navigation .current {
	color:#fff; background: #000; margin-right:4px; padding: 10px 12px;
	border: 1px solid #000;
}

div.navigation .current:hover {
	color: #fff;
	text-decoration: none;

}



/* Website Footer */

#footer {
	color: #736041;
		font: 1em/1.6em 'Open Sans', sans-serif;
	background: url(_graphics/palm-trees.png) no-repeat center bottom;
	height: 700px;
}

#footerFour {
	margin-top: 20px;
}

#footer h3 {
	font: normal 400 1.4em 'Montserrat', sans-serif;	
}

#footerTop {
	padding-top: 50px;
}

#logoLeft {
	width: 30%;
	margin-bottom: 10px;
	float: left;
}

#logoText {
	width: 70%;
	margin-bottom: 10px;
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}

#footer a {
	color: #736041;
}
#footer #footerTwo li a,
#footer #footerThree li a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(_graphics/footer-bullet.png) no-repeat 2px 7px;
	padding-left: 25px;
}


#footerPanels {
	margin-bottom: 30px;
}

#footerOne, #footerThree, #footerFour {
	height: 270px;
}

#footerBox {	
	padding-top: 180px;
	padding-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
}
#footerBox a {
	color: #fff;
}
#footerBox a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright {
	text-align: left;
	padding-bottom: 20px;
}

#pedleyonline {
	text-align: right;
	font-size: .8em;
	padding-right: 0;
}
	
/* Media Queries */

#ofstedIcon {
	width: 100%;
}

#ofstedIcon img {
	width: 160px;
	margin-left: auto;
	margin-right: 0;
}

/* XS */

@media(max-width:767px) {

	html, body {
	background: #fff url(_graphics/palm-tree-bg.png) no-repeat fixed center top;
	background-image: none;
}

#topLeft {
	width: 100%;
}
#topLogo {
	margin-top: 35px;
	padding-left: 0px;
}
#topRight {
	width: 100%;
}
#topRight img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	margin-top: 10px;
	height: 120px;
}
#topnavHolder {
	width: 85%;
	padding-left: 0px;
}
#topnavHolder li a {
	margin-right: 15px;
	padding-top: 12px;
	font-size: 1.1em;
}
#topnavHolder li#menu-item-46 a {
	display: none;
}
#topSocial {
	padding-top: 15px;
	width: 15%;
}
#topSocial ul {
	float: right;
	width: 80px;
}
#topSocial li a img {
	margin-left: 4px;
	height: 36px;
	margin-right: 0;
	padding: 4px;
}
 
#introLeft {
	padding-left: 0px;
	padding-right: 0px;
}
#introRight {
	padding-left: 0px;
	padding-right: 0px;
}
#introRight a#action {
	font: normal 400 1.2em 'Montserrat', sans-serif;
}
#homepanelsLeft {
	padding-left: 10px;
	padding-right: 10px;
}
#pagePanels #homePanel {
	width: 50%;
}
#homepanelsLeft #homePanel {
	width: 50%;
}
#homePanel h3 a {
	font: normal 400 .6em 'Montserrat', sans-serif;
	padding-top: 10px;
}

#subPanels #subPanel #subImage {
	width: 100%;
	float: left;
}
#subPanels #subPanel #subText {
	width: 100%;
	float: right;
	padding-left: 0px;
	text-align: center;
}

#blogpostText {
	margin-top: 20px;
}

#contactLeft {
	padding-right: 0;
	padding-left: 0;
}
#contactRight {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0;
}


#sitemapHolder #siteMap {
	width: 100%;
}

#footer {
	background: none no-repeat center bottom;
}
#footer h3 {
	text-align: center;
}
#footer #footerTwo li a,
#footer #footerThree li a {
	background: none no-repeat 2px 7px;
	padding-left: 0px;
	text-align: center;
}
#footerFour {
	text-align: center;
}
#footer #footerSocial ul {
	margin-left: auto;
	margin-right: auto;
}

#footer #footerSocial li a img {
	margin-left: 2px;
	margin-right: 2px;
}
#ofstedIcon img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footerBox {	
	padding-top: 40px;
}
#footerBox,
#footerBox a {
	color: #736041;}
#footerBox a:hover {
	color: #736041;
}
#pedleyonline {
	text-align: center;
}
ul#childNav {
	width: 280px;
}


}	

/* SM */
	
@media(min-width:768px) {
	
	html, body {
	background: #61a0c9 url(_graphics/palm-tree-bg.png) no-repeat fixed center top;
	background-image: none;
}

#topLeft {
	width: 78%;
}
#topLogo {
	margin-top: 35px;
	padding-left: 0px;
}
#topRight {
	width: 22%;
}
#topRight img {
	margin-right: 0;
	margin-left: auto;
	padding-left: 20px;
	margin-top: 10px;
}
#topnavHolder {
	width: 90%;
	padding-left: 0px;
}
#topnavHolder li a {
	margin-right: 15px;
	padding-top: 12px;
	font-size: 1.1em;
}
#topnavHolder li#menu-item-46 a,
#topnavHolder li#menu-item-362 a {
	display: none;
}
#topSocial {
	padding-top: 15px;
	width: 10%;
}
#topSocial ul {
	float: right;
	width: 40px;
}
#topSocial li a img {
	margin-left: 4px;
	height: 36px;
	margin-right: 0;
	padding: 4px;
} 
  
#panelLeft li a {	
	font: normal 400 1em 'Montserrat', sans-serif;
} 
 
#introLeft {
	padding-left: 0;
	padding-right: 10px;
}
#introRight {
	padding-left: 10px;
	padding-right: 0;
}

#introRight a#action {
	font: normal 400 1.2em 'Montserrat', sans-serif;
}

#homepanelsLeft {
	padding-left: 5px;
	padding-right: 5px;
}
#panelLeft {
	padding-right: 10px;
}

#pagePanels #homePanel {
	width: 50%;
}
#homepanelsLeft #homePanel {
	width: 33.3%;
}
#homePanel h3 a {
	font: normal 400 .7em 'Montserrat', sans-serif;
	padding-top: 9px;
}

#subPanels #subPanel #subImage {
	width: 30%;
	float: left;
}
#subPanels #subPanel #subText {
	width: 70%;
	float: right;
	padding-left: 30px;
	text-align: left;
}

#blogpostText {
	margin-top: 0;
}

#contactLeft {
	padding-right: 0;
	padding-left: 0;
}
#contactRight {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0;
}

#sitemapHolder #siteMap {
	width: 25%;
}

#footer {
	background: none no-repeat center bottom;
}
#footer h3 {
	text-align: left;
}
#footer #footerTwo li a,
#footer #footerThree li a {
	background: url(_graphics/footer-bullet.png) no-repeat 2px 7px;
	padding-left: 25px;
	text-align: left;
}
#footerFour {
	text-align: left;
}
#footer #footerSocial li a img {
	margin-left: 0px;
	margin-right: 4px;
}
#ofstedIcon img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footerBox {	
	padding-top: 40px;
}
#footerBox,
#footerBox a {
	color: #736041;}
#footerBox a:hover {
	color: #736041;
}
#pedleyonline {
	text-align: center;
}
ul#childNav {
	width: 80%;
}

	}


/* MD */

@media(min-width:992px){

html, body {
	background: #61a0c9 url(_graphics/palm-tree-bg.png) no-repeat fixed center top;
}

#topLeft {
	width: 78%;
}
#topLogo {
	margin-top: 35px;
	padding-left: 0px;
}
#topRight {
	width: 22%;
}
#topRight img {
	margin-right: 0;
	margin-top: 0px;
	margin-left: auto;
	padding-left: 20px;
}
#topnavHolder {
	width: 90%;
	padding-left: 0px;
}
#topnavHolder li a {
	margin-right: 15px;
	padding-top: 12px;
	font-size: 1.2em;
}
#topnavHolder li#menu-item-46 a {
	display: block;
}
#topSocial {
	padding-top: 15px;
	width: 10%;
}
#topSocial ul {
	float: right;
	width: 44px;
}
#topSocial li a img {
	margin-left: 4px;
	height: 40px;
	margin-right: 0;
	padding: 4px;
}
#panelLeft {
	padding-right: 20px;
}
#panelLeft li a {	
	font: normal 400 1.1em 'Montserrat', sans-serif;
}

#pagePanels #homePanel {
	width: 33.3%;
}
#homepanelsLeft #homePanel {
	width: 33.3%;
}

#contactLeft {
	padding-right: 30px;
}
#contactRight {
	padding-top: 0;
	padding-left: 0px;
}

#sitemapHolder #siteMap {
	width: 25%;
}

#footer {
	background: url(_graphics/palm-trees.png) no-repeat center bottom;
}
#footer #footerSocial li a img {
	margin-left: 0px;
	margin-right: 4px;
}
#ofstedIcon img {
	margin-left: auto;
	margin-right: 0;
	margin-top: 0px;
}
#footerBox {	
	padding-top: 180px;
}
#footerBox,
#footerBox a {
	color: #fff;
}
#footerBox a:hover {
	color: #fff;
}
#pedleyonline {
	text-align: right;
}

ul#childNav {
	width: 60%;
}

	}

/* LG */

@media(min-width:1200px){

#topLeft {
	width: 80%;
}
#topLogo {
	margin-top: 35px;
	padding-left: 10px;
}
#topRight {
	width: 20%;
}
#topRight img {
	margin-right: 0;
	margin-left: auto;
	padding-left: 0px;
}
#topnavHolder {
	padding-left: 10px;
}
#topnavHolder li a {
	margin-right: 20px;
	padding-top: 12px;
	font-size: 1.2em;
}

#topnavHolder li#menu-item-362 a  {
	display: block;
}
#panelLeft {
	padding-right: 30px;
}
#panelLeft li a {	
	font: normal 400 1.2em 'Montserrat', sans-serif;
}

ul#childNav {
	width: 50%;
}


	
	}

/* Plug-Ins */


@media screen {

* { margin: 0; padding: 0; }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.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 { width: 960px; margin: 20px auto; }

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

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0;
	list-style-position: inside;
}

.post { }

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

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

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

#searchform { }
	#s { }
	#searchsubmt { }
	
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 { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@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; }
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-decorati
