@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Theme Name: Pair Responsive HTML5 Wedding Template
Version: 1.0
Author: AStheme
-------------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements


------------------------------------------------------
===== Home Page =====
------------------------------------------------------
#1.1    header
#1.2    slider
#1.3	couple
#1.4	count-down
#1.5	our-story
#1.6	friends-wishes
#1.7	important-people
#1.8	gallery
#1.9	events
#1.11	rsvp

------------------------------------------------------
===== Blog Page =====
------------------------------------------------------
#2.1	blog-main

------------------------------------------------------
===== Blog single Page =====
------------------------------------------------------
#3.1	blog-main

------------------------------------------------------
===== Events Page =====
------------------------------------------------------
#4.1	events-main

------------------------------------------------------
===== 404 Page =====
------------------------------------------------------
#5.1	error-404-main



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



/*--------------------------------------------------------------
#0.1	Theme Reset Style
--------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;	
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

p {
	color: #777778;
}


/*--------------------------------------------------------------
#0.2	Global Elements
--------------------------------------------------------------*/
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-title {
	text-align: center;
	margin-bottom: 45px;
}

.section-title .col {
	display: inline-block;
	position: relative;
}

.section-title .col:after {
	content: "";
	background-color: #44526e;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}

.section-title h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 0.88em;
	font-weight: bold;
	color: #4b4a5a;
	padding-bottom: 0.77em; 
	text-transform: capitalize;
}

.section-title .line:before,
.section-title .line:after {
	content: "";
	background-color: #ee975f;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-title .line:before {
	width: 220px;
	bottom: 8px;
}

.section-title .line:after {
	width: 160px;
	bottom: 4px;
}

.page-title {
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
	display: table;
	overflow: hidden;
}

.page-title > .container {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 120px;
	position: relative;
	z-index: 10;
}

.page-title h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #182a4d;
	text-transform: capitalize;
	margin: 0 0 0.35em;
	padding: 0 0 10px;
	display: inline-block;
	position: relative;
}

.page-title h2:after {
	content: "";
	background-color: #182a4d;
	width: 65px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}

.page-title .breadcrumb {
	background: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.page-title .breadcrumb a {
    color: #fff;
}

.page-title .breadcrumb li,
.page-title .breadcrumb li:before {
	color: #e56717;
}

.page-title .breadcrumb li:before {
	padding: 0 2px;
}

.page-title .breadcrumb a:hover {
	text-decoration: none;
}

/*perloder*/
.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.preloader .couple-intro {
	background-color: #182a4d;
	padding: 10px 25px 15px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.preloader .couple-intro h1 {
	font-family: 'Playfair Display', serif;	
	line-height: 0.9em;
	color: #fff;
	margin: 0;
}

.preloader .couple-intro h1 span {
	color: #e56717;
}

.preloader .heart {
	background: url(../images/heart.png) no-repeat 0 0;
	background-size: 100%;
	width: 95px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: -90px;
	margin-left: -47px;
	-webkit-animation: animateheart 0.3s infinite alternate;
	animation: animateheart 0.3s infinite alternate;
}

@-webkit-keyframes animateheart {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes animateheart {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}


/*------------------------------------------------------
===== Home Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#1.1    header
--------------------------------------------------------------*/
header .navbar {
	width: 100%;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
}

header .navbar > .container {
	background-color: rgba(255,255,255,0.5);
	position: relative;
}

header .navbar-brand {
	margin-top: 15px;
}

header .navbar > .container .navbar-brand {
	margin-left: 0;
}

/*navigation*/
#navbar {
	padding-right: 0;
}

#navbar ul a {
	font-family: 'Oswald', sans-serif;
	color: #4b4a5a;
	text-transform: uppercase;
}

#navbar > ul > li > a {
	font-size: 15px;
	padding: 30px 20px 30px 0;
}

#navbar > ul > li > ul {
	background-color: rgba(255,255,255, 0.7);
	border: 0;
	border-radius: 0;
	padding: 0;
}

#navbar > ul > li > ul > li {
	border-bottom: 1px solid rgba(0,0,0, 0.1)
}

#navbar > ul > li > ul > li:last-child {
	border-bottom: 0;
}

#navbar > ul > li > ul > li > a {
	padding: 10px 15px;
}

#navbar > ul > li > a:hover,
#navbar > ul > li > a:focus,
#navbar > ul > li > ul > li > a:hover,
#navbar > ul > li > ul > li > a:focus {
	background-color: transparent;
}

#navbar > ul > li > a:hover,
#navbar > ul > li > ul > li > a:hover,
#navbar > ul > li.active a {
	color: #e56717;
}

@media only screen and (min-width: 991px){
	#navbar .dropdown-menu {
		width: 200px;
		display: block;
		visibility: hidden;
		opacity: 0;
		top: 120%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	#navbar .dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
}

/*stiky-nav*/
@-webkit-keyframes stickyNavAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickyNavAnimation {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


header .sticky {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px rgba(0,0,0, 0.2);
    -webkit-animation: stickyNavAnimation 0.5s;
    animation: stickyNavAnimation 0.5s;
}

header .sticky > .container {
    background-color: transparent;
}


/*--------------------------------------------------------------
#1.2    slider
--------------------------------------------------------------*/
.main-slider {
	height: 850px;
	position: relative;
}

.main-slider .slide-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-slider .slide-nav a {
	background-color: rgba(255,255,255, 0.3);
	display: inline-block;
	width: 30px;
	height: 50px;
	line-height: 50px;
	color: #4b4a5a;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.main-slider .slide-nav a:hover {
	width: 50px;
	background-color: rgba(255,255,255, 0.8);
}

.main-slider .slide-nav #nextslide {
	position: absolute;
	right: 0;
	top: 0;
}

/*title-box*/
.main-slider .title-box-wrapper,
.upper-footer .title-box-wrapper {
	background: rgba(255,255,255, 0.5) url(../images/title-frame.png) no-repeat 50% 50%;
	background-size: 100%;
	width: 660px;
	height: 250px;
	text-align: center;
	color: #182a4d;
	border: 5px solid rgba(24,42,77,0.55);
	position: absolute;
	left: 50%;
	bottom: 150px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2);
}

.main-slider .title-box,
.upper-footer .title-box {
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-slider .title-box h1,
.upper-footer .title-box h1 {
	font-family: 'Playfair Display', serif;	
	font-size: 48px;
	font-weight: bold;
	margin: 40px 0 15px 0;
}

.main-slider .title-box h1 span,
.upper-footer .title-box h1 span {
	color: #e56717;
}

.main-slider .title-box p,
.upper-footer .title-box p {
	font-size: 18px;
	color: #182a4d;
	margin: 0 0;
}

.main-slider #progress-back {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: url(../supersized-slider/img/progress-back.png) repeat-x;
}

.main-slider #progress-bar {
    position: relative;
    height: 8px;
    width: 100%;
    background: url(../supersized-slider/img/progress-bar.png) repeat-x;
}


/*--------------------------------------------------------------
#1.3	couple
--------------------------------------------------------------*/
.couple {
	background-color: #f5f2f2;
	position: relative;
}

.couple-heart {
	font-family: 'Playfair Display', serif;	
	background-color: #263f6e;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 12px 45px;
	position: absolute;
	top: 634px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.couple-heart h3 {
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
}

.couple-heart .heart-img {
	position: absolute;
	top: -85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.couple .groom {
	padding-right: 0;
}

.couple .groom .details-text {
	padding-right: 15px;
}

.couple .bride {
	padding-left: 0;
}

.couple .bride .details-text {
	padding-left: 15px;
}

.couple .details-text {
	margin-top: 95px;
}

.couple .details-text p {
	line-height: 2em;
}

.couple .details-text span {
	font-weight: bold;
}


/*--------------------------------------------------------------
#1.4	count-down
--------------------------------------------------------------*/
.count-down .content-wrapper > .col:first-child {
	position: relative;
}

.count-down .content-wrapper > .col:last-child {
	padding-right: 5px;
}

.count-down .content-wrapper .img-holder {
	background: url(../images/bell.png) no-repeat 50% 50%;
	background-size: 100%;
	width: 165px;
	height: 295px;
	position: absolute;
	left: 100px;
	top: -130px;
	-webkit-animation: hangingBell 2.5s ease-in-out infinite alternate forwards;
	animation: hangingBell 2.5s ease-in-out infinite alternate forwards;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

@-webkit-keyframes hangingBell {
	from { 
		-webkit-transform: rotate(10deg); 
		transform: rotate(10deg); 
	}
	
	to { 
		-webkit-transform: rotate(-10deg); 
		transform: rotate(-10deg); 
	}
}

@keyframes hangingBell {
	from { 
		-webkit-transform: rotate(10deg); 
		transform: rotate(10deg); 
	}
	
	to { 
		-webkit-transform: rotate(-10deg); 
		transform: rotate(-10deg); 
	}
}

.count-down #clock {
	background-color: transparent;
	border: 0;
	color: #182a4d;
}

#clock .countdown-section {
	border: 1px solid #a7aebd;
	margin-left: -1px;
	padding: 40px 10px;
}

#clock .countdown-amount {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
}

#clock .countdown-period {
	font-size: 14px;
}


/*--------------------------------------------------------------
#1.5	our-story
--------------------------------------------------------------*/
.our-story {
	background-color: #f5f2f2;
}

.our-story .story {
	border: 1px solid rgba(24,42,77,0.10);
	padding: 14px;
	margin: 0 0 40px;
}

.our-story .story .picture {
	padding-left: 0;
}

.our-story .story  {
	position: relative;
}

.our-story .story .teer {
	background: url(../images/story/teer.png) no-repeat right center;
	width: 100%;
	height:8px;
	position: absolute;
	right: -173px;
	top: 49%;
}

.our-story .story .teer:after {
	content: "";
	background: url(../images/story/heart-sm.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: -15px;
	z-index: 10;
}

.our-story .story .details h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #e56717;
	margin: 1em 0 0.55em;
	text-transform: capitalize;
}

.our-story .story .date {
	background-color: #aeb8cc;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #212121;
	text-transform: capitalize;
	padding: 5px 15px;
}

.our-story .story .details p {
	line-height: 24px;
	margin: 0.83em 0 0;
}

.our-story .diagram {
	position: relative;
}

.our-story .diagram:after {
	content: "";
	background-color: #cfd2d9;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 82px;
	top: 0;
}

.our-story .butterfly:before {
	content: "";
	background: url(../images/story/butterfly.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50px;
	top: -30px;
	z-index: 30;
}

.our-story .butterfly:after {
	content: "";
	background: url(../images/story/butterfly.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50px;
	bottom: 0;
	z-index: 30;
}


/*--------------------------------------------------------------
#1.6	friends-wishes
--------------------------------------------------------------*/
.friends-wishes {
	background: url(../images/f-wishes/wishes-bg.jpg) no-repeat 50% 50% fixed;
	background-size: cover;
	position: relative;
}

.friends-wishes:before {
	content: "";
	background-color: rgba(24,42,77, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.friends-wishes .section-title h2 {
	color: #fff;
}

.friends-wishes .section-title .col:after {
	background-color: #fff;
}

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

.friends-wishes .slide {
	border: 5px solid rgba(255,255,255, 0.07);
}

.friends-wishes .slide .content {
	background-color: #fff;
	padding: 25px;
	position: relative;
	overflow: hidden;
	z-index: 20;
}

.friends-wishes .slide .content > .col:first-child {
	padding: 0;
}

.friends-wishes .slide .content > .col:last-child {
	padding: 0 0 0 30px;
}

.friends-wishes .slide p {
	line-height: 24px;
	margin: 0;
}

.friends-wishes .friend {
	text-align: center;
}

.friends-wishes .friend h5 {
	font-size: 13px;
	font-weight: bold;
	color: #e56717;
	text-transform: capitalize;
	margin: 7px 0 0;
}

.friends-wishes .owl-dots .owl-dot span {
    background-color: #fff !important;
    opacity: 0.5;
}

.friends-wishes .owl-dots .active span {
    opacity: 1;
}


/*--------------------------------------------------------------
#1.7	important-people
--------------------------------------------------------------*/
.important-people .slide-inner {
	position: relative;
	overflow: hidden;
}

.important-people .slide-inner .details {
	background-color: rgba(24,42,77, 0.95);
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	border-top: 2px solid #e56717;
	position: absolute;
	left: 0;
	bottom: -30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.important-people .slide-inner:hover .details {
	background-color: #182a4d;
	bottom: 0;
}

.important-people .slide-inner .details h5 {
	font-family: 'Oswald', sans-serif;	
	font-size: 15px;
	font-weight: 500;
	margin: 3px 0 11px;
}

.important-people .slide-inner .details span {
	font-size: 12px;
	font-weight: 300;
}

/*slider-nav*/
.important-people-slider .owl-controls {
	padding-top: 30px;
}

.important-people-slider .owl-prev,
.important-people-slider .owl-next {
	background-color: #182a4d !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	margin: 2px !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.important-people-slider .owl-prev:hover,
.important-people-slider .owl-next:hover {
	background-color: #e56717 !important;
}


/*--------------------------------------------------------------
#1.8    gallery
--------------------------------------------------------------*/
.gallery {
	background-color: #f5f2f2;
}

.gallery .gallery-filters {
	margin-bottom: 40px;
}

.gallery .gallery-filters li {
	display: inline-block;
}

.gallery .gallery-filters li a {
	color: #212121;
	padding: 7px 20px;
	border-radius: 40px;
	border: 1px solid #acbad4;
}

.gallery .gallery-filters .current,
.gallery .gallery-filters li a:hover {
	background-color: #182a4d;
	color: #fff;
	border-color: #182a4d;
}

.gallery .gallery-filters li a:hover,
.gallery .gallery-filters li a:focus {
	text-decoration: none;
}

.gallery .gallery-grid-wrapper .grid-item {
    width: 33.33%;
    float: left;
    clear: none;
    padding: 0 15px;
    margin: 0 0 30px;
    overflow: hidden;
}


/*--------------------------------------------------------------
#1.9    events
--------------------------------------------------------------*/
.events .outerbox {
	position: relative;
}

.events .innerbox {
	background-color: rgba(24,42,77, 0.9);
	color: #fff;
	padding: 33px;
	width: 67%;
	min-height: 75%;
	position: absolute;
	top: 60px;
}

.events .main-ceremony .innerbox {
	left: 45px;
}

.events .wedding-day .innerbox {
	right: 45px;
}

.events .innerbox h3 {
	font-family: 'Oswald', sans-serif;	
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 1.5em;
	font-weight: normal;
}

.events .innerbox ul {
	margin-bottom: 15px;
}

.events .innerbox ul li {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 7px;
}

.events .innerbox ul li i {
	display: inline-block;
	margin-right: 5px;
}

.events .innerbox p {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}

.events .innerbox:before {
	content: "";
	width: 90%;
	height: 88%;
	border: 1px solid rgba(255,255,255, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
#1.10    gift
--------------------------------------------------------------*/
.gift {
	background-color: #f5f2f2;
}

.gift .gift-content-wrapper {
	position: relative;
}

.gift .gift-content-wrapper:before {
	content: "";
	background: url(../images/gift/gift.png) no-repeat right top;
	background-size: 100%;
	width: 400px;
	height: 261px;
	position: absolute;
	right: 0;
	top: -30px;
}

.gift .gift-register > .row > .col {
	padding-right: 0;
	margin-bottom: 15px;
}

.gift .box > div {
	background-color: #fff;
	border: 1px solid #aeb2bd;
	padding: 15px;
}

.gift .box img {
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------
#1.11	rsvp
--------------------------------------------------------------*/
.rsvp {
    position: relative;
}

.rsvp .section-title h2 {
	color: #fff;
}

.rsvp .section-title .col:after {
	background-color: #fff;
}

.rsvp-box {
	background-color: #182a4d;
	overflow: hidden;
	padding: 35px 15px;
	border: 6px solid rgba(255,255,255, 0.1);
	-moz-background-clip: padding;     
	-webkit-background-clip: padding;  
	background-clip: padding-box;
}

.rsvp-box .box-title {
	text-align: center;
	color: #fff;
}

.rsvp-box .box-title h3 {
	font-size: 24px;
	margin: 0;
	display: inline-block;
	padding-bottom: 0.5em;
	margin-bottom: 0.62em;
	position: relative;
}

.rsvp-box .box-title h3:after {
	content: "";
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rsvp-box .box-title span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.rsvp-box form {
	margin-top: 40px;
}

.rsvp-box form > div:last-child {
	margin: 15px 0 0;
}

.rsvp-box form input,
.rsvp-box form textarea {
	background-color: #122240;
	color: #fff;
	font-weight: 300;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
}

.rsvp-box form textarea {
	height: 150px;
}

.rsvp-box form button {
	background-color: #fff;
	font-weight: bold;
	color: #212121;
	text-transform: capitalize;
	border: 0;
	border-radius: 40px;
	padding: 7px 20px;
}

#rsvp-form .error {
	color: red;
}

.rsvp-box #success,
.rsvp-box #error {
	background-color: #28923d;
	width: 70%;
	margin: 20px auto 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
	display: none;
}

.rsvp-box #error {
	background-color: red;
}

.rsvp-box #loader {
	display: none;
	padding-left: 25px;
}


/*--------------------------------------------------------------
#1.12	footer
--------------------------------------------------------------*/
.upper-footer {
	background-color: #cdcdcf;
	padding: 100px 0 80px;
	position: relative;
}

.upper-footer .title-box-wrapper {
	position: relative;
	left: auto;
	bottom: auto;
	-webkit-transform: none;
	transform: none;
	margin: 10px auto 0;
}

.upper-footer .contact-info {
	text-align: center;
	font-style: italic;
	color: #212121;
	margin-top: 40px;
}

.upper-footer .contact-info span {
	display: inline-block;
	margin-right: 8px;
}

.upper-footer .contact-info i {
	color: #182a4d;
}

.upper-footer ul {
	margin: 25px auto 0;
	text-align: center;
	overflow: hidden;
}

.upper-footer ul li {
	display: inline-block;
	margin-right: 5px;
}

.upper-footer ul li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #182a4d;
	border: 1px solid #4b4a5a;
	border-radius: 50%;
}

.upper-footer ul li a:hover {
	background-color: #182a4d;
	border-color: #182a4d;
	color: #e56717;
}

footer .copyright-info {
	background-color: #1b1b24;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

footer .copyright-info p {
	color: #fff;
	margin: 0;
	font-weight: 300;
}

footer .copyright-info a {
	color: #e56717;
}


/*------------------------------------------------------
===== Blog Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1    blog-main
--------------------------------------------------------------*/
.blog-main {
	background-color: #f5f2f2;
}

.blog-main .post {
	margin-bottom: 70px;
}

.blog-main .entry-date-media {
	position: relative;
}

.blog-main .entry-date {
	background-color: rgba(24,42,77,0.8);
	width: 60px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.blog-main .entry-date span {
	background-color: #e56717;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.blog-main .entry-meta {
	margin: 20px 0;
}

.blog-main .entry-meta a:hover {
	text-decoration: none;
}

.blog-main .entry-meta > div {
	display: inline-block;
	margin-right: 5px;
}

.blog-main .entry-meta a {
	color: #182a4d;
	font-style: italic;
}

.blog-main .entry-meta i {
	color: #182a4d;
}

.blog-main .entry-title h3 {
	margin: 0 0 0.8em;
}

.blog-main .entry-title h3 a {
	font-size: 22px;
	font-weight: bold;
	color: #4b4a5a;
	line-height: 1em;
}

.blog-main .entry-title a:hover {
	color: #182a4d;
	text-decoration: none;
}

.blog-main .entry-content p {
	line-height: 24px;
	margin-bottom: 1.5em;
}

.blog-main .entry-content .read-more {
	background-color: #344972;
	display: inline-block;
	padding: 7px 20px;
	color: #fff;
	text-transform: uppercase;
}

.blog-main .entry-content .read-more:hover {
	text-decoration: none;
	background-color: #182a4d;
}

.blog-main .media-carousel {
	position: relative;
}

.blog-main .media-carousel .owl-prev,
.blog-main .media-carousel .owl-next {
	background-color: rgba(0,0,0, 0.5) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 7px 10px !important;
	font-size: 16px !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-main .media-carousel .owl-prev {
	left: 0;
}

.blog-main .media-carousel .owl-next {
	right: 0;
}

/*sidebar*/
.sidebar {
    background-color: #fff;
    padding: 35px 30px;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar .widget {
    margin-bottom: 50px;
}

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

.sidebar .widget h3 {
    font-size: 16px;
    color: #182a4d;
    line-height: 0.86em;
    text-transform: uppercase;
    margin: 0 0 1.42em;
}

.sidebar .widget input {
    border: 1px solid #dcdddd;
    border-radius: 0;
    box-shadow: none;
    padding-right: 50px;
}

/*search-widget*/
.sidebar .search-widget form {
    position: relative;
}

.sidebar .search-widget button {
    background-color: transparent;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0;
    border-radius: 0;
}

.sidebar .search-widget button:hover,
.sidebar .search-widget button:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.sidebar .search-widget button i {
    color: #858686;
}

/*categories-widget*/
.sidebar .categories-widget ul li {
    border-bottom: 1px solid #dcdddd;
}

.sidebar .categories-widget ul li a {
    display: block;
    color: #777778;
    padding: 5px 0 5px 25px;
    position: relative;
}

.sidebar .categories-widget ul li:first-child a {
    padding-top: 0;
}

.sidebar .categories-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #182a4d;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .categories-widget ul li a:hover:before {
    color: #e56717;
}

.sidebar .categories-widget ul li a:hover {
    color: #e56717;
}

/*popular-posts-widget*/
.sidebar .popular-posts-widget li {
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar .popular-posts-widget li:last-child {
    margin-bottom: 0;
}

.sidebar .popular-posts-widget li > div:first-child {
    width: 30%;
}

.sidebar .popular-posts-widget li > div:last-child {
    width: 65%;
}

.sidebar .popular-posts-widget li img {
    width: 100%;
}

.sidebar .popular-posts-widget .date {
    font-size: 13px;
    font-weight: bold;
    color: #4b5e82;
    display: inline-block;
    margin-bottom: 5px;
}

.sidebar .popular-posts-widget h6 {
    margin: 0;
}

.sidebar .popular-posts-widget h6 a {
    font-size: 13px;
    color: #2f2f2f;
    line-height: 18px;
}

.sidebar .popular-posts-widget h6 a:hover {
    color: #e56717;
}

/*popular-tags*/
.sidebar .populer-tags-widget ul {
    overflow: hidden;
}

.sidebar .populer-tags-widget ul li {
    float: left;
}

.sidebar .populer-tags-widget ul li a {
    background-color: #f2f4f4;
    display: block;
    font-size: 13px;
    color: #777778;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px 5px 25px;
    border: 1px solid #d4d7dd;
    margin: 0 5px 5px 0;
    position: relative;
}

.sidebar .populer-tags-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f02b";
    font-size: 13px;
    color: #909fbc;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .populer-tags-widget ul li a:hover {
    background-color: #182a4d;
    color: #fff;
    border-color: #182a4d;
}

.sidebar .populer-tags-widget ul li a:hover:before {
    color: #fff;
}

.blog-main .page-pagination {
	margin-top: -20px;
}

.page-pagination .pagination {
    margin: 0;
}

.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #182a4d;
    border-radius: 0;
    border: 1px solid #344972;
    padding: 0;
    margin: 2px;
    position: relative;
}

.page-pagination .pagination li a span {
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
}

.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus,
.page-pagination .pagination li.current a {
    background-color: #182a4d;
    color: #fff; 
}


/*------------------------------------------------------
===== Blog single Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1    blog-main
--------------------------------------------------------------*/
#blog-single .post h4 {
	color: #4b4a5a;
}

#blog-single .entry-author-comment {
	margin-bottom: 20px;
}

#blog-single .entry-author-comment > div {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}

#blog-single .entry-author-comment a {
	color: #182a4d;
}

#blog-single .entry-author {
	position: relative;
}

#blog-single .entry-author:after {
	content: "";
	background-color: #182a4d;
	width: 1px;
    height: 14px;
    position: absolute;
    right: -10px;
    top: 3px;
}

#blog-single .post .entry-title h3 {
    font-size: 22px;
    color: #4b4a5a;
    margin-bottom: 0.7em;
}

#blog-single .entry-content p a {
    color: #182a4d;
    font-weight: bold;
}

#blog-single .post blockquote {
    background-color: #44526e;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    padding: 40px 40px 40px 115px;
    margin: 35px 0;
    position: relative;
}

#blog-single .post blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #d9d7d7;
    font-size: 48px;
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#blog-single .post .text-with-img {
    overflow: hidden;
}

#blog-single .post .text-with-img img {
    display: block;
    width: 300px;
    float: left;
    padding: 10px 25px 10px 0;
}

#blog-single .post ul {
    padding-left: 15px;
    margin: 25px 0;
}

#blog-single .post ul li {
    color: #777778;
    position: relative;
    list-style-type: square;
    margin-bottom: 7px;
}

#blog-single .post .img-gal .gal {
    overflow: hidden;
    margin: 25px 0;
}

#blog-single .post .img-gal .gal a {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 15px 0 0;
}

#blog-single .post .img-gal img {
    width: 100%;
}

/*comments area*/
#blog-single .comments-count h3 {
    font-size: 18px;
    color: #182a4d;
    text-transform: uppercase;
}

/*comments-list*/
#blog-single .comments .comments-list {
    marign-left: 0;
    padding-left: 0;
}

#blog-single .comments .comments-list li {
    list-style: none;
    position: relative;
}

#blog-single .comments .comments-list li a:hover {
    text-decoration: none;
}

#blog-single .comments .comments-list li .article {
    padding: 25px 25px 25px 120px;
    border: 1px solid #c0c2cb;
    margin-bottom: 12px;
}

/*comment-meta*/
#blog-single .comments .comments-list .comment-author-metadata img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 25px;
}

#blog-single .comments .author,
#blog-single .comments .date {
    display: inline-block;
}

#blog-single .comments .author a {
    display: block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #182a4d;
    position: relative;
    text-transform: capitalize;
}

#blog-single .comments .author a:hover {
	color: #e56717;
}

#blog-single .comments .author a:after {
    content: "|";
    position: absolute;
    right: 0;;
    top: 0;
}

#blog-single .comments .date {
    color: #777778;
    padding-left: 5px;
}

/*comment-content*/
#blog-single .comment-content {
    margin-top: 10px;
}

#blog-single .comment-content p {
    color: #8b8b8b;
    line-height: 1.5em;
}

#blog-single .comments .replay a {
    font-style: italic;
    color: #e56717;
}

#blog-single .comments .replay a:hover {
    font-weight: bold;
}

/*comment-respond*/
#blog-single .comment-respond {
    margin-top: 50px;
}

#blog-single .comment-respond h3 {
    font-size: 18px;
    color: #182a4d;
    text-transform: uppercase;
}

#blog-single .comment-respond form {
	margin-left: 15px;
}

#blog-single .comment-respond form .col {
    padding-left: 0;
}

#blog-single .comment-respond form input,
#blog-single .comment-respond form textarea {
	background-color: #f9f9f9;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
}

#blog-single .comment-respond form textarea {
    height: 180px;
}

#blog-single .comment-respond .btn {
    background-color: #44526e;
    height: 35px;
    font-size: 13px;  
    font-weight: 600;  
    color: #fff;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

#blog-single .comment-respond .btn:hover {
    background-color: #182a4d;
}


/*------------------------------------------------------
===== Events Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	events-main
--------------------------------------------------------------*/
.events-main > .container > div {
	margin-bottom: 40px;
	overflow: hidden;
}

.events-main > .container > div > .col {
	padding: 0;
}

.events-main .m-ceremony .img-holder {
	background: url(../images/events/img-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.events-main .w-day .img-holder {
	background: url(../images/events/img-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.events-main .outer-details {
	background-color: #edeef1;
	padding: 50px !important;
	position: relative;
}

/*border-style*/
.events-main .outer-details .border-left-top {
	position: absolute;
	left: 25px;
	top: 25px;
}

.events-main .outer-details .border-bottom-right {
	position: absolute;
	right: 25px;
	bottom: 25px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.events-main .outer-details .border-left-top:before,
.events-main .outer-details .border-bottom-right:before {
	content: "";
	background-color: #abb2c8;
	width: 25px;
	height: 1px;
	position: absolute;
}

.events-main .outer-details .border-left-top:after,
.events-main .outer-details .border-bottom-right:after {
	content: "";
	background-color: #abb2c8;
	width: 1px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
}

.events-main h3 {
	font-size: 18px;
	color: #41506c;
	text-transform: capitalize;
	margin: 0 0 1.66em;
}

.events-main .outer-details ul {
	margin-bottom: 20px;
}

.events-main .outer-details ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
}

.events-main .outer-details ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #41506c;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	border: 1px solid #41506c;
	position: absolute;
	left: 0;
}

.events-main .outer-details ul li:last-child {
	margin-bottom: 0;
}

.events-main .outer-details p {
	line-height: 24px;
	margin: 0;
}

.events-main .map {
	padding-top: 40px !important;
	margin-bottom: 0 !important;
}

.events-main #google-map {
	height: 400px;
}


/*------------------------------------------------------
===== 404 Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	error-404-main
--------------------------------------------------------------*/
.error-404-main {
	background-color: #ececec;
	padding-top: 190px;
}

.error-404-main .col {
	text-align: center;
}

.error-404-main h2 {
	font-size: 150px;
	font-weight: bold;
	color: #4b4a5a;
	margin: 0;
	margin: 0;
}

.error-404-main h6 {
	font-size: 24px;
	font-weight: bold;
	color: #f68944;
	margin: 0 0 0.5em;
}

.error-404-main p {
	margin-bottom: 2em;
}

.error-404-main .btn {
	background-color: #2d3d5d;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
}

.error-404-main .btn:hover {
	background-color: #182a4d;
}


