/* Fonts */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Typography */
h1, h2, h3, h4, h5, h6, figure {
    color: #333;
    font-weight: 400;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 60px;
    font-family: "Pacifico", cursive;
}

h2 {
    font-size: 50px;
    font-family: "Pacifico", cursive;
}

h3 {
    font-size: 30px;
}

a {
    color: #f14e78;
    transition: all 0.5s ease;
}

a:hover, a:active, a:focus {
    color: #f14e78;
    outline: none;
    text-decoration: none;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

::-webkit-selection {
    color: #fff;
    background: #f14e78;
}

::-moz-selection {
    color: #fff;
    background: #f14e78;
}

::selection {
    color: #fff;
    background: #f14e78;
}

/* Body */
body {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #818892;
    background: #fff;
}

body.offcanvas {
    overflow: hidden;
}

/* List */
ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 0rem;
}

ol {
    margin-left: 0rem;
}

ul ul,
ol ul, ul
ol,
ol
ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

/* Common */
.main {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.main.offcanvas {
    overflow: hidden;
    position: absolute;
}

.main.offcanvas:after {
    transition: all 2s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(51, 51, 51, 0.7);
    content: "";
}

.section {
    padding: 3em 0;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .section {
        padding: 7em 0;
    }
}

.section-sm {
    padding: 3.5em 0;
}

.section-gray {
    background: #e9e9e9;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    width: 100%;
}

.heading {
    margin-bottom: 4em;
}

.heading.heading-sm {
    margin-bottom: 2em;
}

.heading h2 {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #f14e78;
}

.heading p {
    font-size: 18px;
    line-height: 1.5;
}

.heading span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.4);
}

.loader {
    color: #f14e78;
    position: fixed;
    box-sizing: border-box;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 1010;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loader:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #f14e78;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotate 1s linear infinite;
}

.overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
}

.display-t,
.display-tc {
    height: 100vh;
    display: table;
    width: 100%;
}

.display-tc {
    display: table-cell !important;
    vertical-align: bottom;
    padding-bottom: 80px;
}

.display-tc h1, .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

.display-tc h1 {
    margin-bottom: 0px;
    line-height: 1.3;
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: 45px;
}

@media only screen and (min-width: 768px) {
    .display-tc h1 {
        font-size: 110px;
    }
}
@media only screen and (max-width: 374px) {
    .display-tc h1 {
        font-size: 35px;
    }

}
@media only screen and (max-width: 400px) {

    .navbar #logo {
        font-size: 22px;
        padding: 5px 0 0 0;
        line-height: 29px;
    }
}

.display-tc h1:before, .display-tc h1:after {
    content: "\e9b5";
    font-family: 'icomoon' !important;
    font-size: 27px;
    vertical-align: middle;
    color: #f14e78;
    margin: 0 20px;
}

.display-tc h2 {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px;
    font-family: "Work Sans", Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
    .display-tc h2 {
        font-size: 20px;
    }
}

.display-tc .btn {
    padding: 15px 20px;
    background: #fff !important;
    color: #f14e78;
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
}

.display-tc .btn:hover {
    background: #fff !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

.banner-text {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.banner-text span {
    padding: 0 15px;
    line-height: 21px;
}

span.banner-text_names {
    font-family: "Pacifico", cursive;
    font-size: 40px;
    line-height: 43px;
    position: relative;
}

span.banner-text_names:before, span.banner-text_names:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #fff;
}

span.banner-text_names:before {
    left: -1px;
}

span.banner-text_names:after {
    right: -1px;
}

.js .animate-box {
    opacity: 0;
}

img {
    max-width: 100%;
}

.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    clear: both;
}

.rotate {
    animation: rotate 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Navigation */
.navbar {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1001;
    border-radius: 0;
    transform: translateZ(0);
}

.navbar.affix {
    position: fixed;
    background: rgba(51, 51, 51, 0.5);
    transition: all 0.5s ease;
}

.navbar #logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-family: "Pacifico", cursive;
}

.navbar a {
    padding: 5px 10px;
    color: #fff;
}

.navbar .menu-1, .navbar .menu-2 {
    display: none;
}

@media only screen and (min-width: 768px) {
    .navbar .menu-1, .navbar .menu-2 {
        display: block;
    }
}

.navbar .navbar-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #e9e9e9;
}

.navbar ul {
    padding: 0;
    margin: 2px 0 0 0;
}

.navbar ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.navbar ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

.navbar ul li a:after {
    opacity: 0;
    content: '';
}

.navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active {
    color: white;
    background: none;
}

.navbar ul li.has-dropdown {
    position: relative;
}

.navbar ul li.has-dropdown:after {
    content: "\e921";
    position: absolute;
    top: 14px;
    right: -5px;
    font-family: 'icomoon';
    color: rgba(255, 255, 255, 0.5);
}

.navbar ul li.has-dropdown .dropdown {
    width: 200px;
    box-shadow: 0px 14px 33px -9px rgba(51, 51, 51, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 46px;
    right: -20px;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    transition: all 0s ease;
}

.navbar ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    right: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.navbar ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.navbar ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.navbar ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #cccccc;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.navbar ul li.has-dropdown .dropdown li a:hover {
    color: #333;
}

.navbar ul li.has-dropdown:hover a, .navbar ul li.has-dropdown:focus a {
    color: #fff;
}

.navbar ul li.active > a {
    color: #fff !important;
    position: relative;
}

.navbar ul li.active > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f14e78;
    transition: all 0.5s ease;
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#offcanvas {
    position: fixed;
    z-index: 1901;
    width: 100%;
    background: #333333;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.offcanvas #offcanvas {
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#offcanvas ul {
    padding: 0;
    margin: 0;
    font-size: 25px;
}

#offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#offcanvas ul li > ul {
    padding-left: 20px;
}

#offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
}

#offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-toggle {
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #444;
}

.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.nav-toggle i::before, .nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.nav-toggle.nav-white > i {
    color: #fff;
    background: #fff;
}

.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
    background: #fff;
}

.nav-toggle i::before {
    top: -7px;
}

.nav-toggle i::after {
    bottom: -7px;
}

.nav-toggle:hover i::before {
    top: -10px;
}

.nav-toggle:hover i::after {
    bottom: -10px;
}

.nav-toggle.active i {
    background: transparent;
}

.nav-toggle.active i::before {
    top: 0;
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

/* Header section */
.cover {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.cover > .container {
    position: relative;
    z-index: 10;
}

.cover .display-tc {
    opacity: 0;
}

/* About-us */
.couple-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .couple-wrap {
        width: 100%;
    }
}

.couple-wrap h3 {
    font-family: "Pacifico", cursive;
    color: #f14e78;
}

.couple-wrap .groom-wrap {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .couple-wrap .groom-wrap {
        margin-bottom: 0;
    }
}

.heart {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
    z-index: 99;
    animation: pulse 1s ease infinite;
    display: none;
}

.heart i {
    font-size: 20px;
    padding: 20px;
    color: #f14e78;
}

@media only screen and (min-width: 992px) {
    .heart {
        display: block;
    }
}

.groom, .bride {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) {
    .groom, .bride {
        float: left;
    }
}

.groom img, .bride img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) {
    .groom {
        float: right;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .bride {
        float: left;
        margin-left: 5px;
    }
}

.desc-groom {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .desc-groom {
        padding-right: 180px;
        text-align: right;
    }
}

.desc-bride {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .desc-bride {
        padding-left: 180px;
        text-align: left;
    }
}

/* Events */
.events-accordion h3 {
    font-size: 20px;
}

.events-accordion #accordion-img {
    margin-top: -20px;
    margin-bottom: 20px;
    max-height: 400px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .events-accordion #accordion-img {
        margin-bottom: 0;
        max-height: inherit;
    }
}

@media only screen and (min-width: 992px) {
    .events-accordion #accordion-img {
        max-height: 485px;
    }
}

.events-accordion .panel-default,
.events-accordion .panel-default > .panel-heading,
.events-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.events-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.events-accordion .panel-default > .panel-heading {
    background-color: #e9e9e9;
}

.events-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 0 15px 5px;
}

.events-accordion .panel-default {
    box-shadow: none;
}

.events-accordion .panel-title > a {
    display: inline-block;
    width: 100%;
}

.events-accordion .panel-place {
    padding: 5px 15px 0;
}

.panel-place {
    padding: 0 15px;
}

.panel-body {
    padding: 0 15px;
    font-weight: bold;
}

.location-title {
    text-align: center;
    padding: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    color: #818892;
    font-family: "Pacifico", cursive;
}

/* Our story */
/* Timeline */
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    height: 65%;
    background-color: #ccc;
    left: 30px;
}

@media only screen and (min-width: 640px) {
    .timeline:before {
        left: 80px;
    }
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline .timeline-badge {
    left: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 16px;
    z-index: 100;
}

.timeline .timeline-badge img {
    border-radius: 50%;
}

@media only screen and (min-width: 640px) {
    .timeline .timeline-badge {
        width: 160px;
        height: 160px;
        margin-left: 0;
    }
}

.timeline .timeline-panel {
    width: 75%;
    float: right;
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

.timeline .timeline-panel:before {
    left: -15px;
    right: auto;
    position: absolute;
    top: 30px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 0 solid #ccc;
    border-right: 15px solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline .timeline-panel:after {
    left: -14px;
    right: auto;
    position: absolute;
    top: 31px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

@media only screen and (min-width: 640px) {
    .timeline .timeline-panel {
        width: calc(100% - 200px);
    }

    .timeline .timeline-panel:before {
        top: 80px;
    }

    .timeline .timeline-panel:after {
        top: 81px;
    }
}

.timeline .timeline-item:nth-child(2n) .timeline-panel {
    float: right;
}

.timeline .timeline-item:nth-child(2n) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline .timeline-item:nth-child(2n) .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline .timeline-title {
    margin-top: 0;
}

.timeline .date {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

.timeline .timeline-body > p + p {
    margin-top: 5px;
}

.timeline-readmore {
    display: inline-block;
    margin-top: 5px;
}

.section-gray .timeline .timeline-panel:after {
    border-left-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

@media only screen and (min-width: 992px) {
    ul.timeline:before {
        left: 50%;
    }

    ul.timeline > li > .timeline-panel {
        width: 38%;
        float: left;
    }

    ul.timeline > li > .timeline-badge {
        left: 50%;
        margin-left: -80px;
    }

    ul.timeline > li > .timeline-panel:before {
        right: -15px;
        left: auto;
        border-right-width: 0;
        border-left-width: 15px;
    }

    ul.timeline > li > .timeline-panel:after {
        right: -14px;
        left: auto;
        border-left-width: 14px;
        border-right-width: 0;
    }
}

/* Gallery */
.gallery-list {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 0 -10px 0;
    width: 100%;
}

.gallery-list li {
    display: block;
    padding: 0 5px;
    margin: 0 0 10px 0;
    list-style: none;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.gallery-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-list li a {
    min-height: 400px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: block;
}

.gallery-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 80;
    transition: all 0.5s ease;
    border-radius: 7px;
    background: rgba(51, 51, 51, 0.2);
}

.gallery-list li a:hover .gallery-item_info span,
.gallery-list li a:hover .gallery-item_info h3 {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.gallery-list li a:hover:before {
    background: rgba(51, 51, 51, 0.5);
}

.gallery-list .gallery-item_info {
    width: auto;
    bottom: 1em;
    left: 1em;
    right: 1em;
    position: absolute;
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    .gallery-list .gallery-item_info {
        bottom: 2em;
        left: 2em;
        right: 2em;
    }
}

.gallery-list .gallery-item_info span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.5s ease;
    opacity: 0;
}

.gallery-list .gallery-item_info h3 {
    color: #fff;
    margin-bottom: 0;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    transition: all 0.5s ease;
    font-size: 20px;
}

/* Counter */
.counter {
    text-align: center;
    background-image: url(../img/counter-bg.jpg);
    height: auto;
}

@media only screen and (min-width: 768px) {
    .counter .row {
        margin-bottom: -40px;
    }
}

.counter .counter-value {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
    display: block;
}

.counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .1em;
}

.counter .feature-center {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
    width: 100%;
}

.counter .icon {
    width: 90px;
    height: 90px;
    border: 2px solid #e9e9e9;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    box-shadow: 0px 14px 30px -15px rgba(51, 51, 51, 0.75);
    border-radius: 50%;
}

.counter .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    color: #f14e78;
}

/* Testimonials */
.testimonials .wrap-testimony {
    position: relative;
}

.testimonials .testimony-slide {
    text-align: center;
}

.testimonials .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}

.testimonials .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100px;
    height: 100px;
}

.testimonials .testimony-slide figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 100%;
    position: relative;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) {
    .testimonials .testimony-slide blockquote {
        width: 50%;
    }
}

.testimonials .testimony-slide blockquote p {
    font-style: italic;
    color: #8f989f;
    font-size: 20px;
    line-height: 1.6em;
}

.testimonials .testimony-slide.active {
    display: block;
}

/* Invitation */
.invitation .form-wrapper {
    background: #fff;
    padding: 20px 15px 30px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .invitation .form-wrapper {
        margin-bottom: 0;
    }
}

.invitation h3 {
    margin: 10px 0;
}

.invitation .video {
    height: 450px;
    overflow: hidden;
    border-radius: 5px;
    background-image: url(../img/video-bg.jpg);
}

.invitation .video:hover a {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.invitation .video:hover .overlay {
    opacity: 0.5;
}

.invitation .video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    display: table;
    text-align: center;
}

.invitation .video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.invitation .video .overlay {
    transition: all 0.5s ease;
}

/* Banner */
.banner h1,
.banner h2 {
    color: #f14e78;
}

.banner p {
    color: #fff;
    margin-bottom: 0;
}

.banner_top {
    background-image: url(../img/header-bg.jpg);
}

.banner_bottom {
    background-image: url(../img/pexels-photo-326649.jpg);
}

.pt_blog .navbar {
    position: relative;
}

.pt_blog .nav-toggle {
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .pt_blog .primary-block {
        margin-bottom: 60px;
    }

    span.banner-text_names {
        font-size: 27px !important;
        line-height: 30px !important;
    }

    .banner-text span {
        padding: 0 10px !important;
    }

    .panel {
        text-align:center;
    }
}

.blog-item {
    margin-bottom: 50px;
}

.blog-item_texst p {
    margin-bottom: 5px;
}

.blog-item_title {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 12px;
}

.blog-item_meta {
    margin-bottom: 7px;
    font-size: 0.85em;
}

.blog-item_meta span {
    padding-right: 5px;
}

.blog-item_meta span i {
    padding-right: 3px;
}

.single-post_banner {
    margin-bottom: 40px;
}

.single-post_title {
    margin-bottom: 40px;
}

.post-content blockquote {
    text-align: center;
    border: none;
    font-style: italic;
    font-weight: 600;
}

.post-content blockquote:after, .post-content blockquote:before {
    content: '"';
}

.post-hightlight {
    border: 4px solid #e9e9e9;
    padding: 30px;
    margin: 10px 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.post-hightlight::before, .post-hightlight::after {
    content: ' ';
    display: table;
    clear: both;
}

@media only screen and (min-width: 992px) {
    .post-hightlight {
        width: 33%;
        float: right;
    }
}

.post-hightlight:before {
    content: 'HIGHLIGHT';
    display: block;
    font-size: 14px;
    font-weight: 300;
}

@media only screen and (min-width: 992px) {
    .post-hightlight--before {
        width: 64%;
        float: left;
    }
}

.post-tags a {
    padding: 0 5px;
}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_title {
    font-family: "Pacifico", cursive;
}

.widget_latest-posts .post {
    margin-bottom: 20px;
}

.widget_latest-posts .post::before, .widget_latest-posts .post::after {
    content: ' ';
    display: table;
    clear: both;
}

.widget_latest-posts .post_image {
    float: left;
    margin-right: 20px;
}

.widget_categories ul {
    list-style: none;
    padding-left: 0;
}

.widget_categories li {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_categories a {
    color: inherit;
}

.widget_categories span {
    float: right;
}

/* Footer */
footer {
    padding: 5em 0;
}

footer .copyright .block {
    display: block;
}

/* Buttons */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    transition: all 0.5s ease;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px;
}

.btn.btn-lg {
    padding: 18px 36px;
}

.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #f14e78;
    color: #fff;
    border: 2px solid #f14e78;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f3668a !important;
    border-color: #f3668a !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #f14e78;
    border: 2px solid #f14e78;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #f14e78;
    color: #fff;
}

.btn-success {
    background: #4CAF50;
    color: #fff;
    border: 2px solid #4CAF50;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #449d48 !important;
    border-color: #449d48 !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #4CAF50;
    border: 2px solid #4CAF50;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #4CAF50;
    color: #fff;
}

.btn-info {
    background: #03A9F4;
    color: #fff;
    border: 2px solid #03A9F4;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #0398db !important;
    border-color: #0398db !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #03A9F4;
    border: 2px solid #03A9F4;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #03A9F4;
    color: #fff;
}

.btn-warning {
    background: #FF9800;
    color: #fff;
    border: 2px solid #FF9800;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #e68900 !important;
    border-color: #e68900 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #FF9800;
    border: 2px solid #FF9800;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #FF9800;
    color: #fff;
}

.btn-danger {
    background: #F44336;
    color: #fff;
    border: 2px solid #F44336;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #f32c1e !important;
    border-color: #f32c1e !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #F44336;
    border: 2px solid #F44336;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #F44336;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid #b3b3b3;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    transition: all 0.3s ease;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s ease;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

/* Forms */
.form-field {
    position: relative;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.form-field label.control-label {
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 18px;
    /*left: 30px;*/
    transition: all 0.3s ease;
    font-weight: 300;
}

.form-field label.control-label.filled {
    top: -20px;
}

.form-field .add-button {
    width: 100%;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: none;
}

.form-field .remove_field {
    position: absolute;
    top: 10px;
    right: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    font-size: 16px;
    font-weight: 300;
}

.confirmation-wrapper h3 {
    font-size: 24px;
}

.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f14e78;
}

.guest-list > div {
    margin-bottom: 20px;
    position: relative;
}

.switch-field {
    height: 50px;
}

.switch-field .switch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: -25px 0 0 -100px;
    transition: all 0.2s ease;
}

.switch-field .switch span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    display: block;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}

.switch-field .switch span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    transition: all 0.2s ease;
}

.switch-field input[type=radio] {
    display: none;
}

.switch-field .switch label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    width: 60px;
    line-height: 50px;
    transition: all 0.2s ease;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
}

.switch-field label[for=yes] {
    left: 0px;
}

.switch-field label[for=no] {
    right: 0px;
}

.switch-field #yes:checked ~ .switch label[for=yes] {
    border-color: #4CAF50;
    color: #4CAF50;
}

.switch-field #yes:checked ~ .switch span {
    background: #4CAF50;
    margin: -2px 0px 0px -4px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.switch-field #yes:checked ~ .switch span:after {
    background: #4CAF50;
    margin-top: -8px;
    width: 4px;
    height: 12px;
}

.switch-field #no:checked ~ .switch label[for=no] {
    border-color: #F44336;
    color: #F44336;
}

.switch-field #no:checked ~ .switch span {
    background: #F44336;
    margin-left: -8px;
}

.switch-field #no:checked ~ .switch span:after {
    background: #F44336;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}

.input-group .btn {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    background-color: #f14e78;
    color: #fff;
}

/* Countdown */
.countdown.section {
    background-image: url(../img/TreeHouse3.jpg);
}

.timer {
    display: inline-block;
}

.timer .timer-item {
    /* coutndown blocks */
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 14px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 5px;
}

.timer .timer-item > div {
    /* countdown block inner div */
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
}

.timer .timer-item .smalltext,
.timer .timer-item .digit {
    display: block;
    color: #fff;
}

.timer .timer-item .digit {
    font-size: 47px;
    line-height: 40px;
}

.timer .timer-item .smalltext {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 12px;
}

/* Carousel */
.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 2px solid #f14e78;
}

/* Social icons */
.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #f14e78;
    padding-left: 10px;
    padding-right: 10px;
}

.social-icons li a i {
    font-size: 20px;
}

/* Timeline */
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    height: 65%;
    background-color: #ccc;
    left: 30px;
}

@media only screen and (min-width: 640px) {
    .timeline:before {
        left: 80px;
    }
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline .timeline-badge {
    left: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 16px;
    z-index: 100;
}

.timeline .timeline-badge img {
    border-radius: 50%;
}

@media only screen and (min-width: 640px) {
    .timeline .timeline-badge {
        width: 160px;
        height: 160px;
        margin-left: 0;
    }
}

.timeline .timeline-panel {
    width: 75%;
    float: right;
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

.timeline .timeline-panel:before {
    left: -15px;
    right: auto;
    position: absolute;
    top: 30px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 0 solid #ccc;
    border-right: 15px solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline .timeline-panel:after {
    left: -14px;
    right: auto;
    position: absolute;
    top: 31px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

@media only screen and (min-width: 640px) {
    .timeline .timeline-panel {
        width: calc(100% - 200px);
    }

    .timeline .timeline-panel:before {
        top: 80px;
    }

    .timeline .timeline-panel:after {
        top: 81px;
    }
}

.timeline .timeline-item:nth-child(2n) .timeline-panel {
    float: right;
}

.timeline .timeline-item:nth-child(2n) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline .timeline-item:nth-child(2n) .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline .timeline-title {
    margin-top: 0;
}

.timeline .date {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

.timeline .timeline-body > p + p {
    margin-top: 5px;
}

.timeline-readmore {
    display: inline-block;
    margin-top: 5px;
}

.section-gray .timeline .timeline-panel:after {
    border-left-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

@media only screen and (min-width: 992px) {
    ul.timeline:before {
        left: 50%;
    }

    ul.timeline > li > .timeline-panel {
        width: 38%;
        float: left;
    }

    ul.timeline > li > .timeline-badge {
        left: 50%;
        margin-left: -80px;
    }

    ul.timeline > li > .timeline-panel:before {
        right: -15px;
        left: auto;
        border-right-width: 0;
        border-left-width: 15px;
    }

    ul.timeline > li > .timeline-panel:after {
        right: -14px;
        left: auto;
        border-left-width: 14px;
        border-right-width: 0;
    }
}

/*# sourceMappingURL=main.css.map */

.banner-text_city, .banner-text_date {
    margin-top: 10px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.panel-body, .panel-place {
    text-align:center;
}