/* CSS Document */


/* 
*
*
[Table of contents]
*
*
*
    font / @import url
    preloader / .preloader 
    general / body
    button / .btn 
    wrapper / .content-wrapper
    logo / .logo  
    main menu / .white nav  
    subheader / #subheader 
    home slideshow / #bgslideshow
    homestatic / #homestatic 
    about us  / #about-us-1
    pricelist / .pricelist  
    groom and bride area / .ring   
    save the date / .savethedate 
    rsvp / a.rsvp, 
    ceremony and reception / .ceremonyandreceptions
    guest / .guest 
    Team / .team  
    Testimonial / .owl-theme  
    gallery / .filter-wraper  
    gallery max width / #w-gallery-container 
    video / .videosec 
    timeline / .timeline 
    footer / section.gray 
    totop / #totop 
    rsvp form / .fixform 
    contact / .contact 
    form / .form-control
    Magnific Popup CSS / .mfp-bg 
    Blog / .blog-simple 
    post meta / .post-meta 
    post format / .post-image
    single post / .top-article  
    sidebar / .sidebar-nav  
    Blog comment / #blog-comment
    comment form / .comment-respond 
    search menu / .search-container 
    scroll onStep / .onStep

*
*
*/

/* font */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500&display=swap');

/* preloader */
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fefefe;
}
.preloader-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
}
.mainpreloader {
position: relative;
animation: rotate 1s infinite linear;
border: 3px solid rgba(0, 0, 0, .1);
width: 40px;
height: 40px;
margin-right: -24px;
border-radius: 999px;
}
.mainpreloader span {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid transparent;
border-top: 3px solid #ff8383;
top: -3px;
left: -3px;
border-radius: 999px;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.logo-preloader {
animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
@keyframes fadeimg {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
.bg-preloader {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fefefe;
z-index: 9999;
}
/* end preloader */

/* general */
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
background: #fff;
color: #6f6f6f;
font-size: 16px;
line-height: 1.6;
letter-spacing: .3px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
p{
margin-bottom: .5rem;
}
section {
position: relative;
background: #fff;
padding: 14vh 0;
}
.no-padding, section.no-padding{
padding: 0 !important;
}
.no-top{
padding-top: 0px;
}
.no-bottom{
padding-bottom: 0px;
}
.latin{
font-family: 'Playfair Display', serif;
}
.latin.black, .black{
color: #010101;
}
.pinkcolor{
color: #ff8383;
}
.light-pink{
color:#fbb;
}
.gray{
color: #ddd;
}
small{
	font-size: 90%;
}
.p-3-vh {
display: flex;
justify-content: space-between;
padding-left: 7%;
padding-right: 7%;
}
.m-5-lr {
margin-left: 5%;
margin-right: 5%;
}
.m-5-tb {
margin-top:  5%;
margin-bottom: 5%;
}
.p120 {
padding: 120px;
}
.pb{
padding-bottom: 5%;
}
.m120{
margin: 120px;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
}
.nomargin{
padding: 0px;
}
.ornamentheading{
margin-bottom: 1.5rem;
}
.ornamentheading::before{
content: "~";
margin-right: 5px;
}
.ornamentheading::after{
content: "~";
margin-left: 5px;
}
.ornamentline{
text-align: center;
position: relative;
z-index: 9;
}
.ornamentline::after{
content: "";
display: block;
background-image: url(../img/leaf.png);
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
width: 104px;
height: 20px;
margin: 10px auto 5px;
}
.bigicon{
font-size: 3rem;
color: #ff8383;
}
.border-thin{
text-align: center;
border: 1px solid #eee;
padding: 16vh 4vw;
}
.border-thin:last-child{
border: none;
}

/* button */
.btn{
margin: 25px auto;
font-size: 9pt;
letter-spacing: 3px;
padding: 16px 46px;
color: #fff;
background: #ff8383;
border-radius: 40px;
width: 200px;
height: 50px;
}
.btn:hover{
color: #fff;
background: #292929;
}
.btn a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
a.gf{
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 400;
color: #6f6f6f;
text-decoration: none;
font-size: 1rem;
}
a.gf::after{
display: block;
content: "";
width: 30px;
height: 1px;
background: #000;
margin: 0 auto;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a.gf:hover{
color:#626570;
text-decoration: none;
}
a.gf:hover::after{
width: 60px;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a{
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a:hover{
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

/* wrapper */
.content-wrapper {
position: relative;
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
header{
top: 0px;
left: 0px;
position: fixed;
z-index: 999;
}
header.init {
margin-bottom: 0px;
width: 100%;
padding: 15px 0;
background: rgba(0,0,0,0);
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0);
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
header.show {
position: fixed;
top: 0px;
left: 0px;
padding: 0 0;
box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
background: rgba(254,254,254,1) !important;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
header.show .white nav a, header.show .menu-right .social-icons a{
color: #626570;
}
header.show .white nav a.actived {
color: #ff8383 !important;
}
header.show .white nav a:hover {
color: #ff8383 !important;
}
header.show .white nav a.rsvp:hover{
color: #fff !important;
background: #ddd;
}

/*logo*/
.logo {
position: relative;
top: 11px;
left: 0px;
margin: 10px 0;
margin: 0px;
height: 70px;
z-index: 2;
}
.logo img.show{
display: none;
}
header.show img.show{
display: block;
}
header.show img.init{
display: none;
}

/* main menu */
.white nav {
position: relative;
float: right;
top: 2px;
z-index: 999;
}
.white nav ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.white nav ul li {
display: inline-block;
margin: 0;
margin-right: 20px;
}
.white nav ul li:last-child{
margin-right: 0px;
border-bottom: 0px;
}
.white nav ul li .input-group {
top: 15px;
margin-left: 20px;
width: 220px;
}
.white nav ul li .input-group button {
display: inherit;
padding: 0;
line-height: 0px;
border: none;
}
.white nav ul li .input-group i {
margin-left: 0px;
}
.white nav a {
color: #fff;
display: block;
padding: 35px 20px;
font-size: .85rem;
font-weight: 500;
letter-spacing: .6px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.white nav a.rsvp {
width: max-content;
color: #fff !important;
background: #ff8383;
padding: 6px 30px;
border-radius: 4px;
margin: 0;
margin: 30px 0;
}
.white nav a.rsvp:hover {
color: #fff !important;
background: #ddd;
padding: 6px 30px;
border-radius: 4px;
}
.white nav a:hover {
color: #ddd !important;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.white nav a:hover::before {
display: inline-block;
position: absolute;
max-width: 35px;
color: rgba(255, 255, 255, 0);
border-bottom: 2px solid rgba(255, 255, 255, 1);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
}
.white nav a::before {
position: absolute;
overflow: hidden;
max-width: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0);
color: rgba(255, 255, 255, 0);
content: attr(data-hover);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
white-space: nowrap;
}
.white nav a.actived {
color: #ddd !important;
}
.white nav ul ul {
display: none;
position: absolute;
top: 92px;
color: #efefef;
}
.white nav ul li:hover>ul {
display: inherit;
-webkit-animation-name: animfadeInUpmenu;
animation-name: animfadeInUpmenu;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.white nav ul ul li {
width: 200px;
float: none;
display: list-item;
background: #fff;
border-bottom: 1px groove rgba(0, 0, 0, .1);
box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
position: relative;
}
.white nav ul li i {
margin-left: 10px;
}
.white nav ul ul li a {
color: #626570;
font-size: 12px;
line-height: 5px;
padding: 16px 15px;
}
.white nav ul ul li a:hover {
color: #ff8383 !important;
background: #fbfbfb;
}
.white nav ul ul li a.active {
background: #f8f8f8;
}
.white nav ul ul li:last-child {
border-bottom: none;
}
.white nav ul ul ul li {
position: relative;
top: -75px;
left: 230px;
}
.white>nav>ul>li.has-children>a:after {
content: '\f107';
font-family: 'FontAwesome';
margin-left: 10px;
}
li>a:only-child:after {
content: '';
}
span.span-drop {
position: relative;
right: 0;
top: 0;
float: right;
cursor: pointer;
}
span.span-drop:after {
content: '\f107';
font-family: 'FontAwesome';
color: #fff;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
display: inline-block;
background: #999;
}
@media (min-width: 1200px) {
span.span-drop {
display: none;
}
}
.nav-icon{
display: none;
}
.menu-right {
padding: 36px 0;
}
.menu-right .social-icons{
    margin: 0;
}
.menu-right .social-icons a{
	color: #fff;
	font-size: 11pt;
}
/* subheader */
#subheader {
color: #fff;
overflow: hidden;
width: 100%;
height: 100%;
position: relative;
margin: 0 auto;
margin-bottom: 0;
}
#subheader:before{
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
z-index: 1;
}
#subheader img{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
#subheader .breadcumbs{
display: block;
margin: 0 auto;
position: relative;
padding: 12vh 0;
z-index: 2;
}
.topmenu #subheader .breadcumbs{
padding: 26vh 0;
}
.breadcumbs .heading{
width: 100%;
font-size: calc(13pt + (26 - 14) * ((100vw - 300px)/(1600 - 300)));
font-weight: 500;
text-align: center;
letter-spacing: .2em;
text-transform: uppercase;
}
.breadcumbs .heading:after{
content: "";
display: block;
width: 4rem;
height: .2rem;
background: #fff;
margin: 10px auto 22px;
}
.breadcumbs .content{
text-align: center;
font-size: 11px;
text-transform: uppercase;
line-height: normal;
letter-spacing: .2em;
font-weight: 400;
position: relative;
top: 0;
left: 0;
width: 100%;
opacity: 1;
}
.breadcumbs .content a{
color: #ddd;
text-decoration: none;
margin-right: 1em;
}
.breadcumbs .content span{
color: #fff;
margin-left: 1em;
} 
/* home slideshow */
#bgslideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bgslide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bgslide::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.3);
}
.bgslide img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@-webkit-keyframes animfadebg {
    0% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
        transform: scale(1.3)
        
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
	
	100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}
@keyframes animfadebg {
    0% {
		-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
        
    }

    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
	
	 100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}
.animfadebg {
    opacity: 1;
    -webkit-animation-name: animfadebg ;
    animation-name: animfadebg ;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* homestatic */
#homestatic {
color: #fff;
overflow: hidden;
width: 100%;
height: auto;
position: relative;
}
#homestatic.vh{
height: 100vh;
}
#homestatic.fullheight .wraphomestatic{
	padding: 24vh 0;
}
#homestatic::before{
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.2);
z-index: 1;
}
#homestatic img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.wraphomestatic{
width: 100%;
height: auto;
padding-top: 15vh
}
.homestatic{
display: block;
margin: 0 auto;
position: relative;
border-radius: 50%;
overflow: hidden;
z-index: 2;
width: 300px;
height: 300px;
}
.homestatictext {
width: 100%;
text-align: center;
position: relative;
margin-top: 30px;  
z-index: 2;
}
.homestatictextbig{
color: #fff;
font-size: 3.5rem;
font-weight: 400;
letter-spacing: 1px;
line-height: normal;
margin-bottom: 5px;
}
.homestatictextbig span{
margin: 0 15px;
color: #ff8383;
}
.homestatictextsmall{
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 1px;
width: auto;
margin: 0 auto;
}
/* home owl */
.fxSoftScale .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScaleOutNext {
-webkit-animation-name: scaleUp;
animation-name: scaleUp;
}

.fxSoftScaleInNext {
-webkit-animation-name: scaleDownUp;
animation-name: scaleDownUp;
}

.fxSoftScaleOutPrev {
-webkit-animation-name: scaleDown;
animation-name: scaleDown;
}

.fxSoftScaleInPrev {
-webkit-animation-name: scaleUpDown;
animation-name: scaleUpDown;
}

@-webkit-keyframes scaleUp {
from {
opacity: 1;
}
to {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}

@keyframes scaleUp {
from {
opacity: 1;
}
to {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@-webkit-keyframes scaleDownUp {
from {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleDownUp {
from {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes scaleDown {
to {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes scaleDown {
to {
opacity: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes scaleUpDown {
from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleUpDown {
from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
#owl-slider-home .owl-nav {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: left !important;
margin-top: 0;
height: 0;
}
#owl-slider-home .owl-nav [class*=owl-] {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 2vw !important;
padding: 0 !important;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
border-radius: 2px;
background: rgba(0,0,0,.3);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#owl-slider-home .owl-nav [class*=owl-]:hover{
background: #ff8383;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#owl-slider-home .owl-next {
float: right;
}
#owl-slider-home .owl-carousel {
margin-bottom: 10px;
background-color: #333;
}
#owl-slider-home img{
position: relative;
height: 100vh;
}
#owl-slider-home .item:before{
content: '';
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,.3);
z-index: 1;
}
#owl-slider-home {
position: absolute;
width: 100%;
height: 100vh;
top: 0px;
left: 0px;
}
.wraphomeowl{
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.wraphomeowl .homestatictext{
width: 80%;
}
/* about us  */
#about-us-1 .image-container {
background: url(../img/bg-about.jpg);
background-size: cover;
background-position-y: center;
}
#about-us-2 .image-container {
background: url(../img/bg-about-1.jpg);
background-size: cover;
background-position-y: center;
}
.aboutlist{
text-align: center;
margin: 30px auto 0;
}
.aboutlist .img{
margin: 0;
}
.aboutlist .img img{
width: 100%;
height: 280px;
object-fit: cover;
border-radius: 2px;
overflow: hidden;
}
.aboutlist .img i{
font-size: 5rem;
color: rgba(255, 131, 131,.6);
}
/* pricelist */
.pricelist{
border: 10px solid #f7f3f3;
padding: 20px;
margin: 30px auto 20px;
}
.pricelist.rec{
border: 10px solid #ff8383;
}
.pricelist ul.list{
list-style: none;
list-style-type: none;
list-style-type: none;
margin: 20px auto;
padding: 0px;
text-align: left;
}
.pricelist ul.list li{
font-size: .96rem;
font-weight: 300;
padding: 12px 2vw;
border-top: 1px solid #eee;
}
.pricelist ul.list li:last-child{
border-bottom: 1px solid #eee;
}
.pricelist ul.list li i{
    margin-right: 5px;
}
.pricelist .latin{
    margin: 10px auto 60px;
}
.btnpricelist{
    text-align: center;
    margin: 30px auto 15px;
}
/* groom and bride area */
.ring{
background-color: #ff8383;
border-radius: 50%;
font-size: 21pt;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
margin: 0 auto;
}
.social-icons{
display: block;
font-size: 14px;
color: #626570;
margin: 15px auto;
}
.social-icons a{
margin-right: 15px;
color: #626570;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.social-icons a:hover{
color: #ff8383;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.social-icons a:last-child{
margin-right: 0px;
}
/* save the date */
.savethedate{
background-image: url(../img/save.jpg);
color: #fff; 
position: relative;
background-attachment: fixed;
background-size: cover;
background-position: top right;
font-size: 13pt;
font-weight: 400;
}
.savethedate::before{
content:"";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,.3);
}
a.rsvp, .rsvp  {
display: block;
font-size: .93rem;
font-weight: 400;
text-transform: uppercase;
cursor: pointer;
margin: 15px auto;
text-decoration: none;
width: max-content;
color: #fff !important;
background: #ff8383;
padding: 8px 30px;
height: auto;
border-radius: 4px;
letter-spacing: normal;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
a.rsvp:hover, .rsvp:hover {
color: #fff !important;
background: #ccc;
border-radius: 4px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.rsvp a{
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	background: none;
}
.rsvp a:hover{
	background: none;
}
/* ceremony and reception */
.ceremonyandreceptions{
width: 100%;
height: auto;
}
.ceremonyandreceptions img{
object-fit: cover;
width: 100%;
height: 100%;
}

/* guest */
.guest{
background-image: url(../img/guest.jpg);
color: #fff;
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
font-size: 13pt;
font-weight: 400;
}
.guest::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
z-index: 1;
}
.guest .wrapguest{
position: relative;
z-index: 2;
}
.month{
background-image: url(../img/bg-month.jpg);
color: #fff;
position: relative;
}
.month::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(255,181,181,.3);
z-index: 1;
}
.whitebox {
background-color: #fff;
border-radius: 10%;
width: 100px;
height: 100px;
font-size: 103px;
padding: 12px;
color: #bdbdbd;
line-height: 42px;
margin: 0 auto;
z-index: 10;
}

/* Team */
.team{
	margin: 0 auto;
	text-align: center;
}
.team .roundimg{
	width: calc(300px - 5vw);
	height: calc(300px - 5vw);
	margin: 30px auto;
	border-radius: 100%;
	overflow: hidden;
}
.team .roundimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team .social-icons{
	font-size: 16px;
}
/* Testimonial */
.owl-theme .owl-dots .owl-dot{
outline: none;
}
.owl-theme .owl-dots .owl-dot span{
width: 8px;
height: 8px;
margin: 5px;
background: #fff;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.owl-theme .owl-dots .owl-dot:hover span{
background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span{
outline: 0;
background: none;
border: 2px solid;
width: 15px;
height: 15px;
margin-bottom: 2px;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.testimonial{
text-align: left;
margin: 60px;
display: flex;
} 
.testimonial .fa{
font-size: 1rem;
display: inline-block;
margin: 5px 15px 0 0;
background: #ff8383;
height: max-content;
padding: 15px;
}
.testimonial p{
font-size: 1.1rem;
display: inline-block;
font-weight: 500;
}
.testimonial .bytesti{
font-size: .9rem;
font-weight: 400;
}

/* gallery */
.filter-wraper{
display: block;
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
}
ul#filter-porto, ul#filterheading, ul#filternum{
display: inline-block;
padding: 0px;
}
ul#filter-porto li, ul#filterheading li, ul#filternum li{
display: inline-block;
list-style: none;
}
ul#filter-porto{
font-size: 0;
display: flex;
}
ul#filter-porto li{
color: #8b8f9d;
cursor: pointer;
font-size: .83rem;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
padding: 8px 26px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 4px;
width: max-content;
background: #f0f0f0;
white-space: nowrap;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul#filter-porto li:last-child{
margin-right: 0px;
}
ul#filter-porto li:hover, ul#filter-porto li.selected{
color: #fff;
background: #ff8383;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul#filterheading li{  
position: relative;
top: 5px;
left: 0px;
font-size: .83rem;
font-weight: 800;
color: #292929;
background: #fff;
padding: 10px 0;
width: 100%;
text-align: center;
}
ul#filternum {
border-bottom: 1px solid #333;
}
ul#filternum li{
padding-right: 30px;
position: relative;
top: 5px;
left: 0px;
font-size: .73rem;
font-weight: 600;
}
/* gallery max width */
#w-gallery-container {
text-align: center;
overflow: hidden;
}
.w-gallery-container{
text-align: center;
margin-right: -6px;
margin-left: -2px;
}
.w-gallery{
border: 6px solid rgba(0,0,0,0);
border-radius: 10px;
overflow: hidden;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}
.w-gallery:after {
content: '';
display: block;
clear: both;
}
.w-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.w-gallery:hover .w-gallery-image{
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.content-gallery{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: #fff;
background: rgba(0,0,0,0);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery:hover{
cursor: zoom-in;
background: rgba(0,0,0,.3);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery::before{
content: "";
position: absolute;
width: 0%;
height: 2px;
background: rgba(255,255,255,.6);
position: absolute;
bottom: 16%;
left: 10%;
-moz-transition: width .3s ease-in-out;
-ms-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out;
}
.content-gallery:hover:before{
width: 12%;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery:hover .content{
opacity: 1;
}
.content{
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
text-align: left;
opacity: 0;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
}
.topcontent{
font-size: 13px;
color: #fff;
font-weight: 500;
}
.botcontent{
position: absolute;
bottom: 0;
left: 0;
padding: 3vh 0;
font-size: calc(.8rem + (1 - .73) * ((100vw - 300px)/(1600 - 300)));
font-weight: 400;
}
.botcontent span{
margin-top: 0px;
padding-left: 0px;
}
.headinggal{
font-weight:800;
}
.headinggal:before{
content:"";
width: 2em;
height: 1px;
position: relative;
left: 0px;
left: 0px;
top: -5px;
background: #fff;
display: inline-block;
margin-right: 15px;
}
.headinggal:after{
content:"";
width: 2em;
height: 1px;
position: relative;
left: 0px;
left: 0px;
top: -5px;
background: #fff;
display: inline-block;
margin-left: 15px;
}
/* gallery end */

/* video */
.videosec{
background-image: url(../img/bg-month.jpg);
color: #fff;
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
font-size: 13pt;
font-weight: 400;
}
.videosec::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
z-index: 1;
}
.playvideo{
position: relative;
display: block;
text-align: center;
margin: 6vh 0;
z-index: 9;
}
.btnvideo{
width: 140px;
height: 140px;
border: 2px solid #fff;
margin: 0 auto;
border-radius: 50%;
line-height: 145px;
cursor: pointer;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btnvideo:hover{
-webkit-transform: scale(.94);
-moz-transform: scale(.94);
transform: scale(.94);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btnvideo a{
    color: #fff !important;
}
.btnvideo i{
font-size: 2rem;
}

/* timeline */
.timeline {
position: relative;
}
.timeline::before {
content: '';
border: 1px dashed #eee;
width: 1px;
height: 95%;
position: absolute;
top: 3%;
left: 50%;
transform: translateX(-50%);
}
.timeline-item {
width: 100%;
margin-left: 15px;
margin-right: 15px;
}
.timeline-item:nth-child(even) .timeline-content {
float: right;
padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
right: auto;
left: 20px;
}
.timeline-item::after {
content: '';
display: block;
clear: both;
}
.timeline-content {
position: relative;
width: 45%;
padding: 10px 30px;
border-radius: 4px;
}
.timeline-img {
width: 40px;
height: 40px;
line-height: 42px;
color: #fff;
font-size: 11px;
background: #ff8383;
text-align: center;
border-radius: 50%;
position: absolute;
left: 50%;
margin-top: 25px;
margin-left: -20px;
}
.p-0 {
padding: 0 !important;
}
.p-0 p {
padding: 0 20px;
}
.p-0 a {
margin-left: 20px;
}
.timeline-item .timeline-img-header {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
background-size: cover;
}
.timeline-img-header {
height: auto;
position: relative;
margin-bottom: 20px;
border-radius: 4px;
overflow: hidden;
}
.timeline-img-header h2 {
font-size: 1.8rem;
font-weight: 300;
letter-spacing: 1px;
color: #fff;
position: absolute;
width: 100%;
height: auto;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
bottom: 0px;
left: 0px;
padding: 30px 20px;
margin-bottom: 0px;
}
.timeline-img-header img{
position: relative;
top: 0;
left: 0px;
cursor: pointer;
width: 100%;
height: 100%;
object-fit: cover;
}
.date {
position: absolute;
top: 20px;
right: 20px;
font-size: 12px;
font-weight: 500;
background: rgba(255, 131, 131,.9);
border-radius: 2px;
display: inline-block;
color: #fff;
padding: 4px 16px;
}

/* footer */
section.gray{
font-size: 15px;
background-image: url(../img/guest.jpg);
color: #fff;
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
}
section.gray::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
z-index: 1;
}
section.gray .container-fluid{
position: relative;
z-index: 2;
}
section.gray img.logobottom{
width: auto;
height: 90px;
margin-bottom: .2rem;
}
section.gray .serperator{
display: block;
width: 100%;
height: 1px;
background: rgba(255,255,255,.3);
margin: 1.5rem 4vw;
margin-bottom: 0px;
}
section.gray a{
display: block;
font-size: 15px;
color: #fff;
text-decoration: none;
}
section.gray a:hover{
color: #eee;
}
section.gray .social-icons{
margin: 0 auto;
text-align: center;
}
section.gray a.social{
display: inline-block;
margin: 0 5px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #ff8383;
border-radius: 40px;
}
section.gray a.social:hover{
color: #ff8383;
background: #fff;
}
.footer {
position: relative;
padding: 15px 0;
font-size: .8rem;
font-weight: 400;
background-color: #ff9b9b;
color: #fff;
}
/* totop */
#totop {
width: 35px;
height: 35px;
font-size: 10pt;
color: #fff;
background: #ff8383;
line-height: 32px;
position: fixed;
right: 15px;
text-align: center;
cursor: pointer;
z-index: 9;
-webkit-border-radius: 2%;
-moz-border-radius: 2%;
-ms-border-radius: 2%;
-o-border-radius: 2%;
border-radius: 2%;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.init {
bottom: -100px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.show {
bottom: 10px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop:hover {
background: #999;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* totop end */

/* rsvp form */
.fixform{
display: none;
position: fixed;
width: 100vw;
height: 100vh;
top: 0px;
left: 0px;
padding: 0;
background: #fefefe;
text-align: center;
z-index: 999;
}
.closerevp{
width: 60px;
height: 60px;
text-align: center;
line-height: 55px;
font-size: 2rem;
color: #fff;
background: #ff8383;
font-weight: 500;
margin: 0 auto;
cursor: pointer;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.closerevp:hover{
background: #ddd;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.tagformrsvp{
width: max-content;
font-size: 1.1rem;
font-weight: 400;
margin: auto;
margin-top: 3rem;
color: #6f6f6f;
letter-spacing: 1px;
}
.tagformrsvp::before{
content: "";
position: relative;
display: inline-block;
width: 18vw;
height: 1px;
background: #ddd;
margin-right: 15px;
bottom: 5px;
}
.tagformrsvp::after{
content: "";
position: relative;
display: inline-block;
width: 18vw;
height: 1px;
background: #ddd;
margin-left: 15px;
bottom: 5px;
}
.formrsvp{
margin: 30px 0;
}

/* contact */
.contact{
display: block;
}
.error, .success{
display: none;
}

/* form */
.form-control {
border: none;
border-bottom: 1px solid #ddd;
border-radius: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: none;
outline: 0;
box-shadow: none;
}
select.form-control {
-moz-appearance: none;
-webkit-appearance: none;
}
select.form-control::-ms-expand {
display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}


/* Blog */
.blog-simple{
display: block;
}
.blog-simple a{
	color: #000;
	text-decoration: none;
}
.blog-simple img, .blog-simple a img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.blog-simple .blog-text {
display: block;
position: relative;
width: 100%;
padding: 20px; 
margin-bottom: 30px;
letter-spacing:.3px;
text-align: center;
}
.blog-simple blockquote{ 
font-family: 'Playfair Display', serif;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 1.6em;
margin: 20px 0;
padding: 5px;
}
.blog-simple blockquote p{
margin-bottom: .3rem;
}
.blog-simple blockquote small{
font-family: 'Roboto', sans-serif;
}
.blog-simple .blog-text .heading { margin-top:15px;}
.blog-simple .blog-text h3 a{ font-weight:500;}
.blog-simple .blog-text span {
display: inline-block;
}
.blog-simple .blog-text span.date-post {
color: #000;
font-style: italic;
font-size: 13px;
margin-left: 20px;
}
.blog-simple .blog-text span.date-post i {
padding-right: 7px;

}
.blog-simple .blog-text span.user-post {
font-size: 13px;
color: #000;
}
.blog-simple .blog-text span.user-post i {
padding-right: 7px;

}
.blog-simple .blog-text span.comment {
margin-left:20px;
font-size: 13px;
}
.blog-simple .blog-text span.comment a i {
padding-right: 7px;

}
.blog-simple .blog-text h3 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 300;
line-height: 1.5;
}
.btn-blog{
margin: 15px 0;
display: inline-block;
padding: 8px 28px;
text-transform: uppercase;
font-weight: 500;
background: #ff8383;
color: #fff !important;
border-radius: 4px;
}
.blog-simple ul.pagination{
font-style: italic;
color: #fff;
top: 0px;
left: 0px;
margin-bottom: 0px;
justify-content: center;
}
.blog-simple ul.pagination li a{  
font-size: 11pt;
color: #999;
background: none;
padding: .40rem .8rem;
margin: 0 2px;
border: 1px solid rgba(0,0,0,0);
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.blog-simple ul.pagination li a:hover, .page-item.active .page-link{ 
color: #292929; 
background: #fff; 
border: 1px solid rgba(0,0,0,0);
border-bottom: 1px solid rgba(0,0,0,.6);
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
	border-radius: 0px;
}

/* post meta */
.post-meta {
background: #fcfcfc;
border-top: none;
text-align: center;
}
.post-meta .format {
border-bottom: 1px solid #333333;
padding: 10px 0 10px;
}
.post-meta i {
margin: 0;
}
.post-meta .date {
border-bottom: 1px solid #e6e6e6;
padding: 10px 0 10px;
}
.post-meta .date span {
text-align: center;
color: #efefef;
font-size: 12px;
font-weight: 500;
}
.post-meta .comments {
padding: 10px 0 10px;
}
.post-meta .comments a {
color: #efefef;
font-size: 10px;
font-weight: 500;
}
.post-meta .comments a:hover {
text-decoration: none;
}

/* post format */
.post-image {
margin-bottom: 20px;
}
ul.meta-post {
float: left;
margin: 0;
padding: 0;
list-style: none;
}
ul.meta-post li {
float: left;
margin: 0 10px 0 0;
padding: 0;
list-style: none;
}
ul.meta-post li a {
float: left;
font-size: 11pt;
font-weight: 500;
padding-top:20px;
}

/* single post */
.top-article {
display:block;
margin-top: 30px;
}
.bottom-article {
overflow: hidden;
padding: 10px 0 10px 0;
margin-top: 10px;
margin-bottom: 30px;
}
.bottom-article a.btn {
display: inline-block;
width:auto;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0 30px 0 30px;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.bottom-article a.btn:hover{
color:#999;
background:#efefef;
}

/*  aside, sidebar */
aside {
position: relative;
margin-bottom: 40px;
}
.sidebar-nav {
float: left;
width: 100%;
}
.right-sidebar {
margin: 0 auto;
}
.left-sidebar {
padding: 0 30px 0 0;
}
.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
padding-right: 20px;
}
aside .widget, .widget {
margin-bottom: 40px;
}
.widget .search-container{
padding: 0;
width: 100%;
margin: 0 auto;
}
.widget .form-control {
width:100% !important;
height:auto !important;
padding: 7px 10px 7px 10px !important;
font-size: 13px;
line-height: 24px;
background: none;
border: 1px solid rgba(0,0,0,.1);
border-radius: 0;
box-shadow: none;
}
.widget .form-control:focus {
border: 1px solid rgba(0,0,0,.3);
box-shadow: none;
}
.widget .headwidget{
	color: #000;
	font-size: 14pt;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 400;
}
.widget .recent div {
width: 100%;
display: inline-block;
padding-bottom: 25px;
}
.widget .recent div img {
float: left;
margin-right: 20px;
width: 65px;
height: 65px;
object-fit: cover;
}
.widget .recent div h6 {
font-size: 16px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 5px
}
.widget .recent div p {
font-size: 10.2pt;
line-height: 20px;
color: #aaa;
}
.widget .recent a{
font-size: 10.2pt;
font-weight: 400;
text-transform: uppercase;
color: #000;
text-decoration: none;
}
.widget .tags {
margin: 0;
margin-left: 0;
padding-left: 0;
}
.widget .tags div {
margin: 5px 5px 15px 0;
display: inline-block;
}
.widget .tags div a {
font-size: 14px;
color: #6f6f6f;
border: 1px solid #ddd;
padding: 6px 14px;
text-align: center;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.widget .tags div a:hover {
text-decoration: none;
color: #333;
border: 1px solid #333;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.devider-widget {
display: block;
border-bottom: 2px solid #333;
margin-bottom: 30px;
margin-top: 20px;
width: 60px;
text-align: left;
}

.input-group input[type="text"], .input-group input[type="text"]{
font-size:9pt;
letter-spacing:.9px;
font-weight:400;
}
.input-group input[type="text"]:focus, .input-group input[type="text"].focus{
color:#111;
}
.input-group span.icon{
display:inline-block;
padding:6px 12px;
margin-bottom:0; 
margin-left:0px; 
font-size:14px;
font-weight:400;
line-height:2;
text-align:center;
white-space:nowrap;
vertical-align:middle; 

color:#fff;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.input-group-btn button span.icon{
background: #333;
}
.input-group-btn button:hover span.icon{
background: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* Blog end */

/* Blog comment */
#blog-comment {
margin-top: 60px;
padding: 0px;
}
#blog-comment h5 {
color: #000;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 15px;
}
#blog-comment > ul, #blog-comment > li {
list-style: none;
padding-left: 0;
}
#blog-comment ul.children > ul {
list-style: none;
}
#blog-comment li .avatar {
position: absolute;
width: 65px;
height: 65px;
border-radius: 100%;
overflow: hidden;
}
#blog-comment li .avatar img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#blog-comment .comment {
font-size: 13px;
margin-left: 85px;
}
#blog-comment li {
font-size: 14px;
line-height: 1.6em;
padding-bottom: 0px;
}
#blog-comment li > li {
margin-left: 0px;
padding-bottom: 0px;
margin-top: 20px;
padding-top: 10px;
border-bottom: none;
}
#blog-comment li li .avatar {
position: absolute;
}
#blog-comment ul.children {
margin-left: 70px;
}
#blog-comment .pingback-entry {
margin-bottom: 20px;
}

#blog-comment p.no-comments {
color: #8a6d3b;
background-color: #fcf8e3;
padding: 5px 15px;
margin-bottom: 20px;
border-radius: 4px;
font-style: italic;
border: 1px solid #faebcc;
}
#blog-comment > ul ul {
list-style: none;
margin-top: 10px;
}
.comment-info {
margin-left: 85px;
margin-bottom: 5px;
background: #fefefe;
padding: 20px 30px;
}
.comment-info .c-name {
color: #000;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
.comment-info .c-reply {
display: block;
margin-top: 10px;
margin-bottom: 5px;
}
.comment-info .c-reply a {
font-size: .83rem;
letter-spacing: 1px;
}
.comment-info .c-reply a.gf::after{
margin-left: 0;
}
.comment-info .c-reply a.gf:hover::after{
width: 40px;
}
.comment-info .c-date {
display: inline;
text-transform: uppercase;
font-size: 12px;
float: right;
font-weight: 400;
}
.comment-info .c-date i {
padding-right: 0px;
}
.comment-content.entry.clr p {
font-size: .88rem;
margin: 15px 0;
}
/* comment form */
.comment-respond {
font-size: .88rem;
margin-top: 10px;
padding: 35px 0;
border-top: 1px solid #eee;
}
.comment-form{
    margin: 15px 0;
}
#comment-form-wrapper h6 {
font-size: 11pt;
margin-bottom: 15px;
padding-bottom: 15px;
}
#comment-form-wrapper {
margin: 50px 0 50px 0;
padding: 0px;
}
#commentform input {
width: 100%;
font-size: 13px;
padding: 10px;
height: 40px;
letter-spacing: 0px;
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.2s ease;
}
#commentform input:focus {
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
}
#commentform textarea {
width: 100%;
font-size: 13px;
padding: 10px;
height: 150px;
background: rgba(0, 0, 0, 0);
border: 1px solid rgba(0,0,0,.1);
}
#commentform textarea:focus {
background: rgba(0, 0, 0, 0);
}
.submitform {
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 400;
color: #6f6f6f;
text-decoration: none;
font-size: 1rem;
padding: 0;
border: none;
cursor: pointer;
background: none;
margin: 15px 0;
}
.submitform::after{
display: block;
content: "";
width: 30px;
height: 1px;
background: #000;
margin: 0;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
.submitform:hover{
color:#626570;
text-decoration: none;
}
.submitform:hover::after{
width: 60px;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
#cancel-comment-reply-link {
color: red;
}
.comment-reply-title {
font-size: 1rem;
font-weight: 400;
line-height: 1.3333;
letter-spacing: 0;
text-transform: uppercase;
color: #000;
}
/* search menu */
.search-container {
position: relative;
width: 100%;
padding: 10vh 15% 10vh;
}
#searchmenu{
position: relative;
}
.s-input-home {
font-size: 1rem;
color: #666;
background: rgba(0,0,0,0);
width: 100%;
height: 46px;
padding: 0;
border: 0px;
border-bottom: 1px solid #eee;
}
.btn-s-input {
position: absolute;
top: 0px;
right: 0px;
width: 56px;
height: 46px;
font-size: .9rem;
color: #333;
background: none;
border: 0px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* serach menu end */
/* Blog comment end */

.ti-twitter::before {
content:"𝕏";
font-size:1.1em;
}
.fa-twitter::before {
content:"𝕏";
font-size:1.1em;
}

/* scroll onStep */
.onStep {
opacity: 0;
}