@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  line-height: 1.2em;
  font-weight: 700;
  color: #111F40;
}

h1, .h1, h2, .h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Avenir Bold";
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Avenir Regular";
  margin-top: 0;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 56px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  color: #E24181;
}

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

abbr, acronym {
  border-bottom: 1px dotted #8a8da1;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

a {
  color: #111F40;
  text-decoration: none;
}

body {
  font-family: "Avenir Regular";
  background: #fff;
  color: #737373;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
body.canvas-header {
  padding-left: 400px;
}
@media (max-width: 1440px) {
  body.canvas-header {
    padding-left: 300px;
  }
}
@media (max-width: 992px) {
  body.canvas-header {
    padding-left: 0;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

p {
  margin-bottom: 1em;
}

.pr {
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1430px;
  }
}
@font-face {
  font-family: "Avenir Bold";
  src: url("../fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  descent-override: 0%;
}
@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Regular";
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
strong,
b {
  font-weight: 700;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

#preloader .loading {
  font-size: 84px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  #preloader .loading {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  #preloader .loading {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #preloader .loading {
    font-size: 30px;
  }
}
#preloader .loading span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#preloader .loading span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #111F40;
  opacity: 0;
  transform: scale(1.5);
  animation: loading 3s infinite;
}
#preloader .loading span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading span:nth-child(7)::after {
  animation-delay: 0.6s;
}

@keyframes loading {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
ul, ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.comment-list ul, .comment-list ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.comment-list ol ol, .comment-list ol ul, .comment-list ul ol, .comment-list ul ul {
  margin-bottom: 0;
}

ul ul {
  list-style-type: disc;
}

.camtheme__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.camtheme__list li {
  color: #3F1D18;
  line-height: 1.9;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 16px;
}
.camtheme__list li.icon-shape .camtheme__list-icon {
  padding: 0.3em;
  background-color: #F1F6FE;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin-right: 10px;
}
.camtheme__list li.icon-shape .camtheme__list-icon i, .camtheme__list li.icon-shape .camtheme__list-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  color: #E24181;
  font-size: 16px;
}
.camtheme__list li p {
  margin: 0;
}
.camtheme__list li .camtheme__list-icon {
  margin-right: 10px;
  font-size: 14px;
  color: #a6afbc;
  text-align: center;
}
.camtheme__list li a {
  color: #111F40;
  display: flex;
  align-items: baseline;
}
.camtheme__list li a:hover {
  color: #E24181;
}
.camtheme__list.list-dice li {
  padding-left: 25px;
  display: block;
}
.camtheme__list.list-dice li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 15px;
  background: #6730e3;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.camtheme__list.inline-items li {
  display: inline-block;
}
.camtheme__list.inline-items li:not(:last-child) {
  margin-right: 20px;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #F4F4F4;
}
table thead {
  background: #F1F6FE;
}
table th {
  text-align: left;
  padding: 10px 15px;
  color: #111F40;
  font-size: 16px;
  font-weight: 600;
  min-width: 130px;
  vertical-align: middle;
}
table th a {
  color: #111F40;
}
table th a:hover {
  color: #E24181;
}
table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}
table td:last-child {
  border-right: 1px solid #F4F4F4;
}

.wp-block-calendar table th {
  min-width: 40px;
  text-align: center;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  direction: ltr;
}
tbody > tr {
  border-top: 1px solid #F4F4F4;
}

tfoot tr #prev a:hover, tfoot tr #next a:hover {
  color: #E24181;
}

tbody > tr > th {
  background-color: #f5f5f5;
}

table thead ~ tbody > tr > th {
  background-color: transparent;
}

caption {
  caption-side: top;
  text-align: center;
}

.calendar_wrap caption {
  text-align: center;
  background: #f0f2f9;
  color: #051441;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}
.calendar_wrap table tr, .calendar_wrap table td {
  border: 0;
}
.calendar_wrap table thead tr {
  border: 0;
}
.calendar_wrap table thead tr th {
  border: 0;
}

nav.wp-calendar-nav {
  background: #f0f2f9;
  padding: 5px 20px;
  border-radius: 6px;
}

.wp-calendar-nav-next {
  float: right;
}

@media (max-width: 576px) {
  table th {
    min-width: 80px;
  }
}
/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.cam-btn {
  position: relative;
  padding: 8px 30px;
  background-color: #E24181;
  border: 1px solid #E24181;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.cam-btn.btn-secondary {
  background-color: #E24181;
  border-color: #E24181;
}
.cam-btn.btn-secondary:hover {
  background-color: #BC3778;
  color: #fff;
  border-color: #BC3778;
}
.cam-btn.btn-circle {
  border-radius: 40px;
}
.cam-btn.btn-circle.btn-lg {
  border-radius: 60px;
}
.cam-btn.btn-sqr {
  border-radius: 0;
}
.cam-btn.btn-round {
  border-radius: 5px;
}
.cam-btn .cam-btn-content-wrapper {
  display: flex;
  align-items: center;
}
.cam-btn .cam-btn-content-wrapper .elementor-align-icon-right, .cam-btn .cam-btn-content-wrapper .cam-btn__align-icon-right {
  order: 2;
}
.cam-btn:hover {
  background: #BC3778;
  color: #fff;
  border-color: #BC3778;
}
.cam-btn.btn-small {
  padding: 5px 30px;
}
.cam-btn.btn-lg {
  padding: 17px 43px;
  font-size: 21px;
  border-width: 2px;
}
.cam-btn.btn-full {
  display: block;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.cam-btn.btn-outline {
  background: transparent;
  color: #E24181;
  border-color: #E24181;
}
.cam-btn.btn-outline:hover {
  color: #fff;
  border-color: #E24181;
  background-color: #E24181;
}
.cam-btn.btn-outline.btn-light {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.cam-btn.btn-outline.btn-light:hover {
  color: #111F40;
  background-color: #fff;
}
.cam-btn.btn-outline.btn-dark {
  border: 1px solid #EAEEF3;
  color: #111F40;
}
.cam-btn.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #111F40;
}
.cam-btn.btn-light:not(.btn-outline) {
  background-color: #ffffff;
  color: #111F40;
  border-color: #ffffff;
}
.cam-btn.btn-light:not(.btn-outline):hover {
  color: #ffffff;
  background: transparent;
}
.cam-btn.btn-dark:not(.btn-outline) {
  background-color: #111F40;
  color: #fff;
  border-color: #111F40;
}
.cam-btn.btn-dark:not(.btn-outline):hover {
  color: #111F40;
  background: transparent;
}
.cam-btn .elementor-align-icon-left {
  margin-right: 5px;
  order: -1;
}
.cam-btn .elementor-align-icon-right {
  margin-left: 5px;
}
.cam-btn .cam-btn-icon {
  font-size: 14px;
}
.cam-btn .cam-btn__icon {
  line-height: 1;
}

.cam-btn__icon {
  line-height: 1;
}

.play-button {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.play-button .cam-btn__text {
  position: relative;
  z-index: 1;
}
.play-button .cam-btn__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111921;
  transition: all 0.3s ease-in-out;
}
.play-button .cam-btn__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #111921;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.play-button .cam-btn__icon i {
  margin-left: 3px;
}

/**
* Popup Button
 */
.popup-btn {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 77px;
  text-align: center;
  background-color: #E24181;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
}
.popup-btn i {
  margin-left: 5px;
}
.popup-btn:before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  height: 100px;
  width: 100px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #E24181;
  animation: btnWave 1500ms linear infinite;
}
.popup-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 10px solid #E24181;
  animation: btnWave 1000ms linear infinite;
}
.popup-btn:hover {
  color: #fff;
}

@keyframes btnWave {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.camtheme-back-btn {
  position: relative;
  font-family: "Avenir Bold";
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  color: #111F40;
  align-items: center;
  gap: 10px;
}
.camtheme-back-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #111F40;
}
.camtheme-back-btn:hover {
  color: #E24181;
}
.camtheme-back-btn:hover svg path {
  stroke: #E24181;
}
.camtheme-back-btn:hover:after {
  background-color: #E24181;
}

.popup-video-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E24181;
  padding: 172px 0;
}

a.popup-video {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  color: #000;
}

/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.heading-wrapper .title {
  margin-bottom: 22px;
  line-height: 1.2;
  color: #E24181;
}
@media (max-width: 991px) {
  .heading-wrapper .title {
    font-size: 36px !important;
  }
}
.heading-wrapper .subtitle {
  font-family: "Avenir Regular";
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .heading-wrapper .subtitle {
    font-size: 25px !important;
  }
}
@media (max-width: 991px) {
  .heading-wrapper .subtitle {
    font-size: 24px !important;
  }
}
.heading-wrapper .description {
  font-family: "Avenir Regular";
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .heading-wrapper .description {
    font-size: 20px;
  }
}
.heading-wrapper .button-container {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.heading-wrapper.text-center {
  max-width: 1000px;
  margin: 0 auto;
}
.heading-wrapper.text-center .button-container {
  justify-content: center;
}
@media (min-width: 768px) {
  .heading-wrapper.text-right .button-container {
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
## Banner Hero
--------------------------------------------------------------*/
.hero-video {
  position: relative;
  height: 90vh;
}
.hero-video .jarallax {
  height: 90vh;
}
.hero-video .hero-video__video {
  height: 100vh;
  width: 100%;
}
.hero-video .hero-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.hero-video .hero-video__button-container {
  position: absolute;
  top: 36%;
  z-index: 22;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 30px);
}
@media (max-width: 576px) {
  .hero-video .hero-video__button-container {
    top: 40%;
  }
}
@media (max-width: 420px) {
  .hero-video .hero-video__button-container {
    top: 35%;
  }
}
@media (min-width: 768px) {
  .hero-video .hero-video__button-container {
    display: none;
  }
}
.hero-video .hero-video__content {
  background-image: url(../images/banner-title-shape.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 40px;
  max-width: 880px;
  background-position: center right;
  z-index: 3;
}
@media (max-width: 991px) {
  .hero-video .hero-video__content {
    padding: 40px 20px;
    width: 95%;
  }
}
@media (max-width: 991px) {
  .hero-video .hero-video__content {
    top: 70%;
  }
}
@media (max-width: 480px) {
  .hero-video .hero-video__content {
    padding: 20px 30px;
    background-position: center;
    width: 100%;
  }
}
.hero-video .hero-video__content .hero-video__subtitle {
  font-family: "Avenir Bold";
  font-size: 26px;
  color: #E24181;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero-video .hero-video__content .hero-video__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hero-video .hero-video__content .hero-video__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-video .hero-video__content .hero-video__subtitle {
    font-size: 16px;
  }
}
.hero-video .hero-video__content .hero-video__title {
  font-family: "Avenir Regular";
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  color: #111f40;
}
@media (max-width: 991px) {
  .hero-video .hero-video__content .hero-video__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-video .hero-video__content .hero-video__title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .hero-video .hero-video__content .hero-video__title {
    font-size: 32px;
  }
  .hero-video .hero-video__content .hero-video__title br {
    display: none;
  }
}
.hero-video .hero-video__content .hero-video__title span.title-highlight {
  color: #E24181;
  font-size: 60px;
}
@media (max-width: 1200px) {
  .hero-video .hero-video__content .hero-video__title span.title-highlight {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-video .hero-video__content .hero-video__title span.title-highlight {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
.camtheme__post-grid__blog-meta-category {
  color: #4d5afe;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.camtheme__post-grid .camtheme__feature-image {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.camtheme__post-grid .camtheme__feature-image img {
  transition: all 0.3s ease-in-out;
}
.camtheme__post-grid .camtheme__feature-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 30px 0 rgba(226, 65, 129, 0.1);
}
.camtheme__post-grid .camtheme__entry-title {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.camtheme__post-grid .posted-on a {
  color: #777f95;
  display: block;
  font-size: 16px;
}
.camtheme__post-grid .camtheme__blog-meta-category {
  color: #E24181;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.camtheme__post-grid .camtheme__blog-meta-category:not(:first-child) {
  margin-left: 10px;
}
.camtheme__post-grid .camtheme__blog-meta-category:not(:first-child):before {
  content: "/";
  margin-right: 10px;
}

.blog-post-one {
  margin-bottom: 30px;
}
.blog-post-one .feature-image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.blog-post-one .feature-image a:before {
  display: none;
}
.blog-post-one .feature-image img {
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .post-meta {
  margin-bottom: 40px;
  margin-left: 0;
}
.blog-post-one .feature-image .post-meta li {
  text-transform: uppercase;
  font-weight: 500;
  color: #797986;
  font-size: 13px;
  display: inline-block;
}
.blog-post-one .feature-image .post-meta li.post-category a {
  font-size: 12px !important;
  font-weight: 500;
  background: rgba(226, 65, 129, 0.102);
  color: #E24181;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-post-one .feature-image .post-meta li.post-category a:not(:last-child) {
  margin-right: 7px;
}
.blog-post-one .feature-image .post-meta li.post-category a:hover {
  color: #fff;
  background: #E24181;
}
.blog-post-one .feature-image .post-meta li .posted-on a {
  text-transform: uppercase;
  font-weight: 500;
  color: #797986;
  font-size: 13px;
}
.blog-post-one .feature-image .post-meta li i {
  margin-right: 7px;
  font-size: 14px;
}
.blog-post-one .feature-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3f6f8;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-post-one .feature-image .entry-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author a {
  color: #92929f;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author .avatar {
  border-radius: 50%;
  margin-right: 15px;
}
.blog-post-one .feature-image .entry-content .entry-title {
  font-size: 20px;
  font-weight: 600;
}
.blog-post-one .feature-image .entry-content .entry-title a {
  color: #212d46;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image:hover img {
  transform: scale(1.07);
}
.blog-post-one .feature-image:hover:before {
  background: rgba(1, 5, 14, 0.5);
}
.blog-post-one .feature-image:hover .entry-content {
  transform: translateY(-70px);
}
.blog-post-one .feature-image:hover .entry-content .author a {
  color: #fff;
}
.blog-post-one .feature-image:hover .author {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image:hover .post-meta li.post-category a {
  background-color: #E24181;
  color: #fff;
}
.blog-post-one .feature-image:hover .entry-title a {
  color: #fff;
}
.blog-post-one .feature-image:hover p {
  opacity: 1;
  visibility: visible;
}
.blog-post-one .feature-image:hover .post-meta li {
  color: #fff;
}
.blog-post-one .feature-image:hover .post-meta li .posted-on a {
  color: #fff;
}
.blog-post-one .feature-image:hover .post-meta li i {
  color: #fff;
}
.blog-post-one .feature-image:hover p {
  color: #fff;
}
.blog-post-one .feature-image:hover .read-more-btn {
  color: #fff;
}
.blog-post-one .feature-image .read-more-btn {
  text-transform: uppercase;
  color: #797986;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 2;
}
.blog-post-one .feature-image .read-more-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.blog-post-one.color-two .entry-content .meta-cat a {
  background: rgba(255, 94, 133, 0.102);
  color: #ff5e85;
}
.blog-post-one.color-two .entry-content .meta-cat a:hover {
  background: #ff5e85;
  color: #fff;
}
.blog-post-one.color-three .entry-content .meta-cat a {
  background: rgba(120, 74, 252, 0.102);
  color: #784afc;
}
.blog-post-one.color-three .entry-content .meta-cat a:hover {
  background: #784afc;
  color: #fff;
}

/* Blog Slider */
.blog-slider-wrapper .blog-next,
.blog-slider-wrapper .blog-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  line-height: 40px;
  text-align: center;
  color: #ff6344;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.blog-slider-wrapper .blog-prev {
  left: 0;
}
.blog-slider-wrapper .blog-next {
  right: 0;
}
.blog-slider-wrapper:hover .blog-next,
.blog-slider-wrapper:hover .blog-prev {
  opacity: 1;
  visibility: visible;
}
.blog-slider-wrapper .blog-pagination {
  margin-top: 40px;
  position: relative;
}

.camtheme-post-slider {
  padding: 0 20px;
}

.camtheme__post-slider {
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}
.camtheme__post-slider .camtheme__entry-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.camtheme__post-slider .camtheme__blog-content {
  padding: 25px 25px 30px;
}
.camtheme__post-slider .camtheme__entry-content {
  margin: 0;
  color: #626262;
}
.camtheme__post-slider a.read-more-btn {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.camtheme__post-slider a.read-more-btn i {
  font-size: 15px;
  vertical-align: -1px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.camtheme__post-slider a.read-more-btn:hover {
  color: #E24181;
}
.camtheme__post-slider a.read-more-btn:hover i {
  color: #E24181;
  margin-left: 4px;
}
.camtheme__post-slider:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
}

.camtheme__post-meta {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.camtheme__post-meta li {
  display: inline-block;
  font-size: 13px;
  color: #797986;
}
.camtheme__post-meta li:not(:last-child) {
  margin-right: 25px;
}
.camtheme__post-meta li i {
  color: #E24181;
  font-size: 14px;
  margin-right: 5px;
}
.camtheme__post-meta li a {
  color: #797986;
  font-weight: 500;
}
.camtheme__post-meta li a:hover {
  color: #E24181;
}

.camtheme-post__item {
  background-color: #fff;
  border: 1px solid #ecf0f9;
  box-shadow: 0px 29px 18px rgba(184, 201, 215, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.camtheme-post__item .camtheme-post__feature-image {
  position: relative;
  overflow: hidden;
}
.camtheme-post__item .camtheme-post__feature-image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  min-height: 288px;
  object-fit: cover;
}
.camtheme-post__item .camtheme-post__feature-image img:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 30px 30px 0 rgba(226, 65, 129, 0.1);
}
.camtheme-post__item .camtheme-post__category {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
}
.camtheme-post__item .camtheme-post__category .category {
  color: #fff;
  padding: 9px 19px;
  display: inline-block;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}
.camtheme-post__item .camtheme-post__category .category:not(:last-child) {
  margin-right: 10px;
}
.camtheme-post__item .camtheme-post__blog-content {
  padding: 33px 40px 35px;
}
@media (max-width: 767px) {
  .camtheme-post__item .camtheme-post__blog-content {
    padding: 25px 15px 30px;
  }
}
.camtheme-post__item .camtheme-post__date-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5e6371;
  margin-bottom: 16px;
  display: inline-block;
}
.camtheme-post__item .camtheme-post__date-meta .posted-on {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.camtheme-post__item .camtheme-post__date-meta .posted-on a {
  color: #5e6371;
}
.camtheme-post__item .camtheme-post__date-meta .posted-on a:hover {
  color: #E24181;
}
.camtheme-post__item .camtheme-post__date-meta i {
  margin-right: 5px;
  vertical-align: -1px;
}
.camtheme-post__item .camtheme-post__entry-title {
  font-size: 22px;
  font-weight: 500;
}
.camtheme-post__item p.camtheme-post__entry-content {
  margin: 0;
}
.camtheme-post__item .camtheme-post__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  border-top: 1px solid #ecf0f9;
}
.camtheme-post__item .camtheme-post__meta-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.camtheme-post__item .camtheme-post__author-avatar {
  font-size: 14px;
}
.camtheme-post__item .camtheme-post__author-avatar a {
  color: #111F40;
  font-size: 14px;
}
.camtheme-post__item .camtheme-post__author-avatar a .by {
  color: #7A7E83;
}
.camtheme-post__item .camtheme-post__comments,
.camtheme-post__item .camtheme-post__views {
  font-size: 14px;
  color: #5e6371;
  display: inline-block;
  line-height: 1;
}
.camtheme-post__item .camtheme-post__comments .comment-text,
.camtheme-post__item .camtheme-post__views .comment-text {
  display: none;
}
.camtheme-post__item .camtheme-post__comments i,
.camtheme-post__item .camtheme-post__views i {
  margin-right: 3px;
  vertical-align: -2px;
  font-size: 16px;
}
.camtheme-post__item .post_view_count {
  display: inline-block;
  margin: 0;
}
.camtheme-post__item .post_view_count span {
  display: none;
}

.camtheme__post-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .camtheme__post-list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .camtheme__post-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .camtheme__post-list:not(:last-child) .camtheme__feature-image {
    border-bottom: 1px solid #2d3741;
  }
}
.camtheme__post-list .camtheme__meta-category-wrapper {
  margin-bottom: 18px;
}
.camtheme__post-list .camtheme__blog-meta-category {
  padding: 10px 20px;
  color: #fff;
  display: inline-flex;
  background: #4D4D4D;
  border-radius: 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  width: max-content;
}
.camtheme__post-list .camtheme__blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.camtheme__post-list .camtheme-post__entry-content {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4e566d;
  line-height: 28px;
}
@media (max-width: 991px) {
  .camtheme__post-list .camtheme-post__entry-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.camtheme__post-list .camtheme__post-list--meta {
  display: flex;
  gap: 20px;
}
.camtheme__post-list .camtheme-post__date-meta .posted-on,
.camtheme__post-list .camtheme-post__author-meta .posted-on {
  vertical-align: middle;
}
.camtheme__post-list .camtheme__post-list--meta a {
  color: #8c96af;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.camtheme__post-list .camtheme__post-list--meta a:hover {
  color: #E24181;
}
.camtheme__post-list--one {
  padding: 0;
  margin-top: -1px;
  align-items: stretch;
}
.camtheme__post-list--one .camtheme__post-list-title-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 30px;
  z-index: 2;
}
.camtheme__post-list--one .camtheme__entry-title {
  font-family: "Avenir Bold";
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.camtheme__post-list--one .camtheme__entry-title a {
  color: #fff;
}
.camtheme__post-list--one .camtheme-post__entry-content {
  font-size: 18px;
  color: #4E566D;
}
.camtheme__post-list--one .camtheme__feature-image {
  max-width: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .camtheme__post-list--one .camtheme__feature-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .camtheme__post-list--one .camtheme__feature-image {
    width: 100%;
    max-width: 100%;
    min-height: 215px;
  }
}
.camtheme__post-list--one .camtheme__feature-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202026;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.camtheme__post-list--one .camtheme__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camtheme__post-list--one .camtheme__blog-content {
  flex: 2;
  padding: 30px 9%;
  border: 1px dashed #cbd3e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .camtheme__post-list--one .camtheme__blog-content {
    padding: 30px 5%;
  }
}
@media (max-width: 1200px) {
  .camtheme__post-list--one .camtheme__blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .camtheme__post-list--one .camtheme__blog-content {
    width: 100%;
  }
}
.camtheme__post-list--two {
  display: block;
  border-bottom: 1px solid #262522;
  padding: 40px 0;
  background: #000;
}
.camtheme__post-list--two:first-child {
  border-top: 1px solid #262522;
}
.camtheme__post-list--two .camtheme__image-contentwrapper {
  display: flex;
  align-items: center;
  gap: 75px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .camtheme__post-list--two .camtheme__image-contentwrapper {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .camtheme__post-list--two .camtheme__image-contentwrapper {
    align-items: center;
  }
}
.camtheme__post-list--two .camtheme__blog-content {
  max-width: 410px;
}
.camtheme__post-list--two .camtheme-post__entry-content {
  color: #B0B0B0;
}
.camtheme__post-list--two .camtheme__post-list__inner {
  display: flex;
  gap: 75px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .camtheme__post-list--two .camtheme__post-list__inner {
    display: block;
    text-align: center;
  }
}
.camtheme__post-list--two .camtheme-post__date-meta {
  min-width: 110px;
}
@media (max-width: 767px) {
  .camtheme__post-list--two .camtheme-post__date-meta {
    margin-bottom: 20px;
  }
}
.camtheme__post-list--two .camtheme-post__date-meta .post-day {
  display: block;
  color: #00D565;
  font-size: 60px;
  font-family: "Avenir Bold";
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.camtheme__post-list--two .camtheme-post__date-meta span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.camtheme__post-list--two .camtheme__feature-image {
  min-width: 300px;
  border-bottom: 0 !important;
  border-radius: 5px;
  overflow: hidden;
}
.camtheme__post-list--two .camtheme__entry-title a {
  color: #fff;
}
.camtheme__post-list--two .camtheme__blog-meta-category {
  background: transparent;
  padding: 0;
}
.camtheme__post-list--three {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 30px 13%;
  border-bottom: 1px solid #262522;
}
@media (max-width: 1200px) {
  .camtheme__post-list--three {
    padding: 30px 8%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .camtheme__post-list--three {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .camtheme__post-list--three {
    margin-bottom: 0;
  }
}
.camtheme__post-list--three .camtheme__feature-image {
  max-width: 300px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .camtheme__post-list--three .camtheme__feature-image {
    width: auto;
  }
}
.camtheme__post-list--three .camtheme__blog-content {
  max-width: 420px;
}
@media (max-width: 1200px) {
  .camtheme__post-list--three .camtheme__blog-content {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .camtheme__post-list--three .camtheme-post__date-meta {
    margin-bottom: 15px;
    margin-top: 24px;
  }
}
.camtheme__post-list--three span.post-day {
  font-family: "Avenir Bold";
  display: block;
  color: #D60058;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.8px;
}
@media (max-width: 991px) {
  .camtheme__post-list--three span.post-day {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
  }
}
.camtheme__post-list--three span.post-month-date {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.camtheme__post-list--three h3.camtheme__entry-title {
  font-family: "Avenir Bold";
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.9px;
}
@media (max-width: 1200px) {
  .camtheme__post-list--three h3.camtheme__entry-title {
    font-size: 24px;
  }
}
.camtheme__post-list--three h3.camtheme__entry-title a {
  color: #fff;
}
.camtheme__post-list--three h3.camtheme__entry-title a:hover {
  color: #D60058;
}
.camtheme__post-list--three p.camtheme-post__entry-content {
  color: #B0B0B0;
}
.camtheme__post-list:hover .camtheme__feature-image:after {
  opacity: 1;
}
.camtheme__post-list:hover .camtheme__entry-title a {
  text-decoration: underline;
}

.blog-post-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-post-item .blog-post-thumb {
  overflow: hidden;
  border: 2px solid #E24181;
}
.blog-post-item .blog-post-thumb a {
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.blog-post-item .blog-post-thumb a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.blog-post-item .blog-post-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.blog-post-item .blog-post-thumb:hover img {
  transform: scale(1.1);
}
.blog-post-item .blog-post-thumb:hover a:before {
  opacity: 1;
  visibility: visible;
}
.blog-post-item .blog-post-content {
  padding-top: 20px;
}
.blog-post-item .blog-post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-post-item .blog-post-excerpt {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image Step Slider
--------------------------------------------------------------*/
.cam-services-items {
  display: grid;
  gap: 20px;
}
.cam-services-items.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cam-services-items.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .cam-services-items.column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cam-services-items.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cam-services-items.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .cam-services-items.column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cam-services-items.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cam-services-items.column-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cam-services-items.column-5 {
  grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr));
}
.cam-services-items.column-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1366px) {
  .cam-services-items.column-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .cam-services-items.column-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .cam-services-items.column-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cam-services-items.column-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cam-services-items.column-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cam-services-items .cam-service-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cam-services-items .cam-service-item a {
  display: block;
}
.cam-services-items .cam-service-item:hover .cam-service-item__image img {
  transform: scale(1.1);
}
.cam-services-items .cam-service-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.cam-services-items .cam-service-item__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.cam-services-items .cam-service-item__image img {
  min-height: 210px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
.cam-services-items .cam-service-item__title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
  z-index: 2;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.cam-team {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cam-team {
    flex-direction: column;
  }
}
.cam-team > div {
  flex: 0 0 50%;
  padding: 0 24px;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cam-team > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
.cam-team .cam-team__content {
  text-align: center;
  border-radius: 20px;
  border: 0.5px solid rgba(149, 175, 68, 0.9);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  padding: 40px 80px;
}
@media (max-width: 1200px) {
  .cam-team .cam-team__content {
    padding: 40px;
  }
  .cam-team .cam-team__content .cam-team__bio {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .cam-team .cam-team__content {
    padding: 40px 20px;
  }
}
.cam-team__bio {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.cam-team__name {
  color: #BF532E;
  text-align: center;
  font-family: "Avenir Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.cam-team__image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cam-team__image {
    margin-bottom: 20px;
  }
}
.cam-team__image img {
  border-radius: 20px;
}
.cam-team__designation {
  color: #3F1D18;
  font-family: "Avenir Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.cam-team__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cam-team__social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.cam-team__social li i {
  color: #BF532E;
}

@media (min-width: 992px) {
  .cam-team-image--right .cam-team__image {
    order: 2;
  }
}

.cam-team-slider {
  border-radius: 20px;
  border: 3px solid #D7E9BF;
  background: #95AF44;
  text-align: center;
}
.cam-team-slider .cam-team-slider-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.cam-team-slider .cam-team-slider__designation {
  color: #3F1D18;
  text-align: center;
  font-family: "Avenir Bold";
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.cam-team-slider .cam-team-slider__name {
  color: #BF532E;
  text-transform: uppercase;
}
.cam-team-slider .cam-team-slider-content {
  text-align: center;
  padding: 32px 40px 40px;
}
@media (max-width: 767px) {
  .cam-team-slider .cam-team-slider-content {
    padding: 32px 20px 40px;
  }
}
.cam-team-slider .cam-team-slider-content p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
.cam-team-slider .cam-team-slider__social-links {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.cam-team-slider .cam-team-slider__social-links li {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.cam-team-slider .cam-team-slider__social-links li a {
  display: block;
  color: #BF532E;
  font-size: 20px;
}

.team-pagination {
  text-align: center;
  margin-top: 40px;
}
.team-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BF532E;
}

.team-button-prev, .team-button-next {
  height: 80px;
  width: 80px;
  background: #BF532E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .team-button-prev, .team-button-next {
    height: 60px;
    width: 60px;
  }
}

.team-button-prev {
  left: -40px;
}
@media (max-width: 991px) {
  .team-button-prev {
    left: -30px;
  }
}

.team-button-next {
  right: -40px;
}
@media (max-width: 991px) {
  .team-button-next {
    right: -30px;
  }
}

.team-section-padding > .vc_column-inner {
  padding: 50px 80px !important;
}
@media (max-width: 1200px) {
  .team-section-padding > .vc_column-inner {
    padding: 50px !important;
  }
}
@media (max-width: 991px) {
  .team-section-padding > .vc_column-inner {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .team-section-padding > .vc_column-inner {
    padding: 30px !important;
  }
}

.practitioner-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.slide-prev {
  left: 20px;
}

.slide-next {
  right: 20px;
}

.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C348C;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Overlay Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Counter Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.cam-testimonial {
  padding: 32px;
  border: 2px solid #C25E03;
  background: #FFF;
}
.cam-testimonial__description {
  font-size: 18px;
  margin-bottom: 32px;
}
.cam-testimonial__user-image {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.cam-testimonial__name {
  font-family: "Avenir Regular";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.cam-testimonial__designation {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.cam-testimonial__user-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cam-testimonial__ratting {
  margin-bottom: 15px;
}

.testimonial-slider-wrapper {
  position: relative;
}
.testimonial-slider-wrapper .slider-controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 110px;
}
.testimonial-slider-wrapper .testimonial-button-prev,
.testimonial-slider-wrapper .testimonial-button-next {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #C25E03;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.testimonial-slider-wrapper .slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #CCCCCC;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  background: #000;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error_page {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .error_page {
    padding: 120px 0 130px;
  }
}
.error_page .error-page-content {
  position: relative;
  z-index: 2;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .error_page .error-page-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.error_page .error-page-content .error-title {
  font-size: 40px;
  color: #2c2c51;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .error_page .error-page-content .error-title {
    font-size: 32px;
  }
}
.error_page .error-page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.error_page .error-page-content .cam-btn {
  padding: 12px 40px;
}
.error_page .error-info {
  max-width: 600px;
  margin: 0 auto;
}
.error_page .error-image {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.error_page .error-image img {
  max-width: 550px;
}
.error_page .animate-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.error_page .animate-element li {
  position: absolute;
}
.error_page .animate-element li:nth-child(1) {
  top: 37%;
  left: 11%;
}
.error_page .animate-element li:nth-child(2) {
  bottom: 29%;
  left: 11%;
}
.error_page .animate-element li:nth-child(3) {
  top: 25%;
  right: 100px;
}
.error_page .animate-element li:nth-child(4) {
  bottom: 33%;
  right: 12%;
}
@media (max-width: 991px) {
  .error_page .animate-element li:nth-child(1) {
    top: 18%;
    left: 2%;
  }
  .error_page .animate-element li:nth-child(2) {
    bottom: 10%;
    left: 3%;
  }
  .error_page .animate-element li:nth-child(3) {
    top: 16%;
    right: 25px;
  }
  .error_page .animate-element li:nth-child(4) {
    bottom: 5%;
    right: 2%;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer .footer-wrapper {
  padding: 100px 0 52px;
}
.site-footer.footer_dark .footer-wrapper {
  background-color: #1c348c;
}
.site-footer.footer_dark .description, .site-footer.footer_dark p {
  font-weight: 400;
}
.site-footer.footer_dark .logo-dark {
  display: none;
}
.site-footer.footer_dark .footer-copyright-text, .site-footer.footer_dark .cam-footer-about-widget p {
  color: #fff;
}
.site-footer.footer_dark .social-links-title {
  color: #fff;
  font-size: 24px;
  font-family: "Avenir Bold";
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-footer .footer-text {
  text-align: center;
  padding: 40px 0 60px;
}
.site-footer .footer-text p {
  font-family: "Avenir Regular";
  margin-bottom: 15px;
  color: #3F1D18;
  font-size: 24px;
  line-height: 28px;
}
.site-footer .footer-text p span, .site-footer .footer-text p a {
  color: #BF532E;
}
.site-footer .footer-info {
  padding: 24px 0;
}
.site-footer .footer-copyright-text {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.site-footer .widget {
  position: relative;
  z-index: 2;
  padding: 0;
}
.site-footer .widget ul.footer-social-link {
  margin-top: 15px;
}
.site-footer .widget ul.footer-social-link li {
  display: inline-block;
}
.site-footer .widget ul.footer-social-link li:not(:last-child) {
  margin-right: 7px;
}
.site-footer .widget ul.footer-social-link li a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.site-footer .widget ul.footer-social-link li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #E24181;
}
.site-footer .widget .widget-title,
.site-footer .widget h1, .site-footer .widget h2, .site-footer .widget h3, .site-footer .widget h4, .site-footer .widget h5, .site-footer .widget h6 {
  font-family: "Avenir Bold" !important;
}
.site-footer .tagcloud a {
  color: #111F40;
  margin-bottom: 7px;
}
.site-footer .site-info {
  position: relative;
  z-index: 22;
  background-color: #001220;
}
.site-footer .site-info .site-info-inner {
  padding: 35px 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .site-info .site-info-inner {
    display: block !important;
    text-align: center;
    padding: 20px 0;
  }
  .site-footer .site-info .site-info-inner .copyright {
    margin-bottom: 10px;
  }
}
.site-footer .site-info .copyright {
  padding: 10px 0;
  text-align: center;
}
.site-footer .site-info .copyright a img {
  max-width: 40px;
}
@media (max-width: 767px) {
  .site-footer .site-info .copyright {
    padding: 15px 0;
  }
}
.site-footer .site-info .copyright p {
  margin: 0;
  color: #fff;
}
.site-footer .site-info .copyright p a {
  color: #E24181;
}
.site-footer .site-info .copyright p a:hover {
  color: #E24181;
}
.site-footer.footer_light .footer-wrapper {
  background-color: #f5f4f4;
}
.site-footer.footer_light .logo-light {
  display: none;
}
.site-footer.footer_light p {
  color: #6d6d82;
}
.site-footer.footer_light .site-info {
  background-color: #FCFCFC;
  border-top: 0;
}
.site-footer.footer_light .site-info .copyright p {
  color: #A2A2A2;
}
.site-footer.footer_light .site-info .copyright a {
  color: #BC3778;
}
.site-footer.footer_light .site-info .copyright a:hover {
  color: #E24181;
}
.site-footer.footer_light .widget .widget-title,
.site-footer.footer_light .widget h1, .site-footer.footer_light .widget h2, .site-footer.footer_light .widget h3, .site-footer.footer_light .widget h4, .site-footer.footer_light .widget h5, .site-footer.footer_light .widget h6 {
  color: #111F40;
}
.site-footer.footer_light .widget-newsletter input#newsletter-form-email {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.site-footer.footer_light .widget-newsletter .newsletter-submit {
  box-shadow: 0 11px 18px -8px rgba(23, 92, 255, 0.6);
}
.site-footer.footer_light .widget-newsletter .newsletter-submit:hover {
  background-color: #E24181;
  border-color: #E24181;
  box-shadow: none;
}
.site-footer.footer_light .footer-social-link li a {
  border-color: rgba(0, 0, 0, 0.12);
  color: #65676d;
}
.site-footer.footer_light .footer-social-link li a:hover {
  background-color: #E24181;
  border-color: #E24181;
  color: #fff;
}
.site-footer .bottom-caminfo {
  background-color: #222;
}
.site-footer .bottom-caminfo p {
  margin: 0;
  color: #999aa8;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}
.site-footer .bottom-caminfo p a {
  color: #E24181;
}
.site-footer .bottom-caminfo p a:hover {
  color: #E24181;
}
.site-footer .footer-info-two {
  text-align: center;
  padding: 10px 15px;
  background: #607cdf;
}
.site-footer .footer-info-two p {
  margin: 0;
  color: #fff;
  font-style: italic;
}
.site-footer ul.footer-social-links li a {
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  border-radius: 50%;
  color: #fff !important;
}
.site-footer ul.footer-social-links li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1c348c !important;
}

.contact-info-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.contact-info-list-item .contact-info-list-icon {
  height: 80px;
  width: 80px;
  min-width: 80px;
  color: #1c348c;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.contact-info-list-item .contact-info-list-item-title {
  font-size: 24px;
  font-family: "Avenir Bold";
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-info-list-item .contact-info-list-content a, .contact-info-list-item .contact-info-list-content span {
  font-family: "Avenir Medium";
  font-size: 24px;
  color: #fff;
}

#menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 11px;
}
#menu-footer-menu li {
  position: relative;
}
#menu-footer-menu li:not(:last-child) a {
  position: relative;
}
#menu-footer-menu li:not(:last-child) a:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #fff;
}
#menu-footer-menu li a {
  font-size: 15px;
  color: #E24181;
  font-weight: 300;
}
#menu-footer-menu li a:hover {
  color: #E24181;
}

.copyright-text {
  margin-bottom: 0;
}

.site-footer .widget .camtheme-block-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .widget .camtheme-block-social-link li {
  display: inline-block;
}
.site-footer .widget .camtheme-block-social-link li:not(:last-child) {
  margin-right: 7px !important;
}
.site-footer .widget .camtheme-block-social-link li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.302);
  border-radius: 30px;
  font-size: 14px;
}
.site-footer .widget .camtheme-block-social-link li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #E24181;
}
.site-footer .footer-social-links {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-social-links li {
  display: inline-block;
  margin-right: 12px;
}
.site-footer .footer-social-links li a {
  font-size: 24px !important;
}
.site-footer .footer-social-links li a:hover {
  color: #E24181;
}
.site-footer .cam-footer-contact-info-widget img {
  margin-bottom: 50px;
}
.site-footer .cam-footer-contact-info-widget .footer-contact-info-title {
  margin-bottom: 5px !important;
  font-size: 14px;
  font-weight: 600;
}
.site-footer .cam-footer-contact-info-widget .footer-address, .site-footer .cam-footer-contact-info-widget .footer-phone, .site-footer .cam-footer-contact-info-widget .footer-email {
  font-size: 14px;
}
.site-footer .cam-footer-contact-info-widget .footer-phone, .site-footer .cam-footer-contact-info-widget .footer-email {
  display: block;
  line-height: 1.3;
}

.footer-social-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-social-wrap {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .footer-social-wrap #menu-footer-menu {
    justify-content: center;
  }
  .footer-social-wrap .footer-social-wrapper {
    margin-bottom: 20px;
  }
  .footer-social-wrap .copyright {
    padding: 0 !important;
  }
}

.wp-widget-block-newsletter {
  max-width: 400px;
}

.single-post .footer_light, .blog .footer_light, .archive .footer_light, .search-results .footer_light, .single-camtheme_job .footer_light, .single-camtheme_support .footer_light {
  background-color: #F8F9FA;
}

.site-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.site-footer-menu li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.site-footer-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
}

.footer-social-wrapper {
  background: #BF532E;
  padding: 16px 0;
}
.footer-social-wrapper .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-wrapper .social-links li {
  display: inline-block;
}
.footer-social-wrapper .social-links li a {
  color: #E24181;
  padding: 0 16px;
}

.cam-footer-about-widget .footer-logo {
  margin-bottom: 29px;
}
.cam-footer-about-widget p {
  font-size: 14px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 11px 30px;
  height: auto;
  background-color: #E24181;
  border: 1px solid #E24181;
  border-radius: 30px;
  font-weight: 500;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: transparent;
  color: #E24181;
}

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0 0 #fff, 0 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -moz-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #E24181;
  box-shadow: 0 10px 20px 8px rgba(226, 65, 129, 0.15);
}
.home-analytics .return-to-top:hover:after {
  background: #E24181;
  box-shadow: 0 10px 20px 8px rgba(226, 65, 129, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

input:not([type=checkbox]):not([type=submit]),
textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  outline: 0;
  transition: all 0.3s linear;
  font-size: 15px;
  border-radius: 5px;
  background: rgba(0, 64, 98, 0.031372549) !important;
}
input:not([type=checkbox]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #6A6A74;
}
input:not([type=checkbox]):not([type=submit]):focus,
textarea:focus {
  -webkit-box-shadow: -3.42px 9.397px 30px 0px rgba(17, 49, 81, 0.1294117647);
  box-shadow: -3.42px 9.397px 30px 0px rgba(17, 49, 81, 0.1294117647);
  background: #ffffff;
}

select {
  width: 100%;
  background-color: #fafafc;
  border: 1px solid #f1f1f6;
  font-size: 16px;
  display: inline-block;
  background-position: right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.656 490.656' style='enable-background:new 0 0 490.656 490.656;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.317,347.581L18.203,120.445c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.069,2.091,4.8,3.136,7.531,3.136s5.461-1.045,7.552-3.115l234.667-234.667 C491.696,131.368,491.696,124.627,487.536,120.445z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
select:focus {
  outline: 0;
}

.form-submit {
  margin: 0;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
  height: 16px !important;
  width: 16px !important;
}

.cus_gform .ginput_container input, .cus_gform .ginput_container textarea, .cus_gform .ginput_container select {
  margin: 5px 0 !important;
  border: none !important;
  background: rgba(0, 64, 98, 0.031372549) !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  padding: 15px !important;
  color: #333333 !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px !important;
}

.cus_gform .ginput_container input:focus, .cus_gform .ginput_container textarea:focus {
  -webkit-box-shadow: -3.42px 9.397px 30px 0px rgba(17, 49, 81, 0.1294117647);
  box-shadow: -3.42px 9.397px 30px 0px rgba(17, 49, 81, 0.1294117647);
  background: #ffffff !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #111F40;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #E24181;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
}
.header-position .site-header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header {
    margin-top: 46px;
  }
}
.error404 .site-header {
  box-shadow: 0 2px 6px rgba(1, 15, 28, 0.1);
}
.site-header .nav-right {
  font-size: 20px;
  padding: 14px 30px;
}
.site-header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.site-header .top-bar {
  background: #E24181;
  padding: 10px 0;
}
.site-header .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .site-header .top-bar-inner {
    flex-direction: column;
    text-align: center;
  }
}
.site-header .top-bar-inner .topbar-text {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 576px) {
  .site-header .top-bar-inner .topbar-text {
    font-size: 14px;
  }
}
.site-header .top-bar-inner .topbar-text i {
  display: inline-block;
  margin-right: 5px;
}
.site-header .site-logo {
  padding: 20px 0;
}
.site-header .site-logo img {
  max-width: 200px;
}
.site-header .site-logo .site-title {
  font-size: 34px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0;
}
.site-header .site-logo img {
  min-height: 40px;
}
@media (max-width: 1300px) {
  .site-header .site-logo img {
    max-width: 200px;
  }
}
.site-header .site-logo a {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #111F40;
}
@media (max-width: 991px) {
  .site-header .site-logo a {
    padding: 13px 0;
  }
}
.site-header .site-logo a h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.site-header .site-logo .logo-sticky {
  display: none;
}
.site-header .add-menu {
  margin: 0;
  padding: 31px 0;
  list-style: none;
  font-weight: 500;
}
.site-header .add-menu li a {
  color: #fff;
}
.site-header .add-menu li a:hover {
  color: #E24181;
}
.site-header .nav-btn {
  padding: 11px 35px;
}
.site-header .cam-hamburger {
  width: 24px;
  cursor: pointer;
}
.site-header .cam-hamburger.active {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .site-header .cam-hamburger {
    display: none;
  }
}
.site-header .cam-hamburger:focus {
  outline: 0;
}
.site-header .cam-hamburger .bar {
  background: #111f40;
  height: 2px;
  display: block;
}
.site-header .cam-hamburger .bar:not(:last-child) {
  margin-bottom: 5px;
}
.site-header.header_light .cam-hamburger .bar {
  background: #fff;
}
.site-header.header_transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.showed {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99999;
}
.site-header.showed .top-bar {
  display: none;
}
.header-position .site-header.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.showed {
    top: 46px;
  }
}
.site-header.showed .site-logo .main-logo {
  display: none;
}
.site-header.showed .site-logo a {
  color: #111F40;
  padding: 13px 0;
}
.site-header.showed .site-logo h3 {
  color: #111F40;
}
.site-header.showed .add-menu li a {
  color: #111F40;
}
.site-header.showed .cam-hamburger .bar {
  background: #111F40;
}
.site-header.header_dark .cam-hamburger .bar {
  background: #111F40;
}
.site-header.header_dark .add-menu li a {
  color: #111F40;
}
.site-header.header_dark .site-logo a h3 {
  color: #111F40;
}
.site-header ul.icon-menu:before {
  display: none;
}
.site-header .nav-right {
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
.site-header .nav-right a.header-btn-link {
  font-family: "Helvetica Neue LT Std Md";
  background: #E24181;
  color: #3F1D18;
  display: block;
  padding: 26px 80px;
  font-size: 24px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #fff;
}
.site-header .menu-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1366px) {
  .site-header .menu-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1366px) {
  .site-header .menu-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    display: block;
  }
}
.submenu-align-right .site-header {
  width: auto;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-main-menu > li {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-main-menu > li {
    padding: 45px 0;
  }
}
.site-header .site-main-menu > li > a {
  font-size: 20px;
  font-weight: 400;
  color: #111f40;
  font-family: "Avenir Medium";
}
@media (max-width: 1200px) and (min-width: 992px) {
  .site-header .site-main-menu > li > a {
    font-size: 16px;
  }
}
.site-header .site-main-menu > li > a:hover {
  color: #E24181;
}
.site-header .site-main-menu > li > a:hover {
  color: #E24181;
}
.site-header .site-main-menu > li:not(.mega-menu) {
  position: relative;
}
.site-header .site-main-menu > li.current-menu-item > a {
  color: #E24181;
}
.site-header .site-main-menu li {
  display: inline-block;
}
@media (max-width: 991px) {
  .site-header .site-main-menu li {
    display: block;
  }
}
.site-header .site-main-menu li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1710px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1320px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 0;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu {
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .site-main-menu li.menu-item-has-children .sub-menu {
    padding: 0;
    display: block;
    position: absolute;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
    min-width: 230px;
    z-index: 2222;
    background: #E24181;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 25px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide > .mega-menu-item > a.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #111F40;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide .sub-menu {
  position: unset;
  box-shadow: unset;
  visibility: unset;
  opacity: unset;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a {
  font-size: 18px;
  padding: 12px 20px;
  display: block;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover {
  color: #111F40;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover:after {
  color: #111F40;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #fff;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.has-submenu a:after {
  right: 20px;
  top: 12px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li .sub-menu {
  padding: 15px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.site-header .site-main-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header.submenu-align-right .menu-wrapper {
  width: auto;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu {
  left: auto;
  right: 0;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu li ul {
  right: 100%;
}
.site-header.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li > a {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li.menu-item-has-children > a:after {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .search-btn, .site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .canvas-btn {
  border: 1px solid #1A1A19;
  background: #141414;
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .nav-btn {
  font-family: "Helvetica Neue LT StdRegular";
  background: #E24181;
  color: #fff;
  border-color: #E24181;
}
.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.header-position .site-header.header-fixed.showed .fullscreen-menu {
  top: 0;
}
.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}
.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}
.site-header.header-fixed.showed .site-main-menu li a {
  color: #111F40;
}
.site-header.header-fixed.showed .site-main-menu li a:hover {
  color: #E24181;
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #site-navigation > div {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}
.mobile-menu-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header h3 {
  margin-bottom: 0;
}

.close-menu {
  height: 40px;
  width: 40px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #051441;
  font-size: 14px;
}

.site-main-menu {
  list-style: none;
}
.site-main-menu ul {
  list-style: none;
}

.mobile-header {
  display: block;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header img.main-logo {
  width: 200px;
}

.mobile-menu-icon > span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .site-header .main-nav-container li i.fa-angle-down {
    display: none;
  }
}
/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    height: auto;
    /*--------------------------------------------------------------
    ### Main Nav
    --------------------------------------------------------------*/
  }
  .site-header .mobile-menu-header {
    display: flex;
  }
  .site-header .site-logo .logo-sticky {
    display: none;
  }
  .site-header.showed .logo-sticky {
    display: block;
  }
  .site-header.showed .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
  }
  .site-header .nav-right {
    display: block;
    padding-left: 15px;
  }
  .site-header .nav-right a {
    margin-bottom: 12px;
  }
  .site-header .main-nav-container {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 50px;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: cubic-bezier(0.23, 1, 0.32, 1) all 0.3s;
  }
  .header-position .site-header .main-nav-container {
    top: 32px;
  }
}
@media (max-width: 991px) and (max-width: 780px) {
  .header-position .site-header .main-nav-container {
    top: 46px;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .site-header .main-nav-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header .main-nav-container.open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .site-header .main-nav-container li {
    position: relative;
  }
  .site-header .main-nav-container li a {
    font-size: 20px;
    color: #111F40;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
  }
  .site-header .main-nav-container li a:hover {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container li.is-open > a {
    background-color: #E24181;
    color: #fff;
  }
  .site-header .main-nav-container li.is-open i {
    color: #fff;
  }
  .site-header .main-nav-container li i.fa-angle-down {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 16px;
    z-index: 3;
  }
  .site-header .main-nav-container li.menu-item-has-children > a {
    position: relative;
  }
  .site-header .main-nav-container li.menu-item-has-children > a.active:after {
    content: "\e622";
  }
  .site-header .main-nav-container li.menu-item-has-children li a {
    text-transform: capitalize;
  }
  .site-header .main-nav-container.current-menu-item.is-open > a {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
    background: #E24181;
  }
  .site-header .main-nav-container .site-vertical-menu li a {
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .site-header .site-main-menu li.menu-item-has-children .sub-menu li a {
    color: #111F40;
    padding: 8px 20px;
  }
  .header-position .site-header.showed .main-nav-container {
    top: 0;
  }
  .site-header .main-nav {
    position: static;
    z-index: 3333;
    line-height: 1.2;
  }
  .site-header .main-nav .site-main-menu {
    padding-left: 0;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
    display: none;
  }
  .site-header .main-nav .sub-menu > li {
    padding: 0;
  }
  .site-header .main-nav .sub-menu.active .main-item > .menu-link {
    background: #f8f9fa;
  }
  .site-header .main-nav .sub-menu li a {
    border-top: 0;
  }
  .site-header .main-nav .sub-menu li.is-open a.is-open .fa-chevron-down {
    color: #E24181;
  }
  .site-header .main-nav .sub-menu li.current-menu-item a.active {
    color: #E24181;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #E24181;
    background: #f8f9fa;
    border-color: #E24181;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site-header.header_transparent.header_light .main-nav-container li a {
    color: #111F40 !important;
  }
  .site-header.header_transparent.header_light .main-nav-container li a:hover {
    color: #E24181 !important;
  }
  .site-header .main-nav {
    cursor: default;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .main-nav a:before,
  .site-header .main-nav .close-bar {
    display: none;
  }
  .site-header .main-nav .site-main-menu {
    margin-top: 20px;
  }
  .site-header .main-nav .site-main-menu,
  .site-header .main-nav .site-main-menu ul {
    list-style: none;
  }
  .site-header .main-nav .nav-item:before,
  .site-header .main-nav .nav-item.current-menu-item:before,
  .site-header .main-nav .nav-item.current-menu-ancestor:before {
    background-color: #E24181;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #E24181;
  }
  .site-header .main-nav.hidden {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .site-header .main-nav .close-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .elementor-column.elementor-col-50, .site-header .elementor-column[data-col="50"] {
    width: 100% !important;
  }
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

.close-header {
  background-color: #f84258;
  color: #fff;
  justify-content: end;
  padding: 20px;
  display: none;
}
@media (max-width: 991px) {
  .close-header {
    display: flex;
  }
}
.close-header .button-close i {
  font-weight: 700;
}

@media (max-width: 991px) {
  .admin-bar .header-categories {
    margin-top: 32px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 40px;
}
.alignright.size-full {
  margin-bottom: 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 2em 1em;
}

.wp-block-media-text__media img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.blog-archive-wrapper {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .blog-archive-wrapper {
    padding: 80px 0;
  }
}

.sidebar_left {
  flex-direction: row-reverse;
}

.page_404_wrapper .banner_404_text {
  max-width: 500px;
  margin: 0 auto 40px;
}
.page_404_wrapper .search_result_form {
  max-width: 400px;
  margin: 0 auto 30px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  min-height: 300px;
  padding: 50px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #BB3776;
}
.page-header.page-header-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(4, 7, 22, 0.6);
}
.page-header.blog-details-header {
  min-height: 100px;
}
@media (max-width: 991px) {
  .page-header {
    min-height: 450px !important;
  }
}
.page-header .page-header_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-header .page-header_title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-header .page-header_title {
    font-size: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-header_title {
    font-size: 34px !important;
    margin-top: 150px;
  }
}
.page-header .breadcrumbs {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.page-header .breadcrumbs a {
  color: #ffffff;
}
.page-header .breadcrumbs a:hover {
  color: #ffffff;
}
.page-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 9px;
  height: 4px;
  width: 4px;
  border-radius: 20px;
  background-color: #ffffff;
}
.page-header.single-post-header-bg {
  background-color: #292a7f;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: left;
}
.page-header.single-post-header-bg .single-post-title {
  max-width: 700px;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  margin: 0 0 23px;
}
.page-header.single-post-header-bg .feature-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.single-post-header-bg .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header.single-post-header-bg .overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-header.single-post-header-bg .post-meta li {
  color: #fff;
}
.page-header.single-post-header-bg .post-meta li a {
  color: #fff;
}

.section-separator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fusion-section-separator .fusion-hills-opacity-candy path:first-child, .fusion-section-separator .fusion-horizon-candy path:first-child, .fusion-section-separator .fusion-waves-opacity-candy path:first-child {
  opacity: 0.12;
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(2), .fusion-section-separator .fusion-horizon-candy path:nth-child(2), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(2) {
  opacity: 0.18;
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(3), .fusion-section-separator .fusion-horizon-candy path:nth-child(3), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(3) {
  opacity: 0.24;
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(4) {
  opacity: 0.3;
}

/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  #header-middle-area > div {
    padding: 10px 0;
  }
  #header-middle-area #middle-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Sideber Content
--------------------------------------------------------------*/
.sidebar_left .col-lg-4 {
  order: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar .widget {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d5d7e1;
}
.widget .widget-title {
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 400;
  position: relative;
}
.widget.camtheme-recent-posts .widget-title {
  margin-bottom: 25px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  position: relative;
}
.widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget ul li a {
  font-size: 15px;
  color: #656575;
  font-weight: 400;
}
.widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
  color: #E24181;
}

.site-footer .widget_nav_menu ul li a:hover {
  color: #E24181;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar select {
  background-color: #fff;
}
.sidebar .widget-title, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-family: "Avenir Bold";
  font-size: 24px;
  font-weight: 400;
  color: #111F40;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.sidebar .wp-calendar-nav {
  background-color: #fff;
}
.sidebar .widget ul.wp-block-categories li, .sidebar .widget ul.wp-block-archives li, .sidebar .widget ul:not(.wp-block-latest-posts) li, .sidebar .widget.widget_archive ul.wp-block-categories li, .sidebar .widget.widget_archive ul.wp-block-archives li, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.sidebar .widget ul.wp-block-categories li a, .sidebar .widget ul.wp-block-archives li a, .sidebar .widget ul:not(.wp-block-latest-posts) li a, .sidebar .widget.widget_archive ul.wp-block-categories li a, .sidebar .widget.widget_archive ul.wp-block-archives li a, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  color: #6A6A74;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .widget ul.wp-block-categories li a:hover, .sidebar .widget ul.wp-block-archives li a:hover, .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #111F40;
}

@media (max-width: 991px) {
  .sidebar-container {
    padding-left: 15px !important;
  }
}

.sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}

.sidebar .widget-title {
  position: relative;
  display: inline-block;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #E24181;
}

.widget_recent_comments ul {
  margin-top: 10px;
}

.widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}

.post-count {
  color: #6A6A74;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}

.widget_archive .post-count {
  margin-left: 3px;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget_pages .sub-menu > li,
.widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget_pages .sub-menu > li .sub-menu,
.widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}

.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories a,
.widget_product_categories a {
  display: block;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}

.widget_calendar td#today {
  background: #E24181;
  color: #fff;
  border-radius: 3px;
}
.widget_calendar td#today a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .page-content .widget {
    margin: 0 0 32px;
  }
  .page-sidebar {
    margin-bottom: 50px;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.tagcloud a:hover {
  color: #E24181;
  border-color: #E24181;
}
.tagcloud .tagcloud {
  margin-top: 20px;
}

/* Recent Post */
.camtheme-widget-recent-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.camtheme-widget-recent-posts .recent-posts-image_wrapper {
  width: 85px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.camtheme-widget-recent-posts .recent-posts-image_wrapper img {
  border-radius: 6px;
}
.camtheme-widget-recent-posts .recent-posts-content_wrapper {
  flex: 1;
}
.camtheme-widget-recent-posts .post-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
}
.camtheme-widget-recent-posts .post-title a {
  color: #111F40;
  line-height: 1.2;
}
.camtheme-widget-recent-posts .post-title a:hover {
  color: #E24181;
}
.camtheme-widget-recent-posts .date {
  color: #71717c;
  font-size: 16px;
}
.camtheme-widget-recent-posts .date i {
  margin-right: 5px;
}
.camtheme-widget-recent-posts .date a {
  color: #758598;
}

.about-widget_wrapper {
  max-width: 260px;
}
.about-widget_wrapper p {
  color: #c8c9d1;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.about-widget_wrapper .footer-logo {
  margin-bottom: 28px;
}
.about-widget_wrapper .footer-logo a {
  display: block;
  max-width: 150px;
}
.about-widget_wrapper .footer-logo a img {
  height: 52px;
}

.camtheme-contact-widget .about_text {
  color: rgba(255, 255, 255, 0.702);
  margin-bottom: 20px;
}
.camtheme-contact-widget .footer-contact-info li {
  margin-bottom: 19px;
  display: flex;
  align-items: baseline;
  line-height: 26px;
}
.camtheme-contact-widget .footer-contact-info li i {
  margin-right: 10px;
}

.author-about-widget {
  text-align: center;
}
.author-about-widget .author-image {
  margin: 0 auto 23px;
  border: 3px solid rgba(240, 64, 55, 0.2);
  border-radius: 50%;
  max-width: 155px;
  height: 155px;
  padding: 8px;
}
.author-about-widget .author-image img {
  width: 100%;
  border-radius: 50%;
}
.author-about-widget .author_name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.author-about-widget .about_text {
  line-height: 1.3;
  margin-bottom: 27px;
}
.author-about-widget .author-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-about-widget .author-social-link li {
  display: inline-block;
}
.author-about-widget .author-social-link li:not(:last-child) {
  margin-right: 7px;
}
.author-about-widget .author-social-link li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
}
.author-about-widget .author-social-link li a i {
  display: block;
  line-height: 34px;
}
.author-about-widget .author-social-link li a i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: #E24181;
}
.author-about-widget .author-social-link li a i.fa-facebook:after {
  background-color: #405fa4;
}
.author-about-widget .author-social-link li a i.fa-twitter:after {
  background-color: #16aefd;
}
.author-about-widget .author-social-link li a i.fa-pinterest-p:after {
  background-color: #e60023;
}
.author-about-widget .author-social-link li a i.fa-fa-vimeo:after {
  background-color: #0a66c2;
}
.author-about-widget .author-social-link li a i:hover:after {
  transform: scale(1.2);
}
.author-about-widget .author-social-link li a:hover {
  color: #fff;
}

/* Tags */
.tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.tagcloud a:hover {
  background-color: #E24181;
  color: #fff;
  position: relative;
  z-index: 2;
}

.site-footer.footer_light .widget-title, .site-footer.footer_light h2, .site-footer.footer_light h3, .site-footer.footer_light h4, .site-footer.footer_light h5, .site-footer.footer_light h6 {
  color: #E24181;
}
.site-footer.footer_dark .widget-title, .site-footer.footer_dark h2, .site-footer.footer_dark h3, .site-footer.footer_dark h4, .site-footer.footer_dark h5, .site-footer.footer_dark h6 {
  color: #fff;
}
.site-footer .widget-title, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.site-footer .cam-footer-social-widget {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-footer .cam-footer-social-widget .widget-title {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: 300;
}
.site-footer .cam-social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .cam-social-icons li {
  margin-bottom: 0 !important;
}
.site-footer .cam-social-icons li a {
  font-size: 30px !important;
}
.site-footer .widget {
  margin-bottom: 30px;
  border: 0;
}
.site-footer .widget.widget_media_image {
  margin-bottom: 0;
}
.site-footer .widget ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.site-footer .widget ul li a {
  color: rgba(255, 255, 255, 0.7882352941);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.site-footer .widget ul li a .post-count {
  color: rgba(255, 255, 255, 0.7882352941);
}
.site-footer .widget ul li a:hover {
  color: #fff;
}
.site-footer .widget ul li a:hover .post-count {
  color: #fff;
}
.site-footer .widget ul li .rsswidget {
  color: #fff;
}
.site-footer .widget ul.menu li:not(:last-child) {
  margin-bottom: 12px;
}
.site-footer .widget ul.menu li .sub-menu {
  padding-left: 15px;
}
.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .site-footer .widget {
    margin-bottom: 60px;
  }
}
.site-footer .camtheme-newsletter-widget .newsletter-inner input {
  border: 0;
  border-radius: 4px;
  height: 46px;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.site-footer .camtheme-newsletter-widget .newsletter-inner input::placeholder {
  color: #adadad;
}
.site-footer .camtheme-newsletter-widget .newsletter-inner .newsletter-submit {
  font-family: "Avenir Bold";
  font-size: 18px;
  font-weight: 700;
  padding: 11px 33px 6px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  height: 46px;
  outline: 0;
  border: 1px solid #E24181;
}
.site-footer .camtheme-newsletter-widget .newsletter-inner .newsletter-submit .fa-spin {
  display: none;
}
.site-footer .camtheme-newsletter-widget .newsletter-inner .newsletter-submit.clicked .fa-spin {
  display: block;
}
.site-footer .camtheme-newsletter-widget .newsletter-inner .newsletter-submit.clicked span {
  display: none;
}
.site-footer .camtheme-newsletter-widget .form-result {
  margin: 10px 0;
}
.site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .calendar_wrap caption {
  background: #E24181;
  color: #ffffff;
}
.site-footer.footer_dark .widget_recent_comments .recentcomments:before, .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .wp-block-calendar tbody td, .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}

/* Widget Block */
.wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #F2F4F6;
  border-radius: 10px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background-color: transparent;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 20px;
  transform: rotate(-90deg);
  fill: #111F40;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 12px;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}

/* Recent Post */
.widget .wp-block-latest-posts li > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  margin-bottom: 4px;
  color: #111F40;
}
.widget .wp-block-latest-posts li > a:hover {
  color: #E24181;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.wp-block-latest-posts__post-author {
  margin-right: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 0 !important;
}
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 700;
  color: #8A879F;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #F2F4F6;
  border-radius: 5px;
  text-transform: uppercase;
}
.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #E24181;
  border-color: #E24181;
}

.camtheme-block-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.camtheme-block-social-link li {
  display: inline-block;
}
.camtheme-block-social-link li:not(:last-child) {
  margin-right: 10px;
}
.camtheme-block-social-link li a {
  height: 40px;
  width: 40px;
  line-height: 39px;
  font-size: 14px;
  border: 1px solid #d5dde8;
  display: block;
  border-radius: 50%;
  color: #9090a3;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.camtheme-block-social-link li a:hover {
  background: #E24181;
  border-color: #E24181;
  box-shadow: 0 20px 30px 0 rgba(226, 65, 129, 0.34);
  color: #fff;
}

.widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}

.widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}

.camtheme-block-contact-info li {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px !important;
  position: relative;
  padding-left: 25px;
}
.camtheme-block-contact-info li span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.camtheme-block-contact-info li svg {
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 10px;
  width: 15px;
}

.camtheme_block_contact_info_widget .camtheme-block-social-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.site-footer .camtheme_block_contact_info_widget li:not(:last-child) {
  margin-right: 20px !important;
}
.site-footer .camtheme_block_contact_info_widget li a {
  height: auto;
  width: auto;
  border: 0;
}
.site-footer .camtheme_block_contact_info_widget li a:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #0987F8;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-list .post.sticky {
  display: block;
  border-color: #E24181;
}
.blog-list .post.sticky .blog-content .entry-title a {
  color: #E24181;
}

.updated:not(.published) {
  display: none;
}

.no-results .page-content {
  padding: 50px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 50px 0 80px;
  }
}

.page-content,
.entry-content,
.entry-summary {
  word-break: break-word;
}
.page-content:after,
.entry-content:after,
.entry-summary:after {
  content: "";
  clear: both;
  display: block;
}

.page-header .page-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
}

.page-content {
  padding: 120px 0;
}

.page-template-default .page-content {
  padding: 114px 0 97px;
}
.page-template-default .page-content .comments-area {
  padding: 34px 0 23px;
}
.page-template-default .page-content .page-links {
  margin-bottom: 20px;
}

.blog-post-archive {
  padding: 120px 0;
}

.search-no-results .page-content .page-content {
  padding: 20px 0 0;
}

.post-author {
  display: inline-block;
  font-size: 13px;
  color: #92929f;
  font-weight: 500;
}
.post-author img {
  border-radius: 50% !important;
  margin-right: 10px;
}
.post-author:hover {
  color: #E24181;
}

.post-wrapper .blog-post-list,
.blog-posts .blog-post-list {
  margin-bottom: 90px;
}

.post-wrapper.blog-masonry {
  width: calc(100% + 30px);
}
.post-wrapper.blog-masonry .post-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
.post-wrapper.blog-masonry.column-3 .post-item {
  width: calc(33.33% - 30px);
}
.post-wrapper .post-item {
  margin-bottom: 60px;
}

.post-meta {
  margin-bottom: 32px;
  padding: 5px 0 0;
  line-height: 1;
}
.post-meta li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #696969;
}
.post-meta li i {
  margin-right: 4px;
  font-size: 16px;
  color: #E24181;
  line-height: 0.9;
}
.post-meta li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .post-meta li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.post-meta li .author a {
  color: #5c5c60;
  font-weight: 400;
  font-size: 15px;
}
.post-meta li .author a:hover {
  color: #E24181;
}
.post-meta li a {
  margin: 0;
  color: #8D8D95;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
}
.post-meta li a:hover {
  color: #E24181;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-categories li {
  display: inline-block;
  position: relative;
}
.post-categories li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.entry-meta a,
.post-categories a {
  color: #E24181;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}
.entry-meta a:not(:last-child):after,
.post-categories a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

/** Blog List */
.blog-post-list {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}
.blog-post-list .blog-content-wrapper {
  display: flex;
  align-items: center;
}
.blog-post-list.sticky {
  box-shadow: none;
}
.blog-post-list.sticky .entry-title a {
  color: #E24181;
}
.blog-post-list .post-thumbnail-wrapper {
  position: relative;
}
.blog-post-list .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-post-list .post-thumbnail img {
  width: 100%;
}
.blog-post-list .entry-header {
  padding: 50px 50px 0;
}
.blog-post-list .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-post-list .entry-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
}
.blog-post-list .entry-title a {
  color: #111F40;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.blog-post-list .entry-title a:hover {
  color: #E24181;
}
.blog-post-list .post-thumbnail-wrapper {
  max-width: 360px;
  width: 100%;
}
.blog-post-list .blog-content {
  flex: 2;
  padding: 30px;
}
.blog-post-list .blog-content p {
  margin-bottom: 0;
  color: #52525C;
  font-size: 20px;
}
.blog-post-list .post-tags {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-post-list .post-tags i {
  font-size: 16px;
}
.blog-post-list .blog-tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post-list .blog-tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-list .blog-tag-list li a {
  font-size: 16px;
}
.blog-post-list .read-more-btn {
  padding: 10px 30px;
  font-size: 16px;
}
.blog-post-list.sticky .post-thumbnail {
  margin-bottom: 0;
}
.blog-post-list.sticky .entry-header .entry-title a {
  color: #E24181;
}
.blog-post-list.sticky .entry-header .entry-title a:hover {
  color: #E24181;
}
.blog-post-list .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-post-list .blog-footer .cam-btn {
  padding: 6px 27px;
}
.blog-post-list .blog-footer .cam-btn i {
  margin-left: 7px;
  font-size: 13px;
  line-height: 1;
  margin-top: 1px;
}
.blog-post-list .post-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-header {
  padding: 0 30px;
}

.post-meta {
  color: #696969;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.post-meta li {
  font-size: 14px;
  font-weight: 500;
  color: #8D8D95;
  margin-bottom: 10px;
}
.post-meta li svg {
  margin-right: 3px;
}
.post-meta li .post_view_count, .post-meta li .posted-on {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
  color: #8D8D95;
}
.post-meta li .author {
  margin-left: 0;
}
.post-meta i {
  display: inline-block;
  line-height: 1;
  color: #E24181;
}
.post-meta a {
  color: #8D8D95;
  display: inline-block;
  vertical-align: middle;
}
.post-meta a:hover {
  color: #E24181;
}
.post-meta .meta-category-wrapper a {
  font-size: 14px;
  display: inline-block;
  color: #71717c;
  position: relative;
  border: 0;
}
.post-meta .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-meta .meta-category-wrapper a:hover {
  color: #E24181;
}

.post-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
.post-meta-list li i {
  margin-right: 10px;
  color: #5c6f96;
  font-size: 14px;
}
.post-meta-list li a {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.post-meta-list li a:hover {
  color: #E24181;
}

.single-post .container.no-sidebar {
  max-width: 970px !important;
}

.blog-single-wrapper {
  padding-left: 100px;
  position: relative;
}

.share_social-wpapper {
  display: flex;
  padding: 0;
  align-items: center;
}
.share_social-wpapper .share-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111F40;
  font-weight: 600;
}

.social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
.social-share-link li {
  display: block;
}
.social-share-link li:not(:last-child) {
  margin-bottom: 7px;
}
.social-share-link li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  color: #111F40;
}
.social-share-link li a:hover {
  color: #fff;
  background-color: #E24181;
  border-color: #E24181;
}

.cam-btn-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #111F40;
}
.cam-btn-link i {
  font-size: 80%;
  margin-left: 7px;
}

.tag_list {
  margin-top: 30px;
}
.tag_list .tags {
  color: #051441;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post-navigation {
  margin-top: 70px;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 25px 0;
}

.single-post-nav {
  max-width: 90%;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .single-post-nav {
    width: 100%;
  }
}
.single-post-nav i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #111F40;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border: 2px solid #F4F4F4;
}
.single-post-nav .post-nav-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.single-post-nav .post-nav-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-nav .post-nav-wrapper {
  flex: 2;
}
.single-post-nav .post-nav-title {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 5px;
  line-height: 1;
}
.single-post-nav .post-title {
  font-family: "Avenir Bold";
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
.single-post-nav:hover i {
  background-color: #E24181;
  color: #fff;
  border-color: #E24181;
}
.single-post-nav:hover .post-title {
  color: #E24181;
}

@media (max-width: 767px) {
  .post-next {
    margin-top: 30px;
  }
}
.post-next .single-post-nav {
  margin-left: auto;
}
.post-next .single-post-nav i {
  margin: 0 0 0 15px;
}
.post-next .post-nav-thumbnail {
  margin: 0 0 0 20px;
}
.post-next .post-nav-wrapper {
  text-align: right;
}

blockquote, .wp-block-quote {
  padding: 55px 0 50px 80px;
  border-left: 0;
  background: transparent;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  overflow: hidden;
  position: relative;
}
blockquote:before, .wp-block-quote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 55px;
  left: 0;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #E24181;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
blockquote p, .wp-block-quote p {
  font-family: "Avenir Bold";
  font-size: 30px;
  line-height: 1.4;
  color: #141416;
  font-style: normal;
  margin-bottom: 4px;
  font-weight: 600;
  position: relative;
}
blockquote p cite, .wp-block-quote p cite {
  margin-left: 0;
}
blockquote cite, .wp-block-quote cite {
  font-family: "Avenir Regular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #111F40;
  padding-top: 23px;
  display: inline-block;
  position: relative;
}

.blog-single-content-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .blog-single-content-area {
    padding: 80px 0;
  }
}

.no-sidebar .post-single {
  max-width: 1000px;
  margin: 0 auto;
}
.no-sidebar.single-post #comments {
  max-width: 1000px;
  margin: 93px auto 0;
}

.post-single {
  margin-bottom: 0;
}
.post-single .feature-image {
  margin-bottom: 45px;
}
.post-single .entry-header {
  padding-bottom: 25px;
}
.post-single .entry-title {
  font-size: 36px;
  margin: 10px 0 25px;
}
.post-single .wp-block-image {
  margin-top: 30px;
}
.post-single .blocks-gallery-grid li img {
  border-radius: 10px;
}
.post-single blockquote p {
  margin: 0;
}
.post-single .wp-block-image {
  text-align: center;
}
.post-single .wp-block-image {
  margin-bottom: 39px;
}
.post-single .edit-link {
  margin-left: 15px;
}
.post-single .single-post-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
}
.post-single .post-meta-cat {
  margin-bottom: 20px;
}
.post-single .post-meta-cat a {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
  display: inline-block;
}
.post-single .post-meta-cat a:first-child {
  background-color: #e9683e;
}
.post-single .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-single .feature-image {
  text-align: center;
}
.post-single .entry-footer {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  align-items: center;
  padding: 30px 0;
}
.post-single .entry-footer .tag_list {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebf4;
}
.post-single .tag-title {
  display: inline-block;
  margin-right: 10px;
}
.post-single .single-tagcloud a {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.post-single .single-tagcloud a:hover {
  color: #E24181;
}

.single-post-header-bg {
  min-height: 550px;
}
@media (max-width: 767px) {
  .single-post-header-bg {
    min-height: 350px;
  }
}
.single-post-header-bg .single-post-header {
  position: relative;
  z-index: 2;
}
.single-post-header-bg .camtheme-blog-meta-category {
  font-size: 12px;
  font-weight: 500;
  background: #32ba13;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.single-post-header-bg .camtheme-blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.single-post-header-bg .camtheme-blog-meta-category:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.single-post-header-bg .single-post-title {
  font-size: 45px;
  line-height: 1.2;
  max-width: 700px;
  margin: 20px auto 13px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
}
@media (max-width: 767px) {
  .single-post-header-bg .single-post-title {
    font-size: 30px;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 20px;
}
.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f6f2;
  color: #111F40;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  margin-left: 5px;
}
.page-links a:hover,
.page-links .current:hover {
  background: #E24181;
  color: #fff;
}
.page-links .current {
  background: #E24181;
  color: #fff;
}

.post-navigation {
  margin-bottom: 50px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 102%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 48%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #333;
  margin-right: 2%;
  flex: 1;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  outline: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #fff;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #E24181;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .blog-container {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 50px 0;
  }
}
.search-header {
  margin-bottom: 30px;
}

.search_page_404_wrapper {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.search_page_404_wrapper .page-title {
  margin-bottom: 14px;
}
.search_page_404_wrapper .banner_404_text {
  margin-bottom: 30px;
}

.search_result_form .search-form {
  display: flex;
  border: 0;
  margin-bottom: 20px;
  background-color: #eff1f5;
  border-radius: 6px;
  height: 60px;
}
.search_result_form .search-form input {
  border: none;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  background: transparent;
}
.search_result_form .search-form input::placeholder {
  color: #878793;
}
.search_result_form .search-form .search-submit {
  border: 0;
  background: transparent;
  padding: 10px 20px;
  color: #E24181;
  font-size: 22px;
}

.no-results .page-content {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 0 0 80px;
  }
}

.pagination-wrapper ~ .sidebar {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
}

.blog-archive-wrapper #post-pagination {
  margin-top: 80px;
  text-align: center;
}
#post-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
#post-pagination .page-numbers li {
  display: inline-block;
}
#post-pagination .page-numbers li a,
#post-pagination .page-numbers li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e7e7f6;
  text-align: center;
  color: #7b8a9e;
  border-radius: 4px;
  margin-right: 10px;
}
#post-pagination .page-numbers li a:hover,
#post-pagination .page-numbers li a .current,
#post-pagination .page-numbers li span:hover,
#post-pagination .page-numbers li span .current {
  background: #E24181;
  border-color: #E24181;
  color: #fff;
}
#post-pagination .page-numbers li a:hover a,
#post-pagination .page-numbers li a .current a,
#post-pagination .page-numbers li span:hover a,
#post-pagination .page-numbers li span .current a {
  color: #fff;
}
#post-pagination .page-numbers li a.current,
#post-pagination .page-numbers li span.current {
  background: #E24181;
  color: #fff;
  border-color: #E24181;
}
#post-pagination .page-numbers li i {
  font-size: 20px;
}
#post-pagination .page-numbers li.next {
  line-height: 54px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-right: 10px !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #e7e7f6;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a,
.woocommerce nav.woocommerce-pagination .page-numbers li span {
  display: block;
  line-height: 39px;
  font-size: 16px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a i,
.woocommerce nav.woocommerce-pagination .page-numbers li span i {
  font-size: 18px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.current, .woocommerce nav.woocommerce-pagination .page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination .page-numbers li span.current,
.woocommerce nav.woocommerce-pagination .page-numbers li span:hover {
  background: #E24181;
  border-color: #E24181;
}
.woocommerce nav.woocommerce-pagination .page-numbers li i {
  font-size: 14px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li svg {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination .page-numbers li.next, .woocommerce nav.woocommerce-pagination .page-numbers li.prev {
  line-height: 45px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a.next {
  line-height: 42px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover svg path, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:hover svg path {
  fill: #fff !important;
}
.woocommerce nav.woocommerce-pagination .page-numbers li:hover,
.woocommerce nav.woocommerce-pagination .page-numbers li .current {
  background: #E24181;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination .page-numbers li:hover a,
.woocommerce nav.woocommerce-pagination .page-numbers li .current a {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination .page-numbers li.current {
  background: #E24181;
  color: #fff;
}
.woocommerce .pprefix-post-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: center;
  padding: 20px;
  border: 1px solid #eee;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper {
  width: 50%;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .next_title, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .prev_title, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .next_title, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .prev_title, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .next_title, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .prev_title, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .next_title, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .prev_title {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper a .date_post, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper a .date_post, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper a .date_post, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper a .date_post {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .meta-wrapper, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .meta-wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .meta-wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .meta-wrapper {
  display: block;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist {
  display: block;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist i, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist i, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist i, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:before, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:before, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:before, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(226, 65, 129, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:hover:before, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:hover:before, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:hover:before, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:hover:before {
  opacity: 1;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_exist:hover i, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .image_exist:hover i, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .image_exist:hover i, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_exist:hover i {
  opacity: 1;
  visibility: visible;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .prev-link-info_wrapper, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .next-link-info_wrapper, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .prev-link-info_wrapper, .woocommerce .pprefix-post-navigation .prev-link_wrapper .info_next-link_wrapper .next-link-info_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .prev-link-info_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_prev-link_wrapper .next-link-info_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .prev-link-info_wrapper, .woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .next-link-info_wrapper {
  flex: 2;
}
.woocommerce .pprefix-post-navigation .prev-link_wrapper .info_prev-link_wrapper .image_prev {
  margin-right: 20px;
}
.woocommerce .pprefix-post-navigation .next-link_wrapper {
  width: 50%;
}
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper {
  justify-content: flex-end;
  text-align: right;
}
.woocommerce .pprefix-post-navigation .next-link_wrapper .info_next-link_wrapper .image_next {
  margin-left: 20px;
}
.woocommerce .gp-slider-nav-wrapper {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .gp-slider-nav-wrapper .gp-slider-prev,
.woocommerce .gp-slider-nav-wrapper .gp-slider-next {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #E24181;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
}
.woocommerce .gp-slider-nav-wrapper .gp-slider-next {
  position: absolute;
  right: 0;
}
.woocommerce .format-gallery .gp-slider-nav-wrapper {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev,
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: left;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev {
  left: -80px;
  text-align: right;
}
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-prev i {
  margin-right: 20px;
}
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next {
  right: -80px;
  text-align: left;
}
.woocommerce .format-gallery .gp-slider-nav-wrapper .gp-slider-next i {
  margin-left: 20px;
}
.woocommerce .format-gallery:hover .gp-slider-prev,
.woocommerce .format-gallery:hover .gp-slider-next {
  opacity: 1;
  visibility: visible;
}
.woocommerce .format-gallery:hover .gp-slider-prev {
  left: -40px;
  text-align: right;
}
.woocommerce .format-gallery:hover .gp-slider-next {
  right: -40px;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.widget_search .search-form {
  border-radius: 6px;
  position: relative;
  background-color: #eff1f5;
  display: flex;
  overflow: hidden;
}
.widget_search .search-form label {
  margin: 0;
  width: 100%;
}
.widget_search .search-form input {
  padding: 11px 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
  color: #696969;
  height: 54px;
  margin: 0;
  background: transparent;
}
.widget_search .search-form input::placeholder {
  color: #878793;
}
.widget_search .search-form input:focus {
  border-color: #E24181;
}
.widget_search .search-form .search-submit {
  background-color: #E24181;
  border: 0;
  padding: 12px 18px 10px 20px;
  color: #fff;
  font-size: 22px;
  border-radius: 0;
}
.widget_search .search-form .search-submit:focus {
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  background-color: #BC3778;
}

#search-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
#search-menu-wrapper .close-search {
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #E24181;
  color: #fff;
  z-index: 9999999;
  opacity: 5;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 576px) {
  #search-menu-wrapper .close-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
#search-menu-wrapper .overlay-bg {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#search-menu-wrapper.toggled {
  opacity: 1;
  visibility: visible;
}
#search-menu-wrapper .wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#search-menu-wrapper .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b8b8;
}
#search-menu-wrapper .search-form input {
  font-family: "Avenir Bold";
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 100px;
  padding: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 2.5;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form input {
    height: 60px;
    font-size: 40px;
  }
}
#search-menu-wrapper .search-form input::placeholder {
  color: #b1b1b1;
}
#search-menu-wrapper .search-form button {
  background-color: #fff;
  color: #b1b1b1;
  border: 0;
  padding: 0;
  height: 80px;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form button {
    font-size: 32px;
  }
}
#search-menu-wrapper .search-form button:hover {
  color: #E24181;
}

.sea-wrapper .search-form {
  display: flex;
  align-items: center;
}
.sea-wrapper .search-form label {
  margin: 0;
  width: 100%;
}
.sea-wrapper .search-form input {
  margin: 0;
}
.sea-wrapper .search-form .search-submit {
  background: #E24181;
  color: #fff;
  border: 0;
  height: 54px;
  border-radius: 4px;
  margin-left: 20px;
}
.sea-wrapper .search-form .search-submit:hover {
  background: #004ce5;
  color: #fff;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.author-info_wrapper {
  display: flex;
  padding: 37px 0;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  align-items: center;
}
.author-info_wrapper .author {
  color: #E24181;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .author-info_wrapper {
    padding: 20px 15px;
  }
}

.author-info_avatar {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .author-info_avatar {
    width: 80px;
  }
}

.author-info_avatar img {
  border-radius: 50%;
}

.author-info_content {
  flex: 2;
}

.author-info_name {
  color: #111F40;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 6px;
}

.author-info {
  padding-right: 65px;
}

.author-info_name span {
  margin-right: 7px;
  font-size: 14px;
  display: block;
}

.author-info_description {
  border-left: 1px solid #F4F4F4;
  padding-left: 45px;
}
.author-info_description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.author-info_social-wrapper {
  line-height: 1;
  margin-top: 20px;
}

.author-info_wrapper .title_soc_share {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.author-info_social-link {
  display: inline-block;
  margin-right: 13px;
  color: #CFCFCF;
  font-size: 15px;
}

.author-info_social-wrapper a {
  color: #6d6d6d;
}
.author-info_social-wrapper a:hover {
  color: #E24181;
}

.author-info_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  padding: 80px 0;
}

.comment-wrapper {
  margin-top: 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin-top: 93px;
}
#comments .comments-title {
  font-size: 24px;
  margin-bottom: 26px;
  font-weight: 600;
}

.comments-area .comment-inner {
  margin-bottom: 50px;
}
.comments-area .reply-title {
  font-size: 24px;
  font-weight: 600;
  color: #111F40;
  margin-bottom: 30px;
}
.comments-area .no-comments {
  margin: 0;
  line-height: 11px;
}

.page .comment-list-wrapper {
  margin-top: 40px;
}
.page .comment-respond .comment-reply-title,
.page .comment-respond .comment-notes, .page .comment-respond .logged-in-as {
  text-align: left;
}
.page .comment-list {
  margin-bottom: 0;
}
.page .comment-respond {
  margin-top: 60px;
}
.page .comment-list .comment .comment-body .comment_info .meta-wrapper {
  color: #bbb;
}

.comments-section .comment-list-wrapper {
  padding-top: 0;
  border: 0;
}

.comment-list {
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
  padding-left: 0;
}
.comment-list > li {
  border: 1px solid #d5d7e1;
  padding: 30px;
  border-radius: 10px;
}
.comment-list .comment .comment-body {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comment-list .comment .comment-body:not(:last-child) {
  margin-bottom: 20px;
}
.comment-list .comment .comment-body .comment-avatar {
  margin-right: 25px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comment-list .comment .comment-body .comment_content {
  margin-top: 7px;
  color: #777777;
  font-size: 16px;
  line-height: 28px;
}
.comment-list .comment .comment-body .comment_info {
  position: relative;
  overflow: auto;
  flex: 2;
}
.comment-list .comment .comment-body .comment_info .comment_author_says {
  font-family: "Avenir Bold";
  color: #111F40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.comment-list .comment .comment-body .comment_info .meta-wrapper {
  font-family: "Avenir Bold";
  font-size: 14px;
  color: #777777;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.comment-list .comment .comment-body .comment_info .comment-reply-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .comment .comment-body .comment_info p img {
  margin: 15px 0 5px;
}
.comment-list .comment .comment-body .comment-reply-link {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
}
.comment-list .comment .comment-body .comment-reply-link i {
  font-size: 15px;
  margin-right: 5px;
}
.comment-list .comment .comment-body .comment-reply-link:hover {
  color: #E24181;
}
.comment-list .comment .children {
  margin: 0;
  padding-left: 70px;
  list-style: none;
}
.comment-list .comment .children .comment {
  margin-bottom: 20px;
}
.comment-list .comment .children .comment-avatar {
  height: 60px;
  width: 60px;
}
.comment-list .comment .children .comment-body {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

#comments .comment-list .comment-respond {
  margin: 20px 0 40px;
  max-width: 100%;
}
#comments .comment-list .comment-respond #cancel-comment-reply-link {
  font-size: 15px;
  color: #E24181;
  margin-left: 10px;
  font-weight: 600;
}

.children .comment-respond {
  margin-left: 80px !important;
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 20px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 30px;
}
#review_form .comment-respond .comment-notes,
#review_form .comment-respond .logged-in-as {
  text-align: left;
}

.comment-form {
  border: 1px solid #d5d7e1;
  padding: 30px;
  border-radius: 10px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}
.comment-form .comment-form-author {
  padding-right: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
  float: right;
}
.comment-form textarea {
  height: 150px;
  margin-bottom: 20px;
}
.comment-form #submit {
  margin-bottom: 0;
  background-color: #E24181;
  color: #fff;
  border: 2px solid #E24181;
  padding: 11px 20px;
  width: 100%;
  max-width: 200px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
}
.comment-form #submit:hover {
  color: #E24181;
  border-color: #E24181;
  background: transparent;
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 20px !important;
  font-size: 18px;
  color: #797986;
  position: relative;
}
.comment-form .comment-form-cookies-consent:after {
  content: "";
  display: block;
  clear: both;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
}
.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-size: 16px;
}
.comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 0.75em;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}
.comment-form .comment-form-cookies-consent label:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(5, 20, 65, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:before {
  background: #E24181;
  border: none;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:after {
  transform: translate(0.17em, 0.25em) rotate(-45deg);
  width: 0.6em;
  height: 0.25em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

#review_form input[type=text],
#review_form textarea {
  border: 1px solid rgba(5, 20, 65, 0.2);
}
#review_form input[type=text]::placeholder,
#review_form textarea::placeholder {
  color: #75757d;
}
#review_form input[type=text]:focus,
#review_form textarea:focus {
  border-color: rgba(226, 65, 129, 0.5);
}

@media (max-width: 991px) {
  .comment-list .comment .children {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .comment-list .comment .comment-body .comment-avatar {
    width: 55px;
    height: 55px;
  }
  .comment-list .comment .children {
    padding-left: 20px;
  }
  .comment-list .comment .children .comment .comment-body .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-width: 0;
}

.entry-content iframe {
  max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.blog-content .gallery {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Block
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  background: #111F40;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}
.wp-block-button .wp-block-button__link:hover {
  background: #E24181;
  color: #fff;
}
.wp-block-button .wp-block-button__link br {
  display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #111F40;
  border-color: #111F40;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #E24181;
  color: #E24181;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 16px 0;
}

.wp-block-cover .wp-block-cover-text {
  padding: 30px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
  line-height: 1.8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  background-color: transparent;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6em;
  font-weight: 300;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
  display: none;
}

.wp-block-pullquote {
  border-top: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  color: #40464d;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
}
.entry .entry-content .wp-block-pullquote blockquote:before, .entry .entry-content .wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: 1;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
.entry .entry-content .wp-block-archives li time,
.entry .entry-content .wp-block-categories li time,
.entry .entry-content .wp-block-latest-posts li time {
  line-height: 1;
}
.entry .entry-content .wp-block-archives li:before,
.entry .entry-content .wp-block-categories li:before,
.entry .entry-content .wp-block-latest-posts li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7d92bb;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  font-size: 16px;
  color: #465675;
}
.entry .entry-content .wp-block-archives li a:hover,
.entry .entry-content .wp-block-categories li a:hover,
.entry .entry-content .wp-block-latest-posts li a:hover {
  color: #E24181;
}
.entry .entry-content .wp-block-archives li .children,
.entry .entry-content .wp-block-categories li .children,
.entry .entry-content .wp-block-latest-posts li .children {
  padding-left: 30px;
}

.entry .entry-content .wp-block-categories-list .children li {
  padding-left: 0;
}
.entry .entry-content .wp-block-categories-list .children li:before {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 15px;
}

pre.wp-block-preformatted {
  margin-top: 20px;
}

.post_format-post-format-quote blockquote {
  margin-top: 0;
}

.wp-block-archives,
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}
.wp-block-archives li:not(:last-clild),
.wp-block-categories-list li:not(:last-clild) {
  margin-bottom: 10px;
}

.wp-block-archives-dropdown select {
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #656575;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #E24181;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  margin-left: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories-dropdown .postform {
  margin-bottom: 20px;
}

.wp-block-search .wp-block-search__label {
  font-family: "Avenir Bold";
  display: block;
  font-size: 22px !important;
  font-weight: 600;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 30px;
  color: #111F40;
}
.wp-block-search .wp-block-search__label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #E24181;
  transition: all 0.3s ease-in-out;
}
.wp-block-search input[type=search] {
  margin-bottom: 0;
  background: #fff;
  box-shadow: none;
  height: 60px;
}
.wp-block-search input[type=search]:focus {
  box-shadow: none;
  background: #F1F6FE;
}
.wp-block-search .wp-block-search__button {
  height: 60px;
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  padding: 0 15px;
}
.wp-block-search .wp-block-search__button:hover {
  background: #E24181;
  color: #fff;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.22em;
    color: #fff;
  }
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry .entry-content .wp-block-separator.is-style-dots:before, .entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.wp-block-table.is-style-stripes td {
  border-color: #F3F3F3;
  border-bottom-width: 1px;
}
.wp-block-table.is-style-stripes td:not(:first-child) {
  border-left-width: 1px;
}
.wp-block-table.is-style-stripes tr {
  border-top: 1px solid #F3F3F3;
}
.wp-block-table.is-style-stripes tr:last-child td {
  border-bottom-width: 1px;
}

.site-footer .widget_block h1, .site-footer .widget_block h2, .site-footer .widget_block h3, .site-footer .widget_block h4, .site-footer .widget_block h5, .site-footer .widget_block h6 {
  font-size: 20px;
}
.site-footer.footer_dark h1, .site-footer.footer_dark h2, .site-footer.footer_dark h3, .site-footer.footer_dark h4, .site-footer.footer_dark h5, .site-footer.footer_dark h6 {
  color: #fff;
}
.site-footer.footer_dark .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, .site-footer.footer_dark .wp-block-latest-comments__comment-meta {
  color: #dfdfdf;
}
.site-footer.footer_dark .wp-block-latest-comments__comment-excerpt p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer_dark .wp-block-latest-comments__comment-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.site-footer.footer_dark .wp-block-latest-posts__list li a {
  color: #d9d9d9;
  display: block;
}
.site-footer.footer_dark .wp-block-latest-posts__post-author, .site-footer.footer_dark .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.55);
  display: inline-block;
}
.site-footer.footer_dark .wp-block-calendar table caption {
  background-color: #d5deff;
}
.site-footer.footer_dark .wp-block-calendar table th {
  background-color: #f5f5f5;
}
.site-footer.footer_dark .wp-block-calendar a {
  color: #fff;
}
.site-footer.footer_dark .wp-calendar-nav a {
  color: #071c4d;
  text-decoration: none;
}
.site-footer.footer_dark .wp-calendar-nav a:hover {
  color: #E24181;
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-archives-list li {
  margin-bottom: 8px;
}

.wp-block-read-more {
  background: linear-gradient(90deg, #2C44FF 0%, #0CA6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.wp-block-read-more:after {
  content: "\e628";
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
/*# sourceMappingURL=app.css.map */
