/*
  Theme Name:  Wedding Omi - HTML Template
  Theme URL:
  Author: Media City
  Author URI: https://themeforest.net/user/media-city
  Creation Date: 20 December 2017
  Description: A default stylesheet for Wedding Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Home Slider
05. Introduction
06. Story
07. Countdown
08. Attend
09. Gallery
10. Diary
11. Footer

/* =============== Colors Used =====================

  Black: #3A3A3A;
  Black Light: #8A8A8A;
  Pink: #F05F75;
  Grey: #F8F8F8;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Helvetica", sans-serif;
  line-height: 1.64;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #3A3A3A;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a {
  color: #F05F75;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #8A8A8A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.64;
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 300;
}

blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #3A3A3A !important;
}

::-moz-placeholder {
  color: #3A3A3A !important;
}

::-ms-input-placeholder {
  color: #3A3A3A !important;
}

::-o-input-placeholder {
  color: #3A3A3A !important;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #F05F75;
  height: 100px;
}

.uk-cover {
  overflow: hidden;
}

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uk-cover-object {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-slider {
  position: relative;
  z-index: 0;
  touch-action: pan-y;
}

.uk-slider:not(.uk-grid) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-slider > * {
  position: absolute;
  top: 0;
  left: 0;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.uk-slider img {
  pointer-events: none;
}

.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}

.uk-button {
  padding: 5px 40px;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #F05F75;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.uk-button:hover {
  border-color: #F05F75;
  background-color: #FFF;
  color: #F05F75;
}

.section {
  padding-bottom: 20px;
}

.section-heading {
  color: #F05F75;
  font-family: "Arizonia", cursive;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.uk-nav-dropdown li a {
  color: #3A3A3A;
}
.uk-nav-dropdown li a:hover {
  background-color: #F05F75;
}
.uk-nav-dropdown li a:focus {
  background-color: #F05F75;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 50px;
  }
}
/* ================================= */
/*===== Navbar =====*/
/* ================================= */
.uk-navbar {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.uk-navbar .uk-container {
  padding: 20px 0;
}
.uk-navbar .uk-navbar-nav li {
  margin-right: 7px;
}
.uk-navbar .uk-navbar-nav li:last-child {
  margin-right: 0;
}
.uk-navbar .uk-navbar-nav li a {
  color: #FFF;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.uk-navbar .uk-navbar-nav li a:hover {
  border-bottom: 2px solid #F05F75;
}
.uk-navbar .uk-navbar-nav .uk-active a {
  border-bottom: 2px solid #F05F75;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}

.uk-sticky-placeholder .uk-navbar.uk-active {
  background-color: rgba(0, 0, 0, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#1A1A1A)";
  -moz-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  -webkit-box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  box-shadow: 0 15px 18px -10px rgba(26, 26, 26, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#1A1A1A);
}

/* Mobile Navigation */
.nav-off-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FFF;
}
.nav-off-toggle:hover {
  color: #FFF;
}

.uk-nav-offcanvas {
  margin: 50px 0;
}

.uk-offcanvas-bar {
  background-color: #F05F75;
}

.uk-nav-offcanvas li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.uk-nav-offcanvas > li:nth-child(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-slider {
  position: relative;
}
.home-slider .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}

.uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1;
}

.slider-dtl {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  transform: translateY(-70%);
}

.slider-heading-block {
  margin-bottom: 70px;
}

.slider-heading {
  color: #FFF;
  font-family: "Arizonia", cursive;
  font-size: 110px;
  line-height: 0.8;
  text-transform: none;
}
.slider-heading span {
  font-size: 80px;
}

.slider-sub-heading {
  padding-bottom: 20px;
  color: #FFF;
}

.slider-icon i {
  color: #FFF;
  font-size: 25px;
  animation: arrow 1s ease infinite;
}

.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

@keyframes arrow {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .slider-heading {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .slider-heading {
    font-size: 70px;
  }
}
/* ================================= */
/*===== Introduction =====*/
/* ================================= */
.intro-main-block {
  position: relative;
  padding: 100px 0;
}
.intro-main-block .uk-cover-background {
  opacity: 0.5;
}
.intro-main-block .uk-container {
  position: relative;
}

.intro-block p {
  padding-bottom: 40px;
}

/* ================================= */
/*===== Story =====*/
/* ================================= */
.story-main-block {
  position: relative;
  padding: 100px 0;
}
.story-main-block .uk-container {
  position: relative;
}
.story-main-block .uk-container .section-heading {
  color: #FFF;
}
.story-main-block .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}

.couple-block {
  padding-top: 100px;
}

.couple-img {
  max-width: 200px;
  margin: 0 auto 30px;
}
.couple-img img {
  border: 3px solid #F05F75;
  border-radius: 100%;
}

.couple-heading {
  color: #FFF;
  letter-spacing: 1.3px;
}

.story-sub-heading {
  padding-bottom: 20px;
  color: #FFF;
  text-transform: none;
}

.story-block p {
  padding-bottom: 40px;
  color: #FFF;
  font-size: 16px;
}

.story-sp-text {
  position: relative;
  color: #FFF;
}
.story-sp-text:before, .story-sp-text:after {
  position: absolute;
  width: 320px;
  height: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #FFF;
  content: '';
}
.story-sp-text:before {
  top: -10px;
}
.story-sp-text:after {
  bottom: -10px;
}

@media (max-width: 992px) {
  .couple-block {
    padding: 0 0 50px;
  }
}
/* ================================= */
/*===== Countdown =====*/
/* ================================= */
.countdown-main-block {
  padding: 100px 0;
}

.countdown {
  padding-bottom: 50px;
}
.countdown li {
  display: inline-block;
  margin: 0 50px;
}

.numbers {
  font-family: "Arizonia", cursive;
  font-size: 100px;
  font-weight: 400;
}

.strings {
  font-weight: 400;
}

.countdown-text {
  color: #F05F75;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .countdown li {
    margin: 0 30px;
  }

  .numbers {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .countdown li {
    margin: 0 25px;
  }

  .numbers {
    font-size: 60px;
  }
}
/* ================================= */
/*===== Attend =====*/
/* ================================= */
.attend-main-block {
  position: relative;
  padding: 100px 0;
}
.attend-main-block .uk-container {
  position: relative;
}

.attend-heading-block {
  padding-bottom: 40px;
}

.attend-main-heading {
  font-weight: 400;
}

.attend-icon {
  margin-bottom: 10px;
  color: #F05F75;
  text-align: center;
}
.attend-icon i {
  font-size: 40px;
}

.attend-heading {
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.attend-form.uk-form {
  padding: 50px 40px;
  outline: 5px solid #F8F8F8;
  background-color: #FFF;
}
.attend-form.uk-form .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  background: transparent;
  box-shadow: none;
}
.attend-form.uk-form .form-control:active, .attend-form.uk-form .form-control:focus {
  border-color: #F05F75;
  outline: none;
  background: transparent;
}
.attend-form.uk-form .uk-button,
.attend-form.uk-form .uk-button-dropdown {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 0;
  border-color: #DDD;
  background-color: #FFF;
  color: #3A3A3A;
  text-align: left;
  text-transform: none;
}
.attend-form.uk-form .uk-button i,
.attend-form.uk-form .uk-button-dropdown i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 10px;
}
.attend-form.uk-form .uk-dropdown {
  width: 100%;
  background-color: #FFF;
}
.attend-form.uk-form .uk-button {
  padding-left: 5px;
}
.attend-form.uk-form .submit-btn {
  padding-left: 40px;
  border-color: #F05F75;
  background-color: #F05F75;
  color: #FFF;
  text-align: center;
}
.attend-form.uk-form .submit-btn:hover {
  background-color: #FFF;
  color: #F05F75;
}

.attend-main-heading {
  padding: 210px 30px 0;
  color: #FFF;
  font-family: "Arizonia", cursive;
  text-transform: none;
  letter-spacing: 1.3px;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .attend-main-heading {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .attend-main-heading {
    padding: 100px 0 0;
    font-size: 40px;
  }
}
/* ================================= */
/*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  position: relative;
  padding: 100px 0;
}
.gallery-main-block .uk-container {
  position: relative;
}
.gallery-main-block .section {
  padding-bottom: 50px;
}
.gallery-main-block .section:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.gallery-img {
  border-radius: 10px;
  margin-bottom: 35px !important;
}

.gallery-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.gallery-img .uk-overlay-panel {
  opacity: 0;
  background: rgba(208, 37, 82, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-img .uk-overlay-panel i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 27px;
}

.gallery-img:hover .uk-overlay-panel {
  opacity: 1;
}

/* ================================= */
/*===== Diary =====*/
/* ================================= */
.diary-main-block {
  padding: 100px 0;
}
.diary-main-block .section {
  padding-bottom: 50px;
}

.diary-block {
  position: relative;
  outline: 5px solid #F3F3F3;
  background-color: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#3A3A3A)";
  -moz-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  -webkit-box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  box-shadow: 0 7px 17px -6px rgba(58, 58, 58, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#3A3A3A);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.diary-block .uk-overlay-background {
  opacity: 0;
  background-color: rgba(232, 81, 28, 0.3);
}
.diary-block i {
  position: absolute;
  font-size: 27px;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.diary-block:hover {
  box-shadow: none;
}
.diary-block:hover .uk-overlay-background {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.diary-block:hover .diary-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.diary-block:hover .post-dtl {
  border-color: #F05F75;
}
.diary-block:after {
  position: absolute;
  width: 102.7%;
  height: 5px;
  bottom: -5px;
  right: 0;
  left: -5px;
  background-color: #F05F75;
  content: '';
}

.diary-img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.diary-img img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.diary-dtl {
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.diary-dtl p {
  padding-bottom: 15px;
}

.date {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3A3A3A;
}
.date:hover {
  color: #F05F75;
}

.diary-title a {
  padding-bottom: 10px;
  color: #3A3A3A;
  text-transform: none;
}
.diary-title a:hover {
  color: #F05F75;
}

@media (max-width: 992px) {
  .diary-main-block {
    padding-bottom: 50px;
  }

  .diary-block {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  position: relative;
  padding: 70px 0 10px;
}
.footer-main-block .uk-container {
  position: relative;
}
.footer-main-block .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7);
}

.footer-heading {
  padding-bottom: 20px;
  color: #FFF;
  font-family: "Arizonia", cursive;
  text-transform: none;
}

.social-icons {
  margin-bottom: 50px;
}
.social-icons li {
  display: inline-block;
  border-radius: 100%;
  margin: 0 7px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.social-icons li a i {
  color: #FFF;
  font-size: 18px;
}
.social-icons li:hover {
  background-color: #000;
  animation: bounce 1s;
}

.fb-icon {
  background-color: #4B70AB;
}

.twitter-icon {
  background-color: #32B9E7;
}

.pinterest-icon {
  background-color: #D63533;
}

.youtube-icon {
  background-color: #E62117;
}

.gplus-icon {
  background-color: #FA5432;
}

.behance-icon {
  background-color: #33ABDB;
}

.skype-icon {
  background-color: #00AFF0;
}

.copyright-block p {
  color: #FFF;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}
@media (max-width: 767px) {
  .social-icons li {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
