/*
Theme Name: Annette Jones 2018
Author: We Are Factory
Author URI: https://www.wearefactory.net/
Version: 1.18
*/

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

	= Table of Contents



	1. = Fonts

	2. = Body, Typography and some main Elements

	4. = Header styling

	5. = Navigation styling

	6. = Footer styling

	7. = Sidebar styling

	8. = Home Page styling

	9. = Works Page styling

	10.= Schools Page styling

	11.= News Page and News Detail page styling

	12.= Diary Page styling

	13.= Library Page styling	

	14.= Network Page styling	

	15.= Contact Page styling	

	16.= Meal Page styling

	

	

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

/* 1. = Fonts

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




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

/* 2. = Body, Typography and some main Elements

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

h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: 2rem; font-weight: 200; font-family:  rollerscript-smooth; color:#666;}
h1 { font-size: 3.0rem; line-height: 1.2; margin-bottom: 3.5rem; }
h2 { font-size: 2.2rem; line-height: 1.25; font-weight:600;  }
h3 { font-size: 2rem; line-height: 1.3;  }
h4 { font-size: 1.8rem; line-height: 1.35;  }
h5 { font-size: 1.6rem; line-height: 1.5;   }
h6 { font-size: 1.5rem; line-height: 1.6; }

/* Larger than phablet */
@media (min-width: 550px) {
  
  h1 { font-size: 5.0rem; }
  h2 { font-size: 3.8rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }

}

p { margin-top: 0; }





/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {color:rgba(109,169,170,1) ; text-decoration: none; }

a:hover {border-bottom: solid 1px rgba(109,169,170,1);}


.section-sixth-form a {color: #107896; text-decoration: none; }

.section-sixth-form a:hover {color: #1c93b5;}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background-color:rgba(109, 169, 170,0.5);
  height: 58px;
  padding: 0 50px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
   background-color:rgba(109, 169, 170,1);
  
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  color:#222;
  height: 50px;
  font-weight:400;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border:none;
  border: 1px solid #666;
  border-radius: 30px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 200; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 200; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }



/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


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

/* 2. = Styles

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

.row {padding:2rem 0;}

p {color:#585858; font-weight: 200; line-height: 2.2rem;}

.t-align-right {text-align:right;}

nav ul {list-style:none;}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	.row {padding:4rem 0;}

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	
}



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

/* 3. = Header

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

#header {padding:1rem; color: #fff; position: fixed; width:100%;  transition:all 0.3s ease-in-out; z-index: 99; }

#header.scrolling {}

#header #logo {display: inline-block; width:40%;}

#header #logo span {display:none;}

#header #main-menu {display:inline-block; text-align: right; float: right;}

#header #main-menu .telephone {font-size:2.3rem; font-weight: 200;}

#header #main-menu ul {list-style: none; font-size:1.4rem;}

#header #main-menu ul li {display: inline-block; margin-left: 1rem; text-align: center;}

#header #main-menu ul li a {color:#fff;}

#header.scrolling #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {background:rgba(109,169,170,0.9)}

#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a {text-align:center;}


#intro { background-position: center; background-size: cover; position: relative;}

#intro .container{ height: 280px;}

.centralise {position:absolute; top:50%; left:50%; transform:translate(-50%, -20%); text-align: center; width:70%}

#intro h1 { color: #fff; font-weight: 200; margin-bottom: 1rem;}

#intro a.button-round {display: inline-block; background: rgba(109, 169, 170, 0.8); color: #fff; font-weight: 200; border: 1px solid #fff; padding: 4px 10px; border-radius: 30px; transition:0.5s all ease-in}

#intro a.button-round:hover {background:rgba(255,255,255,0.2);}


.homepage-message {width:60%; color:#fff; position: absolute; bottom:6rem; left:50%; transform:translateX(-50%); text-align: center;}

.homepage-message h1 {font-size:2.1rem; color:#fff; font-weight:600;}

.homepage-message h4 {color:#fff; font-size: 1.6rem;}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	#header {padding:2rem;}
	
	#intro .container {height:380px;}
	
	#header #logo {display: inline-block; width:20%;}
	
	.centralise {position:absolute; top:50%; left:50%; transform:translate(-50%, 20%); text-align: center; width:inherit;}
	
	#intro a.button-round {display: inline-block; color: #fff; font-weight: 200; border: 1px solid #fff; padding: 8px 40px; border-radius: 30px; transition:0.5s all ease-in}
	
	.homepage-message {width:50%; color:#fff; position: absolute; bottom:8rem; left:50%; transform:translateX(-50%); text-align: center;}

	.homepage-message h1 {font-size:3.1rem; color:#fff; font-weight:600;}

	.homepage-message h4 {color:#fff; font-size: 1.9rem;}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	#header {padding:2rem 0 0 0;}
	
	#intro .container {height:430px;}
	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	
	#intro .container {height:630px;}
	
}



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

/* 4. = Footer

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




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	

	
}



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

/* 4. = Navigation

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



/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
	
}


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

/* 4. = Content Page

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


#testimonials {background-color: rgb(109, 169, 170); text-align: center;}

#testimonials blockquote p {color:#fff; font-size:1.6rem;}

#testimonials .name {color:#fff; font-weight:600; font-size:1.2rem;}




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {
	

	#testimonials blockquote p {color:#fff; font-size:2.5rem; line-height: 3.3rem;}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	
	
	
}

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

/* 4. = Home Page

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



#homepage p {color:#585858; font-weight: 200; text-align: center;}

#help-with {background-image:url("../../../media/blossom-grey.jpg"); background-position: center; background-size: cover; text-align: center;}

#help-with h2 {color: #585858; font-weight: 200;}

#help-with ul {list-style:none; color:#585858; font-weight: 200; margin: 0; padding: 0;}

#about-me p{text-align:left;}



/* Larger than mobile */
@media (min-width: 400px) {
	

	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1500px) {
	

	
}



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

/* 4. = News

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




/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	
	
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	


	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
}
	

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

/* 4. = Twitter

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

#

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
	
/* Larger than tablet */
@media (min-width: 750px) {
	
	
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

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

/* 4. = Downloads

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



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

/* 4. = Vacancies

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


