/* Infinity Pro Front Page
Loaded on the front page */

/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding-top: 0;
}

.front-page .site-header {
	background: transparent;
	border-bottom: none;
}

.front-page .white .site-header {
	background: transparent;
	border-bottom: none;
}



.front-page .nav-primary .genesis-nav-menu a,
.front-page .offscreen-content-icon button,
.front-page .site-title a,
.front-page .site-title a:hover,
.front-page .site-title a:focus {
	color: #fff;
}

.front-page .offscreen-content button,
.front-page .offscreen-content-icon button {
	background-color: transparent;
}

.front-page .white .offscreen-content button,
.front-page .white .offscreen-content-icon button {
	background-color: #fff;
}

.front-page .genesis-nav-menu .sub-menu a,
.front-page .white .genesis-nav-menu a,
.front-page .white .offscreen-content-icon button,
.front-page .white .site-title a,
.header-image.front-page .genesis-nav-menu a,
.header-image.front-page .genesis-nav-menu .sub-menu a,
.header-image.front-page .offscreen-content-icon button {
	color: #000;
}

.front-page .genesis-nav-menu a:hover,
.front-page .genesis-nav-menu a:focus,
.front-page .offscreen-content-icon button:hover,
.front-page .offscreen-content-icon button:focus,
.front-page .white .genesis-nav-menu a:hover,
.front-page .white .genesis-nav-menu a:focus {
	color: #d43c67;
}

.front-page.full-width-content .content {
	border-right: none;
	max-width: 100%;
	padding: 0;
}

.front-page .content .entry {
	background: none;
}

.front-page .widget p.thirty {
	margin-bottom: 30px;
}

.front-page img {
	vertical-align: top;
}


/* Front Page Sections
---------------------------------------------------------------------------------------------------- */

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

/*.front-page-2,*/
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    border-top: 73px solid transparent;
    margin-top: -73px;
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
    position: relative;
    z-index: 9;
}

.front-page-1 .wrap,
.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap,
.front-page-7 .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
}

.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-5 .widget-title,
.front-page-6 .widget-title,
.front-page-7 .widget-title {
	font-family: 'Philosopher', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #00acbf;
}

/* Front Page 1 - with soliloquy slider
---------------------------------------------------------------------------------------------------- */

.front-page-1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent;
    padding-bottom: 80px !important;
}

#soliloquy-container-194 {
margin-bottom: 0px !important;
}


#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside {
float: left;
width: 30%;
background-color: rgba(0, 0, 0, 0.3);
padding: 30px 40px !important;
margin-left: 30px;
margin-bottom: 30px;
text-align: left;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside h2 {
color: #fff;
font-size: 40px;
font-size: 4rem;
font-weight: 700;
font-family: 'PT Sans', sans-serif; 
text-shadow: none;
text-align: left;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside p {
text-shadow: none;
font-size: 24px;
font-weight: 700;
color: #f5f5f5;
line-height: 1.2;
margin: 15px 0;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .date {
font-size: 32px;
font-style: italic;
color: #fff;
margin-top: 30px;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .button {
background-color: #00acbf;
border-radius: 3px;
color: #fff;
padding: 12px 20px;
font-size: 14px;
letter-spacing: 1px;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .button:hover {
background-color: #333;
color: #fff;
}



.front-page-1 .soliloquy-container .soliloquy-image {
    width: 100%;
}

.front-page-1 .soliloquy-container .soliloquy-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 0;
}

.front-page-1 p {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.soliloquy-caption-inside  {
padding: 30px;
}

.soliloquy-caption-inside h2 {
font-size: 40px;
font-size: 4rem;
font-family: 'Philosopher', sans-serif;
font-weight: 700;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
text-transform: none;
margin-bottom: -10px;
margin-top: -10px;
line-height: 1;
}

.soliloquy-caption-inside .small {
font-size: 30px;
font-weight: 400; 
font-family: 'Philosopher', sans-serif;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
text-transform: none;
margin-bottom: 10px;
letter-spacing: normal;
}

.soliloquy-caption-inside p {
font-size: 14px;
color: #f3f3f3;
}

/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
background: #f7f7f7;
	padding-bottom: 130px;
	padding-top: 50px;
	text-align: center;
}

.front-page-2 .widget-full .wrap {
	max-width: 960px;
}


.front-page-2 .widget-title  {
	font-family: 'Philosopher', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #00ACBF;
	text-transform: uppercase;
	padding-top: 0;
}

.front-page-2 p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.front-page-2 p:last-child {
	margin-bottom: 0;
}

.front-page-2 h2 {
color: #00acbf;
}

.front-page-2 button:focus,
.front-page-2 button:hover,
.front-page-2 input:focus[type="button"],
.front-page-2 input:hover[type="button"],
.front-page-2 input:focus[type="reset"],
.front-page-2 input:hover[type="reset"],
.front-page-2 input:focus[type="submit"],
.front-page-2 input:hover[type="submit"],
.front-page-2 .textwidget a.button:focus,
.front-page-2 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}



#text-11 .widget-wrap {
background-color: #01bac6;
padding: 10px 20px 20px;
color: #fff;
min-height: 414px;
}

#text-11 .widgettitle {
color: #fff;
margin-top: 10px;
margin-bottom: 5px;
font-size: 26px;
font-size: 2.6rem;
}

#text-11 .small {
font-size: 16px;
font-size: 1.6rem;
padding: 0;
text-align: center;
}

#text-11 em {
font-size: 20px;
font-size: 2rem;
line-height: normal;
}

#text-13 {
background: #01bac6 url(https://www.yogastudiokerikeri.co.nz/wp-content/uploads/2017/07/boxbghp.jpg) no-repeat right center;
color: #fff;
padding: 40px;
min-height: 427px;
}

#text-13 .widget-title {
color: #fff;
font-size: 30px;
background-color: #333;
}

#text-13 p {
font-size: 20px;
font-size: 2rem;
line-height: 1.5;
}

#text-13 .ph {
font-size: 34px;
font-weight: 700;
}

#text-13 .fa-phone {
font-size: 36px !important;
font-size: 3.6rem;
vertical-align: middle;
}

#text-13 .fa-phone a[href^="tel:"] {
  color: #fff !important;
	}
	
#text-13 a[href^="tel:"] {
  color: #fff !important;
	}

#text-15 {
color: #333;
min-height: 414px;
background-color: #fff;
}

#text-15 p {
font-size: 22px;
font-size: 2.2rem;
}

#text-15 .textwidget {
padding: 30px 30px 20px 30px;
}

#text-15 .button {
background-color: #333;
border-radius: 3px;
border: #fff solid 1px;
color: #00acbf;
padding: 15px 25px;
margin-bottom: 10px;
line-height: 1.3;
}

#text-15 .button:hover {
background-color: #00acbf;
color: #fff;
}

#text-15 .buttons {
margin-top: 30px;
}

#text-23 h1 {
margin: 0px auto 50px;
font-size: 34px;
font-size: 3.4rem;
color: #00ACBF;
line-height: 1.3;
} 

#text-23 p {
margin-bottom: 10px;
}


#featured-page-4 .post-11 {
background-color: #333;
color: #FFF;
padding: 40px 40px 20px 40px;
min-height: 414px;
font-size: 14px;
}

#featured-page-4 .post-11 .more-link {
color: #DCDCDC;
}

#featured-page-4 .post-11 .entry-title a {
color: #fff;
font-size: 22px;
}

#featured-page-4 h4 {
margin: 0px !important;
}

#featured-page-4 .entry-header {
text-align: center !important;
}

#featured-page-4 .entry-header::after {
padding-bottom: 0px;
}



/* Front Page 3
---------------------------------------------------------------------------------------------------- */

.front-page-3 {
	background-color: #666;
	color: #fff;
	padding-bottom: 200px;
	padding-top: 200px;
	text-align: center;
}

.front-page-3 .widget-full .wrap {
	max-width: 960px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.front-page-3,
.front-page-3 a,
.front-page-3 p,
.front-page-3 .featured-content .entry-title a,
.front-page-3 .widget-title {
	color: #333;
}

.front-page-3 a {
	border-bottom: 1px solid #fff;
}

.front-page-3 a:hover,
.front-page-3 a:focus,
.front-page-3 .featured-content .entry-meta a:hover,
.front-page-3 .featured-content .entry-meta a:focus,
.front-page-3 .featured-content .entry-title a:hover,
.front-page-3 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-3 a:hover,
.front-page-3 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-3 a.button,
.front-page-3 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-3 h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.front-page-3 p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.75;
}

.front-page-3 p:last-child {
	margin-bottom: 30px;
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {
background: #fff;
	padding-bottom: 150px;
	padding-top: 0px;
	text-align: center;
}

.front-page-4 .widget-full .wrap {
	max-width: 960px;
}

.front-page-4 p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.75;
}

.front-page-4 p:last-child {
	margin-bottom: 0;
}

.front-page-4 button:focus,
.front-page-4 button:hover,
.front-page-4 input:focus[type="button"],
.front-page-4 input:hover[type="button"],
.front-page-4 input:focus[type="reset"],
.front-page-4 input:hover[type="reset"],
.front-page-4 input:focus[type="submit"],
.front-page-4 input:hover[type="submit"],
.front-page-4 .textwidget a.button:focus,
.front-page-4 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 5
---------------------------------------------------------------------------------------------------- */

.front-page-5 {
	background-color: #666;
	color: #fff;
	padding-bottom: 180px;
	padding-top: 170px;
	text-align: center;
}

.front-page-5 .widget-full .wrap {
	max-width: 960px;
}

.front-page-5,
.front-page-5 a,
.front-page-5 p,
.front-page-5 .featured-content .entry-title a,
.front-page-5 .widget-title {
	color: #fff;
}

.front-page-5 a {
	border-bottom: 1px solid #fff;
}

.front-page-5 a:hover,
.front-page-5 a:focus,
.front-page-5 .featured-content .entry-meta a:hover,
.front-page-5 .featured-content .entry-meta a:focus,
.front-page-5 .featured-content .entry-title a:hover,
.front-page-5 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-5 a:hover,
.front-page-5 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-5 a.button,
.front-page-5 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-5 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-5 p:last-child {
	margin-bottom: 0;
}


/* Front Page 6
---------------------------------------------------------------------------------------------------- */

.front-page-6 {
	padding-bottom: 180px;
	padding-top: 170px;
	text-align: center;
}

.front-page-6 .widget-full .wrap {
	max-width: 960px;
}

.front-page-6 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-6 p:last-child {
	margin-bottom: 0;
}

.front-page-6 button:focus,
.front-page-6 button:hover,
.front-page-6 input:focus[type="button"],
.front-page-6 input:hover[type="button"],
.front-page-6 input:focus[type="reset"],
.front-page-6 input:hover[type="reset"],
.front-page-6 input:focus[type="submit"],
.front-page-6 input:hover[type="submit"],
.front-page-6 .textwidget a.button:focus,
.front-page-6 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 7
---------------------------------------------------------------------------------------------------- */

.front-page-7 {
	background-color: #666;
	color: #fff;
	padding-bottom: 180px;
	padding-top: 170px;
	text-align: center;
}

.front-page-7 .widget-full .wrap {
	max-width: 960px;
}

.front-page-7,
.front-page-7 a,
.front-page-7 p,
.front-page-7 .featured-content .entry-title a,
.front-page-7 .widget-title {
	color: #fff;
}

.front-page-7 a {
	border-bottom: 1px solid #fff;
}

.front-page-7 a:hover,
.front-page-7 a:focus,
.front-page-7 .featured-content .entry-meta a:hover,
.front-page-7 .featured-content .entry-meta a:focus,
.front-page-7 .featured-content .entry-title a:hover,
.front-page-7 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-7 a:hover,
.front-page-7 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-7 a.button,
.front-page-7 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-7 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-7 p:last-child {
	margin-bottom: 0;
}


/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.flexible-widgets .widget {
	float: left;
}

.flexible-widgets.widget-full .widget {
	padding-left: 0;
	padding-right: 0;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}


/* Content Boxes
---------------------------------------------------------------------------------------------------- */

.front-page .content-box {
	padding: 50px 40px 60px;
}

.front-page .solid-section .content-box {
	background-color: #f5f5f5;
}

.front-page .content-box h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page .content-box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
	margin-bottom: 0;
}

.content-box .icon {
	font-size: 30px;
}


/* Team Overlay
---------------------------------------------------------------------------------------------------- */

.featuredpage .team-member a.aligncenter,
.featuredpage .team-member a.alignleft,
.featuredpage .team-member a.alignnone,
.featuredpage .team-member a.alignright {
	display: block;
	margin: 0;
}

.featuredpage .team-member.entry {
	color: #fff;
	padding: 0;
	position: relative;
}

.featuredpage .team-member .entry-content {
	background-color: #000;
	clear: both;
	padding: 20px;
	position: relative;
	z-index: 10;
}

.featuredpage .team-member .entry-header {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.featuredpage .team-member .entry-header:after {
	border-width: 0;
	padding-bottom: 0;
}

.featuredpage .team-member.entry:hover .entry-header,
.featuredpage .team-member.entry:focus .entry-header,
.featuredpage .team-member.entry.focused .entry-header {
	background-color: rgba(0,0,0,0.8);
	opacity: 1;
	-ms-filter: "alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.featuredpage .team-member .entry-header a {
 	display: table-cell;
 	padding: 20px;
 	position: relative;
 	transform: translateY( 10px );
 	transition: transform .4s ease-in-out;
 	vertical-align: middle;
 	z-index: 3;
}

.featuredpage .team-member .entry-header.position-top a {
	padding-top: 45px;
	vertical-align: top;
}

.featuredpage .team-member:hover .entry-header a,
.featuredpage .team-member:focus .entry-header a,
.featuredpage .team-member.focused .entry-header a {
	transform: translateY( 0 );
}

.featuredpage .team-member .entry-title a,
.featuredpage .team-member .more-link:hover,
.featuredpage .team-member .more-link:focus {
	color: #fff;
}

.featuredpage .team-member .entry-title {
 	display: table;
	font-size: 27px;
	font-size: 2.7rem;
 	height: 100%;
	margin-bottom: 10px;
 	overflow: hidden;
 	width: 100%;
}

.featuredpage .team-member .entry-title a:focus .team-name {
	border-bottom: 1px #fff dotted;
}

.featuredpage .team-member p,
.featuredpage .team-member .entry-title .team-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}

.featuredpage .team-member .entry-title .team-title {
	display: block;
	padding-top: 10px;
}

.front-page-6 .flexible-widgets.widget-halves.uneven .featuredpage.widget:last-of-type {
	float: none;
	margin: 0 auto;
	max-width: 50%;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1112px) {
	
	.flexible-widgets.widget-fourths .widget,
	.front-page-2 .flexible-widgets.widget-halves .widget,
	.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-2 .flexible-widgets.widget-thirds .widget {
		float: left;
		padding-left: 0px;
		padding-right: 0px;
		width: 50%;
		margin: 0 auto;
		min-height: 414px;
	}
	  
	.front-page-2 .flexible-widgets.widget-thirds .widget {
		clear: none;
	}

	.front-page-2 .flexible-widgets.widget-thirds .widget:nth-child(2n) {
		clear: left;
	}
  
	  
	#text-23 {
	float: none;
	width: 100%;
	padding-top: 20px;
	min-height: 100px;
	}  
	
	#media_image-4 {
	background-color: #f7f7f7;
	}
	
	
	#media_image-2 {
        max-height: 414px;
}

.front-page-1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent;
    padding-bottom: 25px !important;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside {
width: 40%;
padding: 30px !important;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside h2 {
font-size: 28px;
font-size: 2.8rem;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside p {
font-size: 18px;
margin: 15px 0;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .date {
font-size: 30px;
}

.soliloquy-caption-inside h2 {
font-size: 30px;
font-size: 3rem;
margin-top: 0px;
margin-bottom: -10px;
line-height: normal;
}

.soliloquy-caption-inside .small {
font-size: 24px;
margin-bottom: -10px;
}


	  
}


@media only screen and (min-width:801px) {
    .front-page .nav-primary .genesis-nav-menu a {
        color: #fff;
    }
}


@media only screen and (max-width: 800px) {

	.front-page .site-inner {
		margin-top: 0;
		padding: 0;
	}

	.front-page .offscreen-content-icon button,
	.front-page .site-title a,
	.front-page .site-title a:hover,
	.front-page .site-title a:focus {
		color: #000;
	}
	
	.flexible-widgets.widget-fourths .widget,
	.front-page-2 .flexible-widgets.widget-thirds .widget,
	.front-page-2 .flexible-widgets.widget-halves .widget,
	.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	
	#text-13 {
	margin-top: 30px;
	}
	   


	/*.front-page-1,*/
.front-page-2,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    padding-bottom: 150px;
    padding-top: 40px;
}
	.front-page-1 {
		height: auto;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
	}
	
	.front-page-3 {
	height: auto;
	}
	
	
	.soliloquy-container { 
    max-height: none !important; 
    margin-top: 40px !important;
  }
  .soliloquy-viewport { 
    height: auto !important; 
  }
  .soliloquy-container .soliloquy-caption { 
    position: relative !important; 
  }

.front-page-1 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: #00ACBF url(http://www.yogastudiokerikeri.co.nz/wp-content/uploads/2017/07/sparkle.jpg) bottom right;
    padding: 30px 30px 30px 30px !important;
}

.front-page-1 .soliloquy-container .soliloquy-item:before {
	background: none;
}

.front-page-1 p {
	font-size: 13px;
	font-size: 1.3rem;
}

.soliloquy-caption-inside  {
padding: 30px;
}

.soliloquy-caption-inside h2 {
font-size: 30px;
font-size: 3rem;
text-shadow: none;
margin-bottom: 20px;
line-height: 1.2;
}

.soliloquy-caption-inside .mobbr {
margin-bottom: 20px;
}

.soliloquy-caption-inside .small {
font-size: 22px;
text-shadow: none;
line-height: 1.2;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside {
float: none;
width: 100%;
padding: 20px 5px !important;
margin-left: 0px;
margin-bottom: 30px;
text-align: center;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside h2 {
color: #fff;
font-size: 24px;
font-size: 2.4rem;
text-align: center;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside p {
text-shadow: none;
font-size: 16px;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .date {
font-size: 24px;
font-style: italic;
color: #fff;
margin-top: 30px;
}

#soliloquy-194 .soliloquy-id-970 .soliloquy-caption .soliloquy-caption-inside .button {
background-color: #000;
}


	.front-page-2 .wrap,
	.front-page-3 .wrap,
	.front-page-4 .wrap,
	.front-page-5 .wrap,
	.front-page-6 .wrap,
	.front-page-7 .wrap {
		padding-left: 5%;
		padding-right: 5%
	}
	
	#featured-page-2 {
padding: 0 10px;
}

#media_image-2 .widget {
margin-bottom: 0px;
background-color: #fff;
padding: 0px;
max-width: 100%;
height: 414px;
}

#media_image-2 {
        max-height: 100%;
}

#media_image-4 {
	background-color: #f7f7f7;
	}

#text-13 .widget-title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 60%;
}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}


	.front-page-2 .flexible-widgets.widget-thirds .widget {
		clear: none;
	}

	.front-page-2 .flexible-widgets.widget-thirds .widget:nth-child(2n) {
		clear: left;
	}

}

@media only screen and (max-width: 600px) {



.front-page .site-inner {
		margin-top: 50px;
		padding: 0;
	}
	
	
	/*.front-page-1,*/
.front-page-2,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    padding-bottom: 30px;
    padding-top: 30px;
}

#text-13 .widget-title {
    width: 100%;
}


	.soliloquy-container { 
    max-height: none !important; 
    margin-top: 0px !important;
  }

.front-page-3 {
	padding-bottom: 100px;
    padding-top: 100px;
}

.front-page-2 {
padding-top: 0px;
}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
	}


	.front-page-1 .widget-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}
	

#text-13 .widget-title {
color: #fff;
font-size: 26px;
background-color: #333;
}

#text-13 p {
font-size: 20px;
}

#text-13 .fa-phone a[href^="tel:"] {
  color: #fff !important;
	}


#text-13 {
padding: 15px;
}	

#text-13 .ph {
font-size: 28px;
}

#text-23 {
	margin-bottom: 0px;
	}  

#text-23 p {
margin: 0px;
}

#text-23 h1 {
font-size: 26px;
}

#featured-page-4 .post-11 {
padding: 50px 0px 40px 0px;
}

#featured-page-4 p {
font-size: 18px;
}

#featured-page-4 .post-11 .entry-title a {
color: #00acbf;
font-size: 24px;
}

#media_image-4 {
margin: 30px auto;
background-color: #fff;
padding: 20px 0px;
}

#media_image-2 {
margin: 0px auto;
padding: 20px 0px;;
}


.front-page-2 .widget-title  {
	font-size: 20px;
	font-size: 2rem;
	}

}

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

.front-page .site-header {
    background: #000 url(http://www.yogastudiokerikeri.co.nz/wp-content/uploads/2017/07/bgblk.jpg) no-repeat left;
}


.front-page .white .site-header {
	background: #000 url(http://www.yogastudiokerikeri.co.nz/wp-content/uploads/2017/07/bgblk.jpg) no-repeat left;
	}
	

.front-page .site-inner {
		margin-top: 240px;
		padding: 0;
	}
	
	.soliloquy-caption-inside h2 {
font-size: 26px;
font-size: 2.6rem;
}

.front-page-2 .flexible-widgets #featured-page-4  {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		min-height: 250px !important;
}

#featured-page-4 .post-11 {
padding: 0px 0px 0px 0px;
}

#featured-page-4 .post-11 p {
margin-left: 10px;
margin-right: 10px;
}

	.front-page-2 .flexible-widgets #media_image-4 {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		min-height: 300px !important;
	}
.front-page-2 .flexible-widgets #media_image-2 {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		min-height: 300px !important;
	}

	
}

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

.front-page .site-inner {
		margin-top: 290px;
		padding: 0;
	}
	
#featured-page-4 .post-11 .entry-title a {
font-size: 20px;
}

	
}