@import url(https://fonts.googleapis.com/css?family=Poppins:500,600,300|Open+Sans:400,300,700);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arca Majora", sans-serif;
}

#page-title {
  padding: 6rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("/assets/images/page-title-bg.jpg") no-repeat center center;
  background-size: cover;
}
#page-title h1 {
  font-size: 3rem;
  color: #9a8c98 !important;
}
#page-title h1,
#page-title li,
#page-title li > a,
#page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #9a8c98;
}

.shadow-border {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.quick-contact-widget,
label {
  color: #97dffc !important;
}
.quick-contact-widget h2,
label h2 {
  font-family: "Sansita Swashed", cursive !important;
  text-align: center;
  font-size: 50px;
  color: #137dbf;
}

h1,
h2,
h3,
h4,
h5,
h6,
.form-widget label {
  color: #fff;
}

.header-bg-onscroll {
  background-color: #9a8c98 !important;
}

.header-bg {
  background: transparent !important;
}

.grecaptcha-badge {
  top: 350px;
}

.form-widget h1 {
  color: #fff;
  font-family: "Acme", sans-serif;
}

.light-nav .menu-link,
.light-nav .button.button-border {
  color: #9a8c98;
}
.light-nav .button.button-border {
  border-color: #9a8c98;
}

#top-bar {
  background-color: #2c3c4d;
}

.p-light {
  color: rgba(255, 255, 255, 0.5);
}

.form-widget label {
  color: #4a4e69 !important;
}

footer {
  background-color: #22223b;
}
footer h4 {
  color: #9a8c98;
}
footer a:hover {
  color: #f2e9e4 !important;
}
footer a {
  color: #ffffffcc !important;
}

.font-secondary {
  font-family: "IBM Plex Serif", serif !important;
}

.bgchanger {
  background-color: #eee;
}

#oc-watch .owl-item,
#oc-watch .owl-item img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

#oc-watch.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

#oc-watch .owl-dots {
  bottom: 20px;
}

#oc-watch .owl-dots {
  counter-reset: dots;
}

#oc-watch.owl-carousel .owl-dots .owl-dot {
  margin: 0 4px;
  width: auto;
  height: auto;
  opacity: 0.3 !important;
  border: none;
  background-color: transparent !important;
  font-family: "IBM Plex Serif", serif;
}

#oc-watch .owl-dot:after {
  content: "";
  position: absolute;
  background: #111;
  height: 2px;
  width: 0;
  top: 50%;
  margin: -1px 4px 0;
  transition: all 0.3s ease;
}

#oc-watch.owl-carousel .owl-dots .owl-dot.active {
  margin-right: 34px;
  opacity: 1 !important;
}

#oc-watch .owl-dot.active:after {
  width: 26px;
}

#oc-watch .owl-dot:before {
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero);
}

#slider {
  transition: background-color 0.4s ease;
}

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scroll-mouse {
  from {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(0);
  }
}
.scroll-inner {
  position: relative;
  width: 26px;
  height: 40px;
  border-radius: 18px;
  border: 2px solid #555;
  -webkit-animation: scroll-mouse 1s infinite;
  animation: scroll-mouse 1s infinite;
}

.scroll-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #555;
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.one-page-arrow {
  bottom: 40px;
  right: 40px;
  left: auto;
}

.hero-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("/assets/images/login-bg.jpg") no-repeat center center/cover;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

#contact-form label {
  color: #22223b !important;
  font-weight: bold;
  margin: 10px 0;
}

/*Text*/
.text-uppercase {
  text-transform: uppercase;
}

.text-extra-medium {
  font-size: 26px;
}

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

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

/*
Shorthand 	Description
m 	Margin
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: var(--space-1);
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}

.m2 {
  margin: var(--space-2);
}

.mt2 {
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.m3 {
  margin: var(--space-3);
}

.mt3 {
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

.m4 {
  margin: var(--space-4);
}

.mt4 {
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -var(--space-1);
  margin-right: -var(--space-1);
}

.mxn2 {
  margin-left: -var(--space-2);
  margin-right: -var(--space-2);
}

.mxn3 {
  margin-left: -var(--space-3);
  margin-right: -var(--space-3);
}

.mxn4 {
  margin-left: -var(--space-4);
  margin-right: -var(--space-4);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/*
Shorthand 	Description
p 	Padding
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative (margin only)
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: var(--space-3);
}

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.p4 {
  padding: var(--space-4);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: var(--space-4);
}

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

/**** HEADER SECTION ****/
.main-logo {
  margin-left: 175px;
}

#site-logo {
  float: none;
}

/**** CONTENT ****/
/** Pricing **/
#our-media {
  background-color: #22223b;
  padding-bottom: 80px;
  margin: 30px auto;
}
#our-media .sep-icon-before, #our-media .sep-icon-after {
  border-bottom: 1px solid #f9f9f9 !important;
}
#our-media .fa-video-camera, #our-media .elm-meta a {
  color: #f2e9e4 !important;
}

/** Pricing **/
#pricing-box .currency-month {
  margin-right: -10px;
}
#pricing-box .pricing-box-bg {
  background-color: #f2e9e4;
}

/** Subscription **/
/**** FOOTER ****/
footer {
  background-color: #22223b !important;
}
footer #nav-box a {
  cursor: pointer;
}

#login,
#request-password {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(/assets/images/login-bg.jpg) no-repeat bottom;
  background-size: cover;
}
#login #login-box,
#request-password #login-box {
  background-color: #474747;
}

#contact h2 {
  font-family: "Sansita Swashed", cursive !important;
  font-size: 50px;
}
#contact ul {
  list-style-type: none;
}

.nav-link {
  color: #444;
}
.nav-link:hover {
  color: #284b63;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #193532;
  background-color: #284b63;
}

#portfolio .portfolio-item img {
  height: 220px;
}

#request-password-box,
#reset-password-box {
  color: #97dffc;
}
#request-password-box .alert,
#reset-password-box .alert {
  margin-top: 200px;
}
#request-password-box .form-widget .form-section,
#reset-password-box .form-widget .form-section {
  margin-top: 200px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

#signup a:hover {
  color: #d0b8ac;
}
#signup .asterisk {
  color: red;
  font-weight: bold;
}

#simple-header a {
  color: #284b63;
}
#simple-header img {
  width: 240px;
}

#simple-header {
  background: #ffffff;
  margin-bottom: 1.2em;
}

#simple-header img {
  width: 200px;
}

.parsley-error {
  border-color: red;
}

ul.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.parsley-errors-list li {
  color: red;
}

.card-title {
  font-size: 25px;
  color: #457d58ff;
  font-weight: 400;
  margin-bottom: 0px;
}

#order-box .alert-success,
#order-box h3 {
  color: #0f5132 !important;
}
#order-box .alert-danger,
#order-box h3 {
  color: #842029 !important;
}

#member-header {
  margin-bottom: -180px;
}

.welcome-image {
  width: 100%;
}

#welcome-box {
  z-index: 200;
}

.article {
  border: 2px solid #b69087;
  border-radius: 5px;
  background-color: #c9ada7;
}

#content-wrapper {
  background-color: #4a4e69;
}
#content-wrapper h2 {
  text-transform: uppercase;
  text-align: center;
}
#content-wrapper .entry-meta li,
#content-wrapper .entry-meta a:not(:hover) {
  color: #97dffc;
}
#content-wrapper .entry-title h2 a:hover {
  color: #4a4e69;
}

.header-bg .menu-link {
  color: #22223b;
}

.sticky-header .not-dark .menu-link {
  color: #22223b;
}

#recipe .fa-cutlery,
#recipe .fa-book {
  color: #284b63;
}

.entry-content > img {
  width: 80%;
}

#profile {
  background-size: cover;
}
#profile .update-subscription {
  background-color: #3c6e71 !important;
}
#profile .update-subscription:hover {
  background-color: #457e82 !important;
}
#profile .content-outer {
  max-width: 1200px;
}
#profile .auto-container {
  max-width: inherit;
}
#profile .confirm {
  background-color: #353535 !important;
}
#profile .confirm:hover {
  background-color: #424242 !important;
}
#profile .text-green {
  color: #0f5132;
}

.no-bg-color {
  background-color: #ffffff !important;
}

/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
  background-color: #f55039;
}

.db-bk-color-two {
  background-color: #46a6f7;
}

.db-bk-color-three {
  background-color: #47887e;
}

.db-bk-color-six {
  background-color: #f59b24;
}

/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
  padding-bottom: 50px;
}

.db-button-color-square {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.db-button-color-square:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}

.db-pricing-eleven {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 30px;
}

.db-pricing-eleven ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding-left: 0px;
}

.db-pricing-eleven ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.db-pricing-eleven ul li i {
  margin-right: 5px;
}

.db-pricing-eleven .price {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 20px 20px 20px;
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
}

.db-pricing-eleven .price small {
  color: #b8b8b8;
  display: block;
  font-size: 12px;
  margin-top: 22px;
}

.db-pricing-eleven .type {
  background-color: #52e89e;
  padding: 50px 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
}

.db-pricing-eleven .pricing-footer {
  padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.db-pricing-eleven.popular {
  margin-top: 10px;
}

.db-pricing-eleven.popular .price {
  padding-top: 80px;
}

.pink-btn {
  color: #fff;
  border: 2px solid #ca7379;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ca7379;
  border-radius: 20px;
  transition-property: color;
  transition-duration: 0.3s;
}

.pink-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.pink-btn:hover,
.pink-btn:focus,
.pink-btn:active {
  color: #ca7379;
}

.pink-btn:hover:before,
.pink-btn:focus:before,
.pink-btn:active:before {
  transform: scale(1);
}

.white-btn {
  color: #25262c;
  border: 2px solid #ddd;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  transition-property: color;
  transition-duration: 0.3s;
}

.white-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  color: #ffffff;
}

.white-btn:hover:before,
.white-btn:focus:before,
.white-btn:active:before {
  transform: scale(1);
}

.white-btn-2 {
  color: #25262c;
  display: block;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  transition-property: color;
  transition-duration: 0.3s;
}

.white-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.white-btn-2:hover,
.white-btn-2:focus,
.white-btn-2:active {
  color: #ffffff;
}

.white-btn-2:hover:before,
.white-btn-2:focus:before,
.white-btn-2:active:before {
  transform: scale(1);
}

.white-border-btn {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: transparent;
  border-radius: 20px;
  transition-property: color;
  transition-duration: 0.3s;
}

.white-border-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca7379;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.white-border-btn:hover,
.white-border-btn:focus,
.white-border-btn:active {
  color: #ffffff;
}

.white-border-btn:hover:before,
.white-border-btn:focus:before,
.white-border-btn:active:before {
  transform: scale(1);
}

.small-btn {
  padding: 10px 25px !important;
  font-size: 10px;
}

.medium-btn {
  padding: 11px 25px !important;
  font-size: 11px;
}

.large-btn {
  padding: 12px 30px !important;
  font-size: 12px;
}

.long-btn {
  width: 260px;
}
