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

/**
 * TYPOGRAPHGY
 */
 .text.white { color: #FFF !important; }
 .text.pink,
 .text.pink.light  { color: #f36ba6 !important; }
   .text * {
     color: inherit !important;
   }


/**
 * WPML
 */
body .mini-wpml {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
body .mini-wpml a {
  color: #FFF !important;
}
body .wpml-ls-legacy-list-horizontal a {
  padding: 5px 6px;
}

.rounded .ult-content-box {
    border-radius: 6px;
}

/**
 * Ultimate Addons :: Modal
 */
body .ult_modal-content{
    -webkit-box-shadow: 0 0 30px -10px #404040;
    -o-box-shadow: 0 0 30px -10px #404040;
    -ms-box-shadow: 0 0 30px -10px #404040;
    box-shadow: 0 0 30px -10px #404040;
}

/**
 * Header bar
 */
.header-bar .text-area {
    color: #FFFFFF;
}

/**
 * Date-header
 */

body h2.date-header {
    display: inline;
}
body h2.date-header-old {
    color: red !important;
    text-decoration: line-through;
    padding-left: 15px;
    padding-right: 15px;
}

#gauge-textfield {
    font: var(--the7-h5-font);
    font-size: 3rem;
    color: #444;
    text-align: center !important;
}
    #gauge-textfield::after {
        content: '%';
        font-size: 1.6rem;
        line-height: 3rem;
    }

/**
 * OWL CAROUSEL
 * Frontpage activities
 */
body .ult-banner-block .bb-top-title {
    line-height: 1 !important;
    min-height: 65px !important;
    padding: 5px 10px;
}
