/* Add here all your CSS customizations */
/*
.body {
    background: #3d114d; // black background
	color: #ff0000 !important;
}
*/
body, p, p.lead {
	font-family: 'Nunito', sans-serif;
}
/* Paragraphs */
p {
	font-size: 16px;
	color: #777;
	line-height: 24px;
	margin: 0 0 20px;
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
}

p.lead {
	line-height: 28.8px;
	line-height: 1.8rem;
}

#header, #header .header-body {
	background: #3d114d !important;
}
.justify {
	text-align: justify;
}
#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -44px 0 0 14px;
	padding: 10px 20px 6px 20px;
}
.thumb-info .thumb-info-title {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);	
}

.thumb-info .thumb-info-type {
	font-size: 12px;
	font-weight: 400;
}

/* Page Header Custom Background */
.page-header-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

.page-header-custom-background h1 {
	color: #FFF;
	border: 0;
}

.page-header-custom-background h1 span {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb {
	padding-left: 3px;	
	text-align: left;
	float: left;
}

@media (max-width: 991px) {
	.page-header-custom-background .breadcrumb {
		padding: 18px 0px 0;
		text-align: left;
		float: none;
	}
}

.page-header-custom-background .breadcrumb li.active {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb a {
	color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.conf-header {
	background-image: url(../img/custom-header-bg-purple.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	padding: 0;
	overflow: hidden;
}

.page-header.conf-header .row {
	position: relative;
}

.page-header.conf-header p.lead {
	color: #E8E8E8;
}

.page-header.conf-header h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}
section.section.section-header {
	margin-top: -35px;
}

.countdown #clock span {
	position: relative;
	padding: 0 10px;
	font-size: 3em;
	font-weight: 100;
}
.countdown #clock span:before {
	content: ':';
	display: block;
	/*font-family: 'FontAwesome';*/
	position: absolute;
	top: 50%;
	left: -5px;
	font-size: 0.5em;
	color: #fff;
	line-height: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.countdown #clock span:nth-child(1):before {
	content: none;
}
.countdown #clock span > span {
	position: absolute;
	bottom: -15px;
	left: 50%;
	font-size: 0.3em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.countdown #clock span > span:before, .wedding-countdown #clock span > span:after {
	content: none;
}

@media (max-width: 767px) {
	.countdown #clock span {
		padding: 0 10px;
		font-size: 2.5em;
	}
}

.custom-left-cloud {
	position: absolute;
	top: 0;
	left: 0;
}

.custom-right-cloud {
	position: absolute;
	top: 0;
	right: 0;
}

.custom-cloud {
	position: absolute;
	top: 50%;
	width: auto;
	height: 80%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-cloud.left-pos {
	left: 0;
}
.custom-cloud.left-pos-2 {
	left: 90px;
	top: 58%;
}
.custom-cloud.right-pos {
	right: 0;
}

.custom-small-square {
	position: absolute;
	width: 192px;
	height: 192px;
	top: 50%;
	border: 10px solid #FFF;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.custom-small-square.left-pos {
	left: 3vw;
	top: 45%;
}
.custom-small-square.left-pos-2 {
	left: 250px;
}
.custom-small-square.right-pos {
	right: 3vw;
	top: 66%;
}

.custom-big-square {
	position: absolute;
	width: 312px;
	height: 312px;
	top: 43%;
	border: 10px solid #FFF;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.custom-big-square.left-pos {
	left: -150px;
}
.custom-big-square.left-pos-2 {
	left: 35px;
}
.custom-big-square.right-pos {
	right: -150px;
}

.custom-box-squares {
	position: relative;
	min-height: 300px;
	margin-top: 38px;
}
.custom-box-squares .custom-cloud {
	height: 100%;
}
.custom-box-squares .custom-big-square {
	width: 250px;
	height: 250px;
}
.custom-box-squares .custom-small-square {
	width: 155px;
	height: 155px;
}

@media (max-width: 991px) {
	.custom-cloud {
		height: 40%;
	}

	.custom-small-square {
		width: 102px;
		height: 102px;
		border: 5px solid #FFF;
	}
	.custom-small-square.left-pos {
		left: 4vw;
	}
	.custom-small-square.right-pos {
		right: 4vw;
		top: 54%;
	}

	.custom-big-square {
		width: 232px;
		height: 232px;
		border: 5px solid #FFF;
	}
}


/*
* Team
*/
.custom-thumb-info-1 {
	overflow: visible;
	margin-bottom: 30px !important;
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.custom-thumb-info-1:hover {
	box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
}
.custom-thumb-info-1:hover .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info-1:hover .thumb-info-caption {
	border-bottom: 0;
}
.custom-thumb-info-1 .thumb-info-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.custom-thumb-info-1 .thumb-info-caption {
	position: relative;
	display: block;
	padding: 0;
	border-bottom: 0px solid #e3e3e3 !important;
	-webkit-transition: ease border-bottom 300ms;
	-moz-transition: ease border-bottom 300ms;
	transition: ease border-bottom 300ms;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
	padding: 30px 20px;
	margin: 0;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
	padding: 0;
	font-size: 1em;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
	position: absolute;
	top: 30px;
	right: 20px;
	border-radius: 100%;
	font-size: 2em;
	line-height: 0.76;
	width: 30px;
	height: 30px;
	font-weight: 100;
	text-align: center;
	padding-top: 7px;
}
.custom-thumb-info-1.custom-rm-mb {
	margin-bottom: 0 !important;
}
@media (max-width: 991px) {
	.custom-thumb-info-1.custom-rm-mb {
		margin-bottom: 30px !important;
	}
}
.custom-thumb-info-1.custom-rm-mb-last {
	margin-bottom: 0 !important;
}

/*
* credentials
*/
.credentials .container {
	padding: 30px;
}
.credentials .credentials-box h2 {
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.credentials .credentials-box h2 {
		font-size: 2em;
	}
}




	/* Background Color */
	html.side-header #header.side-header .header-body {
		background-color: #fff !important;
	}
	
	/* Menu Active Item Color */
	#header .header-nav-main nav > ul > li > a.active {
		color: #a316c4 !important;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active {
		color: #a316c4 !important;
	}	
	
	/* Font Size and Color */
	#header .header-nav-main nav > ul > li > a {
		font-size: 14px;
		color: #fff !important; /* Gold #cc9933 */
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		color: #2e0438 !important;
	}	
	
	/* Hover Menu Items Color */
	#header .header-nav-main nav > ul > li:hover > a {
		color: #a316c4 !important;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a {
		color: #2e0438 !important;
	}
	
/*
* Event
*/
.custom-thumb-info {
	border: none;
	overflow: visible;
}
.custom-thumb-info .thumb-info-wrapper {
	margin: 0 !important;
}
.custom-thumb-info .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info .thumb-info-caption {
	display: block;
	padding: 20px 40px;
}
.custom-thumb-info .thumb-info-caption .custom-thumb-info-wrapper-box {
	float: left;
	width: 100%;
	margin: -57px 0 15px 0;
}
.custom-thumb-info .thumb-info-caption .custom-event-infos, .custom-thumb-info .thumb-info-caption .thumb-info-catption-text {
	float: left;
	width: 100%;
}
.custom-thumb-info .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info .thumb-info-caption p {
	padding: 0;
	font-size: 1em;
	line-height: 2;
}
.custom-thumb-info .thumb-info-caption p {
	font-size: 0.9em;
}

.custom-event-infos ul {
	padding: 0;
	margin: 0;
}
.custom-event-infos ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	font-size: 0.9em;
}
.custom-event-infos ul li:first-child {
	margin-left: 0;
}
.custom-event-infos ul li i {
	font-size: 1.2em;
	color: #1f222b;
	font-weight: bold;
}

.custom-post-event {
	position: relative;
}
.custom-post-event .post-event-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 20px;
}
.custom-post-event .post-event-date span {
	display: block;
}
.custom-post-event .post-event-date span.day {
	font-size: 1.9em;
}
.custom-post-event .post-event-date span.year {
	font-size: 0.9em;
}
.custom-post-event .post-event-date.custom-xlg-space {
	top: 30px;
	left: 30px;
}
.custom-post-event .post-event-content p {
	font-size: 0.9em;
}

.bg-color-gold {
	background-color: #cc9933 !important;
	
}

.bg-color-footer-large {
	background-color: #2e0438 !important;
}

.bottom-border-gold {
	height: 2px;
	/*border: 2px solid #cc9933;*/
	background-color: #cc9933 !important;
	margin: 0px;
}

/*
* Our Team
*/
.team-item {
    padding: 0px 10px;
	border: 3px solid #3d114d;
}

.team-item:hover .image-wrapper img {
    transform: scale(1.1);
}

.team-item .image-wrapper {
    display: block;
    overflow: hidden;
}

.team-item .image-wrapper img {
    transition: ease transform 300ms;
}

.team-item .team-infos {
    position: relative;
    background: #3d114d;
    padding: 25px;
}

.team-item .team-infos .share {
    position: absolute;
    bottom: calc(100% - 22px);
    right: 15px;
    width: 42px;
    overflow: hidden;
    z-index: 1;
    transition: ease height 300ms;
}

.team-item .team-infos .share:hover .share-icons {
    transform: translateY(0);
}

.team-item .team-infos .share:hover i.fa-share-alt {
    background: #4dbb6d;
}

.team-item .team-infos .share:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3d114d;
    width: 100%;
    height: 22px;
}

.team-item .team-infos .share .share-icons {
    text-align: center;
    padding-bottom: 42px;
    border-radius: 50px;
    transform: translateY(100%);
    transition: ease transform 300ms;
}

.team-item .team-infos .share i {
    display: block;
    color: #3d114d;
    padding: 15px;
    opacity: 0.5;
    transition: ease opacity 300ms;
}

.team-item .team-infos .share i.fa-share-alt {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
}

.team-item .team-infos .share i.fa-facebook-f {
    color: #4d70a8;
}

.team-item .team-infos .share i.fa-instagram {
    color: #964b00;
}

.team-item .team-infos .share i.fa-linkedin-in {
    color: #0077b5;
}

.team-item .team-infos .share i:hover {
    opacity: 1;
}

.team-item .team-infos .team-member-desc {
    display: block;
    color: #fff;
}
