@import url("https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: meriendaregular;
  src: url(../fonts/MeriendaRegular.eot);
  src:
    url(../fonts/MeriendaRegular.eot) format("embedded-opentype"),
    url(../fonts/MeriendaRegular.woff2) format("woff2"),
    url(../fonts/MeriendaRegular.woff) format("woff"),
    url(../fonts/MeriendaRegular.ttf) format("truetype"),
    url(../fonts/MeriendaRegular.svg#MeriendaRegular) format("svg");
}

body {
  font-family: dosis, sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #444;
  background: #fff;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
}

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  color: #ef4836;
}

a:hover {
  color: #ec2328;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #3e3a3a;
  padding: 0;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-family: "Shantell Sans", cursive;
  line-height: 1.5;
}

p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
textarea,
select {
  background-color: #fff;
  color: #666;
  border-color: #f1f1f1;
  height: 42px;
  padding: 10px;
  box-shadow: none;
}

label {
  font-weight: 400;
}

.preloader-area {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}

.loader-13 .css-heart {
  position: absolute;
  background-color: red;
  -webkit-animation: star-fly-out 1s ease alternate infinite;
  animation: star-fly-out 1s ease alternate infinite;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.loader-13 .heart1 {
  top: 0;
  left: 30px;
}

.loader-13 .heart2 {
  left: 60px;
  top: 30px;
}

.loader-13 .heart3 {
  top: 60px;
  left: 30px;
}

.loader-13 .heart4 {
  left: 0;
  top: 30px;
}

.css-heart {
  position: absolute;
}

.css-heart:before,
.css-heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #ec2328;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.css-heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

@-webkit-keyframes star-fly-out {
  0% {
    top: 19px;
    left: 19px;
  }

  100% {
  }
}

@keyframes star-fly-out {
  0% {
    top: 19px;
    left: 19px;
  }

  100% {
  }
}

.seperator {
  width: 100%;
  position: absolute;
  bottom: -20px;
  height: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.seperator img {
  width: 100%;
}

.seperator.seperator-up {
  top: -1px;
  bottom: inherit;
  transform: rotate(180deg);
}

.home-2 header .seperator {
  bottom: -72px;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .home-2 header .seperator {
    bottom: -50px;
  }
}

@media (max-width: 767px) and (min-width: 640px) {
  .home-2 #wd-banner .seperator {
    bottom: -1px;
  }
}

@media (max-width: 640px) {
  .home-2 header .seperator {
    bottom: -40px;
  }
}

@media (max-width: 480px) {
  .seperator.seperator-up {
    top: -2px;
  }

  .seperator {
    bottom: -6px;
  }

  .home-4 .seperator {
    bottom: -1px;
  }

  .home-2 header .seperator {
    bottom: -27px;
  }

  .home-3 .seperator.seperator-up {
    top: -4px;
  }

  .home-3 .seperator {
    bottom: -4px;
  }
}

@media (max-width: 360px) {
  .home-3 .seperator.seperator-up {
    top: -6px;
  }

  .home-3 .seperator {
    bottom: -6px;
  }
}

@media (max-width: 320px) {
  .seperator {
    display: none;
  }
}

.section-padding {
  padding: 75px 0 70px;
}

.section-top {
  padding-top: 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  line-height: 36px;
  color: #333;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.5;
}

.section-title h2:after {
  content: "";
  width: 1px;
  bottom: -52px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  height: 32px;
  position: absolute;
  z-index: 1;
  background: #ec2328;
}

.section-title h2:before {
  content: "\f08a";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 95px;
  color: #ec2328;
}

@media (max-width: 320px) {
  .section-title h2:before {
    top: 89px;
  }
}

.section-title p {
  font-size: 14px;
  color: #666;
  margin: 15px auto 60px;
}

.section-background {
  position: relative;
}

.section-background:before {
  background-color: #ec2328;
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.button-group {
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  margin-top: 40px;
  left: 0;
  right: 0;
}

a.btn.btn-normal {
  background-color: #ec2328;
  color: #fff;
  padding: 8px 16px;
  border-style: solid;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}

a.btn.btn-normal:hover {
  border-color: #fff;
  background: 0 0;
  transition: all ease-in-out 0.5s;
}

.button-group .btn i.fa {
  margin-left: 5px;
}

.section-more {
  text-align: right;
  padding: 40px 0;
}

.white {
  color: #fff;
}

.container {
  position: relative;
}

header#inner-navigation {
  position: absolute;
  width: 100%;
}

.home-2 header#inner-navigation {
  position: relative;
}

.navbar-nav-wrapper {
  padding-right: 50px;
}

.navbar.navbar-default.reveal-menu-home.sticky-nav,
.sticky-nav-white {
  padding: 10px;
  background: #000;
  transition:
    background 0.5s ease-in-out 0s,
    padding 0.5s ease-in-out 0s;
  -webkit-transition:
    background 0.5s ease-in-out 0s,
    padding 0.5s ease-in-out 0s;
  -moz-transition:
    background 0.5s ease-in-out 0s,
    padding 0.5s ease-in-out 0s;
  -o-transition:
    background 0.5s ease-in-out 0s,
    padding 0.5s ease-in-out 0s;
  -ms-transition:
    background 0.5s ease-in-out 0s,
    padding 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
}

.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
.sticky-nav-white .logo a img,
#inner-navigation .navbar.navbar-sticky-in .logo img {
  width: 150px;
  transition: all ease-in-out 0.5s;
}

.reveal-menu-blog {
  background: #fff !important;
  padding: 15px !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.reveal-menu-blog ul.nav.navbar-nav li a {
  color: #444 !important;
}

.navbar.navbar-default {
  padding: 0;
  border-bottom: 0;
}

.sticky-nav-white {
  background-color: #fff !important;
}

.sticky-nav-white ul.nav.navbar-nav li a {
  color: #444 !important;
}

.reveal-menu-home {
  background-color: transparent;
}

.reveal-menu-home ul.nav.navbar-nav li a {
  color: #444;
}

.navbar.navbar-default ul.nav.navbar-nav {
  margin-top: 0;
}

.navbar.navbar-default.sticky-nav ul.nav.navbar-nav {
  margin-top: 2px;
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child {
  border-bottom: none;
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
#inner-navigation .nav.navbar-nav > li > a {
  font-size: 15px;
  font-family: "Shantell Sans", cursive;
  font-weight: 400;
  color: #fff;
  padding: 30px 0;
  position: relative;
  text-transform: capitalize;
}

#inner-navigation .sticky .nav.navbar-nav > li > a {
  color: #666;
}

#inner-navigation h1 {
  color: azure;
}

#inner-navigation .sticky h1 {
  color: #666;
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li.active a,
.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a:hover {
  background: 0 0;
  color: #ec2328 !important;
  transition: all ease-in-out 0.5s;
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:before {
  display: none;
}

.navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li,
#inner-navigation .nav.navbar-nav li {
  padding: 0;
  margin-bottom: 0;
  margin-left: 30px;
}

.slicknav_menu .slicknav_nav,
.slicknav_menu .slicknav_nav a:hover,
.slicknav_menu .slicknav_nav ul li {
  background: #ffffffd6;
}

.slicknav_menu .slicknav_nav {
  border-top: 1px solid #8b8b8b;
}

.slicknav_menu .slicknav_nav a {
  color: #000 !important;
  border-bottom: 1px solid #8b8b8b;
  font-family: "Shantell Sans", cursive;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar.navbar-default .navbar-header {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
  }

  .reveal-menu-blog .navbar-right {
    float: none !important;
    margin: 0 auto;
    width: 97%;
  }

  .reveal-menu-home .navbar-right {
    margin: 0 auto;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li,
  #inner-navigation .nav.navbar-nav li {
    margin-left: 10px;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
  #inner-navigation .nav.navbar-nav > li > a {
    font-size: 13px;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
    margin-bottom: 0;
    padding: 0;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 812px) {
  #inner-navigation .slicknav_nav {
    height: 265px;
    overflow-y: scroll;
    top: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar.navbar-default .navbar-toggle {
    border-color: #ec2328;
    background-color: #ec2328;
    margin-top: 10px;
    margin-right: 0;
  }

  #inner-navigation .navbar-sticky-in.navbar-default .slicknav_nav {
    top: 63px !important;
  }

  .navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar.navbar-default .navbar-toggle:hover {
    border-color: #fff;
    background-color: #fff;
  }

  .navbar.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ec2328;
  }

  .navbar.navbar-default .navbar-collapse {
    background: #1f1d26;
    border: none;
    margin-top: 15px;
    max-height: 415px;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a,
  #inner-navigation .nav.navbar-nav > li > a {
    color: #b6b3c4 !important;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .navbar.navbar-default ul.nav.navbar-nav {
    margin: 0;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li {
    margin: 0;
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .navbar.navbar-default .navbar-collapse ul.nav.navbar-nav li:last-child a {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .navbar.navbar-default .navbar-collapse {
    max-height: 225px;
  }
}

@media only screen and (max-width: 360px) {
  .navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
  .sticky-nav-white .logo a img {
    margin-top: 0;
    width: 150px;
  }

  .reveal-menu-home .logo a img {
    margin-top: 0;
    width: 150px;
  }
}

.logo {
  float: left;
  margin-top: 14px;
}

/* .navbar-sticky-in .logo {
    margin-top: 14px
} */

.logo a.sticky-logo,
.navbar-sticky-in .logo a {
  display: none;
}

.navbar-sticky-in .logo a.sticky-logo {
  display: block;
}

.home-2 .navbar-sticky-in .logo a {
  display: block;
}

@media (max-width: 991px) {
  .navbar-sticky-in .logo {
    margin-top: 15px;
    /* text-align: center; */
  }
}

#inner-navigation .navbar {
  border-bottom: 0;
  transition: all ease-in-out 0.5s;
  position: relative;
}

#inner-navigation .navbar.navbar-default {
  margin: 0;
  height: auto;
  background: 0 0;
}

#inner-navigation .navbar-nav {
  display: inline-block;
}

#inner-navigation .logo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#inner-navigation ul.nav-mini {
  padding-top: 3px;
  padding-right: 13px;
}

#inner-navigation ul.nav-mini li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  background: #00bcd4;
  border-radius: 5px;
  padding: 2px 10px;
}

#inner-navigation ul.nav-mini li:last-child {
  margin-right: 0;
}

#inner-navigation ul.nav-mini li i {
  color: #fff;
  padding-right: 5px;
}

#inner-navigation .nav.navbar-nav {
  float: left;
  transition: all ease-in-out 0.5s;
  margin-right: 0;
}

#inner-navigation .nav.navbar-nav li a:hover,
#inner-navigation .nav.navbar-nav li.active > a {
  color: #ec2328 !important;
  text-decoration: none;
  background: 0 0;
}

#inner-navigation .nav.navbar-nav > li:last-child > a:after {
  display: none;
}

#inner-navigation .nav.navbar-nav li ul {
  z-index: 99999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 80px;
  left: -15px;
  width: 200px;
  display: none;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-left: 2px solid #ec2328;
  border-right: 2px solid #ec2328;
  -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
}

#inner-navigation .nav.navbar-nav li ul li a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 14px 20px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #444;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
  font-family: "Shantell Sans", cursive;
}

#inner-navigation .nav.navbar-nav li ul li a i {
  float: right;
}

#inner-navigation .nav.navbar-nav li > ul > li:last-child > a,
#inner-navigation .navbar-nav li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}

#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
  color: #444;
}

#inner-navigation .nav.navbar-nav li ul li:hover a,
.nav.navbar-nav li ul li ul li:hover a {
  padding-left: 25px;
  padding-right: 15px;
  color: #ec2328;
}

#inner-navigation .nav.navbar-nav li ul li ul {
  position: absolute;
  left: 196px;
  top: -2px;
}

#inner-navigation .nav.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

#inner-navigation .nav.navbar-nav li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

#inner-navigation .nav.navbar-nav li ul li {
  display: block;
  text-align: left;
  margin-left: 0;
}

.slicknav_menu .slicknav_btn.slicknav_open:before,
.slicknav_menu .slicknav_btn.slicknav_collapsed:before {
  color: #fbfbfb;
}

.home-2 .slicknav_menu .slicknav_btn.slicknav_open:before,
.home-2 .slicknav_menu .slicknav_btn.slicknav_collapsed:before {
  color: #eb262a;
}

@media only screen and (max-width: 1200px) {
  .logo-wrapper {
    width: 50%;
  }

  .logo img {
    float: left;
  }

  #inner-navigation .navbar-nav-wrapper {
    width: 0%;
  }

  #inner-navigation .navbar {
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #inner-navigation .navbar-brand {
    line-height: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #inner-navigation .navbar-arrow > ul > li .arrow-indicator,
  #inner-navigation .navbar-arrow ul ul > li .arrow-indicator {
    display: none;
  }

  #inner-navigation ul.nav-mini {
    padding-right: 0;
  }

  #inner-navigation ul.nav-mini li {
    margin-right: 5px;
    padding: 2px 6px;
  }
}

@media (max-width: 767px) {
  #inner-navigation .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }

  #inner-navigation .navbar.navbar-default {
    /*padding: 10px 0*/
  }
}

#inner-navigation .navbar-sticky-in {
  z-index: 101;
  transition: all ease-in-out 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
}

#inner-navigation .navbar-sticky-in.navbar-default {
  background-color: #fbfbfb;
  box-shadow: 0 0 5px #ccc;
}

#inner-navigation .navbar-sticky-in.navbar-default .nav.navbar-nav {
  padding-top: 0;
  margin-top: 0;
}

#inner-navigation .navbar-sticky-in .navbar-nav > li > ul {
  top: 80px;
}

#inner-navigation .transparent-header .navbar-sticky-in {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
  border: none;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1200px) {
  #inner-navigation .navbar.navbar-default {
    /*padding: 10px*/
  }

  .sticky .slicknav_btn.slicknav_open:before,
  .sticky .slicknav_btn.slicknav_collapsed:before {
    color: #ec2328;
  }

  #inner-navigation .transparent-header .navbar-sticky-in {
    padding: 10px 0;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  #inner-navigation .slicknav_btn {
    top: 25px;
  }

  #inner-navigation .navbar-sticky-in.navbar-default .slicknav_btn {
    top: 25px;
  }

  #inner-navigation .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    font-size: 21px;
    color: #ec2328;
  }

  .home-2 #inner-navigation .slicknav_btn.slicknav_open:before,
  .home-2 .slicknav_btn.slicknav_collapsed:before {
    color: #ec2328;
  }
}

.single-slider {
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.single-slider:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.slider-title {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}

.slider-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.slider-title h1 span {
  color: #ec2328;
}

.slider-title p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.owl-item.active .slider-title-animation {
  animation: slideInDown 0.5s;
}

.owl-item.active .slider-animation-up {
  animation: slideInUp 0.5s;
}

.slider-active .owl-nav div {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  font-weight: 300;
}

.owl-nav div.owl-next {
  left: auto;
  right: 70px;
  font-weight: 300;
  opacity: 1;
  transition: 0.9s;
}

.owl-nav div:hover.owl-next {
  color: #ec2328;
}

.owl-nav div.owl-prev {
  right: auto;
  left: 70px;
  font-weight: 300;
  opacity: 1;
  transition: 0.9s;
}

.owl-nav div:hover.owl-prev {
  color: #ec2328;
}

.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
  font-size: 36px;
}

.slider-active .owl-dots {
  position: absolute;
  left: 48%;
  bottom: 0;
}

.slider-active.owl-carousel .owl-dot {
  display: inline-block;
}

.slider-active.owl-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 4px;
  border-radius: 20px;
  background: #d5d5d5;
}

.slider-active.owl-carousel .owl-dot.active span {
  background: #ec2328;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}

.animation-header-text span {
  padding: 0 !important;
}

.coundown-area {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.coundown-title {
  color: #f1f1f1;
  font-size: 60px;
  padding-bottom: 20px;
}

.coundown-title span {
  color: #ec2328;
}

.coundown-subtitle {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #f1f1f1;
  padding-bottom: 30px;
  text-transform: lowercase;
}

.coundown_box {
  width: 130px;
  margin: 0 auto;
  height: 120px;
  border: 1px solid #fff;
  position: relative;
}

.coundown_box_time {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 20%;
}

.coundown_box .coundown_box_time h2 {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 400;
}

.coundown_box .coundown_box_time p {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.coundown_box:before,
.coundown_box:after {
  content: "";
  top: 50%;
  height: 37px;
  width: 37px;
  background: 0 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-bottom-left-radius: 3px;
}

.coundown_box:after {
  left: -19px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.coundown_box:before {
  right: -19px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.breadcumb {
  background-image: url(../images/header/breadcrumb.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.breadcumb-height {
  min-height: 350px;
}

.breadcumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  z-index: -1;
}

.breadcumb-bg-1::after {
  background: linear-gradient(0deg, #ec2328 -30%, #000000 30%);
  opacity: 0.4;
}

.col-lg-8.my-auto {
  display: block;
  width: 100%;
  margin: 165px auto 0;
}

.page-breadcumb h2 {
  color: #fff;
}

.page-breadcumb p,
.page-breadcumb a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0 auto 0;
}

.page-breadcumb a {
  color: #ccc;
}

.parallax {
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.parallax:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#wd-banner {
  position: relative;
  padding: 0;
  /*height: 658px;*/
  overflow: hidden;
  height: calc(100vh - 100px);
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

#wd-banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#kenburns_061 {
  max-height: 100vh !important;
}

.kbrns_zoomInOut > .carousel-inner > .item > img,
.kbrns_zoomInOut > .carousel-inner > .item > a > img {
  animation: none !important;
}

.home-3 #wd-banner {
  height: 100vh;
}

#wd-banner .s-list {
  position: relative;
}

.black-overlay,
.blue-overlay {
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blue-overlay {
  background: linear-gradient(to right, rgb(199, 19, 26), rgba(0, 0, 0, 0.6));
}

.black-overlay-se {
  background: linear-gradient(-33deg, #000000 50%, #ffff0000);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wd-banner .banner_caption_text {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 34%;
  width: 50%;
  height: auto;
  padding: 10px 0;
  z-index: 2;
}

#wd-banner .banner_caption_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/body/fancy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17%;
  height: 100%;
}

#wd-banner .banner_caption_text:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 80%;
  background-image: url(../images/body/fancy-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17%;
  height: 100%;
  background-position: bottom;
}

@media only screen and (max-width: 1300px) {
  #wd-banner .banner_caption_text:before {
    display: none;
  }
  #wd-banner .banner_caption_text:after {
    display: none;
  }
}

#wd-banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  height: 10px;
  width: 10px;
}

#wd-banner .swiper-pagination-bullet-active {
  background: #ec2328;
}

.home-1 #wd-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.home-1 #wd-banner .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 120px;
}

.heart-arrow {
  position: absolute;
  left: calc(25% - 1px);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.heart-arrow span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(25% - 1px);
  opacity: 0.8;
  background-color: #ec2328;
  animation: animate-line-3 8s ease-in-out infinite;
  -moz-animation: animate-line-3 8s ease-in-out infinite;
  -webkit-animation: animate-line-3 8s ease-in-out infinite;
  -o-animation: animate-line-3 8s ease-in-out infinite;
  -ms-animation: animate-line-3 8s ease-in-out infinite;
}

.heart-arrow span,
.heart-arrow2 span {
  color: #ec2328;
}

.heart-arrow1 span {
  color: #fff;
}

@keyframes animate-line-3 {
  0% {
    opacity: 0;
    top: 0;
  }

  20% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
    top: 50%;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

.heart-arrow1 {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.heart-arrow1 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(50% - 1px);
  opacity: 0.8;
  background-color: #9c9c9c;
  animation: animate-line-2 6s ease-in-out infinite;
  -moz-animation: animate-line-2 6s ease-in-out infinite;
  -webkit-animation: animate-line-2 6s ease-in-out infinite;
  -o-animation: animate-line-2 6s ease-in-out infinite;
  -ms-animation: animate-line-2 6s ease-in-out infinite;
}

@keyframes animate-line-2 {
  0% {
    opacity: 0;
    bottom: 0;
  }

  20% {
    opacity: 0.5;
    bottom: 20%;
  }

  50% {
    opacity: 1;
    bottom: 50%;
  }

  80% {
    opacity: 0.5;
    bottom: 80%;
  }

  100% {
    bottom: 100%;
    opacity: 0;
  }
}

.heart-arrow2 {
  position: absolute;
  left: calc(75% - 1px);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.heart-arrow2 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: calc(75% - 1px);
  opacity: 0.8;
  background-color: #9c9c9c;
  animation: animate-line-3 5s ease-in-out infinite;
  -moz-animation: animate-line-3 5s ease-in-out infinite;
  -webkit-animation: animate-line-3 5s ease-in-out infinite;
  -o-animation: animate-line-3 5s ease-in-out infinite;
  -ms-animation: animate-line-3 5s ease-in-out infinite;
}

@keyframes animate-line-3 {
  0% {
    opacity: 0;
    top: 0;
  }

  20% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
    top: 50%;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

#wd-banner .banner_caption_text h2 {
  color: #fff;
  margin: 0;
  position: relative;
  font-weight: 600;
  font-size: 52px;
  margin-bottom: 20px;
  z-index: 10;
}

#wd-banner .banner_caption_text h3 {
  position: relative;
  color: #fff;
  z-index: 10;
}

#wd-banner.mt_video .banner_caption_text {
  width: 60%;
  top: 38%;
}

#wd-banner.mt_video .banner_caption_text h1 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.3;
  /*margin-bottom:*/
}

#wd-banner .banner_caption_text h1 span {
  font-size: 28px;
  display: block;
}

#wd-banner .banner_caption_text p {
  display: inline-block;
  font-size: 16px;
  background: #f33437;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  /*display: inline-flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.text-date p span {
  font-size: 28px;
  /*padding-left: 15px*/
  display: block;
}

.text-date i {
  font-size: 500px;
  color: rgba(253, 37, 48, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#wd-banner.mt_video .banner_caption_text p {
  margin-top: 0;
}

#wd-banner .banner_caption_text h3 {
  font-size: 28px;
  font-weight: 300;
}

.home-4 #wd-banner .banner_caption_text h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

#wd-banner svg.wave-shape {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(248, 255, 254, 0.81);
  width: 55px;
  height: 55px;
  line-height: 50px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
  border: 4px solid rgba(248, 255, 254, 0.91);
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 0.5;
}

.hero-slider .swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 25px;
  color: red;
}

.hero-slider .swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 25px;
  color: red;
}

@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  #wd-banner.wd-slider-ot .banner_caption_text h2 {
    font-size: 40px;
  }

  .text-date h4 {
    margin-top: 0;
  }

  #wd-banner .banner_caption_text:before,
  #wd-banner .banner_caption_text:after {
    top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #wd-banner {
    position: relative;
  }

  #wd-banner.mt_video .banner_caption_text {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  #wd-banner .banner_caption_text h2,
  #wd-banner.mt_video .banner_caption_text h2,
  #wd-banner.wd-slider-ot .banner_caption_text h2 {
    font-size: 30px;
    line-height: 48px;
  }

  #wd-banner .banner_caption_text h3 {
    font-size: 21px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 639px) {
  #wd-banner {
    background-position: 25% center !important;
  }

  #wd-banner .banner_caption_text h2,
  #wd-banner.mt_video .banner_caption_text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
  }

  #wd-banner .banner_caption_text {
    top: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -12px !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -12px !important;
  }

  #wd-banner .banner_caption_text h3,
  .home-4 #wd-banner .banner_caption_text h3 {
    font-size: 18px;
  }

  #wd-banner .banner_caption_text .mt_btn_red,
  #wd-banner .banner_caption_text .mt_btn_green,
  #wd-banner .banner_caption_text input[type="submit"] {
    font-size: 12px;
  }

  #wd-banner .ps_indicators_txt_icon > .carousel-indicators {
    display: block;
  }
}

.swiper-container {
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: none !important;
}

.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:before,
.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 45px;
  position: absolute;
  right: 25px;
  color: #fff;
}

.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  content: "\f104";
  left: 25px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.home-2 .top-head,
.home-3 .top-head {
  background: #fff;
  position: relative;
}

.top-head-container {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.top-head ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top-head ul li {
  display: inline-block;
}

.top-head .top-contact {
  display: inline-block;
  float: left;
  width: 50%;
}

.top-contact ul > li > a {
  font-weight: 500;
  font-size: 15px;
  margin-right: 20px;
  color: #666;
}

.top-contact ul > li > a:hover {
  color: #ec2328;
}

.top-contact ul li i.fa {
  color: #ec2928;
  padding-right: 5px;
  font-size: 16px;
}

.top-bar-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
}

.top-bar-right .social-link-t {
  display: inline-block;
}

.social-link-t ul li a {
  color: #666;
  border: 1px solid #fbfbfb;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}

.social-link-t ul li a:hover {
  color: #ec2328;
  border: 1px solid #ec2328;
  transition: all ease-in-out 0.3s;
}

.home-2 .navbar-fixed-top {
  position: relative;
  background: #fff !important;
}

.home-2 #inner-navikbrns_zoomInOutgation .nav.navbar-nav > li > a {
  color: #666;
}

.home-2 .wd-slide {
  height: initial !important;
}

.home-2 .wd-slide #kenburns_061 {
  max-height: 565px;
}

.home-2 .wd-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.wd-slide #kenburns_061 {*/
/*    max-height: 900px*/
/*}*/

#wd-banner.wd-slider-ot .banner_caption_text {
  top: 28%;
  width: 50%;
}

#wd-banner.wd-slider-ot .banner_caption_text h2 {
  font-size: 48px;
}

@media only screen and (max-width: 1400px) {
  #wd-banner.wd-slider-ot .banner_caption_text h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 700px) {
  #wd-banner.wd-slider-ot .banner_caption_text h2 {
    font-size: 30px;
  }
}

#wd-banner.wd-slider-ot .banner_caption_text p {
  font-size: 12px;
}

.wd-slider-ot .text-date h4 {
  margin-top: 5px;
  font-size: 32px;
}

.wd-slide .ps_indicators_txt_icon > .carousel-indicators {
  top: inherit;
  bottom: 50px;
}

.wd-slide .ps_indicators_txt_icon > .carousel-indicators .active {
  border-bottom: none;
  color: #ec2328;
  width: auto;
}

.wd-slide .ps_indicators_txt_icon > .carousel-indicators li {
  font-size: 8px;
  width: auto;
}

.wd-slide .ps_indicators_txt_icon > .carousel-indicators li:after {
  content: "\f111";
}

.home-2 .quote-img img,
.home-3 .quote-img img {
  border: 10px solid #fbfbfb;
}

.wd-slide .ps_control_txt_icon .carousel-control {
  top: 42%;
  width: auto;
  height: auto;
}

.ps_control_txt_icon .carousel-control.left span:after,
.ps_control_txt_icon .carousel-control.right span:before {
  display: none;
}

.wd-slide .ps_control_txt_icon .carousel-control > span {
  font-size: 50px;
}

.top-head.top-home-3 {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  background: #ffffff20;
}

.top-home-3 .dropdown-content {
  display: none;
}

.home-3 .top-head-container {
  border-bottom: none;
}

.home-3 #inner-navigation .navbar {
  top: 0px;
  background: #ffffff2e;
}

.home-3 #inner-navigation .navbar-sticky-in.navbar-default {
  border-bottom: none;
  top: 0;
  background: #fbfbfb;
}

.home-3 .top-contact ul > li > a {
  color: #fbfbfb;
}

.home-3 .social-link-t ul li a {
  color: #fbfbfb;
  border: 1px solid #eee;
}

.home-3 .social-link-t ul li a:hover {
  color: #ec2328;
  border: 1px solid #ec2328;
  transition: all ease-in-out 0.3s;
}

.home-3 .dropdown .dropbtn {
  background-color: transparent;
  color: #fbfbfb;
}

.home-3 .dropdown:hover .dropbtn {
  background-color: transparent;
}

.home-3 .wd-slide .ps_control_txt_icon .carousel-control {
  top: 50%;
}

.home-3 #wd-banner.wd-slider-ot .banner_caption_text {
  top: 31%;
}

.home-planner #inner-navigation .navbar {
  background: #ffffff2e;
}

#about-us {
  position: relative;
  /*padding-bottom: 0*/
}

.home-1 #about-us {
  padding-top: 40px;
}

.home-4 #about-us {
  padding-top: 65px;
}

.section-title p {
  text-transform: none;
}

.section-title h2 span {
  color: #ec2328;
}

.about-text p {
  line-height: 1.5;
  color: #666;
  text-transform: none;
  width: 80%;
  margin: 0 auto 25px;
}

.about-item {
  position: relative;
  overflow: hidden;
}

.about-item .a-caption {
  position: absolute;
  background: rgba(243, 56, 7, 0.92);
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  text-align: center;
  transform: translateY(100px);
}

.about-item:hover .a-caption {
  transition: all ease-in-out 0.5s;
  transform: translateY(0px);
}

.single-about-item {
  text-align: center;
}

.about-slider .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}

.about-slider .owl-dot {
  background: #ddd;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.5s;
}

.about-slider .owl-dot.active {
  background: #008cba;
}

.the-couple {
  position: relative;
  /*min-height: 300px*/
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  z-index: 3;
}

.the-couple.bride {
  z-index: 2;
}

.the-couple.groom {
  flex-direction: row-reverse;
}
.the-couple.groom .about-couple {
  margin-right: -20px;
}

.the-couple.bride .about-couple {
  margin-left: -20px;
}

.about-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-couple-1 .about-top {
  flex-direction: row-reverse;
}

.about-couple-1 .about-top h3 {
  margin-left: 0;
  margin-right: 20px;
}

.couple-img {
  border-radius: 50%;
  display: inline-block;
  width: 212px;
  height: 212px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 8px solid #fff;
  box-shadow: 0 0 15px #eee;
  flex: 0 0 auto;
}

.couple-img h4 {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  padding: 90px 7px;
  opacity: 0;
  font-size: 28px;
  font-family: dosis, sans-serif;
  transition: all ease-in-out 0.3s;
}

.the-couple:hover .couple-img h4 {
  opacity: 0.7;
  transition: all ease-in-out 0.3s;
}

.couple-img:before {
  background: #fff;
  content: "";
  height: 70px;
  left: -155px;
  opacity: 0.2;
  position: absolute;
  top: 77%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  z-index: 1;
}

.the-couple:hover .couple-img:before {
  left: 40%;
  top: -14%;
}

.about-couple {
  /*position: absolute;*/
  top: 15px;
  right: 0;
  width: calc(100% - 190px);
}

.about-couple.about-couple-1 {
  right: inherit;
  left: 0;
}

.about-couple h3 {
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.home-4 .about-couple h3 {
  font-size: 21px;
}

.cp-detail {
  padding: 20px 30px;
  border: 8px solid #fff;
  /*margin-top: 45px;*/
  box-shadow: 0 5px 35px #e4e4e4;
  background: #fbfbfb;
  border-radius: 10px;
}

.cp-detail p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0;
}

.cp-social ul {
  display: inline-block;
  float: right;
  list-style: none;
  padding-left: 0;
}

.cp-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fbfbfb;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease-in-out;
}

.cp-social li:hover {
  background: #ec2328;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.cp-social li a {
  color: #ec2328;
  font-size: 16px;
  padding: 8px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}

.cp-social li a:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#about-us.aboutus-inner {
  padding-bottom: 70px;
}

.aboutus-inner .the-couple {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}

.aboutus-inner .the-couple.couple-bride {
  margin-bottom: 0;
}

.aboutus-inner .about-couple {
  width: 80%;
  position: relative;
  float: right;
}

.couple-bride .couple-img,
.couple-bride .about-couple h3 {
  float: right;
  padding-left: 0;
}

.aboutus-inner .couple-bride .about-couple,
.couple-bride .cp-social ul {
  float: left;
}

.aboutus-page .the-quote {
  margin-bottom: 80px;
}

section#about-us.aboutus {
  padding-bottom: 70px;
}

.the-countdown {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .the-countdown,
  .the-quote,
  .footer-widgets {
    background-attachment: initial !important;
    background-position: center !important;
  }
}

.the-countdown:before {
  content: "";
  position: absolute;
  right: -105px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: #fff;
  z-index: 1;
  transform: skewX(-20deg);
}

.the-countdown.layered-b .count-img i {
  border-color: #d3d3d3;
}

.count-img {
  position: relative;
  z-index: 1;
}

.count-img:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 23px;
  width: 240px;
  height: 240px;
  background-image: url("../images/flower1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(320deg);
}

.count-img i {
  border: 10px solid #f8f8f8;
  position: absolute;
  right: 230px;
  top: 36px;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background: #fff;
  font-size: 90px;
  text-align: center;
  line-height: 1.4;
  color: #ed4144;
}

.count-titles {
  position: relative;
  z-index: 1;
  margin: 0;
}

.count-titles h2 {
  color: #fff;
  margin-bottom: 20px;
}

.act-counter {
  display: inline-block;
  width: 100%;
  padding: 50px 0 0;
}

.act-counter #demo {
  position: relative;
  font-size: 76px;
  font-weight: 600;
  color: #fff;
  font-family: dosis, sans-serif;
}

.act-counter #demo span {
  font-size: 24px;
  padding: 0 10px;
}

@media (max-width: 1100px) {
  .count-img i {
    right: 180px;
  }

  .act-counter #demo {
    font-size: 72px;
  }
}

@media (max-width: 991px) {
  .count-img i {
    right: 100px;
    top: -24px;
  }

  .count-img:before {
    right: -10px;
    top: 0;
    height: 140px;
    width: 140px;
  }
}

.the-quote {
  position: relative;
  overflow: hidden;
}

.the-quote:before {
  content: "";
  position: absolute;
  left: -105px;
  top: 0;
  bottom: 0;
  width: 40%;
  background: #fff;
  z-index: 1;
  transform: skewX(-20deg);
}

.quote-titles {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

.quote-titles h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

.quote-counter {
  position: relative;
  padding-left: 120px;
}

.quote-counter p {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  padding: 10px 0;
  font-family: dosis, sans-serif;
}

/*.quote-counter p:before {*/
/*    content: "\f10d";*/
/*    font-family: fontawesome;*/
/*    position: absolute;*/
/*    left: 17%;*/
/*    top: 65px;*/
/*    font-size: 40px*/
/*}*/

.quote-titles button.btn {
  margin: 0;
}

.quote-img {
  position: relative;
  z-index: 1;
}

.quote-img:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -40px;
  width: 270px;
  height: 270px;
  background-image: url("../images/flower1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(140deg);
}

.quote-img img {
  border: 10px solid #f8f8f8;
  position: absolute;
  left: 130px;
  top: -36px;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

@media (max-width: 1100px) {
  .quote-img img {
    width: 250px;
    height: 250px;
  }
}

.the-wishes {
  position: relative;
  padding: 0 0 55px;
}

.home-3 .the-wishes {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/gl-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 70px;
}

.wish-titles {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

.wish-titles h2 {
  color: #fff;
  margin-bottom: 20px;
}

.wish-titles .owl-carousel .owl-nav {
  display: none;
}

.the-wishes .testimony-slide {
  position: relative;
  margin-top: 25px;
}

.the-wishes .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 100px;
  height: 100px;
}

.the-wishes .testimony-slide figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.the-wishes .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}

.the-wishes .testimony-slide blockquote {
  border: none;
  margin: 15px auto 20px;
  width: 60%;
  position: relative;
  border-radius: 4px;
}

.the-wishes .testimony-slide blockquote p {
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
}

section#our-story {
  position: relative;
  padding-bottom: 0;
}

.story-timeline {
  position: relative;
}

.story-timeline.story-time-mb {
  display: none;
}

.story-lt-rt {
  position: relative;
}

.story-lt-rt.story-lt {
  text-align: right;
}

.expand-story {
  display: inline-block;
  width: 91%;
  /*margin-top: 35px;*/
  padding: 0 30px;
  margin-bottom: 50px;
}

.story-rt .expand-story {
  margin-right: 0;
  /*margin-left: 25px*/
}

.story-head h6 {
  /*padding: 0 45px;*/
  font-family: dosis, sans-serif;
  font-weight: 400;
}

.expand-story p {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  background: #fff;
  color: #666;
  min-height: 155px;
  padding: 30px 25px;
  box-shadow: 0 5px 35px #e4e4e4;
  border-radius: 10px;
}

.expand-story p:after {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 35px;
  position: absolute;
  right: -22px;
  top: 22px;
  color: #fff;
  text-shadow: 20px 0 24px #eee;
}

.story-rt .expand-story p:after {
  right: initial;
  left: -22px;
  transform: rotate(180deg);
}

.story-head:before {
  content: "";
  position: absolute;
  bottom: -270px;
  right: -30px;
  width: 2px;
  height: 250px;
  /*background: #ec2328;*/
  /*border-radius: 50%*/
  border-right: 2px dashed #ec2328;
}

.story-rt .expand-story .story-head:before {
  right: inherit;
  left: -30px;
}

.story-head {
  position: relative;
  margin-bottom: 15px;
}

.story-lt .expand-story .story-head {
  margin-right: -16px;
}

.story-rt .expand-story .story-head {
  margin-left: -16px;
}

.story-head h3 {
  margin-bottom: 10px;
}

.home-4 .story-head h3 {
  font-size: 21px;
}

.image-story {
  width: 90%;
  margin: 0 auto 80px;
}

.image-story:before {
  content: "";
  position: absolute;
  border: 2px solid #fbfbfbad;
  top: 10px;
  left: 38px;
  right: 38px;
  bottom: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.image-story:hover:before {
  background: #fbfbfb52;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

section.section-padding.our-story {
  padding-bottom: 0;
}

.wedding-event {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
}

.wedding-event .section-title {
  position: relative;
  z-index: 1;
}

.wedding-event .section-title h2 {
  color: #333;
}

.event-dates {
  margin-top: 30px;
  position: relative;
}

.event-dates > .row {
  display: flex;
  justify-content: center;
}

.event-dates .banner-event {
  position: absolute;
  top: 20px;
  left: 0;
  width: 555px;
  z-index: 3;
  bottom: 55px;
}

.banner-event .sticky {
  position: absolute;
  z-index: 1;
  width: 555px;
}

.event-img {
  padding: 40px 80px;
  margin-top: 0;
  position: relative;
}

.event-img img {
  padding: 15px;
  background: #fbfbfb;
  border: 2px solid #eee;
  transform: rotate(-5deg);
  box-shadow: -16px 12px 60px #969696;
}

.event-img:before {
  content: "";
  position: absolute;
  top: -45px;
  right: -6px;
  background-image: url("../images/flower1.png");
  width: 50%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.event-img:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: -22px;
  height: 40%;
  width: 45%;
  background-image: url("../images/flower2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(0);
  z-index: 0;
}

.event-stack {
  position: relative;
  text-align: left;
  padding: 25px;
  /*background: #ebebeb;*/
  z-index: 1;
  overflow: hidden;
  /*border: 5px solid #fff;*/
  box-shadow: 0 0 32px #cdcdcd;
  margin-bottom: 40px;
  border-radius: 10px;
}

.event-stack h3 {
  padding-bottom: 10px;
  text-align: center;
}

.home-4 .event-stack h3 {
  font-size: 21px;
}

.event-stack ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.event-stack ul li {
  color: #333;
  padding: 5px 15px 5px 0;
  font-size: 14px;
  display: inline-block;
}
.event-stack ul li:last-child {
  padding-right: 0;
}

.event-stack ul li i.fa {
  width: 15px;
  text-align: center;
  margin-right: 5px;
}

.event-stack p {
  font-size: 16px;
  display: inline-block;
  /*text-align: center;*/
  width: 100%;
  /*padding: 10px 8px 10px 0;*/
  margin-bottom: 0;
}

.event-stack a.read-btn {
  margin-top: 0;
}

.event-stack a.read-btn:hover {
  background: 0 0;
  color: #ec2328;
  border-color: #ec2328;
}

.event-stack a.read-btn:hover i.fa {
  padding-left: 5px;
  transition: all ease-in-out 0.3s;
}

.event-stack button.btn {
  padding: 8px 14px;
  margin: 15px 0 5px;
  position: absolute;
  right: 29px;
  bottom: 35px;
}

.event-stack.event-left button.btn {
  right: inherit;
  left: 29px;
}

.wedding-event .modal-dialog .modal-content {
  display: block;
}

.wedding-event .modal-content .modal-body {
  padding: 0;
}

.wedding-event .modal-content .modal-body iframe {
  width: 100%;
}

.g-registry-inner {
  position: relative;
}

.g-registry-inner .owl-registry .owl-item img {
  border: 1px solid #eee;
  box-shadow: 0 0 32px #eee;
}

.imp-people {
  position: relative;
  overflow: hidden;
}

.important-people ul.nav.nav-tabs {
  margin-bottom: 40px !important;
  display: block;
  width: 28.9%;
  margin: 0 auto;
  border-bottom: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

.important-people ul.nav-tabs li a {
  border: 1px solid #938f8f;
  background: 0 0;
  color: #727272;
  font-size: 20px;
  border-radius: 0;
  padding: 6px 16px;
  margin: 0 10px;
  border-radius: 20px;
  font-weight: 600;
}

.important-people ul.nav-tabs li a:hover {
  background: #ec2328;
  color: #fbfbfb;
  border-color: #ec2328;
  transition: all ease-in-out 0.3s;
}

.important-people ul.nav-tabs li.active a {
  color: #fbfbfb;
  background: #ec2328;
  border: 1px solid #ec2328;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: 1px solid #ec2328;
}

.our-team {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.team-img {
  overflow: hidden;
  position: relative;
  height: 240px;
  width: 240px;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 15px #ccc;
}

.team-img:before {
  background: #fff;
  content: "";
  height: 70px;
  left: -150px;
  opacity: 0.2;
  position: absolute;
  top: 77%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 300px;
  z-index: 1;
}

.our-team:hover .team-img:before {
  left: 40%;
  top: -14%;
}

.team-img img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #fbfbfb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.link {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 35px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}

.team-img .link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.our-team:hover .link {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  z-index: 1;
  background: #000000b3;
  padding: 98px 26px;
}

.link ul li {
  margin-bottom: 15px;
  display: inline-block;
}

.our-team .link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 2px 0;
  font-size: 16px;
  color: #fbfbfb;
  margin: 0 3px;
  background: #ec2328e6;
}

.our-team .link a:hover {
  background: #ec2328;
  color: #fff;
  border-color: #ec2328;
}

.our-team .team-content {
  padding: 10px 0 5px;
  position: relative;
}

.our-team .team-content h4 {
  color: #666;
  margin: 0;
  font-weight: 600;
}

.our-team .title {
  display: block;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 7px;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #666;
}

@media (max-width: 1100px) {
  .team-img {
    width: 200px;
    height: 200px;
  }

  .our-team:hover .link {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .imp-people {
    padding-bottom: 50px;
  }

  .our-team {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) and (min-width: 641px) {
  .team-img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 639px) {
  .team-img {
    width: 250px;
    height: 250px;
  }
}

.people-inner .our-team {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 40px;
  border: 1px solid #eee;
  box-shadow: 0 0 32px #eee;
}

#the-gallery {
  position: relative;
  padding-bottom: 0;
}

.portfolio-inner .mix {
  display: none;
  padding: 4px;
}

.masonry-gallery .col-md-3 {
  padding: 3px;
}

ul.gallery {
  padding: 0;
  list-style: none;
  margin-left: 8px;
  text-align: center;
  margin-bottom: 35px;
  min-width: 100px;
}

ul.gallery li {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  min-width: 115px;
  font-weight: 500;
}

ul.gallery li:hover {
  color: #fff;
  border: 1px solid #ec2328;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ec2328;
}

ul.gallery li.active {
  border: none;
  color: #fff;
  border: 1px solid #ec2328;
  background: #ec2328;
}

.gallery .item {
  position: relative;
  overflow: hidden;
}

.portfolio-posts .mix:hover .item img {
  filter: grayscale(90%);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.gallery .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff6e;
  opacity: 0;
  z-index: 2;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.6s;
}

.gallery .item:hover::before {
  opacity: 1;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.6s;
}

.mix .item i.fa {
  position: absolute;
  bottom: 20%;
  left: 47%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  color: #fbfbfb;
  opacity: 0;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  z-index: 4;
  background: #ec2328de;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.portfolio-posts .mix:hover .item i.fa,
.wide-gallery .mix .item:hover i.fa {
  bottom: 45%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.wide-gallery .col-md-12 {
  padding: 0 5px;
}

.wide-gallery .col-md-4 {
  padding: 0 5px;
}

.wide-gallery .col-md-4:nth-child(n + 7) {
  /*display: none;*/
}

.drop-left .col-md-8 {
  padding-left: 9px;
}

.drop-left .col-md-4 {
  padding-left: 15px;
  padding-right: 0;
}

.drop-right .col-md-8 {
  padding-right: 8px;
}

.drop-right .col-md-4 {
  padding-right: 15px;
  padding-left: 0;
}

.wide-gallery .item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wide-gallery .item img {
  /*border-radius: 10px*/
}

.gallery-quote {
  padding: 5px 0;
  position: relative;
}

.gallery-quote h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  text-align: center;
}

.btn {
  background: #fbfbfb;
  color: #ec2328;
  border-color: #ec2328;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 15px;
  font-size: 16px;
}

.btn:hover {
  background: #ec2328;
  color: white;
  border: 1px solid #ec2328;
}

.btn_red {
  background: #ec2328;
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 0;
  margin: 15px 15px 15px 0;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  font-style: italic;
  border: 1px solid #ec2328;
}

.btn_red:hover {
  opacity: 0.9;
  color: #fff;
}

.our_store {
  background: #fbfbfb;
  padding: 75px 0 50px;
}

.our_store .col-sm-3.col-xs-12 {
  padding: 0 10px;
}

.rt-product-wrapper {
  border: 1px solid #f1f1f1;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.rt-product-wrapper:hover {
  border-bottom-color: #ec2328;
  transition: all 0.5s;
}

.rt-product-wrapper .product-image img {
  transition: all 0.5s;
}

.rt-product-wrapper:hover .product-image img {
  transform: rotate(15deg) scale(1.2);
  transition: all 0.5s;
}

.product-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}

.rt-product-wrapper .product-label span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 15px;
  background: #333;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.rt-product-wrapper .product-label span.hot {
  background: #eb262a;
  text-align: center;
  left: inherit;
  right: 0;
}

.rt-product-meta-wrapper {
  text-align: center;
  background: #fff;
  padding: 28px 15px 30px;
}

.product-categories,
.product-categories a {
  color: #ec2328a3;
}

h3.product_title {
  margin: 15px 0;
  font-size: 24px;
}

.rt-product-meta-wrapper del {
  opacity: 0.6;
  font-size: 16px;
}

.rt-product-meta-wrapper ins {
  padding-left: 15px;
  text-decoration: none;
  font-size: 16px;
}

.rt-product-meta-wrapper .btn_red {
  margin-bottom: 0;
}

.our_store .slick-prev,
.our_store .slick-next {
  top: -50px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  height: 35px;
  width: 35px;
  margin-top: 0;
}

.our_store .slick-prev {
  right: 55px;
  left: inherit;
}

.our_store .slick-next {
  right: 10px;
}

.our_store .slick-prev:before,
.our_store .slick-next:before {
  font-size: 32px;
  color: #666;
}

.our_store .slick-prev:hover,
.our_store .slick-prev:focus,
.our_store .slick-next:hover,
.our_store .slick-next:focus,
.our_store .slick-prev:visited,
.our_store .slick-next:visited {
  color: #666;
  outline: none;
  background: #eb262a;
  border-color: #eb262a;
  transition: all 0.5s;
}

.our_store .slick-prev:hover:before,
.our_store .slick-prev:focus:before,
.our_store .slick-next:hover:before,
.our_store .slick-next:focus:before {
  color: #fff;
  transition: all 0.5s;
}

@media (max-width: 1100px) {
  .rt-product-meta-wrapper {
    padding: 28px 5px 30px;
  }
}

.store-detail {
  padding: 75px 0 80px;
}

.store-detail .slider.slider-nav {
  margin-top: 15px;
}

.store-detail .slider.slider-nav .slick-slide {
  opacity: 0.5;
}

.store-detail .slider.slider-nav .slick-slide.slick-active {
  opacity: 1;
}

.store-detail .slider.slider-nav .slick-prev,
.store-detail .slider.slider-nav .slick-next {
  top: 45%;
}

.store-detail .slider.slider-nav .slick-prev {
  left: 0;
}

.store-detail .slider.slider-nav .slick-next {
  right: 0;
}

.store-detail .slider.slider-nav .slick-prev:before,
.store-detail .slider.slider-nav .slick-next:before {
  color: #eb262a;
  opacity: 1;
}

.store-detail .rt-product-meta-wrapper {
  background: 0 0;
  text-align: left;
  padding: 0;
}

.store-detail span.rt-price-amount {
  font-weight: 600;
  font-size: 18px;
}

.single-product-summary .product-details_short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 0;
}

.single-product-summary .product-details_short-description p {
  margin-bottom: 0;
}

.single-product-summary form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 54px 0 0;
}

.quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  padding-right: 22px;
  margin: 0 15px 0 0;
  background: #fff;
}

.screen-reader-text {
  position: relative;
  width: auto;
  padding: 14px 43px 8px 17px;
  display: inline-block;
  font-weight: 400;
}

input.quantity-input {
  padding: 2px 0 2px 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.single-product-summary button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 19px;
  font-style: italic;
  line-height: 2em;
  font-weight: 400;
  padding: 10px 70px 9px;
  color: #fff;
  background-color: #eb262a;
  border: none;
}

.single-product-summary .product_meta {
  margin: 54px 0 0;
}

.single-product-summary .product_meta > span {
  display: block;
  margin: 10px 0;
}

.single-product-summary .product_meta a,
.single-product-summary .product_meta span {
  font-size: 11px;
  line-height: 1.82em;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.single-product-summary .product_meta a:hover {
  color: #eb262a;
}

.our_store.related_store {
  background: 0 0;
}

#store-tab-main .nav-tabs > li {
  margin: 0;
}

#store-tab-main .nav-tabs > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 17px 14px;
  font-size: 21px;
  font-weight: 300;
  color: #eb262a;
  font-style: italic;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  line-height: inherit;
  border: none;
}

#store-tab-main .nav-tabs > li:first-child > a {
  padding-left: 0;
}

#store-tab-main .nav-tabs > li > a:after,
#store-tab-main .nav-tabs > li.active > a:after {
  content: "";
  width: 0;
  height: 1px;
  opacity: 0;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background-color: #eb262a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateX(-50%);
}

#store-tab-main .nav-tabs > li.active > a:after {
  opacity: 1;
  width: 100%;
}

#store-tab-main .nav-tabs > li > a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

#store-tab-main .nav-tabs > li > a:hover,
#store-tab-main .nav-tabs > li.active > a:hover,
#store-tab-main .nav-tabs > li.active > a,
#store-tab-main .nav-tabs > li.active > a:focus {
  color: #eb262a;
  border: none;
  background: 0 0;
}

#store-tab-main .tab-pane p {
  padding: 30px 0 0;
  margin: 0;
}

.shopping-main {
  position: absolute;
  right: 0;
}

.shopping-cart-holder .header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0 0;
}

.shopping-cart-holder .header-cart span.cart-icon path {
  fill: #fff;
}

#inner-navigation
  .navbar-sticky-in.navbar-default
  .shopping-cart-holder
  .header-cart
  span.cart-icon
  path,
.home-2 .shopping-cart-holder .header-cart span.cart-icon path {
  fill: #000;
}

.shopping-cart-holder .header-cart:hover {
  color: #818491;
}

.shopping-cart-holder .header-cart .cart-number {
  position: relative;
  top: 0;
  right: 10px;
  font-weight: 400;
  font-size: 10px;
  border-radius: 100%;
  background-color: #ec2328;
  color: #fff;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
}

.shopping-cart-dropdown {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 260px;
  background-color: #fff;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  -moz-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.shopping-cart-holder:hover .shopping-cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.shopping-cart-dropdown ul {
  margin: 22px 20px;
  padding: 0;
}

.shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.shopping-cart-dropdown ul li:first-child {
  padding-top: 0;
}

.shopping-cart-dropdown ul li:last-child {
  padding-bottom: 0;
}

.shopping-cart-dropdown .item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 76px;
  vertical-align: top;
}

.shopping-cart-dropdown .item-image-holder > a {
  display: block;
  border-radius: 100%;
  max-height: 76px;
  overflow: hidden;
}

.shopping-cart-dropdown .item-image-holder img {
  display: block;
}

.shopping-cart-dropdown .item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding-left: 14px;
}

.shopping-cart-dropdown .item-info-holder .product-title {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  line-height: 1.2em;
}

.shopping-cart-dropdown .item-info-holder .rt-price-amount,
.shopping-cart-dropdown .item-info-holder .rt-quantity {
  display: inline-block;
  font-size: 21px;
  font-style: italic;
  color: #c78665;
  font-weight: 400;
  margin-top: 3px;
}

.shopping-cart-dropdown .item-info-holder .remove i {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 22px;
  line-height: 1;
}

.shopping-cart-dropdown .cart-bottom {
  padding: 16px 0 0;
  border-top: 1px solid #e1e1e1;
}

.shopping-cart-dropdown .cart-bottom .subtotal-holder {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 17px;
}

.shopping-cart-dropdown .cart-bottom a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #ec2328;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out;
  -moz-transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  width: 48%;
  float: left;
  color: #fff;
  margin: 0 1%;
}

.shopping-cart-dropdown .cart-bottom a:hover {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-sticky-in .shopping-cart-holder .header-cart {
    padding-top: 13px;
  }
}

@media (max-width: 811px) {
  .shopping-main {
    right: 30px;
  }
}

.checkout-inner .checkout-coupon {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 55px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
}

.checkout-inner .checkout-coupon a {
  float: right;
}

.checkout-info,
.checkout-order {
  margin-bottom: 20px;
}

.checkout-info h3 {
  margin-bottom: 10px;
}

.checkout-info label {
  font-weight: 400;
  color: #999;
}

.checkout-info label span {
  padding-left: 5px;
}

.checkout-info label abbr[data-original-title],
.checkout-infolabel abbr[title] {
  border: none;
}

.checkout-info .form-control,
.checkout-info textarea.form-control {
  height: 42px;
  box-shadow: none;
  background: #fff;
  border-color: #eee;
}

.checkout-info textarea.form-control {
  min-height: 174px;
}

table.shop_table.rt-checkout-review-order-table {
  width: 100%;
}

table.shop_table.rt-checkout-review-order-table tr {
  border: 1px solid #f1f1f1;
}

table.shop_table.rt-checkout-review-order-table tr th,
table.shop_table.rt-checkout-review-order-table tr td {
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid #f1f1f1;
}

table.shop_table.rt-checkout-review-order-table thead,
table.shop_table.rt-checkout-review-order-table tr.order-total {
  background: #fbfbfb;
}

.checkout-place-order button {
  margin: 15px 0 0;
}

.cart-table-list thead {
  width: 100%;
}

.cart-table-list th,
.cart-table-list td {
  text-align: center;
}

.cart-table-list .product-thumbnail img {
  width: 30%;
  margin-right: 15px;
}

.cart-inner .checkout-order {
  margin: 30px 0;
}

.cart-table-list table td.actions .coupon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.cart-table-list .coupon input[type="text"] {
  width: 250px;
  margin-left: 22px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  height: 42px;
  padding-left: 10px;
}

.cart-table-list table td.actions .coupon button {
  color: #c78665;
  background-color: transparent;
  border: 1px solid #c78665;
  border-radius: 0;
}

.cart-table-list table td.actions .coupon button.update_cart {
  background: #ec2328;
  color: #fff;
  border-color: #ec2328;
}

.cart-table-list table td.actions .button {
  margin: 0 0 0 22px;
}

@media (max-width: 991px) {
  .cart-table-list .quantity-buttons {
    position: relative;
  }

  .cart-table-list input.quantity-input {
    position: absolute;
    top: 9px;
    right: 8px;
  }
}

@media (max-width: 568px) {
  .cart-table-list table.shop_table.rt-checkout-review-order-table {
    display: inline-block;
    overflow-x: scroll;
  }
}

.account-inner {
  width: 50%;
  margin: 0 auto;
}

.account-inner input[type="checkbox"] {
  display: inline-block;
}

p.lt-pswrd {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .account-inner {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .account-inner {
    width: 100%;
  }
}

#our-blog {
  position: relative;
  padding: 0 0 50px;
}

.home-3 #our-blog {
  padding-top: 75px;
}

.blog-col {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #ffffff96;
  position: relative;
  overflow: hidden;
}

.blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-img img {
  width: 100%;
}

.blog-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  visibility: hidden;
}

.blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-col:hover .blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-col:hover .blog-img:before {
  visibility: visible;
}

.blog-content {
  position: relative;
  padding: 25px 15px;
}

.blog-content.wide-blog {
  width: 50%;
}

.blog-col:hover .post-date {
}

.post-date h6 {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
  padding: 10px 0;
}

.blog-col h4 {
  margin-bottom: 0;
  text-transform: none;
  margin-left: 0;
  line-height: 1.5;
  text-align: left;
}

.blog-col h4 a {
  color: #666;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}

.blog-col h4 a:hover {
  color: #ec2328;
  transition: all ease-in-out 0.3s;
}

.blog-col p {
  color: #666;
  margin-bottom: 0;
}

.blog-content a.read-btn:hover,
.post_button_wrapper a.read-btn:hover {
  color: #ec2328;
  border-color: #ec2328;
  background: 0 0;
}

.blog-content .info-bar {
  margin-bottom: 0;
  padding: 15px 0;
  line-height: 1.5;
}

.blog-content .info-bar ul {
  margin: 0;
  padding: 0;
}

.blog-content .info-bar ul li {
  margin-right: 10px;
  display: inline-block;
}

.blog-content .info-bar ul li i {
  margin-right: 5px;
}

.blog-content .info-bar ul li a {
  color: #bbb;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}

.blog-content .info-bar ul li a:hover {
  color: #ec3d42;
  transition: all ease-in-out 0.3s;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists,
#blog-list .blog-sidebar .bl-content .posts.blog {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

.blog-sidebar {
  display: inline-block;
  width: 100%;
}

ul.sidebar_lists {
  margin: 0 !important;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li.widget {
  margin: 40px 0 0;
  padding: 0 15px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border: 1px solid #f1f1f1;
  padding: 15px;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li.widget:first-child {
  margin-top: 0;
}

#blog-list .blog-sidebar .bl-content .sidebar_lists li h4.widgettitle,
h4.widgettitle,
h4.widgettitle {
  display: inline-block;
  text-align: left;
  position: relative;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  background: #ec2328;
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 25px;
}

#blog-list .blog-sidebar .bl-content .posts.blog.withthumb,
.blog_sidebar_wrapper .blog-sidebar .bl-content .posts.blog.withthumb {
  margin-bottom: 0;
}

.search-container form {
  position: relative;
}

.search-container input {
  width: 100%;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 5px 40px 5px 10px;
}

.search-container button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 14px;
  background: 0 0;
  border-left: 1px solid #eee !important;
  border: none;
}

.search-container form:hover button {
  color: #ec2328;
  transition: all ease-in-out 0.3s;
}

.royalwedding_tags ul {
  padding: 0;
  list-style: none;
}

.royalwedding_tags ul li {
  display: inline-block;
}

.royalwedding_tags ul li a {
  padding: 0 20px;
  background: #eee;
  color: #666;
  position: relative;
  display: block;
  margin-bottom: 4px;
  margin-right: 4px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.royalwedding_tags ul li a:hover {
  color: #ec2328;
  border-color: #ec2328;
  background: #fbfbfb;
  transition: all ease-in-out 0.3s;
}

#blog-list .blog-sidebar .bl-content .posts.blog.withthumb li {
  line-height: 1.5em;
  border: 0;
  display: block;
  clear: both;
  background: 0 0;
  width: 100%;
  float: left;
  margin: 0;
  padding-top: 10px;
}

#blog-list .blog-sidebar .bl-content .posts.blog.withthumb li:first-child {
  padding-top: 0;
}

.sidebar_lists .post_circle_thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 0;
}

.posts.blog .post_circle_thumb img {
  float: left;
  margin: 0 10px 2px 0;
  width: 70px;
  border-radius: 0;
}

.bl-content .posts.blog li a,
.page_content_wrapper .posts.blog li a {
  color: #666;
  font-family: "Shantell Sans", cursive;
}

.bl-content .posts.blog li a:hover,
.page_content_wrapper .posts.blog li a:hover,
.bl_post_header .post_header_title a:hover {
  color: #ec2328;
  transition: all ease-in-out 0.3s;
}

.post_attribute,
.comment_date,
.post-date {
  padding: 0;
  margin-top: 0;
  color: #bbb;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}

.mc4wp-form-fields input {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.mc4wp-form-fields input[type="email"] {
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #eee;
}

.mc4wp-form-fields input[type="submit"],
.form-submit input[type="submit"],
.cmt-btn a {
  background: #ec2328;
  border: 1px solid #ec2328;
  color: #fff;
  width: inherit;
  display: inline-block;
  padding: 6px 30px;
  transition: all ease-in-out 0.5s;
  border-radius: 0;
}

.form-submit input[type="submit"] {
  width: initial;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 16px;
}

.mc4wp-form-fields input[type="submit"]:hover,
.form-submit input[type="submit"]:hover,
.cmt-btn a:hover {
  color: #ec2328;
  background: 0 0;
  border-color: #ec2328;
  transition: all ease-in-out 0.5s;
}

li.royalwedding_Instagram ul.flickr {
  list-style: none;
  padding: 0;
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 0;
  clear: none;
  width: calc(28% - 15px);
  box-sizing: border-box;
}

.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.bl-content .sidebar_lists li.royalwedding_Instagram ul.flickr li img:hover {
  transform: translateY(-4px);
  transition: all ease-in-out 0.3s;
}

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

.royalwedding_social_posts ul li {
  margin: 0 5px;
  display: inline-block;
}

.royalwedding_social_posts ul li a {
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: #000;
  border-radius: 250px;
  line-height: 40px;
  text-align: center;
  transition: all ease-in-out 0.1s;
}

.royalwedding_social_posts ul li a:hover {
  transform: translateY(-4px);
  transition: all ease-in-out 0.3s;
}

.social_wrapper.shortcode ul li.facebook a {
  background: #2d5f9a;
}

.social_wrapper.shortcode ul li.twitter a {
  background: #00c3f3;
}

.social_wrapper.shortcode ul li.flickr a {
  background: #ff0084;
}

.social_wrapper.shortcode ul li.pinterest a {
  background: #bd081c;
}

.social_wrapper.shortcode ul li.instagram a {
  background: #e23b61;
}

.blog_sidebar_content .blog_main_post {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 15px;
  border: 1px solid #fbfbfb;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_sidebar_content .blog_main_post:hover {
  box-shadow: 0 5px 25px #ddd;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0s ease-in-out;
}

.blog_main_post .blog_post_img.static {
  display: block;
  position: relative;
  width: 40%;
  float: left;
  overflow: hidden;
}

.blog_main_post .blog_post_img.static img {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog_main_post:hover .blog_post_img img {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_post_img .blog_date_infos {
  position: absolute;
  top: 5px;
  left: 5px;
}

.blog_date_infos ul {
  list-style: none;
  padding: 0;
}

.blog_date_infos ul li {
  color: #fff;
  background: #ec2328;
  padding: 10px 4px 14px;
  line-height: 15px;
  font-size: 20px;
  text-align: center;
}

.blog_date_infos li a {
  color: #fff;
}

.blog_date_infos ul li:first-child {
  border-bottom: 1px solid #fbfbfb;
}

.blog_date_infos ul li:last-child:hover {
  background: #333333c2;
  transition: all ease-in-out 0.3s;
}

.blog_date_infos ul li span {
  font-size: 10px;
}

.blog_main_post .blog_post_content_wrapper {
  display: block;
  width: 60%;
  float: right;
  padding-left: 15px;
}

.bl_post_header .post_header_title {
  margin: 10px 0;
}

.bl_post_header .post_header_title a {
  text-transform: initial;
  color: #666;
  font-weight: 600;
}

.bl_post_header .post_detail.single_post {
  position: relative;
  margin-bottom: 5px;
}

.post_detail.single_post span a {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wrap-pagination {
  display: inline-block;
  width: 100%;
}

.blog-leftsidebar .wrap-pagination {
  text-align: right;
}

.blog-leftsidebar .col-md-8.col-sm-8.col-xs-12 {
  float: right;
}

.pagination {
  margin: 0 10px;
  float: left;
}

.blog-leftsidebar .wrap-pagination .pagination {
  float: inherit;
}

.blog-leftsidebar .wrap-pagination .pagination_detail {
  float: right;
}

.pagination a,
.pagination span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #777;
  background: #eee;
  margin-right: 5px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 12px;
  transition: all ease-in-out 0.3s;
}

.pagination a.inactive:hover {
  background: #ec2328;
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.pagination span {
  background-color: #ec2328;
  color: #fff;
}

.pagination_detail {
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

.blog-grid .blog_sidebar_content .blog_main_post {
  min-height: 615px;
}

.blog-grid .blog_main_post .blog_post_img.static,
.blog-grid .blog_main_post .blog_post_content_wrapper {
  width: 100%;
}

.blog-grid .blog_main_post .blog_post_content_wrapper {
  padding-left: 0;
  padding-top: 15px;
}

.blog-fullwidth .blog_sidebar_content {
  padding: 0 100px;
}

.blog-fullwidth .blog_main_post .blog_post_img.static {
  width: 35%;
}

.blog-fullwidth .blog_main_post .blog_post_content_wrapper {
  width: 65%;
}

.blog_sidebar_content.blog_sidebar_detail {
  position: relative;
  padding: 15px 0 0;
}

.blog_sidebar_content.blog_sidebar_detail .blog_main_post {
  border: none;
  padding: 0;
}

.blog_sidebar_content.blog_sidebar_detail .blog_main_post:hover {
  box-shadow: none;
  transform: none;
}

.blog-detail .blog_main_post .blog_post_img.static,
.blog-detail .blog_main_post .blog_post_content_wrapper {
  width: 100%;
}

.blog-detail .blog_main_post .blog_post_content_wrapper {
  padding-top: 20px;
  padding-left: 0;
}

#about_the_author {
  display: inline-block;
  padding: 0 0 40px;
}

#about_the_author .gravatar {
  float: left;
  margin-right: 20px;
  width: 100px;
}

.gravatar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

#about_the_author .gravatar img {
  max-width: 100%;
  height: auto;
}

#about_the_author .author_detail {
  float: left;
  width: calc(100% - 120px);
}

.author_label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #999;
}

#about_the_author .author_detail h4 {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0;
}

.ot-comments {
  padding-top: 20px;
}

span.comment-title {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  color: #666;
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
}

.ot-comments ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}

ul.comments-item li {
  position: relative;
  display: block;
  padding-left: 65px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #f1f1f1;
}

ul.comments-item li li:last-child,
ul.comments-item li li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-item .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.comments-item a.comment-reply {
  float: right;
  font-size: 16px;
  color: #ec2328;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 1px solid #ec2328;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.comments-item a.comment-reply:hover {
  background: #ec2328;
  color: #fbfbfb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-header h5.heading {
  margin: 10px 0;
}

.comments-item .comment-time {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 2px;
}

ul.comments-item ul {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px dashed #f1f1f1;
  margin-left: -20px;
}

.cmt-btn a {
  margin: 0;
}

.fullwidth_comment_wrapper {
  width: 100%;
  margin-top: 40px;
}

#respond.comment-respond {
  width: 100%;
  padding-top: 30px;
}

.fullwidth_comment_wrapper .comment-form {
  margin-top: 20px;
}

.comment-form label {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  text-align: left !important;
}

.fullwidth_comment_wrapper #commentform textarea {
  width: 100%;
  min-height: 120px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
  float: left;
  width: 33.33%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  border: 1px solid #eee;
  padding: 5px;
  font-size: 16px;
  width: 96%;
}

.bg-content-share {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.bg-content-share ul {
  padding-left: 0;
  list-style: none;
  float: right;
}

.bg-content-share ul li {
  display: inline-block;
}

.bg-content-share span {
  font-weight: 600;
  padding-right: 5px;
  font-size: 14px;
}

.blog-tags a {
  display: inline-block;
  border: 1px solid #999;
  color: #666;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  transition: all 0.3s;
}

.blog-tags a:hover {
  background: #ec2328;
  border-color: #ec2328;
  color: #fbfbfb;
  transition: all 0.3s;
}

.bg-content-share .blog-tags {
  display: inline-block;
  margin: 5px 0;
}

.social_wrapper.shortcode.light.small.blog-social-share {
  display: inline-block;
  float: right;
}

.royalwedding_social_posts .blog-social-share ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

button.open-btn {
  background: 0 0;
  border: none;
  color: #666;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}

button.open-btn:hover {
  color: #ec2328;
  transition: all 0.3s ease 0s;
}

.open-btn i.fa {
  margin-left: 2px;
}

button.open-btn:hover i.fa {
  margin-left: 6px;
  transition: all 0.3s ease 0s;
}

a.read-btn {
  color: #666;
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}

a.read-btn:hover {
  color: #666;
  background: #ec2328;
}

.read-btn i.fa {
  margin-left: 5px;
}

.blog-content a.read-btn:hover i.fa,
.post_button_wrapper a.read-btn:hover i.fa {
  padding-left: 5px;
  transition: all ease-in-out 0.3s;
}

.subscribe-area {
  background: #ec2328;
  bottom: -45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 99;
}

.subscribe-area-title {
  float: left;
  width: 38%;
  padding: 20px 25px;
  margin-right: 30px;
}

.subscribe-area-title h2 {
  color: #fff;
  font-size: 18px;
}

.subscribe-area-title p {
  color: #fff;
}

.email-subscribe {
  margin-top: 22px;
}

.subscribe-area input[type="email"] {
  background-color: #fcfcfc;
  border: none;
  width: 42%;
  padding: 7px;
}

.subscribe-area .email-subscribe input[type="submit"] {
  padding: 7px 25px;
  margin-left: -4px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #f34580;
  font-size: 14px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-registry {
  position: relative;
  padding: 0 0 70px;
}

.g-registry.grunge {
  position: relative;
  overflow: hidden;
  background-image: url(../images/section/bg-gift.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  background-attachment: fixed;
  padding: 75px 0 80px;
}

.layover-title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.layover-title h2 {
  color: #fff;
  margin-bottom: 40px;
}

.owl-registry .item {
  padding: 0 40px;
}

.owl-registry .owl-item img {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}

.owl-registry .owl-nav button {
  position: absolute;
  top: 15%;
}

.owl-registry.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}

.owl-registry.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-registry .owl-nav button.owl-prev {
  left: 0;
}

.owl-registry .owl-nav button.owl-next {
  right: 0;
}

.owl-registry .owl-nav button i.fa {
  color: #eb262a;
  opacity: 1;
}

.owl-registry .owl-nav button:hover i.fa {
  opacity: 1;
}

@media (max-width: 767px) {
  .owl-registry .owl-nav button {
    top: 28%;
  }
}

.rsvp {
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  position: relative;
}

.home-3 .rsvp {
  padding-top: 75px;
}

.rsvp .section-title h2 {
  color: #333;
}

.rsvp-widgets {
  position: relative;
  padding: 0 0 30px;
  z-index: 1;
  overflow: hidden;
}

.widget-rsvp {
  margin: 0 auto 40px;
  /*padding: 30px;*/
  position: relative;
}

.widget-rsvp .widget-title {
  margin: 0 0 60px;
  text-transform: capitalize;
  text-align: center;
  color: #333;
  font-weight: 400;
  position: relative;
}

.home-4 .widget-rsvp .widget-title {
  font-size: 21px;
}

.widget-rsvp .widget-title:after {
  background: #ec2328;
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 20%;
  height: 1px;
  position: absolute;
}

.widget-content p {
  color: #888;
  padding: 10px;
  margin-left: -10px;
}

.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 30px;
  min-height: 32px;
  display: table;
}

.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #fff;
}

.rsvp a {
  color: #fff;
}

.info-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.contacts-widget .contacts-info-list > li .info-item {
  color: #888;
  margin-bottom: 20px;
}

.ft-about-content form {
  text-align: center;
}

.ft-about-content .form-control {
  background: #fbfbfb;
  margin-bottom: 28px;
  border: 1px dashed #fd4951;
  height: 45px;
  border-radius: 8px;
  box-shadow: none;
  resize: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #272727;
  border: 1px solid #888;
  border-radius: 0;
  color: #666;
}

textarea.form-control {
  min-height: 160px;
  width: 100%;
}

.ft-about-content form button.btn {
  margin: 6px 0 0;
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 8px 25px;
  border-color: #ec2328;
  background-color: #ec2328;
  color: white;
}

.ft-about-content form button.btn:hover {
  /*border-color: #ec2328;*/
  /*background: white;*/
  /*color: #ec2328;*/
}

button.btn:hover,
.btn-info:active:hover,
.btn-info.focus,
.btn-info:focus {
  border: 1px solid #ec2328;
  color: #ec2328;
  background-color: #fbfbfb;
  transition: all ease-in-out 0.3s;
}

.rsvp-copyright {
  font-size: 14px;
  color: #666;
  padding: 30px 0 25px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.rsvp-copyright .col-sm-12 {
  border-top: 1px solid #fafafa;
  padding-top: 25px;
}

.rsvp-copyright a {
  color: #ec2328;
}

.ft-about-content p {
  color: #666;
}

.ft-about-content {
  z-index: 1;
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 35px 15px;
  background: #fff;
  /*box-shadow: 0 0 20px #cf878775;*/
  /*border: 3px dashed #f23b43;*/
}

.latest-posts-widget,
.wish-box {
  margin-top: 30px;
}

ul.service-info-list {
  padding-left: 0;
  list-style: none;
  color: #fff;
}

.service-info-list i.fa {
  padding-right: 10px;
}

ul.insta-info-list {
  padding-left: 0;
}

.insta-info-list li {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0;
}

.footer {
  position: relative;
}

.footer-widgets {
  position: relative;
  min-height: 465px;
  margin-top: 50px;
}

.footer-note {
  position: relative;
  /*padding: 135px 0;*/
  text-align: center;
  z-index: 1;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 35px;
}

.footer-note:before {
  content: "";
  background-image: url("../images/footer-heart.png");
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 400px;
  height: 85%;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.footer-note h1 {
  color: #fbfbfb;
  position: relative;
}

.footer-note p {
  color: #fbfbfb;
  font-size: 25px;
  margin: 15px 0;
  position: relative;
  font-family:
    great vibes,
    cursive;
  letter-spacing: 1px;
}

.footer-copyright {
  font-size: 14px;
  background: #fbfbfb96;
  color: #333;
  font-weight: 600;
  padding: 25px 0;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  /* display: inline-block; */
  width: 100%;
}

.footer-copyright ul.social-media {
  margin: 22px 0 28px;
  padding: 0;
  text-align: center;
}

.footer-copyright ul.social-media li {
  display: inline-block;
}

.footer-copyright ul.social-media li a {
  display: block;
  color: #666;
  line-height: 2.2;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #666;
  margin-right: 6px;
  transition: all ease-in-out 0.5s;
}

.footer-copyright ul.social-media li a:hover {
  border-color: #eb262a;
  color: #eb262a;
  transition: all ease-in-out 0.5s;
}

.footer-copyright a {
  color: #ec2328;
}

.footer-copyright p {
  margin-bottom: 0;
  line-height: inherit;
}

.footer-copyright p.para {
  font-size: 28px;
  font-weight: 500;
  font-family:
    great vibes,
    cursive;
}

.footer-2 .footer {
  position: relative;
  background: #1b1b1b;
  color: #bbb;
}

.footer-2 .footer .footer-top {
  padding: 70px 0;
}

.footer-2 .footer .footer-box p {
  margin-bottom: 20px;
  color: #bbb;
}

.footer-2 .footer .footer-box .aboutus-info ul li i {
  padding: 0 10px 0 0;
}

.footer-2 .footer .footer-box h5 {
  margin-bottom: 30px;
  color: #fff;
  text-transform: capitalize;
}

.footer-2 .footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer-2 .footer .footer-box ul.menu li a {
  line-height: 2.5;
  display: inline-block;
  color: #bbb;
  transition: all 0.5s;
}

.footer-2 .footer .footer-box ul.menu li a:hover {
  color: #eb262a;
  padding-left: 10px;
  transition: all 0.5s;
}

.footer-2 #widget-subscriptions .subscribe-inner .newsletter {
  margin-bottom: 30px;
}

.footer-2 #widget-subscriptions .subscribe-inner form {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
}

.footer-2 #widget-subscriptions form input.subscribe_email {
  width: 100%;
  display: block;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #666;
  background: 0 0;
  color: inherit;
}

.footer-2 #widget-subscriptions form button.button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 14px;
  padding-right: 0;
  padding-left: 0;
  width: 40px;
  height: 40px;
  outline: none;
  background: 0 0;
  border-radius: 0;
  color: #bbb;
  border: none;
  box-shadow: none;
}

.footer-2 .footer .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #333;
}

.footer-2 .footer .footer-bottom span a {
  color: #eb262a;
}

.footer-2 .social-icons li {
  display: inline-block;
  padding: 0 5px;
  list-style: none;
  text-align: center;
}

.footer-2 .social-icons li a {
  color: #bbb;
}

.footer-2 .social-icons li a:hover {
  color: #fbfbfb;
}

@media (max-width: 911px) {
  .footer-2 aside.footer-box {
    margin-bottom: 30px;
  }

  .footer-2 .footer .footer-top {
    padding-bottom: 40px;
  }
}

#scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #ec2328;
  background: #ffffffe0;
  cursor: pointer;
  border: 1px solid #ec2328;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.validate-rsvp-form label.error {
  color: red;
}
.wish-box {
  overflow-y: auto;
  height: 557px;
  background-color: #fff;
  border: 5px solid #f23b43;
  color: #333;
  padding: 0;
}
.wish-box::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}
.wish-box::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wish-box .wish-box-item {
  padding: 12px;
}
.wish-box .wish-box-item p {
  color: #333;
  margin: 0.5rem 0;
}
.wish-box .wish-box-item.bg {
  background-color: #fff0f1;
}

.donate-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.donate-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 750px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetopfordonatemodal;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetopfordonatemodal;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetopfordonatemodal {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetopfordonatemodal {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.donate-modal strong,
.donate-modal h3 {
  font-family: inherit !important;
}
.donate-modal-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.donate-modal-header {
  padding: 8px 16px;
  background-color: #f23b43;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.donate-modal-header strong {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.donate-modal-header strong span {
  margin-left: 10px;
}
.donate-modal-body {
  padding: 0 15px;
}
.donate-box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.donate-box .donate-card {
  width: calc(50% - 40px);
  margin: 20px;
  padding: 20px;
  border: 3px solid #f23b43;
  border-radius: 10px;
}
.donate-box .donate-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.donate-box .donate-card h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.donate-box .donate-card p {
  margin: 10px 0 !important;
  font-size: 16px;
}
.donate-box .donate-card p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 699px) {
  .donate-box .donate-card {
    width: 100%;
    margin: 20px 5px;
  }
}
.donate-box .donate-card {
  position: relative;
}
.donate-box .donate-card .qr-code-image {
  max-width: 150px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: auto;
  display: block;
  cursor: zoom-in;
}
.donate-box .cryptos-box {
  border-top: 1px solid #f23b43;
  margin-top: 25px;
}
.donate-box .cryptos-box h4 {
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.donate-box .cryptos-box .cryptos-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 10px;
}
.donate-box .cryptos-box .cryptos-items .crypto-item {
  padding: 10px 10px 0;
}
.donate-box .cryptos-box .cryptos-items .crypto-item img {
  width: 50px;
  max-width: 100%;
  min-width: 35px;
  cursor: pointer;
}
.donate-box .cryptos-box-view {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
}
.donate-box .cryptos-box-view h5 {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.donate-box .cryptos-box-view h5 img {
  width: 25px;
}
.donate-box .cryptos-box-view h5 .coin-img {
  margin-right: 5px;
}
.donate-box .cryptos-box-view h5 .coin-id {
  margin-left: 5px;
}
.donate-box .cryptos-box-view .coin-address {
  display: block;
  padding: 10px;
  background: #ffe2e4;
  margin-bottom: 15px;
  word-break: break-word;
  color: #201f1f;
}
.donate-box .cryptos-box-view .cryptos-box-view-close {
  margin-top: 15px;
  background: #f23b43;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #e3252d;
}
.donate-box .cryptos-box-view .cryptos-box-view-close:hover {
  background: #e3252d;
}

#clock {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#clock > div {
  width: 90px;
  height: 90px;
  float: left;
  display: table;
  border: 3px solid #f23b43;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 100%);
}
#clock > div > div {
  display: table-cell;
  vertical-align: middle;
}
#clock > div {
  margin: 15px;
  color: #000;
}
#clock .time {
  font-family: "Century Gothic", Arial;
  color: #f9667e;
  font-size: 24px;
  line-height: 24px;
  padding-top: 15px;
}
.text-center {
  text-align: center;
}
.event-image {
  border: 5px solid #fff;
  box-shadow: 0 0 32px #eee;
  border-radius: 15px;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.event-stack {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.event-stack ul {
  display: inline-block;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}
.event-stack a {
  display: block;
}

.section-accessibilities {
  background: #ffe2e5;
  padding: 0;
}
.section-accessibilities .btn-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-accessibilities .button-accessibilities .accessibility-btn,
.btn {
  padding: 15px 20px !important;
  min-width: 220px !important;
  margin: 10px 5px 0 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
}
.section-accessibilities
  .button-accessibilities
  .accessibility-btn
  .content-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-accessibilities
  .button-accessibilities
  .accessibility-btn
  .content-button
  svg {
  margin-right: 5px;
}
.section-accessibilities .button-accessibilities .accessibility-btn:after {
  content: "" !important;
}
@media (max-width: 500px) {
  .section-accessibilities .button-accessibilities .accessibility-btn {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
@media (max-width: 900px) {
  .text-center-sm {
    text-align: center;
  }
}
.btn {
  coler: red;
  boder-coler: red;
}

@media only screen and (max-width: 1200px) {
  .slicknav_nav {
    top: 92.5px;
  }
  .banner-event .sticky {
    width: 450px;
  }
}

.atcb-button-wrapper {
  padding: 0;
  margin-top: 10px;
}
.calendar-button .atcb-button {
  min-width: auto;
  box-shadow: none !important;
  font-size: 16px !important;
  font-family: inherit !important;
  padding: 0px;
  margin: 0;
  color: #ec2328;
  background-color: transparent;
  font-weight: 400;
  border: 1px solid #ec2328;
  padding: 5px 20px;
}

.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.parent-info .parent-name {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 639px) {
  .al,
  .ar {
    text-align: center;
  }
}

/*section video*/
.event-section {
  padding-top: 0;
  padding-bottom: 0;
}
.event-section .top-area h2,
.event-section .top-area p {
  position: relative;
  z-index: 2;
}
.video-section .top-area:before {
  background: rgba(0, 0, 0, 0.2);
}
.event-section .top-area:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-area h2 {
  padding: 0;
  margin: 0;
}
.top-area p {
  margin-bottom: 10px;
  font-size: 20px !important;
}
.video-section .top-area {
  text-align: center;
  width: 100%;
  height: 60%;
  padding: 150px 0;
  position: relative;
  left: 0;
  top: 0;
  /*border-top: 3px solid #DF4758;*/
  border-bottom: 3px solid #ffe2e5;
}

.video-section p,
.event-section h2,
.top-area p {
  color: #fff;
}
.video-btn {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  margin-top: 16px;
  position: relative;
}
.video-play-btn {
  line-height: 75px;
  font-size: 2rem;
  background: rgba(200, 157, 156, 0.3);
  border: 3px solid #df4758;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 1px;
  color: rgb(255, 255, 255);
  text-align: center;
}

/* Acessbilities Buttons */
#menu-access {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
#menu-access > ul > li {
  background-color: #df4758;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
  -moz-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
  -o-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
  animation-delay: 0s;
}
.content-button {
  position: relative;
  top: 3px;
}
.list-menu-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: -116px;
}
.menu-icon {
  font-size: 25px;
}
.btn-floating-disc,
.btn-menu-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ea0c26;
  transition: all 2s ease-in;
  position: relative;
  /* bottom: -156px; */
}
.btn-floating-disc::after,
.btn-menu-close::after {
  position: absolute;
  display: block;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(243, 41, 52, 0.3);
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  -webkit-animation: biilogo-pulse 1s infinite;
  animation: biilogo-pulse 1s infinite;
  z-index: -1;
}
.access-icon {
  height: 25px;
  width: auto;
  margin-top: 4px;
}
.btn-menu-close {
  display: none;
  position: absolute;
}
.btn-floating-disc > svg,
.btn-menu-close > svg {
  padding-top: 5px;
  padding-left: 6px;
  height: 33px;
  width: auto;
  color: #fff;
}

@media (max-width: 799px) {
  #menu-access {
    /* bottom: 186px; */
    right: 20px;
  }
}
@-webkit-keyframes biilogo-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes biilogo-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.tooltipBtn .tooltiptext {
  visibility: hidden;
  width: 130px;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #df4758;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 170%;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #df4758;
}
.tooltipBtn:hover .tooltiptext {
  visibility: visible;
}
.access-section-icon {
  height: 20px;
  width: auto;
  margin-right: 5px;
  filter: invert(80%) sepia(76%) saturate(5445%) hue-rotate(348deg)
    brightness(94%) contrast(97%);
}
.btn:hover > span > .access-section-icon {
  filter: invert(0);
}

/* ALBUM GALLERIES */
#btn-see-more-gallery {
  background: #ec2328;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
}
.btn-see-more-gallery {
  cursor: pointer;
}
.btn-see-more-wrap {
  margin-top: 40px;
}
.lg-toolbar .lg-icon {
  width: 45px !important;
}
#lg-counter {
  padding-left: 13px !important;
}
.lg-outer .lg-inner {
  white-space: normal !important	;
}
.lg-sub-html {
  padding: 0 !important;
}
.lg-sub-html h4 {
  padding: 10px 65px !important;
  color: #fff;
  font-weight: 500;
  font-size: 18px !important;
  text-transform: none !important;
}
@media only screen and (max-width: 768px) {
  .lg-sub-html h4 {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }
  .lg-outer .lg-toogle-thumb {
    right: 0;
    top: -90px;
  }
}
.lg-backdrop,
.lg-outer {
  z-index: 9999999;
}
.rsvp-widgets {
  padding-bottom: 200px;
}
.emoji-picker {
  max-width: 100%;
  display: none;
  position: absolute;
  user-select: none !important;
  background: #fff;
  right: 15px;
  z-index: 9999;
  bottom: -350px;
  -webkit-box-shadow:
    0 1px 2px 0 rgb(60 64 67 / 35%),
    0 2px 6px 2px rgb(60 64 67 / 35%);
  box-shadow:
    0 1px 2px 0 rgb(60 64 67 / 35%),
    0 2px 6px 2px rgb(60 64 67 / 35%);
  border-radius: 0.5rem;
  overflow: hidden;
}
.emoji-picker > emoji-picker {
  --emoji-size: 22px;
}
@media screen and (max-width: 400px) {
  .emoji-picker > emoji-picker {
    --num-columns: 6;
  }
}
textarea#content {
  border: none;
}
.vitualTextarea {
  border: 1px dashed #fd4951;
  border-radius: 8px;
  padding: 1px;
}

/* dresscode */
#wedding-event .image-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
#wedding-event .dresscode-colors-event {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgb(246 246 246 / 70%);
  padding: 6px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #wedding-event .dresscode-colors-event {
    gap: 10px;
  }
  #wedding-event .image-wrap {
    display: inline-block !important;
  }
}
#wedding-event .dresscode-colors-event > .dresscode-colors-item {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
#wedding-event .dresscode-colors-wrap {
  position: absolute;
  bottom: 3px;
  width: 100%;
}
#wedding-event .event-stack:hover .tooltip-dresscode {
  display: block;
}
#wedding-event .event-stack .tooltip-dresscode {
  width: 130px;
  font-family: sans-serif;
  font-size: 14px;
  background-color: rgb(255 255 255);
  border: 1px solid #eee;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 43px;
  display: none;
}
#wedding-event .event-stack .tooltip-dresscode::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255 255 255) transparent transparent transparent;
}
.d-none {
  display: none;
}

.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
@media only screen and (max-width: 700px) {
  .toast-top-right {
    top: 62px !important;
  }
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 2px #000;
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
}
.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s;
}

.animate-disc {
  background: url("../images/disc.png") no-repeat center/cover;
  animation: spin 3s linear infinite;
  background-color: #ec2328;
  animation-play-state: paused;
}

.audio-wave {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  bottom: 55px;
  z-index: -5;
}

.audio-wave span {
  display: block;
  width: 4px;
  height: 100%;
  background: blue;
  border-radius: 30px;
  animation: wave 1.3s ease-in-out infinite;
}

/* Vary animation delays and durations for randomness */
.audio-wave span:nth-child(1) {
  animation-duration: 0.6s;
  height: 40%;
}
.audio-wave span:nth-child(2) {
  animation-duration: 0.9s;
  height: 70%;
}
.audio-wave span:nth-child(3) {
  animation-duration: 1.1s;
  height: 100%;
}
.audio-wave span:nth-child(4) {
  animation-duration: 0.7s;
  height: 60%;
}
.audio-wave span:nth-child(5) {
  animation-duration: 0.8s;
  height: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.5);
    background: #e63135;
  }
  50% {
    transform: scaleY(1);
    background: #d43e42;
  }
}
