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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong {
  font-weight: normal;
  font-family: 'karmina_sans_semibold';
}

a {
text-decoration: none;
transition: color 250ms ease;
font-family: "karmina_sans_semibold";
}

a:hover {
color: black;
}

li > ul {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0;
}

.cp-load-after-post,
p > a.edit-link {
display: none !important;
}

.wpb_text_column a[target="_blank"]:after {
  content: "\f08e";
  font-family: 'Defaults';
  margin-left: 6px;
}

/* header */
.masthead {
position: absolute;
}

/*
.vc_column_container>.vc_column-inner {
padding-left: 0;
padding-right: 0;
}

.vc_row {
margin-left: 0;
margin-right: 0;
}
*/


#split_right-menu > .menu-item-72 > .sub-nav {
left: -45px !important;
width: 180px !important;
}



/* DESKTOP */
@media screen and (min-width: 1161px) {


.masthead {
  top: 20px;
  left: 20px;
  right: 20px;
}

.mini-widgets {
  position: relative;
}

.mini-widgets:before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  content: '';
  left: 0;
  top: -9px;

  height: 80px;
}
}

/* TABLET and MOBILE */
@media screen and (max-width: 1160px) {
.masthead {
  top: 10px !important;
  left: 10px;
  right: 10px;
}

.mobile-navigation {
  position: relative;
}

.dt-mobile-menu-icon {
  padding: 14px 10px;
  border-right: 2px solid #2e8d69;
  border-radius: 0;
}

.mini-search {
  position: relative;
  padding-right: 17px;
  padding-left: 7px;
}

.mini-search:before {
  content: '';
  position: absolute;
  top: -17px;
  left: -10px;
  width: 2px;
  height: 50px;
  background-color:#7F2A49;
}

#footer .wf-container-footer {
  padding-left: 40px;
  padding-right: 40px;
}

}

.masthead.full-width {
/* max-width: 1440px; */
padding: 0 !important;
}

.branding > a, .branding > img {
padding: 0;
}

.branding a img, .branding img {
max-width: 300px;
}

.mobile-header-bar .mobile-branding img {
max-width: 240px;
}

#split_left-menu {
justify-content: flex-start;
padding-left: 10px;
}

#split_right-menu {
justify-content: flex-end;
padding-right: 10px;
}

.split-header .header-bar .navigation:last-child > .mini-widgets, .split-header .widget-box .mini-widgets {
padding: 0 32px;
}

.split-header .navigation {
flex-basis: auto;
}

/* navigation */
.main-nav .current_page_item .menu-text {
  font-family: 'karmina_sansbold';
}

.main-nav > li > a {
  margin: 16px 5px 16px 5px;
}


/* overview links style */
.menu-item--overview .menu-text {
  font-size: 14px !important;
  font-family: "karmina_sans_semibold" !important;
}

/* footer */
.footer .widget-title {
border-bottom: 1px solid #9a9a9a;
padding-bottom: 15px;
}

.footer .menu-item {
line-height: 36px !important;
border: 0 !important;
}

.footer .widget-customhtml-logos {
display: flex;
flex-direction: column;
}

/* disable border and padding on homepage */
.home #main {
border-top: 0;
padding: 0 !important;
}

/* main */
#main {
  border-top: 10px solid #e5e5e5;
}

.wpb_text_column h2,
.seperator-title {
width: 100%;
background-color: #7F2A49;
color: white;
text-align: center;
font-size: 16px;
line-height: 20px;
font-family: 'karmina_sans_semibold';
padding: 17px 0 12px;
}

/* max the width of the "content-box"-Widget content*/
.ult-content-box-container .wpb_wrapper {
  max-width: 500px;
  margin: 0 auto;
}



/* custom widgets */

/* anker-navigation */
/* custom rows*/
.vc_row-ankernav .wpb_wrapper {
  display: flex;
}

.anker-navigation .widgettitle {
  display: none;
}

.anker-navigation {
  background-color: #ffffff;
  padding: 12px 30px;
  box-shadow: 0 3px 0 0 #e5e5e5;
}

.anker-navigation .menu {
  margin: 0;
  padding: 0;
}

.anker-navigation .menu .menu-item {
  padding: 0;
  line-height: 20px;
  margin: 0;
  border-color: #ebebeb;
  font-family: 'karmina_sans_semibold';
}

.anker-navigation .menu .menu-item a {
  padding: 21px 0;
  display: block;

  background-image: url('assets/icons/right.svg');
  background-repeat: no-repeat;
  background-position: right center;
}

.anker-navigation .menu .menu-item a:hover {
  text-decoration: none;
 -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color:#7F2A49;
  background-image: url('assets/icons/right_hover.svg');
}

/* @media screen and (min-width: 768px) {
.wpd_ankernav .vc_column-inner  {
    padding: 0;
}
} */


/* teaser */
.teaser {
margin-bottom: 35px;
}

.teaser__image .wpb_content_element,
.teaser__text .wpb_content_element {
margin: 0;
}

.teaser__image .vc_column-inner {
padding: 0;
}

.teaser__image .vc_figure,
.teaser__image .vc_single_image-wrapper,
.teaser__image .vc_single_image-img {
width: 100%;
}

.teaser--image-text {
display: flex;
background: #7F2A49;
/* background: -webkit-linear-gradient(90deg,#5bb5b9,#842f88);
background: linear-gradient(90deg,#5bb5b9,#842f88); */
/* background: -webkit-linear-gradient(90deg,#5bb5b9#7F2A49);
background: linear-gradient(90deg,#5bb5b9#7F2A49); */


}

.teaser--image-text .teaser__text {
flex: 1;
color: #ffffff;

font-size: 35px;
line-height: 40px;
font-family: 'karmina_bold';
}

.teaser--image-text .teaser__text {
flex: 1;
display: flex;
align-items: center;
}

.teaser--image-text .teaser__text .vc_column-inner {
padding: 0 60px;
}

@media screen and (max-width: 767px) {
.teaser--image-text {
  flex-direction: column;
  margin: 0 auto 35px;
  max-width: 355px;
}

.teaser--image-text .teaser__text .vc_column-inner {
  padding: 0 0 100%;
}

.teaser__text .wpb_content_element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 48px;
}
}


/*
footer menu
*/
#footer .custom-icon {
margin: 0;
}
.custom-icon a {
position: relative;
display: flex;
align-items: center;
font-family: 'karmina_sans_light' !important;
text-decoration: none;
}

.custom-icon a:hover {
text-decoration: none;
}

.custom-icon a i {
margin-right: 16px;
font-size: 24px;
}

/*
Akkordeon
*/
.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading {
background-color: white !important;
}

/* set color to text and icon*/
.vc_tta-title-text {
color: #3c3c3c;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-title-text {
color:#7F2A49;
}
.wpb-js-composer .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon-chevron:before {
border-color: #7F2A49;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 30px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
padding: 35px 30px 36px !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
padding: 0 30px 36px 30px !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-body {
border-top: 0 !important;
background-color: #ffffff !important;
}

.vc_tta-title-text {
font-size: 16px;
line-height: 22px;
font-family: 'karmina_sansbold';
}

/* Download list */
.download-list .icon_list_connector {
display: none !important;
}

.download-list .icon_list_item {
position: relative;
background-color: #ffffff !important;
}

.download-list .icon_list_item:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 100%;

background-image: url('assets/icons/download.svg');
background-position: center;
background-repeat: no-repeat;
border-left: 1px solid #f4f4f4;
}

.download-list .icon_list_item:hover .icon_description > * {
color:#7F2A49 !important;
}

.download-list .icon_list_item:hover:after {
background-image: url('assets/icons/download_hover.svg');
}

.download-list .icon_list_icon {
min-height: 120px;
min-width: 120px;
background-color: #ffffff !important;
border: 0 !important;
border-right: 1px solid #f4f4f4 !important;
}

.download-list .icon_list_icon {
position: absolute;
}



.download-list .icon_description {
padding: 37px 159px 39px 39px !important;
}


.download-list--narrow {
max-width: 500px;
margin: 0 auto;
}

.download-list--narrow .smile_icon_list li.icon_list_item {
margin: 0 0 3px!important;
}

.download-list--narrow .icon_list_icon,
.download-list--narrow .icon_list_item {
background-color: #f4f4f4 !important;
}

.download-list--narrow .icon_list_item:after {
content: none;
}

/* INFO BOX*/

.infobox {
background-color: #ffffff;
padding: 15px 20px;
}

.infobox .align-icon {
text-align: left;
}

.infobox .aio-icon-description {
width: 75%;
display: table-cell;
}

.infobox .aio-icon.square {
background: #7F2A49!important;
}

#footer .widget .widget-info {
white-space: pre-wrap;
margin-top: 23px;
}

.vc_figure-caption {
background-color: #ffffff;
padding: 15px 20px;
font-size: 14px !important;
line-height: 20px;
color: #242424;
margin: 0 !important;
border-bottom: 3px solid #e8e8e8;
letter-spacing: 0.4px;
font-family: 'karmina_sans_light';
}

.hero-text .hero-text__date {
font-family: 'karmina_sans_light' !important;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 20px !important;
margin-top: -22px !important;
margin-bottom: 22px !important;
}

.hero-text .hero-text__title {
font-family: 'karmina_sans_bold' !important;
font-size: 35px !important;
line-height: 40px !important;
font-weight: 600 !important;
}

.hero-image {
position: relative;
}

.hero-image:after {
content: '';
background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33));
position: absolute;
top: 0;
left: 0;
width: 60%;
bottom: 0;
}

.hero-image img {
width: 100% !important;
height: auto !important;
}

.single-post .hero-link {
display: none;
}

.hero-link {
display: inline-block;
border-radius: 100px;
background-color: #921949;
font-family: 'karmina_sans_bold';
font-size: 16px;
font-weight: bold;
line-height: 2.5;
text-align: center;
color: #ffffff;
min-width: 200px;
padding: 3px 30px 5px;
margin-top: 28px;
}

.hero-link:hover {
background: #5bb5b9;
}

@media screen and (max-width: 778px) {
.hero-image {
  margin-bottom: 34px !important;
}
.hero-text {
  padding: 0 10px;
}
}


.backlink {
display: flex;
color: #242424;
padding: 20px;
border-top: 1px solid #ebebeb;
justify-content: center;
}

.backlink:hover {
color: #7F2A49;
}



/* custom single css */
.single #main {
position: relative;
z-index: 2;
}

.blog .content {
width: 100% !important;
padding: 0 !important;
}

.blog .layout-list .post.bg-on {
padding: 0;
margin: 0;
}

.fancy-date,
.author,
.category-link {
display: none !important;
}

.single .entry-content {
background-color: white;
margin-top: -155px;
}

.blog .articles-list,
.related-posts-grid {
display: flex;
flex-wrap: wrap;
}

.cp-load-after-post {
display: none !important;
}

.custom-post,
.related-posts-grid .related-item {
  width: 32% !important;
  margin-right: 2% !important;
  background-color: white !important;
  display: flex !important;
}

.custom-post:nth-of-type(3n + 3),
.related-posts-grid .related-item:nth-of-type(3n + 3) {
  margin-right: 0 !important;
}

.related-posts-grid .related-item article {
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.related-posts-grid .related-item .post-rollover {
  float: none !important;
  margin: 0;
  width: 100% !important;
}

.related-posts-grid .related-item .wf-td,
.related-posts-grid .related-item .post-content {
  display: block;
  vertical-align: inherit;
}

.related-posts-grid .related-item .wf-td img,
.related-posts-grid .related-item .wf-td i {
  width: 100%;
}

.page-template-template-blog-masonry .post .blog-media.wf-td,
.page-template-template-blog-masonry .post .blog-content.wf-td,
.related-posts-grid .related-item .wf-td {
margin-bottom: 24px;
}

.page-template-template-blog-masonry .post .blog-content.wf-td,
.related-posts-grid .related-item .post-content {
display: flex;
flex-direction: column;
}
/*
.page-template-template-blog-masonry .post {
padding: 30px;
} */

.page-template-template-blog-masonry .post .blog-media.wf-td {
padding: 30px 30px 0;
}
.page-template-template-blog-masonry .post .blog-content.wf-td {
padding: 30px;
}

.page-template-template-blog-masonry .entry-title,
.related-posts-grid .related-item .post-content a {
order: 2;
flex: 1;
}

.page-template-template-blog-masonry .entry-title a,
.related-posts-grid .related-item .post-content a {
font-family: 'karmina_bold';
color: #242424;
font-size: 25px;
line-height: 30px;
}

.page-template-template-blog-masonry .post .entry-meta,
.related-posts-grid .related-item .post-content time {
margin-bottom: 16px;
}

.page-template-template-blog-masonry .post .entry-meta a time,
.related-posts-grid .related-item .post-content time {
font-family: 'karmina_sans_light';
font-size: 16px;
line-height: 20px;
color: #3c3c3c;
}

.related-posts-grid .related-item .post-content br {
display: none;
}

.page-template-template-blog-masonry .iso-grid .bg-on .blog-content>:last-child {
margin-bottom: 0;
}

.page-template-template-blog-masonry .iso-grid .bg-on .blog-content>* {
padding-top: 0;
}

@media screen and (max-width: 778px) {
.single .entry-content {
  margin-top: -105px;
}

.related-posts-grid .related-item {
  width: 100% !important;
  flex: auto;
  margin: 0 0 15px 0;
}
}




/* CUSTOM FONTS */

@font-face {
  font-family: 'karmina_bold';
  src: url('fonts/karminabold-webfont.woff2') format('woff2'),
       url('fonts/karminabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karmina_sansbold';
  src: url('fonts/karminasans_bold-webfont.woff2') format('woff2'),
       url('fonts/karminasans_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karmina_sans_light';
  src: url('fonts/karminasans_light-webfont.woff2') format('woff2'),
       url('fonts/karminasans_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karmina_sans_regular';
  src: url('fonts/karminasans_regular-webfont.woff2') format('woff2'),
       url('fonts/karminasans_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'karmina_sans_semibold';
  src: url('fonts/karminasans_sb-webfont.woff2') format('woff2'),
       url('fonts/karminasans_sb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


#split_right-menu > .menu-item-72 > .sub-nav {
left: -45px !important;
width: 180px !important;
}

.blog-content .entry-title {
margin-bottom: 2rem !important;
}

