/* --------------------------------
Custom Beautiful Floral
Author: MCP
Design and Developed by: 401xd.com
------------------------------------
*/

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Parisienne&display=swap');
 /* ---------------------------------------------
    DEFAULT
-------------------------------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../css/font/Flaticon.eot");
  src: url("../css/font/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../css/font/Flaticon.woff2") format("woff2"),
       url("../css/font/Flaticon.woff") format("woff"),
       url("../css/font/Flaticon.ttf") format("truetype"),
       url("../css/font/Flaticon.svg#Flaticon") format("svg");

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../css/font/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
}

.flaticon-wedding-rings:before { content: "\f100"; }
.flaticon-dinner:before { content: "\f101"; }
.flaticon-wedding:before { content: "\f102"; }


a {
    color: #555;
    text-decoration: none;
    outline:none!important;
}

a:hover,
a:active,
a:focus {
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

:focus {
  outline: 0;
}


a img {
    border: none;
}

label {
    width: 100%;
    color: #373435;
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background: rgba(225,225,225,0.3);
    padding: 0 3px;
}
 
::-webkit-scrollbar-thumb {
    background: rgba(225,225,225,0.5);
    border-radius: 4px;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: 'Karla', cursive;
}

html {
    overflow-y: hidden;
    overflow-x: hidden;
}

/* view content center */

.vs-center-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.vs-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* mainviews */

.mainbag {
    position: relative; /* for any left/right separation */
    overflow-y: hidden; /* for jQuery scrolls only */
    height: 100%;
    width: 100%; /* if 100% then you can't use left/right separation */
}

.mainview {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    vertical-align: bottom;
    white-space: normal;
}

/* subviews */

.subbag {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
}

.subview {
    position: relative; /* important for any centered content inside subviews */
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    vertical-align: bottom;
    white-space: normal;
}


.navbar-mobile {
    position: fixed;
    right: 10px;
    top: 50vh;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
  }

  .navbar-mobile ul{
    padding:0px;
    margin:0px;
  }

  .navbar-mobile ul li{
    list-style: none;
    text-align: center;
    background: #ffffff;
    text-align: center;
    height:35px;
    width: 35px;
    border-radius:50%;
    margin-bottom: 5px;
    box-shadow: 0px 2px 20px 0 rgba(0,0,0,0.1);
  }

 .navbar-mobile ul li .active {
    color: #111111;
 }
 
  .navbar-mobile li a{
    color: #5D7E7D;
  }

  .navbar-mobile li a:hover{
    color: #111111;
  }

  .navbar-mobile ul li a i{
      font-size:15px;
      line-height:35px;
  }

  .navbar-mobile ul li a p{
      font-size:10px;
      padding:5px 0px 0px;
      line-height: 0px;
      display: none;
    }

/* ----------------------------------------
    MODAL
-------------------------------------------*/
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
    margin:auto;
}

.modal-content .close{
    opacity: 1;
    font-size:25px;
}


#formMessages {
    color:#36A9DF;
    font-size:17px;
    font-weight: 600;
}

#over-lay-welcome {
    position:fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;    
    z-index:9999;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Roboto' sans-serif;
}
#over-lay-welcome{
    font-size:17px;
}

#over-lay-welcome h4{
    font-size:22px;
    font-weight:600;
    padding: 0px;
    text-transform: uppercase;
}
#over-lay-welcome img{
    display : block;
    margin-left: auto;
    margin-right : auto;
}
/*----------------------------------
    SW CONTENT UNDANGAN
------------------------------------*/
.sw-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.sw-content-inner {
    width: 100%;
    height: 100%;
    padding:40px;
    font-family: 'Karla', cursive;
    overflow-x: hidden;
    overflow-y: auto;
}
.sw-content-flex {
    display: flex;
    justify-content: center;
    align-items: center;    
}

.sw-content-inner p {
    font-size: 18px;
    line-height: 22px;
    color: #111111;
}

.sw-content-inner h2 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Parisienne', cursive;
    text-align: center;

}



/* =================================================
    CUSTOM TEMPLATE
=======================================================*/
    .sw-invitation-wrapper{
        background:url('./img/sw-element-2.png') top right no-repeat,
        url('./img/sw-element-4.png') bottom left no-repeat,
        rgba(252, 250, 248);
        background-repeat: no-repeat;
        background-size:40%;
        font-family: 'Karla', cursive;
    }

    .sw-invitation-home{
        background:url(./img/sw-wedding-invitation.png) no-repeat center center;
        background-size:100%;
        height:600px;
        width:600px;
        padding:60px;
        margin: auto;
        text-align: center;
        color:#60917B;
        -webkit-animation: heartbeat 3s ease-in 5s infinite both;
        animation: heartbeat 3s ease-in 5s infinite both;

    }

    .sw-invitation-home .sw-content{
        margin-top:145px;
    }
      
    .sw-invitation-home .sw-content h2{
        font-size:50px;
        font-weight: 400;
        padding: 0px;
        font-family: 'Parisienne', cursive;
        -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
        animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    }

    .sw-invitation-home .sw-content h3{
        font-size:30px;
        font-weight: 400;
        padding: 0px;
        font-family: 'Karla', cursive;
        letter-spacing: -1px;
    }

    .sw-invitation-home .sw-content p{
        font-size:15px;
        font-weight: 400;
        padding: 0px;
    }

    .sw-invitation-home .sw-content .sw-timer{
        font-size:18px;
        color:#60917B;
    }

    .sw-invitation-wrapper p{
        font-size:15px;
        font-weight:500;
        padding: 0px;
    }

    .sw-invitation-wrapper h4{
        font-size:20px;
        font-weight:600;
        padding: 0px;
        text-transform: uppercase;
    }
/*------------------------------------
    MEMPELAI 60917B
-------------------------------------*/
.sw-mempelai-warpper {
    overflow:hidden;
    text-align: center;
    background:url('./img/sw-cover-mempelai.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}

.sw-mempelai-warpper .over {
    background:url('./img/sw-cover-snow.gif') repeat,
    rgba(253, 195, 132, 0.8);
    background-size:10%;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.sw-el-top {
    margin-bottom: 30px;
}

.sw-el-bottom {
    margin-top: 30px;
}

p.sw-opening{
    padding: 0px 50px 0px 50px;
    font-size:20px;
    font-family: 'Karla', cursive;
}

.sw-mempelai{
    margin:30px 0px 20px;
    z-index: 9;
}

.sw-mempelai figure{
    margin:auto;
    display: inline-block;
    text-align: center;
}

.sw-mempelai figure img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    -moz-border-radius:50%;
    overflow: hidden;
    position: relative;
    border: 10px solid rgba(255,255,255,0.4);
}

.sw-mempelai h2{
    font-size:28px;
    font-family: 'Karla', cursive;
    margin-bottom: 10px;
}
.sw-binti {
    font-size: 17px!important;
}

/*------------------------------
    AKAD RESEPSI
------------------------------------*/
.sw-akad-resepsi-rapper{
    background:url('./img/sw-element-2.png') top right no-repeat,
    url('./img/sw-element-4.png') bottom left no-repeat,
    rgba(252, 250, 248);
    background-repeat: no-repeat;
    background-size:40%;
    position: relative;
}

.sw-akad-resepsi-rapper .over {
    background:rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.sw-akad-resepsi {
    padding:50px 30px 30px 30px;
    margin: 100px 20px 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: rgba(255, 255, 255) url('./img/sw-line.png') center 110px no-repeat;
    box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}

.sw-akad-resepsi .sw-icon{
    height: 100px;
    width: 100px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    background: #60917B;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
    font-size: 50px;
    text-align: center;
    line-height:100px;
}

.sw-akad-resepsi h3 {
    font-size:35px;
    font-weight:500;
    line-height: 100%;
    margin-bottom:30px;
    color: #60917B;
    font-family: 'Parisienne', cursive;
    text-align: center;
    
}

.sw-akad-resepsi p{
    line-height: 30px;
}

.sw-akad-resepsi a {
    font-size: 14px;
    padding:6px 10PX;
    background:#60917B;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

.sw-akad-resepsi a:hover {
    background:#60917B;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}


/* -----------------------------------------
    STORY
----------------------------------------------*/
.sw-story-wrapper{
    background-size: cover!important;
    background-attachment: fixed;
}

.sw-story-wrapper .over {
    background:rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.sw-story {
    padding: 60px;
    z-index: 9;
    color: #60917B;
}

.sw-story h2{
    font-size:45px;
    font-weight:500;
    margin-bottom:30px;
    color: #ffffff;
    font-family: 'Parisienne', cursive;
    text-align: center;

}
 
 .sw-story p{
    font-size:18px;
    font-weight:500;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}



/*----------------------------------
    GALLERY
------------------------------------ */
.sw-content-gallery{
    overflow: hidden;

}

.sw-content-gallery h2{
    margin-bottom: 40px;
    color: #60917B;
}


.sw-gallery{
	position: relative;
	height: auto;
	-webkit-border-radius:0px;
	border-radius: 0px; 
	margin:5px 0px;
	overflow: hidden;
}

.sw-gallery img{
	object-position: center;
  object-fit: cover;
  width: 200px;
  height: 150px;
	transition-duration:0.4s;
	overflow: hidden;
}


.sw-gallery .sw-gallery-overlay {
    position: absolute;
    padding: 0px;
    color: #fff;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition-duration: 0.4s;
}

.sw-gallery .sw-gallery-overlay i{
  font-size:20px;
}

.sw-gallery:hover .sw-gallery-overlay{
    opacity:1;
}

.sw-gallery:hover img{
     transform: scale(1.1);
     opacity: 0.7;
}

/* --------------------------------
    BUKU TAMU FORM
--------------------------------------*/
.sw-form-wrapper{
    background:#60917B;
}

.sw-form-wrapper h2{
    color: #fff;
}

.sw-form {
    margin-top:30px;
    padding:30px;
}
.show-guest-book .container {
    max-width: 600px;
    max-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
    border: solid 1px #d4d4d4;
    border-radius: 20px;
    position: relative;
    background: #60917B;
}
.show-guest-book h5 {
    color:#92ac8f !important;
}
.show-guest-book p {
    color: #fff;
}
.show-guest-book .media-comment {
    border-bottom: solid 1px #60917B;
}
.rounded-circle {
    border-radius: 50%;
}
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="tel"],
body input[type="number"],
body input[type="date"],
body input[type="text"], body textarea, body .form-control,
select {
    width: 100%;
    height: auto;
    border:solid 1px #60917B;
    background: #f3e3dc;
    margin-bottom: 20px;
    padding: 11px 10px;
    color: #111111;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius:0px;
}

body input::placeholder,
body textarea::placeholder {
  color: #fff!important;
}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #111111!important;
}

body input:-moz-placeholder,
body textarea:-moz-placeholder{
   color: #111111!important; 
}

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="tel"]:focus,
body input[type="number"]:focus,
body input[type="date"]:focus,
body input[type="range"]:focus,
body input[type="password"]:focus,
body input[type="text"]:focus,
body textarea:focus, body .form-control:focus {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color:#869D9C;
}

select {
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #fff;
}

select:focus {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
body button[type="submit"] {
    padding: 12px 25px;
    background:#6f929d;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;     
}
body button[type="submit"] i{
    margin-right: 5px;
}

body button[type="submit"]:hover,
body button[type="submit"]:focus {
    background:#9db4bc;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
}


body .comments-area .btn {
    border-radius: 0;
}


body fieldset label {
    font-size: 13px;
    color: #111111;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding: 5px;
    float: left;
}
        
/*---------------------------------------
    LOGO
--------------------------------------*/

.sw-logo-kalaujodoh{
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom:10px;
}

.sw-logo-kalaujodoh p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px;
}

.sw-logo-kalaujodoh h3{
    padding: 0px;
    margin:auto;
}
.sw-logo-kalaujodoh img{
    margin-top: 5px;
    height: 30px;
}



/*-------------------------------------
    COMMENT FACEBOOK
-----------------------------------------*/
.facebook-content{
    padding:0px;
    border-radius: 10px;
    position: relative;
    display: flex;
    overflow-x:auto;
    max-height: 400px;
}

.facebook-content iframe{
    max-width: 100%;
}

.fb-comments { 
    width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif; 
    color: #111111!important; 
}

.fb-comments,.fb_iframe_widget span,.fb_iframe_widget iframe{width:100%!important}
#comments{display:none!important}

.pluginFontHelvetica,
.pluginFontHelvetica button,
.pluginFontHelvetica label,
.pluginFontHelvetica select, .pluginFontHelvetica td, {
    color: #111111!important;
}

.pluginFontHelvetica a.UFICommentActorName{
    color: #111111;
}

/* ----------------------------------------
    SOCIAL CHARE
-------------------------------------------*/
.social-share {
    position: relative;
    text-align: center;
}

.social-share ul{
    padding: 0px;
}

.social-share li{
    list-style: none;
    display: inline-block;
}
.social-share li a{
    background: #111111;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin:10px;
    display: inline-block;
}

.social-share li a:hover{
    opacity: 0.8;
}
.social-share li a.facebook{
    background: #3b5998;
}

.social-share li a.twitter{
    background: #00acee;
}

.social-share li a.wa{
    background: #00BFA5;
}

/* ----------------------------------------
    RESPINSIVE
-------------------------------------------*/

@media only screen and (min-width:900px) and (max-width:1290px) {
/*------------- invitation home --------------*/
    .sw-invitation-home{
        width: 600px;
        height: 400px;
        padding:55px;
    }

    .sw-invitation-home .sw-content h2{
        font-size: 40px;
    }
/*------------- Resepsi -----------------*/
    .sw-akad-resepsi {
        padding: 40px 20px 20px 20px;
        margin: 100px 20px 10px;
    }

} 


@media screen and (min-width: 900px) {
/*------------- invitation home --------------*/
    .sw-invitation-home{
        background-size: 100%;
        height: 500px;
        width: 500px;
        padding: 10px;
    }
/*------------- Resepsi -----------------*/
    .sw-akad-resepsi {
        padding: 40px 20px 20px 20px;
        margin: 100px 20px 10px;
    }

} 

@media screen and (max-width: 769px) {
/*------------- invitation home --------------*/
    .sw-invitation-wrapper {
        background-size:50%;
    }
    .sw-invitation-home{
        background-size: 100%;
        height: 500px;
        width: 500px;
        padding: 10px;
    }
/*----------- Mempelai ----------------*/
    .sw-mempelai{
        margin:20px 0px;
    }

    .sw-mempelai figure img {
        height:150px;
        width:150px;
        border:8px solid rgba(255,255,255,0.4);
    }
    .sw-mempelai h2{
        margin:10px 0px;
        font-size:25px;
    }

/*----------- Resepsi -----------*/
    .sw-akad-resepsi {
        padding:20px 20px 20px 20px;
        margin: 80px 0px 10px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background: rgba(255, 255, 255) url(./img/sw-line.png) center 70px no-repeat;
        box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
        transition: all 0.4s ease-in-out;
    }

    .sw-akad-resepsi .sw-icon {
        height: 50px;
        width: 50px;
        top:50px;
        background: #869D9C;
        font-size: 20px;
        line-height: 50px;
    }
    .sw-akad-resepsi h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .sw-akad-resepsi p {
        line-height:28px;
        font-size:17px;
    }

/*--------- Story -----------*/
    .sw-story-wrapper .sw-content-inner {
        width: 100%;
        height: 100%;
        padding:30px;
    }

    .sw-story-wrapper .sw-story {
        padding: 20px;
    }

/* -------- Kehadiran ------------*/
    .sw-form-wrapper .sw-content-inner{
        padding:20px 40px;
    }

    body input[type="text"], body input[type="email"], body input[type="url"], body input[type="tel"], body input[type="number"], body input[type="date"], body input[type="text"], body textarea, body .form-control, select {
        width: 100%;
        margin-bottom:10px;
        padding: 11px 10px;
    }

/* -------- Credit -------------*/
    .sw-logo-kalaujodoh{
        position: relative;
        margin-top:20px;
    }

    .sw-logo-kalaujodoh p{
        line-height: 26px;
        padding: 0px;
        margin: auto;
    }

    .sw-logo-kalaujodoh h3{
        line-height: 26px;
        margin:auto;
    }

}

@media screen and (max-width: 490px){
    .sw-content-inner{
        padding: 20px;
    }

    .sw-content-inner h2{
        font-size:30px;
        margin-bottom: 10px 0px 20px;
    }

/* ----------- NAVBAR ------------*/
  .navbar-mobile ul li{
    list-style: none;
    text-align: center;
    background: #ffffff;
    text-align: center;
    height:30px;
    width: 30px;
    border-radius:50%;
    margin-bottom: 5px;
    box-shadow: 0px 2px 20px 0 rgba(0,0,0,0.1);
  }
  .navbar-mobile ul li a i{
    font-size: 13px;
    line-height: 29px;
  }

/* ----------- invitation home ----------*/
    .sw-invitation-wrapper {
        background-size:50%;
    }

    .sw-invitation-home{
        background-size: 100%;
        height:350px;
        width:350px;
        padding: 10px;
    }
    .sw-invitation-home .sw-content{
        margin-top:80px;
    }

    .sw-invitation-home .sw-content h2 {
        font-size:35px;
        font-weight: 400;
        padding: 0px;
    }

    .sw-invitation-home .sw-content h3 {
        font-size: 20px;
    }

/*----------- Mempelai ----------------*/
    .sw-el-top{
        margin-bottom: 10px;
    }

    p.sw-opening {
        padding: 0px 0px 0px 0px;
        font-size:16px;
        font-family: 'Karla', cursive;
    }
    .sw-mempelai{
        margin:10px 0px;
        padding:10px;
        background-color: rgba(255, 255, 255, 0.36);
    }

    /*.sw-mempelai figure img {*/
    /*    display: none;*/
    /*    position: absolute;*/
    /*    margin: auto;*/
    /*    left: 0px;*/
    /*    right: 0px;*/
    /*    top: 40px;*/
    /*    height:50px;*/
    /*    width:50px;*/
    /*    border:5px solid rgba(255,255,255,0.4);*/
    /*}*/
    .sw-mempelai h2{
        margin:10px 0px;
        font-size:20px;
    }

    .sw-content-inner p, p.sw-binti{
        font-size: 15px!important;
        line-height: 22px;
    }

/*----------- Resepsi -----------*/
    .sw-akad-resepsi {
        padding:10px 10px 20px 10px;
        margin:10px 0px 10px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background: rgba(255, 255, 255) url(./img/sw-line.png) center 40px no-repeat;
        box-shadow: 0px 1px 40px 0 rgba(0,0,0,0.1);
        transition: all 0.4s ease-in-out;
    }

    .sw-akad-resepsi .sw-icon {
        display: none;
    }
    .sw-akad-resepsi h3 {
        font-size: 20px;
        margin:10px 0px;
    }

    .sw-akad-resepsi p {
        line-height:23px;
        font-size:15px;
    }

/*--------- Story -----------*/
    .sw-story-wrapper .sw-content-inner {
        width: 100%;
        height: 100%;
        padding:0px;
        overflow-y: auto;
    }

    .sw-story-wrapper .sw-story {
        padding: 20px;
    }

    .sw-story h2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom:20px;
    }

    .sw-content-inner p, p.sw-binti {
        font-size: 15px!important;
        line-height:20px;
    }

/*---------- Gallery -------------*/
    .sw-gallery {
        margin: 4px 0px;
        border:4px solid rgba(255,255,255,0.4);
    }

    .sw-gallery img {
        max-height:90px;
    }

    
/* -------- Kehadiran ------------*/
    .sw-form-wrapper .sw-content-inner{
        padding:20px 20px;
    }

    .sw-form {
        margin-top: 30px;
        padding:20px 10px 20px;
    }

    body input[type="text"], body input[type="email"], body input[type="url"], body input[type="tel"], body input[type="number"], body input[type="date"], body input[type="text"], body textarea, body .form-control, select {
        width: 100%;
        margin-bottom:6px;
        padding:5px 10px;
        font-size:14px;
    }

/* -------- Credit -------------*/
    .sw-logo-kalaujodoh{
        position: relative;
        margin-top:20px;
    }

    .sw-logo-kalaujodoh img{
        height: 25px;
    }

    .sw-logo-kalaujodoh p{
        line-height: 26px;
        padding: 0px;
        margin: auto;
    }

    .sw-logo-kalaujodoh h3{
        line-height: 26px;
        font-size: 18px;
        margin:auto;
    }

}



@media screen and (max-width:350px){
    .sw-content-inner{
        padding: 20px;
    }

    .sw-content-inner h2{
        font-size:25px;
        margin-bottom: 10px 0px 20px;
    }

/* ----------- NAVBAR ------------*/
  .navbar-mobile ul li{
    list-style: none;
    text-align: center;
    background: #ffffff;
    text-align: center;
    height:30px;
    width: 30px;
    border-radius:50%;
    margin-bottom: 5px;
    box-shadow: 0px 2px 20px 0 rgba(0,0,0,0.1);
  }
  .navbar-mobile ul li a i{
    font-size: 13px;
    line-height: 29px;
  }

/* ----------- invitation home ----------*/
    .sw-invitation-wrapper {
        background-size:50%;
    }

    .sw-invitation-home{
        background-size: 100%;
        height: 280px;
        width: 280px;
        padding: 10px;
    }
    .sw-invitation-home .sw-content{
        margin-top:50px;
    }

    .sw-invitation-home .sw-content h2 {
        font-size:25px;
        font-weight: 400;
        padding: 0px;
    }

    .sw-invitation-home .sw-content h3 {
        font-size: 18px;
    }

    .sw-invitation-home .sw-content .sw-timer{
        font-size:15px;
    }


/*---------- Gallery -------------*/
    .sw-gallery {
        margin: 4px 0px;
        border:4px solid rgba(255,255,255,0.4);
    }

    .sw-gallery img {
        max-height:90px;
    }

/* -------- Credit -------------*/
    .sw-logo-kalaujodoh{
        position: relative;
        margin-top:20px;
    }

    .sw-logo-kalaujodoh img{
        height: 25px;
    }
    
    .sw-logo-kalaujodoh p{
        line-height: 26px;
        padding: 0px;
        margin: auto;
    }

    .sw-logo-kalaujodoh h3{
        line-height: 26px;
        font-size: 18px;
        margin:auto;
    }

}
.maps{
    position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
.maps iframe{
    position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
.youtube {
  padding: 0px 8px 0px 8px;
  margin-bottom: 25px;
  /*width: 360px;*/
}
.komen-netizen{
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.komen{
  display:none;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

#loadMore {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    color: #428aba;
    border-width: 1px;
    border-style: solid;
    border-color: #428aba;
    /*box-shadow: 0 1px 1px #ccc;*/
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #428aba;
    color: #fff;
}

.komen-nama{
  color: #428aba;
  font-weight: bold;
}

.komen-isi{
  color: #2f3640;
}
  /* ======== START MENU CERITA ======= */


.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #d1d8e0;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline{
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fffcf5;
    border: 2px solid #428aba;
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.main-timeline .timeline-content{
    width: 45%;
    padding: 15px 15px 10px 0px;
    border-radius: 1px;
    text-align: right;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.main-timeline .date{
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
    background: #428aba;
    border-radius: 18px;
}

.main-timeline .title{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 15px;
}

.main-timeline .description{
    font-size: 14 px;
    color: #ffffff;
    line-height: 2;
    text-align: justify;
}

.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}

@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
        text-align: left;
    }
}

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
