/*
	Theme Name: MWD
	Theme URI: http://www.myweddingdreams.co.uk
	Description: My Wedding Dreams Theme
	Version: 1.0.1
	Author: Daniel Winnard @danielwinnard
	Author URI: http://rethink-design.com
	Tags: Wedding, HTML5, CSS3, Responsive, Custom Post Types, Menus, Widgets

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

body {
    max-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    color: #231f20;
    background-color: #f7f3f8
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    font-weight: 400;
    height: 100%;
    padding: 0
}

p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu,
img {
    margin: 0;
    padding: 0
}

strong,
b {
    font-weight: bold
}

address {
    font-style: normal
}

span.amp {
    font-family: Adobe Caslon Pro, Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 110%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

small {
    font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 1rem 0
}

h1 {
    font-size: 3em
}

h2 {
    font-size: 2.25em;
    color: #ac8bb9
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.313em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: 0.875em
}

p {
    padding: 1rem 0
}

blockquote,
q {
    quotes: none;
    background-color: #f8f8f8
}

blockquote p {
    margin: 0;
    padding: 1rem
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

blockquote,
q,
cite {
    font-style: italic
}

blockquote {
    padding-left: 1.5rem;
    border-left: 3px solid #f8f8f8;
    margin: 1.5rem 0
}

ul,
ol {
    padding: 0;
    margin: 0;
    display: block
}

pre,
td,
th,
label {
    margin: 0;
    padding: 0
}

cite {
    padding: 1.5rem
}

cite:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    padding-right: 1.5rem
}

nav ul {
    list-style: none;
    margin: 0
}

a {
    text-decoration: none;
    color: #ac8bb9
}

a:hover {
    outline: 0;
    color: #231f20
}

a:focus {
    outline: thin dotted
}

a:active {
    outline: none
}

img {
    max-width: 100%;
    _width: 100%;
    margin: 0 auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 1.5rem 36px
}

figure {
    margin: 0
}

figcaption {
    margin-top: -1.5rem;
    padding: 1.5rem;
    text-align: center
}

svg:not(:root) {
    overflow: hidden
}

iframe {
    width: 100% !important;
    max-width: 100% !important
}

mark {
    background-color: #ac8bb9;
    color: #fff;
    padding: 9px
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
    white-space: pre-wrap
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

::selection {
    background: #ac8bb9;
    color: #fff
}

::-moz-selection {
    background: #ac8bb9;
    color: #fff
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.top-padding {
    padding-top: 1.5rem
}

.bottom-padding {
    padding-bottom: 1.5rem
}

.xl-type {
    font-size: 150%;
    letter-spacing: -1px
}

.small {
    padding: 9px 1.5rem;
    font-size: 80%
}

.xl {
    padding: 27px 54px;
    font-size: 150%;
    font-weight: normal
}

.wide {
    display: block;
    max-width: 98%;
    text-align: center;
    margin: 0px auto
}

.narrow {
    max-width: 30%
}

.push-right {
    float: right
}

.container {
    margin: 0px auto;
    max-width: 1280px;
    min-width: 320px;
    padding: 0 1.5rem
}

.row {
    width: 100%;
    margin: 0 auto
}

.row:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px
}

.row .onecol {
    width: 4.85%
}

.row .twocol {
    width: 13.45%
}

.row .threecol {
    width: 22.05%
}

.row .fourcol {
    width: 30.75%
}

.row .fivecol {
    width: 39.45%
}

.row .sixcol {
    width: 48%
}

.row .sevencol {
    width: 56.75%
}

.row .eightcol {
    width: 65.3%
}

.row .ninecol {
    width: 74.05%
}

.row .tencol {
    width: 82.7%
}

.row .elevencol {
    width: 91.35%
}

.row .twelvecol {
    width: 100%;
    float: left
}

.last {
    margin-right: 0px
}

.rtd-btn,
button,
.searchandfilter input[type="submit"],
#ctf-submit {
    display: inline-block;
    padding: 1rem;
    vertical-align: middle;
    outline: 0;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

.rtd-btn:hover,
.rtd-btn:active,
input[type="submit"]:hover {
    outline: 0;
    text-decoration: none
}

.rtd-btn,
button,
.searchandfilter input[type="submit"],
#ctf-submit {
    background-color: #ac8bb9;
    color: #fff
}

.rtd-btn:hover,
.rtd-btn:active,
.searchandfilter input[type="submit"]:hover,
#ctf-submit:hover {
    background-color: #9e9e9e;
    color: #fff
}

.reverse {
    background-color: #9e9e9e
}

.reverse:hover {
    background-color: #ac8bb9
}

.light {
    background-color: #bda2c7
}

.light:hover {
    background-color: #fff;
    color: #ac8bb9
}

.contact-form label span {
    color: #fff !important;
    margin-left: 4px;
    font-weight: 400
}

.pushbutton-wide {
    display: inline-block;
    max-width: 30%;
    padding: 1rem;
    vertical-align: middle;
    outline: 0;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #fff;
    color: #ac8bb9
}

.pushbutton-wide:hover {
    color: #212121
}

.linked-page {
    padding: 0 0 1rem 0
}

.linked-page a {
    color: #fff
}

.topbar {
    min-height: 50px;
    background-color: #eee8f1;
    border-bottom: 3px solid #e6dcea
}

.topbar p {
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase
}

.topbar ul {
    list-style: none;
    text-align: right
}

.topbar li {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.topbar li a {
    color: #6d6e70
}

.topbar li a:hover {
    color: #ac8bb9
}

.logo {
    padding-top: 10px
}

.searching {
    min-height: 160px
}

#s,
select {
    width: 300px;
    height: 50px;
    padding: 5px 5px 5px 10px;
    margin-top: 50px;
    border: 1px solid #ac8bb9
}

header {
    text-align: center
}

#big-bg {
    min-height: 550px;
    min-width: 100%;
    padding: 0
}

nav {
    text-align: center;
    max-height: 51px;
    margin: 0;
    background-color: #ac8bb9;
    background-color: rgba(172, 139, 185, 0.8)
}

nav#fixed {
    position: fixed;
    border-top: 0
}

nav ul li:hover {
    background-color: #ac8bb9
}

nav ul li:hover a {
    color: #fff
}

nav ul li a {
    color: #fff
}

nav ul ul {
    background-color: #ac8bb9
}

nav ul ul li a:hover,
nav ul ul ul {
    color: #fff
}

nav ul {
    padding: 0px;
    list-style: none;
    position: relative;
    display: inline-table;
    z-index: 3
}

nav ul:after {
    content: "";
    clear: both;
    display: block
}

nav ul li {
    float: left
}

nav ul li:hover a {
    text-decoration: none
}

nav ul ul {
    display: none
}

nav ul li:hover>ul {
    display: block
}

nav ul li a {
    display: block;
    min-height: 50px;
    line-height: 30px;
    padding: 9px 1.5rem;
    text-decoration: none
}

nav ul ul {
    padding: 0px;
    position: absolute;
    top: 50px;
    min-width: 200px
}

nav ul ul li {
    float: none;
    position: relative
}

nav ul li:last-child,
nav ul ul li:last-child {
    border-bottom: 0
}

nav ul ul li a {
    padding: 16px 20px;
    text-align: left
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0px
}

nav li>a:after {
    content: ' \f107';
    font-family: 'FontAwesome'
}

nav li>a:only-child:after {
    content: ''
}

.sub-menu li a:after {
    content: ' \f101';
    font-family: 'FontAwesome'
}

.sub-menu li a:only-child:after {
    content: ''
}

.responsiveSelectContainer select.responsiveMenuSelect,
select.responsiveMenuSelect {
    display: inline-block;
    width: 100%
}

.call-to-action {
    position: relative;
    min-height: 250px;
    top: 250px;
    background-color: #ded1d3;
    background-color: rgba(222, 209, 227, 0.7)
}

.call-to-action h1 {
    padding: 3rem 0 0 0
}

.call-to-action p {
    padding-top: 0;
    font-size: 1.2em
}

.shows h2 {
    color: #a68bb9
}

.shows p {
    padding: 0 0 1rem 0
}

.latest-shows {
    list-style: none
}

.latest-shows li {
    min-height: 1px;
    margin-right: 10px;
    margin-bottom: 1rem
}

.show-container {
    overflow: auto;
    background-color: #eee8f1
}

.latest-shows h4 {
    text-align: center;
    color: #ac8bb9
}

.latest-shows p {
    text-align: center
}

.more-info-link {
    padding-right: 1rem;
    color: #ac8bb9
}

.more-info-link:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    padding-left: 1rem
}

.hero-unit {
    min-height: 350px;
    background: linear-gradient(rgba(222, 209, 227, 0.7), rgba(222, 209, 227, 0.7)), url("images/2.jpg");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.hero-contain {
    max-width: 600px;
    padding-top: 80px;
    text-align: center
}

.latest-posts {
    text-align: center
}

.latest-posts h3 {
    padding-top: 1rem
}

.latest-posts article {
    margin: 1rem auto;
    text-align: left;
    background-color: #eee8f1
}

.post-info-bar p {
    padding: 0 0 0 1rem !important
}

.latest-posts article h3,
.latest-posts article p {
    padding: 1rem 0 0 1rem
}

.post-info-bar {
    padding: 0.5rem 0 0 0
}

.latest-posts article p {
    color: #231f20
}

.latest-posts article h3 {
    color: #ac8bb9
}

.latest-posts-main .post-info-bar {
    padding: 1rem 0
}

.post-info-bar span {
    padding-right: 1rem
}

.mwd-page-template {
    text-align: left;
    padding: 1rem
}

.show-post-info-bar {
    text-align: center
}

.show-container img {
    width: 100%;
    max-height: 200px
}

.latest-shows-main {
    list-style: none
}

.latest-shows-main li {
    width: 30.75%;
    margin-right: 3.8%;
    float: left;
    min-height: 495px;
    margin-right: 10px;
    margin-bottom: 1rem
}

.latet-shows-main:last-child {
    margin-right: 0
}

.latest-shows-main h4 {
    text-align: center;
    color: #ac8bb9
}

.latest-shows-main p {
    text-align: center
}

.more-info-link {
    padding-right: 1rem;
    color: #ac8bb9
}

.more-info-link:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    padding-left: 1rem
}

.registrars-widgets ul {
    list-style: none
}

.registrar-contact-details {
    padding: 5px 0 10px 20px;
    background-color: #eee8f1
}

.registrars-container {
    padding: 1rem;
    border-bottom: 1px solid #b6b6b6
}

.counties ul {
    list-style: none
}

/******************************
	Parametric Search Filter
******************************/
/**Parametric Search**/
.search-filter {
	background-color:#eee8f1;
	margin:1rem 0;
	width:100%;
	max-width:1155px;
}

.title-shows{
	background-color:#ac8bb9;
	padding:1rem;
	height:128px;
}

.parametric-search-title {
	margin-top:10px;
	color:#fff;
	line-height:18px;
	text-align:left;
	text-transform:uppercase;
	font-size:24px;
}
.parametric-search-title span {
	font-size:14px;
	padding:0;
}
#wpv_control_select_event-location {
	width:100%;
	margin-top:25px;
}
.submit-filter {
	margin-top:25px;
}



.mwd-sideshows {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

.mwd-sideshows li {
    background-color: #fff;
    padding: 5px;
    min-height: 34px;
    margin-bottom: 5px
}

.mwd-sideshows li:hover {
    background-color: #ac8bb9
}

.mwd-sideshows li a {
    display: block
}

.mwd-sideshows li a:hover {
    color: #fff
}

.mwd-sideshows li a:hover:after {
    content: '\f101';
    padding-left: 10px;
    font-family: 'FontAwesome'
}

.event-sidebar {
    text-align: center
}

#ctf-tag-selector {
    margin: 1rem 0 0 0
}

.search-bar {
    background-color: #f1f1f1;
    padding: 1rem 0;
    min-height: 80px
}

.searchandfilter {
    margin: 0 auto;
    text-align: center
}

select {
    width: 280px;
    height:50px;
    padding: 5px 5px 5px 10px;
    margin: 0 0 1rem 0;
    border: 1px solid #ac8bb9
}
select option {
    font-weight: normal;
    display: block;
    white-space: pre;
	min-height:50px;
	max-height:50px;
	height:50px;
    padding: 0px 2px 1px;
}


.business-index-featured,
.business-index {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px solid #b6b6b6
}

.business-index-featured {
    border: 1px solid #ac8bb9
}

.featured-supplier {
    max-height: 86px;
    background-color: #ac8bb9
}

.featured {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    line-height: 86px;
    text-align: center;
    text-transform: uppercase
}

.featured:before,
.featured:after {
    font-family: 'FontAwesome';
    content: '\f005';
    color: #fff
}

.featured:before {
    padding-right: 8px
}

.featured:after {
    padding-left: 8px
}

.featured-footer {
    height: 50px;
    background-color: #ac8bb9
}

.featured-connect,
.social-media-links {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.featured-connect li,
.social-media-links li {
    display: inline-block;
    width: 50px;
    height: 50px
}

.featured-connect li a {
    display: block;
    color: #fff;
    line-height: 63px;
    text-align: center
}

.featured-connect li:hover,
.social-media-links li:hover {
    background-color: #212121
}

.social-media-links li {
    background-color: #ac8bb9
}

.social-media-links li a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center
}

.single-posts article {
    padding: 1rem
}

.single-featured-image {
    padding: 1rem 0 0 0
}

p.opening-text {
    font-size: 1.2em
}

.share {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0
}

.share li {
    display: inline-block;
    padding-right: 0.875em;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    background-color: #231f20
}

.share li:hover {
    background-color: #ac8bb9
}

.share li a {
    display: block;
    color: #eee8f1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.related-article {
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: 1.5rem
}

.related-article article {
    padding: 1rem
}

.about-the-author {
    padding: 1rem;
    background-color: #e9e9e9;
    border: 1px solid #e0e0e0
}

.about-the-author img {
    padding: 1rem;
    background-color: #ededed;
    border: 1px solid #e0e0e0
}

.contact-info-author {
    border-top: 1px solid #dbdbdb
}

.author-contact {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0
}

.author-contact li {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #ac8bb9;
    line-height: 50px;
    text-align: center
}

.author-contact li:hover {
    background-color: #9e9e9e
}

.author-contact li a {
    text-align: center;
    color: #fff
}

.floating-connect {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.floating-connect li {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 21px
}

.floating-connect li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #ac8bb9;
    color: #fff;
    line-height: 42px;
    text-align: center
}

.floating-connect li a:hover {
    background-color: #9e9e9e
}

/***********************

	TESTIMONIALS

************************/
.testimonials-content {
	padding-left: 1.5rem;
    margin: 1.5rem 0;
	background-color:#f8f8f8;
	border: 3px solid #ac8bb9;
	font-style:normal;
}
.mwd-testimonial-author {
	color:#ac8bb9;
	font-weight:bold;
}



footer {
    min-height: 400px;
    background-color: #ac8bb9
}

footer h4 {
    color: #fff
}

footer p {
    color: #fff
}

footer address {
    color: #fff
}

footer a {
    font-weight: bold;
    color: #fff
}

footer h5 {
    color: #231f20
}

footer input {
    width: 95%;
    padding: 1rem;
    background-color: #fff
}

.bottom-bar ul {
    list-style: none;
    padding: 1.5rem 0
}

.bottom-bar li {
    display: inline-block;
    padding-right: 1rem
}

.bottom-bar li a {
    color: #000
}

.bottom-bar li a:hover {
    color: #6d6e70
}

.breadcrumbs {
    background-color: #eee8f1;
    min-height: 40px
}

.breadcrumbs span {
    line-height: 40px;
    margin: 0;
    padding: 0
}

.pagination {
    clear: both;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center
}

.page-numbers {
    display: inline-block;
    padding: 5px 0.5625rem;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0 1px 0 #fff
}

.page-numbers:hover,
.page-numbers .gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #fefefe, #f0f0f0)
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #f0f0f0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.page-numbers .gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9)
}

.col1 {
    width: 48%;
    float: left;
    padding: 0 10px;
    margin-right: 1%
}

.col2 {
    width: 48%;
    float: right;
    padding: 0 10px;
    margin-left: 1%
}

.alignnone {
    margin: 0px 1.5rem 1.5rem 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto
}

p.aligncenter {
    padding-top: 1.5rem
}

.alignright {
    float: right;
    margin: 0px 0 1.5rem 1.5rem
}

.alignleft {
    float: left;
    margin: 0px 1.5rem 1.5rem 0
}

.aligncenter {
    display: block;
    margin: 0px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 0px 0 1.5rem 1.5rem
}

a img.alignnone {
    margin: 0px 1.5rem 1.5rem 0
}

a img.alignleft {
    float: left;
    margin: 0px 1.5rem 1.5rem 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #FFF;
    border: 1px solid #f8f8f8;
    max-width: 96%;
    padding: 6px 3px 9px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 0px 1.5rem 1.5rem 0
}

.wp-caption.alignleft {
    margin: 0px 1.5rem 1.5rem 0
}

.wp-caption.alignright {
    margin: 0px 0 1.5rem 1.5rem
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin: 0;
    padding: 0 4px 5px
}

figure,
.full-width img {
    background-color: #fff;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 3px solid #f8f8f8;
    padding: 5px
}

.attachment-post-thumbnail {
    max-width: 100%;
    max-height: 240px
}

.widget_recent_entries ul li {
    list-style: bullets
}

.widget_recent_entries li {
    margin-bottom: 1.5rem
}

.sticky {
    border: 1px solid #f8f8f8;
    padding: 1.5rem
}

.contact-form input[type=email],
.contact-form input[type=text] {
    width: 100% !important;
    min-height: 50px !important;
    max-width: 100%;
    margin-bottom: 0 !important
}

.contact-form textarea {
    height: 200px;
    width: 100% !important;
    float: none;
    margin-bottom: 0
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/slick.eot");
    src: url("fonts/slick.eot#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg")
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

@media handheld,
only all and (max-width: 767px) {
    .row,
    .container,
    .large-contain {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px
    }
    .row .onecol,
    .row .twocol,
    .row .threecol,
    .row .fourcol,
    .row .fivecol,
    .row .sixcol,
    .row .sevencol,
    .row .eightcol,
    .row .ninecol,
    .row .tencol,
    .row .elevencol,
    .row .twelvecol {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
    .responsiveSelectContainer select.responsiveMenuSelect,
    select.responsiveMenuSelect {
        display: block;
        width: 100%;
        margin-top: 15px
    }
    h1 {
        font-size: 2.3em
    }
    .business-index-featured h2,
    .business-index h2 {
        font-size: 24px;
        text-align: center
    }
    .topbar p,
    .topbar ul {
        text-align: center
    }
    nav {
        text-align: center;
        max-height: 100%;
        margin: 0;
        background-color: #ac8bb9;
        background-color: rgba(172, 139, 185, 0.8)
    }
    .logo {
        display: block;
        margin: 0 auto;
        text-align: center
    }
    .call-to-action {
        top: 100px;
        padding: 0 0 1rem 0
    }
    .hero-contain {
        padding-top: 1rem
    }
    .breadcrumbs {
        display: none;
        visibility: hidden
    }
    .latest-shows-main li {
        display: block;
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 1px;
        margin-right: 10px;
        margin-bottom: 1rem
    }
    .col1 {
        width: 100%;
        float: none;
        padding: 0 10px;
        margin-right: 0
    }
    .col2 {
        width: 100%;
        float: none;
        padding: 0 10px;
        margin-left: 0
    }
}