/**
 * This is the main CSS stylesheet file with our custom rules.
 * These rules are not restricted to this plugin, but change the style of the whole site.
 * Practically this file replace the WP css tool.

 * IMPORTANT NOTE: Please if make any changes:
    (1) save changes 
    (2) create a new minimized version of the file
    (3) replace the already existed file 'datanexus-style.min.css' with the new one
    We use ONLY the minimized file for optimization purpose.
    Please remember: 
    Production --> min.css file
    Development --> .css file
*/

/* </></></></></></></></></></></></></></></></></></></></></></></></></></></></></></></> */
/* </></></></></></></></></></></></></></></></></></></></></></></></></></></></></></></> */


/* Padding at the top and bottom of the home page. */


/* ==================== Adobe Font (start) ==================== */

/* Alfabet Regular */
body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(i):not(svg):not(.fa):not(.fab):not(.fas):not(.far):not(strong):not(b) {
  font-family: "alfabet", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#acym__callout__container .acym_callout{
  font-family: "alfabet", sans-serif !important;
}

/* Page title @headers */
body .page-header_title{
  font-family: "alfabet", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

/* Titles inside each page */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
  
  font-family: "alfabet", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;

}

/* ==================== Adobe Font (end)  ==================== */

/* Titles inside each page RWD */
@media screen and (max-width: 425px) {

  body h3{
    font-size: 25px !important;
    line-height: 30px !important;
  }

}
@media screen and (min-width: 426px) and (max-width: 768px){

  body h3{
    font-size: 32px !important;
    line-height: 35px !important;
  }

}

/* Colors */
body{
  --ailf-tertiary-transparent: #c49a6cab !important; /*ailf transparent gold shade */
  --ailf-secondary-transparent: #231f20c9 !important; /*ailf transparent black shade */
}

#main{
	padding: 0px !important;
}

/* Post navigation prev next buttons */

.lunfest-post-navigation{
	display: none !important;
}

/* Mobile Search */

.header_search{
		display: none !important;
}

/* Hide Side Panel */

.side_panel{
	display: none !important;
}

/* AcyMailing Newsletter Subscription Form @Footer */

#acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
    padding: unset !important;
    margin: unset !important;
    text-align: left !important;
}

#field_terms_formAcym1 *{
  font-size: 14px !important;
  color: #BABAC0 !important;
}

.onefield .acym__field__error__block {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
}

#mailingdata_terms_formAcym1{
  position: inherit !important;
  opacity: unset !important;
  visibility: visible !important;
}

/* AcyMailing Newsletter Subscription Form @Home GR/EN */

#acym_fulldiv_formAcym2.acym__subscription__form__shortcode, 
#acym_fulldiv_formAcym3.acym__subscription__form__shortcode {
  background-color: transparent !important;
  margin: unset !important;
  padding: unset !important;
}

#mailingdata_terms_formAcym2,
#mailingdata_terms_formAcym3{
  position: inherit !important;
  opacity: unset !important;
  visibility: visible !important;
  height: unset !important;
  max-width: unset !important;
}

#mailingdata_terms_formAcym2:checked,
#mailingdata_terms_formAcym3:checked{
  background-color: var(--lunfest-primary-color) !important;
}

#field_terms_formAcym2 a,
#field_terms_formAcym3 a
{
  color: var(--lunfest-secondary-color) !important;
}

#field_terms_formAcym2 a:hover,
#field_terms_formAcym3 a:hover
{
  color: var(--ailf-secondary-transparent) !important;
}

#field_terms_formAcym2 *,
#field_terms_formAcym3 *
{
  color: var(--lunfest-secondary-color) !important;
}

/* Change the color of checkboxes */

input[type=checkbox] {
  accent-color: var(--lunfest-primary-color) !important;
  color: var(--) !important;
}

/* AILF Footer */

#ailf-footer a{
  color: var(--lunfest-tertiary-color) !important;
}

#ailf-footer a:hover{
  color: var(--ailf-tertiary-transparent) !important;
}

.ailf-social-icons svg{
  fill: var(--lunfest-tertiary-color) !important;
}

/* Single Team Page red tag */
.single-team [class*=wgl_col-] > .team__member .info__highlighted {
  margin-top: 20px !important;
}

/* Single Post Page Title */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media + .blog-post_title{
  display: none !important;
}

/* header breadcrumbs */
.page-header_breadcrumbs{
  display: none !important;
}

/* full width newsletter form @ home gr/en */
#acym_fulldiv_formAcym2.acym__subscription__form__shortcode,
#acym_fulldiv_formAcym3.acym__subscription__form__shortcode{
  max-width: unset !important;
}

.lunfest_404_search {
  display: none !important;
}

/* Menu hover a */
.primary-nav ul li ul li:hover > a{
  color: var(--ailf-tertiary-transparent) !important;
}

/* @Home: Slider RWD */
@media screen and (min-width: 1024px) {

  #ailf-home-slider-mob-gr{
    display: none !important;
  }

  #ailf-home-slider-desk-gr{
    display: block !important;
  }

}

@media screen and (max-width: 1023px) {
  
  #ailf-home-slider-mob-gr{
    display: block !important;
    margin-top: auto !important;
  }

  #ailf-home-slider-desk-gr{
    display: none !important;
  }

}

/* Authors @ home */
.wgl_module_team .member__thumbnail:after
{
    background: unset !important;
    opacity: unset !important;
}

/* Sidebar image */
.banner-widget_wrapper {
  padding: 22% !important;
}

/* Single Team Member Page Image Caption */
.ailf-member-img-caption{
  font-size: small !important;
  color: var(--ailf-secondary-transparent) !important;
}

/* Footer Technopolis logo */
.ailf-footer-techn-logo{
  width: 89% !important;
}

/* Single Team Member Page Chip */
.single-team .info__highlighted{
  color: white !important;
}

/* Single Team Pages - Hide page title */
.single-team .page-header_title{
  display: none !important;
}

/* Overwrite divider css */
.post_info-divider{
    clear: both !important;
    margin-top: 40px !important;
    border-bottom: 1px solid var(--lunfest-secondary-color) !important;
    margin-bottom: 40px !important;
}

/* bigger email input field in the subscription form  */
.cell.acym__user__edit__email  {
  min-width:80%;
}

/* Single Team Page Cption RWD */
@media (max-width: 767px) {
  .single-team .member__thumbnail-wrap
  {
    margin-bottom: unset !important;
  }
  
}

/* RWD for OneTap Plugin */
@media only screen and (max-width: 576px) {
  nav.onetap-accessibility.onetap-plugin-onetap {
      width: 100% !important;
  }
}

/* Single Team Member Subtitle */
.wgl_module_team .info__highlighted {
  text-transform: uppercase !important;
}

/* Color links */
body #main-content a {
  color: var(--lunfest-tertiary-color) !important;
}

body #main-content a:hover {
  color: var(--ailf-tertiary-transparent) !important;
}

/* Exclude certain links */
#main-content .member__name a{
  color: var(--lunfest-secondary-color) !important;
}
#main-content a.wgl-button {
  color: white !important;
}
#main-content a.wgl-button:hover {
  color: var(--lunfest-secondary-color) !important;
}

/* Acymailing sucess msg */
.acym__callout__front__success {
  background-color: var(--lunfest-secondary-color) !important;
  color: white !important;
}

/* Menu links list items */
.primary-nav > ul > li{
  font-size: 19px !important;
}

/* Submenu list items */
.primary-nav > ul > li > ul > li{
  font-size: 15px !important;
}

/* test menu */
#dn-test-menu *, #dn-test-menu-en *{
  color: white !important;
}
#dn-test-menu .sub-menu *, #dn-test-menu-en .sub-menu *{
  color: var(--lunfest-tertiary-color) !important;
}


#menu-ailf-footer-column-1-menu-gr > li,
#menu-ailf-footer-column-1-menu-en > li{
  font-size: 14px !important;
}


/* If blog post with Image First Layout hasn't image then a h1 show up...show we hide this */
h1.blog-post_title{
  display: none !important;
}

/* AILF Footer Logo Mobile */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ailf-logo-footer-mob img{
    margin-left: 20% !important;
  }
}

/* Sidebar Banner "hide" button */
.banner-widget_wrapper .banner-widget_button {
  color: transparent !important;
  background-color: transparent !important;
}

/* Mobile Menu Active Links */
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li[class*=current] > a {
    color: var(--lunfest-tertiary-color) !important;
}

/* H4 Mobile */
@media only screen and (max-width: 1200px){
  h4{
    font-size: 20px !important;
  }
}