@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Wedding Website Template for Couples
Version:            1.0.0
Created Date:       21/07/2017 
Created by :        https://easetemplate.com/ 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    9.6  404 error
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Roboto', sans-serif; font-size: 18px; letter-spacing: 0px; color: #746e71; font-weight: 300; line-height: 1.2; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #151214; font-family: 'Playfair Display', serif; margin: 0px 0px 15px 0px; letter-spacing: 0px; }
h1 { font-size: 48px; }
h2 { font-size: 32px; line-height: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 30px; line-height: 1.6; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #111; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #000; }
.lead { }
.blockquote { }
.blockquote-content p { }
.blocquote-author { }
blockquote p { f }
strong { }
hr { border-bottom: 1px solid #dfdfdf; margin-bottom: 40px; margin-top: 40px; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 14px; text-transform: capitalize; color: #fff; margin-bottom: 10px; }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { margin-bottom: :5px; }
.form-control { border-radius: 2px; text-transform: capitalize; color: #fff; font-size: 13px; font-weight: 500; width: 100%; height: 48px; padding: 12px; line-height: 1.42857143; background-image: none; border: 2px solid #fff; background-color: transparent; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.input-group { position: relative; display: table; border-collapse: separate; }
input::-webkit-input-placeholder { color: white !important; }
textarea::-webkit-input-placeholder { color: white !important; }
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px\9; line-height: normal; }
.input-group-addon { border-radius: 0px; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px; }
.alignleft { float: left; margin: 0px 30px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Roboto', sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 700; padding: 12px 20px; margin-bottom: 4px; letter-spacing: 1.4px; border-radius: 2px; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-primary { background-color: #fff; color: #d278ac; }
.btn-primary:hover { background-color: #d278ac; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #d278ac; color: #fff; }
.btn-default { background-color: #fff; color: #d278ac; }
.btn-default:hover { background-color: #fff; color: #d278ac; }
.btn-default.focus, .btn-default:focus { background-color: #fff; color: #d278ac; }
.btn-lg { padding: 16px 24px; font-size: 14px; }
.btn-sm { padding: 9px 18px; font-size: 12px; }
.btn-xs { padding: 7px 16px; font-size: 11px; }
.btn-link { }
.btn-link:hover { c }
button.btn { margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mr5 { margin-right: 5px; }
.ml5 { margin-left: 5px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #fef7fb; }
.bg-primary { background-color: #f7a6d4; color: #fff; }
.bg-default { }
.bg-white { background-color: #fff; }
.outline { }
.section-title { margin-bottom: 40px; position: relative; text-align: center; }
.strip-line { color: #d278ac; font-size: 14px; }
.section-title .strip-line:before, .section-title .strip-line:after { content: ''; }
.section-title .strip-line:before, .section-title .strip-line:after { position: absolute; top: 85%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 43px; height: 1px; background: #d278ac; }
.section-title .strip-line:before { left: 45%; }
.section-title .strip-line:after { right: 45%; }
.title { color: #333333; }
.small-title { }
.small-text { padding-top: 20px; font-size: 12px; font-weight: 500; text-align: center; }
.text-white { color: #fff; }
.text-black { color: #111; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }
.divider-line { }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature-block { }
.feature-text { }
.feature-title { }
.feature-content { }
.feature-section { }
.feature-icon ul { }
.feature-icon ul li { }
.feature-icon ul li i { }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle { position: relative; color: #777777; font-weight: 400; line-height: 34px; }
.angle-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 11px; padding-top: 8px; color: #111111; content: "\f111"; }
.chekbox { position: relative; color: #777777; font-weight: 400; line-height: 34px; }
.chekbox li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; font-size: 14px; padding-top: 0px; color: #111111; content: "\f046"; }
.chekbox li { padding-left: 25px; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-section { }
.cta-block { }
.cta-text { }
.cta-title { }
.cta-btn { }
.widget-cta { }
.widget-cta-block { }
.widget-cta-icon { }
.widget-cta-content { }
.widget-cta-title { }
.widget-cta-text { }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: ""; font-family: "FontAwesome"; font-size: 30px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background-color: rgba(270, 130, 180, 0.80); }
.imghover:hover::after { color: #fff; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo { }
.top-bar { }
.call-info { }
.call-text { }
.call-text strong { }
.social { }
.social ul { }
.social ul li { }
.social ul li a { }
.social ul li a:hover { }
.header-wrapper { padding-top: 18px; padding-bottom: 18px; }
.header-collapse { background-color: rgba(20, 12, 17, .80); }
.header-btn { padding-top: 6px; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; padding-bottom: 210px; padding-top: 210px; }
.hero-section-caption { text-align: center; position: relative; }
.hero-title { color: #fff; font-size: 80px; font-weight: 900; line-height: 45px; margin-bottom: 60px; text-transform: capitalize; }
.hero-small-text { font-size: 24px; font-weight: 900; margin-bottom: 25px; text-transform: capitalize; color: #d278ac; }
.hero-text { font-size: 18px; font-weight: 700; margin-bottom: 25px; font-style: italic; color: #fff; font-family: 'Playfair Display', serif; }
.hero-section-caption .hero-text:before, .hero-section-caption .hero-text:after { content: ''; }
.hero-section-caption .hero-text:before, .hero-section-caption .hero-text:after { position: absolute; top: 93%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 210px; height: 1px; background: #938b90; }
.hero-section-caption .hero-text:before { left: 23%; }
.hero-section-caption .hero-text:after { right: 23%; }
#navigation { float: right; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { padding-top: 17px; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation>ul>li { float: left; }
#navigation.align-center>ul { font-size: 0; text-align: center; }
#navigation.align-center>ul>li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right>ul>li { float: right; }
#navigation>ul>li>a { padding: 8px 18px; font-size: 13px; color: #fff; letter-spacing: 1px; text-decoration: none; font-weight: 500; text-transform: uppercase; }
#navigation>ul>li:hover>a { color: #fff; background-color: #d278ac; border-radius: 3%; }
#navigation>ul>li.has-sub>a { padding-right: 32px; }

/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/
#navigation>ul>li.has-sub>a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover>ul { left: auto; }
#navigation.align-right li:hover>ul { left: auto; right: 0; }
#navigation li:hover>ul>li { height: 42px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { background-color: #ffe62c; padding: 14px 22px; width: 218px; font-size: 13px; text-decoration: none; color: #000000; font-weight: 600; text-transform: uppercase; border-bottom: #e5ce25 1px solid; letter-spacing: 1px; }
#navigation ul ul li:first-child>a { border-top-right-radius: 2%; }
#navigation ul ul li:last-child>a { border-bottom-right-radius: 2%px; border-bottom-left-radius: 2%px; }
#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; }
#navigation ul ul li:hover>a, #navigation ul ul li a:hover { color: #000; background-color: #f1d81b; }
#navigation ul ul li.has-sub>a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub>a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub>a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub>a:before { right: auto; left: 14px; }
#navigation ul ul>li.has-sub:hover>a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center>ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #e18cbd; top: auto; background-color: #e18cbd; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; color: #000; }
#navigation.small-screen>ul>li>a:after { position: absolute; top: 16px; right: -3px; height: 2px; display: block; content: ''; }
#navigation.small-screen>ul>li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #000; background: #ffe62c; }
#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #000; background-color: #f1d81b; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 18px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 600; background-color: #d278ac; margin-top: 15px; }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 20px; border: 0; height: 2px; width: 15px; background: #000; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 20px; background: #000; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #e5ce25; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #000; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background:; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #000; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { text-align: center; background-image: url(../images/pageheader.jpg); background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-section { padding-top: 200px; padding-bottom: 100px; }
.page-description { }
.page-description p { }
.page-title { font-size: 50px; font-weight: 600; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; color: #fff; }
.page-text { color: #fff; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/
.slider { margin-bottom: -30px; }
.slider-img { background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); background: linear-gradient(to bottom, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
.slider-img img { position: relative; z-index: -1; }
.slider-captions { position: absolute; bottom: 210px; width: 100%; color: #fff; text-align: center; }
.slider-title { color: #fff; font-size: 54px; font-weight: 700; }
.slider-text { color: #fff; }
.slider .owl-dots { text-align: center !important; position: relative; bottom: 150px; }
.slider .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.slider .owl-nav .owl-prev { position: absolute; top: 40%; left: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 2px; background: #b5b5bd; display: block; cursor: pointer; border-radius: 50px; height: 40px; width: 40px; border: 1px solid #b5b5bd; }
.slider .owl-nav .owl-next { position: absolute; top: 40%; right: 0px; color: #fff; font-size: 18px; margin: 8px; padding-top: 2px; background: #b5b5bd; display: block; cursor: pointer; border-radius: 50px; height: 40px; width: 40px; border: 1px solid #b5b5bd; }
.slider .owl-nav .owl-prev:hover { background-color: #ffe62c; border: 2px solid #ffe62c; text-decoration: none; color: #000; }
.slider .owl-nav .owl-next:hover { background-color: #ffe62c; border: 2px solid #ffe62c; text-decoration: none; color: #000; }
.slider .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.slider .owl-dots .owl-dot span { width: 11px; height: 11px; margin: 5px 4px; background: #b5b5bd; border-radius: 5px; border: 2px solid #b5b5bd; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #ffe62c; border: 2px solid #ffe62c; }
.slider .owl-carousel .owl-item img { width: 100%; }

/*-----------------------------------
7. couple-section
-------------------------------------*/
.couple-block { text-align: center; margin-bottom: 30px; }
.couple-block-img img { margin-bottom: 30px; }
.couple-meta { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.couple-social { margin-top: 20px; }
.couple-social a span { font-size: 16px; color: #fff; background-color: #d278ac; border-radius: 50%; line-height: 1.2; height: 38px; width: 38px; padding: 10px 10px; display: inline-block; }
.couple-social a span:hover { color: fff; background-color: #d278ac; }
.couple a span.active { color: #ffe62c; }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #201d1f; padding-top: 60px; padding-bottom: 30px; color: #e0dcdf; font-weight: 400; font-size: 14px; text-align: center; }
.footer-title { color: #fff; }
.ft-navigation { text-align: center; }
.ft-navigation ul { }
.ft-navigation ul li { display: inline-block; }
.ft-navigation ul li a { color: #fff; padding: 30px; font-size: 14px; font-weight: 500; }
.ft-navigation>ul>li>a:after { position: absolute; top: 2px; height: 2px; display: inline-block; content: '|'; margin-left: 30px; }
.ft-navigation ul li a:hover { color: #ffe62c; }
.ft-navigation { }
.footer-widget { margin-bottom: 30px; text-align: center; }
.footer-widget ul { margin-bottom: 25px; }
.footer-widget ul li { line-height: 1; margin-bottom: 18px; font-size: 14px; }
.footer-widget .form-control { }
.footer-social { margin-top: 40px; }
.footer-social a span { font-size: 14px; color: #fff; background-color: #d278ac; border-radius: 50%; line-height: 1.2; height: 38px; width: 38px; padding: 11px 10px; display: inline-block; }
.footer-line { }
.footer-social a span:hover { color: #d278ac; background-color: #fff; }
.footer-link { }
.footer-link:hover { }
.time-schedule { }
.time-schedule-text { }

/*-------------- tiny footer ------------*/
.tiny-footer { }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-section { }
.about-section span { float: left; width: 84px; font-size: 90px; font-family: 'Playfair Display', serif; line-height: 81px; }
.about-title { }
.about-img img { }
.about-icon { }
.about-btn { }
.about-list { }
.about-list ul { }
.about-list ul li { }
.about-list ul li:before { }

/*-------------------------
 9.2  events / single / sidebar
--------------------------*/
.event-block { }
.event-img { }
.event-content { background-color: #fff; padding: 40px; margin-bottom: 30px; }
.event-content ul { }
.event-content ul li { line-height: 3; }
.event-feature { }
.event-date, .event-schedule, .event-venue { font-size: 20px; color: #000; float: left; padding-right: 20px; padding-top: 13px; width: 110px; }
.event-content span { }
.nav-scroll { -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out; -moz-transition: background .5s ease-in-out, padding .5s ease-in-out; transition: background .5s ease-in-out, padding .5s ease-in-out; }
.nav-scroll ul { }
.nav-scroll ul li { margin-top: -50px; }
.nav-scroll ul li a { }
.nav-scroll ul li a:hover { background-color: #111; color: #fff; }
.nav-scroll a.active { background-color: #111; color: #fff; }
#story, #event, #people, #gallery, #about, #testimonial, #registry { padding-top: 120px; }

/*-------- gallery -------*/
.gallery { }
.gallery-img { margin-right: -10px; margin-left: -10px; }

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-wrapper { background-image: url(../images/testimonial-bg.jpg); padding-bottom: 120px; padding-top: 120px; text-align: center; }
.testimonial-block { }
.testimonial-icon { }
.testimonial-content { text-align: center; color: #fff; }
.testimonial-wrapper h1 { color: #fff; }
.testimonial-pic img { margin-bottom: 25px; }
.testimonial-text { font-size: 21px; font-style: italic; line-height: 32px; font-weight: 400; }
.testimonial-user { }
.testimonial-meta { margin-bottom: 20px; line-height: 1.2; font-size: 12px; text-transform: uppercase; color: #fff; letter-spacing: 1.2px; font-weight: 500; margin-top: 0px; display: block; }
.testimonial-wrapper span { line-height: 1.2; font-size: 14px; text-transform: uppercase; color: #fff; letter-spacing: 1.2px; font-weight: 700; }
.testimonial-carousel .owl-dots { text-align: center !important; position: relative; bottom: 0px; }
.testimonial-carousel .owl-nav { display: none; }
.testimonial-carousel .owl-nav .owl-prev { }
.testimonial-carousel.owl-nav .owl-next { }
.testimonial-carousel .owl-nav .owl-prev, .owl-nav .owl-next:hover { }
.testimonial-carousel.owl-dots .owl-dot { display: inline-block; zoom: 1; }
.testimonial-carousel .owl-dots .owl-dot span { width: 11px; height: 11px; margin: 5px 4px; background: #fff; border-radius: 5px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonial-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #d278ac; border: 2px solid #d278ac; }
.testimonial-carousel .owl-carousel .owl-item img { }

/*--------------------------
 9.6  guest
 ----------------------------*/
.guest-block { }
.guest-img img { margin-bottom: 30px; }
.guest-title { margin-bottom: 30px; text-align: center; }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) { }

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .hero-section { padding-top: 40px; padding-bottom: 0px; }
    .hero-title { font-size: 30px; line-height: 45px; }
    .header-wrapper { background-color: #393939; padding-top: 10px; padding-bottom: 10px; }
    .header-wrapper { background-color: #393939; padding-top: 10px; padding-bottom: 10px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .testimonial-carousel .owl-dots { text-align: center !important; position: relative; bottom: -20px; }
    #story, #event, #people, #gallery, #testimonial, #registry { padding-top: 30px; }
    .section-title .strip-line:before, .section-title .strip-line:after { top: 88%; }
    .section-title .strip-line:before { left: 52%; }
    .section-title .strip-line:after { right: 52%; }
    button.btn { font-size: 9px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .hero-section { padding-top: 30px; padding-bottom: 0px; }
    .hero-title { font-size: 30px; line-height: 45px; }
    .header-wrapper { background-color: #393939; padding-top: 10px; padding-bottom: 10px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .header-wrapper { background-color: #393939; padding-top: 10px; padding-bottom: 10px; }
    .testimonial-carousel .owl-dots { text-align: center !important; position: relative; bottom: -20px; }
    .ft-navigation>ul>li>a:after { display: none; }
    #story, #event, #people, #gallery, #testimonial, #registry { padding-top: 20px; }
    .section-title .strip-line:before, .section-title .strip-line:after { top: 91%; }
    .section-title .strip-line:before { left: 56%; }
    .section-title .strip-line:after { right: 56%; }
    button.btn { font-size: 9px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .hero-section { padding-top: 30px; padding-bottom: 0px; }
    .hero-title { font-size: 30px; line-height: 45px; }
    .header-wrapper { background-color: #393939; padding-top: 10px; padding-bottom: 10px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; position: relative; }
    .testimonial-carousel .owl-dots { text-align: center !important; position: relative; bottom: -20px; }
    .ft-navigation>ul>li>a:after { display: none; }
    #story, #event, #people, #gallery, #testimonial, #registry { padding-top: 20px; }
    .section-title .strip-line:before, .section-title .strip-line:after { top: 91%; }
    .section-title .strip-line:before { left: 56%; }
    .section-title .strip-line:after { right: 56%; }
    button.btn { font-size: 9px; }
}