/*------------------------------------------------------------------
* Project:        Royal Love
* Author:         CN InfoTech
* URL:            https://themeforest.net/user/cn-infotech/portfolio
* Created:        01/01/2019
-------------------------------------------------------------------*/

/*
====================================
[ TABLE OF CONTENT ]
------------------------------------
1.0 - General Styles
2.0 - Typography
3.0 - Pre Loader
4.0 - Common Styles
5.0 - Navigation
6.0 - Header
7.0 - Banner
8.0 - About Us
9.0 - Wedding Event
10.0 - Important People
11.0 - Gallery
12.0 - Blog
13.0 - Gift Registry
14.0 - RSVP
15.0 - Footer

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
@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('../images/MeriendaRegular.svg#MeriendaRegular') format('svg');
}


/* -- 1.0 - General Styles -- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #444444;
    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;
}


/* -- 2.0 - Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #666666;
    padding: 0px;
    margin: 0px 0 10px;
    text-transform: capitalize;
   font-family: 'MeriendaRegular';
   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: #666666;
    border-color: #f1f1f1;
    height: 42px;
    padding: 10px;
    box-shadow: none;
}

label{font-weight: 400;}

/* -- 3.0 - Pre Loader -- */

.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*/  
.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;
    /*width: 100px;
    height: 90px;*/
}    
.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%;
}

/* ----------------     KEYFRAMES    ----------------- */   

@-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: -1px;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.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;}
}


/* -- 4.0 - Common Styles -- */

.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: #333333;
    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: #666666;
    margin: 15px auto 60px auto;
}

.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: transparent;
    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;}

/* Home Style */


/* ====================== */
/*         Header         */
/* ====================== */

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: #FFFFFF !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: #444444 !important; 
}

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

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

.sticky-nav-white ul.nav.navbar-nav li a {
  color: #444444 !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: 'MeriendaRegular';
  font-weight: 400;
  color: #FFF;
  padding: 30px 0;
  /*line-height: 43px;*/
  position: relative;
  text-transform: capitalize;
}


#inner-navigation .sticky .nav.navbar-nav > li > a {
    color: #666666;
}
.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: none;
  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: #fbfbfb;
}
.slicknav_menu .slicknav_nav a {
  color: #666666 !important;
  border-bottom: 1px solid #EEE;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navbar.navbar-default .navbar-header {
    margin-bottom: 0px;
    margin-top: 0px;
    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: 96px; }
}

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

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

  .navbar.navbar-default .navbar-toggle:hover {
      border-color: #FFFFFF;
      background-color: #FFFFFF; 
  }
  .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: 0px;
    width: 150px;
  } 

  .reveal-menu-home .logo a img {
    margin-top: 0px;
    width: 150px; 
  } 
}
.logo {
    margin-top: 5px;
}
.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: 0}
}


/*Innerpage navbar*/

#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: transparent;
}

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


/* Main Menu Dropdown */

#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: 0px;}

#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: transparent;
}

#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: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 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: "MeriendaRegular";
}

#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: 991px) {
    .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;
    }
}


/**
 * Sticky Header
 */

#inner-navigation .navbar-sticky-in {
    z-index: 99;
    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: 0px; 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: 0px;
    border: none;
}


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

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

  #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: transparent; border: 1px solid rgba(255, 255, 255, 0.2);}

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

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

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

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

.single-slider:before {
    content: "";
    background: rgba(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: .9s;
}

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

.owl-nav div.owl-prev {
    right: auto;
    left: 70px;
    font-weight: 300;
    opacity: 1;
    transition: .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: transparent;
}

/*-- Amimated Headline --*/

.animation-header-text span {
    padding: 0px!important;
}
/*-- Comming soon --*/
.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: 0px;
    right: 0px;
    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: transparent;
    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;
}

/*Breadcrumn*/
.breadcumb {
    background-image: url(../images/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: .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 0px;
}
.page-breadcumb h2 {
    color: #fff;
}
.page-breadcumb p, .page-breadcumb a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px auto 0;
}
.page-breadcumb a {
    color: #cccccc;
}

/* -- Parallax Background -- */

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

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


/*====================== */
/*         Banner         */
/* ====================== */

#wd-banner {
    position: relative;
    padding: 0;
    height: 658px;
    overflow: hidden;
}

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

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

.black-overlay, .blue-overlay{
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.blue-overlay {
    background: linear-gradient(to right,rgb(199, 19, 26), rgba(0, 0, 0, 0.6));
}
/*background: linear-gradient(-54deg,#a870fe 10%,#EC2328 90%);*/
.black-overlay-se{
    /*background: #000;*/
    background: linear-gradient(-33deg, #000000 50%, #ffff0000);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    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/fancy.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 19%;
    height: 100%;
}
#wd-banner .banner_caption_text:after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 80%;
    background-image: url(../images/fancy-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 19%;
    height: 100%;
}

#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: 0px;
    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: .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: 0px;
    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: .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: 0px;
    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: .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: 800;
    font-size: 52px;
    padding: 0px 0 10px;
}

#wd-banner .banner_caption_text h3{color: #fff;}

#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;}

#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: #EC2328;
    color: #fff;
    font-weight: 600;
    padding:5px 20px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 0;
}
.text-date p span {
    font-size: 28px;
    padding-left: 15px;
}
#wd-banner.mt_video .banner_caption_text p{margin-top: 0px;}

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

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

#wd-banner svg.wave-shape {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
    #wd-banner .banner_caption_text h2 {
        font-size: 65px; 
    } 
    .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: 36px;
    line-height: 48px;
    margin-bottom: 0; 
  } 

  #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) {

  #wd-banner .banner_caption_text h2 span{font-size: 21px;}

  .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;}
}

/* Slider Section */
.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; 
}

.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: #ffffff;
}

/*HOMEPAGE 2*/

.home-2 .top-head, .home-3 .top-head {
    background: #ffffff;
    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-bottom: 1px solid #666 !important;*/
    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 .3s;
}
.social-link-t ul li a:hover{
    color: #ec2328;
    border: 1px solid #ec2328;
    transition: all ease-in-out .3s;
}

.home-2 .navbar-fixed-top {
    position: relative;
    background: #ffffff !important;
}
.home-2 #inner-navigation .nav.navbar-nav > li > a{
  color: #666666;
}
.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: 630px;
}
#wd-banner.wd-slider-ot .banner_caption_text {
    top: 28%; 
    width: 40%;
}
#wd-banner.wd-slider-ot .banner_caption_text h2 {
    font-size: 48px;
}
#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: 30px;
}
.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;
}

/*Carousel slider*/
.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;
}

/*Homepage 3*/

.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: 60px;
    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 .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: 36%;
}
/*Homepage planner*/
.home-planner #inner-navigation .navbar {
    background: #ffffff2e;
}

/* -- About Us -- */

#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: #666666;
    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;
}
.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;
}
.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: 'Roboto', sans-serif;
    transition: all ease-in-out .3s;
}
.the-couple:hover .couple-img h4{
    opacity: 0.7;
    transition: all ease-in-out .3s;
}
.couple-img:before{
    background: #fff;
    content: "";
    height: 70px;
    left: -155px;
    opacity: .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: 65%;
    z-index: 0;
}

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

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

.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 .3s ease-in-out;
}
.cp-social li:hover{
    background: #ec2328;
    color: #fff;
    transition: all .3s ease-in-out;
}
.cp-social li a {
    color: #EC2328;
    font-size: 16px;
    padding: 8px;
    line-height: 30px;
    transition: all .3s ease-in-out;
}
.cp-social li a:hover{
    color: #fff;
    transition: all .3s ease-in-out;
}

/*About us inner*/

#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;}

/*Countdown*/
.the-countdown {
    position: relative;
    overflow: hidden;
    background-image: url(../images/resimler/biz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.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:#fbfbfb; }

.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/f1.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*/
.the-quote {
    position: relative;
    overflow: hidden;
    background-image: url(../images/gl-8_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.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: 155px;
}
.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: 13%;
    top: 65px;
    font-size: 40px;
}
/*.quote-counter p:after{
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    bottom: 0px;
    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/f1.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;}
}
/*Friends wishes'*/
.the-wishes {
    position: relative;
    padding:0 0 55px;
}

.home-3 .the-wishes {
    position: relative;
    overflow: hidden;
    background-image: url(../images/gl-9_1.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;
}
/* -- Our Story -- */
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: 95px;
    padding: 0 30px 0;
    margin-right: 25px;
}
.story-rt .expand-story {
    margin-right: 0;
    margin-left: 25px;
}
.story-head h6 {
    padding: 0 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.expand-story p {
    font-size: 16px;
    position: relative;
    background: #fff;
    color: #666666;
    min-height: 155px;
    padding: 40px 20px;
    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 0px 24px #eee;
}
.story-rt .expand-story p:after { 
    right: initial;
    left: -22px;
    transform: rotate(180deg);
}
.story-head:before {
    content: "";
    position: absolute;
    bottom: -238px;
    right: 0;
    width: 2px;
    height: 250px;
    background: #ec2328;
    border-radius: 50%;
}
.story-rt .expand-story .story-head:before{
    right: inherit;
    left: 0;
}
.story-head {
    position: absolute;
    top: 0;
}
.story-lt .expand-story .story-head{
    right: -16px
}
.story-rt .expand-story .story-head{
    left: -16px;
}
.story-head h3 {
    margin-bottom: 10px;
}

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

.image-story {
    width: 80%;
    margin: 0 auto 80px;
}
.image-story:before {
    content: "";
    position: absolute;
    border: 2px solid #fbfbfbad;
    top: 10px;
    left: 65px;
    right: 66px;
    bottom: 10px;
    -webkit-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.image-story:hover:before{
    background: #fbfbfb52;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


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

/* -- Wedding Event -- */
.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;}

.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/f1.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/f2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(0);
    z-index: 0;
}
.event-stack {
    position: relative;
    text-align: left;
    padding: 25px;
    background: #fbfbfb;
    z-index: 1;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 32px #eee;
    margin-bottom: 40px;
    border-radius: 22px;
}
.event-stack h3{
    padding-bottom: 10px;
    text-align: left;
}

.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: #bbbbbb;
    padding: 5px 15px 5px 0;
    font-size: 14px;
    display: inline-block;
}
.event-stack ul li i.fa {
    width: 15px;
    text-align: center;
}
.event-stack p {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    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: transparent;
    color: #ec2328;
    border-color: #ec2328;
}
.event-stack a.read-btn:hover i.fa {
    padding-left: 5px;
    transition: all ease-in-out .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: 0px;
}
.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;
}

/*Important people*/
.imp-people{
    position: relative;
    overflow: hidden;
}
.important-people ul.nav.nav-tabs {
    margin-bottom: 50px !important;
    display: block;
    width: 28.9%;
    margin: 0 auto;
    border-bottom: none;
    border-radius: 4px;
}
.important-people ul.nav-tabs li a {
    border: 1px solid #ddd;
    background: transparent;
    color: #777;
    font-size: 20px;
    border-radius: 0;
    padding: 6px 16px;
    margin: 0 10px;
    border-radius: 10px;
}
.important-people ul.nav-tabs li a:hover{
    background: #ec2328;
    color: #fbfbfb;
    border-color: #ec2328;
    transition: all ease-in-out .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: .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 03s;
    -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: #666666;
    margin: 0;
    font-weight: 600;
}

.our-team .title {
    display: block;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 7px 0;
}
.our-team .post {
    display: block;
    font-size: 15px;
    color: #666666;
}

@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;}
}


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

/* -- Gallery -- */

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

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

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: .3s;
    transition: .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) .6s;
}
.gallery .item:hover::before {
    opacity: 1;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) .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;
}

/*Gallery II*/
.wide-gallery .col-md-12 {
    padding: 0 5px;
}
.wide-gallery .col-md-4 {
    padding: 0 5px;
}
.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*/

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

.btn:hover {
    background: #fff;
    color: #EC2328;
    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;}


/*shop*/

.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*/

.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: transparent; 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: .12em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

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

.our_store.related_store{background: transparent;}

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

#store-tab-main .nav-tabs>li>a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 17px 14px;
    font-size: 21px;
    font-weight: 300;
    color: #eb262a;
    font-style: italic;
    background: transparent;
    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 .2s ease;
    -moz-transition: all .2s ease;
    transition: all .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 .2s ease;
    -moz-transition: all .2s ease;
    transition: all .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: transparent;
}

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

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

.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: 0px;
    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 .35s cubic-bezier(.53,.01,.18,1);
    -moz-transition: all .35s cubic-bezier(.53,.01,.18,1);
    transition: all .35s cubic-bezier(.53,.01,.18,1);
    box-shadow: 0 5px 5px 0 rgba(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 .2s ease-out,background-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .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*/

.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: #eeeeee;
}

.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*/

.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: 0px;
}

.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*/
.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%;}
}
/* -- Blog -- */

#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: "";
    /*background: rgba(112, 150, 239, 0.48);*/
    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);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari */
    transform: scale(1.2);
    /* Standard syntax */
}

.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: #bbbbbb;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase;
    padding: 10px 0;
}

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

.blog-col h4 a {
    color: #666666;
    font-weight: 600;
    transition: all ease-in-out .3s;
}
.blog-col h4 a:hover {
    color: #ec2328;
    transition: all ease-in-out .3s;
}
.blog-col p {
    color: #666;
    margin-bottom: 0px;
}

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

.blog-content .info-bar {
    margin-bottom: 0px;
    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: #bbbbbb;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
}
.blog-content .info-bar ul li a:hover {
    color: #ec3d42;
    transition: all ease-in-out .3s;
}

/*blog lists pages*/

#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 0px 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: #ffffff;
    background: #ec2328;
    width: 100%;
    padding: 12px 10px 12px;
    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: transparent;
    border-left: 1px solid #eee !important;
    border: none;
}
.search-container form:hover button {
    color: #ec2328;
    transition: all ease-in-out .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: #eeeeee;
    color: #666666;
    position: relative;
    display: block;
    margin-bottom: 4px;
    margin-right: 4px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.royalwedding_tags ul li a:hover {
    color: #ec2328;
    border-color: #ec2328;
    background: #fbfbfb;
    transition: all ease-in-out .3s;
}
#blog-list .blog-sidebar .bl-content .posts.blog.withthumb li {
    line-height: 1.5em;
    border: 0;
    display: block;
    clear: both;
    background: none;
    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: 0px;
}
.bl-content .posts.blog li a, .page_content_wrapper .posts.blog li a {
    color: #666666;
    font-family: 'MeriendaRegular';
}
.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 .3s;
}
.post_attribute, .comment_date, .post-date {
    padding: 0;
    margin-top: 0;
    color: #bbbbbb;
    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: transparent;
    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 .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 .1s;
}
.royalwedding_social_posts ul li a:hover {
    transform: translateY(-4px);
    transition: all ease-in-out .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 main content*/
.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 #dddddd;
    -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 0.s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.s 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 .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: #666666;
    font-weight: 600;
}
.bl_post_header .post_detail.single_post {
    position: relative;
    margin-bottom: 5px;
}
.post_detail.single_post span a {
    color: #bbbbbb;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*Blog pagination*/
.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: #eeeeee;
    margin-right: 5px;
    border-radius: 50px;
    overflow: hidden;
    font-size: 12px;
    transition: all ease-in-out .3s;
}
.pagination a.inactive:hover {
    background: #ec2328;
    color: #fff;
    transition: all ease-in-out .3s;
}
.pagination span{
    background-color: #EC2328;
    color: #ffffff;
}
.pagination_detail {
    margin-top: 2px;
    font-size: 14px;
    color: #666;
}

/*Blog Grid View*/
.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 Detail Page*/
.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 0;
}
#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 .3s;
    transition: all .3s;
    display: block;
}
.comments-item a.comment-reply:hover {
    background: #ec2328;
    color: #fbfbfb;
    -webkit-transition: all .3s;
    transition: all .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: 0px 10px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    transition: all .3s;
}
.blog-tags a:hover {
    background: #ec2328;
    border-color: #ec2328;
    color: #fbfbfb;
    transition: all .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: transparent;
    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 .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 7px;
    margin-left: -4px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #F34580;
    font-size: 14px;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
}

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

.g-registry.grunge {
    position: relative;
    overflow: hidden;
    background-image: url(../images/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: 0px 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: transparent;
}

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

.owl-registry .owl-nav button.owl-prev{
    left: 0px;
}
.owl-registry .owl-nav button.owl-next{
    right: 0px;
}
.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 section ---*/

.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: 0px 0 30px 0;
    z-index: 1;
    overflow: hidden;
}

.widget-rsvp {
    margin: 0px auto 20px;
    padding: 30px;
    position: relative;
}
.latest-posts-widget.widget.widget-rsvp:before {
    content: "";
    position: absolute;
    right: 73px;
    top: -25px;
    background-image: url(../images/f1.png);
    width: 30%;
    height: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-40deg);
}
.latest-posts-widget.widget.widget-rsvp:after {
    content: "";
    position: absolute;
    left: 65px;
    bottom: -45px;
    background-image: url(../images/f1.png);
    width: 30%;
    height: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotateY(-175deg);
}
.widget-rsvp .widget-title {
    margin: 0px 0 60px;
    text-transform: capitalize;
    text-align: center;
    color: #333333;
    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: -4px;
    margin: 0 auto;
    width: 20%;
    height: 2px;
    position: absolute;
}

.widget-content p {
    color: #888888;
    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: #ffffff;
}

.rsvp a {
    color: #ffffff;
}

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

.contacts-widget .contacts-info-list > li .info-item {
    color: #888888;
    margin-bottom: 20px;
}
.ft-about-content form{
    text-align: center;
}
.ft-about-content .form-control {
    background: #fbfbfb;
    margin-bottom: 28px;
    border-color: #f1f1f1;
    height: 45px;
    border-radius: 10px;
    box-shadow: 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 #888888;
    border-radius: 0px;
    color: #666666;
}

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: #999;
}
.ft-about-content form button.btn:hover{
    border-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 .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: #666666;
}

.ft-about-content {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    width: 45%;
    margin: 0 auto;
    padding: 35px 15px;
    background: #fff;
    box-shadow: 0 0 40px #c3c3c3;
}

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

.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;
}

/* -- rsvp -- */

/*Footer*/
.footer{
    position: relative;
}
.footer-widgets {
    position: relative;
    background: url(../images/resimler/biz.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    min-height: 465px;
    background-attachment: fixed;
}
.footer-note {
    position: relative;
    padding: 220px 0;
    text-align: center;
    z-index: 1;
}
.footer-note:before {
    content: "";
    background: url(../images/footer-c.png);
    position: absolute;
    top: 0;
    left: 33.3%;
    text-align: center;
    width: 35%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer-note h1 {
    color: #fbfbfb;
    position: relative;
}
.footer-note p {
    color: #fbfbfb;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
}
.footer-copyright {
    font-size: 14px;
    background: #fbfbfb96;
    color: #333;
    font-weight: 600;
    padding:30px 0 30px;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    display: inline-block;
    width: 100%;
}

.footer-copyright ul.social-media {
    margin: 22px 0px 28px 0px;
    padding: 0px;
    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 style-2*/

.footer-2 .footer{
    position: relative;
    background: #1B1B1B;
    color: #bbb;
}

.footer-2 .footer .footer-top {
    padding: 70px 0 70px;
}

.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 0px;
}

.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: transparent;
    color: inherit;
}

.footer-2 #widget-subscriptions form button.button {
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 14px;
    padding-right: 0;
    padding-left: 0;
    width: 40px;
    height: 40px;
    outline: none;
    background: transparent;
    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;
}

