/*
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
*/

/* General */
h1, h2, h3 {
    letter-spacing: 2px;
}

h4, h5, h6 {
    letter-spacing: 1px;
}

.white-white h2 {
	color: #ffffff;
}

.cta-white h5 {
	color: #ffffff;
	letter-spacing: 2px;
}

/* Home */
.home-corp .uavc-list-icon {
    margin-top: 10px;
    margin-right: 15px !important;
	padding-top: 23px;
}

.home-corp .uavc-list-content {
    margin-bottom: 35px;
}

.personal-box .wpb_wrapper {
    background: #ffffff;
    border-radius: 10px;
}

.personal-box .wpb_text_column.wpb_content_element {
    padding: 0 25px 30px 25px;
}

.personal-box .vc_single_image-wrapper img {
    border-radius: 10px 10px 0 0;
}

/* About-Us */
.about-arrow .uavc-list-icon {
    margin-right: 15px !important;
}

.about-arrow .uavc-list-content {
    margin-bottom: 25px;
}

/* Corporate */
.corp-box .wpb_wrapper {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #eeeeee;
}

.corp-tab .vc_tta-panel-body {
    padding: 35px !important;
}

/* Personal */
.personal-pg-box .dt-text-desc {
    padding: 20px 0;
}

.personal-pg-box .text-icon.dt-icon-bg-off.dt-icon-hover-off {
    margin-top: -20px;
}

/* Contact Us */
.contact-box .wpb_column.vc_column_container.vc_col-sm-4 {
    box-shadow: 0px 0px 4px 4px #f9f9f9;
    min-height: 200px;
    padding-top: 50px;
    margin: 10px;
    width: 31%;
    border-radius: 10px;
}

/* Mobile Responsive */
@media only screen and (max-width: 778px) {
.display-none {
    display: none;
}

.contact-box .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 95%;
	text-align: center;
}
}