/*!
Theme Name: Laughter Therapy
Theme URI: https://revealwebsolutions.com
Author: Tony Lynn
Author URI: https://revealwebsolutions.com
Description: Responsive single page WordPress theme. Built from scratch for John Hipkiss and Laughter Therapy.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laughter_therapy
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

laughter_therapy is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Alfa Slab One", cursive;
	clear: both;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4, h5, h6 {
	font-size: 1.4em;
}

#home h2, #reviews h2 {
	color: #89189d;
}
#home h2{
	color: #D37D02;
}

#about h2, #clients h2 {
	color: #0191a7;
}
#why-do-it h2{
    color:#89189D;
}
#contact h2 {
	color: #017968;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}

blockquote {
	margin: 3em 1em;
	font-size: 1.3em;
	font-family: "Alfa Slab One", cursive;
	text-align: left;
}

@media screen and (min-width: 768px) {
	blockquote {
		margin: 3em 5em;
		text-align: center;
	}
}

blockquote {
	border-left: 0px;
}

blockquote:before {
    display: block;
    content: '\f10d';
    font-family: fontawesome;
    font-size: 2em;
    position: relative;
    top: -20px;
    width: 80px;
    height: 80px;
    line-height: 40px;
    float: none;
    text-align: center;
    padding: 18px 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #D00062;
    margin: 0 auto;
}



#about blockquote {
	color: #0191a7;
}
#about blockquote:before {
	background-color: #0191a7;
}
#why-do-it blockquote{
    color:#89189D;
}
#why-do-it blockquote:before{
    background-color:#89189D;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 18.75px;
	font-size: 1.17188rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 18.75px;
	font-size: 1.17188rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	position: relative;
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

section .wpcf7-submit {
	float: none;
	width: 150px;
	margin: 0 auto;
	display: block;
	padding: 0.8em 1.5em;
}

#home .wpcf7-submit, #contact .wpcf7-submit {
	background-color: #D37D02;
	border: 2px solid #D37D02;
	color: #fff;
}
#contact .wpcf7-submit {
	background-color: #017968;
	border: 2px solid #017968;
	color: #fff;
}

#home .wpcf7-submit:hover, #contact .wpcf7-submit:hover {
	background-color: #e9e9e9;
	border: 2px solid #89189D;
	color: #89189D;
}

#about .wpcf7-submit {
	background-color: #0191a7;
	border: 2px solid #0191a7;
	color: #fff;
}

#about .wpcf7-submit:hover {
	background-color: #fff;
	border: 2px solid #0191a7;
	color: #D00062;
}

#why-do-it .wpcf7-submit {
	background-color: #86269B;
	border: 2px solid #86269B;
	color: #fff;
}

#benefits .wpcf7-submit:hover {
	background-color: #e9e9e9;
	border: 2px solid #115448;
	color: #115448;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 200px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	text-align: center;
	color: #c3c3c3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	text-align: center;
	color: #c3c3c3;
}

input::placeholder, textarea::placeholder {
	text-align: center;
	color: #c3c3c3;
}

section .wpcf7-text, section .wpcf7-textarea {
	width: 100%;
	padding: 5px 10px;
}
#home .wpcf7-text {
	border: solid 2px #D37D02;
}

#contact .wpcf7-text, #contact .wpcf7-textarea {
	border: solid 2px #017968;
}

.free-demo .col-xs-12, .learn-more .col-xs-12 {
	margin-bottom: 20px;
}

#about .wpcf7-text {
	border: solid 2px #0191a7;
}

#about div.wpcf7-mail-sent-ok {
	border: 2px solid #0191a7;
}

#why-do-it .wpcf7-text {
	border: solid 2px #86269B;
}

#benefits div.wpcf7-mail-sent-ok {
	border: 2px solid #115448;
}

#contact div.wpcf7-mail-sent-ok {
	border: 2px solid #017968;
}

#home .free-demo p {
	color: #D37D02;
}
#why-do-it .free-demo{
    color:#86269B;
}
#about .loosen-up p {
	color: #0191a7;
}
.loosen-up .col-xs-12.col-sm-4 {
    margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
	display: none !important;
}

div.demo-download {
	width: calc(100% - 30px);
	float: left;
	padding: 20px;
	border: 2px solid green;
	margin: 0 15px 20px 15px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #89189D;
}

a:visited {
	color: #89189D;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.credit, .credit:visited {
	color: #fff;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
#contact a , #contact a:visited{
    color: #017968;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.contact-bar {
	background-color: #D37D02;
	padding: 0.8em 0;
	color: #fff;
	text-align: right;
}
.contact-bar * a{
    color:#fff;
}
.contact-bar * a:visited{
    color:#fff;
}
.contact-bar * a:hover{
    text-decoration:underline;
}
.email {
    float: left;
    width: 120px;
    margin: 0;
    text-align: left;
}
.site-header {
	float: left;
	clear: both;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

.shifted {
	margin-top: 78px;
}

.site-branding {
	width: 200px;
	max-height: 70px;
	float: left;
	margin: 0.9em 0;
}

.site-description {
	display: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: none;
	position: relative;
	padding: 0.8em;
	border-bottom: solid 1px #c9c9c9;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 0.8em;
	color: #333;
}

.main-navigation a:visited {
	color: #333;
}

.main-navigation a:focus, .main-navigation a:hover, .main-navigation aactive {
	color: #333;
}

.main-navigation li:last-of-type a {
	padding-right: 0;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #89189D;
	margin: 6px 0;
	transition: 0.4s;
}

/* Rotate first bar */
.toggled .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	        transform: rotate(-45deg) translate(-6px, 6px);
}

/* Fade out the second bar */
.toggled .bar2 {
	opacity: 0;
}

/* Rotate last bar */
.toggled .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -6px);
	        transform: rotate(45deg) translate(-7px, -6px);
}

.main-navigation .menu-front-page-menu-container {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #eaeaea;
}

.main-navigation.toggled .menu-front-page-menu-container {
	display: block;
	border-top: solid 1px #c9c9c9;
}

@media screen and (min-width: 48em) {
        .email {
            display: block;
            float: right;
            width: auto;
            margin-left: 20px;
        }
	.main-navigation ul#menu-front-page-menu {
		display: block;
	}
	.site-header {
		box-shadow: 0px 4px 5px -1px #616161;
	}
	.main-navigation {
		clear: right;
		float: right;
		width: calc(100% - 200px);
		font-size: 0.9em;
	}
	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation li {
		float: left;
		position: relative;
		padding: 0em;
		border-bottom: solid 0px #c9c9c9;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		padding: 0 0.8em;
	}

	.main-navigation a:focus, .main-navigation a:hover, .main-navigation aactive {
		color: #333;
	}
	.main-navigation li:last-of-type a {
		padding-right: 0;
	}
}

/* Small menu. */
button.menu-toggle {
	position: absolute;
	top: -67px;
	right: 0;
	border: 1px solid;
	border-color: #86269b #86269b #86269b;
	border-radius: 3px;
	background: #fff;
	color: #86269b;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.2em 0.5em;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		float: right;
		padding: 2.6em 0;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 17.5px;
	font-size: 1.09375rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.featured-image {
	display: block;
	width: 100%;
	clear: both;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 2em;
}

@media screen and (min-width: 600px) {
	.featured-image {
		width: 100%;
		height: 400px;
	}
}

@media screen and (min-width: 992px) {
	.featured-image {
		width: 100%;
		height: 500px;
	}
}

.discount img {
	width: 100px;
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
	margin-bottom: 10px;
}

img.custom-logo {
	max-height: 70px;
	width: auto;
}

.col-xs-12.col-sm-6 img {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	bottom: 0;
	position: absolute;
	padding: 1em 0;
	line-height: 1.3em;
	font-size: 1em;
	background-color: rgba(137, 24, 157, 0.8);
	margin: 0;
	width: 100%;
	color: #fff;
}

.wp-caption-text {
	text-align: center;
}
#contact .wp-caption .wp-caption-text {

	background-color: rgba(1, 121, 104, 0.8);
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-Sep-2017, 16:22:26
    Author     : anthonylynn
*/
div#content {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	top: 164px;
}

.section-container {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5em 0;
}

#home {
	padding-top: 0;
        color:#D37D02;
}

#about, #reviews {
	background-color: #E9E7E7;
}

#about .discount {
	color: #89189D;
}

section#benefits {
	color: #115448;
}

section#contact {
	color: #017968;
}

section ul {
	display: table;
	margin: 0 auto;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Sep-2017, 10:20:11
    Author     : anthonylynn
*/
.social-icons {
	width: auto;
	float: right;
}

.tel {
	width: auto;
	float: left;
}

ul.social-media-icons {
	display: block;
	float: right;
	clear: none;
	margin: 0;
	list-style-type: none;
}

.social-media-icons li {
	display: inline-block;
	margin-left: 10px;
}

.contact-bar .fa {
	color: #fff;
}

@media screen and (min-width: 48em) {
	.tel {
		width: auto;
		float: right;
	}
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Sep-2017, 15:31:51
    Author     : anthonylynn
*/
footer#colophon {
	top: 152px;
	position: relative;
	width: 100%;
	float: left;
	padding: 1em 0;
	background-color: #017968;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
#clients .smls-main-logo-wrapper {
	margin: 3em auto;
}

#clients .smls-grid-pad-container:hover img {
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#clients .smls-overlay-effect .smls-overlay-wrap {
	background-color: transparent;
}

.rt-container, .rt-container-fluid {
	margin: 3em 0;
}

/*# sourceMappingURL=../laughter_therapy/sass/maps/style.css.map */
