/*------------------------------------------------------------------
Theme Name: 	Sweet Wedding - Responsive Wedding Template
Version:        1.0.0
Author:         Beeskip
URL:            http://themeforest.net/user/Beeskip
-------------------------------------------------------------------*/


/*
		Table Contents
-------------------------------
00- google fonts
01- General Style
02- Preloader
03- section style
04- Navigation
05- Hero Slider
06- Couple Section
07- Story Section
08- Event Section
09- Important People Section
10- Gallery Section
11- gift-registry Section
12- RSPV Section
13- Google map 
14- Blog Section
15- footer copyright

*/



/*---------------------------
	00- google fonts
-------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Parisienne|Roboto:400,400i,500,700|Sail");
 
 
/*--------------------------------------------------------------
  01- General Style
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f0f0;
  overflow-x: hidden;
}

p{
  color: #5f5e5e;
  line-height: 1.8em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
	text-decoration:none;
	-webkit-transition:.3s ease;
	-moz-transition:.3s ease;
	-o-transition:.3s ease;
	transition:.3s ease;
	
}
a:hover,a:focus{
	text-decoration:none;
	color: #ee6593;
}

.title{
	margin-top: 0;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 40px;
    letter-spacing: 3px;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Sail", cursive;
    font-weight: 700;
    font-style: italic;
	text-transform:capitalize;
}


.fi:before {
  margin: 0;
}
/*
.section-padding {
  padding: 120px 0;
}*/


.ui-selectmenu-menu {
  z-index: 2222;
}


/*--------------------------------------------------------------
    02- Preloader
--------------------------------------------------------------*/
.preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}
.preloader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .loader .fa {
  color: #ec8b9f;
  font-size: 125px;
  float: left;
  margin-right: 5px;
}
 
.preloader .loader i {
  -webkit-animation: preloaderAnimation 0.6s infinite alternate;
  animation: preloaderAnimation 0.6s infinite alternate;
}

.line i {
  -webkit-animation:  pulse 0.5s infinite alternate;
  animation: pulse 0.5s infinite alternate;
}


@-webkit-keyframes preloaderAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes preloaderAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}


/*--------------------------------------------------------------
  03-  section style
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-wrapper section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.page-wrapper section:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-wrapper section * {
  opacity: 0;
}
.page-wrapper header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
}
.page-wrapper .current-section {
  background: white;
  left: 0;
  z-index: 1000;
  overflow-y: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /** event section animation **/
}
.page-wrapper .current-section * {
  opacity: 1;
}
.page-wrapper .current-section:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
}
.white-box {
    background-color: rgba(255, 255, 255, 0.81);
}
.page-wrapper .current-section .section-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-top: 40px;
}


.page-wrapper .current-section .section-holder .container {
  padding-bottom: 40px;
}


.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title .title-box {
  display: inline-block;
}
.section-title h2 {
  font-family: "Sail", cursive;
  font-size: 48px;
  line-height: 1em;
  margin: 0;
  padding: 0.28em 15px 0.3em;
  position: relative;
  text-transform: capitalize;
}

.section-title h2:before, .section-title h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #1a1a1a !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title h2:before {
  left: -30px;
}

.section-title h2:after {
  right: -30px;
}


/*---------------------------------
    04- Navigation
-----------------------------------*/


header {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .navigation .navbar-brand i {
  color: #ec8b9f;
  font-size: 16px;
  -webkit-animation: pulse 0.5s infinite alternate;
  animation: pulse 0.5s infinite alternate;
}

header .navigation .navbar-brand {
  color: #2a2a2a;
  font-family: "Sail", cursive;
}
header .navigation .navbar-brand:focus, header .navigation .navbar-brand:hover {
  color: #2a2a2a;
}
header .navigation .navbar-nav > .open > a,
header .navigation .navbar-nav > .open > a:focus,
header .navigation .navbar-nav > .open > a:hover {
  background: #fff !important;
}
header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  
}
header #navbar .navbar-nav > .active > a, header #navbar .navbar-nav > .active > a:focus, header #navbar .navbar-nav a:hover {
  background-color: #fff !important;
  color: #ec8b9f !important;
}

header #navbar > ul {
  margin: 0;
}
header #navbar .mobile-menu-logo {
  font-size: 22px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  padding: 30px 0;
  display: none;
}
header #navbar .mobile-menu-logo i {
  color: #ec8b9f;
}



/*---------------------------------
	05- hero slider
------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden !important;
  /* slider dots */
}

.hero .slide {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide img {
  display: none;
}
.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .announcement-wrapper {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}


.hero .announcement-wrapper .married-text span {
  display: inline-block;
}
.hero .announcement-wrapper span {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 7px;
  display: block;
}

.hero .announcement-wrapper .couple-name {
   
  display: inline-block;
  margin: 20px;
  padding: 15px 35px;
  position: relative;
}

.hero .announcement-wrapper .couple-name:before, .hero .announcement-wrapper .couple-name:after {
  content: "";
  background-color: #ec8b9f;
  width: 105%;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero .announcement-wrapper .couple-name:before {
  top: 0;
}
.hero .announcement-wrapper .couple-name:after {
  bottom: 0;
}
.hero .announcement-wrapper h1 {
  font-family: "Parisienne", cursive;
  font-size: 65px;
  color: #fff;
  margin: 0;
}

.hero .announcement-wrapper .date {
  
  line-height: 1.9em;
}

.hero .hero-slider .owl-controls {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 10%;
  left: 51%;
  z-index: 99999;
  
}

.hero .hero-slider .owl-dots .owl-dot {
  display: inline-blok;
}
.hero .hero-slider .owl-dots .owl-dot span {
  background-color: transparent;
   
  
}

.hero .hero-slider .owl-dots .owl-dot span:before {
  font-family: FontAwesome;
  content: "\f005";
  font-size: 20px;
  color: #ec8b9f;
  opacity: 0.5;
}

.hero .hero-slider .owl-dots .active span:before {
  opacity: 1;
}


/*--------------------------------------------------------------
	06- couple section
--------------------------------------------------------------*/


.theCouple{ 
	padding:0 5.89%; 
	text-align:center;
	}
ul.theCouple li{ 
	display:inline-block;
	}

.theCouple img{ 
	display:block; 
	margin:0 auto 47px;
	}
.theCouple h3{ 
	text-align:center; 
	margin-bottom:3px; 
	color:#ee6593;
	}
.theCouple h5{ 
	text-transform:uppercase;
	}
.theCouple p{ 
	text-align:center;
	}
.theCouple ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
	margin-bottom: 20px;
}
.theCouple ul li {
	display:inline-block;
    list-style-type: none;
    margin-right: 2%;
}
.theCouple ul li:last-child {
    margin-right: 0;
}
.theCouple ul li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 31px;
}
.theCouple a.ico {
    background-color: #fff;
    border: 1px solid #605154;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    margin-bottom: 15px;
    text-align: center;
    width: 28px;
}
.theCouple a.ico:hover {
   	border:1px solid #ee6593;
}
.theCouple a.ico:hover i {
    color: #ee6593;
}
.theCouple a i {
    color: #323a42;
    font-size: 13px;
    line-height: 25px;
}
.line{ 
	background:url(../images/couple/line-divider.png) no-repeat 50% 0;
	height:435px; 
	position:relative
	}
.line i {
    color: #ee6593;
    font-size: 64px;
    left: 27%;
    position: absolute;
    top: 43%;
}
.bigRound{ 
	border-radius:50%;
	width:234px; 
	height:234px;
	padding:11px; 
	border:1px solid #e8e6e3; 
	background:#fff;
	}

	.couple {
    padding-left: 180px;
    background-color: #f8f7f7;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}


/*--------------------------------------------------------------
	07- Story Section
--------------------------------------------------------------*/

.story {overflow: hidden;}
.story .section-holder  {
	overflow-x:hidden;
	padding-top:0 !important;
	background-color:#fff;
}
.big-story{
    overflow:hidden;
}
.big-story img {
    margin-left: 165px;
    height: 100%;
	width:100%;
}


.story h2 {
    margin: 40px 20px 20px;
    color: #7b7b7b;
	padding: 18px 20px;
	background: #F7F7F7;
    text-transform: capitalize;
    box-shadow: 0 2px 4px #dddddd;
	margin-bottom: 0;
}
.single-story-image{
	margin: 0px 20px 20px;
	margin-bottom:0;
}
.story p {
    color: #5f5e5e;
    line-height: 2;
    font-size: 14px;
	padding: 18px 20px;
	background: #F7F7F7;
	margin-bottom:20px;
}

.story .col-md-5 {
    
    height: 100%;
}

.story-line{
	background:#fff;
	padding: 60px 20px;
    padding-bottom: 34px;
}


.story .story-box .nav-tabs {
  border: 0;
}
.story .story-box .nav-tabs li {
  width: 24.3%;
  margin: 0;
  border-right: 1px solid #ec8b9f;
  
}

.story .story-box .nav-tabs li:last-child {
  border: 0;
}
.story .story-box .nav-tabs li a {
  background-color: rgba(236, 139, 159, 0.65);;
  display: block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.story .story-box .nav-tabs li i {
  display: block;
}

.story .story-box .nav-tabs li.active a {
  background-color: #ec8b9f;
}
.story .tab-content {
  background-color: #fff;
  margin-top: 2px;
  padding-right: 15px;
}

.story .tab-content .story-details {
  padding-top: 30px;
  padding-bottom: 20px;
}
.story .tab-content .story-details h3 {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.story .tab-content .story-details span {
  display: block;
  color: #aa9a45;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.story .pic-holder {
  position: relative;
}

.story .pic-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.story .pic-holder h3 {
  width: 100%;
  font-family: "Sail", cursive;
  font-size: 38px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.story-date{
	background: rgba(255, 255, 255, 0.59);
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: 40px;
    z-index: 999;
}
.story .date{
  background-color: #ec8b9f;
    color: #fff;
    display: inline;
    padding: 2px 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;	
}
.story-date h3{
	margin-top:5px !important;
	text-transform:capitalize;
}

.content-story{
	position:relative;
}

/*--------------------------------------------------------------
	08- Event Section
--------------------------------------------------------------*/

.events h3 {
    margin-top: 5px;
    font-size: 23px;
    letter-spacing: 3px;
}


.ceremony-detail h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #f0394d;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.ceremony-detail h4 {
	margin-bottom: 20px;
	color:#151515;
}
.ceremony-detail {
	color: #000;
	padding: 30px;
}
.ceremony-detail img {
	margin-bottom: 20px;
}

.ceremony-detail svg {
	height: 48px;
	width: 48px;
	fill: #26c7d2;
}
.ceremony-slider {
	margin-bottom: 16px;
}

.ceremony-detail {
	padding: 20px;
	margin-bottom: 40px;
}
.ceremony-detail h5 {
	margin-bottom: 15px;
}
.ceremony-detail svg {
	height: 35px;
	width: 35px;
}
.ceremony-detail h4 {
	margin-bottom: 10px;
}

.ceremony-detail p {
	color: #5f5e5e;
}


/*--------------------------------------------------------------
	09- Important People Section
--------------------------------------------------------------*/


.important-people .section-holder{
	padding-top:0 !important;
}

#people-section {
    padding: 0;
    width: 100%;
    overflow: hidden;
     
}

.photostack {
    overflow: hidden;
    position: relative;
    text-align: center;
     
}
.js .photostack { height: 662px; }
.photostack > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.photostack figure {
    padding: 0;
    margin: 5px;
    width: 320px;
    height: 320px;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.photostack figure:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.js .photostack figure {
    margin: 0;
    display: block;
    position: absolute;
}
.no-js .photostack figure:nth-child(3n) {
    -webkit-transform: translateX(-10%) rotate(5deg);
        -ms-transform: translateX(-10%) rotate(5deg);
       -moz-transform: translateX(-10%) rotate(5deg);
         -o-transform: translateX(-10%) rotate(5deg);
            transform: translateX(-10%) rotate(5deg);
}
.no-js .photostack figure:nth-child(3n-2) {
    -webkit-transform: translateY(10%) rotate(-3deg);
        -ms-transform: translateY(10%) rotate(-3deg);
       -moz-transform: translateY(10%) rotate(-3deg);
         -o-transform: translateY(10%) rotate(-3deg);
            transform: translateY(10%) rotate(-3deg);
}
.photostack figure.photostack-current:after { display: none; }


.photostack-transition figure {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -ms-transition: -ms-transform 0.6s ease-in-out;
       -moz-transition: -moz-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
}
.photostack-perspective {
    -webkit-perspective: 1800px;
        -ms-perspective: 1800px;
       -moz-perspective: 1800px;
         -o-perspective: 1800px;
            perspective: 1800px;
}
.photostack-perspective > div,
.photostack-perspective figure {
    -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.photostack-perspective figure,
.photostack-perspective figure div {
	-webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.no-csstransformspreserve3d figure.photostack-showback .photostack-back { display: block; }


.photostack figure .item-image {
    width: 100%;
    outline: none;
    display: block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.photostack figure .item-image img {
    width: 100%;
    display: block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.photostack figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


.photostack .item-content {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -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;
}


.photostack .item-content h4,.photostack .item-content p {
    left: 0;
    top: 45%;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;

    -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;
}

.photostack .item-content p{
	
	color: #ec8b9f;
	
}


.photostack .item-content .item-anchors {
    left: 30px;
    top: 55%;
    width: 100%;
    height: 60px;
    margin-top: 5px;
    position: absolute;
}
.photostack .item-content a {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    text-align: center;
    background-color: #ec8b9f;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.photostack .item-content a i { line-height: 50px; }
.photostack .item-content a:first-child {
    top: 0;
    left: 50%;
    position: absolute;
    margin-left: -25px;
}
.photostack .item-content a:last-child {
    top: 0;
    right: 50%;
    position: absolute;
    margin-right: -25px;
}


.photostack nav {
    left: 0;
    z-index: 90;
    width: 100%;
    bottom: 30px;
    text-align: center;
    position: absolute;

    -webkit-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
       -moz-transition: opacity 0.3s;
         -o-transition: opacity 0.3s;
            transition: opacity 0.3s;
}
.photostack nav span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #ec8b9f;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
        -ms-transition: -ms-transform 0.6s ease-in-out, background 0.3s;
       -moz-transition: -moz-transform 0.6s ease-in-out, background 0.3s;
         -o-transition: -o-transform 0.6s ease-in-out, background 0.3s;
            transition: transform 0.6s ease-in-out, background 0.3s;

    -webkit-transform: scale(0.48);
        -ms-transform: scale(0.48);
       -moz-transform: scale(0.48);
         -o-transform: scale(0.48);
            transform: scale(0.48);
}
.photostack nav span:last-child { margin-right: 0; }
.photostack nav span.current {
	background-color: #ec8b9f;

    -webkit-transform: scale(1);
        -ms-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.photostack .item-content:hover { opacity: 1; }
.photostack .item-content:hover h4 { margin-top: -60px; }
.photostack .item-content a:hover { background-color: #232323; }
.photostack .item-content:hover a:first-child { margin-left: -60px; }
.photostack .item-content:hover a:last-child { margin-right: -60px; }
 

/*--------------------------------------------------------------
	10- Gallery Section
--------------------------------------------------------------*/
.gallery .section-holder{
	/*padding-left:200px;*/
	padding-top:0 !important;
}
.gallery {
	padding-left: 180px;
	width: 100%;
}
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 220px;
	min-height: 198px;
	width: 33.3%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	min-height: 198px;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------
    Efect hover 
-----------------*/

figure.effect-apollo {
	background: #ec8b9f;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}



figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p  {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



/*--------------------------------------------------------------
	11- gift-registry Section
--------------------------------------------------------------*/

.logo-box{
	border: 1px solid rgb(236, 139, 159);
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
	12 -RSPV Section
--------------------------------------------------------------*/
.rsvp .section-holder{
	padding-top:100px !important;
}
.eventsLocation {
	padding:60px	
}
.joinourParty {
	padding:0;
}

.signup_text {
	font-size:25px;
	color:#fff;
	font-weight:700;
	line-height:49px;
	margin:0;
	}
.rsvpBack{ 
	 
	padding-top:80px;
	}
.rsvpBack h4{ 
	font-size:19px; 
	font-weight:700; 
	color:#fff; 
	margin-bottom:55px; 
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase; 
	letter-spacing:3px;
	}
.googleMap{ 
	margin-bottom:160px;
	}

.wrapper-rspv{
	background-color:#fff;
}

/*----- form ------*/

.form-header {
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
	height:100%;
}
.form-container {
	
	padding:60px;
	background-color:#fff;
	right:0;
	top:0;
	z-index:999;
}
.form-container h2 {
	font-size:36px;
	line-height:24px;
	color:#2f4e71;
	font-weight:700;
	letter-spacing:-2px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px;
}
.form-container h2 span {
	font-size:17px;
	color:#333850;
	display:block;
}
.form-container .heartline{ 
	margin-bottom:30px;
	}
.form-row {
	margin-bottom:30px;
	font-size:0;
	letter-spacing:0;
}
input.normal,
select.normal,
textarea.normal{
	background: none repeat scroll 0 0 #f9f8f8;
    border: 1px solid #e2e5e9;
    color: #acadbf;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    width: 100%;
	padding:12px 20px;
}
select.normal {
	padding:12px 20px;
}
input.button{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:56px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:100%;
	height:56px;
	background:#ee6593;
	border:none;
}
h3.succes_message {
	color:#3C3;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
	padding:0 15px 15px;
}

/*----------------------------------------------------
	 13 - Google map 
------------------------------------------------------*/
#map{
	height:100%;
	width:100%;
}
.mapArea{
	height:280px;
	overflow:hidden;
	width:100%;
	margin:0;
	background:#d8d7db;
	
}
.mapArea iframe{
	width:100%;
	height:100%;
}
/*--------------------------------------------------------------
	 14 - Blog Section
--------------------------------------------------------------*/

ul.peopleContainer li .lightCon {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.blog figcaption {
    padding: 10%;
    background: #fff;
	margin-bottom: 40px;
}

.blog figcaption h4 {
    color: #ee6593;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	    
}
.blog figcaption h4 a{ 
 color: #ee6593;
 
}
.metaInfo {
    font-size: 11px;
    font-style: italic;
    padding: 0 0 20px;
    text-transform: uppercase;
	color: #ee6593;
}

.metaInfo a{
    
	color: #ee6593;
}

figcaption p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0px;
    color: #5f5e5e;
}


.metaInfo > span {
    color: #777;
    display: inline-block;
    margin-right: 7px;
    padding-right: 15px;
    position: relative;
}

.metaInfo > span:before {
    content: "/";
    display: inline-block;
    position: absolute;
    right: 0;
    vertical-align: middle;
}


/* -----------------------------------------
	15- footer copyright
----------------------------------------*/

.copyright {
    
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.copyright .social-media {
    margin-bottom: 15px;
    padding-left: 18px;
}

.copyright .social-media a {
    text-decoration: none;
    color: #333;
}

.copyright .social-media a i {
    margin-right: 21px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.copyright .social-media a i:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
	color:#ec8b9f;
}

.copyright span {font-size: 10px;}

