/*
 * Fonts
 * --------------------------------------------------
 */

@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i';

/*
 * Resets
 * --------------------------------------------------
 */

.navbar {
	margin-bottom: 20px;
	border: none;
}

.page-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

/*
 * Global
 * --------------------------------------------------
 */

html, body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: 300;
	color: #6d6d6d;
	 word-wrap: break-word;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 100px;
}

footer.content-info {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

h1, h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a19266;
	text-transform: uppercase;
	font-weight: 300;
}



.sow-sub-headline{
	text-transform: none!important;
}

a {
	color: #a19266;
}

a:hover, a:focus {
	color: #6d6d6d;
	text-decoration: none;
}

/*.nav > li.dropdown > ul.dropdown-menu {
	margin-top: 0px;
}

.nav > li.dropdown:hover > ul.dropdown-menu {
	display: block;
}*/


/*
 * Header
 * --------------------------------------------------
 */

.logo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.site-tagline {
	font-size: 36px;
	color: #fff;
	font-weight: 400;
}

.header-contact {
	padding-top: 25px;
	text-align: right;
	z-index: 2000;
}

.header-contact .header-phone {
	background-color: rgba(161,146,102,0.8);
	padding: 10px;
	display: inline-block;
	color: #fff;
}

.header-contact .header-phone a {
	color: #fff;
	transition: all 0.5s;
}

.nav-wrapper {
	margin-right: -15px;
	margin-left: -15px;
	clear: both;
}

.primary-nav > li {
	display: table-cell;
	width: 1%;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	white-space: nowrap;
}

.primary-nav > li:hover .dropdown-menu{
	display: block;
}

.primary-nav li > .caret {
	display: none;
}

.primary-nav li a {
	padding: 10px;
}

.primary-nav li.active a, .primary-nav li:hover a, .primary-nav li:focus a {
	text-decoration: underline;
}

body.home .header-wrapper {

	position: relative;
	border-top: 3px solid #a19266;
}

.header-container {
	height: 100%;
	/*overflow: hidden;*/
}

.video-container {
	position: absolute;
	display: block;
	clear: both;
	float: right;
	z-index: 0;
	top: 78%;
	right: 2%;
}
.vidtitle
{
    color: #dd9933;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.3;
}

video#bgvid { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;
	background-size: cover; */
}

/*.header-wrapper > .header-container > .container {
	border-bottom: 1px solid #a19266;
}*/

/*
 * Body
 * --------------------------------------------------
 */

.wrap {
	z-index: 1;
	position: relative;
	
}

.banner-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.content .has-overlay {
	position: relative;
	margin-right: -10px;
	margin-left: -10px;
}

.content .has-overlay .overlay {
	position: absolute;
	right: 0px;
	bottom: 30px;
	left: 0px;
}

.content .has-overlay .overlay #overlayed-btn {
	width: 100%;
	border: none;
	border-radius: 0px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
}

.content .has-overlay:hover .overlay #overlayed-btn {
	display: none;
}

/*.content .has-overlay .overlay #overlayed-btn:after {
	display: block;
	width: 100%;
	height: 5px;
	background-color: #4a0b0f;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.content .has-overlay:hover .overlay #overlayed-btn:after {
	content: '';
}*/

.content .has-overlay .overlay-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    background-color: rgba(0,0,0,0.8);
    display: none;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

.content .has-overlay:hover .overlay-popup {
	display: block;
}

.content .recent-posts-widget .widget-title {
	display: none;
}

.content .recent-posts-widget ul {
	list-style: none;
}

.content .recent-posts-widget ul li {
	width: 25%;
	float: left;
}
.mobile-menu{
	display: none;
}
/*
 * Footer
 * --------------------------------------------------
 */

.footer-wrapper {
	padding-top: 15px;
}

.footer-nav > li {
	display: inline-block;
}

.footer-nav > li > a {
	text-transform: uppercase;
	color: #a19266;
	padding: 0px 0px 0px 15px;
}

.footer-nav > li > a:after {
	color: #a19266;
	font-size: 1.3em;
	line-height: 1em;
	padding-left: 10px;
}

.footer-nav > li:last-child > a:after{
	display: none;
}

.footer-nav li.dropdown .caret {
	display: none;
}

.footer-nav 

.social-wrapper {
	padding-left: 15px;
}

.social-title {
	display: inline-block;
	padding-right: 10px;
	color: #a19266;
}

.social {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: middle;
	color: #a19266;
}



/*
 * Forms
 * --------------------------------------------------
 */

#gform_wrapper_1 .gfield {
	clear: none;
	margin: 0px;
	padding: 0px 10px;
}

#gform_wrapper_1 .gfield .gfield_label {
	display: none;
}

#gform_wrapper_1 .gform_footer {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

#gform_wrapper_1 .gform_footer input[type="submit"] {
	border: none;
	background-color: #a19266;
	color: #fff;
	text-transform: uppercase;
	width: 50%;
	text-align: center;
}
.btn-primary
{
	    color: #fff;
    background-color: #a19266;
    border-color: #908156;
}
.btn-primary:hover
{
	background:#000;
}
.news .widget-title
{
text-align: center;
font-size: 30px;
    margin: 40px 0;
}
/*
 * Media Queries
 * --------------------------------------------------
 */

@media (max-width: 1024px) {
	body {
		margin-bottom: 0px;
	}

	footer {
		position: static;
		height: auto;
	}
}

@media (max-width: 767px) {
	.desktop-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	.navbar-toggle {
		border: none;
	}

	.navbar-toggle .icon-bar {
		background-color: #a19266;
	}

	.primary-nav li {
		display: block;
		width: auto;
	}

	.primary-nav li a {
		text-transform: uppercase;
		color: #a19266;
	}
}

/*.home h3, .home p, .home h2, .home h1, .home a, .home .footer-nav > li > a
{
	color: #fff;
}*/
.home-text .so-widget-sow-editor p
{
   color: #a19266;
   font-weight: 500;
}
.home-text .sow-headline 
{
	font-weight: 700;
}
.sow-headline{
	text-transform: uppercase !important;
}
.sow-sub-headline{
	text-transform: none!important;	
}
.mejs-poster
{
	max-width: 100%;
}
.home .header-container {
/*     height: 100%;
    overflow: hidden;
    height: 100%;
    overflow: hidden;
    position: absolute;
     z-index: -100; 
    top: 0;
    margin: 0 auto;
    background: url(https://dancesportkingdom.com.au/wp-content/uploads/homebg.jpg) no-repeat;
    background-position: top center;
    background-position: 10px 140px;
    width: 100%;
    background-size: cover; */
}
.navbar-collapse{
	background: #FFF;
}
@media (max-width: 991px) {

	.home .header-container 
	{
		    background-position: -193px 0;
	}
}
.header-contact .header-phone a:hover {color: #000;text-shadow: 2px 2px 2px #8e8e8e;}