/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* /* @import url("font-din/stylesheet.css"); */
/* @import url("font-amber/stylesheet.css"); */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  /* --main-font-family: 'Jost', sans-serif;
  --main-font-family-bold: 'Jost', sans-serif;*/
  --main-link-color-hover: #82E385; 
  --tw-shadow: 0px 1px 2px 0px rgba(166,175,195,.25);
  --main-font-family: "Source Sans Pro", "Inter", sans-serif;
  --main-font-paragraph: "IBM Plex Serif", sans-serif;
  --main-font-family-bold: "Source Sans Pro", sans-serif;
}

html {
  /* -webkit-font-smoothing: antialiased; */
  font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */


}



.ProBold, #top .title_container .main-title {
  font-family: var(--main-font-family-bold);
	font-feature-settings: 'kern' 1, 'liga' 1;
  font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
	}

.ProRegular, #av-burger-menu-ul li, .widget {
    font-family: var(--main-font-family);
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern' 1, 'liga' 1;
    font-size: 100%;
      -webkit-text-size-adjust: 100%;
      /* Font varient */
      font-variant-ligatures: none;
      -webkit-font-variant-ligatures: none;
      /* Smoothing */
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}

.ProLight {
    font-family: var(--main-font-family);
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern' 1, 'liga' 1;
    /* font-size: 100%; */
      -webkit-text-size-adjust: 100%;
      /* Font varient */
      font-variant-ligatures: none;
      -webkit-font-variant-ligatures: none;
      /* Smoothing */
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}

body {

  /* font-family: 'URWDIN-Regular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
  font-family: var(--main-font-paragraph);
  letter-spacing: -.003em;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  padding-bottom:0px;
  font-size: 16px;
  font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}
h1, h2, h3, h4, h5, h6, .avia_iconbox_title, .ls-layer {
  font-family: var(--main-font-family-bold);  
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  letter-spacing: 0px !important;
  text-transform: none !important;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

strong{
  font-family: var(--main-font-paragraph); 
  font-weight: 700; /* bold */
}

h3 {
  line-height: 1.5em;
}

h4 {
  line-height: 1.5em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 0em !important;
}


#special-header-color{
  color: linear-gradient(-90deg, #E81169 0%, #8B277F 100%);
}

h2.av-special-heading-tag {
  font-family: var(--main-font-paragraph);
  letter-spacing: -.003em;
  line-height: 1.4em;
  font-weight: 600;
  color: #333333;
}

#avia-menu, .avia_mobile_menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* main style buttons */
#top .avia-button {
  	display:inline-block;
  	cursor:pointer;
  	color:#ffffff;
  	font-size:16px;
  	padding: 16px 40px;
  	text-decoration:none;
    -moz-border-radius:0px;
	  -webkit-border-radius:0px;
	  border-radius:0px;
    font-weight: bold;
}

.header-scrolled {
  border-bottom: 1px solid #e5e7ed;
  padding: 10px
}

/* .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a {
  border-color: #ffffff !important;
} */

.archive .wrap_all .all_colors .container_wrap .template-blog .content .entry-content-wrapper .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .entry-content-header .slide-entry-title {
  font-size: 2.0rem !important;
}

.main_color strong {
  color: #000;
}

p {
  font-family: var(--main-font-paragraph);
  letter-spacing: -.003em;
  font-weight: 300;
  line-height: 1.8em;
  font-feature-settings: 'kern' 1, 'liga' 1;
  font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}
.logo img {
  display:inline-block;
  vertical-align:middle;
}
.avia-svg-logo{
  padding: 20px;
}
.rwd-break { display: none; }

.justify {
  text-align: justify;
}
.data {
  color: #97A0AF;
  margin-bottom: 10px !important;
  display: block;
}
.avia-slideshow li img{
  border-radius: 0px;
}

.content, .sidebar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#top #main .sidebar_left .sidebar {
  padding-top: 10px !important;
  height: 2000px;
  align-self: flex-start;
}
.av-subheading {
  /* color: #d1d2d4; */
  color: #6C798F;
  line-height: 1.2rem;
}
.av-subheading p {
  line-height: 1.5rem !important;
}

p {
  overflow-wrap: break-word;
}

.slide-entry-excerpt, .slide-meta, .footer-text, .socket_color, .breadcrumb, .check-list, ul, li, ol  {
  font-family: var(--main-font-paragraph);
  text-rendering: optimizeLegibility;
	font-feature-settings: 'kern' 1, 'liga' 1;
  letter-spacing: 0px;
  font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    /* text-rendering: optimizeLegibility; */
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */

}
.main_menu li{
  font-family: var(--main-font-family);
}

nav.main_menu {
  left: 12%;
}

.breadcrumb{
  text-transform: uppercase;
  font-size: 80%;
  padding-top: 5px;

}

.margin-button-inline {
   margin-left: 15px;
}



#top .title_container .main-title, .title-subpage {
  font-size: 3vw;
}

 .center-h1-subpage {
   height: 90%;
   width:100%;
   display:flex;
   align-items: center;
   justify-content: center;
   padding-top: 8px;
}

.white-bg{
  background-color: #FFFFFF;
}



.main_color a, .main_color h1 a, .main_color h2 a, .main_color h3 a, .main_color h4 a, .main_color h5 a, .main_color h6 a, .main_color .template-search a.news-content {

}
.main_color a:hover,
.main_color h1 a:hover,
.main_color h2 a:hover,
.main_color h3 a:hover,
.main_color h4 a:hover,
.main_color h5 a:hover,
.main_color h6 a:hover,
.main_color .template-search a.news-content:hover {
    color: var(--main-link-color-hover) !important; /* your hover color */
    text-decoration: underline; /* or whatever effect you want */
}

/* Top pick block */
.contents-list br {
  display: none !important;
}

ul.contents-list{
  padding: 1rem;
  margin-left: 0px;
  background-color: #E8F9F4;
  border-radius: 16px;
  margin-bottom: 32px;
}
.contents-item {
  margin-bottom: 16px; /* optional spacing between items */
}
li.contents-item {
  list-style: none;
  margin-left:0px !important;
}

.contents-product-link {
  display: block; /* makes the product link a block element */
  margin-bottom: 4px; /* spacing before the Jump link */
   font-size: 1.2rem;
font-weight: bold;
text-decoration: underline !important;
}

.contents-jump-link {
  display: inline-flex; /* flex to align arrow and text horizontally */
  align-items: center;
  margin-top: 2px; /* optional spacing */
  text-decoration: none;
}

.jump-arrow {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}



/* Button */
.price-container br {
    display: none !important;
  }
.amazon-add-to-cart-button br {
  display: none !important;
}
.amazon-add-to-cart-button {
 display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: #ffd814;
  color: #000;
padding: 0 20px; 
  width: 180px;
  height: 40px;
  border-radius: 99px;
  transition: background-color .2s, box-shadow .2s;
  font-size: 15px;
}

a.amazon-add-to-cart-button:hover,
a.amazon-add-to-cart-button:hover * {
  color: #ffffff !important;
}

.amazon-add-to-cart-button:hover {
  background-color: rgb(245, 205, 3);
}

/* Affilaite and price description */
.last-description{font-size: 1rem;}
/* ===========================
   MENU 3 LINES STYLES
   =========================== */

.menu-line{
  height: 18px;
  /* margin: 1px var(--one-header-space-s) 3px 3px; */
  position: relative;
  width: 32px;
}
.menu-line1{
  background-color: #000;
  height: 1px;
  left: 0px;
  animation: 420ms ease 0s 1 normal none running ddnrwa;
  position: absolute;
  right: 0px;
  top: 3px;
}
.menu-line2{
  background-color: #000;
  height: 1px;
  left: 0px;
  animation: 420ms ease 0s 1 normal none running ddnrwa;
  position: absolute;
  right: 0px;
  top: 9px;
}
.menu-line3{
  background-color: #000;
  height: 1px;
  left: 0px;
  animation: 420ms ease 0s 1 normal none running ddnrwa;
  position: absolute;
  right: 0px;
  top: 15px;
}

.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
  height: 1px;
}



/* Hero post custom styles */
/* ===========================
   HERO CUSTOM BLOG SECTION
   =========================== */
/* ===========================
   HERO CUSTOM BLOG SECTION
   =========================== */

   .post-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px auto;
    /* max-width: 1200px; */
    /* padding: 0 20px; */
  }
  
  .featured-post {
    display: flex;
    flex-direction: row; /* Image left, text right */
    align-items: stretch;
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--tw-shadow);
    overflow: hidden;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }


  
  .featured-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  }
  
  .featured-image {
    flex: 1 1 50%;
  }
  
  .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
  }
  
  .featured-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .featured-content .category {
    display: inline-block;
    width: auto;
    color: rgb(0, 0, 0);
    background-color: #1AF384;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding: 4px 12px;
    border-radius: 9999px; /* fully rounded pill look */
    align-self: flex-start; /* ensures it doesn’t stretch inside flex parent */
    line-height: 1.2; /* keeps text vertically centered */
  }

  .tag-style{
    
    display: inline-block;
    width: auto;
    color: rgb(0, 0, 0);
    background-color: var(--main-link-color-hover);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding: 4px 12px;
    border-radius: 9999px; /* fully rounded pill look */
    align-self: flex-start; /* ensures it doesn’t stretch inside flex parent */
    line-height: 1.2; /* keeps text vertically centered */
  }
  
  .featured-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  
  .featured-content h2 a {
    color: #111;
    text-decoration: none;
  }
  
  .featured-content h2 a:hover {
    color: #1AF384;
  }
  
  .featured-content p {
    color: #444;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .featured-content .meta, .sub-content .meta {
    /* color: #777;
    font-size: 0.9rem;
    font-size: 0.875rem; */
    color: #777;
    font-size: 0.875rem;
    font-family: var(--main-font-paragraph);
  }
  
  /* Responsive: stack image and text on smaller screens */
  @media (max-width: 900px) {
    .featured-post {
      flex-direction: column;
    }
    .featured-post { padding: 16px;  }  /* On mobile */
    .featured-image, .featured-content {
      flex: 1 1 100%;
    }
  }
  
  /* ============ SUB POSTS ROW (2-COLUMN) ============ */
  .sub-posts-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .sub-post {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .sub-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  }
  
  .sub-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  
  .sub-image {
    /* flex: 0 0 130px; */
  }
  
  .sub-image img {
    flex: 1 1 50%;
  /* width: 50%; */
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  }
  
  .sub-content {
    flex: 1;
  }
  
  .sub-content .category {
    display: inline-block;
    /* color: #1AF384; */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 6px;
  }
  
  .sub-content h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 0 8px;
  }
  
  .sub-content h3 a {
    color: #111;
    text-decoration: none;
  }
  
  .sub-content h3 a:hover {
    color: #0073e6;
  }
  
  .sub-content p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  
  .sub-content .meta {
    color: #777;
    font-size: 0.85rem;
  }
  
  /* ============ RESPONSIVE ============ */
  @media (max-width: 992px) {
    .featured-post {
      flex-direction: column;
      gap: 20px;
    }
  
    .featured-image,
    .featured-content {
      flex: 1 1 100%;
    }
  
    .featured-content h2 {
      font-size: 1.7rem;
    }
  
    .sub-posts-row {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 768px) {
    .sub-inner {
      flex-direction: column;
    }
    .sub-post { padding: 16px;}
  
    .sub-image img {
      width: 100%;
      height: auto;
    }
    .post-grid {
     
      margin: 96px auto;
   
    }
  }
  

  

.shadow-1 {
  box-shadow: 0px 1px 2px 0px rgba(166,175,195,.25);
  
}
/* End Hero post custom styles */

strong.main-title.entry-title {
  display: none!important;
  }

.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
  border-radius: 16px;
}

.html_elegant-blog .avia-content-slider .slide-entry-title{
  
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0px;
line-height: 1.4em;
}
.html_elegant-blog #top .post-entry .post-title h1 {

}

.html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1px;
}
.html_modern-blog #top .post-entry .blog-categories {
  text-align: center;
  font-weight: 400;
  font-size: .8em;
  top: -25px;
}

.wp-block-list{
  display: inline-block;
padding: 0em;
padding-left: 0em;
margin-top: 1rem;
padding-bottom: 1.5rem;
}

.has-large-font-size{
  /* font-family: var(--main-font-family-bold); */
  font-weight: bold;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
  text-align: left;
  font-size: 1.15em;
  line-height: 1.7em;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
}
#top .fullsize .template-blog .post .entry-content-wrapper p{
  text-align: justify;
}
#top .fullsize .template-blog .post .entry-content-wrapper ul li, #top .fullsize .template-blog .post .entry-content-wrapper h2 {
  text-align: left;
}
/* homepage top picks styling */
#top-picks .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
  font-size: 1.5rem !important;
  text-align: left;
  letter-spacing: 1px;
}
#top-picks .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .blog-categories{
  display: none !important;
  /* text-align: center;
  font-weight: 400;
  font-size: .8em;
  top: -25px; */
}

#top_picks .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title a:hover {
  color: var(--main-link-color-hover) !important; 
}


/* ***************************************************** */
/* Custom blog on home page */

.blog-custom-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.blog-custom-post {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

/* Image 50% left */
.blog-custom-image {
  flex: 1 1 50%;
}

.blog-custom-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

/* Text 50% right */
.blog-custom-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-custom-title a {
  font-size: 1.5rem !important;
  line-height: 1rem;
  color: #111;
  text-decoration: none;
}

.blog-custom-title a:hover {
  color: var(--main-link-color-hover) !important; 
}


.blog-custom-meta {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 0.75rem;
  /* text-transform: uppercase; */
}

.blog-custom-excerpt {
  font-family: var(--main-font-paragraph);
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.comment-container { display: none;}

.post-meta-infos {
  display: flex;
  justify-content: center; /* centers all inner elements */
  align-items: center;
  gap: 6px; /* optional spacing between elements */
  text-align: center;
}

.post-meta-infos .comment-container,
.post-meta-infos .comment-container + .text-sep {
  display: none !important; /* hides comments and separator after it */
}


/* 📱 Mobile: image on top, text below */
@media (max-width: 768px) {
  .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0px;
  }

  h3 .slide-entry-title entry-title {
    font-size: 1rem;
  }
  .blog-custom-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-custom-image,
  .blog-custom-content {
    flex: 1 1 100%;
  }

  .blog-custom-image img {
    width: 100%;
    height: auto;
  }
  #top .fullsize .template-blog .post .entry-content-wrapper {
    margin-top: 2rem;
  }
  .html_modern-blog #top .post-entry .blog-categories{
    text-align: left;
  }
  .has-large-font-size{
    text-align: left;
  }
}

/*-----------------------------------------
// FOOTER STYELS
//----------------------------------------*/

.blog-custom-footer {
  background-color: #000; /* black background like Wired */
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.blog-custom-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-custom-footer .footer-logo img {
  height: 40px;
  margin-bottom: 20px;
}

.blog-custom-footer .footer-description {
  font-size: 15px;
  color: #aaa;
  margin-bottom: 40px;
}

.blog-custom-footer .footer-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: left;
}

.blog-custom-footer .footer-column {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-custom-footer .footer-column li {
  margin-bottom: 8px;
}

.blog-custom-footer .footer-column a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

#footer-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  transition: color 0.3s;
}
#footer-link a:hover{
  color: var(--main-link-color-hover) !important;
}
.blog-custom-footer .footer-column a:hover, .footer-link a:hover {
  color: #1AF384; /* accent hover color */
}

/* Responsive */
@media (max-width: 768px) {
  .blog-custom-footer .footer-menu {
    grid-template-columns: 2fr 2fr;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .blog-custom-footer .footer-menu {
    grid-template-columns: 1fr;
  }
}

.footer-container hr {
  border: none;
  height: 1px;
  background-color: #363636;
  width: 100%;
  margin: 40px auto;
  border-radius: 2px;
}

#top .avia_hidden_link_text {
  display: inline;
  padding-left: 8px;
}

/* TABLES PRICES */
/* Tables */

.specs-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid grey;
  font-family: var(--main-font-family);
  color:#000000 !important;
}

.specs-table th, 
.specs-table td {
  border: 1px solid grey;
  padding: 8px;
  text-align: left;
  color:#000000 !important;
}


.specs-table th {
  font-family: var(--main-font-family-bold);
  /* background-color: #f4f4f4; */
  font-size: 16px;
  letter-spacing: 0px;
  text-transform:none;
  color:#000000 !important;
}
.specs-table td {
  font-weight: normal;
  font-size: 16px;
}

.main_color table {  }
.main_color tr:nth-child(2n+1), .main_color .pricing-table > li:nth-child(2n+1), .main_color .pricing-extra {
  background: #fff !important;
  color: #000000;
  font-size: 16px;
}
.main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n), #top .main_color .avia-data-table.avia_pricing_minimal td {
  color: #000000;
  font-size: 16px;
}

/*-----------------------------------------
// CSS - Featured image size
//----------------------------------------*/

#top.single-post .big-preview {
  max-width: 1200px !important;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/* Custom bullets Recipes*/
ul, ol{
    display:inline-block;
    padding:0.5em;
    padding-left:1em;
    margin:0.5em;
  }
  
  ul.check-list, ol.check-list{
    list-style:none !important;
  }
  ul.check-list > li, ol.check-list >li {
    clear:left;
	  padding: 3px 30px 0px 0px;
  }
  ol.check-list {
    counter-reset: liNum;
  }
  ol.check-list > li {
    counter-increment:liNum 1;
  }
  
  ul.check-list > li:before, ol.check-list > li:before {
    content:"";
    height:1em;
    width:1em;
    display:block;
    float:left;
    margin-left: -2.5em;
    margin-top: 0.2em;
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%:
  }
  ol.check-list > li:before{
    content:counter(liNum);
    text-align:center;
  }
  ul.check > li:before{
     background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y2hlY2stbWFyazwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDaGVjay1tYXJrIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTYsMzIgQzcuMTc4LDMyIDAsMjQuODIyIDAsMTYgQzAsNy4xNzggNy4xNzgsMCAxNiwwIEMyNC44MjIsMCAzMiw3LjE3OCAzMiwxNiBDMzIsMjQuODIyIDI0LjgyMiwzMiAxNiwzMiBaIE0xNiwyIEM4LjI4LDIgMiw4LjI4IDIsMTYgQzIsMjMuNzIgOC4yOCwzMCAxNiwzMCBDMjMuNzIsMzAgMzAsMjMuNzIgMzAsMTYgQzMwLDguMjggMjMuNzIsMiAxNiwyIFogTTE1LDIxIEMxNC43MzUsMjEgMTQuNDgxLDIwLjg5NSAxNC4yOTMsMjAuNzA3IEwxMC4yOTMsMTYuNzA3IEM5LjkwMiwxNi4zMTYgOS45MDIsMTUuNjg0IDEwLjI5MywxNS4yOTMgQzEwLjY4NCwxNC45MDIgMTEuMzE2LDE0LjkwMiAxMS43MDcsMTUuMjkzIEwxNC45NTEsMTguNTM3IEwyMS4yNDcsMTEuMzQxIEMyMS42MTIsMTAuOTI0IDIyLjI0MywxMC44ODMgMjIuNjU4LDExLjI0NyBDMjMuMDc0LDExLjYxMSAyMy4xMTYsMTIuMjQyIDIyLjc1MywxMi42NTggTDE1Ljc1MywyMC42NTggQzE1LjU3MSwyMC44NjcgMTUuMzExLDIwLjk5IDE1LjAzNCwyMC45OTkgQzE1LjAyMiwyMSAxNS4wMTEsMjEgMTUsMjEgWiIgaWQ9ImNoZWNrLW1hcmsiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
     background-size:100%;
     background-position: center;
     fill: #ff0000;
  }
  ul.check > li:hover:before{
    background-size:100%;
  }
  
  li.check-list {
    padding-left: 20px;
  }
.two-columns-list {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
  /* End Bullet */


/* Sidebar Widget Styling */ 

.main_color .sidebar a {
  color: #373d3f;
}
#top .widget_nav_menu li { 
  font-size: 14px;
}
#top .widget_nav_menu li { 
  padding-left:0px;
    padding-right: 0;
    left: 0;
    right: auto;
    top: 1px;
}

.main_color .widget_nav_menu ul:first-child>.current_page_item {
  background: none;
 
}
.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a{
  border: none;
  padding: 6px 7px 7px 0;
}
.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
  padding-left: 51px;
  left: -51px;
  top: 1px;
  margin-top: -1px;
  padding-top: 1px;
  width: 100%;
  /* box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); */
  box-shadow: none;
  /* border-bottom: 1px solid #000; */
  /* margin-bottom: 4px; */
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, .widgettitle {
  font-family: var(--main-font-family);
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  letter-spacing: 0px !important;
  text-transform: none !important;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
#top .widget_nav_menu .sub-menu > li {
  border: none;
  /* padding: 6px 7px 7px 0; */
  padding: 0px;
  list-style: none;
}

#top .widget_nav_menu ul ul li a {
  padding: 3px 0px 3px 0px;
}
/* End Sidebar Widget Styling */ 

.avia-button {
	/* background-color:#0747A6 !important; */
}

body .avia-button.avia-color-theme-color:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  /* background-color: #0052CC!important; */
}
.ls-layers {
  font-family: var(--main-font-family);
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  letter-spacing: 0px !important;
  text-transform: none !important;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

a.ls-layer-link:hover{
  color: #000 !important;
}

.slide-meta-comments, .slide-meta-del { display: none!important; }
/* Diable comments */
.comment_container, .comment_meta_container, .slide-meta-comments, .slide-meta-comments + .slide-meta-del{
	display: none !important;	
}

/* Position of meta data: comments, by Admin and data in Post Show */
.html_elegant-blog #top .post-entry .post-meta-infos, 
.html_elegant-blog .avia-content-slider .slide-meta {
  /* display: flex !important;
  flex-flow: row nowrap;
  justify-content: left;
  float: none !important;
  margin-top: 10px;  
  max-width: 100% !important; */
  /* display: flex; */
  /* justify-content: center; 
  align-items: center;
  gap: 6px; 
  text-align: center; */
  
}
.post-meta-infos .comment-container,
.post-meta-infos .comment-container + .text-sep {
  display: none !important; /* hides comments and separator after it */
}

.post-meta-infos,
.blog-categories.minor-meta.blog-custom-style {
    display: inline-block; /* make them inline */
    margin-right: 10px;    /* spacing between items */
    vertical-align: middle; /* align them nicely */
}

.post-meta-infos span,
.blog-categories.minor-meta.blog-custom-style {
    display: inline-block;
    margin-right: 10px;
}

.html_elegant-blog #top .post-entry .post-meta-infos > * {
    /* min-width: 16px !important;   */
    /*** just play a bit with this that it does not break at mobile screen-width ***/
    width: auto !important;
}

.html_modern-blog #top .post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .slide-meta {
  text-align: center !important;
  margin-top: -16px;
}


.html_elegant-blog .post-entry .post-meta-infos .text-sep, 
.html_elegant-blog .post-entry .slide-meta .slide-meta-del {
    width: 0 !important;
}


.av-main-nav > li > a {
  padding: 0 20px;
  font-weight: normal !important;
  font-size: 16px !important;
}
.round-button {
  border-radius: 30px !important;
}
.shadow-box {
  background: #FFFFFF;
  box-shadow: 0 8px 14px 0 rgba(216,221,230,0.50);
  border-radius: 8px !important;
  padding: 30px;
  border: 1px #FFFFFF solid;
}
.shadow-box:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 14px 0 rgba(216,221,230,0.50);
  border-radius: 8px !important;
  padding: 30px;
  border: 1px #0d55c9 solid;
}

.keywords_footer{
  
  font-family: var(--main-font-family), "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  letter-spacing: 0px !important;
  text-transform: none !important;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-size: 0.9em;
    color: #97A0AF;
    line-height: 1.3em;
    padding: 30px 0px 30px 0px;
    max-width: 1400px;
    margin: 0 auto;
}

/* TRENDING BLOCK STYLE */
/* Container */
.trending-nav {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  max-width: 100%;
  width: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* List */
.trending-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* List items */
.trending-item {
  display: flex;
  margin-left: 0px !important;
}

/* Links */

.trending-link {
  display: flex;
  align-items: center; /* vertically center icon and title */
  width: auto;
  text-decoration: none;
  color: #000;
}
/* Hover effect on link */
.trending-link:hover .trending-title {
  color: var(--main-link-color-hover); /* change title color on hover */
  transition: color 0.3s ease;
}

.trending-link:hover .trending-icon svg {
  transform: scale(1.2); /* slightly enlarge icon */
  transition: transform 0.3s ease;
}

/* Fire icon */
.trending-icon {
  display: inline-flex;
  margin-right: 8px; /* spacing between icon and title */
  flex-shrink: 0;    /* prevent shrinking */
}

.trending-icon svg {
  width: 32px;
  height: 32px;
  
}

/* Titles */
.trending-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

/* Separator between items */
.trending-separator {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 8px 0; /* spacing between items */
}

/* Mobile view */
@media (max-width: 768px) {
  .trending-nav {
      width: 100%;
      padding: 8px;
  }

  .trending-title {
      font-size: 20px !important;
      line-height: 1.2;
  }

  .trending-separator {
      margin: 6px 0;
  }
}






/* Contact styles */
.contact-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-family: var(--main-font-family), sans-serif;
  justify-content: flex-start;
}
.profile-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 74px;
}
.contact-details {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-basis: 0%;
}
.name-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-name {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-family: var(--main-font-family-bold), sans-serif;

}
.contact-role {
  color: rgba(82, 99, 125, 1);
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
}
.contact-info {
  display: flex;
  margin-top: 18px;
  width: 216px;
  max-width: 100%;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  justify-content: flex-start;
}
/* .email-container {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
} */

.email-container, .phone-container {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
}
.info-label {
  color: rgba(30, 43, 66, 1);
  align-self: stretch;
  width: 49px;
  margin: auto 0;
}
.info-value {
  color: rgba(64, 127, 127, 1);
  align-self: stretch;
  margin: auto 0;
}
/* .phone-container {
  display: flex;
  margin-top: 11px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
} */
.phone-value {
  color: rgba(64, 127, 127, 1);
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}
.business-hours {
  color: rgba(82, 99, 125, 1);
  font-size: 15px;
  font-weight: 500;
  align-self: stretch;
  margin-top: 18px;
}


.together .flex_column_table.av-equal-height-column-flextable.-flextable {
  border: 1px solid #e8edf2;
}

.left-border-contact{
  border-left: 1px solid #e8edf2;
}
/* Endo of contats style */

.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn, .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
  border-color: #fff;
  border: 0px;
}

.avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button{
  background-color: #003333 !important;
  font-family: var(--main-font-family-bold);
  font-weight: normal !important;
}

#top.avia-blank #wrap_all {
  vertical-align: top;
}

.position-back {
  position: absolute;
  top:10%;
  right:0%;
}

.no-shadow {
  box-shadow: none !important;
}
.modern-shadow {
  /* background: */
  background: #FFFFFF;
  box-shadow: 20px 40px 60px 0 rgba(0,0,0,0.10);
}
.no-border {
  border: none !important;
}
.border-white {
  border-color: #FFFFFF !important;

}
.text-header-line {
    font-size: 2.8125rem;
    letter-spacing: 1px;
    line-height: 3rem;
    border-top: 4px solid #000000 !important;
    border-bottom: 4px solid #000000 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}


.text-right {
  text-align: right;
}

.extra-title-box{
  background-color: #ececec !important;
  color: #FFFFFF !important;
  padding: 30px 30px 15px 30px;
}

.extra-text-box {
  /* padding: 10px 30px 10px 30px; */
}
.nice-shadow-button{
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26); */
  -webkit-box-shadow: 0px 8px 24px  rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 8px 24px rgba(0,0,0,0.26);
  box-shadow: 0px 8px 24px  rgba(0,0,0,0.26);
}

.hide { display: none; }
.rotator-underline {
  display: inline-block;
  border-bottom: 3px solid #2379f1 !important;
}
.width-550{
  max-width: 600px;
}
#menu-item-search {
  display: none;
}
.text_input, input[type="text"], #top select, 	#top textarea {
  font-size: 15px;
border: 0 !important;
border-bottom: 1px solid #E1E3E9 !important;
font-family: inherit;
appearance: none;
border-radius: 0;
padding: 10px 0;
color: #888FA8 !important;
cursor: text;
background-color:#FFFFFF !important;
font-family: var(--main-font-family), sans-serif;
text-rendering: optimizeLegibility;
font-feature-settings: 'kern' 1, 'liga' 1;
}

.html_av-overlay-side .av-burger-overlay-scroll {
  right: 0;
  left: auto;
}
.html_av-overlay-side .av-burger-overlay-scroll {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}



#top #header .mega_menu_title a, .footer-links {
    font-size: 15px;
    font-family: var(--main-font-family), "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #333333;
    padding-bottom: 15px;
      -webkit-text-size-adjust: 100%;
      /* Font varient */
      font-variant-ligatures: none;
      -webkit-font-variant-ligatures: none;
      /* Smoothing */
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;

    border-bottom: 1px solid #dadada;
}
#top #header .mega_menu_title a:hover{
  text-decoration: none !important;
  color: #0747a6;
}
#top #header .avia_mega_div > .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;

}

#top #header .avia_mega_div > .sub-menu.avia_mega_hr{
  padding-top: 0px;
}
#header.av_minimal_header .avia_mega_div {
  padding-bottom: 15px;
}

.html_header_top.html_header_sticky #header {
  /* -webkit-box-shadow: 0 0 5px #e5e7ed !important;
  box-shadow: 0 0 5px #e5e7ed !important; */
  }

/* Styling Burger menu */
#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items{
  font-family: var(--main-font-family), "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  text-transform: none !important;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.container_wrap {
  border-top-style: none;
}

/* Color menu selected on header */
.current_page_item a > .avia-menu-text { 
  color:#000000 !important; }

.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    transform: none;
}

.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}

#top .av-caption-style-overlay .av-inner-masonry-content {
    background: rgba(0,0,0,0.15);
}
.avia-slideshow li img {
  width: auto !important;
}
.right{
  float: right;
}
.left {
  float: left;
}
/* Custom Ordered list */
.custom-counter{
   margin-left: 0;
   padding-right: 0;
   list-style-type: none;
}
.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 80%;
    /* background-color: #0747a6; */
    border: 1px solid #000000;
    color: black;
    padding: 5px 10px 0px 10px;
    border-radius: 3px;
}
.hr-breadcrumb  {
  clear: both;
  display: block;
  width: 100%;
  line-height: 25px;
  height: 0px !important;
  position: relative;
  margin: 10px 0 !important;
  float: left
}
.wp-block-separator {
  border: none;
  height: 1px;
  background-color: #e1e1e1;
  width: 100%;
   border-radius: 2px;
}
.header_color .container_wrap_meta {
  background: none !important;
}

.header_color .container_wrap_meta{
  position: relative;
    left: 60px;
    top: 80px;
}

/* Custom Dot list */
.custom-list {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  font-family: var(--main-font-family);
  font-weight: 300;
}
.custom-list li::before {
  content: "•"; 
  color:#e8116b;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  
}

/* ********************FOOTER******************/
#footer{
  padding: 100px 0 100px 0;
  /* background-color: #505050; */
  /* background-color: #ffffff; */
  background-color: #f9f9f9;
  /* border-top: 1px solid #000000 !important; */
}

.footer-links{
  /* color: #FFFFFF !important; */
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
  font-family: 'midpoint_proregular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

.footer-text {
  list-style: none outside;
  margin-left: 0px !important;
  color: #000000 !important;
  padding-left: 0px;

}

.footer-margin {
    margin-top: 10px;
}

.footer-text li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#top-footer-line .hr-inner {
  border-color: #000000 !important;
}

.socket_color {
  background-color: #ffffff !important;
  color: #777777 !important;

  /* background-color: #424242 !important;
  color: #777777 !important; */
}

.footer_color a {
  color: #000000;
}

.main_color a, .main_color h1 a, .main_color h2 a, .main_color h3 a, .main_color h4 a, .main_color h5 a, .main_color h6 a, .main_color .template-search a.news-content{
  color: var(--main-link-color);
  text-decoration: none;
}

.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover {
  color: var(--main-link-color);
  text-decoration: none;
}

/* #Animation Link TextBox 
================================================== */
.main_color a {
  position: relative;
}

.main_color a:after {
  content: '';
  position: absolute;
  width: 0; 
  height: 1px;
  display: block;
  margin-top: 0px;
  right: 0;
  /* background: #000000; */
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.main_color a:hover:after {
  width: 100%;
  left: 0;
  /* background: #000000; */
}

a:after > .avia-button {
  height: 0px !important;
  background: none !important;
}

.avia-cookie-consent .avia-cookie-consent-button { font-size: 11px !important; padding: 10px 20px !important; }
.avia_cookie_text {text-align: left;}
.clearfix { clear: both; }

.avia-button a:link {}
.avia-button a:visited {}
.avia-button a:hover {}

a.avia-button:link{}
a.avia-button::after{
  width: 0 !important;
  height: 0px !important;
}


/* #Disable Gallery Animation
================================================== */

.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
  -webkit-animation: none !important;
  animation: none !important;
}

.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}

/* #Forms
================================================== */

	#top form {
		margin-bottom: 20px; }
	#top fieldset {
		margin-bottom: 20px; }
	#top .input-text,
	#top input[type="text"],
	#top input[type="input"],
	#top input[type="password"],
	#top input[type="email"],
	#top input[type="number"],
    #top input[type="url"],
    #top input[type="tel"],
    #top input[type="search"],
	#top textarea,
	#top select {
		 -webkit-appearance: none;
		border-bottom: 1px solid #E1E3E9;
		padding: 8px 6px;
		outline: none;

    font-family: var(--main-font-family), sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'kern' 1, 'liga' 1;

	  color: #888FA8;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 0px;
		}

	#top input[type="text"]:focus,
	#top input[type="password"]:focus,
	#top input[type="email"]:focus,
	#top input[type="number"]:focus,
    #top input[type="url"]:focus,
    #top input[type="tel"]:focus,
    #top input[type="search"]:focus,
	#top textarea:focus, #top select:focus {
		box-shadow: none !important;
 		color: #000;
    border-bottom: 1px solid #2379f1 !important;
		}
	#top textarea {
		min-height: 60px; line-height:1.5em;}
	#top label{
		font-weight: bold;
		font-size: 0.92em;  }
	#top legend {
		display: block;
		font-weight: normal;
		font-size: 1.2em;  }
	#top select {
		width: 100%;
    border-bottom: 1px solid #E1E3E9;
    background-color:#FFFFFF !important;
}
	#top input[type="checkbox"] {
		display: inline; }
	#top label span,
	#top legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	#top textarea{width:100%;}


#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
#top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
#top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text{
  color: #000000;
}
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text :hover{
  color: #2a7cee !important;
}

.flexbox {
  display: flex !important;
  flex-direction: column !important;
}
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.margin10 { margin: 10px 0 !important; }
.margin20 { margin: 20px 0 !important; }
.margin30 { margin: 30px 0 !important; }
.margin50 { margin: 50px 0 !important; }

/* Widget mobile pohone */

#text-2 {
  /* width: 200px; */
  padding: 0px 40px 0px 0;
  float: right;
  position: absolute;
  right: 0;
  z-index: 1;
}

.phone-container {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between the icon and the number */
}

.phone-icon {
  width: 34px; /* Adjust the size of the icon */
  height: 34px;
}

.phone-number {
  font-size: 16px;
  color: #333;
}

/* ********************* MEDIA QUERY ******************/

/* Enfold media Query */

@media only screen and (min-width: 990px) {
  .width-text { max-width: 500px; }
  .only_mobile { display: none !important; }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .only_desktop { display: none !important; }
  .rwd-break { display: none; }
  .width-text { max-width: 500px; }
  .av-special-heading { margin-top: 10px !important; }
}
@media only screen and (max-width: 767px){
  .responsive #top .logo { position: static; display: table;  height: 80px !important; float: left; padding: 0; border: none;  }
  /* .only_mobile { display: none !important; } */
  /* .only_desktop { display: none !important; } */
  .email-container, .phone-container {
      flex-direction: row;
      /* align-items: flex-start; */
    }
    .contact-container {
      flex-direction: column; /* Stack image and text */
      align-items: center;   /* Center content */
    }
    .profile-image {
      margin-bottom: 20px; /* Add spacing below the image */
    }
    .info-label { margin-bottom: 4px; /* Add spacing between label and value */ }
    /* #text-2 { padding: 14px 40px 8px 0; } */
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .only_desktop { display: none !important; }
  .responsive-photo{ background-image: none !important;  }
  .responsive #top .logo {position: static;display: table;height: 80px !important; float: left;padding: 0;border: none; width: 0%; }
  .responsive #top #wrap_all .main_menu {top: 0;height: 80px; left: auto; right: 0; display: block; position: absolute; }
  .av-special-heading { margin-top: 5px !important;  }
  .margin-button-inline {  margin-left: 0px;  }
  .left-border-contact {border: 0px;}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .only_desktop { display: none !important; }
  .responsive-photo{ background-image: none !important;  }
  .responsive #top .logo {position: static;display: table;height: 80px !important;float: left;padding: 0;border: none; width: 0%; }
  .responsive #top #wrap_all .main_menu {top: 0;height: 80px; left: auto; right: 0; display: block; position: absolute; }
  .av-special-heading { margin-top: 5px !important;  }
  .margin-button-inline {  margin-left: 0px;  }
  .left-border-contact {border: 0px;}
  .phone-icon{ display: none;}
  #text-2 { padding: 3px 40px 0px 0; }
}
@media only screen and (max-width: 320px) {
  .only_desktop { display: none !important; }
  .responsive-photo{ background-image: none !important;  }
  .responsive #top .logo {position: static;display: table;height: 80px !important; float: left;padding: 0;border: none; width: 0%; }
  .responsive #top #wrap_all .main_menu {top: 0;height: 80px; left: auto; right: 0; display: block; position: absolute; }
  .av-special-heading { margin-top: 5px !important;  }
  .margin-button-inline {  margin-left: 0px;}
  .left-border-contact {border: 0px;}
  .phone-icon{ display: none;}
  #text-2 { padding: 3px 40px 0px 0; }
}

/* END Enfold media Query */



/* @media (min-width: 1281px) and (orientation: landscape) {
  .only_mobile { display: none !important; }

  .width-text { max-width: 500px; }
} */

/* @media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .only_mobile { display: none !important; }
  .width-text { max-width: 500px; }
} */

/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .only_desktop { display: none !important; }
  .rwd-break { display: none; }
  .width-text { max-width: 500px; }
  .av-special-heading { margin-top: 10px !important; }

} */
/* @media (width: 1024px) and (orientation: landscape) {
  .av-special-heading { margin-top: 10px !important;  }
  .only_mobile { display: none !important; }
  .only_desktop { display: none !important; }
} */

/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .only_desktop { display: none !important; }
  .only_mobile { display: none !important; }
  .av-special-heading { margin-top: 10px !important;  }
} */

/* @media (min-width: 481px) and (max-width: 767px) {
  .only_desktop { display: none !important; }
  .responsive-photo{
    background-image: none !important;
  }
  .responsive #top .logo {
      position: static;
      display: table;
      height: 80px !important;
      float: right;
      padding: 0;
      border: none;
      width: 0%;
    }

    .responsive #top #wrap_all .main_menu {
      top: 0;
      height: 80px;
      left: 0;
      right: auto;
      display: block;
      position: absolute;
  }
  .av-special-heading {
      margin-top: 5px !important;
  }
  .margin-button-inline {
     margin-left: 0px;

  }
} */

.left-border-box {
  border-left: 1px solid #000000 !important; 
  padding-left: 32px; 
  /* margin: 10px 0;  */
}
.realization-custom-text p{
  line-height: 1.3em !important;
}







.responsive #top #main { 
    /* padding-top: 0px; Gap between the content and header */
} 



.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header { 
    position: fixed; 
} 



.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main { 
    /*padding-top: 145px !important; */
} 

@media only screen and (max-width: 767px) {
.html_header_sticky #top #wrap_all #main {
    /*padding-top: 145px !important; */
}}




/* Logo */

.responsive #top #header #header_main .inner-container .logo {
    order: 0;
    flex-basis: auto;
    /*width: auto;*/

    /* Define scalable min width of the logo on small screens */
    min-width: 100px;
    /* Define scalable max width of the logo on big screens */
    /* Logo width: (auto | 100% | px );  Set auto to display the uploaded image size */
    max-width: 150px;
    
    z-index: 9;
}


/* Logo image size */

.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
    width: auto;
        
    /* Height specification is not required. It is proportional to the max width of the logo */
    height: auto;    
    align-items: center;
    align-self: center;
    justify-content: center;
}


/* Vertically center transparency logo */

.responsive #top #header .logo span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}




.responsive #top #header #header_main .inner-container .main_menu {
    order: 0;
    flex-basis: auto;   /* Use calc to minus the width of the logo */
    align-items: center;
    align-self: center;
}


#header .av-main-nav {
    display: flex;
    flex-wrap: nowrap;
}


@media only screen and (max-width: 1000px) {
    #top #header .av-main-nav>li.menu-item {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
}

@media only screen and (max-width: 767px) {

/* Mobile menu position fix */
.responsive #top .av-logo-container .avia-menu {
    display: flex!important;
    align-items: center;
}}

/* Mega menu position fix */
#header li .avia_mega_div,
#header li:hover .avia_mega_div {
    right: 0 !important; /* submenu position */
    left: auto!important; /* submenu position */
    max-width: 50vw;
}


/* Widgets */

.responsive #top #header #header_main .inner-container .widget {
    order: 0;
    flex-basis: auto;
    padding: unset;
    clear: none!important;

    align-self: center;
    align-items: center;
    z-index: 1;

}

.responsive #top #header #header_main .inner-container .widget>div {
    width:100%;
    line-height: 14px;
    padding:0 10px;
}


/* Flex support and position fix */
.responsive #top #header #header_main nav .social_bookmarks {
    display: flex;
     top: auto;
     margin-top: 0;
     align-items: center;
}
/* Inherit height for flex alignment */
#top .av-logo-container .social_bookmarks li {
    height: inherit;
}

/* Cart position fix */

#top #header #header_main #menu-item-shop a.cart_dropdown_link {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .responsive #top #menu-item-shop.cart_dropdown {
        display: flex;
        align-items: center;
    }
    .cart_dropdown .dropdown_widget .avia-arrow {
        display: none;
    }
    .blog-categories .minor-meta { display: none !important; }
    .html_elegant-blog #top .post-entry .post-meta-infos, 
    .html_elegant-blog .avia-content-slider .slide-meta {
      display: flex;
      justify-content: left; /* centers all inner elements */
      align-items: left;
      gap: 6px; /* optional spacing between elements */
      text-align: left;
}
  
}













@media (min-width: 320px) and (max-width: 480px) {
  .only_desktop { display: none !important; }
  .av-special-heading {margin-top: 5px !important; }
  .responsive #top .logo {
      position: static;
      display: table;
      height: 80px !important;
      float: left;
      padding: 0;
      border: none;
      width: 0%;
    }

    .responsive #top #wrap_all .main_menu {
      top: 0;
      height: 80px;
      left: auto;
      right: 0;
      display: block;
      position: absolute;
  }
}
@media (max-width: 320px) {
  .only_desktop { display: none !important; }
  .av-special-heading {margin-top: 5px !important; }
  .responsive #top .logo {
      position: static;
      display: table;
      height: 80px !important;
      float: left;
      padding: 0;
      border: none;
      width: 0%;
    }

    .responsive #top #wrap_all .main_menu {
      top: 0;
      height: 80px;
      left: auto;
      right: 0;
      display: block;
      position: absolute;
  }
}


 



