h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alexandria", sans-serifHelvetica, Verdana, Arial, sans-serif;
  clear: both;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 0.5em 0 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

.shadow-border,
.comment-respond {
  border: 1px solid #f1eaec;
  border-radius: 20px;
  overflow: hidden;
}

.shadow-border,
.comment-respond,
.shadow {
  -moz-box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
  -webkit-box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
  box-shadow: 0 2px 8px 0 rgba(20, 96, 170, 0.1);
  background: #fff;
}

.not-found {
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.breadcrumbs {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 40px;
}

.breadcrumbs a,
.breadcrumbs span {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #fff;
}

.breadcrumbs li::after {
  color: #bb9032;
  content: "\00bb";
  padding: 0 0.3em;
}

.breadcrumbs li:last-of-type::after {
  display: none;
}

.main-content {
  position: relative;
}

.faq-panel {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  margin: 2em auto;
  width: 100%;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}

.entry-title,
.entry-content {
  padding: 10px;
}

.footer-tags {
  padding: 18px 10px;
}

.footer-tags a {
  font-weight: 900;
}

.entry-title {
  margin-bottom: 5px;
  padding: 16px 10px 0 10px;
}

.entry-meta {
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px;
  margin-bottom: 20px;
}

.entry-meta > a,
.entry-meta > span {
  margin-left: 10px;
}

.entry-meta svg {
  margin-left: 5px;
}

.svg-sm {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  fill: #ccc;
}

.entry-meta span a {
  font-weight: 900;
}

.comment-list .reply a {
  font-weight: 800;
  padding: 0 10px;
  background-color: #2e6b91;
  border-color: #2e6b91;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

.comment-block {
  position: relative;
}

.comment-list .comment-block:before,
.comment-list .comment-block:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent #f1f1f1;
  top: 12px;
  right: -10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.post-content img {
  border-radius: 10px;
  box-shadow: 0 1px 3px 1px #868686;
  border: 2px solid #fff;
}

.table-of-contents,
.wp-block-image,
.wp-caption,
.post-thumbnail,
.post-content ol,
.post-content ul,
.post-content p {
  margin-bottom: 25px;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 0 0 0.5em;
}

.widget-card:hover p a,
.comment-list a:hover,
.logged-in-as a:hover,
.not-found .page-title,
.footer-tags a,
.entry-meta span a,
.entry-content a,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #000000;
}

.breadcrumbs a:hover,
.entry-meta span a:hover,
.footer-tags a:hover,
.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.post-content ul {
  list-style: square;
}

.side-widget .image {
  width: 100%;
}

.social-share a {
  margin: 0 5px;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
}

.social-share a svg {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.16);
  padding: 6px;
  border-radius: 50px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.shadow {
  -moz-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
}

.contact-form textarea {
  max-height: 215px;
}

.post-content ol,
.post-content ul {
  padding-right: 15px;
  padding-left: 0;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 7px;
}

.btn {
  font-weight: 300;
  padding: 0.2em 1em;
  font-size: 15px;
  background: #fdb827;
  box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
  border-radius: 27.5px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #c8d7e1;
  text-align: center;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption img {
  border: 0;
  height: auto;
  max-width: 98.5%;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  width: 100%;
}

.table-of-contents {
  display: table;
  margin-right: -10px;
  padding: 10px;
  width: auto;
  font-size: 15px;
  line-height: 30px;
  border-right: 0;
  background: #fbfbfb;
  border: 1px solid #c8d7e1;
}

.table-of-contents ol li a {
  text-decoration: none;
}

.table-of-contents ol ol {
  padding-right: 0;
  margin-right: 15px;
}

.table-of-contents > ol > li > a {
  font-weight: 900;
}

table {
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.rating-stars .star {
  cursor: pointer;
}

.icon-star {
  font-size: 50px;
  color: #c8d7e1;
}

.icon-star:after {
  content: "\2605";
}

.no-js .rating {
  display: none;
}

.rating {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  clear: both;
  font-weight: 700;
  padding: 0.5em;
  margin: 1em 2px;
  background: #ffffff;
  display: inline-block;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
  line-height: 50px;
  border-radius: 10px;
  padding: 15px 25px;
}

.rating .rating-total {
  font: 1em normal;
}

.rating ul {
  margin-right: 0;
  padding-right: 0;
}

.star {
  cursor: pointer;
}

.star.selected .icon-star {
  color: gold;
}

.star.on .icon-star {
  color: gold;
}

embed,
iframe,
object {
  max-width: 100%;
}

.entry-content hr {
  border: 0;
  box-sizing: content-box;
  height: 0;
  margin: 27px 0;
  border-top: 2px solid #f0f0f0;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

table > thead > tr > td,
table > thead > tr > th {
  border-bottom-width: 2px;
}

blockquote {
  background: #eee;
  border-right: 10px solid #131536;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.social-share {
  background: #fbfbfb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 28px;
}

.comments-box,
.comment-respond,
.side-widget,
.widget-related {
  padding: 16px;
}

.mb-b-30 {
  margin-bottom: 30px;
}

.side-widget ul {
  margin-right: 15px;
}

.offer {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 23px 25px 25px 0;
  color: #fff;
}

.offer span {
  display: block;
  color: #fff;
  width: 80%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.offer .offer-title {
  font-size: 19px;
  font-weight: 700;
}

.get-offer {
  background: #ffcb36;
  color: #003769;
  padding: 5px 15px;
  font-weight: 700;
  border-radius: 5px;
}

.comment-avatar {
  float: right;
  margin-left: 0.75em;
}

.comment-avatar img {
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

.comment-block {
  line-height: 1.5;
  float: right;
  padding: 10px;
  background: #fbfbfb;
  color: #3d596e;
  border-radius: 10px;
  margin-bottom: 20px;
}

.comment-list > .comment {
  margin-bottom: 28px;
  background: #ffffff;
  padding: 16px 8px;
  border: 1px solid #e1eff9;
  border-radius: 20px;
}

.comment-date {
  font-size: 12px;
}

.comment-excerpt {
  font-size: 14px;
  margin-top: 5px;
}

.side-left,
.comment-list > .comment {
  overflow: hidden;
}

.comment-list .comment.byuser {
  margin-right: 55px;
}

.comments-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments-box .children ol,
.comments-box .children {
  margin-right: 20px;
  clear: both;
}

.flex-container {
  display: table;
  width: 100%;
}

.form-submit {
  margin: 15px 0;
}

.required {
  color: #f44336;
}

.card {
  text-align: right;
  display: inline-block;
  margin-bottom: 25px;
  transition: 0.15s;
}

.card-archive .card-meta li span {
  margin-left: 5px;
}

.card-archive .card-content {
  padding: 10px;
  margin: auto;
  width: 94%;
  background: #fff;
  border-radius: 9px;
  margin-top: -19px;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  margin-bottom: 30px;
}

.card-archive .card-meta {
  border-top: 1px solid rgb(0 0 0 / 11%);
  margin-top: 10px;
  text-align: center;
}

.card-archive .card-img img {
  border-radius: 8px;
  width: 100%;
}

.card-title {
  font-size: 1.15em;
  font-weight: 700;
  margin: 0px;
}

.widget-card {
  width: 31.8221447254%;
  float: right;
  text-align: center;
}

.widget-cards .widget-card:not(:nth-child(3n + 1)) {
  margin-right: 2.1795989538%;
}

.widget-cards .widget-card:nth-child(3n + 1) {
  clear: right;
}

.widget-card img {
  border-radius: 10px;
  box-shadow: 0px 1px 3px 1px #868686;
  border: 2px solid #fff;
}

.widget-card p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 14px;
  font-weight: 600;
}

.card:hover {
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  -o-transform: translatey(-10px);
  transform: translatey(-10px);
}

.pagination {
  display: table;
  float: none;
  margin: 20px auto;
  text-align: center;
  clear: both;
  border: 1px solid #c8d7e1;
}

.pagination span,
.pagination a {
  display: block;
  position: relative;
  float: left;
  margin-right: 0;
  padding: 15px 0;
  width: 50px;
  text-align: center;
  font-size: 0.9em;
  line-height: 20px;
  text-decoration: none;
}

.pagination span:first-child,
.pagination a:first-child {
  border-left: 0;
}

.pagination span,
.pagination a {
  float: right;
  margin-left: 0;
}

.pagination span:first-child,
.pagination a:first-child {
  border-right: 0;
}

.pagination a:hover {
  background-color: #f82462;
  color: #fff;
}

.pagination .current {
  background: #eee;
  color: #8e8e8e;
}

.collection-page .page-title,
.collection-page .breadcrumbs {
  margin: 0;
}

.page-header {
  background-color: #000000;
  padding-top: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.collection-page .page-title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .card-archive {
    width: 45%;
    float: right;
    margin-right: 2.7%;
    margin-left: auto;
  }
  .card-archive:nth-child(2n + 1) {
    clear: right;
  }
}

@media only screen and (min-width: 768px) {
  .card-archive {
    width: 22%;
  }
  .card-archive:nth-child(2n + 1) {
    clear: none;
  }
  .card-archive:nth-child(4n + 1) {
    clear: right;
  }
  .comment-form-email,
  .comment-form-url {
    width: 48%;
    float: right;
  }
  .comment-form-email {
    margin-left: 4%;
  }
  .not-found .page-title {
    font-size: 90px;
  }
  .content-info {
    width: 50%;
    display: table-cell;
  }
  .comment-block {
    width: 92%;
  }
}

@media only screen and (min-width: 992px) {
  .content-right {
    width: 70%;
    float: right;
  }
  .side-left {
    width: 27%;
    float: left;
  }
  .page-header {
    padding-top: 100px;
  }
  .widget-card {
    width: 47.0588235294%;
  }
  .widget-cards .widget-card:nth-child(odd) {
    clear: right;
  }
  .widget-cards .widget-card:nth-child(3n + 1) {
    clear: none;
  }
  .widget-cards .widget-card:not(:nth-child(3n + 1)) {
    margin-right: 0;
  }
  .widget-cards .widget-card:nth-child(2n) {
    margin-right: 5.3333333333%;
  }
}
