/*
Theme Name:     DHPdesignWP Child
Theme URI:      https://www.dhp.design
Template: neve
Author:         DHPdesign
Author URI:     https://www.dhp.design by themeisle
Description:    DHPdesignWP is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, DHPdesignWP will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. DHPdesignWP works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). DHPdesignWP is also WooCommerce ready, responsive, RTL & translation ready. Look no further. DHPdesignWP is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
	--wp--preset--font-size--xx-large: 46px;
	font-family: 'Roboto';
}

.site-logo h1, .site-logo p {
	font-weight: 700 !important;
}

h1.wp-block-themeisle-blocks-advanced-heading { font-size: 46px; }
h2.wp-block-themeisle-blocks-advanced-heading { font-size: 42px; }
h3.wp-block-themeisle-blocks-advanced-heading { font-size: 36px; }
h4.wp-block-themeisle-blocks-advanced-heading { font-size: 24px; }
h5.wp-block-themeisle-blocks-advanced-heading { font-size: 16px; }
h6.wp-block-themeisle-blocks-advanced-heading { font-size: 16px; }

h1, h2, h3, h4, h5, h6, span, strong, p, a {
	word-wrap: break-word;
	hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1+h2, h2+h3 {
	font-size: 30px;
}

a[target="_blank"]::after {
    font-family: 'Font Awesome 6 Free';
    content: "\f35d";
	font-weight: 600;
	margin: 0 3px 0 5px;
	color: var(--text-color) !important;
	font-size: 90% !important;
}

body .entry-content > div:not(:first-child) {
    margin-block-start: 0px !important;
    margin-top: 0px !important;
}

.wp-block-image img {
	margin-bottom: 25px;
}

.wp-block-gallery img {
	margin-bottom: 0px;
}

.divider-bottom {
    position: relative;
    left: 0;
    height: 5px;
    width: 100%;
    background: url(border.svg) center/auto 100% repeat-x;
	background-size: cover;
	z-index: 1;
}

p.site-title, .site-logo small {
	line-height: 1.2;
}

.nv-footer-content .widget-title {
	font-family: "Bowlby One";
}

.page .nv-post-cover {
    margin-bottom: 0px;
}

.dhpfooter {
    font-size: 0.80em !important;
    font-weight: 400;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

/* .excerpt-wrap li, */ .nv-content-wrap li {
    margin-top: 10px;
    margin-left: 30px;
}

.nav-ul .caret {
    padding-left: 5px !important;
}

/* Blog */
.blog h1 {
	font-size: var(--h1fontsize);
	margin-bottom: 0px !important;
}

div#recent-posts-2 p.widget-title {
	color: #000;
	text-transform: uppercase;
}

/* Footer Menu */

ul#footer-menu a {
	color: #FFF;
}

ul#footer-menu a:hover {
	color: #FFF;
}

/* Breadcrumbs */
.nv-page-title .neve-breadcrumbs-wrapper, .nv-title-meta-wrap .neve-breadcrumbs-wrapper {
    margin-bottom: 0px;
    display: block;
}

/* Weiterlesen Button */
.excerpt-wrap.entry-summary p:first-child a {
	display: none;
}

.excerpt-wrap>:last-child {
    margin-top: 25px;
	margin-bottom: 10px;
}

p.read-more a {
	color: var(--nv-text-dark-bg);
    background: var(--nv-primary-accent);
	cursor: pointer;
    box-sizing: border-box;
    padding: var(--btnpadding,13px 15px);
    border-radius: var(--primarybtnborderradius,3px);
    font-weight: var(--btnfontweight,700);
    font-size: var(--btnfs,var(--bodyfontsize));
    line-height: var(--btnlineheight,1.6);
    letter-spacing: var(--btnletterspacing,var(--bodyletterspacing));
    text-transform: var(--btntexttransform,none);
}

/* Complianz Einstellungen */
.cmplz-placeholder-1 {
    max-height: 600px !important;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	font-size: 100%;
	max-width: 100%;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 100%;
}

.cmplz-blocked-content-notice-body {
	color: #FFF;
}

@media (max-width: 667px) {
.cmplz-blocked-content-notice {
	text-align: center;
    padding-top: 10%;
    margin: 0 auto;
    position: relative;
	}
}

@media (min-width: 667px) {
.cmplz-blocked-content-notice {
	text-align: center;
    padding-top: 25%;
    margin: 0 auto;
    position: relative;
	}
}

div.cmplz-blocked-content-notice a.cmplz-link {
    color: #fff !important;
	font-weight: 600;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown a, #cmplz-document .cmplz-dropdown a, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
    color: #11111f;
}

div.cmplz-service-description > p, div.cmplz-sharing-data > p {
	color: #FFF !important;
}

div.cmplz-service-description > p > a, div.cmplz-sharing-data > p > a {
	color: #5BC2E7 !important;
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: max-content !important;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

.pl25 {
	padding-left: 15px;	
}

.pl25:before {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	content: '\f152';
	float: left;
	display: block;
	margin-right: 5px;
}

/* Cover */

.wp-block-cover, .wp-block-cover-image {
    min-height: 350px;
	max-height: 350px;
}

@media only screen and (min-width: 0px) and (max-width: 667px) {

.wp-block-cover, .wp-block-cover-image {
    width: auto;
	height: 250px !important;
	min-height: 250px !important;
	max-height: 250px !important;
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    line-height: 1.3;
}

.nv-post-cover .container {
    display: flex;
    justify-content: var(--justify,center);
    flex-wrap: wrap;
    align-content: center;
}


/* Fluent Forms */
.frm-fluent-form .choices__list--dropdown .choices__item {
    color: #000;
}

.frm-fluent-form .choices__inner {
    background: #1D98C5 !important;
}

.ff_t_c {
	color: #FFF;
}

.ff_landing_page_body .ff_landing_wrapper.ff_landing_design_modern .ff_landing_form {
    background-color: #11111f;
    border-radius: 8.5px;
    box-shadow: 0 30px 40px 0 rgba(0,0,0,1),inset 0 4px 0 0 #FFF !important;
    color: #FFF;
}

span.breadcrumb_last {
	display: none !important;
}

#respond, .article-content-col .nv-post-thumbnail-wrap a img, .nv-ft-post .nv-ft-wrap:not(.layout-covers) {
    border-radius: 0px !important;
}

.post:nth-of-type(1) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(3) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(5) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(7) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(9) > div > div > div > div.non-grid-content.alternative-layout-content
 {
	padding: 25px 25px 25px 25px;
}

.post:nth-of-type(2) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(4) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(6) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(8) > div > div > div > div.non-grid-content.alternative-layout-content,
.post:nth-of-type(10) > div > div > div > div.non-grid-content.alternative-layout-content {
	padding: 25px 25px 25px 50px; /* top right bottom left */
}

.blog div.nv-post-thumbnail-wrap.img-wrap img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}