/*
 Theme Name:   Avada Child
 Theme URI:    http://example.com/avada-child/
 Description:  Avatar Child Theme
 Author:       Craxh Production
 Author URI:   http://example.com
 Template:     Avada
 Version:      1.0.88

 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Avadachild
*/

.fusion-header-v4 .fusion-header {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/* Basic */ 
html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.fontsize {
    display: inline-block;
    margin-right: 8px;
}

.fontsize a {
    margin: 0 2px;
    color: white;
}

.fontsize .fontsmall {
    font-size: 13px;
}

.fontsize .fontmedium {
    font-size: 16px;
}

.fontsize .fontlarge {
    font-size: 19px;
}

.mobile-menu__setingfontsize .fontsmall {
    font-size: 13px;
}

.mobile-menu__setingfontsize .fontmedium {
    font-size: 16px;
}

.mobile-menu__setingfontsize .fontlarge {
    font-size: 19px;
}

.langswitch {
    display: inline-block;
    margin-right: 8px;
}

.langswitch .wpml-ls-legacy-list-horizontal{
    display: inline-block;
    margin-left: -5px;
}

.langswitch .wpml-ls-legacy-list-horizontal .wpml-ls-display {
    display: none;
}

.langswitch .wpml-ls-current-language a span {
    color: white;
    font-weight: 700;
}

.langswitch .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

.langswitch .wpml-ls-legacy-list-horizontal a {
    padding: 0 6px;
    line-height: 1.2 !important;
    font: 16px;
    color: white;
}


.langswitch .wpml-ls-legacy-list-horizontal li {
    border-right: 1px solid #d0d0d0;
    top: -2px;
    position: relative;
}

.langswitch .wpml-ls-legacy-list-horizontal li:last-child {
    border-right: none;
}

.topsearch {
    display: inline-block;
}

.topsearch a {
    display: inline-block;
    color: white;
    cursor: pointer;
}


.topsearch a:hover {
    color: grey;
}

.topsearch__form {
    position: absolute;
    right: 10px;
    top: 45px;
}

header {
    border-bottom: 1px solid #e8e8e8;
}

.fusion-image-hovers .hover-type-zoomin {
    pointer-events: auto !important;
}
 

.fusion-sticky-logo {
    width: 200px !important;
    height: auto;
}

.fusion-is-sticky .fusion-secondary-header {
    position: fixed; 

}

.fusion-is-sticky .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul {
    max-height: inherit !important;
}

.fusion-menu .sub-menu {
    padding-top: 0;
}

.fusion-menu .sub-menu li a:hover{
    color:#002c55 !important;
}

.fusion-menu .sub-menu .current-menu-item a:hover {
    color:#002c55 !important;
} 

.fusion-top-header .fusion-header {
    padding: 0;
    z-index: 300;
    position: relative;
}

.tfs-slider .slide-content-container .slide-content {
    float: left;   
}

.main-flex .flex-next, .main-flex .flex-prev, .wooslider .wooslider-next, .wooslider .wooslider-prev {
    background-color: white !important;
}

.flex-direction-nav a:hover {
    color: #fff !important;
    background-color: #002c55 !important;
}

.office-header--top {
    background-color: #002c55;
    top: 0;
    display: block;
    height: 30px;
}

.office-header__row {
    display: flex;
    position: relative;
}

.office-header__umlogo {
    position: absolute;
    width: 250px;
    height: 90px;
    display: block;
    left: 20px;
}

.office-header__lang {
    color: white;
    position: absolute;
    right: 10px;
    top: -2px;
}

.office-header__lang span {
    font-weight: lighter;
}

.office-hero__slide {
    position: relative;
    cursor: pointer;
}

.office-hero__slide .slide-content-container { 
    top: initial;
    bottom: 0;
    transform: inherit;
    background-color: #0000007a;
    padding: 0.5rem 0 2.5rem;
}


.office-hero__slide .slide-content-container .slide-content {
    float: none;
}

.office-hero__slide .flex-control-nav {
    bottom: 0!important;
}

.office-hero__slide .slide-content-container .slide-content .caption {
    padding-bottom: 2rem;
}

.office-hero__slide h2 {
    font-size: 2rem !important;
    color: white;
    font-weight: 700 !important;
    padding: 10px 0 !important;
    line-height: 1.4 !important;
}

.office-hero__slide h3 {
    font-size: 1rem !important;
    color: white;
    transition: 0.5s;
}

.office-hero__slide .background {
    transition: 0.5s;
}

.office-hero__slide:hover .background {
    transform: scale(1.1);
}

.office-hero__flex {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.office-hero__wrapper {
    padding: 4rem;
}

.office-hero__title {
    font-size: 2rem;
    color: white;
    font-weight: 700;
    padding: 10px 0;
    line-height: 1.4;
}

.office-hero__mask  {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    height: 100%;
    background:  linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,0) 70.71%);;
}

.office-hero__more {
    font-size: 1rem;
    color: white;
    transition: 0.5s;;
}

.office-hero__img {
    width: 100%;
    transition: 0.5s;
}

.office-hero__slide:hover .office-hero__img{
    transform: scale(1.1);
}

.office-hero__slide:hover .office-hero__more {
   padding-left: 1rem;
}

.fusion-logo img {
    height: 70px;
}

.office-header {
    font-weight: 700;
}

.office-header h2.title-heading-left {
    padding-right: 15px;
}

.office-header h2  {
    font-weight: 700 !important;
}

.fusion-icon-search:before {
    content: '\f002';
}

.fusion-icon-bars:before {
    content: '\f0c9';
}

.office-home__main {
    margin-top: -60px;
}

.office-home__aboutrow .fusion-row {
    display: flex;
    align-items: flex-end; 
}

.mobile-menu__setting {
    display: none;
}
.office-home__img img {
    width: 100%;
}

.office-home__newslist  {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.office-home__newslist .fusion-column {
    min-height: 200px;
    margin-bottom: 20px !important;
}


.office-home__eventlist article  {
    margin: 20px 0 !important;
    padding: 10px 0;
}


.office-home__newslist .image {
    overflow: hidden;
}

.office-home__newslist .fusion-post-slideshow {
    width: 250px !important;
}

.office-home__newslist .post-content h2 {
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.office-home__newslist .fusion-single-line-meta {
    margin-bottom: 5px;
}

.office-home__newslist  .fusion-post-content-container {
    margin-top: 5px !important;
}
.office-home__newslist .fusion-post-medium {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.office-home__newslist img {
    margin-right: 0 !important;
    transition: 0.5s;
}

.office-home__newslist article:hover img {
    transform: scale(1.05);
}

.office-home__newslist .fusion-date-and-formats { 
    display: none !important;
}

.office-home__newslist .columns .column .floated-slideshow img {
    width: 250px !important;
}

.office-home__newslist .columns .column h4 {
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.office-home__newslist .columns .flexslider {
    width: auto !important;
}

.office-home__newsdate {
    font-weight: 700;
    margin-bottom: 1rem;
}

.office-home__newslist .fusion-column:hover img{
    transform: scale(1.1);
}

.office-events__list .columns .column h2 {
    font-size: 16px !important;
    line-height: 1.25 !important;
}

.office-events__list article {
    margin-bottom: 30px !important;
}

.office-events__list h2 a {
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.office-events__list .columns .column {
    margin-bottom: 30px !important;
}

.office-research__list .heading {
    text-align: left !important;
}

.office-research__list .heading h3{
   margin-top: 20px !important;
}

.office-research__list .image img {
    width: 100%;
    transition: 0.5s;;
    margin-bottom: 0 !important;
}
.office-research__list .image {
    overflow: hidden;
}

.office-research__list .heading:hover img {
    transform: scale(1.1);
}

.office-programmes__btn {
    width: 100%;
    margin-bottom: 30px;
}

.office-btn__programmesmore {
    margin-top: 10px;
}

.office-events__cat {
    width: 100%;
}

.office-events__title {
    width: 100%;
    margin-bottom: 5px !important;
}


.office-events__title h3 {
    font-size: 20px;
}

.post-content p {
    text-align: justify;
}

/* People Page */

.office-people__table  {
    width: 100%;
}

.office-peope__header .title-sep.sep-single{
    border-color: #002c55;
}

.office-people__wrapper {
    margin-bottom: 80px;
    margin-top: 40px;
}

.office-people__table thead {
    color: #002c55 !important;
    border-bottom: 1px solid #002c55;
    text-align: left;
    padding: 5px 3px!important;
    font-size: 20px!important
}


.office-people__table th {
    color: #002c55 !important;
    border-bottom: 1px solid #002c55;
    text-align: left;
    padding: 5px 3px!important;
    font-size: 1em!important;
    font-weight: 700;
}

.office-people__table thead tr{
    border-bottom: 1px solid #002c55!important;

}

.office-people__table tr {
    border-bottom: 1px solid #e6e6e6;
}

.office-people__table tr td {
    padding: 3px 3px!important;
    font-size: 15px!important;
}

.office-people__table thead tr td{
    font-size: 16px!important;
    font-weight: 700;
}

.office-people__table tr{
    transition: 0.5s ;
}
.office-people__table tr:hover{
    background-color: #e2e2e2;
}

/*
    Typography
*/

h1 {
}

h1 p {
    font-size: 56px !important;
    margin-top: 0 !important;
}

.fusion-title .title-sep.sep-single {
    border-bottom-width: 3px !important;
}

.fusion-page-title-bar {
    height: auto !important;
}
/*

.um-home__eventswrapper {
   border-right: 20px solid #005f96;
}
*/


.fullwidth-box.video-background {
    position: relative;
    height: 100vh!important;
}

.fusion-breadcrumbs span:nth-last-child(2) {
    display: none;
}

.breadcrumb-leaf {
    display: none !important;
}

.category-people .entry-title {
    display: none !important;
}

.office__info .fusion-column{
    margin-bottom: 20px !important;
}

.office__info {
    margin-top: 30px;
    margin-bottom: 10px;
    background: #f3f3f3;
    padding: 1rem 1rem;
    margin: 0 !important;
    font-size: 13px;
}


/* Footer */

.um-footer {
    font-size: 0.9em;
}

.um-footer .contact_info i{
    margin-right: 5px;
}

.um-footer .contact_info p {
    display: flex;
    margin-bottom: 10px!important;
}

.um-footer .contact_info span{
    min-width:110px;
    display: inline-block;
    cursor: pointer;
}

.um-footer .menu li:last-child a::after {
    display: none !important;
}

.um-footer .menu li a {
    font-size: 1em;
    font-weight: 700;
}

.um-footer .menu li {
    border-bottom:  0;
    padding: 5px 0;
}

.fusion-footer-widget-area a {
    display: inline-block;
}

.office-footer__social a{
    font-size: 1.8em;
    margin-right: 1rem;
}

.um-footer__logotxt {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
}

.fusion-social-links-footer {
    display: none !important;
}

.office-header__top {

}
/* Faculty Home Page */

.office-home__newslist h2 a {
    font-size: 1em !important;
}

.office-home__eventlist h2 {
    font-size: 1em !important;
}

.office-home__newslist article {
    margin-bottom: 30px !important;
}

.office-home__eventlist h2 a {
    font-size: 1em !important;
}

.office-home__eventlist .fusion-date-and-formats {
    display: none;
}


.office-home__eventlist .fusion-date-and-formats .fusion-date:after {
    content: "-";
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.office-home__eventlist .fusion-post-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.office-home__eventlist .fusion-single-line-meta {
    background: #edf2f4;
    color: #073259;
    display: inline-block;
    padding: 0.5rem 1rem;
    min-width: 140px;
    text-align: center;
    font-size: 1em;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 700;
}

.office-home__eventitem {
    display: block;
    margin: 1rem 0;
}

.office-home__eventlist .fusion-format-box {
    display: none !important;
}


.office-home__eventtitle{
    font-size: 1.1em !important;
    font-weight: 600;
    margin-bottom: .2em;
}

.office-home__eventdate{
    font-size: 0.9em !important;
}

.fusion-page-title-wrapper {
    flex-wrap: wrap-reverse;
    padding: 2rem 0;
    height: auto !important;
}

.fusion-page-title-wrapper .fusion-page-title-captions {
    flex: 1 0 100%;
}

.fusion-page-title-wrapper .fusion-page-title-secondary {
    flex: 1 0 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.um-archive__posttitle h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.fusion-post-medium:hover img {
    transform: scale(1.05);
}
.um-archive__date {
    margin-bottom: 1rem;
    color: #969696;
}

.um-archive__postyear {
    font-size: 42px;
    color: #002c55;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1rem;
    line-height: 1;
}
.um-archive__posttitle h5:hover {
    color: #002c55 !important;
}

.um-archive__monthlist {
    display: inline-block;
    flex: 1 0 10%;
}
.um-archive__header {
    padding-bottom: 0;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
}

.um-archive__monthlist ul {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    padding-left: 0;
    border-bottom: 1px solid #005F96;
}

.um-archive__monthlist ul li {
    display: inline-block;
    padding-right: 15px;
}

.um-archive__monthlist ul li a {
    color: #969696;
    font-weight: 700;
}

.um-archive__monthlist ul li a:hover {
    color: #005F96;
}

.um-single__galleryitem img{
    width: 100%;
}


.um-single__galleryitem p{
    font-size: 0.9em;
    text-align: center;
    color: #969696;
}


.single .fusion-page-title-bar {
    background: transparent;
    height: auto;
}

.single .fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 1.9em;
}

.fusion-rollover {
    opacity: 0!important
}


.fusion-post-medium .flexslider .slides img{
   transition: 0.5s;
}


.fusion-post-medium .flexslider .slides img:hover{
    transform: scale(1.1);
}

.um-sidebar__yearlist ul {
    padding-left: 0;
    padding-top: 0;
}

.um-sidebar__yearlist ul li {
    display: inline-block !important;
    width: 20%;
}

.fusion-sidebar-right .widget-title {
    color: #002c55 !important;
    font-weight: 700;
    margin-top: 0;
}

.um-sidebar__yearlist ul li a{
    color: #969696 !important;
}


.um-sidebar__yearlist ul li a:hover {
    color: #005F96 !important;
}


.fusion-post-medium {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 40px!important;
}


.fusion-footer-widget-column img {
     width: 200px;
}

.fusion-footer-widget-area .widget-title {
    margin: 0 0 5px!important;
    text-transform: none !important;
    font-size: 1em !important;
}

#menu-footer-menu-sidebar li{
    margin: 1.3rem 0 !important;
    display: block!important;
}
#menu-footer-menu-sidebar li a{
     border: 1px solid white !important;
     padding: 0.6rem 2rem !important;
     text-align: center !important;
     font-size: 1em !important;
     color: #fff!important;
     font-weight: 700 !important;
     transition: 0.5s;
}


.fusion-footer footer .fusion-columns .fusion-column {
    margin: 0 0 30px;
}

#menu-footer-menu-sidebar li a::after{
    display: none !important;
}

#menu-footer-menu-sidebar li a:hover{
    background-color: white !important;
    color: #002c55!important;
}

.fusion-footer-widget-column {
    margin-bottom: 20px !important;
}

.fusion-footer-widget-area .widget li a:before {
    display: none !important;
}


.fusion-footer-widget-column h4 {
    margin-bottom: 20px !important;
}



.um-footer__subscribe {
    text-align: center;
    padding: 4rem 0 ;
    background-color: #005f96;
}

.um-footer__flex {
    display: flex;
    padding: 2rem 0 1rem;
    align-items: center;
    justify-content: center;
}


.um-footer__social {
    text-align: left;
}

.um-footer__socialicon {
    width: 23%;
    display: inline-block;
    font-size: 22px;
    text-align: left;  
    color: #8fa7b5; 
    transition: 0.5s;
}


.um-footer__socialicon:hover {
    color: #fff; 
}

.um-footer__social img {
    max-width: 400px;
}

.fusion-social-links-footer {
    display: none !important;
}

.error-page .fusion-error-page-search {
    margin-bottom: 100px !important;
}

.fs-0 {
    font-size: 1rem;
}

.fs-1 {
    font-size: 1.2rem;
}

.fs-2 {
    font-size: 1.4rem;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .fusion-blog-layout-medium-alternate .fusion-post-content {
        -webkit-box-flex: 1;
        flex: 1 !important;
        width: 100%;
        margin-top: 0 !important; 
        padding-top: 0 !important; 
    }
}

@media (max-width: 800px) {

    .office-header--top {
        display: none;
    }

    .col-sm-8 {
        width: 100%;
        float: none;
    }

    .fusion-title h2 {
        font-size: 1.6em !important;
    }
    
    .fusion-title h3 {
        font-size: 1.4em !important;
    }

    .office-header__umlogo {
        width: 70px;
        height: 70px;
        display: block;
        left: 2px;
    }

    .office-people__wrapper {
        overflow-x: scroll;
    }

    .office-people__table thead tr, .office-people__table tbody tr {
        white-space: nowrap;
    }

    .office-people__table thead tr td, .office-people__table tbody tr td {
        padding: 3px 12px!important;
    }
    

    .fusion-logo a {
        margin-top: 2px !important;
    }
    .fusion-header {
        padding: 0 10px !important;
        border-bottom: 1px solid #002c55 !important;
    }
    
    .office-header__lang {
        display: none;
    }

    .fusion-secondary-main-menu {
        background-color:  #f1f1f1 !important;
    }

    .fusion-mobile-menu-icons a {
        font-size: 24px;
        margin-top: 30px;
    }

    .fusion-mobile-menu--setting i {
        position: relative;
        top: -10px;
    }

    .office-hero__slide h2 {
        font-size: 1.4rem !important;
        padding: 10px 0 !important;
        line-height: 1.4 !important;
    }

    .office-home__main .fusion-layout-column {
        padding: 0 15px;
    }

    .office-home__hero .fusion-layout-column{
        padding: 0;
    }  

    .office-home__content {
        padding: 15px !important;
    }

    .searchform .fusion-search-form-content {
        top: -6px !important;
    }

    .tfs-slider .slide-content-container .caption {
        display: none;
    }

    .mobile-menu__setting {
        padding: 10px 30px;
        background: #f1f1f1;
        flex: 1 1 100%;
        font-size: 0.8em;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        bottom: -54px;
        align-items: center;
    }
    
    .mobile-menu__setingfontsize {
        display: inline-block;
    }

    .mobile-menu__setingfontsize a{
        display: inline-block;
        padding: 0 2px;
        font-size: 12px;
    }

    .mobile-menu__settingright a {
        display: inline-block;
        padding: 0 2px;
        font-size: 12px;
    }

    .fusion-mobile-nav-holder {
        flex-wrap: wrap-reverse;
    }

    .fusion-menu {
        flex: 1 1 100%;
    }

    .fusion-logo img {
        height: 65px;
    }

    .office-home__newslist .fusion-post-slideshow {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .office-home__eventlist .post-content {
        flex: inherit  !important;
        padding-top: 0 !important;
    }

    .office-home__eventlist article {
        flex-wrap: nowrap !important;
    }


    .office-home__eventlist .fusion-post-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .office-home__eventlist .fusion-single-line-meta {
        font-size: 0.9em;
        padding: 0.3rem 0.5rem;
        min-width: 120px;
        margin-top: 5px;
    }

    .office-header h2.title-heading-left {
        font-size: 32px !important;
    }

    .office-hero__slide .slide-content-container {         
        padding: 1rem 0 1.2rem !important;
    }
    
    .fusion-page-title-bar .fusion-page-title-row h1 {
        font-size: 1.7em !important;
    }

    .office-hero__slide .flex-control-nav {
        bottom: -5px!important;
    }

    .fusion-page-title-bar {
        padding: 5px 15px !important;
    }

    #main {
        padding: 15px !important;
    }

    .home #main {
        padding: 15px 0 !important;
    }
    
    .home .fusion-body .fusion-layout-column {
        padding: 15px 0 !important;
    }

    .um-footer .menu li {
        padding: 5px 15px 0 0;
        display: inline-block;
    }

    .fusion-secondary-main-menu .fusion-mobile-menu-search {
        margin: 20px 0 5px;
    }

    .office-hero__slide {
        height: auto!important;
        max-height: inherit!important;
    }
    
    .office-hero__slide .flexslider {
        height: auto!important;
        max-height: inherit!important;
    }

    .office-hero__slide .slides li {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .office-hero__slide .slide-content-container {
        position: relative;
        background: #002c55;
    }


    .office-hero__slide .slide-content-container h2, .office-hero__slide .slide-content-container h3 {
        color: white !important;
        padding: 0 !important;
        margin-top: -20px !important;
    }
    
    .office-hero__slide .fusion-title {
        margin-top: 0 !important;
    }

}