/*
Theme Name: SALT Law
Theme URI: http://www.jenniferwebdesignlasvegas.com
Description: A custom WordPress theme crafted by the folks at Jennifer Web Design.
Version: 1.4.1
Author: Jennifer Web Design
Author URI: http://www.jenniferwebdesignlasvegas.com
Tags:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/***********************************************************
				COMMON
***********************************************************/
::-moz-selection {
	background: #ac73d3;
	color: #fff;
}
::selection {
	background: #ac73d3;
	color: #fff;
}
body {
	font: 400 14px/1.25 'Source Serif Pro', serif;
	color: #323232;
	background: #f1f1f1;
}
h1 {
	margin: 0 0 10px;
	padding: 0;
}
h2 {
	font: 700 26px/1.25 'Source Serif Pro', serif;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	color: #481d66;
}
h3 {
	margin: 0 0 10px;
	padding: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
	color: inherit;
}
a {
	-webkit-transition: all 250ms;
	   -moz-transition: all 250ms;
	    -ms-transition: all 250ms;
	     -o-transition: all 250ms;
	        transition: all 250ms;
	color: #965ae1;
}
a:focus,
a:hover {
	text-decoration: none;
	color: #000;
}
a.gold {
	font-weight: 700;
	font-style: italic;
	color: #b08117;
}
a.gold:focus,
a.gold:hover {
	color: #000;
}
a.more-link {
	font-weight: 700;
	font-style: italic;
	color: #000;
}
a.more-link:focus,
a.more-link:hover {
	color: #965ae1;
}
img {
	max-width: 100%;
}
p {
	margin: 0 0 10px;
}
.thumbnail {
	display: inline-block;
	border-radius: 0;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #965ae1;
}
.aligncenter {
	display: block;
	height: auto;
	margin: 0 auto 10px auto;
}
.alignright {
	float: right;
	height: auto;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	height: auto;
	margin: 0 10px 10px 0;
}
.row.no-gutters [class^='col-'],
.row.no-gutters [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.btn {
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}
.btn-lg {
	box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
}
.btn-block + .btn-block {
	margin-top: 10px;
}
.btn-purple,
.btn-gold,
.btn-grey {
	position: relative;
	overflow: hidden;
	color: #fff;
	border-right: none;
	border-left: none;
}
.btn-purple {
	font-weight: 700;
	font-style: italic;
	border-top: 1px solid #512470;
	border-bottom: 1px solid #512470;
	background: #ac73d3;
	background: -webkit-linear-gradient(top,  #ac73d3 0%,#370d53 100%);
	background:    -moz-linear-gradient(top,  #ac73d3 0%, #370d53 100%);
	background:     -ms-linear-gradient(top,  #ac73d3 0%,#370d53 100%);
	background:         linear-gradient(to bottom,  #ac73d3 0%,#370d53 100%);
	text-shadow: 2px 1px rgba(56, 33, 9, .75);
}
.btn-gold {
	font-weight: 600;
	border-top: 1px solid #b46f00;
	border-bottom: 1px solid #b46f00;
	background: #e7c48d;
	background: -webkit-linear-gradient(top,  #e7c48d 0%,#ab7b0c 100%);
	background:    -moz-linear-gradient(top,  #e7c48d 0%, #ab7b0c 100%);
	background:     -ms-linear-gradient(top,  #e7c48d 0%,#ab7b0c 100%);
	background:         linear-gradient(to bottom,  #e7c48d 0%,#ab7b0c 100%);
}
.btn-grey {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #2d2d2d;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background: #e2e2e2;
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#8d8d8d 100%);
	background:    -moz-linear-gradient(top,  #e2e2e2 0%, #8d8d8d 100%);
	background:     -ms-linear-gradient(top,  #e2e2e2 0%,#8d8d8d 100%);
	background:         linear-gradient(to bottom,  #e2e2e2 0%,#8d8d8d 100%);
	text-shadow: none;
}
.btn-purple:active {
	background: #370d53;
	background: -webkit-linear-gradient(top,  #370d53 0%,#ac73d3 100%);
	background:    -moz-linear-gradient(top,  #370d53 0%, #ac73d3 100%);
	background:     -ms-linear-gradient(top,  #370d53 0%,#ac73d3 100%);
	background:         linear-gradient(to bottom,  #370d53 0%,#ac73d3 100%);
}
.btn-gold:active {
	background: #ab7b0c;
	background: -webkit-linear-gradient(top,  #ab7b0c 0%,#e7c48d 100%);
	background:    -moz-linear-gradient(top,  #ab7b0c 0%, #e7c48d 100%);
	background:     -ms-linear-gradient(top,  #ab7b0c 0%,#e7c48d 100%);
	background:         linear-gradient(to bottom,  #ab7b0c 0%,#e7c48d 100%);
}
.btn-grey:active {
	color: #2d2d2d;
	background: #8d8d8d;
	background: -webkit-linear-gradient(top,  #8d8d8d 0%,#e2e2e2 100%);
	background:    -moz-linear-gradient(top,  #8d8d8d 0%, #e2e2e2 100%);
	background:     -ms-linear-gradient(top,  #8d8d8d 0%,#e2e2e2 100%);
	background:         linear-gradient(to bottom,  #8d8d8d 0%,#e2e2e2 100%);
}
.btn-purple:focus,
.btn-purple:hover,
.btn-gold:focus,
.btn-gold:hover {
	color: #fff;
}
.btn-grey:focus,
.btn-grey:hover {
	color: #000;
}
.btn-purple::before,
.btn-purple::after,
.btn-gold::before,
.btn-gold::after,
.btn-grey::before,
.btn-grey::after {
	position: absolute;
	top: -1px;
	left: 0;
	width: 1px;
	height: calc(100% + 2px);
	content: '';
}
.btn-purple::after,
.btn-gold::after,
.btn-grey::after {
	right: 0;
	left: auto;
}
.btn-purple::before,
.btn-purple::after {
	background: #512470;
	background: -webkit-linear-gradient(top,  #512470 0%,#fff 50%,#512470 100%);
	background:    -moz-linear-gradient(top,  #512470 0%, #fff 50%, #512470 100%);
	background:     -ms-linear-gradient(top,  #512470 0%,#fff 50%,#512470 100%);
	background:         linear-gradient(to bottom,  #512470 0%,#fff 50%,#512470 100%);
}
.btn-gold::before,
.btn-gold::after {
	background: #b46f00;
	background: -webkit-linear-gradient(top,  #b46f00 0%,#fff 50%,#b46f00 100%);
	background:    -moz-linear-gradient(top,  #b46f00 0%, #fff 50%, #b46f00 100%);
	background:     -ms-linear-gradient(top,  #b46f00 0%,#fff 50%,#b46f00 100%);
	background:         linear-gradient(to bottom,  #b46f00 0%,#fff 50%,#b46f00 100%);
}
.btn-grey::before,
.btn-grey::after {
	background: #b9b9b9;
	background: -webkit-linear-gradient(top,  #b9b9b9 0%,#e2e2e2 50%,#b9b9b9 100%);
	background:    -moz-linear-gradient(top,  #b9b9b9 0%, #e2e2e2 50%, #b9b9b9 100%);
	background:     -ms-linear-gradient(top,  #b9b9b9 0%,#e2e2e2 50%,#b9b9b9 100%);
	background:         linear-gradient(to bottom,  #b9b9b9 0%,#e2e2e2 50%,#b9b9b9 100%);
}
.btn .shine {
	position: absolute;
	top: -80px;
	left: 30px;
	display: block;
	width: 0;
	height: 400px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, .6);
	   -moz-box-shadow: 0 0 40px 10px rgba(255, 255, 255, .6);
	        box-shadow: 0 0 40px 10px rgba(255, 255, 255, .6);
}
.btn:hover .shine,
.btn:focus .shine {
	top: -300px;
	left: 90%;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}





/***********************************************************
				HEADER
***********************************************************/
header#site-header {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: #d7d2ca;
}
.header-top {
	position: relative;
	margin-bottom: 35px;
	border-bottom: 7px solid #d7d2ca;
	background: url('images/bg-header.png') center top repeat;
	box-shadow: 0 7px 27px 8px rgba(86, 56, 0, .55);
}
.cta-btns {
	margin-top: 12px;
}
.header-text {
	font-size: 16px;
	font-weight: 700;
	margin: 75px 0 0 10px;
	text-transform: uppercase;
	color: #310a4b;
}
.tagline {
	font: 700 22px/1.2 'Source Serif Pro', serif;
	font-style: italic;
	margin-bottom: 35px;
}
.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.navbar-default,
.navbar-default > .container {
	position: relative;
	background: rgba(255, 255, 255, .5);
}
.navbar-brand {
	height: auto;
}
.navbar .navbar-toggle {
	margin: 0 -15px 0 0;
	padding: 18px 15px;
	border: 0;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar .navbar-toggle .icon-bar {
	border-radius: 0;
	background: #965ae1;
}
.navbar .btn-gold {
	margin-top: 8px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2d2d2d;
}
.navbar-default .navbar-nav > li + li::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 2px;
	height: 20px;
	content: '';
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #6b3a8c;
}
.single-event .navbar-default .navbar-nav > #menu-item-40 > a
.single-event .navbar-default .navbar-nav > #menu-item-40 > a:focus,
.single-event .navbar-default .navbar-nav > #menu-item-40 > a:hover,
.single-location .navbar-default .navbar-nav > #menu-item-40 > a,
.single-location .navbar-default .navbar-nav > #menu-item-40 > a:focus,
.single-location .navbar-default .navbar-nav > #menu-item-40 > a:hover,
.navbar-default .navbar-nav > .current-menu-parent > a,
.navbar-default .navbar-nav > .current-menu-parent > a:focus,
.navbar-default .navbar-nav > .current-menu-parent > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #ae7e11;
	background: none;
}
.navbar-default .navbar-nav > .open > a::after {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 4px;
	content: '';
	border-radius: 4px;
	background: #31094b;
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 0;
	background: rgba(235, 229, 238, .95);
}
.navbar-nav > li > .dropdown-menu > li + li {
	border-top: 1px solid #dbd6dc;
}
.navbar-nav > li > .dropdown-menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.navbar-nav > li > .dropdown-menu > .current-menu-item > a {
	color: #fff;
	background: #31094b;
}
.caret {
	margin-left: 6px;
}





/***********************************************************
				FOOTER
***********************************************************/
footer#site-footer {
	margin-top: 40px;
	padding: 30px  0;
	color: #7c7569;
	background: #d7d2ca;
}
footer#site-footer a {
	color: #7c7569;
}
footer#site-footer a:focus,
footer#site-footer a:hover {
	color: #000;
}
.footer-links ul {
	font-size: 0;
	padding: 0;
	list-style: none;
}
.footer-links ul li {
	display: inline-block;
}
.footer-links ul li a {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	padding: 5px 12px;
	text-transform: uppercase;
}
.footer-left,
.footer-right {
	text-align: center;
}
.copyright {
	font-size: 10px;
}





/***********************************************************
				HOMEPAGE
***********************************************************/
.flexslider {
	margin-bottom: 20px;
	border: none;
	box-shadow: 0 20px 25px -15px #483208;
}
.flexslider .slides .slide {
	padding-bottom: 425px;
}
.flexslider .slide-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.flexslider .slide .caption,
.twitter-widget .twitter-handle {
	font-size: 18px;
	line-height: 28.8px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	color: #000;
	background: #d7d2ca;
}
.twitter-widget .twitter-handle {
	font-size: 18px;
	line-height: 28px;
}
.flexslider .flex-direction-nav a {
	top: auto;
	bottom: 70px;
	width: 40px;
	height: 35px;
	color: rgba(255, 255, 255, .8);
}
.flexslider .flex-direction-nav a:before {
	font-size: 30px;
}
.twitter-widget {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	background: #fff;
	box-shadow: 0 20px 25px -15px #483208;
}
.home .twitter-widget {
	background: rgba(255, 255, 255, .5);
}
.twitter-widget h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	margin: 5px -5px 30px -5px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	color: #31094b;
	background: url('images/bg-header.png') center top repeat;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .4);
}
.twitter-widget h4::before {
	font-family: 'FontAwesome';
	font-size: 28px;
	font-weight: normal;
	margin-right: 5px;
	content: '\f099';
	vertical-align: middle;
}
.twitter-widget .really_simple_twitter_widget {
	font-size: 12px;
	padding-left: 0;
	list-style: none;
}
.twitter-widget .really_simple_twitter_widget li {
	margin-bottom: 20px;
}
.twitter-widget .really_simple_twitter_widget img {
	width: 30px;
	margin: 0 5px 50px 0;
}
.twitter-widget .really_simple_twitter_widget li .rstw_comma {
	display: inline-block;
	width: 7px;
	color: transparent;
}
.home-block {
	margin-bottom: 30px;
	padding: 6px 10px;
	background: #fff;
}
.home-block h2,
.home-block h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	margin: 0 -10px 10px;
	padding: 10px 0;
	text-transform: uppercase;
	color: #b08117;
	background: #f1f1f1;
}
.home-block h3 {
	font-size: 16px;
	line-height: 18px;
	background: #fff;
}
.home-block h3.with-lines span {
	background: #fff;
}
.home-block article {
	margin-bottom: 20px;
}
.home-block article h1.h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}
.home-block article h1.h3 {
	font-size: 16px;
	font-weight: 700;
	min-height: 34px;
}
.home-block article h1.h4 {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	min-height: 34px;
}
.home-block.consumer-guide img{
	margin:0 auto 26px;
	display: block;
}
ul.events-list {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	list-style: none;
}
ul.events-list li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
ul.events-list li h4.h3 {
	font-size: 18px;
	font-weight: 700;
}
ul.events-list li p {
	font-size: 12px;
	color: #535353;
}
ul.events-list li p:nth-of-type(1) {
	margin-bottom: 0;
}
ul.events-list a {
	color: #535353;
}
ul.events-list a:focus,
ul.events-list a:hover {
	color: #b08117;
}
ul.events-list .text-right a {
	font-weight: 700;
}
ul.equalizer-list {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	list-style: none;
}
ul.equalizer-list li {
	line-height: 28px;
	margin-bottom: 10px;
	background: url('images/bg-newspaper.jpg') right center no-repeat;
}
ul.equalizer-list li a {
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: #634e72;
}
ul.equalizer-list li a:focus,
ul.equalizer-list li a:hover {
	color: #b08117;
}
a.social {
	font-size: 32px;
	font-weight: 400;
	color: #31094b;
}
a.social:focus,
a.social:hover {
	color: #b08117;
}
.home-block .cfpc-item {
	margin-bottom: 15px;
	font-weight: 700;
}





/***********************************************************
				COMMON INTERIOR PAGE STYLES
***********************************************************/
#sidebar1 .twitter-widget {
	margin-bottom: 30px;
	box-shadow: 0 20px 25px -15px #4e4e4e;
}
h1.page-title.with-lines {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	margin-bottom: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #b08117;
	border-top: 5px solid #fff;
}
h1.page-title.with-lines::after {
	top: calc(50% + 5px);
}
.white-block {
	padding: 15px;
	background: #fff;
}
.white-block.with-bg {
	padding-bottom: 85px;
	background: url('images/bg-whiteblock.jpg') center bottom no-repeat #fff;
	background-size: 100%;
}
.purple-block {
	font-size: 18px;
	margin-bottom: 75px;
	padding: 20px 0;
	color: #fff;
	background: url('images/bg-purple.jpg') right bottom no-repeat #452f48;
	background-size: cover;
	box-shadow: 0 20px 25px -15px #4e4e4e;
}
.purple-block .overlay {
	padding: 10px 15px 5px;
	background: rgba(46, 28, 49, .8);
}
.white-block + h2 {
	margin-top: 40px;
}
#main .equalizer-list {
	width: 100%;
}
#main .equalizer-list li {
	background: none;
}





/***********************************************************
				ABOUT SALT
***********************************************************/
.about-section {
	margin: 75px 0;
}
.about-section p {
	font-weight: 700;
	font-style: italic;
}
.about-sections {
	position: relative;
	padding-bottom: 50px;
}
.about-pop-up {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow-y: auto;
	padding: 15px;
	background: #f7f7f7;
	background:    -moz-linear-gradient(top,  #f7f7f7 0%, #e5dfe6 100%);
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e5dfe6 100%);
	background:     -ms-linear-gradient(top,  #f7f7f7 0%,#e5dfe6 100%);
	background:         linear-gradient(to bottom,  #f7f7f7 0%,#e5dfe6 100%);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.about-pop-up h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #b46f00;
}
.page-id-7880 table tr td {
	font-size: 16px;
	padding: 1px 10px;
}
.page-id-7883 .white-block h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
}
.page-id-7883 .white-block p + h4 {
	margin-top: 25px;
}
.page-id-7883 .white-block p {
	margin-bottom: 0;
}





/***********************************************************
				SALT OFFICERS
***********************************************************/
.officers-main-content {
	font-size: 19px;
	font-weight: 700;
}
.salt-officer {
	margin: 40px 0;
}
.officer-photo {
	border: 1px solid #000;
}
.salt-officer h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
	color: #b46f00;
}
.salt-officer h3 {
	font-size: 18px;
	font-weight: 700;
}
.salt-officer h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
}





/***********************************************************
				BLOG
***********************************************************/
.blog article + article,
.archive article + article {
	margin-top: 10px;
}
.blog article h1.h3,
.archive article h1.h3 {
	font-size: 24px;
	font-weight: 700;
}
.blog article h1 a:focus,
.blog article h1 a:hover,
.archive article h1 a:focus,
.archive article h1 a:hover {
	color: #965ae1;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	border-color: #965ae1;
	background: #965ae1;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #965ae1;
}
h1.single-title {
	font-size: 28px;
	font-weight: 700;
}





/***********************************************************
				SALT AT WORK
***********************************************************/
.highlights-photo {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
}
.highlights-heading {
	margin-top: 40px;
}
.highlights {
	font-size: 16px;
}
.highlights ul {
	padding-left: 0;
	list-style: none;
}
.highlights ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 20px;
}
.highlights ul li::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 6px;
	background: #965ae1;
}





/***********************************************************
				EMPLOYMENT LISTINGS
***********************************************************/
.job-listing + .job-listing {
	margin-top: 50px;
}
.job-listing h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}





/***********************************************************
				EVENTS
***********************************************************/
#content table.events-table {
	width: 100%;
}
#content table.events-table thead {
	font-size: 18px;
}
#content table.events-table thead th {
	border-bottom: 2px solid #ccc;
}
#content table.events-table tbody tr td {
	padding: 10px 0;
}
#content table.events-table tbody tr + tr > td {
	border-top: 1px solid #ddd;
}
#content div.css-search div.em-search-main .em-search-submit {
	background: #999;
}
#content div.css-search div.em-search-main .em-search-submit:focus,
#content div.css-search div.em-search-main .em-search-submit:hover {
	background: #777;
}
.mapContainer {
	margin-bottom: 20px;
}
.single-event p.meta,
.single-location p.meta {
	display: none;
}
table.em-tickets td {
	padding: 0 0 15px;
}
table.em-tickets span.ticket-desc {
	font-size: 12px;
	max-width: 80%;
	display: block;
}
.em-booking-form-details {
	width: 100%;
}
.em-booking-form-details p {
	margin-bottom: 15px;
	display: block;
}
.em-booking-form label {
	width: auto;
}.em-booking-form span.input-group {	clear: both;	margin-left: 30px;}
.em-booking-form-details input.input,
.em-booking-form-details select.dbem_country,
.em-booking-form-details textarea {
	display: block;
	clear: both;
	width: 100%;
}
.em-bookings-form-gateway-expiry,
.em-bookings-form-ccv {
	display: inline-block;
	vertical-align: top;
}
.em-bookings-form-gateway-expiry {
	margin-right: 20px;
}
.em-bookings-form-gateway-expiry label,
.em-bookings-form-ccv label {
	display: block;
	width: 100%;
}





/***********************************************************
				FORMS / PMPRO
***********************************************************/
#content .gform_wrapper {
	width: 100%;
	max-width: 100%;
}
#content .gform_wrapper .top_label .gfield_label {
	margin: 20px 0 0;
}
#content .gform_wrapper .ginput_complex label {
	font-weight: 400;
	color: #777;
}
#content input[type=text],
#content input[type=url],
#content input[type=email],
#content input[type=tel],
#content input[type=number],
#content input[type=password],
#content textarea,
#content select,
#content .gform_wrapper input[type=text],
#content .gform_wrapper input[type=url],
#content .gform_wrapper input[type=email],
#content .gform_wrapper input[type=tel],
#content .gform_wrapper input[type=number],
#content .gform_wrapper input[type=password],
#content .gform_wrapper textarea,
#content .gform_wrapper select {
	-webkit-transition: all 200ms;
	   -moz-transition: all 200ms;
	    -ms-transition: all 200ms;
	     -o-transition: all 200ms;
	        transition: all 200ms;
	border: 1px solid #aaa;
}
#content input[type=text]:focus,
#content input[type=url]:focus,
#content input[type=email]:focus,
#content input[type=tel]:focus,
#content input[type=number]:focus,
#content input[type=password]:focus,
#content textarea:focus,
#content select:focus,
#content .gform_wrapper input[type=text]:focus,
#content .gform_wrapper input[type=url]:focus,
#content .gform_wrapper input[type=email]:focus,
#content .gform_wrapper input[type=tel]:focus,
#content .gform_wrapper input[type=number]:focus,
#content .gform_wrapper input[type=password]:focus,
#content .gform_wrapper textarea:focus,
#content .gform_wrapper select:focus {
	border: 1px solid #965ae1;
	box-shadow: 0 0 6px 2px rgba(150, 90, 255, .15);
	outline: none;
}
#content .gform_wrapper .ginput_complex.ginput_container {
	overflow: visible;
}
#content .gform_wrapper .top_label span.ginput_total {
	line-height: 28px;
}
#content .gform_wrapper select {
	height: 29px;
	border: 1px solid #aaa;
	border-radius: 0;
}
#content .gform_wrapper div.validation_error,
#content .gform_wrapper li.gfield.gfield_error,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	color: #e74c3c;
	border: none;
	background: none;
}
#content .gform_wrapper .gfield_error .gfield_label,
#content .gform_wrapper .validation_message {
	color: #e74c3c;
}
form.pmpro_form label {
	float: none;
	display: block;
	text-align: left;
	width: 100%;
}
form.pmpro_form .pmpro_asterisk {
	display: none;
}
form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {
	display: block;
	width: 100%;
}
form.pmpro_form div.pmpro_payment-expiration,
form.pmpro_form div.pmpro_payment-cvv {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
form.pmpro_form div.pmpro_payment-cvv {
	width: 48%;
	float: right;
	margin-right: 0;
}
form.pmpro_form .pmpro_submit {
	margin-top: 20px;
	margin-left: 0;
}
form.pmpro_form .pmpro_submit span {
	float: none;
}
#pmpro_tos_fields input#tos,
#pmpro_tos_fields label[for="tos"] {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.pmpro_payment-expiration select {
	display: inline-block !important;
	width: 45% !important;
	margin-right: 5px !important;
	vertical-align: middle;
}
.pmpro_payment-expiration #ExpirationMonth {
	margin-right: 5px;
}
.pmpro_payment-expiration #ExpirationYear {
	margin-left: 5px;
}
nav#nav-below {
	margin-bottom: 15px;
}
table.pmpro_checkout {
	width: 100%;
}
table#pmpro_levels_table td:last-child a.btn {
	display: block;
}
#pmpro_account-profile .pmpro_actionlinks {
	display: none;
}
.pmpro_actionlinks a.btn.btn-purple {
	padding: 6px 12px;
}





/***********************************************************
				IE FIXES
***********************************************************/
a img,
img {
	border: none;
	outline: none;
}
html {
	-ms-overflow-x: hidden;
}





/***********************************************************
				MEDIA QUERIES
***********************************************************/
@media (max-width: 768px) {
	.navbar-brand {
		padding: 15px 0;
	}
	.navbar.navbar-default {
		padding: 5px 0;
		border-top: 3px solid #d7d2ca;
		border-bottom: 3px solid #d7d2ca;
		background: url('images/bg-header.png') center top repeat;
		box-shadow: 0 7px 27px 8px rgba(86, 56, 0, .55);
	}
	.navbar.navbar-default > .container {
		background: none;
	}
	.navbar-default .navbar-nav > li + li::before {
		display: none;
	}
	.navbar-default .navbar-collapse {
		width: 100%;
		padding: 0;
	}
	.navbar-nav {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.header-text {
		font-size: 14px;
		max-width: 250px;
		margin-top: 12px;
	}
}

@media (max-width: 992px) {
	.flexslider .slides .slide {
		padding-bottom: 56.25%;
	}
	.flexslider .slide .caption {
		font-size: 18px;
		bottom: 0;
	}
	.home .twitter-widget {
		padding-bottom: 65px;
	}
}

@media (min-width: 768px) {
	.navbar::before {
		position: absolute;
		top: -10px;
		left: 50%;
		width: 750px;
		height: 70px;
		content: '';
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
		background: url('images/bg-header.png') center top repeat;
		box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .4);
	}
	.navbar-default .navbar-nav > li > a {
		font-weight: 700;
		padding: 15px 10px;
	}
	.footer-links ul li + li a::before {
		position: absolute;
		top: 50%;
		left: -1px;
		width: 2px;
		height: 14px;
		content: '';
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: #7c7569;
	}
	nav.menu-primary-navigation-container {
		text-align: center;
	}
	.navbar-nav {
		font-size: 0;
		display: inline-block;
		float: none;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
	}
}

@media (min-width: 992px) {
	.navbar::before {
		width: 970px;
	}
	.footer-left {
		text-align: left;
	}
	.footer-right {
		text-align: right;
	}
	.twitter-widget .really_simple_twitter_widget li {
		min-height: 60px;
	}
	.navbar-default .navbar-collapse {
		padding: 0;
	}
	#main .equalizer-list {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
		padding: 15px 12px;
	}
	.with-lines::after {
		position: absolute;
		top: 50%;
		right: 0;
		width: calc(100% - 10px);
		height: 18px;
		content: '';
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
		background: url('images/heading-lines.png') center top repeat-x;
	}
	.with-lines span {
		position: relative;
		z-index: 99;
		padding: 0 10px;
		background: #f1f1f1;
	}
}

@media (min-width: 1200px) {
	.navbar::before {
		width: 1170px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 15px;
	}
}


@media print {
	.navbar a[href]:after,
	nav a[href]:after,
	p.meta a[href]:after,
	h1 a[href]:after {
		content: none !important;
	}
}
