/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

/* ==========================================================================
   1. Global Styles
   ========================================================================== */

* {
  font-family: "Ubuntu", sans-serif !important;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  max-width: 100%;
}

input {
  border: 1px solid #f48fb1;
}

::selection {
  background: rgb(255 192 203 / 100%);
}

::-moz-selection {
  background: rgb(255 192 203 / 100%);
}

/* ==========================================================================
   2. Scrollbar
   ========================================================================== */

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background-color: #ffd9d9d9;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: rgb(216 27 96);
  border-radius: 0px;
  box-shadow: inset 0 0 10px #920101d1;
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px #ffdbdbcf;
  background: rgb(216, 27, 96);
}

/* ==========================================================================
   3. Header and Navigation
   ========================================================================== */

header {
  box-shadow: 0 5px 80px rgb(0 0 0 / 10%);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}

.aux-master-menu .aux-submenu {
  width: 18vw !important;
}

.aux-cross-symbol::after,
.aux-cross-symbol::before {
  background-color: #d81b60;
}

/* ==========================================================================
   4. Search
   ========================================================================== */

.aux-modern-search .aux-search-popup .aux-panel-close {
  border: solid 1px #f48fb1;
}

.aux-modern-search .aux-search-popup .aux-panel-close:hover {
  border-color: #d81b60;
}

.aux-modern-search
  .aux-search-popup
  .aux-search-popup-content
  .aux-submit-icon-container:before {
  color: #f48fb1 !important;
}

.aux-modern-search
  .aux-search-popup
  .aux-search-popup-content
  .aux-submit-icon-container:hover:before {
  color: #d81b60 !important;
}

.aux-search-field {
  color: #d81b60;
}

.aux-modern-search
  .aux-search-popup
  .aux-search-popup-content
  .aux-search-input-form {
  border-bottom: 2px solid #f48fb1;
}

.aux-modern-search
  .aux-search-popup
  .aux-search-popup-content
  .aux-search-input-form:hover {
  border-bottom: 2px solid #d81b60;
}

.aux-modern-search
  .aux-search-ajax-container
  .aux-search-ajax-output
  .aux-other-search-result-label {
  color: #d81b60;
}

.aux-loading-loop svg .aux-stroke-bg {
  stroke: #f48fb18a;
  stroke-width: 1;
}

.aux-loading-loop svg .aux-progress {
  stroke: #d81b60;
  stroke-width: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 125.66384;
}

/* ==========================================================================
   5. Forms and Inputs
   ========================================================================== */

.file-upload-field {
  padding-left: 0;
  padding-right: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(216 27 96 / 25%);
}

.form-check-input {
  border-color: #ffdbdb !important;
  accent-color: #d81b60 !important;
  margin-top: 0.5rem;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 219 219 / 75%) !important;
  border-color: #ffdbdb !important;
}

.form-check-input:checked {
  background-color: #d81b60 !important;
  border-color: #d81b60 !important;
}

.input-with-icon select {
  padding: 6px 10px;
  border: 1px solid #ffdbdb;
}

.input-with-icon select:not([multiple]) {
  padding: 6px 10px !important;
}

option:hover {
  background-color: #f48fb183 !important;
  accent-color: #d81b60 !important;
}

/* Free Trial Form */

.free-trial-heading {
  font-size: 1.75rem !important;
  margin-bottom: 1.25rem;
}

#services {
  margin-bottom: 1.25rem;
}

#services.ar-free-danger .checkbox label {
  color: #dc3545;
}

#services .checkbox label {
  font-size: 15px;
}

.free-trial-cuustom-input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  font-weight: 400;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #f48fb1 !important;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

.free-trial-cuustom-input option {
  color: #d81b60 !important;
  background-color: #fff !important;
  accent-color: #d81b60 !important;
}

select.free-trial-cuustom-input {
  accent-color: #d81b60 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23D81B60"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.free-trial-cuustom-textarea {
  height: 80px;
  min-width: 100% !important;
}

#services {
  margin-left: 12px;
}

/* ==========================================================================
   6. Buttons
   ========================================================================== */

.custom-btn-hover {
  background: #f25477;
  border: #fabcce;
  color: #fff;
  padding: 12px 70px 12px 70px;
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-btn-hover:hover {
  background: #d81b60;
  border: #d81b60;
  color: #fff;
  box-shadow: rgb(242, 84, 119, 0.75) 0px 5px 30px 0px !important;
}

.custom-button {
  width: 100% !important;
}

/* ==========================================================================
   7. Scroll To Top
   ========================================================================== */

.aux-goto-top-btn .aux-arrow-nav.aux-outline {
  background-color: #fff1f1;
}

.aux-arrow-nav.aux-outline .aux-overlay::after {
  background-color: #d81b60;
}

.aux-arrow-nav.aux-outline {
  box-shadow: 0 0 0 1px #d81b60 inset;
}

/* ==========================================================================
   8. Blog and Article Styles
   ========================================================================== */

article .entry-main,
.entry-author-info,
#respond {
  padding: 0px 150px;
}

article .entry-main h1,
article .entry-main h2 {
  color: rgb(216, 27, 96);
}

article .entry-main h3,
article .entry-main h4,
article .entry-main h5 {
  color: #000000 !important;
}

article .entry-header h1 {
  color: rgb(216, 27, 96) !important;
  font-size: 3rem !important;
}

.single-post .hentry .entry-info {
  color: #b413aa !important;
}

.single-post .hentry .entry-info a,
article a,
#respond #reply-title span {
  text-decoration: none;
}

/* Blog Comments */

.comment-form .aux-block-inputs textarea {
  border: none;
  border-bottom: 1px solid rgb(216, 27, 96);
  max-height: 150px !important;
  min-height: 50px !important;
  color: rgb(216, 27, 96) !important;
  text-transform: capitalize;
}

.comment-form .aux-block-inputs textarea::placeholder {
  color: rgb(244, 143, 177) !important;
}

.comment-form .form-submit .submit {
  border-radius: 50px;
  padding: 15px 100px !important;
  font-size: 1.5em !important;
  background: #d4e0ee;
  color: rgb(216, 27, 96);
  box-shadow: 3px 2px 15px #d4e0ee;
}

.comment-form .form-submit .submit:hover {
  background: rgb(244, 143, 177);
  color: #fff !important;
  box-shadow: 3px 2px 15px rgb(244, 143, 177);
}

#commentform label {
  font-size: 1em !important;
}

#commentform .aux-inline-inputs input {
  border: none;
  border-bottom: 1px solid rgb(216, 27, 96);
  color: rgb(216, 27, 96) !important;
  text-transform: capitalize;
  font-weight: 600;
}

#commentform .aux-inline-inputs input::placeholder {
  color: rgb(244, 143, 177) !important;
}

#commentform .aux-inline-inputs input#email {
  text-transform: lowercase;
}

#commentform .aux-inline-inputs input#email::placeholder {
  text-transform: capitalize;
}

/* ==========================================================================
   9. Service Pages and Cards
   ========================================================================== */

/* Page Headings */

.header-title h1,
.header-title h2 {
  font-size: 2.85rem !important;
}

.header-title h3,
.header-title h4,
.header-title h5,
.header-title h6 {
  font-size: 2.2rem !important;
}

.sub-heading-six h1,
.sub-heading-six h2 {
  font-size: 1.25rem;
}

.service-page-two-text h1,
.service-page-two-text h2,
.service-page-two-text h3,
.service-page-two-text h4,
.service-page-two-text h5,
.service-page-two-text h6 {
  font-size: 2.2rem !important;
}

/* Icon Boxes */

.icon_boxes_st1 {
  width: 100%;
  padding: 25px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 80px;
  float: left;
  text-align: center;
  border: 1px solid #ffaaa9;
  min-height: 270px;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 17%);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 17%);
  position: relative;
  -webkit-transition:
    -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    background 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    background 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 5px;
  background: #fff;
}

.icon_boxes_st1:hover {
  border-radius: 5px;
  border: 1px solid #000;
  box-shadow: 0 3px 18px #ddd;
  transition: all 0.3s ease 0s;
  transform: scale(1.05);
}

.icon_boxes_st1:hover > .why-us-icon-box {
  border: 1px dashed #d5124e;
}

.why-us-icon-box {
  transition: all 0.3s ease 0s;
  color: #000;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin-top: -75px;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 1px 13px #90909085;
  -webkit-transition:
    -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    background 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    background 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ffaaa9;
}

/* Service Cards */

.pi-home-service-item {
  display: block;
  width: 100%;
  max-width: 400px;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 0 28px 0;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 17%);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pi-home-service-item .pi-home-service-desc {
  padding: 30px;
  position: relative;
  text-align: center;
  height: 150px;
}

.pi-home-service-contentButton {
  background: 0 0;
  border: 0;
  color: #0f62ff !important;
  cursor: pointer;
  display: block;
  font-size: 17px;
  height: 20px;
  padding-top: 32px;
  margin: 13px auto 16px;
  outline: 0;
  text-align: center;
  transition: color 0.1s ease-in-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.pi-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.pi-list-dashed.ar-dashed li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px dashed #d6dfdf;
  font-size: 14px;
}

.pi-section-white a {
  color: #03afaf;
}

.pi-no-bullets li {
  list-style: none;
  padding-left: 0;
}

.ser-6-bg-1 {
  background: #09cbcb;
  min-height: 237px;
}

/* Footer Cards */

.footer-card-ar .card {
  background: #fff;
}

.footer-margin-bottom-zero {
  margin-bottom: 0 !important;
}

.footer-margin-bottom-zero p {
  margin-bottom: 0 !important;
}

.take-further .card-text {
  padding: 65px 30px;
  min-height: 244px;
}

/* Home Cards */

.home-big-card-footer-ar .card-body {
  padding: 0;
}

.home-big-card-footer-ar .card img {
  background: #d8e7f0;
}

.home-big-card-footer-ar .card-body .card-title {
  border-bottom: 1px solid #e5e5f5ef;
  padding-bottom: 10px;
  padding-left: 20px;
}

.home-big-card-footer-ar .card-body .card-title .card-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-big-card-footer-ar .card-footer > a,
.home-big-card-footer-ar .card-footer > span {
  border: transparent;
}

.home-big-card-footer-ar .card-footer > a:hover,
.home-big-card-footer-ar .card-footer > span:hover {
  background: 0 0;
  color: #ffd9d9 !important;
}

.home-big-card-footer-center-ar .card-footer {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.home-big-card-footer-left-ar .card-footer {
  display: flex;
  align-content: start;
}

/* Review Section */

.review-section-ar .flickity-button {
  border: 2px solid rgb(255 255 255 / 40%);
}

.review-section-ar .flickity-button svg path {
  fill: rgb(255 255 255);
}

/* ==========================================================================
   10. Dropzone
   ========================================================================== */

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  width: 92px;
}

.dropzone .dz-image {
  height: 49px;
  width: 80px;
  overflow: hidden;
  margin-bottom: 5px;
}

.dropzone .dz-preview .dz-image {
  border: 1px solid #eee;
}

.dropzone .dz-preview .dz-image img {
  display: block;
  max-width: 100%;
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  display: none;
  height: 0;
  width: 80px;
  font-size: 11px;
  word-wrap: break-word;
}

.dropzone .dz-preview:hover .dz-details,
.dropzone-previews .dz-preview:hover .dz-details {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
  width: 80px;
  display: block;
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  bottom: -12px;
  display: none;
}

.dz-preview svg:not(:root) {
  display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  border-radius: 0;
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  padding: 4px 3px 5px;
  line-height: 1;
  font-size: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2P88OHDfwEBAUYGKADxQUx0MbgCkCSyJnQDUExCNgVdI1ghum6YM5DlGPEpQnY38QqJthrZeIKewaYYI3iIDXAA955XR2NPxikAAAAASUVORK5CYII=)
    repeat;
}

.dropzone .dz-complete a.dz-remove,
.dropzone-previews .dz-complete a.dz-remove {
  font-size: 12px;
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  left: 0;
  top: 0;
  width: 90px;
  height: 52px;
  line-height: 1.2;
  max-height: 56px;
  min-height: 56px;
}

/* ==========================================================================
   11. Utility Classes
   ========================================================================== */

.hide {
  display: none !important;
}

/* Alert Styles */

.ajax_msg {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  margin-bottom: 1rem !important;
}

.ajax_msg p {
  margin: 0;
}

.ajax_msg.alert-info {
  background-color: #d1ecf1 !important;
  color: #0c5460 !important;
  border: 1px solid #bee5eb !important;
}

.ajax_msg.alert-success {
  background-color: #d4edda !important;
  color: #155724 !important;
  border: 1px solid #c3e6cb !important;
}

.ajax_msg.alert-danger {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
}

.ajax_msg.alert-warning {
  background-color: #fff3cd !important;
  color: #856404 !important;
  border: 1px solid #ffeeba !important;
}

span.codedirection {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* ==========================================================================
   12. Cookie Consent
   ========================================================================== */

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.ccIcon {
  background: url(https://floristchapter.com/wp-content/uploads/2026/01/cookie-theme.svg)
    no-repeat top center;
  background-size: 100%;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto 15px;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 23em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 1;
  display: inline-block;
  text-decoration: underline;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
  text-decoration: none;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-floating .cc-message,
.cc-message {
  color: #000;
  font-size: 13px;
  text-align: justify;
}

.cc-message a {
  color: #000;
  text-decoration: underline;
}

.cc-message a:hover {
  text-decoration: none;
}

.cc-btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
  text-align: justify;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: justify;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 3px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* ==========================================================================
   13. Popup/Modal
   ========================================================================== */

.custom-popup {
  float: left;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.arCustomModal {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.arCustomModal-content {
  margin: auto;
  padding: 20px;
  width: 15%;
  float: right;
  position: fixed;
  z-index: 0;
  padding-top: 0;
  right: 2em;
  bottom: 6em;
  border-radius: 4px;
  background: #edeeef;
  border: 1px solid #ccc;
  box-shadow:
    rgb(50 50 93 / 25%) 0 50px 100px -20px,
    rgb(0 0 0 / 30%) 0 30px 60px -30px,
    rgb(10 37 64 / 35%) 0 -2px 6px 0 inset;
}

.arCustomModal-content img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.arCustomModal-content a {
  border-radius: 0 0 4px 4px;
}

.arCustomClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  z-index: 0;
}

.arCustomClose:focus,
.arCustomClose:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.is-visible {
  display: block;
  z-index: 0;
}

/* ==========================================================================
   14. Media Queries
   ========================================================================== */

@media all and (max-width: 767px) {
  .offcanvas-content .aux-master-menu > li {
    padding-top: 10px;
  }
  .aux-master-menu .aux-submenu {
    width: auto !important;
  }
  .aux-master-menu .aux-submenu li {
    font-size: 0.9em !important;
  }
  article .entry-main,
  .entry-author-info,
  #respond {
    padding: 0px 0px;
  }
  article .entry-header h1 {
    font-size: 1.75rem !important;
  }
  .entry-main .entry-content h2 {
    font-size: 1.5em;
    text-align: left !important;
  }
  .entry-main .entry-content h3 {
    font-size: 1.25em;
    text-align: left !important;
  }
  .entry-main .entry-content h4 {
    font-size: 1.125em;
    text-align: left !important;
  }
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 420px) {
  .cc-floating.cc-theme-classic {
    margin: 15px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 50%);
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

@media all and (max-width: 667px) {
  .arCustomModal {
    padding-top: 0;
    right: 0;
    bottom: -2em;
  }
  .arCustomModal-content {
    margin: auto;
    padding: 0;
    width: 100%;
    float: right;
    right: 0;
    z-index: 9999;
  }
  .arCustomModal-content img {
    width: 91%;
    float: right;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}