/*   
Theme Name: Main
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



<!--Mark W-->
.t898__wrapper {
    position: fixed;
    bottom: 50px;
    right: 65px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.t898__btn_input {
    display: none;
}

.t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #08c;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    overflow: hidden;
}
.t898_animate .t898__btn_label {
    animation: t898__btn-pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__btn-pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.t898__icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.t898__icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}
.t898__hint {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font: 15px/1.5 'Gilroy-Regular', Arial, sans-serif;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    transition: all 0.1s linear;
}
.t898__hint:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid #0000;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}
.t898_animate .t898__animated-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -3px;
    border-radius: 50%;
    left: -3px;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    border: 3px solid #08c;
    animation: t898__pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
.t898__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}
#allrecords a {
    color: #ff8562;
    text-decoration: none;
}
.t898__tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}
.t898__btn_input:checked+label {
    background: #fff!important;
    animation: none;
}
.t898__btn_input:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%);
}
.t898__btn_input:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%);
}
.t898__btn_input:checked~a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-375%);
}
.t898__btn_input:checked~.t898__icon_link {
    opacity: 1;
    visibility: visible;
}
.t898__btn_input:checked+label .t898__icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
	
<!--Mark W-->	

input[type="checkbox"].is-invalid {
    outline: 2px solid red;
    outline-offset: 2px;
    border-radius: 3px; 
}

input.checkbox[type="checkbox"] {
  width: 18px;
  height: 18px;
  appearance: none;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  visibility: visible;
	flex-shrink: 0;
}

input.checkbox[type="checkbox"]:checked {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

input.checkbox[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);

}


.lwptoc_itemWrap1 {
    margin: 10px 0px 10px 15px;
}

.lwptoc_item {margin-top:15px;}
    
    
.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
} 

.lwptoc_toggle {display:flex;}

.lwptoc_header {display:flex; gap:15px;}
    
.lwptoc_i{margin-bottom:25px;}


#cookie_note{
    display: none;position: fixed;
	z-index:99999;
    bottom: 15px;left: 30%; 
	max-width: 90%;
	transform: translateX(-25%);
    padding: 20px;
	background-color: white;
    border-radius: 23px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    
}
#cookie_note p{margin: 0;font-size: 0.8rem;text-align: left;color: black;}

#cookie_note .btn-sm{
    display: block;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    overflow: inherit;
}

.cookie_accept {
    white-space: nowrap;
}


@media (max-width: 1023px) {
    #cookie_note.cshow {
        display: flex;
        text-align: left;
        flex-direction: column;
        width: 90%;
		gap:10px;
    }
    
    .cookie_accept {
     width: auto; 
}
#cookie_note .btn-sm {margin-top:15px;}
}

#cookie_note a {color:#006}
@media (max-width: 1023px){#cookie_note.cshow{display: flex;text-align: left;}}
@media (min-width: 1024px){#cookie_note.cshow{display: flex; column-gap: 15px;align-items: center;}}


@media (max-width: 768px) {
    #cookie_note .bclose {
        padding: 10px;
        width: 44px;
        top: 0;
        right: 0;
        position: absolute;
    }
    #cookie_note p {
   margin: 0 25px 0 0px;
}
}

@media (min-width: 769px) {
   #cookie_note .bclose {
        border: 0;
        border-radius: 100px;
        cursor: pointer;
        height: 44px;
        padding: 10px;
        width: 44px;
        top: -35px;
        right: -35px;
        position: absolute;
        background-color: white;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    }	
	.footer__form-btns {
    flex-wrap: nowrap;
}
}

#cookie_note .cookbtn{
    display: inline-block;
    padding: 20px 50px;
    color: #fff;
    font: 16px 'Gilroy-Regular', Arial, sans-serif;
    background: #7b414a;
    border-radius: 100px;
    position: relative;
	cursor:pointer;
	margin:auto;
}


.form__checkbox {
    display: flex;
    align-items: center; 
    flex-wrap: wrap; 
    margin-top: 15px;
    gap: 10px; 
}

.checkbox-text {
    white-space: normal;
    overflow-wrap: anywhere; 
    flex: 1; 
	font-weight: 500;
    font-size: .75rem;
    color: rgba(34, 77, 71, .4);	
}

.checkbox-text a {
    color: rgba(34, 77, 71, .4);
}

.checkbox-text a {
text-decoration:underline;	
}


.form__checkbox .error {
  order: 2; 
  width: 100%;
  padding-left: 28px; 
}


.marquiz-widget {
	position:relative;
	z-index:9999
}

.page .content h1 {
    font: 42px / 1.2 'Gilroy-Light', Arial, sans-serif;
    margin-bottom: 30px;
}

.page .content p {
margin-bottom:15px
}

.page .content li{
    margin-bottom: 5px;
    margin-left: 25px;
}

.offer_popup {
    position: fixed;
    right: 19px;
    bottom: 89px;
    background: #ffffff;
    padding: 13px;
    border-radius: 7px;
    max-width: 337px;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s;
    color: black;
    font-size: 16px;
    margin-left: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	line-height: 1.4;
}
.offer_popup.visible {
  opacity: 1;
  z-index: 9999;
}
.offer_popup_close {
  position: absolute;
  left: -19px;
  top: -19px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer_popup_close:before,
.offer_popup_close:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #999;
}
.offer_popup_close:before {
  transform: rotate(45deg);
}
.offer_popup_close:after {
  transform: rotate(-45deg);
  margin: 0 0 0 -2px;
}


.page .content h1 {
    font: 42px / 1.2 'Gilroy-Light', Arial, sans-serif;
    margin-bottom: 30px;
}

.page .content p {
margin-bottom:15px
}

.page .content li{
    margin-bottom: 5px;
    margin-left: 25px;
}