/*------------------google font----------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Pacifico|Poppins:300,400,500,600,700');
/*------------------google font----------------*/

body{ 
    background: #fff;
    line-height: 24px; 
    color: #333;
    font-size: 13px; 
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
/*---------------------Default Css--------------------*/ 
h1{ color:#333; 
    font-size:2.5em;
    margin:0px;
    padding:20px 0;}

h2{ color:#333; 
    font-size:2.225em;
    margin:0px; 
    padding:0px;
} 

h3{ color:#333; 
    font-size:2em;
    margin:0px;
    padding:0px;}

h4{ color:#333; 
    font-size:1.5em;
    margin:0px;
    padding:0px;}

h5{ color:#333; 
    font-size:1.225em;
    margin:0px;
    padding:0px;}

h6{ color:#333; 
    font-size:1em;
    margin:0px;
    padding:0px;}

p{ 
    margin:0px;
    color: #8c8c8c;
}

a{
    text-decoration:none;
}
a:hover{ 
    text-decoration:none;
}

a:focus{ 
    outline:none;
}
.no-padding{
    padding: 0px !important;  
}
/*---------------------Default Css--------------------*/ 


/*---------------------Nav Css--------------------*/ 
header.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    right: 0;
}
nav.navbar.navbar-fixed-top.fixed {
    background: rgba(0,0,0,0.5);
}
.nav>li>a {
    padding: 10px 25px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.nav>li{
    margin-top: 26px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}
.navbar-toggle{
    border-color: #ddd;
    background: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
/*--------------------- End Nav Css--------------------*/ 
/*----------------------master slider-------------*/
.text6 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 110px;
    font-family: 'Pacifico', cursive;
}
.text7 {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.text7 span{
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
}
.full-wid {
    width: 100%;
    text-align: center;
}
/*---------------------- End master slider-------------*/
/*----page Title heading------*/
.title{
    text-align: center;
    position:relative;
}
.title h2{
    font-size: 40px;
    color: #383838;
    font-family: 'PT Serif', serif;
    font-weight: 500;
}
.title span {
    background: url(../images/title-bg.png) center no-repeat;
    width: 65px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left:-32.5px;
    top: 75px;
}
.title p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #787878;
    padding-top: 80px;
    line-height: 30px;
    font-weight: 400;
}
/*----End page Title heading------*/

/*----section.welcome-----*/
section.welcome{
    padding: 100px 0px 50px 0;
}
.welcome-desc {
    text-align: center;
    margin-top: 60px;
}
.welcome-desc h3{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #ab8e57;
    font-weight: 300;
    margin-bottom: 30px;
}
.welcome-desc span{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #ab8e57;
    font-weight: 300;
}
.welcome-desc p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}
.welcome-desc p a{
    text-decoration: underline;
    color:#57a0ab;
}
.addToCalendar p{padding-top:40px}
a.rsvp,
button.rsvp {
    background: none;
    border: solid 2px #57a0ab;
    border-radius: 3px;
    box-shadow: none;
    color: #57a0ab;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 4px 20px;
    font-weight: 500;
    margin-top: 40px;
}
a.rsvp:hover,
button.rsvp:hover{
    background: #57a0ab;
    color: #fff;
}
/*----End section.welcome-----*/
/*-------section.couple----*/
section.couple{
    padding: 0px;
    background: #f7f7f7;
}
.left-panel{
    position: absolute;
    left:  0;
    background: url(../../../img/photos/35701554_2565484143462574_3335643246146617344_o.jpg) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 778px;
    width: 51%;
}
.right-panel{
    padding: 100px 50px;
}
section.couple .title{
    text-align: left;
}
section.couple .title span{
    left: 30%;
}
.couple-block {
    margin-top: 70px;
}
.couple-block small{
    text-transform: uppercase;
    color: #57a0ab;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.couple-block h4{
    color: #ab8e57;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 9px;
}
.couple-block p {
    color: #787878;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.couple-block ul span {
    float: left;
    color: #a3a3a3;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-right: 14px;
}
.couple-block ul {
    padding: 0;
    margin-top: 30px;
}
.couple-block ul li{
    list-style: none;
    float: left;
    padding-top: 2px;
}
.couple-block ul li i{
    color: #a3a3a3;
    padding-right: 15px;
    font-size: 15px;
}
.couple-block ul li i:hover{
    color: #57a0ab;
}
/*-------End section.couple----*/

/*---section.our-story-----*/
section.our_story {
    padding: 100px 0 0px;
}
.story-block{
    padding: 0px;
}
.block{
    margin-top: 100px;
}
.story-block small{
    text-transform: uppercase;
    color: #57a0ab;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.story-block h4{
    color: #ab8e57;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 9px;
}
.story-block p {
    color: #787878;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 15px;
}
.story-block img {
    width: 100%;
    padding-bottom: 80px;
}
.pb{
    padding-bottom: 90px;
}
/*--- End section.our-story-----*/

/*-----weeding countdown-----*/
section.countdown{
    padding: 100px 0px;
    background: url(../images/count-bg.jpg) no-repeat;
    background-size: cover;
}
section.countdown .title h2{
    color: #fff;
}
.fact-box{
    margin-top: 85px;
    border: solid 2px #fff;
    text-align: center;
    padding: 30px;
}
.fact-box h3{
    color: #fff;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
}
.fact-box p{
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
/*-----End weeding countdown-----*/

/*------section.event---------*/
section.event{
    padding: 0px 0px 50px 0;
}
.event-block{
    margin-top: 80px;
    text-align: center;
    position: relative;
}
.event-block span {
    color: #57a0ab;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
}
.event-block h4 {
    color: #ab8e57;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.event-block img {
    width: 100%;
    margin-top: 30px;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height:50%;
}
.overlay a i{
    display: block;
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px;
}
.overlay a{
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.overlay:hover{ 
    opacity: 1;
}
/*------End section.event---------*/

/*------section.gallery-------*/
section.gallery{
    padding: 0px;
}
section.gallery .title{
    margin-bottom:50px;}
.gallery-block{
    margin-top: 30px;
}
/*------End section.gallery-------*/

/*----section.attending-----*/
section.attending{
    padding: 100px 0px;
    /*background: url(../images/attend-bg.jpg) center  no-repeat;*/
    background: url(../images/twh-dates-black.jpg) center  no-repeat;
    background-size: cover;
    margin-top: 50px
}
section.attending .title h2{
    color: #fff;
}
section.attending form{
    margin-top: 80px;
}
section.attending.guest form{
    margin-top: 30px;
}
section.attending .form-group{
    margin-bottom: 30px;
}
section.attending label{
    color:#fff;
}
section.attending .error label{
    color:#ea0000;
}
section.attending .error .text-danger{
    color:#f44444;
}
#kids{
    clear:both;
    width:90%;    
    margin:0 auto;
}
#kids .newKid{
    margin:0 0 20px 0;
}
section.attending .form-control{
    border: solid 1px #b0afaf;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    color: #b0afaf;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 50px;
}
section.attending textarea.form-control{
    height: 100px;
}
button.attend {
    box-shadow: none;
    background: #ab8e57;
    border-radius: 0px;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 10px 150px;
    border: none;
}
/*--section.gift------*/
section.gift{
    padding: 100px 0px;
}
.item img {
    display: block;
    margin: 0 auto;
}
.home-demo{
    margin-top: 50px;
}
/*--End section.gift------*/

/*-footer.footer-----*/
footer.footer{
    padding: 150px 0 0px;
    background: url(../images/footer-bg.jpg) center no-repeat;
    text-align: center;
}
footer.footer h4 {
    font-weight: 500;
    color: #ab8e57;
    padding-bottom: 32px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
footer.footer span{
    font-weight: 400;
    color: #787879;
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
footer.footer a {
    font-weight: 500;
    color: #57a0ab;
    font-size: 14px;
    line-height: 30px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
footer.footer a.phone {
    display: inline;
}
footer.footer h1 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    font-family: 'Pacifico', cursive;
    padding: 0;
    margin-top: 54px;
}
.footer-bottom{
    margin-top: 60px;
    padding: 20px 0px;
}
/*- End footer.footer-----*/
.title .helpNote{
    width:50%;
    margin:auto;
    text-align:center;
}
.title .helpNote p{
    padding:50px 0 0 0;
    color:#fff;
    font-size:20px
}
/*media Query*/
@media (max-width:1199px){
    .welcome-desc h3{
        font-size: 38px;
    }
    .right-panel {
        padding: 77px 50px;
    }
    .event-block h4{
        font-size: 21px;
    }
    section.couple .title span{
        left: 30%;
    }
}
@media (max-width:991px){
    .nav>li>a {
        padding: 10px 20px;
    }
    .left-panel{
        min-height: 684px;
        position: relative;
        width:  100%;
    }
    section.countdown{
        margin-top: 100px; 
        padding: 50px 0px;
    }
    section.attending{
        margin-top: 0px;
    }
    footer.footer h1{
        font-size: 25px;
    }
    footer.footer span{
        font-size: 15px;
    }
    .fact-box{
        margin-top: 60px;
    }
    .title,
    section.couple .title{
        text-align: center;
    }    
    .title span,
    section.couple .title span{
        left:50%;
        margin-left: -32px;
        top:60px;
    }
}
@media (max-width:767px){
    .navbar-nav>li{
        float: none;
    }
    .navbar-brand{
        padding: 0 15px;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        background: url(../images/nav-hover.png) 18px 20px no-repeat;
    }
    .left-panel{
        width: 100%;
    }
    .fact-box{
        margin-top: 40px;
    }
    .gallery-block img{
        width:  100%;
    }
    section.welcome{margin-top: 20px;padding: 20px 0px;}
    .welcome-desc{margin-top: 50px;}
    section.countdown{
        padding: 20px 0px;
        background-size: cover;
        background-position: center center;
        margin-top: 20px;
    }
    .fact-box h3{font-size:40px}
    section.attending{padding: 20px 0px}
    section.attending form{margin-top:40px}
    footer.footer{
        background-position: center center;
        background-size: cover; 
    }
    footer.footer .col-md-4{
        margin-bottom: 20px;
    }
    .welcome-desc h3 {
        font-size: 31px;
    }
    .right-panel {
        padding: 40px 50px;
    }
    .event-block{
        margin-top: 20px;
    }
    .scrollto .col-sm-6.col-xs-12.text-right,
    .scrollto .col-sm-6.col-xs-12.text-left{text-align: center !important;margin:0 0 20px 0}
    .addToCalendar p{padding-top:0}
    section.event{padding:0 0 10px 0}
    .title .helpNote{
        width:70%;
    }
}
@media (max-width:480px){
    .nav>li{
        margin-top:10px;
    }
    button.attend{
        padding: 10px 46px;   
        font-size: 15px;
    }
    .welcome-desc h3 {
        font-size: 24px;
    }  
    .navbar-brand img{
        width: 100px;
        margin-top:10px;
    }
    .navbar-toggle{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .right-panel {
        padding: 40px 0px;
    }
    .couple-block ul span{
        padding-right: 7px;
    }
    .title h2{
        font-size: 26px;
    }
    .text7 span{
        font-size: 20px;
    }
    .ms-anim-layers{
        display: none;
    }
    .title .helpNote{
        width:90%;
    }
    .title .helpNote p{
        font-size:16px;
    }
}