/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 15 2025 | 10:50:01 */
.e-con-boxed {
	padding-left: 20px;
	padding-right: 20px;
}

.page-content p a {
	text-decoration: underline;
}
.bonuksia_card .vc_column-inner > .wpb_wrapper {
	background-color: #fff;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
}
.mwp-notice-container {
	display: none !important;
}

body {
  overflow-x: hidden;
  min-width: 360px;
}

.d-none {
  display: none !important;
}

b, strong {
  font-weight: bold !important;
}
.e-n-accordion summary {
    text-decoration: none;
}
.text-center {
  text-align: center !important;
}

.mobile-social-search {
	display: none;
}

details summary {
	cursor: pointer;
}

.site-content > .wrapper {
  padding: 20px 15px;
}

main details {
  margin-top: 0px;
}

main details[open] {
  border-bottom: 0px;
}

main summary {
  font-weight: bold;
  text-align: left;
  -webkit-text-decoration: underline #00E8B6 4px;
          text-decoration: underline #00E8B6 4px;
  margin-bottom: 15px;
}

.entry-content .wpb_wrapper ul li {
  font-size: 16px;
}

.site-main {
  font-size: 16px;
}

a.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
	.mycomment {
		margin-left: 15px;
		margin-right: 15px;
	}
	.size-full .mycomment {
		margin-right: 15px;
	}
	.mycomment .vc_col-xs-10 {
	  padding-left: 15px;
	}
}

/* Shine */
.shineme {
	position: relative;
	overflow: hidden;
}
.shineme::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.shineme:hover::before {
	animation: shine 0.75s;
}
@-webkit-keyframes shine {
	100% {left: 125%;}
}
@keyframes shine {
	100% {left: 125%;}
}

/* 3D BUTTON */
.btn3d {
	position: relative;
	top: -6px;
	border: 0;
	transition: all 40ms linear;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	color: #000;
}

.btn3d.btn-success:hover{
	color: #000;
	background-color: #00e8b6;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
	-moz-outline-style: none;
	outline: medium none;
	color: #000;
}

.btn3d:active,
.btn3d.active {
	top: 2px;
	color: #555;
}

.btn3d.btn-success {
	box-shadow: 0 0 0 1px #00e8b6 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #028468, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
	background-color: #00e8b6;
}

.btn3d.btn-success:active,
.btn3d.btn-success.active {
	box-shadow: 0 0 0 1px #00e8b6 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
	background-color: #028468;
}

.box_nostars .vc_row.vc_inner {
	overflow: hidden;
}
.box_nostars .vc_btn3 {
	text-decoration: none !important;
	padding: 10px 40px;
	box-shadow: 0 3px 6px #00000033;
	color: #000 !important;

	background-color: #00e8b6 !important;
	background-image: url("data:image/svg+xml,%3Csvg width='88' height='54' viewBox='0 0 88 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88 0L53.0538 54H0L34.9462 0H88Z' fill='%2385E7D2'/%3E%3C/svg%3E%0A");
	background-position: left 70% center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 110%;
}
.box_nostars .vc_btn3:hover {
	box-shadow: none;
}
.box_nostars .vc_btn3 span {
	display: block;
	font-weight: bold;
	font-size: 120%;
}

