/*
Theme Name:   the7dtchild
Theme URI:    http://example.com/The7/
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!
Author:       G.Maccario (child) - Dream-Theme (parent)
Author URI:   http://example.com
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
Tags:         theme, child, responsive-layout, accessibility-ready
Text Domain:  dt-the7
Template: 	  dt-the7
*/
/* =Theme customization starts here
/* -------------------------------------------------------------- */
.vc_row.pods-col.row-space .vc_row.wpb_row.vc_inner .wpb_column.vc_column_container.vc_col-sm-12 {
    width: 33.3%;
}
.heading-center-border h2:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #d0f4ea;
    width: 65px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}
.heading-center-border h2 {
    padding: 0 !important;
    margin: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ult-banner-block .bb-top-title {
    display: flex !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.about-section.row-space.last_slide_sc {
    padding-bottom: 10% !important;
}
@media (min-width:1280px) {
.owl-dots {
    top: calc(100% + -10%) !important;
    background-color: rgba(255, 255, 255, 0.49);
    width: 65%;
    margin: 0 auto;
    text-align: center;
    left: 50% !important;
}
}
@media (max-width:1023px) {
.vc_row.pods-col.row-space .vc_row.wpb_row.vc_inner .wpb_column.vc_column_container.vc_col-sm-12 {
    width: 49%;
}
.ult-banner-block .bb-top-title{
    line-height: 26px !important;
}
.vc_row.about-section.row-space.mobi_space .inner-pad-right {
    padding-top: 50px;
}
}
@media (max-width:767px) {
.vc_row.pods-col.row-space .vc_row.wpb_row.vc_inner .wpb_column.vc_column_container.vc_col-sm-12 {
    width:100%;
}
	.owl-dots {
    display: none;
}
	.about-section.row-space.mobi_space .inner-pad-left {
    padding-top: 30px;
}
.ult-banner-block .bb-top-title {
    min-height: 92px;line-height:26px !important;
}
}
.ult-banner-block .bb-top-title {
    min-height: 70px;
}
.owl-carousel .dt-owl-item div {
    display: block;
    margin: 0 auto;
}
@media (max-width:991px) {
.ult-banner-block .bb-top-title {
    min-height: 92px;
}
.about-section.row-space.last_slide_sc {
    padding-bottom: 15% !important;
	}
}