<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Dreamcatchers Events
Theme URI: http://wedding_planner.freevision.me/
Author: freevision
Author URI: http://themeforest.net/user/freevision/portfolio
Description: The Wedding Planner is Responsive WordPress theme well-suited for wedding planner websites.
Version: 4.8
Text Domain: wedding-planner
Domain Path: /lang
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Template: wedding-planner
*/



/* ============================================================================================= */
/* GENERAL */
/* ============================================================================================= */

.nav-box.previous,
.nav-box.next {
	display:inline-block;
	max-width:360px;
	padding-left:20px;
	padding-right:20px;
}

.featured-thumbnail-header&gt;div&gt;div&gt;div{
	position:relative;
	max-width:1528px;
	margin:10px;
}

.featured-thumbnail-header&gt;div{background-color:rgba(0,0,0,.01);}
body.single.single-format-standard #main{
	margin-top:0 !important;
	padding-top:0 !important;
}

.wedding-planner-btt-container{
	display:none;
}

#content .wpb_text_column.wpb_content_element.white,
#content .wpb_text_column.wpb_content_element.white p,
#content .wpb_text_column.wpb_content_element.white p strong {
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}

.legible {
	max-width: 50em;
	margin: 0 auto;
}

/* Menu */
nav.navbar.bootsnav ul.nav &gt; li &gt; a:link,
nav.navbar.bootsnav ul.nav &gt; li &gt; a:visited {font-weight: 300;}

/* Hide search feature */
li.search {
	display: none !important;
}

/* ============================================================================================= */
/* FOOTER */
/* ============================================================================================= */

/* Map of Koh Samui next to motto */
#footer-widget-bar .ozy-motto-widget {
	background: url(/p/koh-samui.png) no-repeat left center;
	background-size: 80px 86px;
	padding-left: 100px;
}
/* Hide slanted bar */
#footer-widget-bar .ozy-motto-widget:before {display: none;}

#footer-widget-bar&gt;.container&gt;section&gt;div.widget&gt;h3 {font-weight: 500 !important;}

/* Photographer credits in copyright column */
#footer-widget-bar .credits {
	font-size: .75em;
	margin-top: 12px;
	color: #7c7c7c !important;
}
#footer-widget-bar .credits a:link,
#footer-widget-bar .credits a:visited {
	color: #7c7c7c !important;
	font-weight: normal;
	text-decoration: underline;
}
#footer-widget-bar .credits a:hover {
	text-decoration: none;
}

/* Number of columns */

#footer-widget-bar&gt;.container:not(.full)&gt;section {
	width: 100% !important;
	text-align: center;
}
/* Hide the Koh Samui map on small screens */
@media only screen and (max-width: 47.49em) {
	#footer-widget-bar .ozy-motto-widget {
		background-image: none;
		padding-left: 0;
	}
}

@media only screen and (min-width: 47.5em) {
	#footer-widget-bar&gt;.container:not(.full)&gt;section {
		width: 50% !important;
		text-align: center;
	}
}

@media only screen and (min-width: 60em) {
	#footer-widget-bar&gt;.container:not(.full)&gt;section {
		width: 25% !important;
		text-align: inherit;
	}
}

/* ============================================================================================= */
/* HOME */
/* ============================================================================================= */

/* Links in intro text */
#content .intro a:link,
#content .intro a:visited,
.wpb_text_column a:link,
.wpb_text_column a:visited {
	color: #210c20 !important;
	text-decoration: underline;
}
#content .intro a:hover,
.wpb_text_column a:hover {
	text-decoration: none;
}

/* Testimonia legibility over dark background */
.home .testimonial-quote,
.home .testimonial-author.content-color {
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.home .testimonial-quote {font-weight: 300;}
.home .carousel .dot {
	background-color: rgba(255,255,255,.5);
	border-color: #fff;
}

.home .carousel .dot.is-selected {
	background-color: #fff;
	border-color: #fff;
}


/* ============================================================================================= */
/* VILLAS */
/* ============================================================================================= */

/* Hide the portfolio filter */
.page-template-page-portfolio #portfolio-filter {display: none;}

.portfolio-single-title {padding-top: 200px;}
.portfolio-single-title .svg {display: none;}

/*.ozy_portfolio p {
	max-width: 50em;
	margin: 0 auto;
}*/

/* ============================================================================================= */
/* TESTIMONIALS */
/* ============================================================================================= */

.ozy-testimonial-quote blockquote {
	font-family: Roboto;
	font-weight: 300 !important;
	font-style: normal !important;
	text-align: left;
}
.ozy-testimonial-quote cite {
	font-family: 'Roboto Slab';
	font-weight: 500;
}

/* No testimonial image and padding on small screens */
@media only screen and (max-width: 47.5em) {
	.ozy-testimonial-quote.left .ozy-quote-container.has_image,
	.ozy-testimonial-quote.right .ozy-quote-container.has_image {
		padding-left: 0;
		padding-right: 0;
	}
	.ozy-quote-container.has_image blockquote {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.ozy-testimonial-quote .img-wrapper {
		display: none;
	}
	#content .vc_custom_1485264288219 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}
/* ============================================================================================= */
/* FAQ */
/* ============================================================================================= */

/* Question */
#content .vc_toggle h3 {
	font-size: 22px;
}

/* ============================================================================================= */
/* CONTACT */
/* ============================================================================================= */

.wpcf7 label,
.wpcf7 legend {
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 18px;
}
.wpcf7 legend {
	color: #bf9d72;
}
.wpcf7 fieldset {
	border: 1px solid #bf9d72;
	padding: 10px;
	background-color: #f5f0ea;
	margin-bottom: 10px;
}
#content .wpcf7 p {
	padding: 6px 0;
	margin-bottom: 10px;
}
.wpcf7 .ozy-half-input,
.wpcf7 .ozy-half-input-last {width: 48%;}

/* Forms in 1 column on small screens */
@media only screen and (max-width: 37.5em) {
	.wpcf7 .ozy-half-input,
	.wpcf7 .ozy-half-input-last {
		float:none;
		width: 100%;
		overflow:inherit;
		display: block;
	}
	.wpcf7 .ozy-half-input-last {
		float: none;
	}
}

/* Google Map sticks to bottom */
.wpb_gmaps_widget {
	margin-bottom: 0;
}
/* disable side share */
#floating-share {
		display:none;
	}
	#floating-share&gt;span {
		display:none;
	}

/* ============================================================================================= */
/* mobile font */
/* ============================================================================================= */
</pre></body></html>