/*
Theme Name: Premium Pods
Theme URI: http://premiumpods.co.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2018.11
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #000;
	color: #444;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #BC8C2E;
	text-decoration:none;
}

a:hover {
	color: #E5AE4E;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color:#000;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1,.h1 {
	font-size: 2em;
	font-weight:800;
	line-height: 1.2em;
}

h2,.h2 {
	font-size: 1.75em;
	line-height: 1.4em;
}

h3,.h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

strong {
	font-weight:800;
}

em {
	color:#000;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	margin-bottom:20px;
}

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

.alignright {
	clear:both;
	margin-bottom:20px;
}

/* BACKGROUNDS */

.bg-dark {
	background-color:#000 !important;
}

.bg-grey {
	background-color:#DDD;
	background-image: url(images/bg-grey.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width: 992px) {

.bg-grey {
	background-attachment: fixed;
}

}

.bg-white {
	background-color:#FFF;
}

/* BUTTONS */

.btn-primary {
	background-color:#BC8C2E !important;
	border:none;
	color:#FFF !important;
	font-weight:800;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active {
	background-color:#E5AE4E !important;
}

/* CAROUSEL */

/* Caption hidden for mobile */
.carousel-caption {
  	/*display:none;*/
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom:50%;
}

#myCarousel .carousel-item {
	padding-bottom:100%;
}

#myCarousel2 .carousel-item,
#myCarousel3 .carousel-item,
#myCarousel4 .carousel-item,
#myCarousel5 .carousel-item,
#myCarousel6 .carousel-item {
	padding-bottom:66%;
}

@media only screen and (min-width: 767px) {

.carousel-item {
	padding-bottom:30%;
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
}

}

@media only screen and (min-width: 1200px) {

.carousel-item {
}

}

.circle {
	background-color: #DDD;
	width: 80%;
	display: block;
	padding-bottom: 80%;
	height: 0;
	border-radius: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.collapse {
	/*margin-top:40px;*/
}

.large {
	font-size:200%;
	line-height:100%;
}

.max-800 {
    margin:auto;
    max-width:800px;
}

.navbar-toggler {
	position:relative;
	margin:auto;
}

.navbar {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight:800;
	letter-spacing:1px;
	margin-bottom:0;
}

.navbar li {
	margin:0;
}

.nav-link {
	color:#000 !important;
}

.nav-link:hover {
	color:#BC8C2E !important;
}

.footer.navbar-nav li {
	border-left:none;
}

.pricing {
	position:absolute;
	right:0;
	z-index: 99;
}

.required {
	position:absolute;
	right:30px;
}

.rounded {
	border-radius: 10px !important;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#CCC;
}

.white a:hover {
	color:#FFF;
}

@media only screen and (min-width: 767px) {
	
.alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

.collapse {
	margin-top:0;
}

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* Back to Top */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: block;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
