/*
Theme Name: Admin Theme
Author: Mitch Guy - CODA Education
Author URI: https://coda.education/
*/

/*---------------------------------
Reset
---------------------------------*/

html{font-family: sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*---------------------------------
Style 
---------------------------------*/

*, ::before, ::after { box-sizing: border-box; }

.row {
display: table;
width: 100%;
clear: both;
}

.left { float: left; }
.right { float: right; }

.mtop10 { margin-top: 10px; } .mtop20 { margin-top: 20px; } .mtop35 { margin-top: 35px; } .mtop40 { margin-top: 40px; } 
.mleft10 { margin-left: 10px; } .mleft10 { margin-left: 20px; } .mleft40 { margin-left: 40px; } 
.mright10 { margin-right: 10px; } .mright20 { margin-right: 20px; } .mright40 { margin-right: 40px; } 
.mbottom10 { margin-bottom: 10px; } .mbottom20 { margin-bottom: 20px; } .mbottom40 { margin-bottom: 40px; }
.mright1p { margin-right: 1%; }.mleft1p { margin-left: 1%; }
.mright25p { margin-right: 2.5%; }.mleft25p { margin-left: 2.5%; }
.mright3p { margin-right: 3%; }.mleft3p { margin-left: 3%; }
.mright5p { margin-right: 5%; }.mleft5p { margin-left: 5%; }
.ptop10 { padding-top: 10px; } .ptop20 { padding-top: 20px; } .ptop35 { padding-top: 35px; } .ptop40 { padding-top: 40px; } 
.pleft10 { padding-left: 10px; } .pleft10 { padding-left: 20px; } .pleft40 { padding-left: 40px; } 
.pright10 { padding-right: 10px; } .pright20 { padding-right: 20px; } .pright40 { padding-right: 40px; } 
.pbottom10 { padding-bottom: 10px; } .pbottom20 { padding-bottom: 20px; } .pbottom30 { padding-bottom: 30px; } .pbottom40 { padding-bottom: 40px; }
.pright1p { padding-right: 1%; }.pleft1p { padding-left: 1%; }
.pright25p { padding-right: 2.5%; }.pleft25p { padding-left: 2.5%; }
.pright3p { padding-right: 3%; }.pleft3p { padding-left: 3%; }
.pright5p { padding-right: 5%; }.pleft5p { padding-left: 5%; }

.c5 {width: 5%;} .c10 {width: 10%;} .c15 {width: 15%;} .c20 {width: 20%;} .c19 {width: 19%;} .c25 {width: 25%;} .c30 {width: 30%;} .c35 {width: 35%;} .c40 {width: 40%;} .c45 {width: 45%;} .c50 {width: 50%;} .c55 {width: 55%;} .c60 {width: 60%;} .c65 {width: 65%;} .c70 {width: 70%;} .c75 {width: 75%;} .c80 {width: 80%;} .c85 {width: 85%;} .c90 {width: 90%;} .c95 {width: 95%;} .c100 {width: 100%;} .cauto {width: auto;}
.textcenter { text-align: center;}.textleft { text-align: left;}.textright { text-align: right;} .marginauto {margin:auto;
}



/*---------------------------------
Main
---------------------------------*/

html, body {
width: 100%;
height:100%;
}

body {
width: 100%; height: 100%; 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'sofia-pro', sans-serif;
font-weight: 300;
font-style: normal;
font-size: 100%; line-height: 2;
background: #fff;
}

#page {
background: #FFF;
width: 100%;
padding: 0px 0px 0px;
}

.container {
width: 80%;
margin: 0px auto;
display: table;
}

.max {
  max-width: 1280px;
}

/*---------------------------------
Header 
---------------------------------*/

header#masthead .container {
width: 94%;
}

header#masthead {
	padding: 30px 0 0;
    width: 100%;
    position: fixed;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
    align-items: center;
}

body.smaller header#masthead {
	padding: 50px 0 0;
	margin-top: -50px;
	background-color: #282828;
}

.header-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.secondary-icon {
  margin: 5px 14px;
}

.logo {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.logo img,
.logo a:link,
.logo a:visited {
height: 85px;
    width: auto;
}

/*-- Contact --*/

#contact {
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.contact-main {
    width: 45%;
    background-color: #1e4667;
    padding: 100px 0 100px 70px ;
}

.contact-title {
    margin-top: 0;
    color: #fff; letter-spacing: 2px;
}

.contact-left {
  display: flex;
  flex-direction: column;
}

.contact-right {
    display: flex;
    flex-direction: column;
    padding-left: 80px;
}

.contact-text-div {
  margin-right: 60px;
  text-align: center;
}

.contact-text {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.10);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  margin: 0;
}

.contact-para a:link,
.contact-para a:visited {
color: #FFF; margin-top: 10px;
}

.info-section {
    display: flex;
    margin-bottom: 50px;
}

.info-container {
  display: flex;
}

.twenty-bottom {
  margin-bottom: 20px;
}

.fifty-bottom {
  margin-bottom: 15px;
}

.map-left {
  padding-right: 15px;
}

.info-container svg {
height: 31px; width: auto;
}


.contact-para {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 800;
}

.contact-divider {
    width: 70px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    margin-bottom: 40px; margin-top: 30px;
}

.no-margin {
  margin-bottom: 0px;
}

.contact-map {
    position: relative;
    width: 55%;
    background: url('https://www.anthonygell.co.uk/wp-content/uploads/2021/11/Map.jpg') no-repeat center center;
	background-size: auto 650px;
}

.curve-footer {
  height: 100%;
}

.curve-footer svg {
  width: 751px;
  height: 718px;
}

/*-- Footer Image --*/

#footer-image {
  width: 100%;
  height: 590px;
}

#quicklinks, 
#quicklinks-mobile {
display: flex;
flex-direction: column;
position: relative;
}

#quicklinks .search,
#quicklinks .social-icons, 
#quicklinks-mobile .social-icons {
float: left;
}

#quicklinks .social-icons .icons,
#quicklinks-mobile .social-icons .icons  {
width: 35px; 
height: 35px; 
position: relative;
}

#quicklinks .social-icons .icons svg,
#quicklinks-mobile .social-icons .icons svg  {
/*--fill: #B27E01; --*/ fill: #fff;
height: 20px;
width: 20px;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#quicklinks-mobile {
display: none;
}

.menu-top-menu-container {
float: left;
}

.searcharea {
position: relative; right: -2px;
}

.searcharea input {
height: 22px; width: 36px;
padding: 0px;
border: 0px;
position: absolute; 
top: 0px; left: 0px;
font-size: 16px;  font-weight: 800;
background: url(https://trust.stralphsherwinadmin.com/wp-content/themes/madebycoda/images/search.svg) no-repeat;
background-size: 19px auto;
background-position: center center;
}

.searcharea input:focus {
 padding: 10px 15px;
 width: 200px;
 outline: none; top: -15px; left: -170px;
 border-radius: 20px; height: 50px; position: absolute;
	background: #FFF; color: #333;
 }


.translate .popup-menu {
    padding: 10px; border-radius: 20px;
    width: 233px;
    background: #1e4667;
    z-index: 99999;
}

.no-js .translate  ul ul {
display: block;
}

.translate ul > li {
display: inline-block;
position: relative; margin: 0px; padding: 0px; left: -33px;
}

.translate ul > li li {
left: 17px;
width: 100%;
padding: 6px 0px;
}

.translate ul > li li a:link,
.translate ul > li li a:visited {
color: #FFF; text-decoration: none; font-weight: 800; padding: 6px 0px;
}

.translate ul ul {
text-align: left;
opacity: 0;
display: block;
/*--left: -999em;--*/
margin: 0;
position: absolute;
pointer-events: none;
transition: opacity 0.6s ease 0s;
left: auto;right: 30px; top: -14px;
}

.translate  li:hover > ul,
.translate  li.focus > ul {
opacity: 1;
pointer-events: auto;
transition: opacity 0.6s ease 0s;
}


.curve-1 {
    height: 700px;
    width: 700px;
    position: absolute;
    z-index: 8;
    bottom: 0px;
    left: 0px;
}

.curve-1 svg {
    position: absolute;
    height: 700px;
    width: 700px;
    bottom: 0px;
    right: 0px;
}

/*-- Right Navbar --*/

.right-nav {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 0 55px 0;
    width: 70px;
    background-color: #c19422;
    border-radius: 20px 0 0 20px;
}

.right-nav .quick-cont {
width: 40px; 
text-align: center;
}

.right-nav .quick-cont svg {
height: 19px; width: auto;
}

.right-nav .quick-cont .translate svg {
height: 30px;
}

.nav-icon-margin {
  margin-bottom: 3px;
}

 
.right-nav .quick-cont .translate svg {
width: 30px; height: auto; margin: 0px auto;

}

/*---------------------------------
Typography 
---------------------------------*/

h1, h2, h3, h4, h5 {
margin: 20px 0px; font-weight: 700; line-height: 1.5;
}

h1 {
display: inline-block;
margin: 0px;
font-size: 2.1em; line-height: 1.5; 
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

p, td, .entry-summary, #content li {
margin: 0px 0px 20px;
color: #595959;
}

blockquote { 
padding: 0px; margin: 0px 0px 20px;
font-style: italic; font-weight: 700;
}

blockquote p {
font-size: 1.3em; 
}

#content ul {
margin: 5px 0px 15px 0px;
}

#content p a:link,
#content p a:visited,
#content li a:link,
#content li a:visited,
#content td a:link,
#content td a:visited {
text-decoration: none; font-weight: 700;
border-bottom: 2px solid rgba(234, 234, 234, 0.65);
padding-bottom: 4px; margin-bottom: 15px; color: #333;
}

#content p a img:link {
border: none;
}

#content a:link {
overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
}

#content td a:link {
overflow-wrap: initial; word-wrap: initial; -ms-word-break: initial; word-break: initial; word-break: initial; -ms-hyphens: initial; -moz-hyphens: initial; -webkit-hyphens: initial; hyphens: initial;
}

#content td a:link,
#content td a:visited {
	border-bottom: none;
}


/*---------------------------------
Front Page
---------------------------------*/



/*---------------------------------
Footer 
--------------------------------*/

#site-footer {
  height: 500px;
}

#tag-line {
width: 100%;
background: #566B8D;
padding: 60px 0px;
text-align: center; 
font-size: 3em; line-height: 1.4; color: #FFF;
}

footer#site-footer {
background: #333; height: 0px;
display: table; width: 100%;
position: relative;
}


#map {
height: 850px; position: relative;
}

#map .marker {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#map .circle-marker {
background: #FFF url(https://staging-ladymannersschoolnew.kinsta.cloud/wp-content/uploads/2021/08/Map-Icon.jpg) no-repeat center center; 
background-size: 45px auto;
width: 70px; height: 70px; border-radius: 50%; float: left;
}

#map .circle-marker a:link,
#map .circle-marker a:visited {
width: 100%; height: 100%; display: table;
}

#map .get-direction {
float: right; position: relative; top: 15px; margin-left: 15px;
}

#map .get-direction a:link,
#map .get-direction a:visited {
background: #333;  color: #FFF; text-decoration: none; letter-spacing: 2px; font-size: 12px; text-transform: uppercase;
padding: 13px 20px; border-radius: 50px; font-weight: 800;
}


footer#site-footer .contact-details h2 {
 color: #FFF; padding: 0px; margin: 0px 0px 20px; line-height: 1; font-weight: 300; font-size: 1.7em;
}

footer#site-footer .contact-details, 
footer#site-footer .contact-details a,
footer#site-footer .contact-details p,
footer#site-footer .contact-details a:link,
footer#site-footer .contact-details a:visited {
color: #FFF; font-size: 1.05em; text-decoration: none; line-height: 1.7;
}

.info-container a:link,
.info-container a:visited {
color: #FFF; font-weight: 800;
}

footer#site-footer .contact-details .icons {
float: left; width: 30px;
}

footer#site-footer .contact-details .address-p {
float: right; width: calc(100% - 50px);
}

footer#site-footer .contact-details .row {
margin-bottom: 15px;
}

footer#site-footer .contact-details .row:last-child {
margin-bottom: 0px;
}

#footer-links {
background: #232323;
width: 100%;
padding: 20px 0px 20px;
}

#footer-links .footer-policies {
width: auto;
float: left;
}

#footer-links .footer-policies a:link,
#footer-links .footer-policies a:visited,
#footer-links .footer-policies p {
color: #FFF; 
font-size: 11.5px; 
letter-spacing: 2px; 
text-transform: uppercase; 
font-weight: 700; 
text-decoration: none; 
margin: 10px 0px;
}

#footer-links .sep {
color: rgba(255, 255, 255, 0.38);
margin: 0px 30px;
}

#footer-links .footer-details p,
#footer-links .footer-details a:link,
#footer-links .footer-details a:visited {
text-transform: none; letter-spacing: 0px; 
}

#footer-links .footer-details,
#footer-links .footer-details img {
width: 100px; height: auto;
float: right;
}

#accreditations {
text-align: center; margin-bottom: 50px;
}

#accreditations img {
height: 160px; width: auto; margin: 0px 20px;
}

/*---------------------------------
Transitions
---------------------------------*/

header#masthead,
body.smaller header#masthead,
body.smaller .logo,
.logo,
body.smaller .logo svg,
.logo svg,
nav#navigation ul li,
body.smaller nav#navigation ul li,
.searcharea input,
.searcharea input:focus,
nav#navigation li a:link,
nav#navigation li a:visited,
nav#navigation li:hover,
.header-menu,
body.smaller .header-menu,
#sidebar1 ul li a:link,
#sidebar1 ul li a:visited,
#sidebar1 ul li a:hover,
.entry-content a[href$=".pdf"]:hover,
.entry-content a[href$=".doc"]:hover,
.entry-content a[href$=".pdf"],
.entry-content a[href$=".doc"],
nav#navigation li ul.sub-menu li a:hover,
nav#navigation li ul.sub-menu li a:link,
#announcement,
body.smaller #announcement,
.button a:link, .button a:visited, .button a:hover,
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-],
body.smaller .vimeo-wrapper iframe, .vimeo-wrapper iframe,
body.smaller .vimeo-wrapper, .vimeo-wrapper,
#values a:link, #values a:visited, #values a:hover,
#quicklink .quick:hover, #quicklink .quick,
#quicklinks, body.smaller #quicklinks,
.toggled-on #inner-wrapper,
.toggled-on .logo,
#inner-wrapper,
.hero-button:hover,
.hero-button  {
-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
}

#announcement {
position: fixed;
width: 460px;
border-radius: 20px;
bottom: 30px;
left: 30px; font-weight: 700;
padding: 40px 30px 30px 30px;
text-align: center;
color: #FFF;
z-index: 999;
-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);
background: #b27e01;
}

#announcement a:link,
#announcement a:visited {
color: #FFF; text-decoration: none;
}

#announcement h2 {
font-size: 22px;
color: #FFF;
margin: 0px;
}

#announcement a span {
clear: both;
display: table;
text-align: center;
font-size: 1.1em;
width: 100%;
margin-top: 10px;
text-transform: uppercase;
}

.alert {
position: absolute;
top: -32px;
left: 40px;
background: #FFF;
border-radius: 200px;
color: #b27e01;
font-weight: 700;
font-size: 34px !important; line-height: 1.5;
padding: 4px 24px;
}

body.smaller #announcement {
bottom: -200px;
}

.hide {
display: none;
}
