/*!
Theme Name: Investon
Theme URI: https://seventemplates.com/investon
Author: S7Template
Author URI: http://seventemplates.com
Description: Investon is a finance & consulting WordPress theme.
Version: 1.0.1
Requires PHP: 7.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: investon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.pd-bottom-110 {
    padding-bottom: 110px;
}
.no-breadcrumbs.page-title-area:after{ display: none; }

.navbar-area .nav-container .navbar-collapse #menu-all-pages > li + li{ margin-left: 10px; }
.navbar-area .nav-container .navbar-collapse #menu-all-pages li{ padding: 0 5px; }
/*Unit test css*/
.navbar-area .nav-container .logo a.retina-logo{
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7-not-valid-tip {
    color: #7e7e7e;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 25px;
    position: absolute;
    width: 445px;
    display: block;
    left: 0;
    border: 1px solid #d9d9d9;
    padding: 4px 5px 1px 10px;
}
.banner-inner .wpcf7 form.sent .wpcf7-response-output, 
.banner-inner .wpcf7-not-valid-tip {
    color: #fff;
    border: 1px solid #fff;
}
.wpcf7-spinner {
    display: none;
}
.banner-inner .wpcf7 form.invalid .wpcf7-response-output, 
.banner-inner .wpcf7 form.unaccepted .wpcf7-response-output, 
.banner-inner .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.woocommerce .woocommerce-ordering .nice-select.orderby {
    width: 195px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 4px;
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
    box-shadow: none !important;
}
.related.products > h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.woocommerce-page table.cart td.actions .coupon button,
.woo-btn-update-cart {
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 150px !important
}
.woocommerce-cart .wc-proceed-to-checkout .btn {
    padding: 0 20px;
}
.woocommerce-checkout-payment .place-order .button {
    background-color: var(--main-color-one) !important;
}

.woocommerce-checkout .select2-container .select2-dropdown {
    border-radius: 6px;
}
.woocommerce-checkout .select2-container .select2-dropdown--above {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.woocommerce-checkout .select2-container .select2-dropdown--below {
    border: 1px solid #e5e5e5;
    padding: 5px 10px 2px;
}
.select2-search--dropdown {
    padding: 0;
    margin-bottom: 5px;
}
.woocommerce-checkout .select2-container .select2-search__field {
    height: 2.8rem;
    background: #eee;
}
.woocommerce-checkout .woocommerce form .form-row label {
    line-height: 1;
}
.woocommerce-checkout .woocommerce form .form-row {
    margin: 0 0 30px;
}
.woocommerce-checkout .select2-results__option[aria-selected], .select2-results__option {
    margin-top: 0 !important;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e1e1;
    padding: 0 12px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a7a7a7 !important;
}
.select2-container {
    z-index: 9999;
}

.navbar-area-3 {
    position: relative;
    top: auto;
}
.navbar-area-3 .nav-transparent .nav-white:after {
    display: none;
}
.navbar-area-3 .nav-transparent .nav-container .right-part-search li {
    display: inline-block;
}
.navbar-area-3 .nav-transparent .nav-container .right-part-search li.social-i a i {
    height: auto;
    width: auto;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    font-size: 17px;
    color: #DD1C63;
    cursor: pointer;
}
.navbar-area-3 .nav-transparent .nav-container .right-part-search li a .fa-search {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #DD1C63;
    color: #fff;
    border: 0;
}
/**message-wrap**/
.message-wrap {
  box-shadow: 0 3px 39px rgba(139, 139, 139, 0.16);
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}
.message-wrap:after {
  content: "";
  position: absolute;
  background: url(../img/about/round.png);
  width: 163px;
  height: 163px;
  right: -75px;
  bottom: 0;
  z-index: -1;
  animation: img-top-bounce 7s infinite ease-in-out;
}
.message-wrap h6.title {
  font-size: 19px;
  font-weight: 600;
  background: #DD1C63;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.message-wrap p {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 32px;
}
.message-wrap .message-form-wrap {
  padding: 35px 33px 40px;
}
.message-wrap .message-form-wrap .btn {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-top: 10px;
}
.single-input-wrap label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  font-family: var(--body-font);
  margin-bottom: 4px;
}
.single-input-wrap input {
  border-radius: 3px !important;
  background: rgba(235, 235, 235, 0.16);
  border: 1px solid #EFEFEF;
  font-size: 16px;
  color: rgba(82, 82, 82, 0.8);
  height: 45px;
  line-height: 45px;
  width: 100% !important;
  padding: 0 20px;
  transition: all 0.4s ease-in;
}
.single-input-wrap input::placeholder {
  font-size: 16px;
  color: rgba(82, 82, 82, 0.8);
  line-height: 45px;
}
.single-input-wrap input:hover, .single-input-wrap input:active, .single-input-wrap input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #BBBBBB;
}
.single-input-wrap textarea {
  width: 100% !important;
  padding: 13px 20px;
  font-size: 16px;
  background: rgba(235, 235, 235, 0.16);
  border: 1px solid #EFEFEF;
  color: var(--paragraph-color);
  border-radius: 3px !important;
  transition: all 0.4s ease-in;
}
.single-input-wrap textarea::placeholder {
  color: var(--paragraph-color);
  font-size: 16px;
}
.single-input-wrap textarea:hover, .single-input-wrap textarea:active, .single-input-wrap textarea:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #BBBBBB;
}