

#main .elementor-section {
	padding: 0vw 4vw;
}

.elementor-element-d26f320 .elementor-container {
/* 	margin: 0px 3vw; */
}

.elementor-element-d26f320 {
/* 	padding: 0px 0vw; */
}

.unclickable > a {
pointer-events: none;
}

a:hover {
	text-decoration: underline;
}

.elementor-button:hover {
	text-decoration: none;
}

/*NAVIGATION BAR-- Ensure nav bar remains usable when hovering over items on the Fun Stuff and landing pages*/
/* .ct-header, .ct-panel {
	z-index: 2; OK TO DELETE
} */

#publicationItems {
	z-index: 1;
}


/*.post.small*/
/* .premium-blog-entry-title a {
   pointer-events: none;
   cursor: default;
} */


/* #premium-carousel-6ecc154 a {
	z-index: 1;
} OK TO DELETE */

/* #fancyText span {
	min-height: 2em;
} */

/*Landing Page -- add spacing on arrows in carousel 
.elementor-element-c3c4a7e, .elementor-element-814c36b {
    padding: 1em;
}
 */

/* LANDING PAGE-- set height for fancy text */
.eael-fancy-text-container.style-1 {
	height: 130px;
	/* 		height: 90px; */
}

/*LANDING PAGE: Featured Research -- fix height for carousel items, prevent carousel arrows from underlining on hover, change color of research title on hover */
.featuredResearchCarousel .elementor-element-populated {
	display:block;
	width:100%;
	height:400px;
}

.featuredResearchCarousel .carousel-arrow:hover {
	text-decoration: none;
}

.carouselTitle h3 a:hover {
	color: #177999 !important;
}

.featuredResearchCarousel .elementor-section {
	padding-left: 30px;
	padding-right: 30px;
}

.featuredResearchCarousel .slick-list {
	border-radius: 10px;
}


/* LANDING, PUBLICATION, NEWS PAGES: Post Groups Styling-- match Twitter feed, current page does not change color on hover */
.premium-modal-trigger-container {
	height: 30%;
}
.premium-modal-trigger-container img:first-of-type {
	object-fit: cover;
}
.gallery-icon img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.premium-blog-post-outer-container:first-of-type .premium-blog-post-container {
    border-radius: 10px 10px 0px 0px;
}

.premium-blog-post-outer-container:last-of-type .premium-blog-post-container {
    border-radius: 0px 0px 10px 10px;
    border-bottom: 0px;
}

.premium-blog-list {
		border: 1px solid #CDD7DE;
    border-radius: 10px;
}

.premium-blog-thumbnail-container img {
    height: 100%;
    padding-left: 20px;
}

.premium-blog-pagination-container {
    margin-top: 5px;
}

/* .premium-blog-pagination-container .current {
	color: #F5F5F5;
	background-color: #113454;
} */

#newsMain .premium-blog-thumb-effect-wrapper {
	background-color: white;
}

.premium-blog-content-wrapper p {
	margin-bottom: 0px;
}

/* LANDING PAGE: Recent publications list (dark bg w/ featured research) -- override twitter styling; delete if not using this section */
#recentPublicationsBlog .premium-blog-list {
		border: 0px;
}

/* #recentPublicationsBlog .premium-blog-pagination-container .current {
	background-color: #1CF3F6;
	color: #111518;
} */

/*LANDING PAGE: Fellowships & Awards, Fellowship Posts -- round profile images */
#landingNews img, .roundedImage img {
	border-radius: 10px;
}


/* FOOTER-- Social Icons sizes, padding to align with logo in nav bar */
img.wp-image-2600, img.wp-image-2601 {
	height: 150px;
	width: 150px;
}


/* MEMBERS, RESOURCES PAGES-- change background color of cards on hover */
#currentMembersItems .eael-gallery-grid-item:hover .caption-style-card, #currentMembersItems .control:hover, #videosItems .premium-gallery-item:hover .premium-gallery-caption, #resourceItems .premium-gallery-item:hover .premium-gallery-caption {
	background-color: #1779992B;
}

/* MEMBERS PAGE-- Ensure active filter does not change color on hover, filter margin*/
#currentMembersItems .active:hover {
	background-color: #113454;
	color: #FFFFFF;
}

.eael-filter-gallery-control {
	margin-bottom: 10px;
}

#currentMembersItems .eael-filter-gallery-control li:hover {
	background-color: #177999 !important;
	color: #F5F5F5 !important;
	border-color: #177999 !important;
}
/* 
.eael-filter-gallery-control */


/* ALUMNI PAGE-- change color of rows on hover, do not change color of table heading */
#alumniTable tbody tr:hover {
	background-color: #1779992B !important;
}

#alumniTable thead {
	background-color: #d9dbdd;
}


/* RESOURCES PAGE-- color of citation links */
#resourceItems .premium-gallery-img-desc a {
	color: #177999;
}


/*CONTACT PAGE-- form styling, off/on campus headings styling  */
.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select {
	height: 2.5em;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	border-radius: 50px !important;
}

.visitText h3 {
	font-size: 1.25em;
	color: #177999;
}


/* LANDING PAGE-- responsive sizing for fancy text, featured research carousel */
@media (max-width: 767px) {
	.eael-fancy-text-container.style-1 {
		height: 135px;
/* 		height: 85px; */
	}
	
	.elementor-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.featuredResearchCarousel .elementor-element-populated {
		height:500px;
		overflow: scroll;
	}
	
	#main .elementor-section {
		padding: 0vw 2vw;
	}
}

@media (max-width: 300px) {
	.featuredResearchCarousel .elementor-element-populated {
		height:625px;
	}
	
	#main .elementor-section {
		padding: 0vw 0.5vw;
	}
}

@media (min-width: 1291px) {
	#footer {
 	padding-left: 35px;
	}
}

.elementor-button-text {
	margin-top: 2px;
}