/*
Theme Name: Walk in Hong Kong Custom Theme
Theme URI: http://www.walkin.hk/
Description:  
Author: Rachel Seguin
Author URI: http://www.rachelseguin.com
Template: generatepress
Version: 1.0.0
*/

/* ------------ Custom Font ----------- */
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/jost-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/jost-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/jost-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/jost-v15-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/jost-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/jost-v15-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.inside-article .entry-content {
  margin-top: 0;
}


.inside-article a {
  text-decoration: underline;
  color: #ec0c74;
}

.inside-article h3 a {
  text-decoration: none;
}

/* Forms */

/* make input widths consistent */
.wpcf7-form-control.private-booking {
	width: 100%;
}

.private-booking-form p span {
  display: block;
}

.newsletter-block  .newsletter, .private-booking-block .private-booking, .private-booking-block select, .contact-us-block .contact-form-input, .contact-us-block select, .wihk-feedback-form .feedback-form-input  {
  font-family: "Jost", "Verdana", sans-serif;
  border: solid 2px #E5E5E5;
  border-radius: 8px;
  background: #ffffff;
}

.private-booking-block input[type="submit"], .feedback-form input[type="submit"], .newsletter-block input[type="submit"], .contact-us-block input[type="submit"], .wihk-blog a.fl-button {
  color: #ffffff;
  border-radius: 4px;
  background-color: #ec0c74; 
  border:  none;
}


.private-booking-block input[type="submit"]:hover, .feedback-form input[type="submit"]:hover, .newsletter-block input[type="submit"]:hover {
  color: #ffffff;
  background: #55b79f;
  position: relative;
  top: 1px;
  border: none;
}

.newsletter-block input[type="submit"] {
  margin-top: 20px;
}

/* Forms - Responsive */

@media only screen and (max-width: 767px) {
  .newsletter-block  .newsletter  {
    margin-bottom: 10px;
  }
}

/* Subpage Hero Images */
.page-hero .inside-page-hero h1{
  color: #ffffff;
  text-shadow: -2px 2px 5px #000000;
  padding: 5px 30px;
  text-align: center;
  margin: 0 10px;
}


/* Testimonies */
.wihk-testimonials h3 {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ec0c74;
}

.wihk-testimonials .testimonial-text {
  font: italic 16px "nunito sans", sans-serif;
}

.wihk-testimonials .testimonial-name {
  font-weight: bold;
}

/* Newsletter */
.newsletter-block {
  text-align: center;
}
.one-third {
  float:left;
  width:32%;
  margin-left:5px;
}

.newsletter-block .wpcf7-submit {
  margin-left: 12px;
}
 
@media only screen and (max-width: 767px) {
  .one-third {
    width: 100%;
    margin-left: 0;
    clear:both;
  }
}

/* -------- Navigation --------- */

/* .main-navigation {
    border-bottom: 2px solid #EC0C74;
} */

.main-navigation .main-nav ul li.nav-button a {
background-color: #EC0C74;
border: 2px solid #EC0C74;
color: #FFFFFF;
line-height: 30px; 
margin-right: 20px;
padding: 5px;
} 


.main-navigation .main-nav ul li.btn a {
  line-height: 40px;
}

.main-navigation.has-branding .inside-navigation {
  margin: 0 20px;
}

/* Book Now Button  */

.sf-menu .btn {
  display: inline-block;
  margin: 10px;
  margin-right:30px;
  font-size: inherit;
  line-height: 1.42;
  padding: 0.7px 1.4px;
  font-weight: normal;
  background: #EC0C74;
  border-radius: 5px;
}

.sf-menu .btn:hover, .sf-menu .btn:focus {
  background-color: #55b79f;
  /* top: 1px; */
}

.sf-menu .btn:active {
  top:  1px;
}

.main-navigation .main-nav > .sf-menu > .btn > a {
  color: #ffffff !important;
  font-weight: 600;
  font-family: "Avenir Next", Avenir, sans-serif;
}


/* Navigation - Responsive */

@media (max-width: 768px) {
  .main-navigation.has-branding .inside-navigation {
    margin: 0;
  }
}

.slideout-navigation .sub-menu {
    display: block !important;
    height: auto;
    pointer-events: auto;
    opacity: 1;
    box-shadow: none;
    margin-left: 10px; 
}

.slideout-navigation .dropdown-menu-toggle {
    display: none;
}


.slideout-navigation.main-navigation .main-nav ul li a {
  margin: 0 15px;
  padding: 4px 7px 5px 7px;
  line-height: 50px;
  border-top: 1px solid #3f3f3f;
}


.slideout-navigation.main-navigation .main-nav .sub-menu li a {
  border-color: #727272;
  color: #727272;
  margin-right: 30px;
}

/*.slideout-navigation.main-navigation .main-nav ul.slideout-menu > li:first-child > a {
  border:none;
}
*/
/*Logo*/
.off-canvas-logo {
    margin-left: 17px;
    margin-top: 17px;
    max-width: 150px;
}

/* -------- Front Page -------- */
.fl-module-icon .fl-module-content .fl-icon-text {
  height: auto;
}


/*Tour Cards*/
.public-tours-card:hover, .private-tours-card:hover {
  top: 5px;
}

.public-tours-card:hover > *, .private-tours-card:hover > * {
  -webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
  box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
}

.public-tours-card:hover .public-tour-card-title a, .private-tours-card:hover .private-tour-card-title a  {
  text-decoration: underline;
  text-decoration-color: #727272;
}

.public-tours-card, .private-tours-card {
  position: relative;
} 

.public-tours-card .fl-col-content, .private-tours-card .fl-col-content {
  padding-bottom: 80px;
}

/*@media (max-width: 768px) {
.public-tours-card .fl-module-content, .private-tours-card .fl-module-content {
  margin-bottom: 40px;
}
}*/

.private-tour-card-title h3 a span{
  color: #61C3AB !important;
}

.scheduled-tours-row .public-tour-card-btn, .private-tour-card-btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}



/* Front Page Responsive  */
@media only screen and (max-width: 767px) {
  .public-tours-card, .private-tours-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .scheduled-tours-row .public-tour-card-btn, .private-tour-card-btn {
    margin-bottom: 20px;
  }

  .media-row div.first {
    width: 33.3% !important;
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .public-tours-card, .private-tours-card {
    width: 50%;
  }
}

/* ------------ Private and Public Tours------------ */


/* Sub-Nav Bar  */

.private-tour-nav {
  background-color: #FFFFFF;
  padding: 20px 0;
  border-bottom: 2px solid #61C3AB;
}

.private-tour-nav ul.private-tour-list {
  text-align: center;
  list-style: none;
  /*margin-bottom: 0;*/
  margin: 0 auto;
}


.private-tour-nav ul li.private-tour-nav-btn {  
  background-color: #61C3AB;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  cursor:pointer;
  margin: 0 20px;
  display: inline-block;
}

.private-tour-nav ul li a {
  display: block;
  padding: 8px 16px;	
  color: #FFFFFF;
}

.private-tour-nav-btn:hover, .private-tour-nav-btn:active {
  background-color:#53A792;
}

.private-tour-nav-btn:active {
  position:relative;
  /* top: 1px; */
}

/* Sub-Nav Bar - Responsive  */


@media only screen and (max-width: 767px) {
  .private-tour-nav ul {
    margin-left: 0;
  }  

  .private-tour-nav ul li.private-tour-nav-btn {
    margin: 0 12px;
  }

}

@media only screen and (max-width: 424px) {

  .private-tour-nav ul {
    margin: 0;
  }  

  .private-tour-nav ul li.private-tour-nav-btn {
    margin: 0 8px;
  }  
}


.private-tour-subtitles {
  border: 4px solid #28a586;
  padding: 30px 60px !important;
}
 
.navigation-stick + .secondary-navigation {
  position: sticky;
  left: 0;
  right: 0;
  top: 50px;
} 

@media only screen and (max-width: 767px) {
  .private-tour-subtitles {
    padding: 20px !important;
  }
}

/* Tours - Upsell Cards */


.upsell-tour-card-2 .fl-post-grid-image {
  margin-bottom: 10px;
  overflow: hidden;
  height: 25vh;
}

.upsell-tour-card-2 .fl-post-grid-image img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.upsell-tour-card-2 .fl-post-grid-text {
  padding: 10px;
}

.upsell-tour-card-2 .fl-post-grid-content a{
  margin: 20px 10px; 
  padding: 5px 20px;
  float: right;
  border-radius: 4px;
  color: #ffffff;
  background-color: #ec0c74;
}


.upsell-tour-card-2 .fl-post-feed-content a{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.upsell-tour-card-2 .fl-post-grid-content a:hover {
  color: #FFFFFF;
  background: #CA0A63;
  /* position: relative; */
  /* top: 1px; */
}

/* ------------ Corporate, Education and Community ------------ */


/* 3 lists */

ul.wihk-carat li:before {    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0da';
    margin:0 5px 0 -21px;
    color: #61C3AB;
}
ul.wihk-carat li {
  list-style-type: none;
}


/* Project Cards  */
.general-project-cards {

}


/*Project Single Article */
#project-header .pink {
  color: #EC0C74;
}

@media only screen and (min-width: 992px) {.public-tours-card, .private-tours-card  
  {
    width: 33%;
  }
}

/* Blog */
.single .site-main {
  padding: 40px;
  background-color: #ffffff;
}

/*Private Tours Blog */

.single-private-tour .site-main, .single-public-tour .site-main {
  padding: 0px;

}


/* ------------ About Page ------------ */

/*Tagline and Intro*/
.about-pink {
  color: #EC0C74;
}

/*Icons*/
.wihk-custom-icon .fl-photo .fl-photo-content img {
  max-height: 80px;
  width: auto;
}

.wihk-about-icon-text .fl-module-content .fl-rich-text p {
  margin: 0;
}

/* Timeline */
.bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
  padding: 15px;
}

/*Team Bios*/
.team-member {
  text-align: center;
}

/* .about-name-heading-2 #about_spacing{
    line-height: 1.5em;
    margin-bottom: 0;
} */

.about-name-heading-2 h5 em {
    line-height: 1.5em !important;
    margin-bottom: 0;
}

.team-member .position {
  font-size: 80%;
  font-style: italic;
  font-weight: 400;
}

.inside-article .team-member-bio a {
  color: #3A3A3A;
  text-decoration: none;
}

.wihk-blog a.fl-button span.fl-button-text {
  font-family: "Jost", "Verdana", sans-serif;
  color: #ffffff;
}

/* ------------ Press Page ------------ */
.press-posts {

}

/* ------------ FAQ Page ------------ */

.faq-pink {
  color: #EC0C74;
}

/* -------------- Footer --------------- */

/*Footer 2 split menu*/
ul#menu-footer-site-map.menu, ul#menu-footer-site-map-chinese-traditional.menu {
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -moz-column-fill: auto;
   -webkit-column-count: 2;
   -webkit-column-gap: 20px;
   -webkit-column-fill: auto;
   column-count: 2;
   column-gap: 20px;
   column-fill: auto;
   list-style-position: inside;  
}

.footer-3 {
  font-size: 13px;
  line-height: 18px;
}

.inside-footer-widgets .footer-widget-2 li.current_page_item a {
  color: #EC0C74;
}


@media (min-width: 769px) {
  .site-footer .footer-widgets-container #custom_html-6 {
    padding-left:10px;
  }
}

.footer-widget-1 #block-2, .footer-widget-1 #block-3 {
	padding: 0;
}

/* Footer Bar*/

.footer-bar-active .footer-bar .widget {
  padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.footer-bar .textwidget p:last-child {
  margin: 0;
}

.footer-bar-align-right .copyright-bar {
  float: left;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
  float: right;
  text-align: right;
}

.footer-bar-align-left .footer-bar {
  float: left;
  text-align: left;
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center;
}

.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.footer-bar .widget-title {
  display: none;
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
  display: none;
}

/* -------------- Review / What Others Say --------------- */

.wihk-review-block div#CDSWIDWRL, div#CDSWIDSSP {
  margin: 0 auto !important;
}

@media (max-width: 424px){
  .wihk-past-review-block div#CDSWIDSSP {
    width: 240px !important;
  }
}

.feedback-form .wihk-feedback-form .feedback-form-input{
  height: 130px;

}

/* -------------- 404 --------------- */

.error404 div.inside-article{
  padding: 50px !important;

}

/* Hide Recaptcha */
.grecaptcha-badge{
visibility: collapse !important;
}

/* HOMEPAGE */
/* hero */

.homepage-hero-button-container > .fl-col-content.fl-node-content {
	display: flex;
	gap: 120px;
}

#homepage-hero-button .fl-button-wrap .fl-button {
  display: block;
  border: none;
  background: linear-gradient(to right, #ec0c74 50%, rgba(255,255,255,1) 50%);
  background-size: 200% 100% ;
  background-position: right bottom;
  transition: all .5s ease-out;
    overflow-x: visible;
    white-space: nowrap;
}
#homepage-hero-button .fl-button-wrap .fl-button:hover {
  background-position: left bottom ;
}
@media only screen and (max-width: 992px) {
	.homepage-hero-button-container > .fl-col-content.fl-node-content {
		margin-left: 20px;
		gap: 60px;
	}
}
@media only screen and (max-width: 781px) {
	.homepage-hero-button-container > .fl-col-content.fl-node-content {
		display: block;
		margin-left: 20px;
	}
	#homepage-hero-button .fl-button-wrap .fl-button {
		transition-duration: 0s;
		background: rgba(255,255,255,1);
	}
	#homepage-hero-button .fl-button-wrap .fl-button:active {
		background: #ec0c74;
	}
}


/* local causes */
#local-cause-cards > div > div:not(last-of-type) {
  background-color: #fff;
}

#local-cause-cards .fl-button-text {
  color: #fff;
}

/* VIRTUAL TOURS */
.virtual-page-header .text {
  color: #fff;
}

.virtual-page-header .hero-title h1 {
  font-size: 4em;
  margin-bottom: 5px;
}

#virtual-media {
  width: 50%;
}

@media screen and (max-width: 769px ) {
  .virtual-page-header .hero-title h1 {
  font-size: 2.5em;
  margin-bottom: 8px;
}
  .virtual-page-header .hero-title h4 {
  font-size: 1.1em;
    width: 75vw;
  } 
  .virtual-page-header div > div#virtual-media {
    margin: unset;
    width: 35%;
  }
  #virtual-media .fl-col-group-nested {
  display: flex;
}
  #virtual-media .fl-col-group-nested .logo > div {
    margin: 10px;
  }
#virtual-media .fl-col-group-nested .logo-container .logo  { 
    margin-left: 20px;
  } 
}

@media screen and (max-width: 576px ) {
  .virtual-page-header div#virtual-media {
    width: 60% !important;
  }
}

#virtual-media .logo > div {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}

.virtual-tick .why-parent-body .fl-col-group-nested {
  justify-content: center;
}

#virtual-tour-card > div > div {
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid  #d3d3d3;
}

#virtual-tour-card > div > div:last-of-type{
  border-bottom: 1px solid  #d3d3d3;
  border-radius: 0 0 8px 8px;
}

#local-cause-cards > div > div:last-of-type {
    border-radius: 0 0 8px 8px;
}

#virtual-tour-card > div > div:first-of-type {
  border-top: 1px solid  #d3d3d3;
  border-radius: 8px 8px 0 0;
}

#local-cause-cards > div > div:first-of-type {
  border-radius: 8px 8px 0 0;
}

#virtual-tour-card > div {
  flex-wrap: wrap;
  flex-direction: row;
}
#virtual-tour-card .virtual-tour-price {
  flex: 1;
}
#virtual-tour-card .virtual-tour-location, #virtual-tour-card .virtual-tour-time {
  width: 48%;
  display: flex;
  align-items: center;
}
#virtual-tour-card .virtual-tour-title  {
    display: flex;
    width: 100%;
}

#virtual-tour-card .virtual-tour-time {
  margin-right: auto;
  border-right: none;
}

#virtual-tour-card .virtual-tour-location {
  margin-left: auto;
  border-left: none;
}
#virtual-tour-card .description,  .virtual-tick .why-reason, .virtual-tick .why-title { 
flex-grow: 1; 
}

section.fl-module-button {
  margin-top: auto;
}

#virtual-tour-card span.fl-button-text {
  color: #fff;
}


.testimonal-text .bx-wrapper {
    position: relative;
    padding-top: 20px;
    margin-top: 50px;
}

div.testimonal-text h3.fl-testimonials-heading {
  width: 50%;
  color: #646464;
}
.testimonal-text .bx-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 25%;
    border-top: 2px solid #EC3E75;
}

.virtual-tour-form .form-field, 
.virtual-tour-form .form-field-submit {
  margin: 30px 0;
}

.virtual-tour-form .form-field input, .virtual-tour-form .form-field textarea {
  border-radius: 4px;
}

.virtual-tour-form .form-field-submit input {
  background-color: #ec0c74;
  border-radius: 4px;
  border: none;
  color: #fff;
}

.virtual-tour-form .form-field-submit input:hover {
  background-color: #55b79f;
}


#local-cause-cards i.icon-arrow2 { 
    color: #fff;
}

/*---- horzonital menu -----*/


#site-navigation {
    position: relative;
}

.main-navigation:not(.toggled) #primary-menu ul li.sfHover>ul, .main-navigation:not(.toggled) #primary-menu ul li>ul.toggled-on {
    border-top: 1px solid #ec0c74;
}

.main-navigation:not(.toggled) #primary-menu ul li.menu-item-has-children.sfHover, .main-navigation:not(.toggled) #primary-menu ul li.menu-item-has-children {
    position: relative;
}
.main-navigation:not(.toggled) #primary-menu ul li.sfHover>ul.toggled-on {
    width: 150px;
}

.main-navigation ul ul {
    box-shadow: none;
}

#generate-slideout-menu.main-navigation .main-nav ul ul
{
	visibility: visible;
}

.slideout-navigation.main-navigation .main-nav ul li a {
	color: #1d1d1d;
}

.slideout-navigation.main-navigation .main-nav ul li:focus > a {
	color: #ec0c74;
}

/* Chinese site */

html[lang="zh-hant"] * .private-tours-card .fl-col-content {
	padding-bottom: 80;
}

/* Fix footer left negative cropping */
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: initial !important;
}

/* Filter everything custom css */

.wpc-filters-widget-wrapper {
    display: flex;
	justify-content: center;
    align-items: center;
}
.wpc-filters-section {
    margin-bottom: 0px !important;
	margin-right: 15px;
	margin-left: 15px;
	width: 33%;
}
.wpc-filters-section .wpc-filter-header {
    display: none;
}
.wpc-filters-section .wpc-filter-content select {
    height: 42px;
    padding: 10px 40px 10px 14px;
    border-radius: 8px;
    border: 1px solid #D6D5D4;
    background: url("/wp-content/uploads/2024/01/chevron-down-2x.png") no-repeat right #ddd;
    background-size: 20px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden !important;
    background-position-x: calc(100% - 14px);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0px;
}
.wpc-filters-section .wpc-filter-content select:focus{
    outline: none;
}
.wpc-edit-filter-set {
    display: none !important;
}

/* Education Tour Detail page */

.clickable-tags-div a {
	background-color: #e7e7e7;
    border-radius: 50px;
    font-size: 12px;
    padding: 0px 14px;
    margin-right: 16px;
    margin-bottom: 4px;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.clickable-tags-div a.education_level {
	color: #b20ebe;
}
.clickable-tags-div a.subject {
	color: #0200ff;
}
.clickable-tags-div a.topic {
	color: #EC0C74;
}

.single-education-tour .site-main {
	padding: 0px;
}

@media only screen and (max-width: 781px) {
	.wpc-filters-section {
		width: 100%;
	}
    .wpc-filters-widget-wrapper {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}


/* Homepage css overrides */
/* .fl-builder-content .fl-node-601sp2whgr78 a.fl-button {
	text-shadow: none !important;
} */

/* Activity List */

.education-filters {
	display: flex;
	justify-content: center;
}

.education-filters > .fl-module-content {
	width: 100%;
}

.general-education-card > .fl-module-content > .fl-post-grid {
	margin-left: initial !important;
	margin-right: initial !important;
}

.general-education-card-info {
	display: flex;
	flex-direction: column;
  	position: relative;
	border: none !important;
} 

.general-education-card-info:hover {
  	top: 5px;
}

.general-education-card-info .fl-post-grid-title {
	margin-bottom: 20px;
}

.general-education-card-info .fl-post-grid-title, .general-education-card-info .fl-post-grid-content p {
	text-align: left !important;
}

.general-education-card-info:hover .fl-post-grid-title a {
  	text-decoration: underline;
  	text-decoration-color: #727272;
}
.general-education-card-info .fl-post-grid-content {
	margin-top: auto;
}
.general-education-card-info .fl-post-grid-more {
	padding: 8px 24px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ec0c74;
    border-radius: 8px;
    width: 150px;
}

.general-education-card-info .fl-post-grid-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 24px 20px;
}

.general-education-card-info .fl-post-grid-more:hover {
	color: #ffffff;
	background-color: #CA0A63;
}

.custom-field {
    padding-bottom: 12px;
    line-height: 16px;
    font-size: 14px;
}

@media only screen and (max-width: 781px) {
	.education-filters > .fl-module-content {
		padding: 0px 15px;
	}
}