.cptch_block label {
word-wrap: break-word;
} .cptch_block br {
display: none !important;
}
.cptch_label:hover {
cursor: pointer;
}
form input.cptch_input {
padding-left: 8px;
padding-right: 8px;
}
.cptch_allowlist_message {
font-style: italic;
color: #008000;
font-weight: normal !important;
}
.cptch_block {
display: block !important;
width: 100%;
max-width: 100%;
box-sizing: border-box;
word-spacing: normal !important;
text-align: left;
}
.cptch_title {
display: block;
word-wrap: break-word;
padding-bottom: 5px;
clear: both;
}
.cptch_wrap {
display: table-row !important;
position: relative;
clear: both;
}
.cptch_label,
.cptch_reload_button_wrap {
display: table-cell;
margin: 5px 0 !important;
vertical-align: middle;
line-height: 1;
}
.cptch_time_limit_notice {
display: none;
color: red;
font-size: 12px;
}
.cptch_span {
display: inline-block;
vertical-align: middle;
line-height: 1;
position: relative;
}
.cptch_recognition .cptch_span {
margin-right: 2px;
}
.rtl .cptch_recognition .cptch_span {
margin-right: 0px;
margin-left: 2px;
}
.cptch_img img {
width: 40px;
max-width: 40px !important;
height: 40px;
top: 0;
z-index: 1;
}
.cptch_reload_button {
width: 2rem;
height: 2rem;
font-size: 2rem;
margin: 0 15px;
vertical-align: text-bottom;
}
.cptch_reload_button:before {
vertical-align: text-bottom;
}
.cptch_recognition .cptch_images_wrap {
display: block;
margin-bottom: 3px;
} .rtl .cptch_block {
direction: rtl;
text-align: right;
}
@media only screen and ( max-width: 782px ) {
.cptch_reload_button {
width: 48px;
height: 48px;
font-size: 48px;
}
}.cptch_ajax_wrap noscript {
color: red;
}
.cptch_img:hover img,
.cptch_img:hover svg {
cursor: default;
position: relative;
z-index: 10;
-webkit-transition: 300ms ease-in-out;
-moz-transition: 300ms ease-in-out;
-o-transition: 300ms ease-in-out;
transition: 300ms ease-in-out;
}
.cptch_left:hover img,
.cptch_left:hover svg { -webkit-transform: translateX(100%) scale(3, 3);
-moz-transform: translateX(100%) scale(3, 3);
-o-transform: translateX(100%) scale(3, 3);
-ms-transform: translateX(100%) scale(3, 3);
transform: translateX(100%) scale(3, 3);
}
.cptch_right:hover img,
.cptch_right:hover svg { -webkit-transform: translateX(-100%) scale(3, 3);
-moz-transform: translateX(-100%) scale(3, 3);
-ms-transform: translateX(-100%) scale(3, 3);
-o-transform: translateX(-100%) scale(3, 3);
transform: translateX(-100%) scale(3, 3);
}
.cptch_center:hover img,
.cptch_center:hover svg{ -webkit-transform: scale(3, 3);
-moz-transform: scale(3, 3);
-o-transform: scale(3, 3);
-ms-transform: scale(3, 3);
transform: scale(3, 3);
}
.cptch_recognition .cptch_img {
display: inline-block;
overflow: hidden;
padding: 8px 1px;
}
.cptch_recognition .cptch_img:hover img,
.cptch_recognition .cptch_img:hover svg { -webkit-transform: scale(3, 3);
-moz-transform: scale(3, 3);
-o-transform: scale(3, 3);
-ms-transform: scale(3, 3);
transform: scale(3, 3);
}
.cptch_reload_button:hover {
cursor:pointer;
opacity: 0.7;
}
.cptch_reload_button.cptch_active {
opacity: 0.7;
animation: cptch_rotation 800ms infinite linear;
-webkit-animation: cptch_rotation 800ms infinite linear;
}
@-webkit-keyframes cptch_rotation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes cptch_rotation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes cptch_rotation {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);}
}
@keyframes cptch_rotation {
0% {transform: rotate(0deg);}
100% {transform: rotate(359deg);}
}a{
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:focus,
button:focus{
outline: 2px solid blue !important;
}
.wp-block-navigation__container ul.has-background{
padding: 0;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
background-color: var(--wp--preset--color--secondary);
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a{
color: var(--wp--preset--color--white);
}
.wp-block-image img{
vertical-align: middle;
}
h3.wp-block-post-title a{
text-decoration: none !important;
}
.pos-relative{
position: relative;
}
.has-shadow{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.counter-box:before,
.counter-box:after {
width: 35px;
height: 35px;
content: '';
position: absolute;
}
.counter-box:after {
bottom: 0;
right: 0;
border-right: 2px solid var(--wp--preset--color--primary);
border-bottom: 2px solid var(--wp--preset--color--primary);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.counter-box:before {
top: 0;
left: 0;
border-left: 2px solid var(--wp--preset--color--primary);
border-top: 2px solid var(--wp--preset--color--primary);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.counter-box:hover::before,
.counter-box:hover::after{
width: 100%;
height: 100%;
}
.ser-item{
margin: 25px 0 !important;
position: relative;
}
.ser-thumb{
padding: 1.875rem;
position: relative;
}
.ser-thumb:before{
content: '';
position: absolute;
top: 0;
z-index: -1;
right: 0;
width: 50%;
height: 50%;
border: solid 2px var(--wp--preset--color--secondary);
-webkit-transition: all .5s;
transition: all .5s;
}
.ser-thumb:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50%;
height: 50%;
z-index: -1;
border: solid 2px var(--wp--preset--color--secondary);
-webkit-transition: all .5s;
transition: all .5s;
}
.ser-item:hover .ser-thumb::before,
.ser-item:hover .ser-thumb::after{
width: 96%;
height: 96%;
border-color: var(--wp--preset--color--primary);
border-width: 7px;
z-index: 2;
}
.footer-post-excerpt p{ 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
form {
position: relative;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
width: 100%;
margin: 10px 0;
padding: 10px 15px;
border: 1px solid #ebebeb;
outline: 0;
resize: none;
line-height: 20px;
background: none;
color: #a1a1a1;
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 18px;
border-radius: 5px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
border-color: var(--wp--preset--color--primary);
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer;
border: none;
outline: none;
padding: 12px 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: var(--wp--preset--color--primary);
color: #ffffff;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
text-align: center;
letter-spacing: 2px;
}
.wpcf7-form label {
display: block;
text-transform: uppercase;
font-size: 12px;
margin: 0 0 8px;
color: #000000;
font-weight: 700;
}
.form-group {
margin-bottom: 30px;
}
.form-group p{
margin: 0;
}
.form-group.half {
width: 48%;
margin-right: 4%;
float: left;
}
.form-group.half.last {
margin-right: 0;
}
.form-group.third {
width: 32%;
margin-right: 2%;
float: left;
}
.form-group.third.last {
margin-right: 0;
}   @media screen and (max-width:999px) {
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
display: none;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg{
width: 42px;
height: 42px;
}
.wp-block-navigation__responsive-container-open svg path,
.wp-block-navigation__responsive-container-close svg path{
fill: var(--wp--preset--color--white);
}
.wp-block-navigation__responsive-container-close{
top: 20px;
right: 20px;
}
.wp-block-navigation__responsive-container-open:not(.always-shown){
display: block;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
display: none; 
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
background-color: var(--wp--preset--color--secondary);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
padding: 1.5em;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
width: 100%;
gap: 0 !important;
border-bottom: none;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item {
width: 100%;
gap: 0 !important;
border: none !important;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item a {
width: calc( 100% - 48px );
padding: 12px 24px 12px;
line-height: 30px;
} .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
display: block !important;
margin-left: 15px;
padding: 3px 10px;
float: right;
font-size: 19px;
line-height: 1;
position: absolute;
right: 0;
top: 0;
height: 42px;
width: 42px;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
stroke: var(--wp--preset--color--white);
display: block;
width: 30px;
height: 13px;
margin: 0 !important;
padding: 0 !important;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
width: 100%;
gap: 0;
margin: 0;
padding: 0;
display: none;
box-shadow: none;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a {
padding-left: 35px;
}
.wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation-submenu__toggle[aria-expanded=true] + ul.wp-block-navigation__submenu-container {
display: block;
margin: 0;
padding: 0;
}
}