/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:not(.simulator) {
  scrollbar-width: thin;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  color: #000;
  font-family: inherit;
  text-transform: none;
  text-decoration: none;
}

h1 {
  font-size: 35px;
  line-height: 45px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 35px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}



ul li {
	margin-left: 20px;
}

.container {
	max-width: 1521px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.shopify-section {
	width: 1521px;
	margin: 0 auto;
}

.content-part-area p {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 5px;
  line-height: 28px;
  font-weight: normal;
}

.content-part-area a {
	color: #218e0d;
	text-decoration: none;
}


.content-part-area a:hover {
	color: #218e0d;
	text-decoration: none;
	opacity: 1;
}

.content-part-area {
  font-size: 18px;
  line-height: 26px;
  padding-top: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #000;
}

.content-part-area table tr td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 16px;
}

.content-part-area table {
  margin: 25px 0;
  border-collapse: collapse;
  width: 100%;
}

.table-auto {
  overflow-x: auto;
}

.aligncenter,
#column-wrap img {
  display: block;
  margin: auto;
}

.content-part-area dl {
  margin: 20px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.content-part-area dt {
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.content-part-area dd {
  margin: 0 0 10px 20px;
  padding: 10px;
  border-left: 2px solid #ddd;
  background-color: #fff;
}

.content-part-area p+div {
  margin-bottom: 10px;
}

.content-part-area blockquote {
	padding: 60px 40px;
	background: #fff;
	border-left: 5px solid #218e0d;
	position: relative;
	margin: 20px auto;
	font-style: italic;
	quotes: "“" "”" "‘" "’";
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}


.content-part-area blockquote::before,
.content-part-area blockquote::after {
  position: absolute;
  font-size: 3em;
  color: #4a4a4a;
  font-family: serif;
  line-height: 1;
  z-index: 1;
}

.content-part-area blockquote::before {
  content: open-quote;
  top: 20px;
  left: 20px;
}

.content-part-area blockquote::after {
  content: close-quote;
  bottom: 20px;
  right: 20px;
}

.content-part-area blockquote p {
  display: inline;
  color: #1d1d1d;
  position: relative;
  z-index: 2;
}



.img-responsive img {
  width: 100%;
  display: block;
  margin: auto;
}

li.menu-item-has-children {
  position: relative;
}

.content-part-area ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-left: 0;
}

.content-part-area ol {
  padding-left: 30px;
  list-style: decimal;
  margin-left: 0;
}

.content-part-area ul li {
  list-style: disc;
}

.content-part-area li {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 24px;
}

.content-part-area ol li::marker,
.content-part-area ul li::marker {
  font-weight: 600;
}

.content-part-area .campaign-compact-table__offer-key-features ul {
  padding-left: 0;
}

.content-part-area .campaign-compact-table__offer-key-features ul li {
  list-style: none;
}

/* su-button css */
.content-part-area .su-button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 5px 16px;
  margin: 15px 0;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(56, 82, 138, 0.3);
  transition: all 0.3s ease;
}

.content-part-area .su-button:hover {
  color: #4a4a4a !important;
}

.content-part-area .su-button span {
  font-size: 16px !important;
  padding: 0px 16px !important;
  color: #fff !important;
  border-color: transparent !important;
  border: 0;
  border-radius: 8px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.content-part-area .su-button:hover span {
  top: 0;
}

/* su-button css */
.content-part-area .campaign-list-item_cta-btn {
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}

.content-part-area .campaign-list-item_cta-btn:hover {
	background: #4a4a4a;
	color: #fff;
	opacity: 1;
}
.campaign-list-item {
  background: #fff;
}



.logo-menu-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  width: 150px;
  margin-right: 20px;
}

.site-logo img {
  max-width: 100%;
  height: auto;
}

.site-logo a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.site-logo a:hover {
  color: #4a4a4a;
}

.footer {
  background-color: #000;
  padding: 15px 0;
  border-top: 4px solid #4a4a4a;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

footer.footer p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.site-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.content-area {
  margin-top: 1.25rem;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.dropdown-toggle::after {
  content: unset;
}

#content_teaser {
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_view,
.header_view .download {
  display: flex;
  flex-direction: column;
}

.header_view a,
.header_view span {
  font-size: 16px;
  color: black;
  margin-bottom: 18px;
  font-weight: 500;
}

.header_view a:hover,
.header_view span:hover {
  color: #4a4a4a;
}

.header-section {
  max-width: 100%;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  z-index: 99;
  position: relative;
}

div.main-container {
  padding-left: 0;
}


.content-part-area table tr td,
.content-part-area table tr th {
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  text-transform: initial;
  color: #000;
}

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

/************/

.fusion-header {
	padding-left: 0;
	padding-right: 0;
	backface-visibility: hidden;
	transition: none;
}


.fusion-logo {
	width: 75px;
	margin: 0 !important;
	max-width: 100px;
}

.fusion-header-wrapper {
	box-shadow: 0 10px 50px -2px rgba(0,0,0,.14);
}

.fusion-header-shadow > div {
	box-shadow: none;
}

body:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > a, body:not(.fusion-top-header) .fusion-main-menu > ul > li > a {
	height: 72px;
}

body #cs-content {
	display: flex;
}


body #cs-content .x-section {
	margin-bottom: 20px !important;
	margin-left: 10px !important;
}

body .fusion-layout-column{
  width: 50% !important;
}

/* body .fusion-fullwidth .fusion-layout-column {
	width: 100% !important;
} */

.content-part-area table tr th {
	font-weight:  bold;
}

/* common media */
@media screen and (min-width: 992px) {
  .site-name {
    text-align: start;
  }

  .logo-menu-part {
    flex-flow: row;
    justify-content: center;
    gap: 15px;
  }

  .site-logo {
    margin-right: 0;
    text-align: center;
  }


  .site-name {
    width: 100%;
    text-align: start;
  }

  .site-name strong {
    color: #fff;
    font-weight: bold;
  }

  .toggle-menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .site-logo {
    width: 120px;
  }

  .site-name {
    width: auto;
  }

  .site-logo a {
    word-wrap: break-word;
  }

  h1.entry-title,
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .table-auto {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .content-part-area table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header-section {
    padding: 10px 0;
    position: relative;
  }

  .content-part-area {
    padding-top: 10px;
  }



  .content-part-area table tr td {
    white-space: nowrap;
  }

  .content-part-area .su-button {
    margin: 15px 0;
  }

  .site-logo a {
    font-size: 18px;
  }

  .content-part-area .su-button span {
    padding: 8px 16px !important;
    line-height: 1.5 !important;
  }

  footer.footer {
    padding: 10px 15px;
  }


  .content-part-area .campaign-list-item_cta-btn {
    box-shadow: none;
  }

  .content-part-area dl {
    margin: 20px 0;
  }

#mobile-menu-ciel-main-menu li {
	margin: 0;
}
}

@media only screen and (max-width: 767.98px) {
  .content-part-area blockquote {
    padding: 30px 20px;
    font-size: 0.95em;
  }

  .content-part-area blockquote::before {
    top: 10px;
    left: 10px;
    font-size: 2.5em;
  }

  .content-part-area blockquote::after {
    bottom: 0;
    right: 10px;
    font-size: 2.5em;
  }

  .post-info-container {
    padding: 10px;
  }
}

/* Optional: Responsive tweaks */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-part-area table {
    border-collapse: collapse;
    display: inline-table;
  }
}