/*
 Theme Name:   MUM - Child Online
 Theme URI:    https://mum.edu/mum-child-Online
 Description:  MUM Child Theme Online Site
 Template:     MUM
 Author:       Binesh Sah
*/

/* __________ HEADER STYLES __________ */

header .sticky-topnav ul.topbar-mainnav li a.sticky-logo {
    background-image: none;
}

/* DESKTOP */
@media screen and (min-width: 1024px) {
    header .welcome-content h2 {
        font-size: 2.4em;
    }

    header .welcome-container {
        border-right: none;
        padding: 5px 0 3px 2%;
    }

    header .topbar {
        background-image: none;
    }

    header .topbar-item-last {
        float: left;
        text-align: right;
        width: 100%;
    }

    header ul.topbar-mainnav li.searchform {
        width: 14%;
    }
}

/* TABLET */
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #sticky-menu{
    position: fixed;
  }
    header .logo {
        text-align: left;
        width: 220px;
        float: left;
        border-right: 1px solid #5a9330;
    }
    header .greenbar {
        padding: 13px 0 30px !important;
      }
    header .welcome-container {
        width: 100%;
        padding: 15px 0 3px 2% !important;
    }

    header .welcome-content {
        width: auto;
        display: block;
    }

    header .welcome-content h2 {
        font-size: 1.6em;
        padding-top: 2px;
    }

    header ul.nav li {
        text-align: center;
        float: none;
        display: table-cell!important;
    }

    header ul.nav li a {
        padding: 2px 5px;
        color: #8c8c8c;
        font-size: 11px;
        font-weight: 300;
        display: block;
    }
    footer .col.last{
      width: 100%!important;
    }
}

/* Mobile */
@media screen and (max-width: 639px) {
  #sticky-menu{
    position: fixed;
    background-color: #fff;
  }
    header .welcome-content h2 {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 100;
        color: #ccf3af;
        border-top: 1px solid #5a9136;
        padding-top: 7px;
        width: 90%;
        margin: 10px auto 0;
    }
    footer .col{
      width: 100% !important;
    }
    .container{
      position: initial;
    }
}

/* Hide request info */
.not-mobile {display: none;}

/* Hide CTAs */
.tablet-ctas {display: none;}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */


footer .col.last {
	width: 206px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	color: #333;
}

footer .logo {
	display: inline-block;
	margin-bottom: 10px;
	width: 69px;
	height: 69px;
	background: url('../media/logo-footer.png') no-repeat left top;
}

footer .col {
	float: left;
	width: 24%;
	border-left: 1px solid #f1eada;
	padding: 0;
}

footer .col a.box {
	display: block;
	padding: 15px 25px 15px 50px;
	margin: 0 0 10px 0;
	position: relative;
	text-decoration: none;
	color: #989896;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Lato',sans-serif;
	font-weight: normal;
	border-top: 4px solid #fcfaf1;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

footer .col a.box strong {
	font-family: 'Lato',sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

footer .col a.box strong.small {
	font-size: 14px;
}

footer .col a.box .icon {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px;
	top: 9px;
	background-image: url('../media/icons_footer_sprite.png');
	background-repeat: no-repeat;

	-webkit-transition: background .33s ease;
	-moz-transition: background .33s ease;
	-o-transition: background .33s ease;
	transition: background .33s ease;
}

footer .col a.box .icon.chat {
	background-position: left top;
}
footer .col a.box:hover .icon.chat {
	background-position: left -30px;
}

footer .col a.box .icon.visit {
	background-position: -80px top;
}
footer .col a.box:hover .icon.visit {
	background-position: -80px -30px;
}

footer .col a.box .icon.apply {
	background-position: -40px top;
}
footer .col a.box:hover .icon.apply {
	background-position: -40px -30px;
}

footer .col a.box .icon.accred {
	background-position: -120px top;
}
footer .col a.box:hover .icon.accred {
	background-position: -120px -30px;
}

footer .col a.box .icon.phone {
	background-position: -160px top;
}
footer .col a.box:hover .icon.phone {
	background-position: -160px -30px;
}

footer .col a.box .icon.location {
	background-position: -200px top;
}
footer .col a.box:hover .icon.location {
	background-position: -200px -30px;
}

footer .col a.box:hover .icon {
	-webkit-transition: background .33s ease;
	-moz-transition: background .33s ease;
	-o-transition: background .33s ease;
	transition: background .33s ease;
}

footer .col a.box:hover {
	background: #f6bd27;
	border-color: #f1a718;
	color: #fff;


	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

footer .col a.box:hover strong {
	color: #fff;
}

section.footer .container {
	padding: 20px 0;
	text-align: left;
	font-size: 14px;
	color: #999;
}

section.footer .copyright {
	float: right;
}

section.footer a,
section.footer a:visited {
	color: #999;
	text-decoration: none;
}

section.footer a:hover {
	color: #555;
}

.ratings-container {
    width: 108px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
    overflow: hidden;
    text-align: right;
}

a.hide-right {
  font-weight: 500;
  background-color: rgb(175,175,175);
  text-decoration: none;
  padding: 4px 8px 3px;
  color: #fff;
  line-height: 20px;
  margin-left: 1px;
  font-size: .75em;
  display: inline;
  width: 7px;
  margin-bottom: 2px;
  margin-top: 2px;
  border-radius: 32px;
}

a.hide-right:hover {
    background-color: rgba(125,125,125,1);
}

.follow-buttons {
    background: rgba(255,255,255,.55);
    padding: 4px 5px 5px;
    border-radius: 4px;
}

.follow-buttons h3 {
    margin: 5px 0 5px;
    text-align: right;
    font-size: 15px;
    color: #585858;
    line-height: 1;
}

a .social-button {
  display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96px;
    padding-right: 0;
    color: #fff;
    font-size: 16px;
    /* font-size: 1.6rem; */
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d0d0d0;
    -webkit-transition: background-color 0.175s ease-in-out;
    -moz-transition: background-color 0.175s ease-in-out;
    -o-transition: background-color 0.175s ease-in-out;
    transition: background-color 0.175s ease-in-out;
    margin-bottom: 1px;
    line-height: 25px;
    padding-bottom: 2px;
        opacity: .8;
}

a .social-button:hover, a .social-button:active {
opacity: 1;
}

a .social-button.facebook {
    background-color: #5073ab;
}

a .social-button.youtube {
    background-color: #d75f5f;
}

a .social-button.twitter {
    background-color: #4b8cb5;
}

a .social-button.instagram {
    background-color: #ad65a3;
}
