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

/*---------------------------------
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 {
width: 100%;
position: fixed;
z-index: 2000;
}

.nav-main {
	height: 130px;
	padding: 0 60px;
	display: flex;
justify-content: space-between;
align-items: center;
}

body.smaller header#masthead {
}

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

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

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

.logo img,
.logo a:link,
.logo a:visited {
width: 100%; height: 100%;
}

.sub-menu {
	padding: 0 !important;
}

.arrow-down {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 7px;
	    top: -3px;
    position: relative;
}

/*-- Contact --*/

#contact {
	padding: 100px 0;
	width: 100%;
	background-color: #163561;
}

#contact .container {
width: 80%;
}

.contact-content-main h1 {
color: #fff;
	margin-bottom: 30px;
}

.contact-info {
	display: flex;
	justify-content: flex-start;
}

.contact-info p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 17px;
	color: #fff;
}

.contact-flex {
	display: flex; flex-direction: column;
	justify-content: space-between;width: calc(100% - 450px);
}

.three-main, .three-secondary {
	display: flex;
}

.three-main div {
	margin-right: 10px;
}

.contact-content-main {
display: flex; flex-direction: row;justify-content: space-between;    align-items: center;
}

.contact-info svg {
margin-top: 7px;
}



.contact-right-logo {
	position: relative;
	z-index: 999;
	width: 360px;
}

.contact-right-logo a {
	text-decoration: none;
}

.contact-right-logo svg {
height: 130px;
}

.contact-right-logo img {
    height: 65px; width: auto;
}

.info-one {
	margin-right: 10px;
}

.info-two {
	margin-right: 100px;
}

.three-secondary a {
	margin-right: 30px;
}

#last-section {
	background-color: #2d2d2d;
	padding: 40px 0px;
	position: relative;
}

#last-section .container {
	width: 80%;
}

.last-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 10;
}

.last-top a {
	text-decoration: none;
}

.last-top a p {
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	margin-bottom: 0;
}

.last-divider {
	width: 2px;
	height: 18px;
	background-color: #5f5f5f;
	margin: 0 30px;
}

/*-- Footer Image --*/

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

.footer-wheel {
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.footer-wheel img {
	max-height: 500px;
}


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


/*-- 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;

}


/*— Drop Down Quicklinks */

ul.quicklinks {
margin: 0px; padding: 0px; list-style-type: none;
}

ul.quicklinks > li {
display: inline-block;
position: relative;
}

ul.quicklinks a {
display: block;
outline-offset: 0px;
}

ul.quicklinks ul {
text-align: left;
opacity: 0;
display: block;
/*--left: -999em;--*/
margin: 0;
position: absolute;
pointer-events: none;
transition: opacity 0.6s ease 0s;
left: 20px;
right: auto;
z-index: 9;
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
list-style: none;
background: #333;
border-radius: 10px; padding: 10px 0px;
width: 200px;
}

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

ul.quicklinks ul li {
margin: 0px; 
padding: 0px;
position: relative;
width: 100%; margin: 0px; position: static;
}

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

ul.quicklinks ul li a:link,
ul.quicklinks ul li a:visited {
font-size: 11px; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; color: #FFF; padding: 10px 0px;
}


/*— Search -*/

 .search {

}

 .searcharea {
top: 10px;
left: 10px;
position: relative;
}

.searcharea input {
height: 43px;
width: 43px;
border-radius: 51px;
padding: 0px;
border: 0px;
position: relative; 
top: -10px; left: -10px;
font-size: 16px; color: #333; font-weight: 800;
background: url(https://stteresacalcuttaadmin.com/wp-content/themes/madebycoda-admin/images/search.svg) no-repeat;
background-size: 22px auto;
background-position: center center; font-size: 14px; color: transparent;
}

.searcharea input:focus {
 padding: 3px 15px;
background: #FFF;
 width: 200px;
 outline: none; top: -10px; left: 0px;
 border-radius: 60px; height: 43px; color: #333;
 }


/*— Translate -*/


ul.translate {
margin: 0px; padding: 0px; list-style: none; margin-right: 17px; margin-left: 17px; margin-top: 4px;
}

ul.translate .popup-menu {
    padding: 10px;
    width: 183px;
}

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


ul.translate > li {
display: inline-block;
position: relative;
}

ul.translate 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: 0px; top: -14px;
}

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


/*---------------------------------
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;
}

.netsposts-items {
columns: 2;
}

.netsposts-excerpt {
color: #595959 !important;
font-size: 16px !important; 
margin-top: 10px !important;
}

.netsposts-excerpt a:link, .netsposts-excerpt a:visited {
font-weight: 700 !important;
    border-bottom: 2px solid rgba(234, 234, 234, 0.65);
    padding-bottom: 4px !important;
}

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-popup {
padding: 0px !important;
}

#announcement-popup .annoucement-detail {
float: left;
}

#announcement-popup .message-box .left {
padding: 30px;
width: calc( 100% - 300px);
}

#announcement-popup .right {
height: 100%;
    right: 0;
    width: 300px;
}

#announcement-popup img {
width: 300px; height: auto;
float: right;
height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

#announcement-popup h3,
#announcement-popup p {
color: #FFF;
}

#announcement-popup a:link,
#announcement-popup a:visited {
padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #FFF; font-size: 11px;
background: #FFF;
    display: block;
    width: auto;
    width: 180px;margin: 0px auto;
}

#announcement-popup button {
background: #FFF;
    border-radius: 30px;
    right: 5px;
    top: 5px;
}