/*
Template Name: APP ON
Description: Responsive HTML5 / CSS3 Landing Page Template
Version: 1.0
Author: Jthemes


Notes:
    Color:            #21d0f9


*/

.feature-box-style-2 .feature-icon,
.price-table.featured .table-price h1,
.price-table:hover .table-price h1,
.mini-post .post-title a:hover,
.post .post-title a:hover,
.post .post-author:hover a,
.post .post-comment:hover a,
.post .post-views:hover a,
.post .post-author:hover:after,
.post .post-comment:hover:after,
.post .post-views:hover:after,
.post .post-comment:hover span:first-child:after,
.post .post-views:hover span:first-child:after,
.widget.category .widget-content ul li a:hover,
.post-comments .comment-flag i,
.post-comments .comment-replay:hover {
    color: #21d0f9;
}


#team-section .ui-slider-tabs-list li a:after,
.price-table .table-price,
.price-table.featured,
.price-table:hover,
.btn-nesto-home {
    background-color: #21d0f9;
}

.faq-tabs ul.faq-tabs-btns li a:hover,
.faq-tabs ul.faq-tabs-btns li a:focus,
.faq-tabs ul.faq-tabs-btns li a.active {
    background-color: #21d0f9;

    -webkit-border: 1px solid #21d0f9;
       -moz-border: 1px solid #21d0f9;
         -o-border: 1px solid #21d0f9;
            border: 1px solid #21d0f9;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}