/*
    Theme Name: Modern Wedding
	Theme URI: http://thedma.com.au
	Description: Genesis theme for ModernWedding.com.au
    Author: TheDMA
    Author URI: http://thedma.com.au/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/



/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600,700);

@font-face {
	font-family: 'amelian_scriptregular';
	src: url('amelian-web-fonts/amelian_script-webfont.eot');
	src: local('☺'), url('amelian-web-fonts/amelian_script-webfont.woff') format('woff'), url('amelian-web-fonts/amelian_script-webfont.ttf') format('truetype'), url('amelian-web-fonts/amelian_script-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Import FORM STYLING
------------------------------------------------------------ */

/*@import url('css/formalize.css');*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5a5a5a}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: url(images/sitebg.jpg);
	color: #5a5a5a;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #5a5a5a;
	color: #fff;
}

::selection {
	background-color: #5a5a5a;
	color: #fff;
}

a {
	color: #8772aa;
	text-decoration: none;
}

a:hover {
	color: #5a5a5a;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: #5a5a5a;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 17px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #cccccc;
	color: #5a5a5a;
	font-size: 13px;
	font-weight: 400;
	border-radius: 20px;
	padding: 5px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

.gform_body input[type="radio"] {
	margin-right: 3px;
}

::-moz-placeholder {
	color: #5a5a5a;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #5a5a5a;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	background-color: #a293bd;
	border: 1px solid #8772aa;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 19px;
	border-radius: 15px;	
	text-transform: uppercase;
	width: auto;
}

.search-results .more-link{
	display: table;
	margin-top: 10px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #5a5a5a;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover {
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #5a5a5a;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.sidebar .gform_footer{
	text-align: right;
}

.sidebar input[type="submit"]{
	padding: 8px 20px;
	font-size: 15px;
	color: #fff;
	background: #a293bd;
	border: 1px solid #8772aa;	
}

.gform_button:hover,
.sidebar input[type="submit"]:hover {
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1240px;
	background: #fff;
}

.wrap {
	padding: 0px 35px;
}

.site-inner {
	clear: both;
	padding-top: 35px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 820px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
	overflow: hidden;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-fifth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.one-fifth {
	width: 20%;
	margin-left: 0;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 0px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Bread Crumb
--------------------------------------------- */

#supplier_directory_breadcrumb{
	font-size: 13px;
	color: #c3c1c1;
}

#supplier_directory_breadcrumb .breadcrumb{
	margin: 20px 0px 0px;	
}

#supplier_directory_breadcrumb li{
	display: inline;
	padding: 0px 0px 0px 12px;
	margin: 0px 5px 0px 0px;
	background: url(images/breadcrumbli.png) 0px 7px no-repeat;	
}

#supplier_directory_breadcrumb li:first-child{
	padding: 0px;
	background: none;	
}

#supplier_directory_breadcrumb li a{
	color: #c3c1c1;
	text-decoration: underline;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="search"],
.widget_search input[type="search"]{
	padding-right: 62px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"],
.widget_search input:hover[type="submit"] {
	border: 0;
	padding: 0;
	border-radius: 0;
	text-indent: -99999px;
	margin-left: -42px;
	position: absolute;
	width: 42px;
	height: 30px;
	background: url(images/searchsubmit.png) no-repeat;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	clear: both;
	font-size: 17px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #cccccc;
}

.entry-title {
	font-size: 17px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #cccccc;
	max-width: 810px;
}

.search-results .entry-title,
.single .entry-title{
	margin-bottom: 0;
	border-bottom: none;	
}

.entry-title a,
.sidebar .widget-title a {
	color: #5a5a5a;
}

.entry-title a:hover {
	color: #8772aa;
}

.widget-title,
.widgettitle,
#home-social h2 {
	text-transform: uppercase;
	padding-bottom: 14px;
	color: #5a5a5a;
	border-bottom: 1px solid #cccccc;	
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}

.sidebar .widget-title{
	letter-spacing: 1px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #5a5a5a;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #5a5a5a;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #5a5a5a;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #5a5a5a;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 210px;
}

.site-header .wrap {
}

.top-ad{
	float: right;
	margin: -10px 0px 0px 0px;
	text-align: right;	
}

.top-ad.wrap{
	background: none;	
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 72px 0 21px;
	width: 384px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #5a5a5a;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 137px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

h1.site-title{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}


/* ## Widget Area
--------------------------------------------- */

.content .soliloquy-container{
	border: 1px solid #eeeeee;	
}

.content .soliloquy-container .soliloquy-pager{
	text-align: right;	
	padding-right: 20px;
	padding-left: 20px;
}

.content .soliloquy-container .soliloquy-pager-link{
	text-align: left;
	background: none;
	border-radius: 100%;
	border: 1px solid #cdcdcd;	
}

.content .soliloquy-container .soliloquy-pager-link:hover,
.content .soliloquy-container .soliloquy-pager-link.active{
	border: none;
	background: #cccccc;	
}



/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 730px;
}

.site-header .widget-area .widget_text{
	display: inline-block;
	padding: 20px 30px;
	background: #f2f2f2;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.site-header .widget-area .widget_text a{
	font-weight: 600;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.site-header .widget-area .widget_text .shop{
	display: inline-block;
	color: #5a5a5a;
	text-transform: uppercase;
	min-height: 21px;
	font-size: 14px;
	padding: 0px 32px 0px 28px;
	background: url(images/shop.png) no-repeat;	
}

.site-header .widget-area .widget_text .sign-in{
	display: inline-block;
	color: #5a5a5a;
	text-transform: uppercase;
	min-height: 21px;
	font-size: 14px;
	padding: 0px 32px 0px 28px;
	background: url(images/signin.png) no-repeat;	
}

.site-header .widget-area .widget_text .join{
	display: inline-block;
	color: #5a5a5a;
	text-transform: uppercase;
	min-height: 21px;
	font-size: 14px;
	padding: 0px 32px 0px 28px;
	background: url(images/joinin.png) no-repeat;	
}

.site-header .widget-area .widget_text .advertise{
	display: inline-block;
	color: #5a5a5a;
	text-transform: uppercase;
	min-height: 21px;
	font-size: 14px;
	padding: 0px 32px 0px 28px;
	background: url(images/advertise.png) no-repeat;	
}

.site-header .widget-area .widget_text .shop:hover{
	color: #8772aa;
	background: url(images/shop2.png) no-repeat;	
}

.site-header .widget-area .widget_text .sign-in:hover{
	color: #8772aa;
	background: url(images/signin2.png) no-repeat;	
}

.site-header .widget-area .widget_text .join:hover{
	color: #8772aa;
	background: url(images/joinin2.png) no-repeat;	
}

.site-header .widget-area .widget_text .advertise:hover{
	color: #8772aa;
	background: url(images/advertise2.png) no-repeat;	
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1;
	width: 100%;
	font-weight: 300;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #5a5a5a;
	display: block;
	padding: 22px 16px 22px 17px;
}

.genesis-nav-menu .current-menu-item > a{
	padding: 22px 14px 22px 14px;
}

.genesis-nav-menu .menu-item:first-child a{
	padding-left: 0;	
}

.genesis-nav-menu .current-menu-item.menu-item:first-child a{
	padding-right: 0;	
}

.genesis-nav-menu .menu-item:last-child a{
	padding-right: 0;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8772aa;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #cccccc;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	
}

.nav-primary .wrap{
	padding: 0px 35px;	
}

.nav-primary .wrap .genesis-nav-menu{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.nav-primary .genesis-nav-menu a {
	color: #5a5a5a;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #8772aa;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8772aa;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #8772aa;
	font-weight: bold;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## Dropdown Container
--------------------------------------------- */

.toparrow{
	position: absolute;
	top: -17px;
	left: 34.5%;
	width: 39px;
	height: 18px;
	z-index: 99999;
	background: url(images/droparrow.jpg) no-repeat;	
}

.wedding-supplier .toparrow{
	left: 7.5%;	
}

.dropdown-container{
	position: relative;
	top: -1px;	
}

.dropdown-container .wrap{
	position: relative;
	display: none;
}

.dropdown-container .wrap .wrap-inner h2{
	margin-bottom: 30px;	
}

.dropdown-container .wrap .wrap-inner{
	position: absolute;
	max-width: 1168px;
	z-index: 88888;
	background: #FAFAFA;
	padding: 50px 30px;
	font-size: 11px;
	border: 1px solid #8473A7;
	box-shadow: 2px 2px 4px #CEC7DC;
}

.dropdown-container .wrap .wrap-inner .one-fifth{
	margin-bottom: 2px;
}

.dropdown-container .wrap .wrap-inner a{
	color: #8982A3;
	text-transform: uppercase;	
}

.dropdown-container .wrap .wrap-inner a:hover{
	color: #8982A3;
	border-bottom: 1px solid #8982A3;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #5a5a5a;
	content: "\f333";
	font: normal 30px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/* # Home Widgets
---------------------------------------------------------------------------------------------------- */

.home .featuredpost{
	display: inline-block;
	width: 100%;
	clear: both;
	margin-bottom: 35px;	
}

.home .featuredpost .entry.type-post{
	position: relative;
	width: 266px;
	float: left;
	min-height: 425px;
	font-size: 13px;
	margin-right: 11px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}

.home .featuredpost .entry.type-post.gfwa-3,
.home .featuredpost .entry.type-post.gfwa-6{
	margin-right: 0;
	float: right;
}

.home .featuredpost .entry.type-post.gfwa-4{
	clear: both;	
}

.home .featuredpost .entry.type-post img.alignnone, 
.home .featuredpost .entry.type-post .alignnone {
  margin-bottom: 0px;
}

.home .featuredpost .entry.type-post h2{
	font-size: 13px;
	line-height: 1.625;
	padding: 15px 30px 0;
}

.home .featuredpost .entry.type-post p{
	line-height: 1.625;
	font-size: 14px;
	padding: 0px 30px;
}

.home .featuredpost .entry.type-post h2 a{
	color: #5a5a5a;
	text-transform: uppercase;	
}

.home .featuredpost .entry.type-post:hover h2 a,
.home .featuredpost .entry.type-post:hover p{
	color: #8772aa;
}

.home .featuredpost .entry.type-post .more-link{
	position: absolute;
	bottom: 20px;
	left: 30px;
	display: table;
	margin-top: 15px;
	color: #5a5a5a;	
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.home .featuredpost .entry.type-post .more-link:hover,
.home .featuredpost .entry.type-post:hover .more-link{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}

.home .featuredpost .type-gallerycollections.entry{
	width: 24.7%;
	max-height: 233px;
	float: left;
	line-height: 1 !important;
	border: none;
	overflow: hidden;
	margin-left: 0.3%;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.home .featuredpost .type-gallerycollections.entry .more-link{
	display: none;	
}


.home .featuredpost .type-gallerycollections.entry.gfwa-1,
.home .featuredpost .type-gallerycollections.entry.gfwa-5{
	margin-left: 0;
}

.home .featuredpost .type-gallerycollections.entry img.alignnone{
	display: block;
}

.home .featuredpost .type-gallerycollections.entry img.alignnone,
.home .featuredpost .type-gallerycollections.entry .alignnone{
	margin-bottom: 0;	
}

.home .featuredpost .more-from-category{
	padding: 14px 0px;
	clear: both;
}

.content .more-from-category a{
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
	line-height: 1;
	background: #a293bd;
	border: 1px solid #8772aa;
	text-align: center;
	border-radius: 20px;	
}

/* # Colour Wheel
---------------------------------------------------------------------------------------------------- */

.colour-wheel{
	margin: 40px 0px 60px 40px;	
}

.colour-wheel-options{

}

.colour-wheel-options h3{
	font-weight: bold;
	margin-bottom: 30px;
}

.colour-wheel-options .one-fourth{
	text-align: center;
	font-weight: bold;
}

.colour-wheel-options .one-fourth a{
	display: block;
	width: 100%;
	height: 185px;
	text-align: center;
}

.colour-wheel-options .one-fourth a img{
	display: block;
	margin: 0 auto;
}

/* Gallery Isotope
------------------------------------------------------------ */

#isotope_container {
	margin: 0;
}

.isotope-item {
	width: 270px;
	height: 270px;
	margin-bottom: 2px;
	float: left;
	overflow: hidden;
	z-index: 2;
	background: transparent;
}

.isotope-img {
	background: #fff url('images/preloader.gif') no-repeat center center;
	float: left;
}

.isotope-img.show {
	background: #fff;
}

.isotope-img img {
	opacity: 0;
	float: left;
}

.isotope-img.show img {
	opacity: 1.0;
}

.page-id-14471 .isotope-item:hover .isotope-img img,
.page-id-14471 .isotope-img.show:hover img {
	opacity: 0.5;
}

.isotope-item h4 {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 8888;
	letter-spacing: 3px;
	font-weight: lighter;
	text-transform: none;
	font-family: amelian_scriptregular;
	color: #4D443E;
	text-align: center;
	padding: 100px 30px 0px 30px;
	font-size: 44px;
}

.isotope-item:hover h4{
	display: block;	
}

/*.gallery-small {
	width: 200px;
	height: 200px;
}

.gallery-large {
	width: 270px;
	height: 270px;
}*/


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item,
.isotope-item .pin-it {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition-duration: all 0.8s ease-in-out;
	-ms-transition-duration: all 0.8s ease-in-out;
	-o-transition-duration: all 0.8s ease-in-out;
	transition-duration: all 0.8s ease-in-out;
}

.isotope .isotope-item img,
.isotope .isotope-item h4 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition-duration: all 0.3s ease-in-out;
	-ms-transition-duration: all 0.3s ease-in-out;
	-o-transition-duration: all 0.3s ease-in-out;
	transition-duration: all 0.3s ease-in-out;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


/* Pintrest Button
------------------------------------------------------------ */


.isotope-item .pin-it {
	position: absolute;
	top: 11px;
	left: 13px;
	width: 50px;
    height: 45px;
    background: url('images/pinit.png') no-repeat;
	z-index: 9999;
	opacity: 0;
}

.isotope-item:hover .pin-it {
	opacity: 1;
}

.pinterest-button {
	position: relative;
	display: inline-block;
}

.pinterest-button a.pin-it {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
    height: 50px;
    background: url('images/sprite.png') no-repeat -260px -700px;
	z-index: 10;
	opacity: 0;
}

.pinterest-button:hover a.pin-it {
	opacity: 1;
}

.pinterest-button a.pin-it {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition-duration: all 0.8s ease-in-out;
	-ms-transition-duration: all 0.8s ease-in-out;
	-o-transition-duration: all 0.8s ease-in-out;
	transition-duration: all 0.8s ease-in-out;
}


/* # Home Page Social Stream
---------------------------------------------------------------------------------------------------- */

#home-social h2{
	margin-bottom: 35px;	
}

#home-social .dcwss.dc-wall .stream li {
	width: 24%;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  padding: 0;
  text-align: center;
  position: relative;
  line-height: 1.35em;
  margin: 0 1% 2% -1px;
}

#home-social .dcwss.dc-wall .stream li .inner {
  overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
  margin: 0;
  width: auto;
}

#home-social .dcwss.dc-wall .stream li .inner .section-text {
	font-family: Open Sans !important;
	color: #5a5a5a !important;
	padding: 0px 14px;
}

#home-social .dcwss.dc-wall .stream li .section-thumb {
  margin: 0;
  border: 1px solid #eeeeee;
  border-bottom: none;
}

#home-social .dcwss.dc-wall .stream li .section-thumb img {
  padding: 0px;
  background: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: -1px;
}

#home-social .dcwss.dc-wall .stream li img.icon,
#home-social .dcwss.dc-wall .stream li .section-share,
#home-social .dcwss.dc-wall .stream li .section-user{
	display: none;	
}

#home-social .dcwss.dc-wall .stream li .section-intro{
	color: #cccccc;
	font-size: 10px;
	padding: 7px 14px 7px 14px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
}

#home-social .dcwss.dc-wall .stream li .section-intro a{
	color: #cccccc;
}

#home-social .dcwss.dc-wall .stream li.dcsns-pinterest img{
	border-bottom: 4px solid #cc2127;
}

#home-social .dcwss.dc-wall .stream li.dcsns-facebook img{
	border-bottom: 4px solid #3b5998;
}

#home-social .dcwss.dc-wall .stream li.dcsns-instagaram img{
	border-bottom: 4px solid #3f729b;
}



/* # Blog Page
---------------------------------------------------------------------------------------------------- */

#blog-title{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 34px 0px;
	border-bottom: 1px solid #cccccc;
}

#blog-title h1{
	text-transform: uppercase;
	float: left;	
	padding-top: 16px;
	margin-bottom: 0;
	border-bottom: none;
}

#blog-title .filter{
	float: right;	
}

#blog-title .filter span,
#blog-title .filter select{
	float: left;	
}

#blog-title .filter span{
	line-height: 100%;
	padding: 6px 0px 0px 0px;
	text-transform: uppercase;	
}


#blog-title .filter span.select-wrapper{
	max-width: 211px;
	margin-left: 19px !important;
}

#blog-title .filter select{
	max-width: 211px;
}

#blog-title .filter .select-wrapper span.holder{
	width: 174px;
}

.archive .entry,
.page-template-page_blog .entry{
	position: relative;
	width: 266px;
	float: left;
	min-height: 450px;
	font-size: 13px;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.archive .entry.last,
.page-template-page_blog .entry.last{
	margin-right: 0px;
}

.archive .entry h2,
.page-template-page_blog .entry h2{
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
}

.archive .entry .textpadding,
.page-template-page_blog .entry .textpadding{
	display: block;
	padding: 25px 30px;
}

.archive .entry h2 a,
.page-template-page_blog .entry h2 a{
	color: #5a5a5a;
	text-transform: uppercase;	
}

.archive .entry:hover h2 a,
.page-template-page_blog .entry:hover h2 a,
.archive .entry:hover p,
.page-template-page_blog .entry:hover p{
	color: #8772aa;
}

.archive .entry p,
.page-template-page_blog .entry p{
	margin-bottom: 15px;
}

.archive .entry .more-link,
.page-template-page_blog .entry .more-link{
	position: absolute;
	bottom: 20px;
	display: table;
	margin-top: 0;
	color: #5a5a5a;	
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.archive .entry:hover .more-link,
.page-template-page_blog .entry:hover .more-link{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}

.archive .entry img.alignnone,
.archive .entry .alignnone,
.page-template-page_blog .entry img.alignnone,
.page-template-page_blog .entry .alignnone{
	margin-bottom: 0;	
}

/* # Categories
---------------------------------------------------------------------------------------------------- */

.related-categories{
	margin-bottom: 40px;	
}

.related-categories h2,
h4.recent-blogs{
	font-size: 17px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #cccccc;
}

.related-categories .entry{
	width: 196px;
	float: left;
	font-size: 13px;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.archive .related-categories .entry,
.page-template-page_blog .related-categories .entry{
	min-height: 360px;
}

.related-categories .entry.clear{
	clear: both;	
}

.related-categories .entry.last{
	margin-right: 0px;
}

.related-categories .entry h2{
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}

.related-categories .entry img.alignnone,
.related-categories .entry .alignnone{
	margin-bottom: 0;	
}

.related-categories .entry .textpadding{
	display: block;
	padding: 25px 30px;
}

.related-categories .entry h2 a{
	color: #5a5a5a;
	text-transform: uppercase;	
}

.related-categories .entry:hover h2 a,
.related-categories .entry:hover p{
	color: #8772aa;
}

.related-categories .entry .more-link{
	display: table;
	margin-top: 15px;
	color: #5a5a5a;	
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.related-categories .entry:hover .more-link{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}



/* # Categories Landing Page
---------------------------------------------------------------------------------------------------- */

.FeaturedImageTax--item{
	width: 23.5%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 10px;
	text-align: left;
}

.FeaturedImageTax--item img{
	display: block;
	border-bottom: none;
	margin-bottom: 0;
}

.FeaturedImageTax--item a:first-child{
	display: block;
	min-height: 192px;
	border: 1px solid #eeeeee;
	border-bottom: none;
	margin-bottom: 0;
}

.FeaturedImageTax--item:nth-of-type(4){
	margin-right: 0;	
}

.FeaturedImageTax--item h2{
	font-weight: bold;
	font-size: 13px;
	min-height: 70px;
	padding: 21px 5px 13px;
	margin: 0px;
	border: 1px solid #eeeeee;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

.FeaturedImageTax--item .button-container{
	display: block;
	width: 100%;
	min-height: 40px;
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 0px 30px 13px;
}

.FeaturedImageTax--item .button-container a{
	display: inline-block;
	color: #5a5a5a;	
	min-height: 0px;
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px;
}

.FeaturedImageTax--item:hover .button-container a{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}


.FeaturedImageTax--item a h2{
	color: #5a5a5a;
	text-transform: uppercase;	
}

.FeaturedImageTax--item:hover a h2 {
	color: #8772aa;
}

.FeaturedImageTax--item .more-link{
	display: table;
	margin-top: 15px;
	color: #5a5a5a;	
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.FeaturedImageTax--item:hover .more-link{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}


/* # 
---------------------------------------------------------------------------------------------------- */

#dma_mw_landing_page_related_articles{
	
	
}

#dma_mw_landing_page_related_articles h2 {
	text-transform: uppercase;
	padding-bottom: 14px;
	color: #5a5a5a;
	border-bottom: 1px solid #cccccc;	
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}

#dma_mw_landing_page_related_articles .entry,
#dma_mw_landing_page_related_articles .widget{
	margin-bottom: 0;	
}

#dma_mw_landing_page_related_articles .entry h2{
	border-bottom: none;
	margin-bottom: 0;	
}

#dma_mw_landing_page_related_articles .left,
#dma_mw_landing_page_related_articles .center,
#dma_mw_landing_page_related_articles .right{
	position: relative;
	width: 266px;
	float: left;
	min-height: 480px;
	font-size: 13px;
	margin-right: 11px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

#dma_mw_landing_page_related_articles .right{
	margin-right: 0px;
}

#dma_mw_landing_page_related_articles .left h2,
#dma_mw_landing_page_related_articles .center h2,
#dma_mw_landing_page_related_articles .right h2{
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding: 20px 30px 10px;
}

#dma_mw_landing_page_related_articles .left p,
#dma_mw_landing_page_related_articles .center p,
#dma_mw_landing_page_related_articles .right p{
	padding: 0px 30px;
}

#dma_mw_landing_page_related_articles .left h2 a,
#dma_mw_landing_page_related_articles .center h2 a,
#dma_mw_landing_page_related_articles .right h2 a{
	color: #5a5a5a;
	text-transform: uppercase;	
}

#dma_mw_landing_page_related_articles .left:hover h2 a,
#dma_mw_landing_page_related_articles .center:hover h2 a,
#dma_mw_landing_page_related_articles .right:hover h2 a,
#dma_mw_landing_page_related_articles .left:hover p,
#dma_mw_landing_page_related_articles .center:hover p,
#dma_mw_landing_page_related_articles .right:hover p{
	color: #8772aa;
}

#dma_mw_landing_page_related_articles .left img,
#dma_mw_landing_page_related_articles .center img,
#dma_mw_landing_page_related_articles .right img{
	display: block;
}

#dma_mw_landing_page_related_articles .left img.alignnone,
#dma_mw_landing_page_related_articles .center img.alignnone,
#dma_mw_landing_page_related_articles .right img.alignnone,
#dma_mw_landing_page_related_articles .left .alignnone,
#dma_mw_landing_page_related_articles .center .alignnone,
#dma_mw_landing_page_related_articles .right .alignnone{
	margin-bottom: 0;	
}


#dma_mw_landing_page_related_articles .left .more-link,
#dma_mw_landing_page_related_articles .center .more-link,
#dma_mw_landing_page_related_articles .right .more-link{
	position: absolute;
	bottom: 20px;
	display: table;
	margin-top: 15px;	
	color: #5a5a5a;
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

#dma_mw_landing_page_related_articles .left:hover .more-link,
#dma_mw_landing_page_related_articles .center:hover .more-link,
#dma_mw_landing_page_related_articles .right:hover .more-link{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}


#home-inspiration{
	position: relative;
	clear: both;	
}

#home-inspiration .widgettitle{
	display: block;	
}

#home-inspiration .type-gallerycollections.entry{
	width: 24.7%;
	max-height: 233px;
	float: left;
	border: none;
	overflow: hidden;
	margin-left: 0.3%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#home-inspiration .type-gallerycollections.entry:first-child{
	margin-left: 0;
}

#home-inspiration .type-gallerycollections.entry img.alignnone{
	display: block;
}

#home-inspiration .type-gallerycollections.entry img.alignnone,
#home-inspiration .type-gallerycollections.entry .alignnone{
	margin-bottom: 0;	
}

#home-inspiration .type-gallerycollections.entry {
	position: relative;
}

#home-inspiration .type-gallerycollections.entry img{
}

#home-inspiration .type-gallerycollections.entry:hover img {
	opacity: 0.5;
}

#home-inspiration .type-gallerycollections.entry h2 {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 99999;
	letter-spacing: 3px;
	font-weight: lighter;
	text-transform: none;
	font-family: amelian_scriptregular;
	color: #4D443E;
	text-align: center;
	padding: 20px 15px 0px 15px;
	font-size: 44px;
}

#home-inspiration .type-gallerycollections.entry h2 a{
	color: #4D443E;
}

#home-inspiration .type-gallerycollections.entry:hover h2{
	display: block;	
}


/* # Suppliers Venues
---------------------------------------------------------------------------------------------------- */

.single-directory .content .entry{
	clear: both;	
}

.content .dma_mw_searchbox{
	display: block;
	width: 100%;
	max-width: 750px;
	margin-bottom: 15px;	
}

.single-directory .content .dma_mw_searchbox{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;	
	margin-bottom: 30px;	
}

.content .dma_mw_searchbox select,
.content .dma_mw_searchbox input{
	font-size: 13px;	
}

.content .dma_mw_searchbox h2{
	display: none;	
}

.content .dma_mw_searchbox_cat_label,
.content .dma_mw_searchbox_region_label{
	display: none;	
}

.content .dma_mw_searchbox_cat,
.content .dma_mw_searchbox_region,
.content .dma_mw_searchbox_name{
	position: relative;
	width: 33%;
	float: left;	
}

.content .dma_mw_searchbox .select-wrapper{
	width: 100%;
}


.content .dma_mw_searchbox .select-wrapper .holder{
	width: 100%;
}

.content .dma_mw_searchbox_name{
	width: 34%;
	padding-left: 1%;
}

.content .dma_mw_searbox_bottom{
	clear: both;
	width: 20%;
	padding: 17px 0px 0px 0px;
	float: right;
	text-align: right;
}

.single-directory .content .dma_mw_searbox_bottom.back{
	float: left;
	width: 30%;
	margin-left: 55%;
	margin-bottom: 20px;
}

.single-directory .content .dma_mw_searbox_bottom{
	width: 15%;
	clear: none;
	padding: 17px 0px 0px 0px;
	margin-bottom: 20px;
}

.content .dma_mw_searchbox_name span{
	display: inline;
	width: 10%;
}

.content .dma_mw_searchbox_name input{
	display: inline-block;
	width: 90%;
	padding: 6px 20px;
}

#dma_mw_landing_page_region_list{
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	background: #fff;
	padding: 0px 0px 40px 0px;
}

#dma_mw_landing_page_region_list h2{
	font-weight: 300;
	font-size: 15px;
	line-height: 2;
	text-transform: none;	
}

#dma_mw_landing_page_region_list h2,
#dma_mw_landing_page_region_list .dma_region_search_state_select,
#dma_mw_landing_page_region_list .dma_region_search_region_select{
	position: relative;
	width: 33%;
	float: left;	
}

#dma_mw_landing_page_region_list .select-wrapper{
	width: 33%;
	float: left;	
}

#dma_mw_landing_page_region_list .select-wrapper.right{
	float: right !important;	
}

#dma_mw_landing_page_region_list .dma_region_search_region_select{
	float: right;
}

#dma_mw_landing_page_region_list #dma_mw_landing_page_browse_by_region_search_button_ID{
	clear: both;
	float: right;
	margin: 15px 0px 0px 0px;
}

#dma_mw_landing_page_region_list .select-wrapper{
	width: 100%;	
}

#dma_mw_landing_page_region_list .select-wrapper .holder{
	width: 100%;	
}


.dma-mw-browsecategory{
	
}

.dma-mw-browsecategory h2{
	font-size: 17px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #cccccc;
	max-width: 810px;
}

.dma-mw-browsecategory .one-third{
	width: 266px;
	float: left;
	font-size: 13px;
	margin-left: 11px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border: 1px solid #eeeeee;
}

.dma-mw-browsecategory .one-fourth {
	width: 23.5%;
	float: left;
	min-height: 300px;
	margin-left: 1.5%;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #eeeeee;
}


.dma-mw-browsecategory .one-fourth.first{
	margin-left: 0;	
}

.dma-mw-browsecategory .one-third.first{
	margin-left: 0px;
}

.dma-mw-browsecategory .one-third h2{
	font-weight: bold;
	font-size: 13px;
	line-height: 1.625;
	padding: 25px 30px;
	margin: 0;
	border-bottom: none;
}

.dma-mw-browsecategory .one-fourth h2{
	font-weight: bold;
	font-size: 13px;
	padding: 15px 30px 0;
	margin: 0;
	border-bottom: none;
}

.dma-mw-browsecategory .one-third p,
.dma-mw-browsecategory .one-fourth p{
	display: block;
	padding: 25px 30px;
}

.dma-mw-browsecategory .one-third h2 a,
.dma-mw-browsecategory .one-fourth h2 a{
	color: #5a5a5a;
	text-transform: uppercase;	
}

.dma-mw-browsecategory .one-third:hover h2 a,
.dma-mw-browsecategory .one-third:hover p,
.dma-mw-browsecategory .one-fourth:hover h2 a,
.dma-mw-browsecategory .one-fourth:hover p{
	color: #8772aa;
}

.dma-mw-browsecategory .one-third .more-link,
.dma-mw-browsecategory .one-fourth .more-link,
.dma-mw-browsecategory .one-third .button,
.dma-mw-browsecategory .one-fourth .button{
	display: table;
	color: #5a5a5a;
	margin: 15px 30px 0 30px;
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.dma-mw-browsecategory .one-third:hover .more-link,
.dma-mw-browsecategory .one-fourth:hover .more-link,
.dma-mw-browsecategory .one-third:hover .button,
.dma-mw-browsecategory .one-fourth:hover .button{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}


/* # Supplier Listings Venues
---------------------------------------------------------------------------------------------------- */

#search_result_container .one-half{
	position: relative;
	float: left;
	min-height: 400px;
	padding: 14px 14px 0 14px;
	font-size: 13px;
	margin-bottom: 13px;
	border: 1px solid #eeeeee;
}

.general:nth-child(2n){
	float: right;	
}


#search_result_container .result.spotlight,
#search_result_container .result.featured{
	position: relative;
	float: left;
	font-size: 13px;
	width: 100%;	
	margin-bottom: 13px;
	border: 3px solid #cdc5db;
}

#search_result_container .result.featured{
	border: 2px solid #eeeeee;
}


.result a.result-listing-url-4-featured-image img{
	display: block;	
}

.result.spotlight .result-thumbnail,
.result.featured .result-thumbnail,
.result.spotlight .result-detail-container,
.result.featured .result-detail-container{
	float: left;
}

.result.spotlight .result-thumbnail,
.result.featured .result-thumbnail{
	max-width: 410px;	
}

.result.spotlight .result-detail-container,
.result.featured .result-detail-container{
	width: 400px;
}


.result.general a.result-listing-url-4-featured-image{
	float: right;
	max-width: 144px;
	margin: 0px 0px 0px 0px;	
}

.result-detail-container{
	padding: 14px 14px 14px 0px;
}

.result.general .result-detail-container{
	padding: 14px;
}

.result .result-service-area-banner,
.dma-mw-listing-left  .result-service-area-banner{
	float: left;
	color: #fff;
	background: #a293bd;
	padding: 4px 12px 4px 30px;	
}

.result.general .result-service-area-banner{
	position: absolute;
	margin-top: 16px;
	left: 0px;
}

.result .result-detail{
	width: 300px;
	float: left;
	clear: both;
	padding: 28px 0px 14px 30px;	
}

.result.general .result-thumbnail{
	float: right;
	padding-top: 80px;
}

.result.general .result-detail-container{
	max-width: 200px;
	width: auto;
	float: left;
	padding: 0px;	
	margin: 0px 0px 0px -14px;
}

.result.general .result-detail{
	max-width: 200px;
	padding: 80px 10px 14px 30px;	
}

.result-detail-container .result-detail p{
	margin-bottom: 15px;
}

.result.general .result-detail p:last-child{
	max-width: 100%;
}

.result-detail-container .result-detail p strong{
	font-weight: 300;
}

.result .result-detail h2{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5a5a5a;
}

.result .result-detail h2 a{
	color: #5a5a5a;
}

.result-button-container{
	width: 100%;	
	padding: 0px 10px 14px 16px;	
}

.result .result-button-container .button.dma-mw-add-to-favourites{
	margin-top: 10px;	
}

.result-button-container,
.result.general .button{
	clear: both;	
}

.dma-list-button-container{
	text-align: justify;	
}

.button.dma-mw-view-website{
	clear: none;
}

.button.dma-mw-add-to-favourites{
	clear: none;
}

.result .button,
.dma-mw-listing-left .button{
	color: #5a5a5a;
	margin: 0px 15px 0 0px;
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-weight: 600;
	border-radius: 0;	
	padding: 5px 10px;
}

.result .button{
	margin: 5px 15px 0 0px;
}

.dma-mw-listing-left .button{
	margin: 0px 15px 10px 0px;	
}


.result .button:hover,
.dma-mw-listing-left .button:hover{
	color: #fff;
	background-color: #8772aa;
	border: 1px solid #8772aa;
}

.result .button.dma-mw-add-to-favourites:hover,
.dma-mw-listing-left .button.dma-mw-add-to-favourites:hover{
	border: 1px solid #cccccc;
}


.result .button.dma-mw-add-to-favourites.favourited,
.dma-mw-listing-left .button.dma-mw-add-to-favourites.favourited{
	width: 20px;
	text-indent: -99999px;
	margin: 0px 0px 0px;
	background: url(images/favourite-hover.png) 3px 4px no-repeat;	
}

.result .button.dma-mw-add-to-favourites.unfavourited,
.dma-mw-listing-left .button.dma-mw-add-to-favourites.unfavourited,
.result .button.dma-mw-add-to-favourites,
.dma-mw-listing-left .button.dma-mw-add-to-favourites{
	width: 20px;
	text-indent: -99999px;
	margin: 0px 0px 0px;
	background: url(images/favourite.png) 3px 4px no-repeat;	
}

.result .button.dma-mw-add-to-favourites.unfavourited:hover,
.dma-mw-listing-left .button.dma-mw-add-to-favourites.unfavourited:hover,
.result .button.dma-mw-add-to-favourites:hover,
.dma-mw-listing-left .button.dma-mw-add-to-favourites:hover{
	text-indent: -99999px;
	background: url(images/favourite-hover.png) 3px 4px no-repeat;	
}

.result .button.dma-mw-add-to-favourites.favourited:hover,
.dma-mw-listing-left .button.dma-mw-add-to-favourited.unfavourited:hover{
	text-indent: -99999px;
	background: url(images/favourite.png) 3px 4px no-repeat;	
}

.dma-mw-listing-left{
	float: left;
	width: 35%;
	font-size: 13px;
	padding-right: 30px;	
}

.dma-mw-listing-left  .result-service-area-banner{
	display: inline-block;
	float: none;
	font-weight: 600;
	padding: 4px 6px 4px 12px;	
	margin-bottom: 35px;
	line-height: 1;
}

.dma-mw-listing-left h1{
	border-bottom: none;
	margin-bottom: 0;	
	padding-bottom: 10px;
}

.dma-listing-social-details{
	padding: 0px 0px 20px;
}

.dma-listing-social-details li{
	display: inline;
	margin: 0px 10px 0px 0px;
}

.dma-listing-social-details li a.facebook{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/facebook-icon-colored.png) no-repeat;
}

.dma-listing-social-details li a.instragram{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/instagram-icon-colored.png) no-repeat;
}

.dma-listing-social-details li a.twitter{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/twitter-icon-colored.png) no-repeat;
}

.dma-listing-social-details li a.pinterest{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/pinterest-icon-colored.png) no-repeat;
}

.dma-listing-social-details li a.tripadvisor{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/tripadvisor-icon-colored.png) no-repeat;
}

.dma-listing-social-details li a.youtube{
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: -99999px;
	background: url(images/youtube-icon-colored.png) no-repeat;
}

.dma-mw-listing-left .dma-mw-view-phone-number{
	display: block;
	font-weight: 400;
	text-decoration: underline;	
	margin: 15px 0px;
}

.dma-mw-listing-left .agm_google_maps{
	max-width: 100%;	
	width: 100%;
}

.dma-mw-listing-left agm_mh_marker_list,
.dma-mw-listing-left a.agm_mh_marker_item .agm_mh_marker_item_content,
.dma-mw-listing-left .agm_mh_footer{
	display: none;
}

.dma-map-video{
	margin-top: 20px;
	margin-bottom: 20px;
}

.dma-mw-listing-right{
	float: right;
	width: 65%;	
}

.dma-listing-right ul {
  margin: -2px -2px 0 0;
  overflow: hidden;
}

ul.listing-additional-images li.business-directory-portrait {
  float: left;
  /*width: 50%;*/
}

ul.listing-additional-images li img {
  padding: 2px;
  float: left;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Logged in User Menu	
------------------------------------------------------------ */


#wpt_menu {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
	text-align: center;
	padding: 0;
}

#wpt_menu li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#wpt_menu li a,
ul.mw_seatingplan_nav li a {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	float: left;
}

#wpt_menu li a span,
ul.mw_seatingplan_nav li a span {
	display: block;
	margin: 0 auto 8px;
	width: 35px;
	height: 35px;
	background: url('images/plugin-sprite.png') no-repeat 0 -70px;
}

#wpt_menu li.members a span {
	background-position: -105px -70px;
}

#wpt_menu li.members a:hover span,
#wpt_menu li.wpt_current_item.members a span {
	background-position: -105px -105px;
}

#wpt_menu li.budget a span {
	background-position: 0 -140px;
}

#wpt_menu li.budget a:hover span,
#wpt_menu li.wpt_current_item.budget a span {
	background-position: 0 -175px;
}

#wpt_menu li.checklist a span {
	background-position: -35px -70px;
}

#wpt_menu li.checklist a:hover span,
#wpt_menu li.wpt_current_item.checklist a span {
	background-position: -35px -105px;
}

#wpt_menu li.guestlist a span {
	background-position: -35px -140px;
}

#wpt_menu li.guestlist a:hover span,
#wpt_menu li.wpt_current_item.guestlist a span {
	background-position: -35px -175px;
}

#wpt_menu li.seating a span {
	background-position: -140px -70px;
}

#wpt_menu li.seating a:hover span,
#wpt_menu li.wpt_current_item.seating a span {
	background-position: -140px -105px;
}

#wpt_menu li.suppliers a span {
	background-position: -70px -70px;
}

#wpt_menu li.suppliers a:hover span,
#wpt_menu li.wpt_current_item.suppliers a span {
	background-position: -70px -105px;
}

#wpt_menu li.account a span {
	background-position: 0 -70px;
}

#wpt_menu li.account a:hover span,
#wpt_menu li.wpt_current_item.account a span {
	background-position: 0 -105px;
}

ul.mw_seatingplan_nav {
	text-align: center;
	clear: right;
}

ul.mw_seatingplan_nav li {
	display: inline-block;
	list-style-type: none;
}

ul.mw_seatingplan_nav li a span {
	background-position: -70px -140px;
}

ul.mw_seatingplan_nav li a:hover span,
ul.mw_seatingplan_nav li a.wpt-currenttable span {
	background-position: -70px -175px;
}

.budget-list-filter li {
  float: left;
}

.budget-list-filter li label{
	font-size: 14px;
}

.budget-list-filter li input,
.mw-tools-footer input,
.mw-tools-footer select{
	margin-bottom: 10px;
}

.highlight-sections input[type="button"], .highlight-sections .button {
	float: right;
   background-color: #a293bd !important;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 0px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}
.entry-content .gform_body ul > li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #5a5a5a;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 15px;
	margin-bottom: 0;
	font-style: italic;
	padding-bottom: 12px;
	border-bottom: 1px solid #cccccc;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .posted{
	float: right;
	font-size: 12px;
	color: #cccccc;
}

.entry-meta a{
	color: #5a5a5a;	
}

.entry-meta .posted a{
	color: #cccccc;	
}

/* ## Pagination
--------------------------------------------- */

.pagination,
.navigation,
.prev-next-navigation {
	clear: both;
	margin: 40px 0;
}

.navigation ul{
	margin: 0px;
	padding: 0px;	
}


.adjacent-entry-pagination {
	margin-bottom: 0;
}

.navigation li,
.archive-pagination li {
	display: inline;
}

.navigation li a,
.archive-pagination li a {
	color: #a293bd;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 0px 12px;
	text-decoration: underline;
}


.navigation li a:hover,
.navigation .active a,
.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #5a5a5a;
	text-decoration: none;
}

.prev-next-navigation .previous{
	float: left;
	padding: 0px 0px 0px 20px;
	background: url(images/previousarrow.png) 0px 8px no-repeat;
}

.prev-next-navigation .next{
	float: right;
	padding: 0px 20px 0px 0px;
	background: url(images/nextarrow.png) right 8px no-repeat;
}

.pagination-previous{
	padding: 0px 0px 0px 8px;
	background: url(images/previousarrow.png) 0px 6px no-repeat;
}

.pagination-next{
	padding: 0px 8px 0px 0px;
	background: url(images/nextarrow.png) right 6px no-repeat;
}


.pagination-next a,
.pagination-previous a,
.prev-next-navigation .previous a,
.prev-next-navigation .next a{
	color: #a293bd;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
}



/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 0px;
}

.sidebar .gform_body{
	padding: 20px 0px 10px 0px;	
}

.sidebar .social-links li{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.sidebar .social-links li a{
	font-weight: bold;
}

.sidebar .social-links li.facebook a{
	display: block;
	min-height: 29px;
	line-height: 29px;
	color: #3b5998;
	padding: 0px 0px 0px 52px;
	background: url(images/facebook-icon-colored.png) no-repeat;
}

.sidebar .social-links li.instagram a{
	display: block;
	min-height: 28px;
	line-height: 28px;
	color: #3f729b;
	padding: 0px 0px 0px 52px;
	background: url(images/instagram-icon-colored.png) no-repeat;
}

.sidebar .social-links li.pinterest a{
	display: block;
	min-height: 29px;
	line-height: 29px;
	color: #cc2127;
	padding: 0px 0px 0px 52px;
	background: url(images/pinterest-icon-colored.png) no-repeat;
}

.sidebar .widget_dma_mw_search_box_widget{
	position: relative;
	/*padding: 20px;*/
	min-height: 290px;
	background: url(images/supplierwidgetbg.png) top center no-repeat;	
}

.sidebar .widget_dma_mw_search_box_widget .widget-title{
	border-bottom: none;	
	margin-bottom: 23px;
	padding-bottom: 0px;
}

.sidebar .widget_dma_mw_search_box_widget select{
}

.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_cat,
.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_region,
.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_name{
	max-width: 100%;
	margin-bottom: 19px;
}



.sidebar .widget_dma_mw_search_box_widget .select-wrapper{
	width: 100%;

	margin-bottom: 19px !important;
}


.sidebar .widget_dma_mw_search_box_widget .select-wrapper .holder{
	width: 100%;
}

.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_name{
	text-align: right;	
}

.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_name span{
	display: inline-block;
	width: 20%;
	font-size: 15px;
	text-align: center;
}
	
.sidebar .widget_dma_mw_search_box_widget .dma_mw_searchbox_widget_name input{
	display: inline-block;
	width: 75%;
}


.sidebar .widget_dma_mw_search_box_widget .dma_mw_searbox_widget_bottom{
	text-align: right;	
}

.sidebar .widget_adrotate_widgets .block_left,
.sidebar .widget_adrotate_widgets .block_right{
	width: 48%;
}

.sidebar .widget_adrotate_widgets .block_left{
	float: left;	
}

.sidebar .widget_adrotate_widgets .block_right{
	float: right;	
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #5a5a5a;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #5a5a5a;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Links
---------------------------------------------------------------------------------------------------- */


.site-links .wrapper{
	border-top: 1px solid #cccccc;
}

.site-links .wrapper div.first{
	margin-left: 0%;
}

.site-links .wrapper div{
	float: left;
	padding: 50px 0px 0px 0px;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.site-links .widget-title{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 1;
	border-bottom: none;
	text-transform: uppercase;	
}

.site-links a{
	color: #5a5a5a;
	font-size: 11px;
	font-weight: 400;
}

.site-links li{
	line-height: 1.1;
	margin-bottom: 0;
	padding-bottom: 0;	
}


/* # Site Social Links
---------------------------------------------------------------------------------------------------- */

.ribbon{
}

.ribbon .wrap{
	padding: 40px 35px;
	background: #fff;	
}

.ribbon-content{
	background: url(images/ribbon-contentbg.gif) top repeat-x;	
	text-align: center;
}

.ribbon-content span.social-ribbon{
	display: inline-block;
	background: #fff;
	padding: 2px 25px 0;
	height: 36px;	
}

.ribbon a{
	display: inline-block;
	width: 33px;
	height:34px;	
	text-indent: -99999px;
	margin: 0px 4px;
}

.ribbon a.facebook{
	background: #fff url(images/facebook-icon.png) no-repeat;
}

.ribbon a.pintrest{
	background: #fff url(images/pinterest-icon.png) no-repeat;
}

.ribbon a.twitter{
	background: #fff url(images/twitter-icon.png) no-repeat;
}

.ribbon a.google-plus{
	background: #fff url(images/googleplus-icon.png) no-repeat;
}

.ribbon a.instagram{
	background: #fff url(images/instagram-icon.png) no-repeat;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	text-align: left;
}

.site-footer .wrap{
	position: relative;
	min-height: 219px;
	color: #fff;
	line-height: 1.8;
	background: #fff url(images/ribboncenter.png) no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	padding: 18px 0px 0px 0px;
	text-align: left;
}

.site-footer .logo{
	display: block;
	width: 206px;
	height: 75px;
	float: left;
	margin: 0px 45px 0px 276px;
	text-indent: -99999px;
	background: url(images/footer-logo.png) no-repeat;	
}

.site-footer .footer-text{
	max-width: 515px;
	float: left;
	padding: 10px 0px 0px 0px;
}


.site-footer .leftcorner{
	position: absolute;
	width: 137px;
	min-height: 164px;
	top:0;
	margin-left: -137px;
	background: url(images/ribbonleft.png) no-repeat;
}

.site-footer .rightcorner{
	position: absolute;
	width: 133px;
	min-height: 164px;
	top:0;
	right: -133px;
	background:  url(images/ribbonright.png) no-repeat;
}


.site-footer p {
	margin-bottom: 0;
}

.site-footer a{
	color: #fff;
	text-decoration: underline;	
}

.site-footer .footer-nav li:first-child{
	background: none;
	padding: 0px 6px 0px 0px;	
}

.site-footer .footer-nav li{
	display: inline;
	background: url(images/footerli.png) 0px 6px no-repeat;
	padding: 0px 6px 0px 11px;	
}

.site-footer .footer-nav a{
}




/* # Custom Select
---------------------------------------------------------------------------------------------------- */



	.select-wrapper{
        float: left;
        display: inline-block;
        background: url(images/dropdown.jpg) no-repeat right center;
        cursor: pointer;
    }
	
	span.select-wrapper{
		padding: 0 37px 0 0!important;
		margin: 0 !important;
		overflow: hidden;
		text-transform: none !important;	
	}
	
    .select-wrapper, .select-wrapper select{
        /*width: 200px;
        height: 26px;
        line-height: 26px;*/
    }
	
    /*.select-wrapper:hover{
        background: url(images/dropdown-hover.png) no-repeat right;
        border-color: #239fdb;
    }*/
	
    .select-wrapper span.holder{
        display: block;
		height: 30px;
		float: none;
		line-height: 1;
		text-transform: none !important;
        border: 1px solid #cccccc;
		padding: 7px 16px !important;          
        margin: 0 0px 0 0px;
        white-space: nowrap;            
        overflow: hidden;
        cursor: pointer;
        position: relative;
		background: #fff;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		
		
    }
    .select-wrapper select{
        margin: 0;
        position: absolute;
        z-index: 2;            
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true); 
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1520px) {
	
	.site-inner,
	.wrap,
	#dma_mw_landing_page_region_list {
		max-width: 1160px;
	}
	
	.site-header .widget-area {
		width: 680px;
	}	
	
	.site-header .widget{
		margin-bottom: 0;	
	}
	
	.top-ad{
		margin: 35px 0px 0px 0px;
	}
	
	.top-ad.wrap{
		width: 650px;
	}
	
	.genesis-nav-menu {
		font-size: 14px;
		text-align: center;
	}
	
	.genesis-nav-menu a {
		padding: 22px 12px;
	}
	
	.genesis-nav-menu .current-menu-item.menu-item:first-child a{
		padding-right: 12px;	
	}


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.content{
		width: 740px;	
	}
	
	.result.spotlight .result-thumbnail,
	.result.featured .result-thumbnail{
		width: 60%;	
	}
	
	.result.spotlight .result-detail-container,
	.result.featured .result-detail-container{
		width: 40%;
	}
	
	.site-footer .wrap{
		min-height: 1px;
		padding: 18px 0px;
		background: #A292BE;	
	}
	
	.site-footer .leftcorner{
		display: none;
	}
	
	.site-footer .rightcorner{
		display: none;
	}
	
	.home .featuredpost .entry.type-post,
	.archive .entry,
	.page-template-page_blog .entry,
	#dma_mw_landing_page_related_articles .left,
	#dma_mw_landing_page_related_articles .center,
	#dma_mw_landing_page_related_articles .right{
		width: 32%;
		margin-right: 2%;
	}
	
	.home .featuredpost .entry.type-post{
		min-height: 425px;
		overflow: hidden;
	}
	
	#dma_mw_landing_page_related_articles .right{
		margin-right: 0;
	}
	

	.content .dma_mw_searchbox_name{
		width: 34%;
		text-align: right;
	}
	
	
	.content .dma_mw_searchbox_name span{
		display: inline-block;
		width: 15%;
		text-align: left;
	}
	
	.content .dma_mw_searchbox_name input{
		display: inline-block;
		width: 80%;
	}
	
	.dma-mw-browsecategory .one-third{
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}
	
	.related-categories .entry{
		width: 24%;
		margin-right: 1%;
	}


	.toparrow{
		left: 35%;
	}
	
	.wedding-supplier .toparrow{
		left: 10%;	
	}
	
	.dropdown-container .wrap .wrap-inner{
		max-width: 1090px;
	}
	

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap,
	#dma_mw_landing_page_region_list {
		max-width: 960px;
	}
	
	.dropdown-container{
		display: none !important;	
	}
	
	.genesis-nav-menu {
		text-align: center;
		font-size: 15px;
	}
	

	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.top-ad{
		margin: 30px 0px 30px 0px;
		text-align: center
	}
	
	.top-ad.wrap{
		width: 100%;
	}
	
	.title-area{
		padding: 20px 0;	
	}
	
	.toparrow{
		position: absolute;
		top: -17px;
		left: 39%;
		width: 39px;
		height: 18px;
		z-index: 99999;
		background: url(images/droparrow.jpg) no-repeat;	
	}
	
	.dropdown-container{
		position: relative;
		top: -61px;	
	}
	
	.dropdown-container .wrap .wrap-inner{
		max-width: 890px;
	}

	
	.header-image .site-title > a{
		background-position: center !important;	
	}
	
	.site-header .widget-area{
		text-align: center;	
	}
	
	.site-header .widget-area .widget_text {
	  border-radius: 1em;
	}
	
	.content{
		width: 600px;
	}
	
	.sidebar-primary {
		width: 240px;
	}
	
	.related-categories .entry .textpadding{
		display: block;
		padding: 15px 15px;
	}	
	
	#search_result_container .one-half{
		min-height: 440px;	
	}
	
	.result.general .result-service-area-banner{
		position: relative;	
		margin: 0px 0px 16px -14px;
	}
	
	.result.general a.result-listing-url-4-featured-image{
		float: none;
		max-width: 100%;
	}
	
	.result.general .result-thumbnail{
		float: none;
		padding-top: 0px;
		max-width: 100%;
		clear: both;
		width: 100%;
	}
	
	.result.general .result-thumbnail img{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.result.general .result-detail-container{
		max-width: 100%;
		width: 100%;
		float: left;
		text-align: center;
		padding: 0px;	
		margin: 0px 0px 0px 0px;
	}
	
	.result.general .result-detail{
		max-width: 100%;
		width: 100%;
		padding: 20px 0px 14px 0px;	
	}
	
	.result .result-detail{
		width: 100%;	
	}
	
	.FeaturedImageTax--item a:first-child{
		min-height: 142px;
	}
	
	.FeaturedImageTax--item .button-container a:first-child{
		min-height: 0px;
	}
	
	.home .featuredpost .entry.type-post .more-link,
	#dma_mw_landing_page_related_articles .left .more-link, 
	#dma_mw_landing_page_related_articles .center .more-link, 
	#dma_mw_landing_page_related_articles .right .more-link{
		position: relative;	
		bottom: auto;
	}
	
	.home .featuredpost .entry.type-post .more-link{
		margin: 15px 0px 20px 30px;
		left: auto;	
	}
	
	.site-footer .logo{
		margin: 0px 35px 0px 35px;
	}
	
	.site-footer .footer-text{
		float: right;
		padding: 10px 35px 0px 0px;
	}
	
}

@media onlyl screen and (max-width: 1024px){
	.home .featuredpost .entry.type-post{
		min-height: 475px;
	}
}

@media only screen and (max-width: 960px) {
	

	.site-inner,
	.wrap,
	#dma_mw_landing_page_region_list {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 0px 5% 0;
	}
	
	.site-header .top-ad.wrap{
		padding: 0;	
	}

	.header-image .title-area {
		background-position: center top;
	}
	
	.title-area{
		padding:10px 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .top-ad{
		margin: 0;
	}
	
	.site-header .header-widget-area{
		display: none;
	}
	
	.wrap{
		padding:0px 10px;
	}
	
	.site-inner{
		padding-top: 10px;
	}
	.sidebar #text-11{
		display:none;
	}


}

@media only screen and (max-width: 800px) {

	body {
		background: #fff;
		font-size: 16px;
	}
	.site-header{
		min-height: auto;
	}
	
	.site-header .top-ad{
		margin-bottom: 20px;
		margin-top:-10px;
	}
	
	.site-inner{
		margin-top: -20px;
	}
	
	#home-inspiration #text-10{
		display: none;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}

	/*.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}*/
	
	.header-image .site-title > a {
		width: 100%;
		background-size: contain !important;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-fifth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#search_result_container .one-half,
	.home .featuredpost .entry.type-post{
		min-height: 390px;	
	}

	
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	
	.sidebar .widget_adrotate_widgets,
	.sidebar .widget_text{
		max-width: 300px;
		margin: auto;
	}
	
	.archive .entry h2,
	.page-template-page_blog .entry h2,
	.archive .entry p,
	.page-template-page_blog .entry p,
	.home .featuredpost .entry.type-post h2,
	.home .featuredpost .entry.type-post p{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.home .featuredpost .entry.type-post .more-link{
		margin: 15px 0px 20px 10px;
	}

	
	.dma-mw-browsecategory .one-third,
	.dma-mw-browsecategory .one-fourth{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	.FeaturedImageTax--item h2,
	.dma-mw-browsecategory .one-fourth h2{
		padding: 13px 15px;
	}
	
	#blog-title .filter{
		margin-bottom: 15px;
		text-align: right;	
	}
	
	#blog-title .filter span{
		width: 100%;	
	}
	
	#blog-title .filter .select-wrapper{
		float: right;
		text-align: left;
		margin-top: 15px !important;
	}
	
	.site-links .wrapper div{
		float: left;
		padding: 20px 0px 20px 0px;
		margin-left: 0;
		width: 48%;
	}
	
	.site-footer .logo{
		float: none;
		margin: 0px auto;
	}
	
	.site-footer .footer-text{
		max-width: 100%;
		width: 100%;
		text-align: center;
		float: none;
		padding: 10px 35px 0px 35px;
	}
	
	.page-template-page_blog .entry,
	.archive .entry{
		min-height: 450px;
	}
	/* we don't show the social wall on smaller devices */
	#home-social{
		display: none;
		
	}

}

@media only screen and (max-width: 600px) {

	.site-header .widget-area .widget_text{
		padding: 10px 15px;
	}
	
	.site-header .widget-area .widget_text a{
		margin-bottom: 10px;
	}
	
	.home .featuredpost .entry.type-post{
		overflow: hidden;
	}
	
	#home-inspiration .more-link{
		display:none;
	}
	
	.home .featuredpost .entry.type-post,
	.dma-mw-browsecategory .one-fourth,
	#dma_mw_landing_page_related_articles .left,
	#dma_mw_landing_page_related_articles .center,
	#dma_mw_landing_page_related_articles .right{
		width: 100%;
		margin-right: 0;
	}
	
	.FeaturedImageTax--item{
		width: 45%;
		margin-right: 5px;
	}
	.FeaturedImageTax--item a:first-child{
		border: none;
	}
	.archive .entry,
	.page-template-page_blog .entry{
		width: 100%;
		text-align: 100%;
		margin-right: 5px;
		margin-right: 5px;	
		
	}
	
	.archive .entry .textpadding,
	.page-template-page_blog .entry .textpadding{
		padding:0;
	}
	
	.archive .entry h2,
	.page-template-page_blog .entry h2{
		padding: 5px;
	}
	
	.archive .textpadding a.more-link,
	.page-template-page_blog .textpadding a.more-link{
		display:none;
	}
	
	#dma_mw_landing_page_related_articles .left,
	#dma_mw_landing_page_related_articles .center,
	#dma_mw_landing_page_related_articles .right{
		min-height: 300px;
	}
	
	.archive .entry,
	.page-template-page_blog .entry{
		min-height: 350px;
		height: auto;
	}
	.archive .extra-articles.entry,
	.page-template-page_blog .extra-articles .entry{
		min-height: 150px !important;
	}
	
	.archive .entry p,
	.page-template-page_blog .entry p{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	
	.archive .entry .more-link,
	.page-template-page_blog .entry .more-link,
	.home .featuredpost .entry.type-post .more-link,
	.related-categories .entry .more-link,
	#dma_mw_landing_page_related_articles .left .more-link,
	#dma_mw_landing_page_related_articles .center .more-link,
	#dma_mw_landing_page_related_articles .right .more-link{
		position: relative;
		bottom: auto;
		display: block;
		max-width: 90px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.FeaturedImageTax--item img,
	.dma-mw-browsecategory .one-fourth img,
	#dma_mw_landing_page_related_articles .left img,
	#dma_mw_landing_page_related_articles .center img,
	#dma_mw_landing_page_related_articles .right img{
		display: block;
		margin: 0 auto;	
	}
	
	.FeaturedImageTax--item h2,
	.dma-mw-browsecategory .one-fourth h2,
	#dma_mw_landing_page_related_articles .left h2,
	#dma_mw_landing_page_related_articles .center h2,
	#dma_mw_landing_page_related_articles .right h2{
		text-align: center;	
		border: none;
	}
	
	.archive .related-categories li.entry{
		width: 45%;
		text-align: center;
		margin-right:15px;
		border:none;
	}
	

	.result.spotlight .result-thumbnail,
	.result.featured .result-thumbnail,
	.result.spotlight .result-detail-container,
	.result.featured .result-detail-container{
		width: 100%;
		max-width: 100%;
	}
	
	.result.spotlight .result-thumbnail img,
	.result.featured .result-thumbnail img{
		display: block;
		margin: 0 auto;
		float: none;	
	}

	.content .dma_mw_searchbox_cat,
	.content .dma_mw_searchbox_region,
	.content .dma_mw_searchbox_name,
	.content .dma_mw_searbox_bottom{
		width: 100%;
		padding: 0px;
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
	
	.content .dma_mw_searchbox_cat .select-wrapper,
	.content .dma_mw_searchbox_region .select-wrapper{
		text-align: left;
	}
	
	#dma_mw_landing_page_region_list h2{
		font-weight: 600;
		font-size: 17px;
		text-transform: uppercase;	
	}
	
	#dma_mw_landing_page_region_list h2,
	#dma_mw_landing_page_region_list .dma_region_search_state_select,
	#dma_mw_landing_page_region_list .dma_region_search_region_select{
		text-align: center;
		width: 100%;
		margin: 0px 0px 15px 0px;
	}
	
	#dma_mw_landing_page_region_list .select-wrapper{
		width: 100%;
		margin: 0px 0px 15px 0px !important;
		text-align: left;	
	}
	
	.content .dma_mw_searchbox_name{
		text-align: right;	
	}
	
	.content .dma_mw_searchbox_name span{
		display: inline-block;
		width: 15%;
		text-align: left;
	}
	
	.content .dma_mw_searchbox_name input{
		display: inline-block;
		width: 80%;
	}
	
	.dma-mw-listing-left,
	.dma-mw-listing-right {
	  width: 100%;
	  padding-right: 0;
	}
	
	.single-directory .content .dma_mw_searbox_bottom.back{
		float: left;
		width: 40%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.single-directory .content .dma_mw_searbox_bottom{
		width: 15%;
		clear: none;
		padding: 17px 0px 0px 0px;
		margin-bottom: 20px;
	}

	.site-links .wrapper div{
		padding: 20px 0px 0;
		width: 100%;
	}
	
	.widget_adrotate_widgets{
		
		text-align: center;
		margin: auto;
	}
	.widget_adrotate_widgets .block_inner{
		margin-bottom: 50px;
	}


}

@media only screen and (max-width: 480px) {

	
	.site-header .widget-area .widget_text a{
		width: 100%;
		text-align: left;
	}
	
	.ribbon .wrap{
		padding: 40px 0px;
		background: #fff;	
	}
	
	.archive .entry,
	.page-template-page_blog .entry{
		min-height: 300px;
		height: auto;
	}
	
	.archive .extra-articles .entry,
	.page-template-page_blog .extra-articles .entry{
		min-height: 150px;
	
	}

}


