/*   
Theme Name: MESH Site 2024
Theme URI: https://meshatmurdoch.com/
Description: MESH's WordPress theme.
Author: Alyssa Schaper, Emily Bullock, Madison Campbell, Joshua Marin.
Author URI: https://meshatmurdoch.com/
Version: 1
*/ 



/* Styles which are applied across all sections and pages */

h2{
    font-size: 5vh;
}

h1, h2, h3{
    color: white;
/*     font-style: normal !important; */
}

@font-face {
    font-family: 'myFirstFont';
    src: url('F37Ginger/F37Ginger-Bold.otf'); /* Adjust the path to your font file */
}

.F37{
  font-family: 'myFirstFont';
} 
  
body{
    background-color: #0B1213;
}

.secondary-button-link{
    color: #16E9C6;
    font-style: italic;
}

.secondary-button-link:hover{
    color: #FF00A1;
    text-decoration: underline;
}

ul{
    color:white;
}



/* Navbar */

.navbar{
    background-color:#0b1213;
    z-index: 10;
}

nav .navbar-nav li a{
    color: white !important;
}

strong{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
}

a, .btn-lg{
    color: #1C2324;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
/*     font-size: 12pt; */
}

em{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12pt;
}

em a{
    color: #16E9C6;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12pt;
}

.footer-nav ul {
    list-style: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: #0B1213;
}

.navbar-nav .nav-link {
    font-family: "myFirstFont"; 
}

.navbar-dark .navbar-toggler {
    color: white;
    border-color: #0B1213;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-link:hover{
    color: #16E9C6 !important;
}
.dropdown-item:hover{
    background-color: #16E9C6;
}

.dropdown-toggle::after {
    display: none;
}

/* INDEX PAGE -------------------------------------------------------------------------------------*/

/* Header */
.global_image_rounded-corner{
	border-radius: 9999px;
}
.headerbg{
    background-image: url(images/index_header_image.jpg);
    background-size: cover;
    opacity: 100% !important;
    padding-top: 5%;
    padding-bottom: 5%;
    background-position: center center;
}

.header-text-background{
    background-color: #0b1213b6;
    padding:5%;
    top: 10%;
    border-radius: 25px;
    
}

h1{
    color:#ffffff;
    font-size: 7vw;
    font-weight: bold;
}

.header-line-spacing{
    margin-top: -2%;
}

header .btn-primary {
    font-size: 14pt;
}

.btn-primary {
    color: #0B1213;
    font-size: 12pt;
    background: linear-gradient(90deg, #D71D96, #16E9C6, #D71D96);
    background-size: 200%;
    border-radius: 100px;
    z-index: 1;
    border-width: 0px !important;
}
   
.btn-primary:hover {
    animation: animate 4s linear infinite;
    color:#0B1213
}
   
@keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
}
   
.btn-primary:hover:before {
    filter: blur(100px);
    opacity: 1;
    animation: animate 8s linear infinite;
}


/* the student experience */

.student-experience{
    background-color: #0B1213;
    margin-bottom: 10%;
    padding-top: 5%;
}

.img_studentexperience{
   width: 100%;
   margin-right: 5%;
   margin-top: 3%;
}

.student-experience-header{
    padding-bottom: 5%;
    padding-top: 8%;
}

.student-experience-text{
    margin-top: 5%;
}

.student-experience-cta{
    padding-top: 7%;
}



/* Behind the artist */

.bta-art-bg{
    background-image: url("../MESH_Website/images/hero-background.jpg"), url();
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    height: 100vw;
    max-height: 885px;
}

.bta-grey-bg{
    position: relative;
    max-height: 350px;
    top: 535px;
    background-color: rgba(11, 18, 19, 0.5);
    border-radius: 100px 100px 0px 0px;
    padding: 0px;
}

.bta-grey-bg h2{
    margin-top: -10px;
    padding-bottom: 25px;
}

.bta-grey-bg strong{
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.bta-grey-bg .col-md-12{
    padding-bottom: 10px;
}

.bta-raised-header{
    position: relative;
    top: -53px;
}

.bta-raised-text{
    position: relative;
    top: -60px;
}

ul.col-md-10.d-flex.justify-content-between.button-list {
    list-style: none;
}


/* Meet our academics */

.ip-title {
    padding-top: 7%;
    text-align: center;
}

.profile{
    text-align: center;
    background-image: linear-gradient(#D71D96 20%, #16E9C6 100%);
    border-radius: 50px;
    padding-bottom: 10px;
    margin: 50px 10px 10px 10px;
/*     height: 50vh; */
}

.profile img{
    border-radius: 50px 50px 0px 0px;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.profile-name{
    padding-left: 3%;
    padding-right: 3%;
}

.profile-pg{
    padding-left: 3%;
    padding-right: 3%;
}

.ip-text{
    padding-top: 50px;
}

.ip-cta{
    padding-bottom: 50px;
}



/* Footer */

.atc-bg{
    background: linear-gradient(90deg, #D71D96 0%, #34389F 50%, #16E9C6 100%);
    padding: 50px 0px 50px 0px;
}

.atc-bg a{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    text-decoration: underline;
}

.atc-bg a:hover{
    color: #0B1213;
}

.footer-mu-logo{
    width: 100%;
    height: auto;
    margin-top: 59px;
}

.footer-social-logo{
    width: 50px;
    height: 50px;
    margin-top: 25px;
}

.footer-social-margin{
    margin-right: 25px;
}

.footer-nav{
    padding-top: 25px !important;
}

.footer-nav li a strong{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14pt;
}

.footer-nav li a{
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
}

.footer-nav li{
    padding-bottom: 15px;
}

.footer-nav ul:not(:first-of-type){
    padding-left: 25px;
}

.footer-nav ul:first-of-type{
    padding-left: 0px !important;
} 

.footer-showcase{
    padding-right: 5vw;
}

.footer-consultancy{
    padding-right: 5vw;
}

.footer-community{
    padding-right: 5vw;
}


/* PAGE HEADER (USED ACROSS ALL MAIN PAGES) -------------------------------------------------------------------------------------*/

/* Header */

.light-bg{
    background-color: #1B1E27;
    padding-top: 10%;
    padding-bottom: 10%;
}

.dark-bg{
    background-color: #0B1213;
    padding-top: 3%;
    padding-bottom: 3%;
}

.page-header-bg {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 3%;
}

.header-img{
    width: 100%;
    border-radius: 50px;
}

.page-header-text{
    text-align: right;
}

.page-header-heading{
    font-size: 5vw;
}

.page-header-standfirst{
    font-size: 14pt;
}

.page-header-btn{
    margin-top: 3%;
}




/* COMMUNITY PAGE -------------------------------------------------------------------------------------*/

/* Graduate showcase */

#community-page h2{
    margin-bottom: 25px;
}

#community-page .showcase-title{
    margin-top: 50px;
}

#community-page .showcase-img{
    border-radius: 50px;
    background: linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) padding-box,
                linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) border-box;
    border-width: 0px 10px 10px 0px !important;
    border: 10px solid transparent;
    width: 100%;
    height: auto;
}



/* Mesh awards */

#community-page .awards-img-container {
    border-radius: 50px;
    border-width: 0px 0px 10px 10px !important;
    border: 10px solid transparent;
}



/* Latest news */

#community-page .news-title{
    padding-bottom: 50px;
}

#community-page h2:last-of-type{
    margin-bottom: 10px;
}

#community-page .news-img-1 {
    border-radius: 25px;
    height: 225px;
    width: 100%;
}

#community-page .news-img-2 {
    border-radius: 25px;
    height: 225px;
    width: 100%;
}

#community-page .news-img-3 {
    border-radius: 25px;
    height: 225px;
    width: 100%;
}

#community-page .news-text {
    padding-top: 12.5px;
    margin-bottom: 0px;
}

#community-page .newsletter-section{
    margin-top: -14%;
}

#community-page .newsletter-form{
    background: linear-gradient(to left, #8B3279 0%, #5A6585 100%);
    margin-left: -15px;
    padding: 0px 50px 0px 25px;
    border-radius: 0px 75px 75px 0px;
    width: 100%;
    height: 500px;
}

#community-page .newsletter-img{
    border-radius: 75px 0px 0px 75px;
    width: 100%;
    height: 500px;
    background-position: 75% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#community-page .newsletter-form h3{
    padding-top: 75px;
    margin: 0px;
}

#community-page .newsletter-form p{
    padding-top: 25px;
    margin-bottom: 0px;
}

#community-page .newsletter-form input{
    margin-top: 25px;
    padding: 15px;
    width: 100%;
    border-radius: 50px;
    border-width: 0px;
}


/* CONSULTANCY ---------------------------------------------------------------------------------------*/ 
.offer-casestudy-images {
    border-radius: 25px;
    margin-bottom: 8%;
    margin-top: 8%;
}

.could-mesh-assist-heading {
    margin-bottom: 3%;
}

.could-mesh-assist-img {
    border-radius: 25px;
    border-width: 0px 10px 10px 0px;
    border-style: solid;
    border-color: transparent;
}


/* POSTS -------------------------------------------------------------*/
.news-post-bg{
    background-color: transparent;
    border-color: transparent;
}

.post-images{
    width: 100%;
    height: 25vh;
    object-fit: cover;
    border-radius: 25px;
    margin-top: 4%;
}


/* PAGES ------------------------------------------------ */

.subpage-bg {
    background: url("images/small_header_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding-top: 5vh;
    padding-bottom: 2.5vh;
    margin-bottom: 2.5vh;
}

.subpage-bg h1{
    font-size: 5vw;
}

.tiktok-embed{
    width: 330px;
    border-radius: 50px;
    margin: 0px;
    background: linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) padding-box,
                linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) border-box;
    border-width: 0px 10px 10px 0px !important;
    border: 10px solid transparent;
}

.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
    padding: 0px;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	width: 100%;
	height: 45vw;
    border-radius: 50px;
    padding: 0px;
}

.center img{
    margin-left: 100px;
}

.center-text{
    text-align: center;
}

.rounded-corners img{
    border-radius: 50px;
}

.google-map{
    width: 40vw;
    height: 55vw;
    border-radius: 50px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px 25px 10px 25px;
    margin: 5px 0px 10px 0px;
    border-radius: 25px;
    border-width: 0px;
    width: 40vw;
}

.contact-form .wpcf7-submit{
    color: #0B1213;
    font-size: 12pt;
    background: linear-gradient(90deg, #D71D96, #16E9C6, #D71D96);
    background-size: 200%;
    border-radius: 100px;
    z-index: 1;
    border-width: 0px !important;
    width: 15vw;
    margin-left: 12.5vw;
    text-align: center;
}

.wp-block-post-template a,
.wp-block-buttons a{
    color: #0B1213 !important;
    font-size: 12pt;
    background: linear-gradient(90deg, #D71D96, #16E9C6, #D71D96);
    background-size: 200%;
    border-radius: 100px;
    z-index: 1;
    border-width: 0px !important;
    padding: 10px 25px 10px 25px;
    margin-top: 25px;
}

.contact-form .wpcf7-submit:hover,
.wp-block-post-template a:hover,
.wp-block-buttons a:hover,
.tnp-submit:hover{
    animation: animate 4s linear infinite;
    color:#0B1213
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name{
    margin: 0px !important;
    padding: 10px 25px 10px 25px !important;
    border-radius: 25px 0px 0px 25px !important;
    border-width: 0px !important;
    background-color: white !important;
}

.tnp-submit{
    background: linear-gradient(90deg, #D71D96, #16E9C6, #D71D96) !important;
    background-size: 200% !important;
    max-width: 125px !important;
    padding: 10px 25px 10px 25px !important;
    border-radius: 0px 25px 25px 0px !important;
    text-align: center !important;
    color: black !important;
    font-weight: 500 !important;
}

.gradient-border-right img{
    border-radius: 50px !important;
    margin: 0px !important;
    background: linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) padding-box,
                linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) border-box !important;
    padding: 0px 10px 10px 0px !important;
}

.gradient-border-left img{
    border-radius: 50px !important;
    margin: 0px !important;
    background: linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) padding-box,
                linear-gradient(to bottom, #D71D96 20%, #16E9C6 100%) border-box !important;
    padding: 0px 0px 10px 10px !important;
}

cite{
    color: white !important;
}

/* POSTS -------------------------------------------------*/

/* Small header */
.smallpage-bg {
    background: url("images/small_header_bg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 40vh; /*Viewport Height (vh) — This unit is based on the height of the viewport. A value of 1vh is equal to 1% of the viewport height. */
}

/*Comments.php*/

ul.rel-list {
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
}

.comment-area{
    padding-bottom:5%;
}

textarea#comment {
    width: 100%;
}

input#author {
    width: 50%;
}

input#email {
    width: 50%;
}

input#url {
    width: 50%;
}

#commentform #submit {
    color: #0B1213;
    font-size: 12pt;
    background: linear-gradient(90deg, #D71D96, #16E9C6, #D71D96);
    background-size: 200%;
    border-radius: 100px;
    border-width: 0px !important;
    cursor: pointer; /* Cursor on hover */
    padding: 10px;
    font-weight: 600;
}

#commentform #submit:hover {
    animation: animate 4s linear infinite;
    color:#0B1213
}
   
   
#commentform #submit:hover:before {
    filter: blur(100px);
    opacity: 1;
    animation: animate 8s linear infinite;
}


/*OVERIDE ALIGNMENT ISSUE IN THE FOOTER ---------------------------------*/
.footer-nav ul:not(:first-of-type) {
    padding-left: 1px;
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: .5em;
  color: white;
}
.wp-element-caption {
  color: white;
}
