/* --------------------------------
Custom Beautiful Floral
Author: Kalaujodoh.com
Design and Developed by: Kalaujodoh.com Undangan Online
------------------------------------
*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Solway:300,400,500,700&display=swap');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.show-guest-book .container {
    max-width: 600px;
    max-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
    border: solid 1px #fff;
    border-radius: 20px;
    position: relative;
}
.show-guest-book .media-comment {
    border-bottom: solid 1px #657b72;
}

body {
	font-family: 'Solway', serif;
	color: #373435;
	background: #f6f6f6;
	overflow: hidden;
	padding: 0px;
}

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;
}


/* ----------------------------------------
    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.85);
        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;
    }

 #over-lay-welcome p{
    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;
}
/* --------------------------------------------
		BODY WRAPPER
----------------------------------------------- */
.sw-custom-wrapper {
	position: relative;
	margin: 0;
	text-align: center;
	background: #E6EAD6 url('./sw-paper.jpg') no-repeat;
	background-size:cover;
	padding: 40px;
	width: 100vw;
	height: 100vh;
}

.sw-custom-wrapper .sw-bookblock {
	box-shadow: 0 12px 20px -10px rgba(0,0,0,0.6);
}

.sw-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.sw-custom-wrapper nav {
	width: 100%;
	height: 30px;
	margin: 4px auto 0;
	position: relative;
	z-index: 101;
	text-align: center;
	background: none;
}

.sw-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background:#394a64;
	color: #ffffff;
	font-size: 0;
	margin: 0px 2px;
	border-radius: 4px;
}

.sw-custom-wrapper nav a:hover {
	background: #08111D;
	color: #fff;
}

.sw-custom-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.sw-custom-icon-first:before,
.sw-custom-icon-last:before {
	content: "\f050";
}

.sw-custom-icon-arrow-left:before,
.sw-custom-icon-arrow-right:before {
	content: "\f04e";
}

.sw-custom-icon-arrow-left:before,
.sw-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sw-custom-icon-share:before{
	content:"\f1e0";
}
.sw-custom-icon-qrcode:before{
	content:"\f029";
}
.sw-custom-icon-gift:before{
	content:"\f06b";
}
.sw-custom-icon-maps:before{
	content:"\f277";
}
.sw-custom-icon-full:before{
	content:"\f0b2";
}
.sw-custom-icon-normal:before{
	content:"\f066";
}

/* No JS */
.no-js .sw-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}


/* = bookblock
---------------------------------------------------------------------------------- */
.sw-bookblock {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-vertical .bb-content {
	width: 200%;
}

.bb-horizontal .bb-content {
	height: 200%;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.sw-bookblock.bb-vertical > div.bb-page:first-child,
.sw-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.sw-bookblock.bb-horizontal > div.bb-page:first-child,
.sw-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* Content display */
.bb-content {
	background: url('./img/sw-element-1.png') top left no-repeat,
	url('./img/sw-element-2.png') top right no-repeat,
	url('./img/sw-element-4.png') bottom right no-repeat,
	url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
	border: 10px solid #08111D;
}
.bb-vertical .bb-front .bb-content {
	left: -100%;}

.bb-horizontal .bb-front .bb-content {
	top: -100%;}
/* Flipping classes */
.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	transform: rotateX(165deg);
}
.sw-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: url('./img/sw-element-1.png') top left no-repeat,
	url('./img/sw-element-2.png') top right no-repeat,
	url('./img/sw-element-4.png') bottom right no-repeat,
	url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
	border: 10px solid #08111d;
}
/* No JS */
.no-js .sw-bookblock, 
.no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}
.no-js .sw-item {
	display: block;
	position: relative;
}
/* ---------------------------------
	timer
----------------------------------------*/
.sw-timer {
    height: 30px;
    background: #08111D;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    top: 11px;
	padding: 5px 15px;
	display: inline-block;
	font-family: 'Solway', serif;
	font-size:15px;
	color: #fff;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;	
}

/*----------------------------------
	SW CONTENT UNDANGAN
------------------------------------*/

.sw-content {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: 'Solway', serif;
}
.sw-content-inner {
	width: 100%;
	height: 100%;
	padding: 30px;
	font-family: 'Lato', sans-serif, arial;
	overflow-x: hidden;
}
.sw-content-flex {
    display: flex;
	justify-content: center;
	align-items: center;	
}

.sw-content-flex_2 {
    display: flex;
	justify-content: center;
	align-items: center;	
}

.sw-content-inner p {
	font-size: 17px;
	color: #76bcde;
}
.sw-content-inner h2 {
	font-size:30px;
	line-height: 100%;
	margin-bottom: 8px;
	color:#337ab7;
	font-family: 'Solway', serif;
}

/* ---------- Home -----------*/
.sw-invitation-home{
	width: 530px;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
	color: #76bcde;
}

.sw-invitation-home figure{
	width:330px;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.sw-invitation-home h4{
	padding: 0px;
	margin: auto;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Solway', serif;
}

.sw-invitation-home h3{
	padding: 0px;
	margin: auto;
	font-size:30px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Solway', serif;
}

.sw-invitation-home p{
	font-size: 15px;
	font-family: 'Solway', serif;
	font-style: italic;
	padding: 0px;
}

/* ----------------------------
	cover
-----------------------------------*/
.sw-cover-image{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------------------
	CEREMONY
-------------------------------------*/
.sw-ceremony {
	/* width: 50%; */
	height: 100%;
	float: left;
	content: "";
	text-align: center;
	font-family: 'Solway', serif;
}

.sw-el-top {
	margin-bottom: 30px;
}
.sw-el-bottom {
	margin-top: 30px;
}


.sw-opening{

}

.sw-or {
	font-size: 70px;
	margin-top: 10px;
	margin-top: 10px;
}

.sw-binti {
	font-size: 15px!important;
}

.sw-ceremony h1 {
	font-size: 40px;
	line-height: 50%;
}

.sw-ceremony figure{
    margin:auto;
    display: inline-block;
    text-align: center;
}

.sw-ceremony figure img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius:50%;
    overflow: hidden;
    position: relative;
    border: 5px solid rgba(255,255,255,0.4);
}
/*------------------------------
	AKAD RESEPSI
------------------------------------*/
.sw-akad-resepsi {
	padding: 20px;
	margin: 10px 0 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	background: rgba(225,225,225,0.06) url('./img/sw-line.png') center 50px no-repeat;
}

.sw-akad-resepsi h3 {
    font-size:20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:15px;
    /*color: #337ab7;*/
    color: #d4ab4ae8;
    font-family: 'Solway', serif;
}


.sw-akad-resepsi a {
	font-size: 14px;
	padding:6px 10PX;
	background: #C6BA8B;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #000000;
	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:#08111D;
	color: #fff;
	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 h2 {
		/*background: rgba(225,225,225,0.06) url('./img/sw-line.png') center 50px no-repeat;*/
}


/*-----------------------------------
	STORY
-------------------------------------*/
.sw-block {
	overflow: hidden;
	
}

.sw-block h3{
	font-size: 38px;
	line-height: 100%;
	margin-bottom: 20px;
	font-weight:500;
	color: #337ab7;
	font-family: 'Solway', serif;
}

.sw-block p{
	font-family: 'Solway', serif;
}

/*----------------------------------
	GALLERY
------------------------------------ */
.sw-content-gallery{
	overflow: hidden;

}

.sw-content-gallery .col-xs-6,
.sw-content-gallery .col-sm-4,
.sw-content-gallery .col-md-4,
.sw-content-gallery .col-lg-4{
    position: relative;
    min-height: 1px;
    padding-right:5px!important;
    padding-left:5px!important;
}

.sw-content-gallery h2{
	margin-bottom:20px;
}

.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 {
	margin-top: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 {
    width: 100%;
    height: auto;
	border:none;
	background: #bbd8e3;
    margin-bottom: 20px;
    padding: 11px 10px;
    color: #373435;
    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;
    margin-bottom:40px;
}


body input::placeholder,
body textarea::placeholder {
  color: #111111!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;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

select {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    padding: 11px 10px;
    -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: #373435;
}

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: #C6BA8B;
    font-size: 13px;
    color: #111111;
    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: #444;
    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 input.error, body textarea.error {
    border: 1px solid #ff0000;
}
body fieldset label {
    font-size: 13px;
    color: #4c4131;
    font-weight: 500;
    border-bottom: 2px solid #dcdee4;
    padding: 5px;
    float: left;
}


/*-------------------------------------
	COMMENT FACEBOOK
-----------------------------------------*/
.facebook-content{
	padding:15px 15px;
	border-radius: 10px;
	background-color: rgb(199, 229, 255);
	position: relative;
	display: flex;
}

.facebook-content iframe{
	max-width: 100%;
}

.fb-comments { 
    width: 100%;
    float: left;
    font-family: Arial, Helvetica, sans-serif; 
    color: #ff6600!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: #fff!important;
}

.pluginFontHelvetica a.UFICommentActorName{
	color: #ffffff;
}


/*---------------------------------------
	POWERED
--------------------------------------*/
.sw-powered{
	position:relative;
}

.sw-logo-janjihati{
    display: inline-block;
    text-align: center;
    border: solid 2px #3074AE;
    padding:20px;
    -ms-filter: grayscale(1) sepia(1);
	-webkit-filter: grayscale(1) sepia(1);
	-moz-filter: grayscale(1) sepia(1);
	-o-filter: grayscale(1) sepia(1);
	filter: grayscale(1) sepia(1);
}

.sw-powered .social_media {
  position: relative;
  margin-top: 10px;
  display:block;
}

.sw-powered .social_media h3{
	font-size: 15px;
    margin-bottom:10px;
    margin-top: 15px;
}

.sw-powered .social_media ul {
	display:inline-block;
	padding: 0px;
}

.sw-powered .social_media li{
	list-style: none;
	display: inline-block
}

.sw-powered .social_media li a{
    display: inline-block;
    line-height: 30px;
    font-size:18px;
    text-align: center;
    cursor: pointer;
    color:#3074AE;
    padding:5px;
    margin-right:20px;
}

.sw-powered .social_media li a:hover{
  color:#3074AE;
}	


/* ----------------------------------------
    SOCIAL CHARE
-------------------------------------------*/
a.btn-share {
	font-family:FontAwesome!important;
	position: fixed;
	color: #fff;
}

.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;
}

/* --------------------------------------------------------------------- */

@media screen and (min-width: 900px) {
	.sw-block {
		width: 900px;
		margin: 0 auto;
	}

}  

@media screen and (max-width: 769px) {
	.sw-custom-wrapper {}
	.sw-item {
		background: url('./img/sw-element-1.png') top left no-repeat,
		url('./img/sw-element-2.png') top right no-repeat,
		url('./img/sw-element-4.png') bottom right no-repeat,
		url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
		background-size:110px;
	}	
	.bb-content {
		background: url('./img/sw-element-1.png') top left no-repeat,
		url('./img/sw-element-2.png') top right no-repeat,
		url('./img/sw-element-4.png') bottom right no-repeat,
		url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
		background-size:110px;
	}

	.sw-content-inner {
		padding: 15px;
	}

	.sw-content-inner p {
		font-size: 14px;
	}
	.sw-content-inner h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.sw-invitation-home{
		max-width:450px;
	}
	.sw-invitation-home figure {
	    max-width:300px;
	}

	.cover-image {
		background-position:center center;
		background-repeat: no-repeat;
		background-size:auto 100%;
	}	

	
	.sw-ceremony {
		height: auto;
		margin-top: 30px;
	}

	.sw-ceremony h1 {
		font-size: 22px;
	}

	.sw-ceremony p {
		font-size: 14px;
	}
    .sw-ceremony figure img {
        height:100px;
        width:100px;
        border:5px solid rgba(255,255,255,0.4);
    }
	.sw-or{
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
	}


	.sw-akad-resepsi {
		background: rgba(225,225,225,0.06) url('./img/sw-line.png') center 50px no-repeat;
	}

	.sw-akad-resepsi p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 18px;
	}

	.sw-el-top {
		margin-top: 40px;
	}

	.sw-el-bottom {
		margin-bottom: 40px;
	}

	/* --------- FORM ------------------*/
	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 {
		padding: 8px 10px;
	    margin-bottom:10px;
	}

	body textarea.form-control {
	    width: 100%;
	    height: 60px;
	}


	.sw-logo-kalaujodoh {
		position: absolute;
		bottom: 0px;
	}

	
}

@media screen and (max-width:570px){
	.sw-content-flex_2{
		display: block;
	}
}


@media screen and (max-width: 481px) {
	.sw-custom-wrapper {
		padding: 40px 10px;
	}

	.sw-item {
		background: url('./img/sw-element-1.png') top left no-repeat,
		url('./img/sw-element-2.png') top right no-repeat,
		url('./img/sw-element-4.png') bottom right no-repeat,
		url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
		background-size: 80px;
	}	
	.bb-content {
		background: url('./img/sw-element-1.png') top left no-repeat,
		url('./img/sw-element-2.png') top right no-repeat,
		url('./img/sw-element-4.png') bottom right no-repeat,
		url('./img/sw-element-3.png') bottom left no-repeat, rgba(8, 17, 29, 0.85);
		background-size: 80px;
	}

	.sw-content-inner {
		padding: 15px;
	}

	.sw-content-inner p {
		font-size: 14px;
	}

	.sw-content-inner h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.sw-content-flex_2{
		display: block;
	}
/*---------- Home -------------*/
	.sw-invitation-home{
		width: auto;
	}
	.sw-invitation-home figure{
		width: 300px;
	}
/*---------- Cover -------------*/
	.cover-image {
		background-position:center center;
		background-repeat: no-repeat;
		background-size:auto 100%;
	}	
/*---------- Ceremony -------------*/
	.sw-ceremony {
		height: auto;
		margin-top: 10px;
	}

	.sw-ceremony p {
		font-size: 14px;
	}

	.sw-or {
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.sw-ceremony h1 {
		font-size: 22px;
	}

/*---------- Akad Resepsi -------------*/
	.sw-akad-resepsi {
		padding: 15px;
		margin: 5px 0;
		/*background: rgba(42,34,22,0.1);*/
		background: rgba(225,225,225,0.06) url('./img/sw-line.png') center 50px no-repeat;
	}
	.sw-akad-resepsi p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.sw-akad-resepsi a {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
		padding: 5px;
	}	

	.sw-el-top {
		height: 40px;
    	margin-bottom: 10px;
    	margin-top: 0px;
	}
	.sw-el-bottom {
		height: 40px;
    	margin-top: 10px;
    	margin-bottom: 0px;
	}



/* --------- FORM ------------------*/
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 {
	padding: 8px 10px;
    margin-bottom:10px;
}

body textarea.form-control {
    width: 100%;
    height: 60px;
}

/*---------- GALLERY ---------------*/
	.sw-gallery img {
	    max-height:90px;
	    min-height:80px;
	}

/*----------- LOGO -------------*/
	.sw-logo-kalaujodoh {
		position:absolute;
		bottom:-5px;
	}

	.sw-logo-kalaujodoh p{
		display: block;
	}
	.sw-logo-kalaujodoh img{
		display: none;
	}
}
.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-netiz{
 border: 2px solid rgb(204, 204, 204); 
 border-radius: 20px ; 
 padding: 5px; 
 overflow-x: hidden; 
 overflow-y:auto; 
 max-height: 400px; 
 max-width: 600px; 
 position: relative;
}

.komen{
  display:none;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-color: rgba(225,225,225,0.06);
  /*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: #f1f1f1;
}
   @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-30px); }
        100% { transform: translateY(0); }
    }
    
/* ======== 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: #5c5151;
    margin-top: 15px;
}

.main-timeline .description{
    font-size: 14 px;
    color: #606060;
    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;
    }
}


/*Tambahan*/
#tanggal-acara-akad{
	font-size: 15px;
	font-weight: 500;
    color: #d4ab4ae8;
}
#tanggal-acara-resepsi{
	font-size: 15px;
	font-weight: 500;
    color: #d4ab4ae8;
}
#tanggal-acara-ngunduhmantu{
	font-size: 15px;
	font-weight: 500;
    color: #d4ab4ae8;
}