/*
Theme Name: OpenCC
Template: um-theme
Author: Aleksey Przhevalskiy
Author URI: http://business.columbia.edu
Description: CBS - GSB - Open Climate Curriculum
Tags: education,e-commerce,blog,custom-logo,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,rtl-language-support,footer-widgets,left-sidebar,right-sidebar
Version: 1.1.9.1691941758
Updated: 2023-08-13 11:49:18


*/



/* -------------------------- DESKTOP MEDIA QUERIES -------------------------- */

/* General Custom Override and Classes. */

/* Padding on main elementor container for mobile devices.*/
@media (max-width: 450px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        
    }
}
.ellipsis-title h5{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 8.5px;
        line-height: 1.5;
}
.ellipsis-body {
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em; 
  max-height: 3.6em;
}
.core-course-card-info {
    max-height: 250px;
    overflow-y: scroll;
}

/* End of General Custom Override and Classes. */
/* Edit Post Button Plugin CSS*/
.edit-post-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #4D587D;
    text-decoration: none;
    border: 2px solid #4D587D;
    border-radius: 5px;
    font-family: 'Jost' !important;
}
/* End of Edit Post Button Plugin CSS. */
/* Elementor Container Overrides to be 1696px across the entire website. */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1696px !important;
}

/* Container styling for elective courses, core curriculum, and cases pages and List page. */
.openCC-list-form .elementor-widget-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; 
	border-radius: 10px !important;
	padding: 0 !important;
}
.openCC-list-form .elementor-widget-wrap input, .openCC-list-form .elementor-widget-wrap textarea{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; 
	border-radius: 10px !important;
	border: #e2e2e2;
}
.openCC-list-form .elementor-widget-wrap textarea {
    margin-bottom: 2rem;
}
.openCC-inner-page-container .elementor-container{
			box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; 
	border-radius: 10px !important;
}
/* Related Cases and Courses Thumbnail Image styling override. */
.openCC-inner-page-container .elementor-post__thumbnail {
	padding-bottom: 25% !important;
}
.openCC-inner-page-container .elementor-post__thumbnail img {
	width: 100% !important;
	object-fit: cover !important;
}
.open-cc-ai .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #e2e2e2 !important;
}
.elementor-widget-image a {
	width: 100%;
}
.openCC-card-info {
	margin: 0 !important;
}
/* End of Elementor Container overrides. */

/* Header Styling Overrides. */

header .header-container {
	position: sticky;
	z-index: 999;
	top: 1;
	    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.7);
}
header .menu-item a{
    display: inline-block;
    color: #4D587D;
    text-decoration: none;
}
header .menu-item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    background: #fff;
    transition: width .5s;
    height: 2px;
}
header .menu-item a:hover::after {
    width: 24px;
    transition: width .5s;
}
.header-button-1, .header-button-2 {
    border: none !important;
    background-color: #52AD5B !important;
    border-radius: 2rem !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: "Poppins" !important;
}
img.site-img-logo {
	width: 225px !important;
}
.header__wrapper {
	padding: 0 2rem !important;
}
.label-container {
    padding: 6.5px !important;
    border-radius: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.5) 0px 1px 3px -1px !important;
}
@media (min-width: 768px) {
	.navbar-nav .menu-item a {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}
}

/* End of Header Styling Overrides. */


/* Gradient Banners */
.openCC-home-banner,
.openCC-inner-banner{
	background-image: linear-gradient(to right, #042C5D, #4EA0B8);
}
@media(max-width: 768px){
    #inner-banner .elementor-widget-wrap {
        padding: 20px !important;
        margin: 2rem 0 4rem !important;
    }    

}
/* End of Gradient Banners. */

/* Background size cover styling for inner pages banner images. */

.elective-banner-image .elementor-widget-wrap,
.core-course-image .elementor-widget-wrap,
.case-banner-image .elementor-widget-wrap {
	background-size: cover;
}
@media (max-width: 768px) {
    #horizontal-card-image {
        height: 200px !important;
    }
}
/* End of background size cover styling for inner pages banner images */

/* Style override for pagination. */

.um .um-members-pagi span.current {
	background: #4D587D;
	border-radius: 5px;
	font-weight: 600 !important;
}
.um-directory .um-members-pagination-box .um-members-pagi {
			box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; 
	padding: 12.5px 0 !important;
	background-color: #fff;
	border-radius: 5px;
}
.page-numbers {
	border: 2px solid #eee;
	padding: 5px 12.5px;
	border-radius: 5px;
}
.page-numbers.prev, 
.page-numbers.next {
	border:none;
}
.page-numbers.current {
	background: #4D587D;
	border: none;
	color: #fff;
	font-weight: 600;
}
.elementor-pagination {
	box-shadow: 0 0 5px #b9b9b9;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}

/* End of style override for pagination. */

/* Style override for chevron back to top button. */

.scrollToTop {
    bottom: 85px !important;
    right: 32px;
}
.fa-chevron-up {
	background-color: #4C5867;
	padding: 6px;
	border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.fa-chevron-up:hover {
	color: #fff !important;
}

/* End of style override for chevron back to top button. */

/* Footer Override CSS. */
.site-footer .boot-container {
	max-width: 1696px;
}
.widget {
	margin: 0;
}
.widget p {
	margin-bottom: 8.5px;
}
.footer-sidebar-column-one {
	padding: 0 20px 20px !important;
}
.footer-sidebar-column-one img {
	margin: 20px 0;
	width: 225px !important;
}
.website-canvas {
    display: none;
}
@media (max-width: 768px) {
    .site-footer .boot-col-md-3 {
        text-align: center;
    }
    .footer-sidebar-column-one, .footer-sidebar-column-two, .footer-sidebar-column-three, .footer-sidebar-column-four {
        padding: 0 !important;
    }
    .site-footer-layout-sidebar {
        padding: 10px 20px 20px 20px !important;
    }
}
/* End of Footer Override CSS. */



/* UM Member style overrides. */

/* Styling for the request modal. */
.request-modal {
    margin-top: -20px !important;
}
.request-head {
    font-family: 'Jost';
}
.request-mark {
    margin-top: -5px;
}

/* Styling for the post message when a user registers to check their activation email. */
.open-cc-register-contrib .um-postmessage {
    display: none !important;
}
.open-cc-register .um-postmessage {
    font-size: 18px;
    width: 75%;
    margin: 3rem auto 0;
}

/* Styling for the social logins, Google, LinkedIn possibilities etc.*/
@media (min-width: 1024px) {
    .um-main-meta {
        display: flex;
    }
}

.um-member-tagline-linkedin {
    border: 2px solid #4D587D;
    padding: 3.5px 8.5px !important;
    border-radius: 5px;
    font-size: 16px !important;
    margin-top: 1rem;
    display: inline-block;
    transition: 0.3s all ease;
}
.um-member-tagline-linkedin a {
    color: #4D587D;
}

.um-member-tagline-linkedin:hover {
    background-color: #4D587D;
    color: #fff !important;
}
.um-member-tagline-linkedin:hover a {
    color: #fff !important;
}

/* Styling to add border radius and box-shadow to UM member HTML properties.*/
#user_login-8029 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.um-completeness-widget {
    padding: 20px 40px 20px 40px;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.um-social-login-btns .um-col-alt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 25px;
    margin-top: -10px;
    border-bottom: 1px solid #e2e2e2;
}

.um-profile-body .um-field {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
  padding: 20px;
  border-radius: 5px;
}

.complete-um-heading {
    font-family: 'Jost';
    margin-bottom: 16.5px;
}
.um-theme-profile-single-content-container .um-profile-body .um-row .um-col-1 {
        display: grid;
        gap: 1.5rem;
}
@media(min-width: 768px) {
   .um-theme-profile-single-content-container .um-profile-body .um-row .um-col-1 {
    grid-template-columns: repeat(3,1fr);
  } 
}
.um-completeness-widget-wrapper a:not([class]){
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D;
    border-radius: 5px;
    padding: 5px 10px;
}
.um-completeness-desc {
    margin-left: 10px;
}
.um-completeness-step {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 !important;
}
.um-completeness-bullet {
    color: #fff;
    padding: 1px 0;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D;
}
.um-completeness-widget {
    font-size: 14px !important;
}
.um-user-bookmarks-back-btn i {
     color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D;
    border-radius: 50%;
    padding: 0 4px;
}
.um-user-bookmarked-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
}
.um-user-bookmarked-item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    border-radius: 5px !important;
}
.um-user-bookmarks-profile-add-folder-holder form.show {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    margin: 30px 0 0 0 !important;
    border-radius: 5px !important;
}
.um-user-bookmarks-folder-container {
    padding: 20px 20px 30px 20px;
}
.folder-info {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px;
    padding: 10px;
}
.um-profile-body.bookmarks-default .um-user-bookmarks-folder, .um-profile-body.bookmarks-folders .um-user-bookmarks-folder{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    border-radius: 5px;
    border: 1px solid #e2e2e2 !important;
}
.um-notification span.b2 i {
    color: #52AD5B !important;
}
.um-modal-btn.alt
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D !important;
    color: #fff !important;
}
.um-profile-edit-a {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D;
    border-radius: 50%;
    padding: 0 8.5px;
}

.um-profile-edit-folder-a {
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    background: #4D587D;
    border-radius: 50%;
    padding: 0 4px;
}
.um-profile-edit-a i {
    color: #fff;
}
.um-verified-intro-msg {
    border-top: 1px solid lightgrey;
    margin-top: 25px;
    padding-top: 10px;
}
.um-verified-request-link {
    display: inline-block;
    color: #fff !important;
    background: #4D587D;
    padding: 10px 15px;
    border-radius: 10px !important;
}

/* Styling the um contributor search/filter area. */
.contributors-main .um-member-directory-header {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    border-radius: 5px;
}

/* Setting the follower count to not show at all. Only following is used in this platform for notifications of post creation. */
@media (min-width: 800px) {
    .um-followers-bar {
        margin-top: -1rem !important;
    }
}
/*Hiding the followers/following*/
.um-followers-rc {
    display: none !important;
}

/* End of followers styling. */

/* Styling the card layout to the cases items. */
.um-profile-cases-container {
    display: grid;
    gap: 1.5rem;
}
@media(min-width: 1024px) {
  .um-profile-cases-container {
    grid-template-columns: repeat(5, 1fr);
    }  
}
.um-profile-exec-container, .um-profile-exec-area  {
     display: grid;
     gap: 1.5rem;
}
/* Styling the card layout to the exec ed items. */
@media(min-width: 1024px) {
  .um-profile-exec-container,
  .um-profile-exec-area {
    grid-template-columns: repeat(2, 1fr);
}  
}


.um-profile-cases-container .um-profile-cases-container-item,
.um-profile-exec-container .um-profile-exec-container-item {
    padding: 0 20px 5px 20px;
    background-color: #f1f4f7;
    box-shadow: 0 0 5px #b9b9b9;
    text-align: left !important;
    border-radius: 20px !important;
}
.um-profile-cases-container-item img {
    border-radius: 20px !important;
}
.um-profile-cases-container .um-profile-cases-container-item > *,
.um-profile-exec-container .um-profile-exec-container-item > * {
    margin: 10px 0;
}
.um-profile-cases-container .um-profile-cases-container-item .um-icon-ios-paper,
.um-profile-exec-container .um-profile-exec-container-item .um-icon-ios-paper {
    font-size: 23px;
}
 .um-profile-exec-area img {
     height: 325px !important;
     object-fit: cover;
 }
 .um-profile-exec-area hr {
     background-color: grey !important;
     height: 1px !important;
 }
.um-course-heading,
.um-case-heading,
.um-exec-heading
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.um-course-heading .um-icon-ios-paper,
.um-exec-heading .um-icon-ios-paper{
    font-size: 23px;
}
.um-profile-cases-container .um-profile-cases-container-item .cases-um-title,
.um-profile-exex-container .um-profile-exec-container-item .exec-um-title{
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 4px;
    margin-bottom: 8.5px;
}
/*End of styling the card layout for cases items. */

.um-profile-meta {
    padding-right: 10px !important;
}
.um-profile-meta .um-meta {
    border-bottom: 1px solid lightgrey;
}
.cases-default {
    text-align: center;
}

/* Bolding the UM register submit button. */
#um-submit-btn {
    font-weight: 500 !important;
}
.um-login .um-center #um-submit-btn {
    background-color: #52AD5B !important;
    border-radius: 2rem !important;
    margin-top: 2rem !important;
}
/* Styling the UM registration page for the fields and terms and conditions. */
.um-403.um {
    max-width: 100% !important;
}
.um-field-type_terms_conditions .um-field-area {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/* Styling the UM profile modal */
.um-meta-text {
    margin: 12px 0 0 0 !important;
    font-size: 14px !important;
}
.um-profile {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
    border-radius: 10px;
}
.um-profile .um-profile-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Style overrides for the Elective Course Items on UM profiles. */
.um-item-area {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.um-item-body .elective-course-um-title {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 4px;
    margin-bottom: 8.5px;
}

/* Setting the height of the cover photo on UM profile pages. */
.um-cover,
.um-cover-e{
    height: 200px !important;
    border-radius: 10px !important;
}

.um-cover-e img {
    border-radius: 10px !important;
}

/* Adding box shadow to profile photo image on profile pages.*/
.um-profile-photo a.um-profile-photo-img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

/* Setting the content container for UM profile tabs to be 100%. */
.um-profile-content-container {
    max-width: 100% !important;
}

.um-profile-content-container .um-theme-profile-single-content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Setting no box shadow to the profile container for the tab items.*/
.um-theme-profile-single-content-container {
    box-shadow: none !important;
}
 .um-ajax-items {
    display: grid;
    gap: 1.5rem;
 }
/* Grid of 3 for elective courses.*/
@media(min-width: 1024px) { 
  .um-ajax-items {

    grid-template-columns: repeat(2, 1fr);
    
}  
}

.um-ajax-items .um-item {
    border: none !important;
    background-color: #f1f4f7;
    padding: 20px;
    box-shadow: 0 0 5px #b9b9b9;
}
.um-item-img a {
    padding: 0 !important;
}
.um-ajax-items .um-profile-openCC-btn,
.cases-um-btn,
.exec-um-btn{
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 600;
    background-color: #4D587D !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.um-ajax-items .um-profile-openCC-btn a,
.cases-um-btn a,
.exec-um-btn a{
    color: #fff !important;
}

/* Setting the background of the UM profile navbar that has tabs for courses, cases, about and anything else. */
.um-form .um-profile-nav {
		background: #606060 !important;
}

.um .um-form .um-profile-nav-item.active a, .um .um-form .um-profile-nav-item a:hover {
	background-image: linear-gradient(130deg, #272fdc 0%, #09a9f8 100%);
	border-radius: 20px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.um-button {
	font-weight: 600 !important;
}
.um-profile-nav {
    padding: 20px !important;
}
/* ----- Styling for the Contributor page searchbars. */
.um-search-filter .select2.select2-container .select2-selection, .um-field .select2.select2-container .select2-selection {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border: none !important;
	border-radius: 5px !important;
	color: grey !important;
}
/* ----- End of styling for the contributor page searchbars. */

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
	border: none;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-radius: 5px;
}
.um-directory .um-member-tagline-affiliation {
	font-weight: 600;
	font-size: 15px !important;
	color: grey !important;
} 
.contributor-page-container .um-directory .um-member-tagline-affiliation {
	font-weight: 600;
	font-size: 18px !important;
	color: #02023E !important;
	border-top: 1px solid #e2e2e2;
	padding-top: 0.85rem !important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line label .um-search-line {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
	border: none;
	border-radius: 5px;
}
@media(min-width: 600px) {
	.home-pg-contributors .um-directory .um-members-wrapper .um-members {
			grid-template-columns: repeat(2, 1fr) !important;
	}
}

/* Scrolling the homepage contributor list for JavaScript to function. */
.home-pg-contributors  {
	height: 350px !important;
	overflow-y: hidden;
}
.home-pg-contributors .um-directory .um-members-wrapper .um-members.um-members-list .um-member {
	padding: 6.5px 10px 2px;
	border-radius: 10px;
}
.um-7ba1a .um-members-wrapper {
	margin: 3rem 0 0 0 !important;
}

/* End of UM member style overrides. */

/* AI Engine styling overrides. */

/* Styling the pop-up AI icon. */

.open-cc-climateta-fields div{
    width: 100%;
}
.mwai-form-container a {
    color: lightgreen !important;
}

.ai-flex {
    display: flex;
    flex-direction: row; 
    gap: 1.5rem;
}
.ai-flex .ai-flex-item-discussion {
    flex-basis: 30%;
}
.ai-flex .ai-flex-item-body {
    flex-basis: 70%;
}
.mwai-input {
    padding-top: 30px !important;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text {
    background: linear-gradient(130deg, #272fdc 0%, #09a9f8 100%);
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container {
    background: linear-gradient(130deg, #272fdc 0%, #09a9f8 100%);
}
.mwai-timeless-theme .mwai-footer {
    padding: 30px !important;
}
/* End of AI Engine styling overrides. */

/* Search and Filter Style Overrides. */

.search-filter-reset {
	background-color: #4F557E !important;
	border: none;
	color: #fff;
	padding: 13.5px 20px;
	border-radius: 5px;
	font-family: 'Jost';
	font-weight: 600;
	width: 100%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.searchandfilter ul {
	padding-left: 0;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
	background-color: #fcfcfc;
	padding: 20px;
	border-radius: 5px;
}
.searchandfilter label {
	width: 100%;
}
.sf-input-text {
	width: 100%; 
	border: none;
	padding: 12.5px;
	border-radius: 5px;
	border: none !important;
	background-color: #eee !important;
  font-family: Jost;	
	font-weight: 600;
	color: grey;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px   6px, rgba(0, 0, 0, 0.23) 0px 3px 6px       !important;
}
.searchandfilter select.sf-input-select {
	width: 100%; 
	border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px   6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	font-family: Jost;
	font-weight: 600;
	color: grey;
}

/* End of Search and Filter Style Overrides. */


/* -------------------------- END OF DESKTOP MEDIA QUERIES --------------------------*/



/* -------------------------- TABLET AND MOBILE MEDIA QUERIES -------------------------- */

@media (max-width: 500px) {
    .header-button-1, .header-button-2 {
        width: 75px !important;
        font-size: 13.5px !important;
        margin: 5px 2px !important;
    }
    img.site-img-logo {
	   width: 120px !important;
    }
    a.page-numbers {
        display: inline-block !important;
        margin: 8.5px !important;
    }
    #glt-translate-trigger {
        left: 45% !important;
    }
}



/* -------------------------- END OF TABLET AND MOBILE MEDIA QUERIES --------------------------*/

