/*!
Theme Name: Essentials
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Author URI: http://themeforest.net/user/pixfort
Description: Essentials theme
Version: 1.2.3
License: Envato Marketplaces Split License
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/
.pix-header-icon-style {
    position: relative;
    top: 0px;
    color: #00a1cd;
}
.navbar-light.navbar-nav.nav-link.text-body-default, .text-body-default {
    color: #343a40 !important;
}
.wpforms-submit {
    width: 100%!important;
    border: 0!important;
    background: #00a1cd!important;
    color: white!important;
    font-size: 1.125rem!important;
    padding: 0.75rem 2rem!important;
    line-height: 1.5!important;
    border-radius: 0.3rem!important;
    font-weight: 600!important;
    margin-top: 10px!important;
}
.form-control {
    box-shadow: none!important;
	background-color:#f8f9fa!important;
	border-radius:0.25rem!important;
}
label.wpforms-field-label {
    margin-top: 10px;
	color: #484849;
}

.wpforms-one-half {width:50%;display:inline-block;}
.wpforms-first {padding-right:10px;}
.wpforms-two {padding-left:10px;}

.wpforms-field-large{
	box-shadow: none!important;
	background-color:#f8f9fa!important;
	border-radius:0.25rem!important;
	border:0!important;
}
#myModal {
  width: 380px; height: 450px;
  padding:40px;
  border-radius: 4px;
  background: white;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  display: none;
  opacity: 0;
  z-index: 38;
  
}
#myModal #myModal__close {
  width: 21px; height: 21px;
  position: absolute;
  font-size: 29px;
  top: 1px; right: 11px;
  cursor: pointer;
  display: block;
}
#myOverlay {
  z-index: 37;
  position: fixed;
  background: rgba(0,0,0,.7);
  width: 100%; height: 100%;
  top: 0; left: 0;
  cursor: pointer;
  display: none;
}
#myModal .mod-title{font-weight:600;text-align:center;}
#myModal .mod-description{display:block; font-size:13px; color:grey; text-align:center;padding-top:10px; padding-bottom:10px;}