/*
Theme Name: Soul Scape 2018
Theme URI: http://www.soulscape.org.nz
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Description: MacStudio Bootstrap 4
Version: 3.3.7
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
*/

body {
	background: #FFF;
	color: #245F90;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:300;
	line-height:1.5em;
}

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

hr {
	clear:both;
	display:block;
	margin:30px 0;
}

em {
	color:#1CAC80;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* FONTS */
/* - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 18px 0;
	padding:0;
}

h1 {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size:2em;
	font-weight: 500;
	line-height:1.3em;
}

h2 {
	color:#1CAC80;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size:1.65em;
	font-weight: 500;
	line-height:1.3em;
}

h3 {
	color:#1CAC80;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size:1.35em;
	font-weight: 400;
	line-height:1.3em;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* LINKS */
/* - - - - - - - - - - - - - - - - - - - - - */

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

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

a:hover img,
a:hover svg,
a:hover div {
	opacity:0.8;
	cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* MARGINS / PADDING */
/* - - - - - - - - - - - - - - - - - - - - - */

.margin-top {
	margin-top: 30px;
}

.margin-top-small {
	margin-top: 15px;
}

.margin-top-big {
	margin-top: 60px;
}

.margin-top-minus {
	margin-top: -60px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-small {
	margin-bottom: 15px;
}

.margin-minus {
	margin-left: -15px;
	margin-right: -15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.padding {
	padding: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* BACKGROUNDS */
/* - - - - - - - - - - - - - - - - - - - - - */

.bkg-black {
	background: #000;
}

.bkg-blue {
	background: #537FB7;
}

.bkg-blue-dark {
	background: #245F90;
}

.bkg-green {
	background: #1C8080;
	background-image: url(images/bkg-green.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bkg-green-dark {
	background: #1C8080;
}

.bkg-grey {
	background: #EEE;
}

.bkg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bkg-white {
	background: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* TEXT COLOURS */
/* - - - - - - - - - - - - - - - - - - - - - */

.green {
	color:#3ECE9E;
}

.white,
.white h1,
.white h2,
.white h3,
.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

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

/* - - - - - - - - - - - - - - - - - - - - - */
/* SECTIONS */
/* - - - - - - - - - - - - - - - - - - - - - */

.section {
	padding: 40px 0;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* BUTTONS */
/* - - - - - - - - - - - - - - - - - - - - - */

a.default,
.btn-default {
    background: #1CAC80;
	border:0;
	border-radius:4px 4px 4px 4px;
	box-shadow: 0;
    color: #FFF !important;
	display:inline-block;
	font-weight:500;
	padding:10px 14px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #3ECE9E !important;
}
 
.btn-default:active, .btn-default.active {
    background: #1CAC80;
    box-shadow: none;
}


.simpay-payment-btn {
	  background: #1CAC80;
	border:0;
	border-radius:4px 4px 4px 4px;
	box-shadow: 0;
    color: #FFF !important;
	display:inline-block;
	font-weight:500;
	padding:10px 14px;
}




/* - - - - - - - - - - - - - - - - - - - - - */
/* NAV BAR */
/* - - - - - - - - - - - - - - - - - - - - - */

.nav-wrap {
	margin-bottom: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.navbar-collapse,	
.nav-wrap .container {
	padding: 0;
}

.navbar {
	background: RGBa(255,255,255,0.8);
	border: none;
	border-radius: 0;
	font-size:0.9em;
	font-weight:500;
	margin-bottom: 0;
	padding: 0;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #245F90;
	background: none;
}

.navbar-default .navbar-nav > li > a {
	color: #245F90;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #3ECE9E;
}

.navbar-header{
    text-align:center;
}

.navbar-toggle {
    float: none;
    margin-right:0;
}

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

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}
	
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* CAROUSEL FULL WIDTH */
/* - - - - - - - - - - - - - - - - - - - - - */

.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-caption h2 {
	background: rgba(255, 255, 255, 0.75);
	display:inline-block;
	padding: 30px;
	text-shadow: none;
}

.item {
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	height:350px;
	width:100%;
}

.carousel-indicators li {
	border:1px solid #CCC;
}




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

.item {
	height:500px;
}

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* INSTAGRAM */
/* - - - - - - - - - - - - - - - - - - - - - */

.featured-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:30px;
	overflow: hidden;
	padding-bottom: 92%;
	position: relative;
	width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* CUSTOM PAGE STYLES */
/* - - - - - - - - - - - - - - - - - - - - - */

.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

.alignright {
	float:right;
	margin:0 0 20px 20px;
}

.ccf-form-wrapper .field {
	margin-bottom:6px !important;
}

.ccf-form-wrapper .field .sub-label {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 0.75em;
}

.clear {
	clear: both;
}

.fit-width {
	width: 100%;
}

.fixed {
}

.footer a {
	font-weight:500;
}

.footer ul {
	margin:0;
	padding:0
}

.footer li {
	list-style: none;
	margin:0;
	padding:0;
}

.left {
	float: left;
}

.required {
	color:#3ECE9E !important;
	float:right;
	position:relative;
}

.right {
	float: right;
}

.text-left-mobile-center {
	text-align:center;
}

.text-right-mobile-center {
	text-align:center;
}

.thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border:0;
	border-radius:0;
	margin:0;
	padding:0;
	padding-bottom:66.66%;
	position:relative;
}

.vert-center {
	padding-top:100px;
	padding-bottom:100px;
}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Extra Small Devices, Phones */ 
/* - - - - - - - - - - - - - - - - - - - - - */

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

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Extra Small Devices, Phones */ 
/* - - - - - - - - - - - - - - - - - - - - - */

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

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Small Devices, Tablets */
/* - - - - - - - - - - - - - - - - - - - - - */

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

.text-left-mobile-center {
	text-align:left;
}

.text-right-mobile-center {
	text-align:right;
}

}

/* - - - - - - - - - - - - - - - - - - - - - */
/* Medium Devices, Desktops */
/* - - - - - - - - - - - - - - - - - - - - - */

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

/* - - - - - - - - - - - - - - - - - - - - - */
/* Large Devices, Wide Screens */
/* - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (min-width : 1200px) {
	
.fixed {
	background-attachment: fixed;
}

}

