/*
Theme Name: The7
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 14.2.0
Tested up to: 6.8.0
Requires PHP: 7.2.0
Requires at least: 6.6.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: https://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: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/
span.emailIcon i {
    border: 2px solid #fff;
    padding: 10px;
    margin-right: 12px;
    margin-bottom: 19px;
}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
.top-icon-img {width: 40px; border: 1px solid #055DAD; padding: 3px; margin-right: 10px;}
.top-icon .aio-icon-header h3.aio-icon-title {margin: 5px 0 5px !important;}
.vision .ult_price {background-image:url(/wp-content/uploads/2019/09/vision-new.png); background-repeat:no-repeat;}
.wel_img img{position:relative; top:15px; left:15px;}
.footer .widget { margin-bottom: 0px !important;}
.enquiry textarea {height:60px !important; width:100% !important;}
.wpcf7-form-control-wrap textarea {height:60px !important; width:100% !important;}
.popup-title {color: #ffffff;   writing-mode: horizontal-tb !important;}
.followbuttons {top: 300px; position: fixed; z-index: 1000; left: 0px; padding: 10px;}
.amazingcarousel-image > div { display: none !important; opacity: 0 !important; } 
.wonderplugincarousel-container, .wonderplugincarousel, .amazingcarousel-list-container, .amazingcarousel-list-wrapper { max-width: 100% !important; width: 100% !important; } 
.amazingcarousel-image { border: 2px solid #333; padding: 2px !important; } 
.amazingcarousel-image a {width: 0px !important; }
.white h1{color:#fff;}
.mainservice-info-box{background: #ffffff;
  border-radius: 4px;
  text-align: center;
  margin: 0px 15px;
  padding: 20px 15px 0px;
  box-shadow: 0 1px 10px 0px rgba(207, 213, 224, 0.51);
  transition: all 0.45s ease-out;}
.mainservice-info-box:hover{  box-shadow: 0 1px 17px 0px rgba(207, 213, 224, 1);}
.accent-icon-bg{box-shadow: 0 1px 10px 0px rgba(207, 213, 224, 0.51);background: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 20px 10px 0px}
.accent-icon-bg:hover{  box-shadow: 0 1px 17px 0px rgba(207, 213, 224, 1);}
a {text-decoration:none !important;}
/*.main-box-1{background:#F59D00;padding:20px;}
.main-box-2{background:#227FBB;padding:20px;}
.main-box-3{background:#C23824;padding:20px;}
.main-box-4{background:#8F3FAF;padding:20px;}
.main-box-5{background:#00A185;padding:20px;}
.main-box-6{background:#1AAF5D;padding:20px;} */

.main-box-1{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.main-box-2{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.main-box-3{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.main-box-4{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.main-box-5{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.main-box-6{background:#fff;padding:20px;box-shadow: 1px 2px 2px 0px rgb(165 194 228);border: 1px solid #f2f2f2;}
.ft_logo {background-color:#fff; padding:10px; border-radius:5px;}

/* The7 CF7 Form with Title Above Input */

.dt-cf7-form {
  margin: auto;
}

.dt-field {
  position: relative;
  margin-bottom: 18px;
}

.dt-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.dt-field i {
  position: absolute;
  top: 50px;
  left: 15px;
  color: #777;
  font-size: 16px;
	z-index:1;
}

.dt-field input,
.dt-field textarea {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.dt-field textarea {
  min-height: 120px;
  resize: vertical;
}

.dt-field input:focus,
.dt-field textarea:focus {
  border-color: #1e73be;
  outline: none;
}

.dt-textarea i {
  top: 40px;
}

.dt-submit input {
  width: 100%;
  background: #1e73be;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.dt-submit input:hover {
  background: #155a8a;
}