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

/* Revolution Slider */
.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

   /* black overlay with 50% transparency */
   background: rgba(0, 0, 0, 0.5);
}

#rev_slider_7_2.rev_slider .slotholder:after {
    background: rgba(0, 0, 0, 0);
}

/* icons */
.svg-200x200 i > img {
    height: auto;
    width: 200px;
}

.svg-200x200 .mpc-icon {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Anuncio publicitario */
.anuncio-publicitario-1 .frame-on.frame-fancy {
    background-color: #fff;
}
.anuncio-publicitario-1 .frame-on .shortcode-teaser-content {
    padding: 0 0 10px;
}
.anuncio-publicitario-1 .frame-on .shortcode-teaser-content h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}
.anuncio-publicitario-1 .frame-on .shortcode-teaser-content p {
    line-height: 1.25;
}

/* Botones */
.boton-bada-post > a {
    background-color: #fba502 !important;
    font-weight: 700;
}

.boton-bada-post > a:hover {
    background-color: #e49600  !important;
}

/* General */
.center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
}

.blue {
    color: #1b379b;
}

/* Selector de idioma */
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: #fff;
    background-color: #424348;
}
.wpml-ls-statics-shortcode_actions, 
.wpml-ls-statics-shortcode_actions a {
    border-color: #424348;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover > a, 
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus {
    background-color: #424348;
    color: #00b9eb;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
    border: 0 none;
}
.wpml-ls-statics-shortcode_actions a {
    color: #fff;
    background-color: #424348;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu.sub-nav {
    background-color: #424348;
    box-shadow: 0 0 0 #000;
}
.wpml-ls-statics-shortcode_actions a:hover {
    background-color: #FFA100;
    color: #fff; 
}