/*  UCD Earth Institute 2019

4 Nov 2019
v 1.

T4 Media ID: 441688

T4 Media Library:
Institutes and Centres > Earth Institute 2018 required > earth-custom-2019.css

*/




/*  UCD BASE  2018 */

/*  Increase social media icon size */
.topbar-social ul li a span {
    font-size: 17px;
}


/*  Super Top Navigation: reduce padding */
.topbar-call ul li a {
    margin-right: 10px;
}



/*  Site Title Logo */
.mega-menu .menu-logo img {
    height: 80px !important;
}




@media screen and (max-width: 991px) {
	.mega-menu .menu-logo > li > a {
		padding-top:  0px;
	}
	
}

@media screen and (max-width: 991px) {
	.mega-menu .menu-logo > li {
		margin-top: -25px;
	}
}














 /*social-big-magazine*/

.social-big-magazine ul li { display: inline-block; padding: 10px; width: 82px; margin-bottom: 3px; text-align: center;  background: rgba(255, 255, 255, 0.1); }

.social-big-magazine ul li.facebook { background: #5d82d1; }

.social-big-magazine ul li.pinterest { background: #e13138; }

.social-big-magazine ul li.linkedin { background: #238cc8; }

.social-big-magazine ul li.youtube { background: #ef4e41; }

.social-big-magazine ul li.twitter { background: #40bff5; }

.social-big-magazine ul li.dribbble { background: #f7659c; }

.social-big-magazine ul li i { color: #ffffff; display: block; width: 30px; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.2); border-radius: 50%; margin: 0 auto;  }

.social-big-magazine ul li span { display: block; text-align: center; color: #ffffff; margin-top: 10px; font-size: 11px; }






 /*  HOMEPAGE: STYLING FOR CAROUSEL (ORIGINALLY IN BOOTSTRAP 3.3.7)        */
 #main-slider { overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; }
#main-slider .item img { width: 100%; }
#main-slider .item .slider-content { z-index: 0; opacity: 0; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; -ms-transition: opacity 500ms; transition: opacity 500ms; }
#main-slider .item.active .slider-content { z-index: 0; opacity: 1; -webkit-transition: opacity 100ms; -ms-transition: opacity 100ms; -moz-transition: opacity 100ms; -o-transition: opacity 100ms; transition: opacity 100ms; }
#main-slider .slider-content{ display: inline-block; left: 0; position: absolute; text-align: center; top: 65%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); width: 100%; z-index: 2; }

#main-slider .carousel-indicators { bottom: 100px; }

.carousel-indicators li{ width: 14px !important; height: 14px !important;  border: 2px solid #fff !important; margin: 1px !important; }

#main-slider .slider-content h3 { font-size: 36px; margin: 20px 0px 0px; font-weight: 600; line-height: 60px; text-transform: uppercase;  }

#main-slider .slider-content h1 { font-size: 50px; color: #fff; margin: 10px 0px 0px 10px; font-weight: 700; line-height: 80px; background: #84ba3f; width: max-content; }

#main-slider .slider-content p { background:#8D8D8D; width: max-content; color: white; padding: 10px; font-size: 14px; margin: 0px 0px 0px 10px; }


#main-slider .slider-content span { font-size: 18px; line-height: 20px; letter-spacing: 2px; font-weight: 600; display: block; }
#main-slider .slider-content .post-by img { width: 50px; height: 50px; display: inline-block; border-radius: 50%; margin-right: 15px; }

#main-slider .slider-content .slider-left { width: 60%; float: left; }
#main-slider .slider-content .slider-right { float: right; width: 30%; vertical-align: top; }

#main-slider .carousel-control.left,
#main-slider .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; }
#main-slider .carousel-control.left span { padding: 15px; }
#main-slider .carousel-control.right span { padding: 15px; }
#main-slider .carousel-control .fa-angle-left, 
#main-slider .carousel-control .fa-angle-right { position: absolute; top: 50%;  transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); z-index: 5; display: inline-block; }
#main-slider .carousel-control .fa-angle-left { left: 0px; }
#main-slider .carousel-control .fa-angle-right { right: 0px; }
#main-slider .carousel-control i { color: #fff; line-height: 36px; font-size: 32px; padding: 15px 20px; }

/*-- Animation --*/
.carousel .item.active .animated1 { -webkit-animation: lightSpeedIn 1s ease-in 200ms both; -o-animation: lightSpeedIn 1s ease-in 200ms both; -ms-animation: lightSpeedIn 1s ease-in 200ms both; -moz-animation: lightSpeedIn 1s ease-in 200ms both; animation: lightSpeedIn 1s ease-in 200ms both; }
.carousel .item.active .animated2 { -webkit-animation: bounceInRight 1s ease-in-out 500ms both; -o-animation: bounceInRight 1s ease-in-out 500ms both; -ms-animation: bounceInRight 1s ease-in-out 500ms both; -moz-animation: bounceInRight 1s ease-in-out 500ms both; animation: bounceInRight 1s ease-in-out 500ms both; }
.carousel .item.active .animated3 { -webkit-animation: bounceInLeft 1s ease-in-out 500ms both; -o-animation: bounceInLeft 1s ease-in-out 500ms both; -ms-animation: bounceInLeft 1s ease-in-out 500ms both; -moz-animation: bounceInLeft 1s ease-in-out 500ms both; animation: bounceInLeft 1s ease-in-out 500ms both; }
.carousel .item.active .animated4 { -webkit-animation: flipInX 1s ease-in 500ms both; -o-animation: flipInX 1s ease-in 500ms both; -ms-animation: flipInX 1s ease-in 500ms both;  -moz-animation: flipInX 1s ease-in 500ms both; animation: flipInX 1s ease-in 500ms both;}
.carousel .item.active .animated5 { -webkit-animation: bounceInLeft 1s ease-in-out 100ms both; -o-animation: bounceInLeft 1s ease-in-out 100ms both; -ms-animation: bounceInLeft 1s ease-in-out 100ms both; -moz-animation: bounceInLeft 1s ease-in-out 100ms both; animation: bounceInLeft 1s ease-in-out 100ms both; }
.carousel .item.active .animated6 { -webkit-animation: bounceIn 1s ease-in 500ms both; -o-animation: bounceIn 1s ease-in 500ms both; -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both; animation: bounceIn 1s ease-in 500ms both;  }
.carousel .item.active .animated7 { -webkit-animation: fadeInDown 0.7s ease-in 1000ms both; -o-animation: fadeInDown 0.7s ease-in 1000ms both;  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;  -ms-animation: fadeInDown 0.7s ease-in 1000ms both; animation: fadeInDown 0.7s ease-in 1000ms both; }
.carousel .item.active .animated8 { -webkit-animation: fadeInUp 0.7s ease-in 1000ms both; -o-animation: fadeInUp 0.7s ease-in 1000ms both;  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;  -ms-animation: fadeInUp 0.7s ease-in 1000ms both; animation: fadeInUp 0.7s ease-in 1000ms both; } 

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}






/*  Homepage:  Carousel Captions */

.caption-container  {
	max-width:  800px;
	background: rgba(0,0,0,.4);
	padding: 5px;
	
}


.caption-container .caption-heading h2 {
	color: white;
	padding: 15px 0px 0px 20px;
	font-weight: 600;
	font-size:  22px;
	text-transform: uppercase;
  
	
}


.caption-container .caption-subheading p {
	color: white;
	width: inherit !important;
	background: inherit !important;
	padding: 5px 0px 15px 0;	
	
}


@media(max-width:991px) {
	
	
	
	.caption-container  {
	max-width: 600px;
	}
	
	.caption-container .caption-heading h2 {
		font-size:  20px;
	}
	
	.scroll-down, .carousel-indicators, .topbar {
		display: none;
	}
	
}





 /*  HOMEPAGE: Reduce the spacing between the headings on rows    */

.section-title {
    margin-bottom: 20px;
}



/*  HOMEPAGE: Featured Researcher   */
.testimonial.bottom_pos .author-info {
    margin-left: 85px;
}








/*  Team Profiles (this may move to a different css ) */

.isotope-filters.keywords {
    display: table;
    margin: 0 0px;
    text-align: center;
}

.isotope-filters.text-left {
    margin: 0px 0;
}


.team {
	border: 1px solid #DBDBDB;
}

.team .team-info .person-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0;
    color: #84ba3f;
	text-transform: none;	
}

.team .team-info h5 {
	margin-bottom: 0px !important;
}

.team .team-info .school-name {
	Xcolor: red;
	display: block;
	text-transform: none;
}



.team .team-info .research-area,
.team .team-info .keywords

{
	Xcolor: red;
	display: block;
	text-transform: none;
}



/*  Team Profiles : Remove the Text Capitalisation */
.isotope-filters button {
    text-transform: inherit;

}

























/*  Main Navigation: Change colours */
	
.mega-menu.desktopTopFixed .menu-list-items {
	Xbackground: #84ba3f;
}

.mega-menu .menu-links > li > a {
	 Xcolor: #ff0000;
	Xcolor: inherit;
}
	

/*  Increase the spacing between top-level list items */
.mega-menu .menu-links > li > a {
    padding: 0 14px;
}


	
	
/*  Change links colours on sticky */
.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
   Xcolor: #000;
}




@media (max-width: 991px) {
	.header .mega-menu.mobileTopFixed .menu-list-items {
		background: #cccccc;
		min-height: 100px;  /*  keeps the black background fully behind the logo when scrolling */
	}
	
	
	.header.transparent {
		min-height: 100px;  /*  keeps the black background fully behind the logo when the page first loads */
	}

}







/*  Home: Single row for news and events*/

.home-category {
   
	margin-bottom: 10px;
}

.home-category .tag {
    background: #fff;
    color: #000;
    padding: 2px 10px;
}






/*  Our People: Hover icons*/
.social-icons li {
    margin: 0 0px 0px 0 !important;
}



/*  Our People:  Filter list */
.list.dropdown  button {
    border: 0px solid #ccc !important;
}







/*  Footer */

.footer.earthgreen-bg {
	background: #63685E;
}


.footer-widget {
    border-top: 1px solid #ccc;
}





/*  Footer */

.footer.ucdblue-bg {
	background: #00427a;
}


.footer-widget {
    border-top: 1px solid #ccc;
}










/*  Standard Blue Footer */
footer .col-sm-6 .col-sm-4 h4 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif
}


footer {
    clear: both;
    background-color: #00427a;
    padding: 30px 0;
    min-height: 350px;
    color: #fff;
}

footer .col-sm-6 img {
    margin: 30px 0 23px;
}

footer .col-sm-6 p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px;
}

footer .col-sm-6 .col-sm-4 {
    padding: 20px 15px;
}

footer .col-sm-6 .col-sm-4 h4 {
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    line-height: 31px;
	color: white;
}

footer .col-sm-6 .col-sm-4 ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

footer .col-sm-6 .col-sm-4 ul li a {
    font-size: 13px;
    line-height: 32px;
    text-decoration: underline;
    color: #fff;
}

footer .col-sm-6 .col-sm-4 ul li a:active,
footer .col-sm-6 .col-sm-4 ul li a:focus,
footer .col-sm-6 .col-sm-4 ul li a:hover {
    text-decoration: none;
}

footer .col-sm-6.right {
    padding-left: 13px;
}



@media (min-width:768px) and (max-width:1199px) {

    footer {
        width: 1170px!important;
        overflow-x: hidden;
    }
}















/* Custom Team*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}




/* INDIVIDUAL PANEL :: */


/*  Icon Sizes */
.isotope .grid-item .people-icons img {
    width: 30px !important;
	height: 30px !important;
}

.isotope .grid-item .people-icons-large img {
    width: 35px !important;
	height: 35px !important;
}

.isotope .grid-item .people-icons-medium img {
    width: 35px !important;
	height: 35px !important;
	padding: 0px 4px 4px 0px;
	float: left;
	
}




/*  Text Content in each panel  */
.team .team-info span {
    font-size: 12px;
    text-transform: none;
}


.team .team-description {
    padding: 5px 5px 5px 5px;
}




/*  Make BUTTONS (required by isotope) look like ordinary links */
.remove_button_css { 
  outline: none !important;
  padding: 2px 2px 2px 2px !important; 
  border: 0px !important; 
  box-sizing: none !important; 
  background-color: transparent !important; 
	display: inline;
	text-align: left;
	
}

.remove_button_css:focus,
.remove_button_css:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}


.isotope-filters .remove_button_css {
	margin: 0px !important;
	font-size: 11px !important;
}


.isotope-filters button.active, .isotope-filters button:hover {
    color: pink;
}
.research-areas .isotope-filters {
    margin: 0px 0px 5px 0px;
    text-align: center !important;
}


		/*  In panels, for Expertise keywords - reduce the font and add pipe */
		.small-button-text {
			font-size: 10px !important;	
		}

		.small-button-text::after { 
		  content: " |";
		  color: #e2e2e2;
		}

		.small-button-text:last-child:after { 
			content: ""; 
		}






/*  Modal */
.modal-content .modal-body img {
    width: 120px !important;
	height: 120px !important;
	margin-bottom: 30px !important;
}





/*  Projects */
.sbi-project-item .team {
	min-height: 460px;
}



.earth-project-title {
	min-height: 60px;
}



.sbi-project-item p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom:  .5rem;
}



/*  New Theme Icons */

	
.restheme-awesome-icon-grid {
	color: #00ace6;
    font-size: 25px;
}
	
.restheme-awesome-icon-large {
	color: #00ace6;
    font-size: 45px;
}



/*  Subpages: reduce the amount of padding under the title text */
.page-title {
    padding-bottom: 25px;
}

.page-section-ptb {
    padding: 40px 0 !important;
}



/*  General Content (added via wysiwyg) */



.ear-general-con h3 {
    color: #84ba3f;
}

.ear-general-con a {
    color: darkgreen;
    text-decoration: underline;
}

.ear-general-con ul {
    margin-left: 20px !important;
}


