/**
 * FAQ styles
 */

/*#toplevel_page_page-utils li.current {
    display: none;
}*/

#toplevel_page_page-utils li.wp-first-item {
    display: list-item;
}

.faq-container.parent-container {
  /*padding: 0 20px 0 20px;
  max-width: 800px;*/
  width: 100%;
}
.faq-header { font-size: 20px; }
.faq {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-left: 20px;
  padding-right: 20px;
}
ul.faq li {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  list-style-type: none;
}
.faq li.active .answer {
  max-height: 100% !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
  color: #808080;
  transition: color 0.5s ease;
}
.faq .answer {
  color: #090909;
  font-family: serif;
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -40px;
  top: 50%;
  z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: #000;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq-item .plus-minus-toggle:after {
  transform: rotate(90deg);
  transform-origin: center;
}
.faq-item.active .plus-minus-toggle:after {
  transform: rotate(0);
}
.faq .question {
  color: #090909;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faq .question {
    font-size: 18px;
  }
}
/********************************* Newsletter Subscribers **********************************/
#pu-subs-form{
    position:relative;
    width: auto;
    max-width: 450px;
    margin: auto;
    height:auto;
    /*padding: 0 20px;*/
    padding-bottom:1em;
}

#pu-subs-form h2{ 
  text-transform: uppercase;
  text-align: center;
}

#pu-subs-form button{
    width:100%;
    margin-top:0.5em;
    padding:0.6em;
}

#pu-subs-form input{
    position: relative;
    width:100%;
    font-size:1em;
    padding:1.2em 1.7em 1.2em 1.7em;
    margin-top:0.6em;
    margin-left: 0;
    margin-bottom:0.6em;
    border-radius: 20px;
    border:none;
    background:#ebebeb;
    outline:none;
    font-weight: bold;
    transition:0.4s;
}

/*#pu-subs-form input:focus , #pu-subs-form input:active{
    transform:scaleX(1.02);
}*/

#pu-subs-form input::-webkit-input-placeholder{
    color:#222;
}

#pu-subs-form .pu-subscribe {
    background: #57b846;
    color: #fff;
}

#pu-subs-form .btn {
    border-radius: 20px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.8em 1em 0.8em 1em!important;
    transition: 0.5s;
    border: 1px solid #ebebeb;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
#pu-subs-form button {
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size: 1em;
    z-index: 2;
    outline: none;
    background: #fff;
    transition: 0.2s;
}

@media only screen and (max-width:500px){
    #pu-subs-form{
        width:100%;
    }
}
/*******************************GDPR Cookie*****************************/
#cookie-law-info-bar {
    /*border: 0; */
    font-size: 12pt;
    margin: 0 auto;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width:100%;
    z-index: 9999;
    /*box-shadow:rgba(0,0,0,.5) 0px 5px 50px;*/
    display: none;
    left:0px;
    font-weight:300;
  }
  #cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding:5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px;
    display: none;
  }
  #cookie-law-info-bar span {
    vertical-align: middle;
  }
  .cli_messagebar_head{
    margin: 10px 0;
  }
  .cli-accept-button{ cursor: pointer; }
  
  .cookie-msg-wrap{
      max-width: 1260px;
      margin: 0 auto;
      /* position: fixed; */
      overflow: hidden;
      box-sizing: border-box;
      font-family: Helvetica,Calibri,Arial,sans-serif;
      font-size: 16px;
      line-height: 1.5em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      z-index: 9999;
      align-items: center;
  }
  
  .cookie-msg-wrap .cookie-msg{
        display: block;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
      margin-right: 1em;
  }
  
  .pu-cookie-button{
        display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: justify;
      align-content: space-between;
  }
  
  .pu-gdpr-cookie-btn{
        display: block;
      padding: .4em .8em;
      font-size: .9em;
      font-weight: 700;
      /* border-width: 2px; */
      border-style: solid;
      text-align: center;
      white-space: nowrap;
  }
  
  .pu-gdpr-cookie-readmore-btn{ font-weight: bold; cursor: pointer; }
  
  @media (max-width: 767px){
    .cookie-msg-wrap{
      flex-direction: column;
    }
    .cookie-msg-wrap .cookie-msg {
      margin-right: 0;
      margin-bottom: 1em;
    }
    .pu-cookie-button {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  }
/**************************** GEO target Popup *******************************/

/* This stylesheet is used to style the public-facing components of the plugin. */
.pu-geot-popup-rules .page-rules-tbl table select{ width: 99.95% }

.spu-box, .spu-box *{
  box-sizing: border-box;
}
.spu-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.spu-box:before,
.spu-box:after {
    content:"";
    display:table;
}
.spu-box:after {
    clear:both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
    zoom:1;
}
.spu-box { 
  position:fixed;
  z-index: 999999;
  margin: 10px;
  max-width: 100%;
}
.spu-box.spu-centered{
  margin: 0;
}
/** Some basic css for box content**/
.spu-box img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
/** end basic style**/
.spu-box.spu-top-left{ 
  top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
  top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
  bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
  bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {  
  margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
  margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
  position:absolute;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: 1;
}
.spu-close.top_right{
    right:8px;
    top:5px;
}
.spu-close.top_left{
    left:8px;
    top:5px;
}
.spu-close.bottom_right{
    right:8px;
    bottom:5px;
}
.spu-close.bottom_left{
    left:8px;
    bottom:5px;
}
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.spu-shortcode {
  float: left;
  line-height: normal !important;
}
.spu-facebook-page{
    text-align: center;
    display: block;
}
.spu-shortcode iframe{
  max-width: 1200px;
}
.spu_shortcodes{
  zoom: 1;
}
.spu-content .wysija-msg li{
    list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }

@font-face {
    font-family: 'spufont';
    src:url('../fonts/spufont.eot?sze5my');
    src:url('../fonts/spufont.eot?#iefixsze5my') format('embedded-opentype'),
    url('../fonts/spufont.woff?sze5my') format('woff'),
    url('../fonts/spufont.ttf?sze5my') format('truetype'),
    url('../fonts/spufont.svg?sze5my#spufont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spu-icon-envelope:before {
    content: "\f003";
}

.spu-icon-check:before {
    content: "\f00c";
}

.spu-icon-close:before {
    content: "\f00d";
}

.spu-icon-eye:before {
    content: "\f06e";
}

.spu-icon-gears:before {
    content: "\f085";
}

.spu-icon-angle-up:before {
    content: "\f106";
}

.spu-icon-angle-down:before {
    content: "\f107";
}

.spu-icon-spinner:before {
    content: "\f110";
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none;
}
/**
* Top Bar position
*/
.spu-box.spu-top-bar,
.spu-box.spu-bottom-bar{
    margin: 0;
    width: 100% !important;
    padding: 10px 30px !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    position: fixed;
    box-shadow: none;
    z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr{
    padding-bottom: 40px !important;
}
.spu-box.spu-top-bar{
    top: 0;
    border-top: none !important;
}
.spu-box.spu-bottom-bar{
    bottom: 0;
    border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p{
    margin: 0;
}
@keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 620px) {
  .spu-box.taller-than-viewport {
    left: 0 !important;
    top: 100px !important;
    position: absolute !important;
  }

  .spu-box{
    margin: 0;
  }
}
