/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.aceess_form {
    text-align: center;
    display: flex;
    padding-top: 40px;
    margin: auto;
    justify-content: center;
}

.update_access_form {
    text-align: center;
    display: flex;
        padding-top: 20px;
        align-items: center;
        border-bottom: 2px solid #206607;
    padding-bottom: 20px;
}
.update_access_form label{
    width: 50%;
    font-size: 20px;
    font-weight: 900;
}
.update_access_form input.txtcode{
    width: 10%;
    margin-right: 10px;
}
.update_access_form input.fetchbtn{
    padding: 13px 20px 13px 20px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
    min-height: 25px;
    height: 25px;
}
#forminator-module-13 .forminator-quiz-intro .forminator-quiz--image{
	width:277.5px ;
	height: 392.43px;
}
   
form.aceess_form .txtcode{
	 margin-right: 5px;
     width: 240px;
}

.notice-for-user {
    color: red;
    text-align: center;
}

.success-for-user {
    color: #206607;
    text-align: center;
    margin-bottom: 0 !important;
}
.quiz-msg-table{
    border-collapse: collapse;
}
table.quiz-msg-table td,  table.quiz-msg-table th {
   border: 1px solid #206607;
       text-align: left;
}

.council-list {
    display: flex;
    flex-wrap: wrap;
}


.profile-image-card {
    width: 23%;
    position: relative;
    margin: 10px;
}


.profile-image-card .hover-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.profile-image-card .hover-area .hover-area-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px;
    text-align: center;
}

.profile-image-card .hover-area .profile-body .profile-country {
    color: #fff;
    margin-bottom: 0.6em;
}

.profile-image-card .hover-area .profile-body .profile-title {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.hover-area .profile-footer .ekit-team-social-list {
    list-style: none;
}

.hover-area .profile-footer .ekit-team-social-list li {
    color: #fff;
}

.profile-image-card:hover .hover-area {
    height: 100%;
}

.profile-image-card .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.council-list .social-list a {
    padding: 5px;
    position: relative;
    display: inline-block;
}

.council-list .social-list a img {
    height: 35px !important;
    max-width: 35px !important;
}

.council-list .social-list a .img-top {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}

.council-list .social-list a:hover .img-top {
    display: inline;
}
.eop_list{
    float: left;
}

.eop_list .eop_title{
    margin-top: 20px;
        font-size: 20px;
}

.profile-image-card .profile-body{
        text-align: center;
    padding-top: 11px;
}

.profile-image-card .profile-body .profile-title{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

.profile-image-card .profile-body .profile-country{
        margin-bottom: 10px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]{
    min-height: 25px;
    height: 25px;
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
    display: none;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    display: none;
}
.products .astra-shop-summary-wrap {
    text-align: center;
}
.woocommerce-js div.product form.cart div.quantity {
    display: none !important;
}

/* 1. Ensure this sits above everything when visible */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
    display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  z-index: 9999;
}

.modal-body{
 width: 600px;
 background-color: white;
   padding: 20px;
   border: 1px solid black;
   box-shadow: 10px 10px 5px #888888;
}


.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-content{
        position: relative;
}
.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  color: #000;
  background: none;
  border: 0;
      font-size: 22px;
}

.modal-close:hover {
  color: #000;
  background-color: transparent;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

#eop_fliter .form-group {
    display: inline-block;
    float: left;
    padding-right: 10px;
    width: 25%;
}

#eop_fliter .form-group button {
    background-color: #003500;
    padding: 10px 10px 10px 10px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

#eop_fliter select {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 4px;
    width: 290px;
    background-image: none !important;
}

#eop_fliter .form-group:last-child {
    float: left;
    text-align: center;
    padding-right: 0px;
}

#eop_fliter .select2-container .select2-selection--single{
background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 34px;
        padding: 4px 15px;
}
#expert_info p{
        margin-bottom: 10px;
}


@media (max-width: 767px) { 

    #eop_fliter .form-group {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    #eop_fliter .form-group:last-child {
        text-align: center;
        width: 100%;
    }

.profile-image-card {
    width: 44%;
}
.eop_list .eop_title{
    font-size: 16px;
}
.profile-image-card .hover-area .profile-body .profile-title {
   font-size: 20px;
}

.profile-image-card .profile-body .profile-title {
    font-size: 14px;
    line-height: 16px;
}
}

@media (max-width: 480px){
body .forminator-ui#forminator-quiz-leads-79 .forminator-quiz-intro .forminator-quiz--image{
        width: 200px !important;
}
body .forminator-ui#forminator-quiz-leads-135 .forminator-quiz-intro .forminator-quiz--image{
        width: 200px !important;
}
body #forminator-quiz-leads-135.forminator-ui .forminator-quiz--title{
    font-size: 25px;
}
.update_access_form{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
.update_access_form label{
    width: 100%;
    padding-bottom: 10px;
}
.update_access_form input.txtcode{
    width: 50%;
}
.forminator-common-form #forminator-quiz-leads-167.forminator-ui .forminator-quiz--title{
    font-size: 25px;
}
}