/*
 * Theme Name: Avada Careers
 * Theme URI: https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226
 * Description: Template for SCC Career Navigator. A child theme of Avada Theme. Created: 2020-11-06, CK & JP @ IC
 * Version: 1.0
 * Author: Lime Valley Advertising, Inc.
 * Author URI: https://www.limevalley.com
 * Template: Avada
 *
 * --------- Color Guide ---------- 
 * #ffffff  | White		| BG
 * #c0c0c0	| Gray		| Borders
 * #0076bd	| Lochmara	| Primary
 * #00a7a3	| Teal		| Secondary (Buttons)
 *
 * #63BC48  | Green		| Agriculture
 * #B878B4  | Purple	| Arts
 * #F1AE1F  | Orange	| Business
 * #E36825  | Red		| Engineering
 * #AA1F24  | Blue		| Health Science
 * #0B77BF  | Yellow	| Human Service
 *
 */



/* #Global Styles

==================================================================================================== */
  html {  }
  html body { }
  
  /*  typography  */
    body a,
	body a.fusion-button:hover,
	body a.fusion-button:active,
	body a.fusion-button:focus { 
      outline: none; 
      text-decoration: underline;
      -webkit-transition: all .15s  linear;
      -moz-transition: all .15s  linear;
      -o-transition: all .15s  linear;
      -ms-transition: all .15s  linear;
      transition: all .15s  linear; }
    body a:hover,
    body a:active,
    body a:focus,
    body .fusion-footer a:hover,
    body .fusion-footer a:active,
    body .fusion-footer a:focus,
	body a.fusion-button {
      text-decoration: none; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
    h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
    h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {}
  
    /*  headers  */
      body h1, body h2, body h3, body h4, body h5, body h6 {}
      body h1 {}
      body h2 {
		  text-transform: uppercase;
      }
      body h3 {}
      body h4 {}
      body h5 {}
      body h6 {}
  
    /*  misc & styles  */
      large, .large { font-size: 1.4em; }
      small, .small { font-size: 0.8em; line-height: 1.2em; }
      body b { color: inherit !important; font-weight: 800 !important; }
      body hr { border: 0; border-top: 1px solid #eee; height: 0; margin: 10px 0 30px; }
      body p {  }
      body p:empty { display: none; }
      .hidden { display: none !important; }
      .required, abbr[title="Required"], abbr[title="required"] { color: #f00 !important; }
      
      /*  buttons  */

      /*  case  */
        .capitalcase, .capitalcase * { text-transform: capitalize !important; }
        .lowercase, .lowercase * { text-transform: lowercase !important; }
        .uppercase, .uppercase * { text-transform: uppercase !important; }
      
      /*  colors  */
        .text-white, .text-white * { color: #fff !important; border-color: #fff !important; }
          .text-white a { color: #eee !important; }
          .text-white a:hover,
          .text-white a:active,
          .text-white a:focus { color: #fff !important; }

      /*  mime-type  */
        body .mtli_attachment {
          background-position: left 3px;
          padding-left: 20px !important; }

      /*  text alignment  */
        .textalignleft { text-align: left; }
        .textaligncenter { text-align: center; }
        .textalignright { text-align: right; }




/* #Wrapper
==================================================================================================== */
/*html.avada-is-100-percent-template #main.width-100 {
  padding: 8px 0 0;
}*/




/* #TitleBar
==================================================================================================== */
.avada-page-titlebar-wrapper .fusion-page-title-bar .entry-title {
  text-shadow: 2px 2px 7px white;
  transform: translateY(-18px);
}



/* #Header
==================================================================================================== */
#menu-top-navigation {
  font-size: 18px;
  min-height: auto;
}

#menu-top-navigation .menu-item > a {
  text-decoration: underline;
}

#menu-top-navigation .menu-item > a:hover,
#menu-top-navigation .menu-item > a:focus {
  text-decoration: none;
}

.hdr-phone p {
  margin: 0;
}

#menu-main-navigation {
  font-size: 18px;
  font-weight: 600; /* semi-bold */
}


  
/* #Main Menu
==================================================================================================== */

body .fusion-menu-element-wrapper .fusion-menu-element-list > li:not(.fusion-menu-item-button) > a {
	text-decoration: none;
}




/* #Main (Content)
==================================================================================================== */
.avada-page-titlebar-wrapper {
  margin-top: 8px;
}

/*:not(.home) #main {*/
/*  background: url(https://areacareerexploration.org/wp-content/uploads/2020/12/bg-int.jpg) bottom center repeat-x;*/
/*}*/



    
/* #Sidebar
==================================================================================================== */





/* #Footer
==================================================================================================== */




/* #Page-Specific / Misc
==================================================================================================== */

  /*  homepage  */

  
  .btn-home-hero,
  .btn-home-hero:hover,
  .btn-home-hero:focus {
    color: #fff;
  }

  .home-category {
    justify-content: center;
  }

  .home-category .fusion-column-wrapper {
    max-width: 427px;
  }

  .home-category-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .post-content .home-category-text p {
    margin: 0;
  }

  .home-category-text a,
  .home-category-text a:hover,
  .home-category-text a:focus {
    color: #fff;
  }

.ace-bg-hero-top {
  background-image: url("https://areacareerexploration.org/wp-content/uploads/2021/12/ace-home-hero-top.png");
  bottom: 200px;
}
.ace-bg-hero-bottom {
  background-image: url("https://areacareerexploration.org/wp-content/uploads/2021/12/ace-home-hero-bottom.png");
  top: 200px;
}
.ace-bg-hero-top, .ace-bg-hero-bottom {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

/* Presenter */

  .presenter-image {
    float: left;
    margin: 0 1em 1em 0;
  }

  #wrapper .post-content .presenter-name {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: .25em;
  }

  #wrapper .post-content .presenter-title {
    color: #000;
    font-size: 21px;
    font-weight: 600; /* semi-bold */
  }

  .wpv-presenters-loop {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .wpv-presenter {
    overflow: hidden;
    margin-bottom: 75px;
  }

  /* Presentation/Exhibit Hall lists */

  .js-wpv-filter-form,
  .js-wpv-filter-form-116,
  .js-wpv-filter-form-54 {
    float: left;
    width: 20%;
  }

  @media (max-width: 1024px) { 
  .js-wpv-filter-form,
    .js-wpv-filter-form-116,
    .js-wpv-filter-form-54 {
      width: 34%;
    }
  }

  @media (max-width: 640px) { 
  .js-wpv-filter-form,
    .js-wpv-filter-form-116,
    .js-wpv-filter-form-54 {
      float: none;
      margin-bottom: 1em;
      width: auto;
    }
  }

  body.page #wpv-view-layout-1216.js-wpv-view-layout,
  body.page #wpv-view-layout-1247.js-wpv-view-layout {
    float: left;
    width: 100%;/*80%;*/
  }

  body.page .js-wpv-view-layout,
  .js-wpv-view-layout-116,
  .js-wpv-view-layout-54 {
    float: left;
    width: 80%;
  }

  @media (max-width: 1024px) { 
    body.page .js-wpv-view-layout,
    .js-wpv-view-layout-116,
    .js-wpv-view-layout-54 {
      width: 66%;
    }
  }

  @media (max-width: 640px) { 
    body.page .js-wpv-view-layout,
    .js-wpv-view-layout-116,
    .js-wpv-view-layout-54 {
      float: none;
      width: auto;
    }
  }
  .form-group {
    background: #fff;
  }
  .form-group > label {
    display: block;
    font-weight: bold;
  }
  .form-group-keyword {
    font-size: 16px;
  }

  .form-group-categories {
    font-size: 16px;
    margin-top: 1em;
  }

  .wpv-presentation-category {
    background: #0076bd;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: .5em;
  }

  .con-categories {
    border: 1px solid #c0c0c0;
    border-top: 0;
    padding: 20px;
    margin-bottom: 1em;
  }

  .con-categories .radio {
    margin-bottom: 1em;
  }

  .con-categories .radio:last-child {
    margin-bottom: 0;
  }

  .radio input {
    margin: 0 5px 0 0;
  }

  .wpv-submit-trigger,
  .wpv-reset-trigger {
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 1em 2em;
    text-transform: uppercase;
  }

  .wpv-submit-trigger:hover,
  .wpv-submit-trigger:focus,
  .wpv-reset-trigger:hover,
  .wpv-reset-trigger:focus {
    text-decoration: underline;
  }

  .wpv-submit-trigger {
    background: #0076bd;
  }

  .wpv-reset-trigger {
    background: #0076bd;
  }

  .presentations-list,
  .exhibit-list {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
	grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 30px;
  }

  .testimonial-list {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(375px, 1fr) );/*minmax(220px, 1fr) );*/
    grid-column-gap: 2em;/*1em;*/
    grid-row-gap: 1em;
    padding-left: 0;/*30px;*/
  }

  @media (max-width: 1000px) { 
    .presentations-list,
    .testimonial-list,
    .exhibit-list {
      /*grid-template-columns: 1fr 1fr;*/
    }
  }

  @media (max-width: 640px) { 
    .presentations-list,
    .testimonial-list,
    .exhibit-list {
      grid-template-columns: 100%;
      padding: 0;
    }
  }

  .testimonial-teaser {
    background: #eee;
    font-size: 16px;
    padding: 30px 15px 30px 15px;
    width: fit-content;
  }

  .presentations-teaser,
  .exhibit-teaser {
    background: #eee;
    font-size: 16px;
    padding: 30px 15px 30px 15px;
	max-width: 600px;
  }

  .presentations-teaser div[class*="-group"],
  .testimonial-teaser div[class*="-group"],
  .exhibit-teaser div[class*="-group"] {
	margin-top: 20px;
  }

  .presentations-teaser h3.pt-title,
  .testimonial-teaser h3.tt-title,
  .exhibit-teaser h3.et-title {
    font-size: 1.25em;
  }

  .pt-title a,
  .tt-title a,
  .et-title a {
    color: #000;
    text-decoration: underline;
  }

  .pt-title a:hover,
  .pt-title a:focus,
  .tt-title a:hover,
  .tt-title a:focus,
  .et-title a:hover,
  .et-title a:focus {
    color: #0076bd;
    text-decoration: none;
  }

  .pt-image,
  .tt-image,
  .et-image {
    margin-bottom: 20px;
  }

  .pt-image img,
  .tt-image img,
  .et-image img {
    width: 100%;
  }

  .pt-category,
  .tt-category,
  .et-category {
    /*margin-bottom: 40px;*/
  }

  .presentations-teaser *[class$="title"],
  .testimonial-teaser *[class$="title"],
  .exhibit-teaser *[class$="title"],
  .presentation-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .pt-presenter-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .btn-et-visit {
    display: block;
    background: #0076bd;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 135px;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .btn-et-visit:hover,
  .btn-et-visit:active,
  .btn-et-visit:focus {
    color: #fff;
    text-decoration: underline;
  }

  /* Presentation */

  .presentation-image img {
    width: 100%;
  }

  /*.presentation-category {
    margin-bottom: 30px;
  }

  .presentation-length {
    margin-bottom: 8px;
  }

  .presentation-category strong,
  .presentation-length strong {
    display: block;
  }*/

  .btn-show-business,
  .btn-take-survey {
    font-size: 24px;
    font-weight: 600; /* semi-bold */
    color: #fff;
  }

  .btn-show-business {
    background: #0076bd;
    margin-bottom: 60px;
  }

  .hr-color {
    background: url(https://areacareerexploration.org/wp-content/uploads/2020/12/bg-colorful-hr.jpg) bottom center no-repeat;
    background-size: 100%;
    height: 56px;
  }

  .btn-show-business:hover,
  .btn-show-business:focus,
  .btn-take-survey:hover,
  .btn-show-business:focus {
    color: #fff;
  }

  .rmp-widgets-container {
    border: 1px solid #c0c0c0;
    padding: 10px 15px;
  }

  /* Exhibit Hall */
  .slick-prev, 
  .slick-next {
    background: no-repeat center center #fff;
    border: 2px solid #000;
    border-radius: 50px;
    height: 73px;
    opacity: .75;
    padding: 0;
    width: 73px;
    z-index: 100;
  }

  .slick-prev {
    left: 36px;
  }

  .slick-next {
    right: 36px;
  }

  @media (max-width: 1024px) { 
    .slick-prev {
      left: 10px;
    }

    .slick-next {
      right: 10px;
    }
  }

  .slick-prev:hover, 
  .slick-prev:focus, 
  .slick-next:hover, 
  .slick-next:focus {
    background: no-repeat center center #fff;
    opacity: 1;
  }

  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    background-image: url(https://areacareerexploration.org/wp-content/uploads/2020/12/btn-prev.jpg);
    background-position: 15px 12px;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    background-image: url(https://areacareerexploration.org/wp-content/uploads/2020/12/btn-next.jpg);
    background-position: 24px 12px;
  }

  .slick-prev:before, 
  .slick-next:before {
    display: none;
  }

  .exhibit-template-default .fusion-builder-column-6 > .fusion-column-wrapper {
    margin-left: 0 !important; /* overridding inline style */
    margin-right: 0 !important; /* overridding inline style */
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .exhibit-document {
    margin-bottom: .5em;
  }

  .exhibit-document .mtli_pdf {
    background: none;
  }

  .exhibit-document .mtli_attachment {
    padding-left: 0 !important; /* overridding !important */
  }

  .exhibit-document .mtli_attachment:after {
    content: "";
  }

  .exhibit-phone {
    margin-top: 1em;
  }

  .post-content .exhibit-phone p {
    margin: 0;
  }

  .video-shortcode {
    margin: 20px 0;
  }