.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}fieldset, label {
margin: 0;
padding: 0;
}
.rating {
border: none;
float: left;
}
.rating > input {
display: none;
}
.rating label:before {
margin: 5px;
font-size: 1.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005";
}
.rating > .half:before {
content: "\f089";
position: absolute;
}
.rating > label {
color: #ddd;
float: right;
} .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
color: #FFD700;
} .rating > input:checked + label:hover, .rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
color: #FFED85;
}
#fsModal {
padding-right: 0 !important;
}
.recipe-pop-up.modal-dialog {
max-width: 100% !important;
margin: 1.75rem auto;
}
.recipe-pop-up .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.recipe-pop-up.modal-dialog {
position: fixed;
margin: 0;
width: 100%;
height: 100%;
padding: 0;
}
.recipe-pop-up .modal-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid #3c7dcf;
border-radius: 0;
box-shadow: none;
}
.recipe-pop-up .modal-header {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 50px;
padding: 10px;
background: #6598d9;
border: 0;
}
.recipe-pop-up .modal-title {
font-weight: 300;
font-size: 2em;
color: #fff;
line-height: 30px;
}
.recipe-pop-up .modal-body {
position: absolute;
top: 50px;
bottom: 60px;
width: 100%;
font-weight: 300;
overflow: auto;
}
.recipe-pop-up .modal-footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 60px;
padding: 10px;
background: #f1f3f5;
}
.btn {
height: 40px;
border-radius: 0;
}
.btn:focus,
.btn:active,
.btn:active:focus {
box-shadow: none;
outline: none;
}
.btn-modal {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -100px;
width: 200px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
color: #767b93;
color: #fff;
text-align: center;
background: #60cc69;
border: 1px solid #36a940;
border-bottom: 3px solid #36a940;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus:active,
.btn-primary:active:active {
border-bottom: 1px solid #36a940;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
color: #fff;
text-align: center;
background: #bfc5ce;
border: 1px solid #a2aab8;
border-bottom: 3px solid #a2aab8;
}
.btn-default:active,
.btn-default:hover:active,
.btn-default:focus:active,
.btn-default:active:active {
border-bottom: 1px solid #a2aab8;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
color: #cc7272;
background: transparent;
border: 0;
}
.recipe-pop-up .modal h1,
.recipe-pop-up .modal h2,
.recipe-pop-up .modal h3 {
color: #60cc69;
line-height: 1.5;
}
.recipe-pop-up .modal h1:first-child,
.recipe-pop-up .modal h2:first-child,
.recipe-pop-up .modal h3:first-child {
margin-top: 0;
}
.recipe-pop-up .modal-body p {
font-size: 16px;
line-height: 1.5;
color: #9397a9;
}
.recipe-pop-up .modal-body p:last-child {
margin-bottom: 0;
}
.recipe-pop-up .modal-body .serial-number {
background: #5f5f5f;
display: inline-block;
color: #fff;
padding: 5px 7px;
margin-bottom: 10px;
margin-top: 50px;
}
.recipe-pop-up .modal-body .direction-box-layout1 .serial-number:first-child {
margin-top: 0px;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 10px;
background: #f1f3f5;
border-left: 1px solid #d3d9e0;
}
::-webkit-scrollbar-thumb {
background: #b5c0cb;
} .nav-control-layout3 .owl-nav {
margin-top: 0;
}
.nav-control-layout3 .owl-nav > button {
position: absolute;
top: 38%;
-webkit-transform: translateY(-38%);
-ms-transform: translateY(-38%);
transform: translateY(-38%);
margin: 0;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #111111;
background: #ffffff;
height: 5.5rem;
width: 5.5rem;
border-radius: 45px;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav > button i {
margin-top: 3px;
}
.nav-control-layout3 .owl-nav > button i:before {
font-size: 16px;
font-weight: 600;
}
.nav-control-layout3 .owl-nav > button:hover {
background: #ff4a52;
color: #ffffff;
}
.nav-control-layout3 .owl-nav > button:focus {
outline: none;
}
.nav-control-layout3 .owl-nav .owl-prev {
left: -75px;
}
@media only screen and (max-width: 767px) {
.nav-control-layout3 .owl-nav .owl-prev {
left: -5.5rem;
}
}
.nav-control-layout3 .owl-nav .owl-next {
right: -75px;
}
@media only screen and (max-width: 767px) {
.nav-control-layout3 .owl-nav .owl-next {
right: -5.5rem;
}
} .shop-box-layout1 {
margin-bottom: 30px;
text-align: center;
}
.shop-box-layout1 .mask-item {
margin-bottom: 22px;
position: relative;
z-index: 3;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .mask-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-color: rgba(255, 74, 82, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .mask-item .action-items {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 0;
right: 0;
z-index: 6;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
padding-left: 0;
}
.shop-box-layout1 .mask-item .action-items li {
opacity: 0;
margin-right: 5px;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shop-box-layout1 .mask-item .action-items li a {
display: flex;
font-size: 12px;
line-height: 12px;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
background-color: #ffffff;
color: #444444;
text-align: center;
border: 2px solid #ffffff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shop-box-layout1 .mask-item .action-items li a i {
font-size: 17px;
}
.related-recipe .shop-box-layout1 .mask-item .action-items li a i {
margin-right: 0;
}
.related-recipe .yith-wcwl-add-button.show img {
position: absolute;
}
.related-recipe .yith-wcwl-add-button a.add_to_wishlist {
border-radius: 0px;
}
.shop-box-layout1 .mask-item .action-items li a:hover {
background-color: transparent;
color: #ffffff;
}
.shop-box-layout1 .mask-item .action-items li:last-child {
margin-right: 0;
}
.shop-box-layout1 .item-content {
text-align: center;
}
.shop-box-layout1 .item-content .item-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
line-height: 30px;
}
.shop-box-layout1 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .item-content .item-title a:hover {
color: #ff4a52;
}
.shop-box-layout1 .item-content .item-price {
font-size: 22px;
font-weight: 500;
color: #ff4a52;
}
.shop-box-layout1:hover .mask-item {
background-color: #ffffff;
-webkit-box-shadow: 0px 13px 27px 0px rgba(176, 176, 176, 0.55);
-moz-box-shadow: 0px 13px 27px 0px rgba(176, 176, 176, 0.55);
box-shadow: 0px 13px 27px 0px rgba(176, 176, 176, 0.55);
}
.shop-box-layout1:hover .mask-item:before {
opacity: 1;
visibility: visible;
}
.shop-box-layout1:hover .mask-item .action-items li {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.shop-box-layout1:hover .mask-item .action-items li:nth-child(1n) {
transition-delay: 0.3s;
}
.shop-box-layout1:hover .mask-item .action-items li:nth-child(2n) {
transition-delay: 0.4s;
}
.shop-box-layout1:hover .mask-item .action-items li:nth-child(3n) {
transition-delay: 0.5s;
}
.submit-recipe-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
line-height: 1.5;
background-color: transparent;
padding: 13px 10px 13px 20px;
border: 1px solid #cccccc;
box-shadow: none;
border-radius: 0;
}
.submit-recipe-form .select2-container--classic .select2-selection--single {
height: 50px;
}
.submit-recipe-form .select2-container {
border-radius: 0;
box-shadow: none;
}
.submit-recipe-form .select2-container--classic .select2-selection--single .select2-selection__rendered label {
margin: 0 0 1rem;
font-size: 18px;
font-weight: 500;
color: #111111;
}
.submit-recipe-form label {
font-size: 15px;
color: #504e4e;
font-weight: 600;
}
.submit-recipe-form .form-group {
margin-bottom: 20px;
}
.submit-recipe-form .form-group input {
height: 40px;
}
.submit-recipe-form .form-group input[type=file] {
height: 49px;
}
.submit-recipe-form .form-group .form-control {
font-size: 15px;
padding: 8px 10px;
color: #111111;
border: 1px solid #cccccc;
background-color: #ffffff;
border-radius: 4px;
}
.submit-recipe-form input.form-control::-webkit-input-placeholder,
.submit-recipe-form textarea.form-control::-webkit-input-placeholder {
color: #909090;
}
.submit-recipe-form input.form-control:-ms-input-placeholder,
.submit-recipe-form textarea.form-control:-ms-input-placeholder {
color: #909090;
}
.submit-recipe-form input.form-control:-moz-placeholder,
.submit-recipe-form textarea.form-control:-moz-placeholder {
color: #909090;
}
.submit-recipe-form .form-control:focus {
outline: none;
box-shadow: none;
}
.submit-recipe-form .form-group select {
color: #909090;
width: 100%;
padding: 10px 16px;
border: 1px solid #cccccc;
border-radius: 4px;
font-size: 16px;
}
.submit-recipe-form .form-group .note-toolbar {
background-color: #f6f6f6;
position: relative !important;
}
.submit-recipe-form .form-group .note-toolbar .note-btn-group {
margin-right: 10px;
}
.submit-recipe-form .form-group .note-toolbar .note-btn-group .note-btn {
background-color: transparent;
font-size: 14px;
}
.submit-recipe-form .form-group .note-editor.note-frame .note-statusbar {
border-top: 0;
}
.submit-recipe-form .form-group .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
display: none;
}
.submit-recipe-form .form-group .note-editor.note-frame .note-statusbar .note-resizebar {
display: none;
}
.submit-recipe-form .form-group .note-editor.note-frame {
border: 1px solid #cccccc;
}
.submit-recipe-form .form-group .note-popover .popover-content,
.submit-recipe-form .form-group .panel-heading.note-toolbar {
padding: 5px 5px 10px;
}
.submit-recipe-form .form-group .note-toolbar .note-btn-group .note-btn .note-icon-caret:before {
display: none;
}
.submit-recipe-form .form-group .note-toolbar .note-btn-group .note-btn:focus {
outline: none;
box-shadow: none;
}
.submit-recipe-form .upload-img li {
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.submit-recipe-form .additional-input-wrap {
margin-bottom: 30px;
}
.submit-recipe-form .ranna-note-submit ul li {
padding-bottom: 15px;
}
.submit-recipe-form .additional-input-box {
font-size: 16px;
margin-bottom: 5px;
padding: 15px;
background-color: #eff0f5;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 4px;
}
.submit-recipe-form .additional-input-box i {
color: #989898;
font-size: 20px;
width: 35px;
}
.submit-recipe-form .additional-input-box .form-control {
background-color: #ffffff;
border: none;
border-radius: 4px;
height: 40px;
padding: 10px 15px;
width: 45%;
}
.submit-recipe-form .new_recipe_cuisine {
display: none;
}
.submit-recipe-form .additional-input-box.icon-left i {
margin-right: 10px;
}
.submit-recipe-form .additional-input-box.icon-right i {
margin-left: 10px;
background-color: #ffffff;
padding: 13px;
border-radius: 4px;
font-size: 14px;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.submit-recipe-form .additional-input-box.icon-right i:hover {
background-color: #ff4a52;
color: #ffffff;
}
.submit-recipe-form .btn-upload {
margin-top: 10px;
background-color: #a5a6b3;
border-radius: 30px;
border: none;
color: #ffffff;
font-weight: 600;
font-size: 14px;
padding: 10px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
box-shadow: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.submit-recipe-form .btn-upload i {
margin-right: 10px;
margin-top: 1px;
}
.submit-recipe-form .btn-upload:focus {
outline: none;
}
.submit-recipe-form .btn-upload:hover {
background-color: #e92731;
}
.submit-recipe-form .btn-submit {
background-color: rgba(255, 74, 82, 1);
border-radius: 0;
color: #ffffff;
font-size: 16px;
font-weight: 600;
padding: 14px 25px;
margin-top: 20px;
transition: all 0.3s ease-in-out 0s;
margin-right: 2px;
line-height: 1.4;
text-transform: uppercase;
}
.submit-recipe-form .btn-submit:focus {
outline: none;
}
.submit-recipe-form .btn-submit:hover {
background-color: rgba(255, 74, 82, 0.8);
}
.submit-recipe-form .hide-items {
display: none;
} .rn-recipe-wrapper .btn-sm {
color: #ffffff;
}
.rn-recipe-item {
display: flex;
flex-direction: column;
padding: 30px 10px 10px;
background: #eff0f5;
margin-bottom: 15px;
position: relative;
border-radius: 4px;
}
.rn-recipe-wrapper .rn-remove {
color: red;
cursor: pointer;
}
.rn-recipe-item > .rn-remove {
position: absolute;
top: 4px;
right: 12px;
}
.rn-recipe-item .rn-recipe-title {
display: flex;
padding: 0 35px 15px;
border-bottom: 1px dashed;
margin-bottom: 15px;
}
.rn-recipe-item .rn-ingredient-actions {
display: flex;
justify-content: center;
align-items: center;
margin: 25px 0;
}
.rn-ingredient-item .item-sort,
.rn-ingredient-item .rn-remove {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
}
.rn-ingredient-item {
display: flex;
}
.rn-ingredient-item + .rn-ingredient-item {
margin-top: 15px;
}
.rn-ingredient-fields {
display: flex;
flex: 1;
}
.rn-ingredient-fields input + input {
margin-left: 10px;
}  .login-box-layout1 {
background-color: #f2f2f2;
margin-bottom: 70px;
margin-top: 70px;
padding: 40px 60px 60px;
}
@media only screen and (max-width: 575px) {
.login-box-layout1 {
padding: 30px 40px 40px;
}
}
.login-box-layout1 .login-form input.main-input-box {
height: 50px;
border-radius: 0;
border: none;
margin-bottom: 20px;
color: #111111;
font-weight: 500;
font-size: 15px;
width: 100%;
padding: 5px 15px;
}
.login-box-layout1 .login-form input.main-input-box:focus {
outline: none;
}
.login-box-layout1 .login-form .btn-area {
margin-top: 30px;
}
.login-box-layout1 .login-form .btn-area .btn-fill {
margin-right: 5px;
color: #ffffff;
padding: 13px 30px;
border-radius: 0;
font-weight: 500;
font-size: 18px;
display: inline-block;
border: none;
text-align: center;
margin-bottom: 5px;
line-height: 1.5;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
.login-box-layout1 .login-form .btn-area .btn-fill {
padding: 12px 20px;
width: 100%;
}
}
.login-box-layout1 .login-form .btn-area .btn-fill i:before {
margin-left: 8px;
font-size: 12px;
font-weight: 600;
}
.login-box-layout1 .login-form .btn-area .btn-fill:focus {
outline: none;
}
.login-box-layout1 .login-form .btn-area .btn-fill.btn-primary {
background: #ff4a52;
}
.login-box-layout1 .login-form .btn-area .btn-fill.btn-primary:hover {
background: #e92731;
}
.login-box-layout1 .login-form .btn-area .btn-fill.btn-dark {
background: #111111;
}
.login-box-layout1 .login-form .btn-area .btn-fill.btn-dark:hover {
background: #e92731;
}
.login-box-layout1 .login-form .lost-password {
margin-bottom: 0;
margin-top: 0;
}
.login-box-layout1 .login-form .lost-password a {
color: #ff4a52;
font-weight: 500;
}
.login-box-layout1 .login-form .checkbox {
padding-left: 5px;
}
.login-box-layout1 .login-form .checkbox label {
display: inline-block;
position: relative;
padding-left: 20px;
margin-top: 0;
margin-bottom: 0;
}
.login-box-layout1 .login-form .checkbox label:before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
top: 7px;
left: 0px;
margin-left: -5px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.login-box-layout1 .login-form .checkbox label:after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.login-box-layout1 .login-form .checkbox input[type="checkbox"] {
display: none;
}
.login-box-layout1 .login-form .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.login-box-layout1 .login-form .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'Font Awesome 5 Free';
content: "\f00c";
font-weight: 900;
}
.login-box-layout1 .login-form .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.login-box-layout1 .login-form .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eff0f5;
cursor: not-allowed;
}
.login-box-layout1 .login-form .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.login-box-layout1 .login-form .checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #ff4a52;
border-color: #ff4a52;
}
.login-box-layout1 .login-form .checkbox-primary input[type="checkbox"]:checked + label::after {
color: #ffffff;
left: 15px;
top: 1px;
}
.login-box-layout1 .login-box-social {
margin-top: 10px;
}
.login-box-layout1 .login-box-social ul li {
display: inline-block;
margin-right: 1px;
margin-bottom: 4px;
font-size: 18px;
}
.login-box-layout1 .login-box-social ul li a {
width: 54px;
height: 50px;
border-radius: 2px;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.login-box-layout1 .login-box-social ul li .facebook {
background-color: #445099;
border-color: #445099;
}
.login-box-layout1 .login-box-social ul li .twitter {
background-color: #40c4ff;
border-color: #40c4ff;
}
.login-box-layout1 .login-box-social ul li .linkedin {
background-color: #175ac2;
border-color: #175ac2;
}
.login-box-layout1 .login-box-social ul li .google {
background-color: #d50000;
border-color: #d50000;
}
.login-box-layout1 .login-box-social ul li:hover a {
background-color: transparent;
}
.login-box-layout1 .login-box-social ul li:hover .facebook {
color: #445099;
}
.login-box-layout1 .login-box-social ul li:hover .twitter {
color: #40c4ff;
}
.login-box-layout1 .login-box-social ul li:hover .linkedin {
color: #175ac2;
}
.login-box-layout1 .login-box-social ul li:hover .google {
color: #d50000;
} .my-account-wrap {
background-color: #f4f6f5;
padding-top: 70px;
padding-bottom: 40px;
}
.my-account-wrap .box-padding {
border: 1px solid #d7d7d7;
padding: 45px;
background-color: #ffffff;
}
@media (max-width: 767px) {
.my-account-wrap .box-padding {
padding: 20px 15px;
}
}
.my-account-wrap .my-account-nav {
border: 1px solid #d7d7d7;
background: #ffffff;
display: block;
margin-bottom: 30px;
}
.my-account-wrap .my-account-nav li {
border-bottom: 1px solid #d7d7d7;
}
.my-account-wrap .my-account-nav li a {
padding: 15px 10px 15px 30px;
position: relative;
display: block;
color: #707070;
font-size: 18px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.my-account-wrap .my-account-nav li a:before {
content: "\f105";
font-family: 'fontawesome';
font-weight: 900;
font-size: 14px;
color: #ff4a52;
left: 15px;
top: 46%;
padding-right: 10px;
transform: translateY(-50%);
position: absolute;
z-index: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.my-account-wrap .my-account-nav li:last-child {
border-bottom: 0;
}
.my-account-wrap .my-account-nav a.active {
color: #ffffff;
background-color: #ff4a52;
}
.my-account-wrap .my-account-nav a.active:before {
color: #ffffff;
}
.my-account-wrap .my-account-content .dashboard .media {
border-bottom: 1px solid #d7d7d7;
margin-bottom: 30px;
}
.my-account-wrap .my-account-content .dashboard .media img {
border-radius: 50%;
width: auto;
margin-right: 30px;
}
@media only screen and (max-width: 575px) {
.my-account-wrap .my-account-content .dashboard .media {
display: inherit;
text-align: center;
}
.my-account-wrap .my-account-content .dashboard .media img {
margin-right: 0;
margin-bottom: 20px;
}
}
.my-account-wrap .my-account-content .dashboard .media .media-body h2 {
margin-bottom: 15px;
font-weight: 600;
font-size: 24px;
}
.my-account-wrap .my-account-content .dashboard .media .media-body h3 {
font-size: 18px;
}
.my-account-wrap .my-account-content .dashboard .media .media-body h3 span {
font-weight: 500;
}
.my-account-wrap .my-account-content .pagination-area {
margin-bottom: 30px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box {
padding: 20px 30px;
box-shadow: 0 1px 10px 0px #d7d7d7;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .item-img {
width: inherit;
}
@media only screen and (max-width: 767px) {
.my-account-wrap .my-account-content .listing-box-list .product-box .item-img {
margin-bottom: 30px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box {
padding: 20px;
}
}
.my-account-wrap .my-account-content .listing-box-list .product-box .item-img img {
border-radius: 4px;
width: 100%;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .item-img:after {
border-radius: 4px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .item-content {
padding: 0px 0 0 30px;
}
@media (max-width: 767px) {
.my-account-wrap .my-account-content .listing-box-list .product-box .item-content {
padding: 0;
}
}
.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item {
justify-content: flex-start;
margin-top: 15px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn {
margin-right: 10px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn:last-child {
margin-right: 0;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn a {
padding: 2px 10px;
font-size: 14px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info {
display: flex;
flex-wrap: wrap;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info li {
margin-right: 15px;
}
.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info li:last-child {
margin-right: 0;
}
.my-account-wrap .my-account-content .listing-box-list .product-box:hover {
box-shadow: 0 20px 30px 0px #cfcfcf;
}
.my-account-wrap .my-account-content .author-name {
font-weight: bold;
}
.my-account-wrap .my-account-content .author-email span {
font-weight: bold;
}
.my-account-wrap .my-account-content .author-description {
font-size: 16px;
}
.my-account-wrap .my-account-content .account-details.listing-form {
margin-bottom: 0;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox label {
padding-left: 20px;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox label:before {
top: 4px;
left: 15px;
}
.my-account-wrap .my-account-content .logout .login-form input.main-input-box {
height: 50px;
border-radius: 4px;
border: 1px solid #cccccc;
margin-bottom: 15px;
color: #111111;
font-weight: 500;
font-size: 15px;
width: 100%;
padding: 5px 15px;
}
.my-account-wrap .my-account-content .logout .login-form input.main-input-box:focus {
outline: none;
}
.my-account-wrap .my-account-content .logout .login-form .btn-fill {
color: #ffffff;
padding: 13px 50px;
border-radius: 4px;
background: #ff4a52;
text-transform: uppercase;
font-size: 14px;
display: inline-block;
border: none;
text-align: center;
cursor: pointer;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.my-account-wrap .my-account-content .logout .login-form .btn-fill:hover {
background: #e9363d;
}
.my-account-wrap .my-account-content .logout .login-form .lost-password {
margin-bottom: 0;
margin-top: 0;
}
.my-account-wrap .my-account-content .logout .login-form .lost-password a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.my-account-wrap .my-account-content .logout .login-form .lost-password a:hover {
color: #ff4a52;
}
.my-account-wrap .my-account-content .logout .login-form .btn-register {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.my-account-wrap .my-account-content .logout .login-form .btn-register i {
margin-right: 10px;
color: #ff4a52;
}
.my-account-wrap .my-account-content .logout .login-form .btn-register:hover {
color: #ff4a52;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox {
padding-left: 5px;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox label {
display: inline-block;
position: relative;
padding-left: 20px;
margin-top: 0;
margin-bottom: 10px;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox label:before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -5px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox label:after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"] {
display: none;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eff0f5;
cursor: not-allowed;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #ff4a52;
border-color: #ff4a52;
}
.my-account-wrap .my-account-content .logout .login-form .checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff;
}
.my-account-wrap .my-account-content .logout .login-form .modal-header .close {
margin: -1.5rem -1rem -1rem auto;
font-size: 24px;
}
.my-account-wrap .my-account-content .logout .login-form .modal-header .close:focus {
outline: none;
}
.my-account-wrap .my-account-content .logout .inline-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-box {
border-radius: 4px;
margin-bottom: 2rem;
background-color: #ffffff;
-webkit-box-shadow: 0px 1px 0px 0px #d7d7d7;
-moz-box-shadow: 0px 1px 0px 0px #d7d7d7;
box-shadow: 0 1px 0px 0px #d7d7d7;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-box .item-img {
position: relative;
}
.product-box .item-img .item-rating {
position: absolute;
z-index: 5;
}
.product-box .item-img .item-rating li {
display: inline-block;
}
.product-box .item-img .item-rating li > i {
font-size: 14px;
color: #ffb300;
}
.product-box .item-img .item-rating li span {
color: #ffffff;
}
.product-box .item-img .item-rating li span span {
color: #d1d1d1;
font-size: 14px;
}
.product-box .item-img .item-logo {
position: absolute;
z-index: 5;
}
.product-box .item-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.product-box .item-content .item-title {
font-weight: 600;
margin-bottom: 10px;
}
.product-box .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-box .item-content .item-title a:hover {
color: #ff4a52;
}
.product-box .item-content .contact-info {
margin-bottom: 7px;
margin-top: 7px;
}
.product-box .contact-info {
list-style: none;
padding-left: 0;
}
.product-box .item-content .contact-info li {
margin-bottom: 10px;
position: relative;
padding-left: 30px;
}
.product-box .item-content .contact-info li i {
margin-right: 10px;
color: #ff4a52;
position: absolute;
left: 0;
top: 7px;
line-height: 1;
}
.product-box .item-content .contact-info li i:before {
font-size: 18px;
}
.product-box .item-content .contact-info li:last-child {
margin-bottom: 0;
}
.user-edit.meta-item {
list-style: none;
padding-left: 0px;
}
.product-box .item-content .meta-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
padding-left: 0px;
}
.user-edit.meta-item li.item-btn .btn-fill,
.product-box .item-content .meta-item li.item-btn .btn-fill {
background-color: #ff4a52;
padding: 10px 30px;
font-weight: 600;
color: #ffffff;
display: inline-block;
border: none;
border-radius: 4px;
border: 1px solid #ff4a52;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.user-edit.meta-item li.item-btn .btn-fill:hover,
.product-box .item-content .meta-item li.item-btn .btn-fill:hover {
background-color: #ffffff;
color: #ff4a52;
}
.product-box .item-content .meta-item li.ctg-name {
margin-bottom: 5px;
margin-top: 5px;
}
.product-box .item-content .meta-item li.ctg-name a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #111111;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.ctg-name a i {
margin-right: 10px;
border: 1px solid #ff4a52;
color: #ff4a52;
border-radius: 50%;
height: 40px;
width: 40px;
text-align: center;
line-height: 36px;
font-size: 16px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.ctg-name a i:before {
font-size: 20px;
}
.product-box .item-content .meta-item li.ctg-name a:hover {
color: #ff4a52;
}
.product-box .item-content .meta-item li.ctg-name a:hover i {
background-color: #ff4a52;
color: #ffffff;
}
.product-box .item-content .meta-item li.ctg-name a:hover i:after {
color: #ffffff;
}
.product-box .item-content .meta-item li.entry-meta {
margin-top: 5px;
margin-bottom: 5px;
}
.product-box .item-content .meta-item li.entry-meta ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.product-box .item-content .meta-item li.entry-meta ul li {
margin-right: 10px;
}
.product-box .item-content .meta-item li.entry-meta ul li:last-child {
margin-right: 0;
}
.product-box .item-content .meta-item li.entry-meta ul li a {
display: block;
border: 1px solid #ff4a52;
border-radius: 50%;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #ff4a52;
font-size: 16px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.entry-meta ul li a:hover {
background-color: #ff4a52;
color: #ffffff;
}
.product-box:hover {
-webkit-box-shadow: 0px 20px 30px 0px #cfcfcf;
-moz-box-shadow: 0px 20px 30px 0px #cfcfcf;
box-shadow: 0 20px 30px 0px #cfcfcf;
}
.product-box.border-box {
box-shadow: none;
}
.product-box.border-box .item-content {
border-right: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;
}
.product-box.border-box:hover {
-webkit-box-shadow: 0px 20px 30px 0px #cfcfcf;
-moz-box-shadow: 0px 20px 30px 0px #cfcfcf;
box-shadow: 0 20px 30px 0px #cfcfcf;
}
.listing-box-grid .product-box .item-img {
border-radius: 4px 4px 0 0;
}
.listing-box-grid .product-box .item-img img {
border-radius: 4px 4px 0 0;
}
.listing-box-grid .product-box .item-img .item-rating {
left: inherit;
right: 15px;
bottom: 15px;
}
.listing-box-grid .product-box .item-img .grid-view-img {
display: block;
}
.listing-box-grid .product-box .item-img .list-view-img {
display: none;
}
.listing-box-grid .product-box .item-img .item-logo {
bottom: -30px;
left: 30px;
}
.listing-box-grid .product-box .item-content {
padding: 50px 30px 30px;
border-radius: 0 0 4px 4px;
}
.listing-box-grid .product-box .item-content .meta-item li.item-btn {
display: none;
}
.listing-box-grid .product-box .item-content .meta-item .entry-meta .ctg-icon {
display: none;
}
.listing-box-list .row > [class^="col-"] {
max-width: 100% !important;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
}
.listing-box-list .product-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 767px) {
.listing-box-list .product-box {
display: block;
}
}
.listing-box-list .product-box .item-img {
border-radius: 4px 0 0 4px;
width: 45%;
}
@media only screen and (max-width: 767px) {
.listing-box-list .product-box .item-img {
width: 100%;
}
}
.listing-box-list .product-box .item-img img {
border-radius: 4px 0 0 4px;
}
.listing-box-list .product-box .item-img .item-rating {
right: inherit;
bottom: 37px;
left: 20px;
}
.listing-box-list .product-box .item-img .grid-view-img {
display: none;
}
.listing-box-list .product-box .item-img .list-view-img {
display: block;
}
.listing-box-list .product-box .item-img .item-logo {
bottom: 20px;
right: 20px;
}
.listing-box-list .product-box .item-content {
padding: 30px;
}
.listing-box-list .product-box .item-content .item-title {
margin-bottom: 0px;
}
.listing-box-list .product-box .item-excerpt {
margin-bottom: 10px;
}
.listing-box-list .product-box .item-content .item-paragraph {
margin-bottom: 10px;
}
.listing-box-list .product-box .item-content .meta-item li.ctg-name {
display: none;
} .listing-form {
padding: 30px;
background-color: #ffffff;
border-radius: 4px;
margin-bottom: 3rem;
}
.listing-form .inner-box {
margin-bottom: 15px;
}
.listing-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
line-height: 1.5;
background-color: #f6f6f6;
padding: 13px 10px 13px 20px;
}
@media only screen and (max-width: 1199px) {
.listing-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
padding: 13px 40px 13px 20px;
}
}
.listing-form .select2-container--classic .select2-selection--single {
height: 50px;
}
.listing-form label {
margin: 0 0 1rem;
}
.listing-form .form-group {
margin-bottom: 20px;
}
.listing-form .form-group input {
height: 50px;
}
.listing-form .form-group input.img-upload-box {
background-image: url(//www.gatavo.com/wp-content/plugins/ranna-core/assets/css/img/figure/upload-img.jpg);
text-indent: -99999px;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
height: 150px;
color: transparent;
}
.listing-form .form-group input.img-upload-box:focus {
-webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
-moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}
.listing-form .form-group .form-control {
font-size: 17px;
padding: 10px 20px;
color: #000000;
border: none;
background-color: #f6f6f6;
border-radius: 4px;
-webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
-moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}
.listing-form .form-group .form-control:focus {
outline: none;
box-shadow: none;
}
.listing-form .checkbox {
padding-left: 5px;
margin-bottom: 15px;
}
.listing-form .checkbox label {
display: inline-block;
position: relative;
padding-left: 25px;
margin-top: 0;
margin-bottom: 0;
}
.listing-form .checkbox label:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
top: 2px;
margin-left: -5px;
border: 1px solid #cccccc;
border-radius: 2px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.listing-form .checkbox label:after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.listing-form .checkbox input[type="checkbox"] {
display: none;
}
.listing-form .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.listing-form .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.listing-form .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.listing-form .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eff0f5;
cursor: not-allowed;
}
.listing-form .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.listing-form .checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #ff4a52;
border-color: #ff4a52;
}
.listing-form .checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff;
}
.listing-form .btn-add-more {
padding: 20px 30px;
background-color: #f6f6f6;
text-align: center;
border-radius: 4px;
font-weight: 600;
color: #ff4a52;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 20px;
-webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
-moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}
.listing-form .btn-add-more i {
margin-right: 10px;
font-size: 14px;
}
.listing-form .btn-upload {
padding: 20px 30px;
background-color: #ff4a52;
text-align: center;
border-radius: 4px;
border: none;
color: #ffffff;
font-weight: 600;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 20px;
cursor: pointer;
-webkit-box-shadow: 0px 2px 0px 0px rgba(127, 0, 0, 0.7);
-moz-box-shadow: 0px 2px 0px 0px rgba(127, 0, 0, 0.7);
box-shadow: 0 2px 0px 0px rgba(127, 0, 0, 0.7);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.listing-form .btn-upload:focus {
outline: none;
}
.listing-form .btn-upload:hover {
background-color: #e9363d;
}
.listing-form .stylish-input-group {
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f6f6f6;
-webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
-moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}
.listing-form .stylish-input-group input.form-control {
border-radius: 4px 0 0 4px;
padding: 10px;
}
.listing-form .stylish-input-group .select2-container {
border-radius: 0 4px 4px 0;
}
.summernote textarea {
height: 170px !important;
width: 100%;
border: 1px solid #cccccc !important;
}
.page-template-ranna-login-page .item-heading {
font-size: 26px;
}  .grid {
margin: 40px auto 120px;
max-width: 1000px;
width: 90%;
}
.grid a {
float: left;
max-width: 250px;
width: 25%;
color: #333;
}
.grid a:nth-child(odd) {
margin: 30px 0 -30px 0;
}
.grid figure {
position: relative;
overflow: hidden;
margin: 5px;
background: #333;
}
.grid figure img {
position: relative;
display: block;
width: 100%;
opacity: 0.7;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.grid figcaption {
position: absolute;
top: 0;
z-index: 11;
padding: 10px;
width: 100%;
height: 100%;
text-align: center;
}
.grid figcaption h2 {
margin: 0 0 20px 0;
color: #3498db;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
font-size: 130%;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.grid figcaption p {
padding: 0 20px;
color: #aaa;
font-weight: 300;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.grid figcaption h2,
.grid figcaption p {
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
.grid figure button {
position: absolute;
padding: 4px 20px;
border: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .grid svg {
position: absolute;
top: -1px; z-index: 10;
width: 100%;
height: 100%;
}
.grid svg path {
fill: #fff;
} .grid a:hover figure img {
opacity: 1;
}
.grid a:hover figcaption h2,
.grid a:hover figcaption p {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.grid a:hover figcaption p {
opacity: 0;
} .demo-1 body {
background: #3498db;
}
.demo-1 .grid figure button,
.demo-3 .grid figure button {
top: 50%;
left: 50%;
border: 3px solid #fff;
background: transparent;
color: #fff;
opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
transform: translateY(-50%) translateX(-50%) scale(0.25);
}
.demo-1 .grid a:hover figure button,
.demo-3 .grid a:hover figure button {
opacity: 1;
-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
transform: translateY(-50%) translateX(-50%) scale(1);
}
.demo-2 body {
background: #e74c3c;
}
.demo-2 .grid figcaption h2 {
color: #e74c3c;
}
.demo-2 .grid figcaption p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.demo-2 .grid figure button {
bottom: 0;
left: 0;
padding: 15px;
width: 100%;
background: #fff;
color: #333;
font-weight: 300;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.demo-2 .grid a:hover figure button {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.demo-2 .grid figcaption h2,
.demo-2 .grid figcaption p,
.demo-3 .grid figcaption h2,
.demo-3 .grid figcaption p {
-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}
.demo-2 .grid a:hover figcaption p,
.demo-3 .grid a:hover figcaption p {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.demo-3 body {
background: #52be7f;
}
.demo-3 .grid figcaption h2 {
color: #52be7f;
}
.demo-3 .grid a:hover figcaption h2 {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}  @media screen and (max-width: 58em) {
.grid a {
width: 33.333%;
}
.grid a:nth-child(odd) {
margin: 0;
}
.grid a:nth-child(3n-1) {
margin: 30px 0 -30px 0;
}
}
@media screen and (max-width: 45em) {
.grid {
max-width: 500px;
}
.grid a {
width: 50%;
}
.grid a:nth-child(3n-1) {
margin: 0;
}
.grid a:nth-child(even) {
margin: 30px 0 -30px 0;
}
.grid figcaption h2 {
margin-bottom: 0px;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.grid figcaption p {
margin: 0;
padding: 0 10px;
}
}
@media screen and (max-width: 27em) {
.grid {
max-width: 250px;
}
.grid a {
width: 100%;
}
.grid a:nth-child(even) {
margin: 0;
}
} .adv-search-wrap {
margin-bottom: 50px;
}
.adv-search-wrap input.form-control {
border: 1px solid #d5d5d5;
border-right: 0;
border-radius: 0;
height: 60px;
font-size: 16px;
color: #111111;
padding: 5px 15px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap input.form-control {
height: 50px;
width: 50%;
border-right: 1px solid #d5d5d5;
margin-bottom: 3px;
}
}
.adv-search-wrap input.form-control:focus {
outline: none;
box-shadow: none;
}
.adv-search-wrap .btn-group .input-group-btn button.btn-adv-serch {
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
background-color: #ffffff;
box-shadow: none;
border-left: 0;
border-right: 0;
padding-right: 15px;
color: #9a9a9a;
display: flex;
align-items: center;
}
.adv-search-wrap .btn-group .input-group-btn button.btn-adv-serch i {
color: #ff4a52;
margin-right: 8px;
font-size: 12px;
font-weight: 900;
width: 15px;
}
.adv-search-wrap .btn-group .input-group-btn button.btn-adv-serch i:before {
font-size: 12px;
font-weight: 900;
color: #ff4a52;
}
.adv-search-wrap .btn-group .input-group-btn .btn-adv-serch .icon-plus {
display: block;
}
.adv-search-wrap .btn-group .input-group-btn .btn-adv-serch .icon-minus {
display: none;
}
.adv-search-wrap .btn-group .input-group-btn .btn-adv-serch.icon-alter .icon-plus {
display: none;
}
.adv-search-wrap .btn-group .input-group-btn .btn-adv-serch.icon-alter .icon-minus {
display: block;
}
.adv-search-wrap .btn-group .input-group-btn button.btn-search {
background-color: #111111;
border: none;
width: 70px;
display: flex;
justify-content: space-around;
align-items: center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.radius-5 .adv-search-wrap input.form-control {
border-radius: 5px 0 0 5px;
}
.radius-5 .adv-search-wrap .btn-group .input-group-btn button.btn-search {
border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap .btn-group .input-group-btn button.btn-search {
width: 50px;
}
}
.adv-search-wrap .btn-group .input-group-btn button.btn-search i {
color: #ffffff;
font-size: 27px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap .btn-group .input-group-btn button.btn-search i {
font-size: 18px;
}
}
.adv-search-wrap .btn-group .input-group-btn button.btn-search i:before {
font-size: 27px;
margin-left: 0px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap .btn-group .input-group-btn button.btn-search i:before {
font-size: 18px;
}
}
.adv-search-wrap .btn-group .input-group-btn button.btn-search:hover {
background-color: #ff4a52;
}
.adv-search-wrap .btn-group .input-group-btn button {
height: 60px;
cursor: pointer;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap .btn-group,
.adv-search-wrap .btn-group .input-group-btn:first-child {
width: 100%;
}
.adv-search-wrap .btn-group .input-group-btn button {
height: 50px;
width: 100%;
border-left: 1px solid #d5d5d5 !important;
line-height: 1;
}
}
.adv-search-wrap .btn-group .input-group-btn button:focus {
outline: none;
box-shadow: none;
}
.adv-search-wrap .btn-group .input-group-btn.adv-search-fill-btn {
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
}
.adv-search-wrap .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch {
border-top: none;
border-bottom: none;
margin-top: 5px;
margin-right: 5px;
background-color: #e7e7e7;
height: 50px;
padding-right: 20px;
padding-left: 20px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch {
height: 40px;
}
}
.adv-search-wrap .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch i {
color: #9a9a9a;
}
.adv-search-wrap .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch i:before {
color: #9a9a9a;
}
.adv-search-wrap .advance-search-form {
position: absolute;
left: 0;
right: 0;
margin: auto;
display: none;
margin-top: 0;
border-radius: 5px;
background-color: #ffffff;
padding: 50px 50px 10px;
-webkit-box-shadow: 0px 5px 18px 0px #d0d0d0;
-moz-box-shadow: 0px 5px 18px 0px #d0d0d0;
box-shadow: 0px 5px 18px 0px #d0d0d0;
z-index: 1;
}
.elementor-widget-container .adv-search-wrap .advance-search-form {
padding: 25px;
}
.elementor-widget-container .adv-search-wrap .advance-search-form .search-items {
margin-bottom: 0px;
}
.elementor-widget-container .adv-search-wrap .advance-search-form .checkbox {
margin-bottom: 1px;
}
.adv-search-wrap .advance-search-form > .row {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 40px;
}
.adv-search-wrap .advance-search-form > .row:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.adv-search-wrap .advance-search-form .item-title {
position: relative;
padding-bottom: 15px;
margin-bottom: 25px;
font-size: 16px;
font-weight: 700;
color: #111111;
}
.adv-search-wrap .advance-search-form .item-title:before {
position: absolute;
content: "";
bottom: -2px;
left: 0;
background-color: #ff4a52;
height: 3px;
width: 50px;
}
.adv-search-wrap .advance-search-form .search-items {
margin-bottom: 30px;
padding-left: 0px;
}
.adv-search-wrap .advance-search-form .search-items li {
width: 100%;
display: block;
}
.adv-search-wrap .advance-search-form .category-list .search-items {
column-count: 3;
}
.adv-search-wrap .advance-search-form .ingredients-list .search-items {
column-count: 2;
}
.adv-search-wrap .advance-search-form .by-difficulty ul li {
width: 100%;
display: block;
}
@media only screen and (max-width: 991px) {
.adv-search-wrap .advance-search-form .search-items {
column-count: 3 !important;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 600px) {
.adv-search-wrap .advance-search-form .search-items {
column-count: 2 !important;
}
}
.adv-search-wrap .advance-search-form .checkbox {
padding-left: 5px;
margin-bottom: 10px;
}
.adv-search-wrap .advance-search-form .checkbox label {
display: inline-block;
position: relative;
padding-left: 25px;
margin-top: 0;
margin-bottom: 0;
color: #444444;
font-size: 15px;
text-transform: capitalize;
font-weight: 600;
}
.adv-search-wrap .advance-search-form .checkbox label:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
top: 6px;
margin-left: -5px;
border: 1px solid #cccccc;
border-radius: 2px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.adv-search-wrap .advance-search-form .checkbox label:after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 17px;
top: 0px;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.adv-search-wrap .advance-search-form .checkbox input[type="checkbox"] {
display: none;
}
.adv-search-wrap .advance-search-form .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.adv-search-wrap .advance-search-form .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
font-weight: 900;
}
.adv-search-wrap .advance-search-form .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.adv-search-wrap .advance-search-form .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eff0f5;
cursor: not-allowed;
}
.adv-search-wrap .advance-search-form .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.adv-search-wrap .advance-search-form .checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #ff4a52;
border-color: #ff4a52;
-webkit-box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
-moz-box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
}
.adv-search-wrap .advance-search-form .checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff;
}
.adv-search-wrap input.form-control::-webkit-input-placeholder,
.adv-search-wrap textarea.form-control::-webkit-input-placeholder {
color: #bcbcbc;
}
.adv-search-wrap input.form-control::-moz-placeholder,
.adv-search-wrap textarea.form-control::-moz-placeholder {
color: #bcbcbc;
}
.adv-search-wrap input.form-control:-moz-placeholder,
.adv-search-wrap textarea.form-control:-moz-placeholder {
color: #bcbcbc;
}
.adv-search-wrap input.form-control:-ms-input-placeholder,
.adv-search-wrap textarea.form-control:-ms-input-placeholder {
color: #bcbcbc;
} #header-4 .justify-content-between {
position: relative;
}
.adv-search-wrap.search-layout2 {
margin-bottom: 0;
}
.adv-search-wrap.search-layout2 input.form-control {
border: 1px solid #d5d5d5;
border-right: 0;
border-radius: 45px 0 0 45px;
height: 50px;
font-size: 16px;
color: #111111;
padding: 5px 15px 5px 30px;
}
.adv-search-wrap.search-layout2 input.form-control:focus {
outline: none;
box-shadow: none;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-adv-serch {
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
background-color: transparent;
box-shadow: none;
border-left: 0;
border-right: 0;
padding-right: 15px;
color: #9a9a9a;
display: flex;
align-items: center;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-adv-serch i {
color: #ff4a52;
margin-right: 8px;
font-size: 12px;
font-weight: 900;
width: 15px;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-adv-serch i:before {
font-size: 12px;
font-weight: 900;
color: #ff4a52;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn .btn-adv-serch .icon-plus {
display: block;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn .btn-adv-serch .icon-minus {
display: none;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn .btn-adv-serch.icon-alter .icon-plus {
display: none;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn .btn-adv-serch.icon-alter .icon-minus {
display: block;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search {
background-color: #111111;
border: none;
width: 65px;
border-radius: 0 45px 45px 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search {
width: 50px;
}
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search i {
color: #ffffff;
font-size: 21px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search i {
font-size: 18px;
}
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search i:before {
font-size: 21px;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search i:before {
font-size: 18px;
}
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button.btn-search:hover {
background-color: #ff4a52;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button {
height: 50px;
cursor: pointer;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn button:focus {
outline: none;
box-shadow: none;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn.adv-search-fill-btn {
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch {
border-top: none;
border-bottom: none;
margin-top: 5px;
margin-right: 5px;
background-color: #e7e7e7;
height: 50px;
padding-right: 20px;
padding-left: 20px;
border-radius: 0 45px 45px 0;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap.search-layout2 .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch {
height: 40px;
}
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch i {
color: #9a9a9a;
}
.adv-search-wrap.search-layout2 .btn-group .input-group-btn.adv-search-fill-btn button.btn-adv-serch i:before {
color: #9a9a9a;
}
.adv-search-wrap.search-layout2 .advance-search-form {
position: absolute;
left: 0;
right: 0;
margin: auto;
display: none;
background-color: #ffffff;
padding: 50px 50px 10px;
-webkit-box-shadow: 0px 5px 18px 0px #d0d0d0;
-moz-box-shadow: 0px 5px 18px 0px #d0d0d0;
box-shadow: 0px 5px 18px 0px #d0d0d0;
margin-top: 0;
border-radius: 5px;
}
.sidebar-widget-area .adv-search-wrap.search-layout2 .advance-search-form {
position: relative;
}
.search-widget.sticky .adv-search-wrap.search-layout2 .advance-search-form {
position: relative;
}
.adv-search-wrap.search-layout2 .advance-search-form.filter-widget {
position: relative;
left: 0;
right: 0;
margin: auto;
margin-top: 0px;
display: block;
background-color: #ffffff;
padding: 50px 50px 10px;
-webkit-box-shadow: 0px 5px 18px 0px #d0d0d0;
-moz-box-shadow: 0px 5px 18px 0px #d0d0d0;
box-shadow: 0px 5px 18px 0px #d0d0d0;
}
.adv-search-wrap.search-layout2 .advance-search-form > .row {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 40px;
}
.adv-search-wrap.search-layout2 .advance-search-form > .row:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.adv-search-wrap.search-layout2 .advance-search-form .item-title {
position: relative;
padding-bottom: 15px;
margin-bottom: 25px;
font-size: 16px;
font-weight: 700;
color: #111111;
}
.adv-search-wrap.search-layout2 .advance-search-form .item-title:before {
position: absolute;
content: "";
bottom: -2px;
left: 0;
background-color: #ff4a52;
height: 3px;
width: 50px;
}
.adv-search-wrap.search-layout2 .advance-search-form .search-items {
margin-bottom: 30px;
}
.adv-search-wrap.search-layout2 .advance-search-form .search-items li {
width: 49%;
display: inline-block;
}
@media only screen and (max-width: 575px) {
.adv-search-wrap.search-layout2 .advance-search-form .search-items li {
width: 100%;
display: block;
}
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox {
padding-left: 5px;
margin-bottom: 10px;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox label {
display: inline-block;
position: relative;
padding-left: 25px;
margin-bottom: 0;
color: #444444;
line-height: 1.3em;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox label:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0;
top: 1px;
margin-left: -5px;
border: 1px solid #cccccc;
border-radius: 2px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox label:after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 17px;
top: 2px;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox input[type="checkbox"] {
display: none;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox input[type="checkbox"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox input[type="checkbox"]:checked + label::after {
font-family: 'Font Awesome 5 Free';
content: "\f00c";
font-weight: 900;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox input[type="checkbox"]:disabled + label::before {
background-color: #eff0f5;
cursor: not-allowed;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #ff4a52;
border-color: #ff4a52;
-webkit-box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
-moz-box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
box-shadow: 0px 4px 10px 0px rgba(218, 44, 52, 0.35);
}
.adv-search-wrap.search-layout2 .advance-search-form .checkbox-primary input[type="checkbox"]:checked + label::after {
color: #fff;
}
.adv-search-wrap.search-layout2 input.form-control::-webkit-input-placeholder,
.adv-search-wrap.search-layout2 textarea.form-control::-webkit-input-placeholder {
color: #bcbcbc;
}
.adv-search-wrap.search-layout2 input.form-control::-moz-placeholder,
.adv-search-wrap.search-layout2 textarea.form-control::-moz-placeholder {
color: #bcbcbc;
}
.adv-search-wrap.search-layout2 input.form-control:-moz-placeholder,
.adv-search-wrap.search-layout2 textarea.form-control:-moz-placeholder {
color: #bcbcbc;
}
.adv-search-wrap.search-layout2 input.form-control:-ms-input-placeholder,
.adv-search-wrap.search-layout2 textarea.form-control:-ms-input-placeholder {
color: #bcbcbc;
}  .login-error, .password-no-match.show {
color: #ff0000;
}
.password-match.show {
color: #43A72D;
} .password-match,
.password-no-match {
display: none;
}
.password-match.show,
.password-no-match.show {
display: block;
} .post-slider-default.woo-slider-style1.post-slider-style1 .rtin-single-post .rtin-content {
position: relative;
padding: 20px 20px 20px;
background-color: #ffffff;
margin: -50px 10% 0;
}
.woo-slider-style2.post-slider-default .rtin-single-post.center .rtin-content ins,
.post-slider-default.woo-slider-style1.post-slider-style1 .rtin-single-post .rtin-content ins {
background: transparent;
}
.woo-slider-style2.post-slider-default .rtin-single-post.center .rtin-content {
padding: 15px 30px;
}
.submit-recipe-form .ranna-dir-image-upload {
display: flex;
align-items: center;
margin-bottom: 15px;
gap: 10px;
}
.submit-recipe-form .ranna-dir-image-upload input {
flex: 0 0 234px;
margin-bottom: 0 !important;
}
.submit-recipe-form .ranna-dir-image-upload span {
font-size: 13px;
font-style: italic;
}
.submit-recipe-form .dir-image {
width: 100%;
}
.submit-recipe-form .direction-wrapper .direction-item {
align-items: start;
}
.submit-recipe-form .item-sort:not(.remove-section) {
text-align: left;
justify-content: left !important;
}.text-stroke,
.text-stroke--primary,
.text-stroke--secondary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
}
.ext-absolute {
position: absolute !important;
}
.bring-to-front,
.ext .wp-block-image,
.ext-relative {
position: relative !important;
}
.ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
order: 1 !important;
}
.ext-order-2 {
order: 2 !important;
}
.ext-col-auto {
grid-column: auto !important;
}
.ext-col-span-1 {
grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
grid-column: 1 / -1 !important;
}
.ext-col-start-1 {
grid-column-start: 1 !important;
}
.ext-col-start-2 {
grid-column-start: 2 !important;
}
.ext-col-start-3 {
grid-column-start: 3 !important;
}
.ext-col-start-4 {
grid-column-start: 4 !important;
}
.ext-col-start-5 {
grid-column-start: 5 !important;
}
.ext-col-start-6 {
grid-column-start: 6 !important;
}
.ext-col-start-7 {
grid-column-start: 7 !important;
}
.ext-col-start-8 {
grid-column-start: 8 !important;
}
.ext-col-start-9 {
grid-column-start: 9 !important;
}
.ext-col-start-10 {
grid-column-start: 10 !important;
}
.ext-col-start-11 {
grid-column-start: 11 !important;
}
.ext-col-start-12 {
grid-column-start: 12 !important;
}
.ext-col-start-13 {
grid-column-start: 13 !important;
}
.ext-col-start-auto {
grid-column-start: auto !important;
}
.ext-col-end-1 {
grid-column-end: 1 !important;
}
.ext-col-end-2 {
grid-column-end: 2 !important;
}
.ext-col-end-3 {
grid-column-end: 3 !important;
}
.ext-col-end-4 {
grid-column-end: 4 !important;
}
.ext-col-end-5 {
grid-column-end: 5 !important;
}
.ext-col-end-6 {
grid-column-end: 6 !important;
}
.ext-col-end-7 {
grid-column-end: 7 !important;
}
.ext-col-end-8 {
grid-column-end: 8 !important;
}
.ext-col-end-9 {
grid-column-end: 9 !important;
}
.ext-col-end-10 {
grid-column-end: 10 !important;
}
.ext-col-end-11 {
grid-column-end: 11 !important;
}
.ext-col-end-12 {
grid-column-end: 12 !important;
}
.ext-col-end-13 {
grid-column-end: 13 !important;
}
.ext-col-end-auto {
grid-column-end: auto !important;
}
.ext-row-auto {
grid-row: auto !important;
}
.ext-row-span-1 {
grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
grid-row: 1 / -1 !important;
}
.ext-row-start-1 {
grid-row-start: 1 !important;
}
.ext-row-start-2 {
grid-row-start: 2 !important;
}
.ext-row-start-3 {
grid-row-start: 3 !important;
}
.ext-row-start-4 {
grid-row-start: 4 !important;
}
.ext-row-start-5 {
grid-row-start: 5 !important;
}
.ext-row-start-6 {
grid-row-start: 6 !important;
}
.ext-row-start-7 {
grid-row-start: 7 !important;
}
.ext-row-start-auto {
grid-row-start: auto !important;
}
.ext-row-end-1 {
grid-row-end: 1 !important;
}
.ext-row-end-2 {
grid-row-end: 2 !important;
}
.ext-row-end-3 {
grid-row-end: 3 !important;
}
.ext-row-end-4 {
grid-row-end: 4 !important;
}
.ext-row-end-5 {
grid-row-end: 5 !important;
}
.ext-row-end-6 {
grid-row-end: 6 !important;
}
.ext-row-end-7 {
grid-row-end: 7 !important;
}
.ext-row-end-auto {
grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.ext .alignwide,
.ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .wp-block-group > *,
.ext-my-0:not([style*="margin"]),
.wp-block-column.editor\:pointer-events-none {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.ext h2,
.ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext
.wp-block-columns
+ .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not(
[style*="margin"]
),
.ext-mt-0:not([style*="margin"]),
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]),
.ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
.ext-mb-0:not([style*="margin"]),
.ext.wp-block-group > :last-child,
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
> .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-column > :last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]),
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]),
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.editor\:no-resize .components-resizable-box__container,
.ext-block {
display: block !important;
}
.ext .wp-block-image img,
.ext-inline-block {
display: inline-block !important;
}
.ext-inline {
display: inline !important;
}
.ext-flex {
display: flex !important;
}
.ext-inline-flex {
display: inline-flex !important;
}
.ext .ext-grid > [class*="_inner-container"],
.ext-grid {
display: grid !important;
}
.ext-inline-grid {
display: inline-grid !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.block-library-spacer__resize-container::before,
.editor\:no-caption .block-editor-rich-text__editable,
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender,
.ext-hidden {
display: none !important;
}
.ext-w-auto {
width: auto !important;
}
.ext-w-full {
width: 100% !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"]
> *,
.ext-max-w-full {
max-width: 100% !important;
}
.ext-flex-1 {
flex: 1 1 0% !important;
}
.ext-flex-auto {
flex: 1 1 auto !important;
}
.ext-flex-initial {
flex: 0 1 auto !important;
}
.ext-flex-none {
flex: none !important;
}
.ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.ext-flex-shrink {
flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
flex-grow: 0 !important;
}
.ext-flex-grow {
flex-grow: 1 !important;
}
.ext-list-none,
.is-style-inline-list li {
list-style-type: none !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"],
.ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"],
.ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"],
.ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"],
.ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"],
.ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"],
.ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"],
.ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"],
.ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"],
.ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"],
.ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"],
.ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"],
.ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"],
.ext-grid-cols-none {
grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"],
.ext-grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"],
.ext-grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"],
.ext-grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"],
.ext-grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"],
.ext-grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"],
.ext-grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"],
.ext-grid-rows-none {
grid-template-rows: none !important;
}
.ext-flex-row {
flex-direction: row !important;
}
.ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.ext-flex-col {
flex-direction: column !important;
}
.ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.ext-flex-wrap {
flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.ext .ext-items-start > [class*="_inner-container"],
.ext-items-start {
align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"],
.ext-items-end {
align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"],
.ext .is-style-angled > [class*="_inner-container"],
.ext-items-center {
align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"],
.ext-items-baseline {
align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"],
.ext-items-stretch {
align-items: stretch !important;
}
.ext-justify-start {
justify-content: flex-start !important;
}
.ext-justify-end {
justify-content: flex-end !important;
}
.ext-justify-center {
justify-content: center !important;
}
.ext-justify-between {
justify-content: space-between !important;
}
.ext-justify-around {
justify-content: space-around !important;
}
.ext-justify-evenly {
justify-content: space-evenly !important;
}
.ext-justify-items-start {
justify-items: start !important;
}
.ext-justify-items-end {
justify-items: end !important;
}
.ext-justify-items-center {
justify-items: center !important;
}
.ext-justify-items-stretch {
justify-items: stretch !important;
}
.ext-gap-0 {
gap: 0 !important;
}
.ext-gap-base {
gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.ext-gap-x-base {
-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
row-gap: 0 !important;
}
.ext-gap-y-base {
row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
justify-self: auto !important;
}
.ext-justify-self-start {
justify-self: start !important;
}
.ext-justify-self-end {
justify-self: end !important;
}
.ext-justify-self-center {
justify-self: center !important;
}
.ext-justify-self-stretch {
justify-self: stretch !important;
}
.ext-rounded-none {
border-radius: 0 !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ext-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0 !important;
}
.ext-border-t-0 {
border-top-width: 0 !important;
}
.ext-border-r-0 {
border-right-width: 0 !important;
}
.ext-border-b-0 {
border-bottom-width: 0 !important;
}
.ext-border-l-0 {
border-left-width: 0 !important;
}
.ext .wp-block-group__inner-container,
.ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"],
.ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]),
.ext.has-background {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]),
.is-style-inline-list {
padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
text-align: left !important;
}
.ext .wp-block-image,
.ext-text-center {
text-align: center !important;
}
.ext-text-right {
text-align: right !important;
}
.ext-leading-none {
line-height: 1 !important;
}
.ext-leading-tight {
line-height: 1.25 !important;
}
.ext-leading-snug {
line-height: 1.375 !important;
}
.ext-leading-normal {
line-height: 1.5 !important;
}
.ext-leading-relaxed {
line-height: 1.625 !important;
}
.ext-leading-loose {
line-height: 2 !important;
}
.ext-aspect-square img {
aspect-ratio: 1 / 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape img {
aspect-ratio: 4 / 3 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape-wide img {
aspect-ratio: 16 / 9 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-portrait img {
aspect-ratio: 3 / 4 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container,
.ext-aspect-square .components-resizable-box__container {
height: auto !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}
.wp-block-columns[class*="fullwidth-cols"] {
margin-bottom: unset !important;
}
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .ext-my-0,
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .ext-my-0:not([style*="margin"]),
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .wp-block-column.editor\:pointer-events-none {
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:nth-child(2n) {
margin-left: var(--wp--style--block-gap, 2em) !important;
}
}
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
}
.direction-rtl {
direction: rtl !important;
}
.direction-ltr {
direction: ltr !important;
}
.bring-to-front {
z-index: 10 !important;
}
.text-stroke {
-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}
.text-stroke--primary {
-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}
.text-stroke--secondary {
-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before {
display: none !important;
pointer-events: none !important;
}
.editor\:pointer-events-none {
pointer-events: none !important;
}
.is-style-angled {
align-items: center !important;
justify-content: flex-end !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
z-index: 1 !important;
}
.has-foreground-color {
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
color: currentColor !important;
}
.has-white-color {
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
background-color: var(
--wp--preset--color--foreground,
var(--wp--preset--color--black, #000)
) !important;
}
.has-ext-primary-background-color {
background-color: var(
--wp--preset--color--primary,
var(--wp--preset--color--cyan-bluish-gray, #000)
) !important;
}
.wp-block-button__link.has-black-background-color {
border-color: var(--wp--preset--color--black, #000) !important;
}
.wp-block-button__link.has-white-background-color {
border-color: var(--wp--preset--color--white, #fff) !important;
}
.has-ext-small-font-size {
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2 !important;
}
.has-ext-x-large-font-size {
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1 !important;
}
.has-ext-xx-large-font-size {
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1 !important;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
line-height: 1.1 !important;
}
.ext .wp-block-group > * + * {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: 0 !important;
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
margin-top: 0.5rem !important;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
min-width: 12rem !important;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext
> [class*="_inner-container"]
> .wp-block
> .ext-grid:not([class*="columns"]) {
display: initial !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"] {
max-width: var(--responsive--alignwide-width, 120rem) !important;
}
.ext .wp-block-image img {
vertical-align: middle !important;
}
body {
--extendify--spacing--large: var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
) !important;
--wp--preset--font-size--ext-small: 1rem !important;
--wp--preset--font-size--ext-medium: 1.125rem !important;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
--wp--preset--font-size--ext-xx-large: clamp(
3.25rem,
7.5vw,
5.75rem
) !important;
--wp--preset--color--black: #000 !important;
--wp--preset--color--white: #fff !important;
}
.ext * {
box-sizing: border-box !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.components-resizable-box__container {
background: 0 0 !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
margin-top: unset !important;
margin-bottom: unset !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
min-height: 100vw !important;
}
.is-root-container
.wp-block[data-align="full"]
> .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
overflow: hidden !important;
width: unset !important;
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: 0 !important;
}
.is-style-inline-list li {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
display: inline !important;
}
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
}
.tablet\:ext-absolute {
position: absolute !important;
}
.tablet\:ext-relative {
position: relative !important;
}
.tablet\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-order-1 {
order: 1 !important;
}
.tablet\:ext-order-2 {
order: 2 !important;
}
.tablet\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.tablet\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.tablet\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tablet\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.tablet\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.tablet\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.tablet\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.tablet\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.tablet\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.tablet\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.tablet\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.tablet\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-block {
display: block !important;
}
.tablet\:ext-inline-block {
display: inline-block !important;
}
.tablet\:ext-inline {
display: inline !important;
}
.tablet\:ext-flex {
display: flex !important;
}
.tablet\:ext-inline-flex {
display: inline-flex !important;
}
.tablet\:ext-grid {
display: grid !important;
}
.tablet\:ext-inline-grid {
display: inline-grid !important;
}
.tablet\:ext-hidden {
display: none !important;
}
.tablet\:ext-w-auto {
width: auto !important;
}
.tablet\:ext-w-full {
width: 100% !important;
}
.tablet\:ext-max-w-full {
max-width: 100% !important;
}
.tablet\:ext-flex-1 {
flex: 1 1 0% !important;
}
.tablet\:ext-flex-auto {
flex: 1 1 auto !important;
}
.tablet\:ext-flex-initial {
flex: 0 1 auto !important;
}
.tablet\:ext-flex-none {
flex: none !important;
}
.tablet\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.tablet\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.tablet\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.tablet\:ext-flex-grow {
flex-grow: 1 !important;
}
.tablet\:ext-list-none {
list-style-type: none !important;
}
.tablet\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.tablet\:ext-flex-row {
flex-direction: row !important;
}
.tablet\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.tablet\:ext-flex-col {
flex-direction: column !important;
}
.tablet\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.tablet\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.tablet\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.tablet\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.tablet\:ext-items-start {
align-items: flex-start !important;
}
.tablet\:ext-items-end {
align-items: flex-end !important;
}
.tablet\:ext-items-center {
align-items: center !important;
}
.tablet\:ext-items-baseline {
align-items: baseline !important;
}
.tablet\:ext-items-stretch {
align-items: stretch !important;
}
.tablet\:ext-justify-start {
justify-content: flex-start !important;
}
.tablet\:ext-justify-end {
justify-content: flex-end !important;
}
.tablet\:ext-justify-center {
justify-content: center !important;
}
.tablet\:ext-justify-between {
justify-content: space-between !important;
}
.tablet\:ext-justify-around {
justify-content: space-around !important;
}
.tablet\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.tablet\:ext-justify-items-start {
justify-items: start !important;
}
.tablet\:ext-justify-items-end {
justify-items: end !important;
}
.tablet\:ext-justify-items-center {
justify-items: center !important;
}
.tablet\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.tablet\:ext-justify-self-auto {
justify-self: auto !important;
}
.tablet\:ext-justify-self-start {
justify-self: start !important;
}
.tablet\:ext-justify-self-end {
justify-self: end !important;
}
.tablet\:ext-justify-self-center {
justify-self: center !important;
}
.tablet\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.tablet\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.tablet\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tablet\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.tablet\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.tablet\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.tablet\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.tablet\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-text-left {
text-align: left !important;
}
.tablet\:ext-text-center {
text-align: center !important;
}
.tablet\:ext-text-right {
text-align: right !important;
}
}
@media (min-width: 1080px) {
.desktop\:ext-absolute {
position: absolute !important;
}
.desktop\:ext-relative {
position: relative !important;
}
.desktop\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-order-1 {
order: 1 !important;
}
.desktop\:ext-order-2 {
order: 2 !important;
}
.desktop\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.desktop\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.desktop\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.desktop\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.desktop\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.desktop\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.desktop\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.desktop\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.desktop\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.desktop\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.desktop\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-block {
display: block !important;
}
.desktop\:ext-inline-block {
display: inline-block !important;
}
.desktop\:ext-inline {
display: inline !important;
}
.desktop\:ext-flex {
display: flex !important;
}
.desktop\:ext-inline-flex {
display: inline-flex !important;
}
.desktop\:ext-grid {
display: grid !important;
}
.desktop\:ext-inline-grid {
display: inline-grid !important;
}
.desktop\:ext-hidden {
display: none !important;
}
.desktop\:ext-w-auto {
width: auto !important;
}
.desktop\:ext-w-full {
width: 100% !important;
}
.desktop\:ext-max-w-full {
max-width: 100% !important;
}
.desktop\:ext-flex-1 {
flex: 1 1 0% !important;
}
.desktop\:ext-flex-auto {
flex: 1 1 auto !important;
}
.desktop\:ext-flex-initial {
flex: 0 1 auto !important;
}
.desktop\:ext-flex-none {
flex: none !important;
}
.desktop\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.desktop\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.desktop\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.desktop\:ext-flex-grow {
flex-grow: 1 !important;
}
.desktop\:ext-list-none {
list-style-type: none !important;
}
.desktop\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.desktop\:ext-flex-row {
flex-direction: row !important;
}
.desktop\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.desktop\:ext-flex-col {
flex-direction: column !important;
}
.desktop\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.desktop\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.desktop\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.desktop\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.desktop\:ext-items-start {
align-items: flex-start !important;
}
.desktop\:ext-items-end {
align-items: flex-end !important;
}
.desktop\:ext-items-center {
align-items: center !important;
}
.desktop\:ext-items-baseline {
align-items: baseline !important;
}
.desktop\:ext-items-stretch {
align-items: stretch !important;
}
.desktop\:ext-justify-start {
justify-content: flex-start !important;
}
.desktop\:ext-justify-end {
justify-content: flex-end !important;
}
.desktop\:ext-justify-center {
justify-content: center !important;
}
.desktop\:ext-justify-between {
justify-content: space-between !important;
}
.desktop\:ext-justify-around {
justify-content: space-around !important;
}
.desktop\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.desktop\:ext-justify-items-start {
justify-items: start !important;
}
.desktop\:ext-justify-items-end {
justify-items: end !important;
}
.desktop\:ext-justify-items-center {
justify-items: center !important;
}
.desktop\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.desktop\:ext-justify-self-auto {
justify-self: auto !important;
}
.desktop\:ext-justify-self-start {
justify-self: start !important;
}
.desktop\:ext-justify-self-end {
justify-self: end !important;
}
.desktop\:ext-justify-self-center {
justify-self: center !important;
}
.desktop\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.desktop\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.desktop\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.desktop\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.desktop\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.desktop\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.desktop\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.desktop\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-text-left {
text-align: left !important;
}
.desktop\:ext-text-center {
text-align: center !important;
}
.desktop\:ext-text-right {
text-align: right !important;
}
}.stpd_between_comments {
margin: 10px 0;
}
.stpd_between_posts{
margin: 10px 0;
}
.stpd_before_after_comments {
margin: 10px 0;
}
.stpd-ad-placement-label {
font-size: 14px;
font-family: inherit;
font-weight: 450;
display: block;
text-align: center;
margin: auto;
width: 100%;
margin-top: 15px !important;
margin-bottom: 15px !important;
}