/*
Theme Name: Experts Inside Custom Theme
Author: NxtLvl Development
Author URI: https://nxtlvl.ch/
Description: Experts Inside ist ein Custom-Theme auf Basis des The7 Themes von Dream Team
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
*/
@font-face {
    font-family: 'trashhandregular';
    src: url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.eot');
    src: url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.woff2') format('woff2'),
    url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.woff') format('woff'),
    url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.ttf') format('truetype'),
    url('/wp-content/themes/dt-the7-child/assets/css/font/TrashHand-webfont.svg#trashhandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.custom-font h2 {
    font-family: 'trashhandregular', sans-serif;
}
.xi-blue h2 {
    color: rgb(0,145,209);
}
.branding a img, .branding img {
    width: 125px;
}
#branding-bottom {
    width: 60px;
}
h2.xi-special-img {
    font-family: 'trashhandregular', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    line-height: initial;
    text-align: center;
    color: #4385c3;
    font-style: italic;
    font-weight: 100;
}
#main {
    padding-bottom: 0;
}
#fancy-header.content-left.breadcrumbs-off .hgroup {
    padding: 20px;
    background-color: rgba(0,145,209,0.5);
}
.mobile-branding a img {
    width: 95px;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible {
    display: block !important;
    visibility: visible !important;
}
header.content-left>.wf-wrap {
    justify-content: flex-start;
    padding-top: 100px;
}
.withoutTitle h3 {
    display: none;
}
.withoutTitle article:hover {
    cursor: pointer;
}
h2.fancy-subtitle span a{
    color: #ffffff !important;
}
a.wpml-ls-link,
a.wpml-ls-link span.wpml-ls-native {
    color: #b1b4b8;
}
.wpml-ls-statics-shortcode_actions a:hover,
.wpml-ls-statics-shortcode_actions a:focus {
    color: #333333;
}
.juicer-feed .j-paginate {
    color: #FFFFFF;
    border-color: #08c;
    background-color: #08c;
}
.juicer-feed .j-paginate:hover {
    color: #f7f7f7;
    border-color: #0074ad;
    background-color: #0074ad;
}
.skillsmatrix {
    max-width: 450px;
}