/*
Theme Name: The Theme
Theme URI: https://clearviewproducts.com.au/
Description: A Theme for Paul and his mate.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    color: #555;
}

#wrap {
    height: auto !important;
    margin: 0 auto -20px;
    min-height: 100%;
    padding: 0 0 20px;
    transition: all 0.2s ease 0s;
}

.theme h1, 
.theme h2, 
.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.theme h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.theme a {
	color: #333;
	text-decoration: none;
}

.theme a:hover, 
.theme a:focus {
	color:#555;
	text-decoration: underline;
}

.theme hr {
    margin-bottom: 10px;
    margin-top: 10px;
}


.theme .navbar {
	min-height: 100px;
	margin-bottom: 0;
}

.theme .pushy .active{
	background: # #ff5300
}

.theme .navbar-header{
    padding: 4px;
    position: absolute;
}

.theme .navbar-header a {
    padding: 0;
    color:#2d2d2d;
    transition: all 0.2s ease 0s;
    margin-right: 12px;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color: #c9d397
}

.theme .navbar-nav {
    width: 100%;
  }
  
.theme .navbar-nav > li {
    float: none;
    display: inline-block;
}
  

.theme .navbar-default {
	background-color: transparent;
    transition: all 0.5s ease 0s;
    border: none;
}

.theme .navbar-default .navbar-toggle {
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top:20px;
	right:20px;
    color: #333;
    border: 1px solid #fff;
    background-color:transparent;
    font-size: 18px;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	border: 1px solid #c9d397;
	color: #c9d397;
}

.theme .navbar-default .navbar-nav { 
    margin-top: 20px;
}

.theme .navbar-default .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus {
	color:#c9d397;
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#333;
    text-shadow: none;
}

.theme .navbar-default .navbar-nav > .open > a, 
.theme .navbar-default .navbar-nav > .open > a:hover, 
.theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: # #ff5300
}

.theme .navbar-default .navbar-nav.navbar-right {
    text-align: right;
    position: absolute;
}

.theme .navbar-default .navbar-nav.navbar-right > li > a {
    margin-right: 0;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 440px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
}

.heading {
	padding:180px 0;
}

.heading h1 {
	padding: 10px;
	border: 2px solid #fff;
	max-width: 200px;
	margin: 0 auto;
}

.slide {
	width:100%;
	height: 778px;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
    background-size: cover;
}

.sliders {
	height: 778px;
	width:100%;
	transition: all 0.2s ease 0s;
	margin-bottom: 48px
}

.home-tag {
	position:absolute;
	color:#fff;	
	padding:20px;
	text-align: right;
	font-size: 64px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: 700;
	text-shadow: 2px 2px 2px #444;
}

.center-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 16px;
}

.theme .toggle-target {
	display: none;
}

.page-container {
    padding-bottom: 28px;
}

.page-container .form-control {
	color:#555;
	padding:8px;
	font-size: 13px;
	height: inherit;
	margin-bottom: 6px
}

.page-container h5 {
	color: #ff5300
}

.post-container {
    padding: 28px 0px;
}

.post-container h2 {
	font-size: 48px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: 700;
}

.credit-container {
	background-color: #130c0d;
	color:#ddd;
	padding-top:20px;
	font-size: 14px;
}

.credit-container .container {
	border-bottom: 1px solid #444;
}

.credit-container .navbar-nav {
	list-style: none;
	padding-left:20px;
}

.credit-container .navbar-nav > li {
	border-right: 1px solid #777;
}

.credit-container .navbar-nav > li:last-child {
	border-right: none;
}

.credit-container .navbar-nav > li > a {
	padding:0 10px;
	color:#fff;
}

.credit-container .navbar-nav > li > a:last-child {
	border-right: none;
}

.credit-container a {
	color:#fff;
	text-decoration: none;
}

.credit-container a:hover, 
.credit-container a:focus {
	color: #ff5300
	text-decoration: none;
}
.copy-container {
	color:#ccc;
	font-size: 12px;
}

/* icons */

.fa {
	cursor: pointer;
}

.fa-right {
	margin-right: 8px;
	width:16px;
	text-align: center;
}

.fa-social {
	color:#333;
}

.fa-social:hover {
	color:#c9d397;
}


/* Mailchimp */

.footer-container #mc_embed_signup .mc-field-group {
    width: 100%;
}

.footer-container #mc_embed_signup .mc-field-group label {
    font-weight: normal;
}



/* Utilties */

.theme .text-stepoutside {
    color: # #ff5300
}

.theme .btn-stepoutside {
    background-color: #ff5300;
    border-color: #ff5300;
    color: #fff;
}

.theme .btn-stepoutside:hover,
.theme .btn-stepoutside:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}


.relative {
	position: relative;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

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

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

@media (max-width: 500px) {
	.home-text {
		display:none;
	}
	.home-tag-xs {
	  max-width: 50%;
	}
}