* {
margin: 0;
padding: 0;
box-sizing: border-box;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Palatino Linotype', Palatino, Georgia, serif;
}
body {
margin: 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
background: #fff;
}
a {
color: #ff00fa;
text-decoration: none;
transition: color 0.3s;
}
a:hover {
color: #cc00c7;
}
img {
max-width: 100%;
height: auto;
display: block;
} .ldv-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.ldv-content-wrap {
max-width: 1068px;
margin: 0 auto;
}
.ldv-header {
background: #000;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.ldv-header-inner {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;
} .ldv-logo {
padding: 10px 0;
display: flex;
align-items: center;
}
.ldv-logo img {
height: 80px; width: auto;
} .ldv-nav-primary {
flex: 1;
margin: 0 30px;
}
.ldv-menu-primary {
list-style: none;
display: flex;
gap: 5px;
margin: 0;
padding: 0;
}
.ldv-menu-primary > li > a {
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
padding: 20px 15px;
display: block;
transition: all 0.3s;
} .ldv-menu-toggle {
display: none;
} .ldv-search-icon a {
color: #fff;
display: flex;
padding: 10px;
}
.ldv-search-icon a:hover {
color: #ff00fa;
} .ldv-nav-secondary {
background: #454545;
border-top: 1px solid rgba(255,255,255,0.1);
}
.ldv-menu-secondary {
list-style: none;
display: flex;
gap: 5px;
margin: 0;
padding: 0;
}
.ldv-menu-secondary > li > a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
padding: 12px 15px;
display: block;
transition: all 0.3s;
}  .menu-item-has-mega {
position: relative;
}
.ldv-mega-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #fff;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
z-index: 9999;
min-width: 600px;
padding: 20px;
} .ldv-mega-menu-inner {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 15px;
}
.ldv-mega-item a {
display: block;
text-decoration: none;
}
.ldv-mega-item img {
width: 100%;
height: 80px;
object-fit: cover;
margin-bottom: 8px;
}
.ldv-mega-title {
display: block;
font-size: 11px;
line-height: 1.3;
color: #333;
font-weight: 600;
text-transform: uppercase;
}
.ldv-mega-item:hover .ldv-mega-title {
color: #ff00fa;
} .ldv-search-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.9);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
}
.ldv-search-popup-inner {
background: #fff;
padding: 40px;
border-radius: 10px;
max-width: 600px;
width: 90%;
position: relative;
}
.ldv-search-popup input[type="search"] {
width: 100%;
padding: 15px;
font-size: 18px;
border: 2px solid #ddd;
border-radius: 5px;
}
.ldv-search-popup button[type="submit"] {
margin-top: 15px;
padding: 12px 30px;
background: #ff00fa;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: 600;
}
.ldv-search-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 40px;
color: #333;
cursor: pointer;
} @media (max-width: 1200px) {
.ldv-menu-primary > li > a {
font-size: 13px;
padding: 20px 10px;
}
}
@media (max-width: 992px) {
.ldv-header-inner {
flex-wrap: wrap;
}
.ldv-nav-primary {
order: 3;
width: 100%;
margin: 0;
}
.ldv-menu-primary {
flex-wrap: wrap;
}
} .ldv-footer {
background: #000;
color: #999;
margin-top: 60px;
} .ldv-footer-widgets {
padding: 40px 0;
border-bottom: 1px solid #333;
}
.ldv-footer-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.ldv-footer-col {
color: #999;
}
.ldv-footer-col h3,
.ldv-footer-col h4 {
color: #fff;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 15px;
border-bottom: 2px solid #ff00fa;
padding-bottom: 10px;
}
.ldv-footer-col ul {
list-style: none;
padding: 0;
}
.ldv-footer-col ul li {
margin-bottom: 8px;
}
.ldv-footer-col a {
color: #999;
font-size: 13px;
}
.ldv-footer-col a:hover {
color: #ff00fa;
} .ldv-footer-menu {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #333;
}
.ldv-menu-footer {
list-style: none;
display: flex;
justify-content: center;
gap: 20px;
margin: 0;
padding: 0;
flex-wrap: wrap;
}
.ldv-menu-footer li a {
color: #999;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.ldv-menu-footer li a:hover {
color: #ff00fa;
} .ldv-footer-bottom {
padding: 20px 0;
text-align: center;
}
.ldv-footer-bottom p {
margin: 0;
font-size: 11px;
color: #666;
}
.ldv-footer-bottom a {
color: #ff00fa;
} @media (max-width: 768px) {
.ldv-footer-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.ldv-menu-footer {
flex-direction: column;
gap: 10px;
}
} .ldv-blitztv-widget {
color: #fff;
} .ldv-blitztv-item:first-child {
margin-bottom: 20px;
}
.ldv-blitztv-item:first-child a {
position: relative;
display: block;
}
.ldv-blitztv-item:first-child img {
width: 100%;
height: 250px;
object-fit: cover;
display: block;
} .ldv-blitztv-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
background: rgba(255,255,255,0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: #fff;
z-index: 2;
} .ldv-blitztv-item:first-child .ldv-blitztv-info {
padding: 15px 0;
}
.ldv-blitztv-item:first-child .ldv-blitztv-cat {
background: #ffed00;
color: #000;
padding: 4px 10px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-bottom: 8px;
}
.ldv-blitztv-item:first-child h4 {
margin: 0 0 8px;
font-size: 16px;
line-height: 1.3;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
.ldv-blitztv-item:first-child .ldv-blitztv-date {
font-size: 11px;
color: #999;
} .ldv-blitztv-item:nth-child(2) {
display: flex;
gap: 12px;
margin-bottom: 20px;
}
.ldv-blitztv-item:nth-child(2) > a {
flex-shrink: 0;
width: 140px;
position: relative;
display: block;
}
.ldv-blitztv-item:nth-child(2) img {
width: 140px;
height: 100px;
object-fit: cover;
} .ldv-blitztv-item:nth-child(2) .ldv-blitztv-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 35px;
height: 35px;
background: rgba(255,255,255,0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #fff;
z-index: 2;
}
.ldv-blitztv-item:nth-child(2) .ldv-blitztv-info {
flex: 1;
}
.ldv-blitztv-item:nth-child(2) h4 {
margin: 0 0 8px;
font-size: 13px;
line-height: 1.3;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}
.ldv-blitztv-item:nth-child(2) .ldv-blitztv-cat {
background: #ffed00;
color: #000;
padding: 3px 8px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-bottom: 5px;
}
.ldv-blitztv-item:nth-child(2) .ldv-blitztv-date {
font-size: 11px;
color: #999;
display: block;
} .ldv-blitztv-button {
display: inline-block;
background: #ff00fa;
color: #fff !important;
padding: 12px 20px;
margin-top: 15px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
transition: all 0.3s;
}
.ldv-blitztv-button:hover {
background: #cc00c7;
} .ldv-sidebar-widget .ldv-blitztv-widget { } .ldv-single-wrap {
display: grid;
grid-template-columns: 1fr 400px;
gap: 40px;
margin-top: 30px;
margin-bottom: 60px;
}
.ldv-single-content {
max-width: 100%;
}
.ldv-single-header {
margin-bottom: 20px;
}
.ldv-single-category {
margin-bottom: 10px;
}
.ldv-single-category a {
display: inline-block;
background: #ff00fa;
color: #fff;
padding: 4px 12px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
}
.ldv-single-title {
font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;	
font-size: 36px;
font-weight: 400 !important;
line-height: 1.2;
font-weight: 700;
margin: 0 0 15px;
color: #222;
}
.ldv-single-date {
font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;
font-size: 11px !important;
}
.ldv-single-catenaccio {
font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;		
font-size: 20px;
font-weight: normal !important;
line-height: 1.4;
color: #666;
margin-bottom: 15px;
}
.ldv-single-meta {
color: #999;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 8px;
}
.ldv-meta-separator {
color: #ccc;
}
.ldv-single-author {
display: inline-flex;
align-items: center;
}
.ldv-single-author svg {
opacity: 0.7;
} .ldv-single-share {
display: flex;
gap: 10px;
margin-bottom: 20px;
}
.ldv-share-btn {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
transition: all 0.3s;
}
.ldv-share-facebook {
background: #3b5998;
color: #fff;
}
.ldv-share-facebook:hover {
background: #2d4373;
}
.ldv-share-twitter {
background: #000;
color: #fff;
}
.ldv-share-twitter:hover {
background: #333;
}
.ldv-share-whatsapp {
background: #25d366;
color: #fff;
}
.ldv-share-whatsapp:hover {
background: #1da851;
} .ldv-single-featured {
margin-bottom: 30px;
position: relative;
display: inline-block;
}
.ldv-single-featured img {
width: 350px;
height: 350px;
object-fit: cover;
}
.ldv-featured-link {
position: relative;
display: block;
}
.ldv-featured-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s;
}
.ldv-featured-link:hover .ldv-featured-overlay {
background: rgba(0, 0, 0, 0.6);
opacity: 1;
}
.ldv-featured-text {
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border: 2px solid #fff;
padding: 15px 30px;
} .ldv-single-body {
font-size: 18px;
line-height: 1.8;
color: #333;
}
.ldv-single-body p {
margin-bottom: 20px;
} .ldv-single-body img {
max-width: 50%;
height: auto;
margin: 10px 20px 10px 0;
float: left;
}
.ldv-single-body .alignleft {
float: left;
margin: 10px 20px 10px 0;
}
.ldv-single-body .alignright {
float: right;
margin: 10px 0 10px 20px;
}
.ldv-single-body .aligncenter {
display: block;
margin: 20px auto;
float: none;
}
.ldv-single-body h2,
.ldv-single-body h3 {
clear: both;
margin-top: 30px;
margin-bottom: 15px;
} .ldv-sidebar-widget {
margin-bottom: 40px;
}
.ldv-sidebar-widget .widget-title {
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #ff00fa;
} .ldv-sidebar-recent-item {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.ldv-sidebar-recent-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.ldv-sidebar-recent-img {
display: block;
margin-bottom: 15px;
overflow: hidden;
border-radius: 4px;
}
.ldv-sidebar-recent-img img {
width: 100%;
height: auto;
transition: transform 0.3s;
}
.ldv-sidebar-recent-item:hover .ldv-sidebar-recent-img img {
transform: scale(1.05);
}
.ldv-sidebar-recent-title {
font-size: 15px;
line-height: 1.4;
margin: 0;
font-weight: 600;
}
.ldv-sidebar-recent-title a {
color: #333;
}
.ldv-sidebar-recent-title a:hover {
color: #ff00fa;
} .ldv-single-body figure.wp-caption {
display: inline-block !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.ldv-single-body figure.wp-caption > a {
display: block;
margin: 0;
}
.ldv-single-body figure.wp-caption img {
display: block;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
.ldv-single-body figure.wp-caption .wp-caption-text {
display: block;
font-size: 11px;
font-style: italic;
color: #666;
padding: 5px 0 0 0;
text-align: left;
margin: 0 !important;
word-wrap: break-word;
line-height: 1.3;
max-width: 100%;
overflow-wrap: break-word;
}
.ldv-single-body figure.wp-caption.alignleft {
float: left !important;
margin: 5px 15px 5px 0 !important;
}
.ldv-single-body figure.wp-caption.alignright {
float: right !important;
margin: 5px 0 5px 15px !important;
}
.ldv-single-body figure.wp-caption.aligncenter {
margin: 20px auto !important;
float: none !important;
} .ldv-single-body img {
max-width: 60%;
height: auto;
margin: 5px 15px 5px 0;
float: left;
} .ldv-single-gallery {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #ddd;
}
.ldv-gallery-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.ldv-gallery-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
}
.ldv-gallery-item {
display: block;
overflow: hidden;
aspect-ratio: 1;
}
.ldv-gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.ldv-gallery-item:hover img {
transform: scale(1.1);
} @media (max-width: 768px) {
.ldv-gallery-grid {
grid-template-columns: repeat(3, 1fr);
}
} .ldv-products-box {
margin: 40px 0;
padding: 20px 0;
border-top: 1px solid #ddd;
}
.ldv-product-item {
padding: 15px 0;
border-bottom: 2px solid #ff00fa;
display: flex;
justify-content: space-between;
align-items: center;
}
.ldv-product-name {
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
}
.ldv-product-details {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ldv-product-label {
font-size: 11px;
color: #999;
}
.ldv-product-price,
.ldv-product-brand {
font-size: 14px;
font-weight: 600;
}
.ldv-product-link {
background: #ff00fa;
color: #fff;
padding: 8px 20px;
font-size: 13px;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
}
.ldv-product-link:hover {
background: #cc00c7;
}
.ldv-products-disclaimer {
font-size: 11px;
color: #999;
font-style: italic;
margin-top: 15px;
} .ldv-single-tags {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #ddd;
}
.ldv-tags-label {
background: #000;
color: #fff;
padding: 5px 15px;
font-size: 12px;
font-weight: 700;
margin-right: 10px;
}
.ldv-tag {
display: inline-block;
background: #f5f5f5;
color: #333;
padding: 5px 12px;
margin: 0 5px 5px 0;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
}
.ldv-tag:hover {
background: #ff00fa;
color: #fff;
} .ldv-post-navigation {
display: flex;
justify-content: space-between;
gap: 20px;
margin: 40px 0;
padding: 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.ldv-post-nav-prev,
.ldv-post-nav-next {
flex: 1;
}
.ldv-post-nav-next {
text-align: right;
}
.ldv-nav-label {
display: block;
font-size: 11px;
color: #999;
text-transform: uppercase;
margin-bottom: 8px;
}
.ldv-post-navigation a {
font-size: 16px;
font-weight: 600;
color: #333;
}
.ldv-post-navigation a:hover {
color: #ff00fa;
} .ldv-related-posts {
margin: 40px 0;
}
.ldv-related-title {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #ff00fa;
}
.ldv-related-tab {
margin-right: 20px;
cursor: pointer;
color: #999;
}
.ldv-related-tab.active {
color: #000;
}
.ldv-related-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.ldv-related-item {
display: block;
}
.ldv-related-img {
margin-bottom: 10px;
overflow: hidden;
}
.ldv-related-img img {
width: 100%;
height: auto;
transition: transform 0.3s;
}
.ldv-related-item:hover .ldv-related-img img {
transform: scale(1.05);
}
.ldv-related-item h3 {
font-size: 14px;
line-height: 1.3;
margin: 0;
color: #333;
}
.ldv-related-item:hover h3 {
color: #ff00fa;
} @media (max-width: 768px) {
.ldv-post-navigation {
flex-direction: column;
}
.ldv-post-nav-next {
text-align: left;
}
.ldv-related-grid {
grid-template-columns: 1fr;
}
} .ldv-footer-social {
display: flex;
flex-direction: column;
gap: 10px;
}
.ldv-social-icon {
display: flex;
align-items: center;
gap: 10px;
color: #999;
font-size: 14px;
transition: color 0.3s;
}
.ldv-social-icon:hover {
color: #ff00fa;
}
.ldv-social-icon svg {
flex-shrink: 0;
} .ldv-sidebar-widget {
margin-bottom: 30px;
}
.ldv-sidebar-widget ul {
list-style: none;
padding: 0;
}
.ldv-sidebar-widget li {
margin-bottom: 15px;
display: flex;
gap: 10px;
}
.ldv-sidebar-thumb {
width: 80px;
height: 80px;
flex-shrink: 0;
overflow: hidden;
}
.ldv-sidebar-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ldv-sidebar-title {
font-size: 13px;
line-height: 1.3;
color: #333;
}
.ldv-sidebar-widget a:hover .ldv-sidebar-title {
color: #ff00fa;
} .ldv-archive-wrap {
margin: 40px auto 60px;
}
.ldv-archive-header {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 3px solid #ff00fa;
}
.ldv-archive-title {
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 15px;
color: #222;
}
.ldv-archive-description {
font-size: 16px;
color: #666;
line-height: 1.6;
} .ldv-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 40px;
}
.ldv-archive-item {
display: flex;
flex-direction: column;
}
.ldv-archive-thumb {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 15px;
}
.ldv-archive-thumb img {
width: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.ldv-archive-item:hover .ldv-archive-thumb img {
transform: scale(1.05);
}
.ldv-archive-cat {
position: absolute;
top: 15px;
left: 15px;
background: #ff00fa;
color: #fff;
padding: 5px 12px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
z-index: 2;
}
.ldv-archive-content {
flex: 1;
display: flex;
flex-direction: column;
}
.ldv-archive-item-title {
font-size: 18px;
line-height: 1.3;
margin: 0 0 10px;
font-weight: 700;
}
.ldv-archive-item-title a {
color: #222;
}
.ldv-archive-item-title a:hover {
color: #ff00fa;
}
.ldv-archive-meta {
font-size: 12px;
color: #999;
margin-bottom: 10px;
text-transform: uppercase;
}
.ldv-archive-excerpt {
font-size: 14px;
line-height: 1.5;
color: #666;
} .ldv-pagination {
text-align: center;
padding: 30px 0;
border-top: 1px solid #ddd;
}
.ldv-pagination ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 5px;
}
.ldv-pagination li {
display: inline-block;
}
.ldv-pagination a,
.ldv-pagination span {
display: block;
padding: 10px 15px;
background: #f5f5f5;
color: #333;
font-size: 14px;
font-weight: 600;
transition: all 0.3s;
}
.ldv-pagination a:hover {
background: #ff00fa;
color: #fff;
}
.ldv-pagination .current {
background: #ff00fa;
color: #fff;
} .ldv-no-results {
text-align: center;
padding: 60px 20px;
}
.ldv-no-results h2 {
font-size: 28px;
margin-bottom: 15px;
} @media (max-width: 992px) {
.ldv-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.ldv-archive-grid {
grid-template-columns: 1fr;
}
.ldv-archive-title {
font-size: 28px;
}
} .ldv-hero-top-wrap {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 10px;
height: 600px;
margin-bottom: 30px;
}
.ldv-hero-big {
position: relative;
overflow: hidden;
}
.ldv-hero-small-wrap {
display: flex;
flex-direction: column;
gap: 10px;
}
.ldv-hero-small {
position: relative;
overflow: hidden;
flex: 1;
}
.ldv-hero-img,
.ldv-hero-img-small {
position: relative;
overflow: hidden;
height: 100%;
}
.ldv-hero-img img,
.ldv-hero-img-small img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.ldv-hero-link {
display: block;
height: 100%;
text-decoration: none;
}
.ldv-hero-link:hover img {
transform: scale(1.05);
}
.ldv-hero-overlay,
.ldv-hero-overlay-small {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
padding: 20px;
}
.ldv-hero-title,
.ldv-hero-title-small {
margin: 0;
color: white;
font-weight: 600;
line-height: 1.3;
}
.ldv-hero-title {
font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;
font-size: 28px;
}
.ldv-hero-title-small {
font-size: 16px;
} @media (max-width: 768px) {
.ldv-hero-top-wrap {
grid-template-columns: 1fr;
height: auto;
}
.ldv-hero-big,
.ldv-hero-small {
height: 400px;
}
} .ldv-home-with-sidebar {
display: grid;
grid-template-columns: 1fr 400px;
gap: 40px;
margin-top: 40px;
margin-bottom: 60px;
}
.ldv-home-content {
max-width: 100%;
}
.ldv-home-sidebar {
position: sticky;
top: 100px;
align-self: start;
} @media (max-width: 992px) {
.ldv-home-with-sidebar {
grid-template-columns: 1fr;
}
}  .ldv-approfondire-section {
margin: 60px 0;
text-align: center;
} .ldv-approfondire-header {
text-align: center;
margin-bottom: 40px;
}
.ldv-approfondire-title {
font-family: 'Palatino Linotype', Palatino, Georgia, serif;
font-size: 50px;
line-height: 1.5;
font-weight: 600;
text-transform: uppercase;
color: #222222;
margin: 0 0 10px;
}
.ldv-approfondire-line {
width: 180px;
height: 2px;
background-color: #ff00fa;
margin: 0 auto;
} .circle__row {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.circle__row a {
text-decoration: none;
}
.custom__circle {
width: 280px;
height: 280px;
border-radius: 50%;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
border: 5px solid #ff00fa;
} .custom__circle:hover {
border-radius: 0;
}
.circle--text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
color: white;
font-family: 'Palatino Linotype', Palatino, Georgia, serif;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
padding: 30px 20px 20px;
text-align: center;
} @media (max-width: 1200px) {
.custom__circle {
width: 220px;
height: 220px;
}
}
@media (max-width: 767px) {
.ldv-approfondire-title {
font-size: 30px;
}
.circle__row {
flex-direction: column;
align-items: center;
}
.custom__circle {
width: 280px;
height: 280px;
}
} .ldv-evidenza-section {
margin-top: 130px;
margin-bottom: 60px;
} .ldv-section-header {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.ldv-section-title {
font-family: 'Palatino Linotype', Palatino, Georgia, serif !important;
font-size: 50px !important;
font-weight: 300 !important;
text-transform: uppercase;
color: #111111 !important;
margin: 0 0 18px 0 !important;
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
position: relative;
}
.ldv-section-line {
flex: 1;
height: 2px;
background-color: #ff00fa;
} .ldv-evidenza-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 30px;
} .ldv-evidenza-grid.ldv-evidenza-grid-4col {
grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1200px) {
.ldv-evidenza-grid.ldv-evidenza-grid-4col {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media (max-width: 767px) {
.ldv-evidenza-grid.ldv-evidenza-grid-4col {
grid-template-columns: 1fr !important;
}
}
.ldv-evidenza-item {
overflow: hidden;
}
.ldv-evidenza-link {
display: block;
text-decoration: none;
}
.ldv-evidenza-img {
overflow: hidden;
margin-bottom: 15px;
position: relative;
padding-bottom: 100%;
}
.ldv-evidenza-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ldv-evidenza-link:hover .ldv-evidenza-img img {
transform: scale(1.05);
}
.ldv-evidenza-title {
font-family: 'Palatino Linotype', Palatino, Georgia, serif;
font-size: 18px;
line-height: 1.2;
font-weight: 400;
color: #222;
margin: 0;
transition: color 0.3s;
}
.ldv-evidenza-link:hover .ldv-evidenza-title {
color: #ff00fa;
} .ldv-evidenza-button-wrap {
text-align: center;
}
.ldv-evidenza-button {
display: inline-block;
background-color: #ff00fa;
color: #ffffff;
font-family: 'Palatino Linotype', Palatino, Georgia, serif;
font-size: 14px;
font-weight: 700;
font-style: italic;
text-transform: uppercase;
text-decoration: none;
padding: 12px 30px;
border: 2px solid #ff00fa;
transition: all 0.3s ease;
}
.ldv-evidenza-button:hover {
background-color: rgba(255, 0, 250, 0.8);
border-color: rgba(255, 0, 250, 0.8);
color: #ffffff;
} @media (max-width: 1018px) {
.ldv-section-title {
font-size: 24px;
}
.ldv-evidenza-title {
font-size: 15px;
}
}
@media (max-width: 767px) {
.ldv-section-title {
font-size: 40px;
}
.ldv-evidenza-grid {
grid-template-columns: 1fr;
gap: 30px;
}
} .ldv-404-wrap {
text-align: center;
padding: 80px 20px;
}
.ldv-404-title {
font-size: 120px;
font-weight: 700;
color: #ff00fa;
margin: 0;
line-height: 1;
}
.ldv-404-subtitle {
font-size: 36px;
font-weight: 700;
margin: 20px 0;
}
.ldv-404-text {
font-size: 18px;
color: #666;
margin-bottom: 40px;
}
.ldv-404-search {
max-width: 600px;
margin: 0 auto 30px;
}
.ldv-404-search form {
display: flex;
gap: 10px;
}
.ldv-404-search-input {
flex: 1;
padding: 15px 20px;
border: 2px solid #ddd;
font-size: 16px;
}
.ldv-404-search-btn {
background: #ff00fa;
color: #fff;
border: none;
padding: 15px 30px;
font-weight: 700;
cursor: pointer;
text-transform: uppercase;
}
.ldv-404-search-btn:hover {
background: #cc00c7;
}
.ldv-404-home-btn {
display: inline-block;
background: #222;
color: #fff;
padding: 15px 40px;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 60px;
}
.ldv-404-home-btn:hover {
background: #000;
}
.ldv-404-recent {
margin-top: 60px;
}
.ldv-404-recent h3 {
font-size: 24px;
margin-bottom: 30px;
}
.ldv-404-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.ldv-404-item a {
text-decoration: none;
}
.ldv-404-thumb {
margin-bottom: 10px;
overflow: hidden;
}
.ldv-404-thumb img {
width: 100%;
height: 200px;
object-fit: cover;
}
.ldv-404-item h4 {
font-size: 14px;
color: #333;
margin: 0;
}
.ldv-404-item:hover h4 {
color: #ff00fa;
} .ldv-search-count {
color: #666;
font-size: 14px;
}
.ldv-search-form-wrap {
margin: 30px 0 40px;
}
.ldv-search-form-wrap form {
display: flex;
gap: 10px;
max-width: 800px;
}
.ldv-search-input {
flex: 1;
padding: 15px 20px;
border: 2px solid #ddd;
font-size: 16px;
}
.ldv-search-btn {
background: #ff00fa;
color: #fff;
border: none;
padding: 15px 30px;
font-weight: 700;
cursor: pointer;
text-transform: uppercase;
}
.ldv-search-btn:hover {
background: #cc00c7;
} @media (max-width: 768px) {
.ldv-404-title {
font-size: 80px;
}
.ldv-404-grid {
grid-template-columns: repeat(2, 1fr);
}
.ldv-404-search form,
.ldv-search-form-wrap form {
flex-direction: column;
}
} .ldv-collective-wrap {
margin: 40px auto 60px;
}
.ldv-collective-header {
margin-bottom: 40px;
}
.ldv-collective-title {
font-size: 42px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.ldv-collective-content {
font-size: 18px;
line-height: 1.6;
color: #666;
}
.ldv-collective-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.ldv-collective-item {
overflow: hidden;
}
.ldv-collective-item a {
text-decoration: none;
display: block;
}
.ldv-collective-img {
overflow: hidden;
margin-bottom: 15px;
}
.ldv-collective-img img {
width: 100%;
height: auto;
aspect-ratio: 1;
object-fit: cover;
transition: transform 0.3s;
}
.ldv-collective-item:hover .ldv-collective-img img {
transform: scale(1.05);
}
.ldv-collective-item h3 {
font-size: 18px;
font-weight: 700;
color: #222;
margin: 0 0 10px;
text-transform: uppercase;
}
.ldv-collective-item:hover h3 {
color: #ff00fa;
}
.ldv-collective-item p {
font-size: 14px;
color: #666;
line-height: 1.5;
}
@media (max-width: 768px) {
.ldv-collective-grid {
grid-template-columns: 1fr;
}
} .crp-list-title {
font-size: 0 !important;
}
.crp-list-title::before {
content: 'Leggi anche';
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
display: block;
} @media (max-width: 768px) { html, body {
overflow-x: hidden;
max-width: 100vw;
}
.ldv-container {
padding: 0 15px;
} .ldv-nav-secondary {
display: none;
} .ldv-menu-toggle {
display: block;
background: none;
border: none;
padding: 10px;
cursor: pointer;
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.ldv-menu-toggle span {
display: block;
width: 25px;
height: 3px;
background: #fff;
margin: 5px 0;
} .ldv-logo {
margin: 0 auto;
text-align: center;
} .ldv-nav-secondary {
display: block !important;
position: fixed;
top: 0;
right: 0;
width: 80%;
max-width: 300px;
height: 100vh;
background: #454545;
transform: translateX(100%);
transition: transform 0.3s;
overflow-y: auto;
z-index: 9999;
padding: 80px 20px 20px;
}
.ldv-nav-secondary.active {
transform: translateX(0);
}
.ldv-menu-secondary {
flex-direction: column;
}
.ldv-menu-secondary > li {
width: 100%;
border-bottom: 1px solid rgba(255,255,255,0.1);
} .ldv-menu-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 9998;
}
.ldv-menu-overlay.active {
display: block;
} .ldv-single-wrap {
grid-template-columns: 1fr !important;
gap: 20px;
}
.ldv-sidebar {
order: 2;
}
.ldv-single-body {
order: 1;
} .ldv-single-featured img,
.ldv-single-body img {
max-width: 100%;
height: auto;
} .ldv-single-title {
font-size: 24px !important;
} .ldv-gallery-grid {
grid-template-columns: repeat(2, 1fr) !important;
} .ldv-product-item {
flex-direction: column !important;
align-items: flex-start !important;
} .ldv-related-grid {
grid-template-columns: 1fr !important;
} .ldv-hero-top-wrap {
grid-template-columns: 1fr !important;
height: auto !important;
}
.ldv-hero-big,
.ldv-hero-small {
height: 300px !important;
} .ldv-home-with-sidebar {
grid-template-columns: 1fr !important;
} .ldv-evidenza-grid {
grid-template-columns: 1fr !important;
}
.ldv-evidenza-grid-4col {
grid-template-columns: 1fr !important;
}
} .gslide-description {
background: rgba(0, 0, 0, 0.9);
padding: 20px;
color: #000;
}
.gslide-title {
font-size: 16px;
line-height: 1.4;
margin: 0;
font-weight: 400;
color: #000;
} @media (max-width: 768px) {
.gslide-description {
padding: 15px 10px;
}
.gslide-title {
font-size: 14px;
}
.ldv-hero-img img,
.ldv-hero-img-small img {
object-position: center top; }	
}  .author-header-box {
background: #000;
padding: 40px 0;
margin-bottom: 50px;
border-bottom: 3px solid #ff00fa;
}
.author-info-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.author-name {
font-size: 2.5rem;
font-weight: 700;
margin: 0 0 15px 0;
color: #fff;
text-transform: uppercase;
letter-spacing: -1px;
}
.author-bio {
font-size: 1.1rem;
line-height: 1.6;
margin: 15px 0 25px 0;
color: #ddd;
}
.author-bio p {
margin: 0;
}
.author-meta {
display: flex;
gap: 15px;
flex-wrap: wrap;
align-items: center;
margin-top: 20px;
}
.author-posts-count {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
font-size: 0.9rem;
color: #fff;
}
.author-linkedin {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 20px;
background: #ff00fa;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-weight: 700;
transition: all 0.3s ease;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.5px;
}
.author-linkedin:hover {
background: #fff;
color: #000;
}
.author-linkedin i {
font-size: 1.1rem;
} .author-posts-section {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px 60px;
}
.section-title {
font-size: 2rem;
font-weight: 700;
margin: 0 0 40px 0;
padding-bottom: 15px;
border-bottom: 3px solid #ff00fa;
text-transform: uppercase;
}
.posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 30px;
margin-bottom: 50px;
}
.author-post-item {
background: #fff; overflow: hidden;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.author-post-item:hover {
border-color: #ff00fa;
box-shadow: 0 0 20px rgba(255, 0, 250, 0.3);
}
.author-post-item .post-thumbnail {
position: relative;
overflow: hidden;
height: 220px;
border-bottom: 2px solid #000;
}
.author-post-item .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
transition: transform 0.3s ease;
}
.author-post-item:hover .post-thumbnail img {
transform: scale(1.05);
}
.author-post-item .post-content {
padding: 25px;
flex: 1;
display: flex;
flex-direction: column;
}
.post-category {
display: inline-block;
padding: 5px 12px;
background: #ff00fa;
color: #fff;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
letter-spacing: 0.5px;
}
.author-post-item .entry-title {
font-size: 1.3rem;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 1.3;
}
.author-post-item .entry-title a {
color: #000;
text-decoration: none;
transition: color 0.3s ease;
}
.author-post-item .entry-title a:hover {
color: #ff00fa;
}
.entry-meta {
font-size: 0.85rem;
color: #666;
margin-bottom: 15px;
}
.entry-excerpt {
font-size: 0.95rem;
line-height: 1.6;
color: #333;
margin-bottom: 20px;
flex: 1;
}
.read-more {
display: inline-flex;
align-items: center;
gap: 5px;
color: #ff00fa;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
font-size: 0.85rem;
transition: gap 0.3s ease;
}
.read-more:hover {
gap: 10px;
} .pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 50px;
}
.pagination .page-numbers {
padding: 10px 18px;
background: #fff;
color: #000;
text-decoration: none;
border: 2px solid #000;
transition: all 0.3s ease;
font-weight: 700;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
background: #ff00fa;
border-color: #ff00fa;
color: #000;
}
.pagination .prev,
.pagination .next {
background: #000;
color: #fff;
border-color: #000;
}
.pagination .prev:hover,
.pagination .next:hover {
background: #ff00fa;
color: #000;
border-color: #ff00fa;
} @media (max-width: 768px) {
.author-name {
font-size: 2rem;
}
.posts-grid {
grid-template-columns: 1fr;
}
.section-title {
font-size: 1.5rem;
}
}
@media (max-width: 480px) {
.author-header-box {
padding: 30px 0;
}
.author-name {
font-size: 1.6rem;
}
.author-meta {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.author-linkedin,
.author-posts-count {
width: 100%;
justify-content: center;
}
}  .google-auto-placed,
ins.adsbygoogle,
.adsbygoogle {
max-width: 100% !important;
width: 100% !important;
box-sizing: border-box !important;
overflow: hidden !important;
} @media (max-width: 768px) {
.ldv-home-content,
.ldv-hero-top-wrap,
.ldv-hero-big,
.ldv-hero-small,
.ldv-hero-link,
.ldv-hero-img {
max-width: 100% !important;
width: 100% !important;
overflow: hidden !important;
box-sizing: border-box !important;
}
}