/*
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
*/
.max-width-1200 {max-width:1200px}
.max-width-1100 {max-width:1100px}
.max-width-1000 {max-width:1000px}
.max-width-900 {max-width:900px}
.max-width-800 {max-width:800px}
.max-width-700 {max-width:700px}
.max-width-600 {max-width:600px}
.max-width-500 {max-width:500px}
.max-width-400 {max-width:400px}
.logo {
    filter: unset !important;
}
.mobile-logo {max-width:100px !important}
.wpml-ls-item p {margin:0 !important}
.js-wpml-ls-item-toggle br {display:none !important}
.wpml-ls-item a {
    text-decoration: none !important;
}
.top-bar {
    max-width: 1300px !important;
    padding: 0 10px;
}
#asset-div {overflow:visible !important}
.start-asset-1-div {
    position: absolute;
    top: -200px;
    z-index: 9;
    right: 20%;
}
.start-asset-1-div img {
    width: 200px;
}
.branding {max-width:210px}
.branding > a, .branding > img {
    padding: 0px 50px 0px 50px;
}
ol, ul {
    padding-left: unset !important;
	margin-bottom: unset;
}
.downwards-line > li > a .menu-item-text:before {
    bottom: -27px;
}
.wrap-fix .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.borderradius {border-radius: 30px;overflow:hidden}
.borderradius_top {
    border-radius: 30px 30px 0px 0;
    overflow: hidden;
}
.borderradius_bottom {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.objekt_wrap h3 {
    margin-bottom: 15px;
}
.objekt_wrap .objekt_cont {
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    margin-bottom: 7px;
    border-bottom: dotted 1px #d3d3d3;
    padding-bottom: 5px;
}
.objekt_wrap .objekt_cont span {
    margin: 0 10px;
}
.objekt_wrap a {
    color: #605956;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #f7f7f7;
    border-radius: 30px;
    margin-top: 15px;
}
.objekt_wrap i {
    margin-right: 5px;
}
.objekt_wrap > .vc_column-inner > .wpb_wrapper:first-child  {
    border: solid 1px #eee;
    border-radius: 30px;
}
.service-wrap > .vc_column-inner:first-child {
    border: solid 20px #fff;
    border-radius: 25px;
    padding: 0 50px;
}
.service-wrap-single {
    margin: 130px auto 25px auto;
    padding: 10px !important;
    text-align: center;
    border-radius: 15px;
    max-width: 600px;
}
.wf-container-footer .wf-container {
    display: flex;
    align-items: center;
}
.breadcrumbs-bg {
    background: white !important;
    padding: 5px 20px !important;
    margin-top: 20px!important;
    border-radius: 10px!important;
    margin-bottom: 0!important;
}
.breadcrumbs-bg .current {
    color: #e7bd3c !important;
}

/* MOBILE COLLAPSE */
@media (max-width: 1200px) {
	.hide-1200 {display:none !important}
}