/*

    Nevo Custom Styles
    ------------------
    Please use this stylesheet to make any changes to styles,
    so you can keep the changes when an update is available.

*/

.servicesgiven {
    margin: 30px 0;
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
}

video {
    width: 100%;
    height: 100%;
}

.text-white {
    color: white;
}

.footer {
    background: #eaedf4;
    height: 100%;
}

.footer .last {
    margin: 50px 0 ;
}
.footer a {
    border-bottom: 0px;
}
.footer a:hover {
    color: #004ef4;
}
.footer_section img {
    width: 60%;
    display: block;
}
.footer_section p {
    display: block;
    font-size: 0.8rem;
}
.footer .column-2, .footer .column-4, .footer .column-3 {
    padding: 20px;
}
.footer ul.list li {
     padding: 0.8rem 0;
}

.rrss {
    display: inline-flex;
    margin: 0 -1rem;
    font-family: "hk-nova", serif;
    font-size: .8rem;
}
.rrss .menu-link {
    margin: 0 1rem;
    padding: 0.5rem 0;
    border-bottom: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.introtext {
    max-width: 700px;
    letter-spacing: 0rem;
    line-height: 1.5rem;
}
a#to-top {
    width: 38px;
}

a#to-top hr {
    border-width: 0px;
    height: 4px;
    width: 22px;
    background: #044ef4;
}

.icons img {
    display: inline-block;
    margin: 0px 20px 25px 0;
}

@media screen and (max-width: 850px) {
  .sm_text-left {
    text-align: left !important;
  }
  form .button {
    width: inherit;
    padding: 20px 0;
    }
    .twitch_smscreen .column-5 {order: 2;}
    .twitch_smscreen.column-6 {order: 1;}

}

.prices {
    font-size: 0.9em;
}

.prices h3, .prices h4 {
    color: #f3e5bf !important;
    margin: 0;
}

.prices .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.prices p, .prices span{
    font-size: 0.7em;   
}

.prices h3 span {
    font-size: 0.3em;
}

.prices li {
    line-height: 1em;
    margin-left: 1.5em;
    margin-bottom: 25px;
}

.prices li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #03a9f4;
}

.prices li.xmark:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: Tomato;
}

.prices li.xmark {
    color: #a4a4a4 !important;
}

.prices .space-1 {
    border: 1px solid #b2b2b2;
    padding: 15px;
}

.prices .square li{
    list-style-type: circle;
    font-size: 0.8em;
    margin-left: 2.5em;
    line-height: 1em;
}

.prices .column-12 {
    margin: 30px 0;
}

.tooltip {
  position: relative;
  cursor: help;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  line-height: 1.2em;
  font-size: 0.8em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 40%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.full_image {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.image a {
    border-bottom: none;
}
