/*
Theme Name: Clay & Cupcakes
Author: SOS Media Corp
Author URI: https://sosmediacorp.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme is licensed under the GPL.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	max-width: 100%;
	height: 100%;
    min-height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	position: relative;
	clear: both;
	left: 0;
	right: 0;
	width: 100%;
    max-width: 100%;
	height: 100%;
    min-height: 100%;
}

.pink {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd7ef+0,ffd1ee+47,ffbee9+56,ffcfed+100 */
    background: #ffd7ef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd7ef 0%, #ffd1ee 47%, #ffbee9 56%, #ffcfed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd7ef 0%,#ffd1ee 47%,#ffbee9 56%,#ffcfed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd7ef 0%,#ffd1ee 47%,#ffbee9 56%,#ffcfed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7ef', endColorstr='#ffcfed',GradientType=0 ); /* IE6-9 */
}
.blue {
    background: #96E4EE;
    background: -moz-linear-gradient(top, #AEF4F5 0%, #A9ECEC 43%, #6DEAE5 55%, #64F3EC 100%);
    background: -webkit-linear-gradient(top, #AEF4F5 0%,#A9ECEC 43%,#6DEAE5 55%,#64F3EC 100%);
    background: linear-gradient(to bottom, #AEF4F5 0%,#A9ECEC 43%,#6DEAE5 55%,#64F3EC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AEF4F5', endColorstr='#6DEAE5',GradientType=0 );
}
.green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1ec99+0,94eb8d+47,7de778+52,88eb7f+100 */
    background: #a1ec99; /* Old browsers */
    background: -moz-linear-gradient(top, #a1ec99 0%, #94eb8d 47%, #7de778 52%, #88eb7f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1ec99 0%,#94eb8d 47%,#7de778 52%,#88eb7f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1ec99 0%,#94eb8d 47%,#7de778 52%,#88eb7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ec99', endColorstr='#88eb7f',GradientType=0 ); /* IE6-9 */
}

.home {
	-webkit-overflow-scrolling: touch;
}
.other > #page {
    background: url(images/cupcake.png) left bottom no-repeat, url(images/lollipops-cotton-candy.png) right bottom no-repeat;
}

.other > #page,
.home .slider-container
{
    position: absolute;
    top: 145px;
    bottom: 50px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* Ensures footer area is always white no matter what height */
    box-shadow: 0 1000px 0 1000px #fff;
}
.home .slider-container {
	overflow-x: hidden;
	overflow-y: auto;
}
.home #page {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

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

a img {
	border: 0;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 900;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 1.6em 0 1.6em 2em;
}

ul {
	list-style: disc;
}

/* Custom OL Numbered List ( using cupcake sprinkle colours ) */
ol {
	list-style: none;
	padding-left: 40px;
	margin-left: 0;
	counter-reset: ol-counter;
	position: relative;
}
ol > li:before {
    content: counter(ol-counter, decimal);
    counter-increment: ol-counter;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    line-height: 33px;
    border-radius: 33px;
    background: #EF6FBC;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    margin-left: 20px;
}
ol > li {
    margin: 15px 0;
    padding-left: 45px;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

.map-canvas {
    margin-bottom: 40px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;

}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;

}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;

	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.6em;

}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea,
#tribe-bar-form input[type=text]
{
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	border: none;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	border-radius: 7px;
	border: 1px solid #ef6fbc;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select, #tribe-bar-form input[type=text] {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

.map-canvas > div {
	height:350px;
}

.social.instagram {
    background: url( "images/instagram.png" ) center center no-repeat, #ef6fbc;
    margin-right: 0;
}
.social.twitter {
    background: url( "images/twitter.png" ) center center no-repeat, #ef6fbc;
}
.social.facebook {
    background: url( "images/facebook.png" ) center center no-repeat, #ef6fbc;
}
.social.instagram,
.social.twitter,
.social.facebook
{
    background-size: 14px;
}
.social {
    background-color: #ef6fbc;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.social:hover {
    opacity: 0.8;
}
.social:first-of-type {
    margin-right: 0;
}
.social:last-of-type {
    margin-left: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

#tribe-bar-form input[type=text] {
    font-size: 18px;
    font-weight: normal;
}
#tribe-bar-form input[type=text]::-webkit-input-placeholder {
   font-style: normal;
   font-size: 18px;
}

#tribe-bar-form input[type=text]:-moz-placeholder { /* Firefox 18- */
   font-style: normal;
   font-size: 18px;  
}

#tribe-bar-form input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal;
   font-size: 18px;  
}

#tribe-bar-form input[type=text]:-ms-input-placeholder {  
   font-style: normal;
   font-size: 18px;  
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

 a {
     color: #EF6FBC;
     text-decoration: none;
     font-weight: 900;
 }

a:hover,
a:focus {
	color: #555;
	outline: none;
}

/**
 * 6.2 Menus
 */

 .primary.navbar {
     background: #fff;
     z-index: 90;
     width: 100%;
     top: 0;
     padding-top: 22px;
     padding-bottom: 20px;
     padding-left: 65px;
     padding-right: 65px;
     position: static;
 }

.main-navigation {
	z-index: 90;
	background: #fff;
    position: relative;
    top: 25px;
}
.main-navigation a {
	display: block;
	padding: 1em;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	z-index: 90;
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	display: inline-block;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation a:hover {
    color: #00B1D0;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 0.5em;
}

.menu-item-has-children .dropdown-toggle,
.menu-item-has-children .sub-menu,
.menu-item-has-children .sub-menu.toggled-on
{
    display: none;
}
.main-navigation .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 250px;
    background: #ef6fbc;
}
.menu-item-has-children:hover .sub-menu li {
    margin: 0;
    padding: 0;
    display: block;
}
.menu-item-has-children:hover .sub-menu li a {
    width: 100%;
    color: #fff;
    text-transform: none;
    line-height: 1em;
    border-bottom: 1px solid #F580C6;
}
.menu-item-has-children:hover .sub-menu li a:hover {
    background: #F7A2D5;
}

#site-navigation {
  float: right;
  max-width: calc(100% - 350px);
}
.main-navigation a {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
#navigation-button {
	display: none;
	padding: 22px;
	color: #ef6fbc;
	position: absolute;
	right: 0;
	line-height: 40px;
    font-size: 40px;
    padding: 18px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}


.primary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.primary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.primary-toggle:hover,
.primary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.primary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.half.last {
    margin-right: 0;
}
.half {
    float: left;
    width: 47%;
    vertical-align: top;
    margin-right: 5%;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/* Page/Post Headers (h1,h2,h3) */
html h1.entry-title,
html .page-content h1,
h1.tribe-events-single-event-title
{
    font-size: 60px;
    color: #fff;
    word-spacing: 5px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5em;

}
html .entry-content h2,
html .page-content h2
{
	font-size: 33px;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
}
html .entry-content h3,
html .page-content h3
{
	font-size: 22px;
	color: #fff;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Columns */
.column {
  width: 48%;
  float: left;
  vertical-align: top;
}

.column.left {
	margin-right: 2%;
	clear: both;
}
.column.right {
	margin-left: 2%;
	text-align: right;
}

/* MetaSlider */
.metaslider div.caption-wrap {
    bottom: 20%;
    left: 15%;
    max-width: 340px;
    opacity: 1;
    background-color: transparent;
}
.metaslider div.caption {
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 17px;
    margin-top: -30px;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    background: url('images/arrows.png') no-repeat, #ef6fbc;
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 34px;
    border-radius: 20px;
    font-size: 36px;
    border: none !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px;
}
.flexslider .flex-direction-nav .flex-next {
    background-position: -49px 0 !important;
}
.flexslider .flex-direction-nav .flex-prev {
    background-position: -7px 0 !important;
}

.last {
	margin-right: 0!important;
}

/**
 * 10.0 Header
 */

header {
	position: relative;
	top: 0;
}
#masthead {
	width: 100%;
	position: static;
    background: #fff;
    height: 145px;
    z-index: 200;
}

.site-title {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-logo {
  display: inline-block;
  float: left;
  width: 320px;
  margin-top: 20px;
}

.button.header-btn {
  padding: 5px 50px;
  margin: 0 5px;
  font-size: 27px;
  background: none;
  border: 2px solid #fff;
  border-radius: 7px;
}
.button.header-btn:hover {
  color: #20DC73;
  border-color: #20DC73;
}

/* padding-bottom is to account for the sticky footer */
.site-content {
    padding-bottom: 0;
    max-width: 1024px;
    margin: 0 auto;
}

.home .site-main,
.home .site-content
{
  padding: 0;
}

/**
 * 11.0 Widgets
 */
 #mymap {
 	/* Opacity to combat dynamic content rendering issues */
 	opacity: 0.999;
 	border-radius: 7px;
 	margin-bottom: 1.6em;
 }

 span.wpcf7-not-valid-tip {
   font-size: 14px;
   margin-top: 5px;
   font-weight: 100;
   color: #ef6fbc;
 }
 .wpcf7-not-valid {
 	border: 1px solid #ef6fbc;
 }
 div.wpcf7-validation-errors {
     border-color: #DC51A4;
     background: #EF6FBC;
     color: #fff;
     font-size: 14px;
 }
 div.wpcf7-mail-sent-ok {
     font-size: 14px;
     background: #70C148;
 }
 div.wpcf7-response-output {
   margin: 0 0 20px 0;
   clear: both;
   border-radius: 7px;
 }
 form.wpcf7-form {
     clear: both;
     overflow: hidden;
 }
 .wpcf7-form > p:not(.full) {
 	width: 50%;
 	float: left;
 }
 .wpcf7-form > p:not(.full) {
 	padding-right: 8px;
 }
  .wpcf7-form > p:not(.full) + p:not(.full) {
 	padding-right: 0;
 	padding-left: 8px;
 }
 .wpcf7-form > p:not(.full) + p:not(.full) + p:not(.full) {
 	clear: both;
 	padding-right: 8px;
 	padding-left: 0;
 }
 .wpcf7-form > p.full {
 	width: 100%;
 }

.widget pre {
	line-height: 1.2;
}
.widget-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */


.primary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.site-footer {
    background: #fff;
    margin: 0;
    padding: 0 65px;
    width: 100%;
    z-index: 80;
    position: fixed;
    bottom: 0;
    height: 50px;
    /* Box-shadow in case space beneath footer is visible at any time - it will hide the background */
    box-shadow: 0 1000px 0 1000px #fff;
}

/* Content Area Image Styles */
.entry-content img {
	margin-bottom: 20px;
}

/* Gallery Styles (#page in use to overwrite gallery's ID system) */
#page .gallery > .gallery-item > .gallery-icon img {
    border: none;
    margin-bottom: 0;
}
#page .gallery > .gallery-item > .gallery-icon {
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    margin: 5px;
}
dl.gallery-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-item:hover {
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

/**
 * 12.1 Posts and pages
 */

 .hentry {
     position: relative;
     padding: 80px 0;
 }

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0 7.6923%;
}
.entry-content * {
	font-size: 18px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5
{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
	padding-top: 150px;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 14px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

a.cupcake-button, #page a.cupcake-button, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited, #tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events-content .tribe-events-back a {
    display: inline-block;
    color: #555;
    padding: 10px 35px;
    margin: 0 auto;
    vertical-align: top;
    line-height: 1.6;
    border-radius: 7px;
    border: 2px solid #555;
    min-width: 150px;
    max-width: 100%;
    font-weight: bold;
    text-align: center;
    background: none;
    outline:none;
    font-size: 18px;
    text-transform: capitalize;
}
a.cupcake-button:hover, a.cupcake-button:focus, #page a.cupcake-button:hover, #page a.cupcake-button:focus, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:focus, #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-events-content .tribe-events-back a:hover {
    background: #EF6FBC;
    border-color: #ef6fbc;
    color: #fff;
}

/**
 * 13.0 Footer
 */

.site-info {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
    text-align: center;
}

.site-info a:hover {
  color: #13c0d7;
}

.site-info p, .site-info a {
    color: #333;
    display: inline-block;
    margin: 15px 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* 404 Page */
.page-404 {
	padding: 80px 15px;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto;
}
.page-404 p {
	font-size: 18px;
}

/* Archive Page */
.page-archive {
	padding: 80px 15px;
	max-width: 1024px;
	margin: 0 auto;
}
.page-archive ul {
	font-size: 18px;
}

/* Calendar Styles/Overrides */
/* Match the rest of the design by having transparent background */
#tribe-events-bar #tribe-bar-form {
    background: none;
}
/* The default JS values were inaccurate, this fixes it */
.datepicker { 
    width: 400px !important;
    max-width: 100% !important;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width,
#tribe-events .tribe-events-button
{
    display: none;
}
/* Always show filter options, they don't need to be hidden */
#tribe-bar-form .tribe-bar-filters {
    display: block;
}
.tribe-bar-submit {
    padding-top: 28px;
}

.single-tribe_events div.tribe-events-schedule {
    background: none !important;
    border: none !important;
}

#tribe-events-content .hentry.tribe_events {
    padding-top: 0;
    border-color: transparent !important;
}

.tribe-events-single-section.tribe-events-event-meta {
    display: none;
} 

.tribe-events-calendar {
    border: none;
}
.tribe-events-calendar th {
    border: none;
}
.tribe-events-calendar thead th {
    background: #00BFD6;
    border: none;
}
#tribe-events-content .tribe-events-calendar td {
    border: none;
}
.single-tribe_events .tribe-events-event-meta {
    background: none;
    border: none;
}
#tribe-events-content .tribe-events-calendar tr td:not(:first-of-type) {
    border-left: 1px solid #fff;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    opacity: 0.7;
    background: #fff;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
    background: #fff;
}
/* Passed day header */
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background: #EF70BB;
}
/* Future day header */
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background: #00BFD6;
}

/* Footer */
.single-tribe_events #tribe-events-footer {
    border: none;
}

/* ICONS */
/* ICONS */
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title {
    line-height: 22px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-category-mommy-daddy-and-me h3.tribe-events-month-event-title {
    background-image: url('images/Mommy-Daddy-And-Me.png');
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 18px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-category-paint-me-a-story h3.tribe-events-month-event-title {
    background-image: url('images/Paint-Me-A-Story.png');
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 20px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-category-peeps-pizza-night h3.tribe-events-month-event-title {
    background-image: url('images/Peeps-Pizza-Night.png');
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 18px;
}
#tribe-events-content .tribe-events-calendar .tribe-events-category-ladies-night h3.tribe-events-month-event-title {
    background-image: url('images/Ladies-Night.png');
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: 18px;
}

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Extra Large Monitor */
@media screen and (max-width: 1919px) {
    .main-navigation {
        top: 0;
    }
}

/* Large Monitor */
@media screen and (max-width: 1550px) {
	.site-logo {
		/*width: 360px;*/
        width: 20%;
    	margin-top: 2.2%;
	}
	
	#site-navigation {
        max-width: 100%;
        width: 75%;
    }

	.metaslider div.caption-wrap {
		bottom: 5%;
		left: 2%;
	}
} /* End Large Monitor */

/* Medium Monitor */
@media screen and (max-width: 1260px) {

	body #masthead,
	body #page #content,
	body #content,
	body .slider-container,
	body .site-footer
	{
		transition: transform ease 0.5s;
	}
	body .site-footer {
		opacity: 0.999;
	}
	body .slider-container {
		top: auto;
		bottom: auto;
		left: 0;
		right: 0;
		transition: all ease 0.5s;
	}
	body.navigation-open #masthead,
	body.navigation-open #content,
	body.navigation-open .site-footer
	{
		transform: translateX(-250px);
	}
	body.navigation-open .slider-container {
		top: auto;
		bottom: auto;
		left: -250px;
		right: 250px;
		overflow-x: hidden;
		width: 100%;
		z-index: -1;
	}

	.site-logo {
		margin-top: 10px;
        width: 360px;
	}
	#masthead,
	.primary.navbar
	{
		height: 128px;
	}
	/* Navigation converted to hamburger menu */
	#navigation-button {
		display: block;
		cursor: pointer;
		top: 22px;
	}
	.menu-main-menu-container {
	    background: #FFFFFF;
	    position: fixed;
	    height: 100%;
	    height: 100vh;
	    width: 270px;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	    z-index: 200;
	    box-shadow: inset 2px 1px 10px rgba(0, 0, 0, 0.18);
	    padding-top: 30px;
	}
	#site-navigation {
		position: absolute;
		top: 0;
		bottom: auto;
		right: -250px;
		width: 250px;
		height: 100%;
		height: 100vh;
		width: 250px;
		background: #222;
	}
	.main-navigation li {
		display: block;
		padding-left: 20px;
	}
	.main-navigation li a {
	    border-bottom: 1px solid #F5F5F5;
	    max-width: 230px;
	}
	.main-navigation .sub-menu a {
	    text-transform: none;
	    color: #888;
	}
	.main-navigation li:last-child a {
		border-bottom: none;
	}

	.other > #page,
	.home .slider-container
	{
		top: 128px;
	}
	.home .slider-container {
		max-width: 100vw;
		overflow-x: hidden;
		overflow-y: auto;
	}

    li.menu-item-has-children:hover .sub-menu,
    li.menu-item-has-children:hover .sub-menu.toggled-on
    li.menu-item-has-children .dropdown-toggle,
    li.menu-item-has-children .sub-menu,
    li.menu-item-has-children .sub-menu.toggled-on,
    .main-navigation .menu-item-has-children:hover .sub-menu
    {
        display: block;
        position: static;
        background: #fff;
    }
    .menu-item-has-children .sub-menu li {
        padding-left: 0;
    }
    .menu-item-has-children:hover .sub-menu li a,  .menu-item-has-children .sub-menu li a {
        color: #888;
        line-height: 1em;
    }
    .main-navigation .menu-item-has-children .sub-menu .current-menu-item > a, .main-navigation .menu-item-has-children:hover .sub-menu .current-menu-item > a {
        color: #00B1D0;
    }
    .menu-item-has-children:hover .sub-menu li a {
        border-color: #eee;
    }
    .menu-item-has-children:hover .sub-menu li a:hover {
        background: #fff;
        color: #00B1D0;
        border-color: #eee;
    }
    .main-navigation li.menu-item-has-children+li.menu-item a {
        border-top: 1px solid #F5F5F5;
    }
} /* Medium */

/* Small Monitor */
@media screen and (max-width: 1060px) {
	.home-featured-info {
		top: 120px;
		width: 95%;
		max-width: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	body .metaslider .caption-wrap {
	    position: static;
	    color: #555;
	    width: 50%;
	    max-width: none;
	    margin: 0 auto;
	    padding: 20px 0;
	}
	.metaslider div.caption {
	    margin: 0;
	    color: #555;
	    text-align: center;
	}
	body .flex-direction-nav .flex-prev {
	    opacity: 1;
	    left: 10px;
	}
	body .flex-direction-nav .flex-next {
	    opacity: 1;
	    right: 10px;
	}
	body .flex-direction-nav a {
	    top: 40%;
	}
	#footer-sidebar aside {
		display: block;
		float: right;
		width: 60%;
		padding: 20px;
	}
	#footer-sidebar aside:first-child,
	#footer-sidebar aside:last-child
	{
		text-align: center;
		width: 40%;
		float: left;
	}
	#footer-sidebar aside form .column {
		width: 100%;
		margin: 0;
	}
	.other > #page {
	    background-position: -10% 80%, 115% 80%;
	    background-size: 18%, 22%;
	}
} /* End Small Monitor */

/* Tablet */
@media screen and (max-width: 920px) {
	#masthead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		-webkit-transition: left 0.5s ease, right 0.5s ease;
		-moz-transition: left 0.5s ease, right 0.5s ease;
		-ms-transition: left 0.5s ease, right 0.5s ease;
		-o-transition: left 0.5s ease, right 0.5s ease;
		transition: left 0.5s ease, right 0.5s ease;
	}
	#menu-main-menu {
		width: 0;
		-webkit-transition: width 0.5s ease;
		-moz-transition: width 0.5s ease;
		-ms-transition: width 0.5s ease;
		-o-transition: width 0.5s ease;
		transition: width 0.5s ease;
	}
	#menu-main-menu {
		width: 260px;
	}

	.other > #page,
	.home .slider-container
	{
		position: relative;
	    overflow-x: hidden;
	    padding-top: 0;
	    height: calc(100% - 128px);
	    top: 128px;
	}
	.home .slider-container {
		padding-top: 0;
		top: 0;
	}
	.home > #page {
		margin-top: 128px;
	}

	.site-footer {
		position: static;
		height: auto;
		padding: 15px 0;
	}
	.site-info {
		text-align: center;
	}
	.site-info p,
	.site-info p + a
	{
		margin: 0;
		width: 100%;
		padding: 5px 10px;
		font-size: 10px;
	}

	.social {
		width: 40px;
		height: 40px;
	}
	.social.instagram,
	.social.twitter,
	.social.facebook
	{
		background-size: 30px;
	}

	.entry-content .column.left,
	.entry-content .column.right,
	.entry-content .wpcf7-submit
	{
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0;
		margin-right: 0;
	}

	/* Half Shortcode (for small screens) */
	.half,
	.half.last
	{
		width: 100%;
		margin-right: 0;
	}

} /* End Tablet */

/* Phones - 600px */
@media screen and (max-width: 600px) {
	#masthead {
		height: 76px;
	}
	body .flex-direction-nav a {
	    display: none;
	}
	.primary.navbar {
		height: 76px;
		padding: 10px;
	}
	.site-logo {
		margin: 0 auto;
		padding-right: 64px;
		max-width: 100%;
	}
	#navigation-button {
		top: -2px;
	}

	ol > li:before {
	     margin-left: 0px; 
	}

	.hentry {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.other > #page
	{
		top: 76px;
		height: calc(100% - 76px);
	}
	.other > #page {
	    background-position: -10% bottom, 115% bottom;
	}
	ol, ul {
	    padding: 0;
	}
	a.cupcake-button, #page a.cupcake-button, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited {
    display: block;
    width: 100%;
	}
	.home > #page {
		margin-top: 76px;
		height: auto;
        overflow: visible;
	}

	.entry-content,
	.entry-summary
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	html h1.entry-title,
	html .page-content h1,
    h1.tribe-events-single-event-title
	{
	    font-size: 36px;

	}
	html .entry-content h2, html .page-content h2 {
	    font-size: 25px;
	    text-align: center;
	}
	html .entry-content h3,
	html .page-content h3
	{
		font-size: 19px;
	}

	.home .slider-container {
		position: relative;
		/*overflow-x: hidden;*/
		overflow: hidden;
		padding-top: 0;
		height: 320px;
	}
	.metaslider div.caption-wrap {
		top: 100%;
		max-width: 100%;
		left: 0;
		right: 0;
		z-index: 300;
		text-align: center;
		width:100%;
	}
	.metaslider div.caption {
		color: #333;
		padding: 15px;
		margin-top: 0;
	}
	.flex-viewport {
		overflow: visible !important;
	}

	form.wpcf7-form p:not(.full),
	.wpcf7-form > p:not(.full) + p:not(.full)
	{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	/* Mobile Gallery Styles */
	#page .gallery > .gallery-item {
		width: 48%;
		margin-top: 2%;
		margin-bottom: 0;
	}
	#page .gallery > .gallery-item:nth-child(odd) {
		margin-right: 1%;
		margin-left: 0;
	}
	#page .gallery > .gallery-item:nth-child(even) {
		margin-left: 1%;
		margin-right: 0;
	}
} /* End Phones - 600px */

/* Small Phone */
@media screen and (max-width: 400px) {
	.home .slider-container {
		height: 260px;
	}
} /* End Small Phone */

/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.primary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	{
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area
	{
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.page-header,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}
}
