/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site Ã¢â‚¬â€œ big or small. From huge corporate portals to studio or personal sites Ã¢â‚¬â€œ The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.text-center {
  text-align: center;
}

.bg-gray {
  background-color: #f4f4f4;
}

a {
  transition: 0.3s;
}

a:hover {
  color: #00cfca !important;
}

#main {
  padding: 0 0 50px 0;
}

/*--- NAVBAR -----------------------------------------------------------------*/
.from-centre-line>li>a .menu-item-text:before {
  bottom: -5px;
}

.branding a img, .branding img {
  width: 274px;
  height: auto;
}

.mobile-header-bar .mobile-branding img {
  width: 274px;
  height: auto;
}

/*--- CF7 --------------------------------------------------------------------*/
.GDPR {
  font-size: 17px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #ffffff00;
  color: #4b4b4b;
  border: 1px solid #00cfca;
  transition: 0.3s;
  border-radius: 20px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.wpcf7 ::-webkit-input-placeholder {
  color: #00cfca !important;
}

.wpcf7 :-moz-placeholder {
  color: #00cfca !important;
}

.wpcf7 ::-moz-placeholder {
  color: #00cfca !important;
}

.wpcf7 :-ms-input-placeholder {
  color: #00cfca !important;
}

.wpcf7 input[type="submit"] {
  background-color: #00CFCA;
  color: #ffffff;
  border-radius: 50px !important;
  font-family: "Montserrat" !important;
  font-size: 13px !important;
  /* font-weight: 700 !important; */
  line-height: 20px !important;
  letter-spacing: 1.5px !important;
  margin-top: 20px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #EDEDED !important;
  color: #ffffff !important;
}

.wpcf7-spinner {
  position: absolute;
}

.widget_search input[type=text].searchform-s,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.wpcf7-number, input[type=text]:not(.elementor-field):not(.searchform-s),
input[type=search]:not(.elementor-field),
input[type=tel]:not(.elementor-field),
input[type=url]:not(.elementor-field),
input[type=email]:not(.elementor-field),
input[type=number]:not(.elementor-field),
input[type=date]:not(.elementor-field),
input[type=range]:not(.elementor-field),
input[type=password]:not(.elementor-field),
select:not(.elementor-field),
textarea:not(.elementor-field) {
  margin-bottom: 0px !important;
}

.wpcf7 p {
  margin-bottom: 0;
}

.wpcf7 p.notice-obligation {
  margin-top: 20px;
  font-size: 15px;
}

/*--- scroll-top -------------------------------------------------------------*/
.scroll-top.on {
  bottom: 60px;
}
