@charset "UTF-8";
.hidden {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  background: #fff;
}
.bootstrap-select .dropdown-menu li {
  display: block;
}
.bootstrap-select .dropdown-menu li a.active.dropdown-item.selected {
  background: #fffae7;
  color: #000;
}
.bootstrap-select .dropdown-toggle:before {
  content: none;
}
.bootstrap-select .dropdown-toggle:after {
  border: none;
  content: "";
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 14px;
  color: #778191;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #1F313D;
  background-color: #fff;
  border-color: #E6ECEF;
}

.show > .dropdown-toggle:after {
  border: none;
  content: "";
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background: #fff;
  height: 44px;
  color: #1F313D;
  font-size: 14px;
  font-style: inherit;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #E6ECEF;
  width: 100%;
  outline: none;
}
.bootstrap-select .btn {
  padding: 12px 12px;
  color: #6C757D;
  font-size: 14px;
  height: 44px;
  font-style: normal;
  box-shadow: none;
  background: #fff;
  border-radius: 2px;
  border-color: #E6ECEF;
  width: 100%;
  outline: none;
}
.bootstrap-select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #E6ECEF;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu > li > a {
  color: #1F313D;
  padding: 10px 13px;
  font-size: 13px;
  transition: none;
  background-color: #fff;
  border-bottom: 1px solid #E6ECEF;
}
.bootstrap-select .dropdown-menu > li > a:focus {
  color: #168C8C;
  text-decoration: none;
  background-color: #fff;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  color: #168C8C;
  text-decoration: none;
  background-color: #F7F7F7;
}

.bootstrap-select.btn-group.dropup .dropdown-toggle .filter-option {
  color: #1F313D;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #1F313D;
  background-color: #fff;
  border-color: #E6ECEF;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #1F313D;
  background-color: #fff;
  border-color: #E6ECEF;
}

.banner-form-wrapper .bootstrap-select.btn-group.dropup .dropdown-toggle .filter-option {
  color: #FFB500;
}

.bootstrap-select.btn-group.open .caret:after {
  content: "";
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-0 {
  padding: 0;
}

.pr-0 {
  padding-right: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.button {
  font-size: 14px;
  font-weight: bold;
}
.button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
}

button[disabled].button {
  opacity: 0.6;
  background: #ccc;
}
button[disabled].button .hover {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.datepicker-custom ul li {
  display: list-item;
}

.popup-show {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background: #BA1919;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 9999999;
}
.popup-show:hover {
  background: #A41616;
}
.popup-show .icon-alarm {
  display: inline-block;
  margin: 0px auto;
}

.open-label {
  position: absolute;
  right: 0;
  z-index: 9;
}

.loading {
  visibility: visible;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.loading::before {
  content: "";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #168C8C;
  z-index: 98;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.loading .loader {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 31% auto;
}

.ball-grid-pulse {
  width: 57px;
  position: relative;
  z-index: 999;
}
.ball-grid-pulse > div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  margin: 2px;
}
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -30ms;
  animation-delay: -30ms;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}
.loading.active::before {
  opacity: 0;
  visibility: hidden;
}
.loading.active:before {
  opacity: 0;
  visibility: hidden;
}
.loading.active:after {
  opacity: 0;
  visibility: hidden;
}

.open.invert > .dropdown-toggle.btn-default:hover {
  color: #fff;
  border-color: #FFD01F;
}

.bootstrap-select.invert.btn-group.dropup .dropdown-toggle .filter-option {
  color: #fff;
  border-color: #FFD01F;
}

.bootstrap-select.invert .btn {
  color: #fff;
  border-color: #FFD01F;
}
.bootstrap-select.invert .dropdown-menu > li > a {
  color: #10087d;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.bootstrap-select.invert .dropdown-menu > li > a:focus {
  color: #10087d;
  background: #FEB400;
}
.bootstrap-select.invert .dropdown-menu > li > a:hover {
  color: #10087d;
  background: #FEB400;
}

.bootstrap-select.invert.btn-group .dropdown-menu.inner {
  max-width: 200px;
}

.bootstrap-select.btn-group.invert .dropdown-toggle .caret:after {
  color: #FFD01F;
}

select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

textarea:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

.field-hidden {
  display: none;
}

a.add-btn {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #FFB500;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
}
a.add-btn:hover {
  color: #fff !important;
}

label.error-mess {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  display: block;
  font-style: italic;
  font-weight: 200;
  position: relative;
}

.sidebar-banner {
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.sidebar-banner .image {
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 270px;
}
.sidebar-banner .image .content {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: bottom;
  padding: 10px;
}
.sidebar-banner .image .content .title-top {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}
.sidebar-banner .image .content .title-bot {
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.sidebar-banner .image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/images/sidebar-banner-bg.png");
}

.menu-tags a {
  font-size: 12px;
  font-weight: 600;
  color: #168C8C;
  margin-right: 15px;
  display: inline-block;
  border-bottom: 1px solid #1F313D;
}
.menu-tags a:hover {
  color: #168C8C;
  border-color: #168C8C;
}

.post-author {
  font-size: 15px;
  color: #2c3e50;
  font-style: italic;
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
}

.sidebar-recent .post-holder {
  line-height: 1.2;
  margin-bottom: 25px;
}
.sidebar-recent .post-holder .date {
  color: #ffb400;
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 5px;
  letter-spacing: -0.8px;
}
.sidebar-recent .post-holder .post-title {
  color: #2C3D4F;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.sidebar-recent .post-holder .post-title span {
  border-bottom: 2px solid #959EA7;
  transition: all ease 0.5s;
}
.sidebar-recent .post-holder .post-title:hover span {
  border-color: #2C3D4F;
}

.close-btn {
  position: absolute;
  z-index: 10;
  right: -14px;
  top: -5px;
  font-size: 16px;
  color: #ffb500;
  text-align: center;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0 15px;
  border-radius: 5px;
}
.close-btn:hover {
  color: #ffb500;
}

.convergine-wrapper {
  width: 230px;
  margin: 0px auto 0;
  float: right;
  display: table;
}
.convergine-wrapper .left-block {
  width: 190px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.convergine-wrapper .left-block a {
  color: #7D7D7D;
  font-size: 12px;
  text-transform: none;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .right-block a {
  margin-top: 0px;
  display: block;
  position: relative;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.form h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}
.form .form-title {
  color: #7D7D7D;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #7D7D7D;
}
.form .form-field {
  position: relative;
  margin-bottom: 40px;
}
.form .form-field.d-inline-block {
  margin-bottom: 0;
}
.form .form-field .form-file .input-group-addon {
  height: 43px;
  font-size: 20px;
  color: #ffb500;
}
.form .form-field .form-file .form-control {
  transition: none;
}
.form .form-field .form-file .form-control:focus ~ .input-group-btn .input-group-addon {
  border-color: #0F077D;
}
.form .form-field .input-group {
  display: block;
  position: relative;
}
.form .form-field .input-group-addon {
  top: 7px;
  line-height: 35px;
  right: 15px;
  z-index: 6;
  position: absolute;
  border: none;
  border-radius: 0;
  color: #778191;
  background: transparent;
  height: 44px;
  transition: none;
  pointer-events: none;
}
.form .form-field .input-group-addon.on {
  pointer-events: inherit;
}
.form .form-field .input-group-addon.on a {
  color: #1F313D;
}
.form .form-field .label-custom {
  padding: 0;
  margin: 0;
  color: #1F313D;
  font-size: 11px;
  border-radius: 0;
  margin-top: 7px;
}
.form .form-field .label-placeholder {
  position: absolute;
  top: 7px;
  left: 0px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #2c3e50;
  font-size: 16px;
  font-style: italic;
  border-radius: 0;
  font-weight: 200;
  transition: 0.1s ease all;
  pointer-events: none;
}
.form .form-field .active.label-placeholder {
  top: -15px;
  font-size: 14px;
}
.form .bootstrap-datetimepicker-widget {
  height: auto !important;
  font-size: 13px;
  color: #1F313D;
}
.form .bootstrap-datetimepicker-widget table td span.active {
  background-color: #168C8C;
  color: #ffffff;
  text-shadow: none;
}
.form .bootstrap-datetimepicker-widget table td.active,
.form .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #168C8C;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.form .bootstrap-datetimepicker-widget table th {
  font-weight: 500;
}
.form .bootstrap-datetimepicker-widget .dropdown-menu {
  color: #1F313D;
  font-size: 13px;
}
.form .bootstrap-select {
  position: relative;
}
.form .bootstrap-select label.error {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: absolute;
  left: 0;
  border-top: 2px solid red;
  clear: both;
  top: 100%;
  z-index: 5;
  width: 100%;
}
.form .form-checkbox {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.form .form-checkbox label.error {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form .form-checkbox label {
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #1F313D;
  font-size: 16px;
  border-radius: 0;
}
.form .form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #dbddde;
  transition: all ease 0.2s;
  cursor: pointer;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 10px;
  top: 2px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.form .form-checkbox input[type=checkbox]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #168C8C;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form label.error {
  display: block;
  position: relative;
  color: red;
  font-size: 12px;
  font-weight: 500;
  border-top: 2px solid red;
  clear: both;
  top: 0px;
}
.form .wpcf7-list-item {
  padding: 0;
  margin: 0;
  position: relative;
}
.form .wpcf7-checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.form .wpcf7-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0px;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label {
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  display: inline-block;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbddde;
  transition: all ease 0.2s;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 11px;
  top: 3px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.form .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #ffa532;
  border-color: #ffa532;
}
.form .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form .wpcf7-list-item-label {
  padding: 0 0 0 40px;
  color: #1F313D;
  font-size: 14px;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none;
  font-weight: 300;
  outline: none;
  position: relative;
  display: block;
}
.form .form-radio-field {
  margin-top: 10px;
}
.form .form-radio-field .form-radio {
  margin-right: 15px;
  font-size: 14px;
}
.form .form-checkbox-field {
  margin-top: 20px;
  margin-bottom: 25px;
  height: 28px;
}
.form .form-checkbox-field label {
  line-height: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.form .form-radio-field-small {
  margin-top: -5px;
}
.form .form-radio-field-small label.label-field {
  margin-bottom: 5px;
  margin-top: 0px;
}
.form .form-radio-field-small .form-radio {
  margin-top: 0;
}
.form .form-field-checkbox {
  margin-top: 10px;
  margin-bottom: 25px;
}
.form .radio-holder {
  padding-top: 10px;
}
.form .form-radio {
  color: #1F313D;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 28px;
}
.form .form-radio input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
}
.form .form-radio input:checked ~ .checkmark {
  border-color: #27AE60;
  background: #fff;
  border-color: #FFB500;
  background: #fff;
}
.form .form-radio input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.form .form-radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.form .form-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFB500;
  transition: all ease 0.3s;
  transform: scale(0);
}
.form .form-radio:hover input ~ .checkmark {
  border-color: #FFB500;
}
.form .form-control {
  height: 50px;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  font-style: inherit;
  box-shadow: none;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.form .form-control[readonly] {
  background: #ddd;
  cursor: not-allowed;
}
.form .form-control.form-control-sm {
  height: 40px;
}
.form .form-control.d-inline-block {
  width: inherit;
}
.form .form-label-default {
  font-size: 13px;
  padding: 5px 0;
  margin: 0;
  color: #168C8C;
  font-weight: 700;
}
.form .form-label {
  color: #7D7D7D;
  pointer-events: none;
  position: absolute;
  top: 0;
  font-size: 16px;
  padding: 10px 0 12px 15px;
  transition: all 200ms;
}
.form .form-label.active {
  font-size: 13px;
  padding: 5px 0 5px 15px;
  color: #168C8C;
  transform: translate3d(-16px, -27px, 0);
  opacity: 1;
  font-weight: 700;
}
.form textarea.form-control {
  min-height: 75px;
  height: inherit;
}
.form div.wpcf7 .ajax-loader {
  position: absolute;
}
.form span.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border-top: 2px solid red;
}
.form div.wpcf7-response-output {
  margin: 20px 0;
  font-size: 14px;
  padding: 12px 15px;
  background: #F9F9F9;
}

.social-links {
  margin: 20px 0;
}
.social-links a {
  display: inline-block;
  color: #5F5F5F;
  font-size: 20px;
  margin-right: 15px;
}
.social-links a:hover {
  color: #168C8C;
}

/*# sourceMappingURL=extra.css.map */


.custom-login-form #loginform {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns:repeat(2, 1fr);
	grid-template-columns:repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: -31px;
}
.custom-login-form .login-remember {
	grid-column: 1 / 3;
	display: none;
}
.custom-login-form .login-submit {
	grid-column: 1 / 3;
}
.custom-login-form p {
	margin: 0;
}
.custom-login-form .login-username,
.custom-login-form .login-password {
	display: block;
}
.custom-login-form .login-username label,
.custom-login-form .login-password label{
	font-size: 13px;
	padding: 5px 0 5px;
	color: #168C8C;
	opacity: 1;
	font-weight: 700;
	display: block;
	margin: 0;
}

.custom-login-form .login-username input,
.custom-login-form .login-password input{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #F9F9F9;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	font-style: inherit;
	box-shadow: none;
	outline: none;
	height: 44px;
	font-size: 14px;
}
.custom-login-form .login-submit .button {
	display: inline-block;
	outline: none;
	border: none;
	min-width: 120px;
	border-radius: 50px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	transition: all ease 0.2s;
	overflow: hidden;
	position: relative;
	border: 2px solid #168C8C;
	background: linear-gradient(163.3deg, #169595 0%, #006666 100%);
	color: #fff;
	padding: 17px 25px 17px;
	min-width: 180px;
}
.custom-login-form .login-submit .button:hover{
	opacity: .9;
}