/*
Theme Name: MOCA Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for MOCA website
Version: 1.0.0
*/


/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#111111;
}
body {
	font-size: 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#111111;
}
.pagemax {
	background-color:#0b0d0d;
	background-image: url(images/MOCA-road.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 1600px;
	margin: 0 auto;
}
/*.admin-bar .pagemax {
	background-size: 100% auto;
}*/
a {
	outline: none;
	color: #dc214e;
	text-decoration: none;
}
a:hover {
	color: #9C1737;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 36px 0 0;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 0px 20px 10px;
	color: #FFF;
	}
.wrap {
	padding-top:5px;
		position: relative;
    	z-index: 9999;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}
.logo {
	margin-right: 50px;
}
.site-title {
	display: none;
}
.mobile-site-title img {
	width: 100%;
	height: auto;
	max-width: 240px;
}
.wc-links {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
}
.cart-link {
    color: #DFDFDF;
    margin-left: 5px;
}
.cart-link .value {
    background-color: #DFDFDF;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    margin-left: 3px;
    color: #3E3E3E;
}
.cart-link .value.has-items {
    background-color: #dc214e;
    color: #FFF;
}
/* Navigation Menu */
.main-navigation {
	text-align: left;
	text-transform: uppercase;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #FFFFFF;
	font-size:16px;
	font-weight: 600;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	cursor: pointer;
	display:block;
	top:0px;
	right:-20px;
	background-color:rgba(0,0,0,0.88);
	font-size: 20px;
	padding: 20px 10px;
	line-height: 30px;
}
.mobileNav {
	display: none;
}
.toggled-on .mobileNav {
	background-color:rgba(0,0,0,0.92);
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:40px 0px;
	height:100%;
	text-transform:uppercase;
	letter-spacing:0.3px;
	text-align: center;
/*	opacity:1;
	transition:opacity 400ms ease-out;*/
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
	margin-right: 10px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav a {
	color:#FFF;
}
.sub-menu {
	display:none;
}
.nonmembers-mobile-only {
	display:block !important;
}
.logged-in .nonmembers-mobile-only {
	display:none !important;
}
.members-mobile-only {
	display:none !important;
}
.logged-in .members-mobile-only {
	display:block !important;
}
/* Page header*/
.page-header {
	max-width:960px;
	margin: 0 auto;
	clear:both;
	position: relative;
	text-align: center;
}
.page-header .txt {
	padding: 30px;
}
.page-header img  {
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
}

.image-mode .txt,
.gallery-mode .txt{
	position: absolute;
	bottom: 0;
	padding: 15px;
	color: #FFF;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.3);
}
.gallery-mode {
	width: 100%;
	min-height: 160px;
}
.gallery-mode .imageset {
	position: relative;
	padding-bottom: 30%;
	width: 100%;
}
.gallery-mode .imageset img {
	position: absolute;
	top: auto;
	bottom: 0;
	left:0;
}
.gallery-mode .gs-image {
	display: none;
}
.gallery-mode #gs-1 {
	display: block;
}

.home .page-title {
		display: none;
	}
.fb-link {
	display: none;
}
.home .fb-link {
	display: block;
}
.page-header .page-title {
	font-size : 18px;
	line-height:normal;
}
.moca-title {
	display: none;
}
.down-arrow {
	display: none;
}
/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
}
.widget-area .widget h3 {
	margin: 0px;
	padding:10px;
	font-weight : bold;
  	font-size : 22px;
  	line-height : 33.42px;
 	text-transform : uppercase;
  	color : #7A807E;
	border-bottom:1px solid #cccccc;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height:normal;
}
.widget-area .widget p {
	margin: 8px 10px 16px;
	line-height:normal;
	
}
.menu-widget li,
.widget_display_topics li,
.widget_nav_menu li {
	border-bottom:1px solid #cccccc;
	padding:10px 10px 10px 20px;
	list-style:inside disc;
	margin:0px;
	text-indent:-10px;
	line-height:normal;
}
.menu-widget .current_page_item {
	font-weight:bold;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #7a807e;
}
.widget-area .widget a:hover {
	color: #535756;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget .mp_wrapper {
	padding:10px 0;
	position:relative;
}
.widget-area #bbp-search-form {
	margin-top:10px;
}
.widget-area #bbp_search{
	width:60%;
}
.widget-area #bbp_search_submit {
	line-height:29px;
}
/* Footer */
#site-footer {
	clear: both;
	padding: 65px 20px 48px;
	background-color:rgba(0,0,0,8.00);
	color:#FFF;
	margin-top: -30px;
	}
.site-info {
	max-width: 960px;
	margin: 0 auto;
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding:20px 20px 0;
	background-color: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
	min-height: 800px;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
}
.entry-content h1 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: normal;
}
.entry-content h2 {
	font-size: 28px;
	line-height: 1.6;
	font-weight: normal;
}
.entry-content h3 {
	font-size: 24px;
	font-weight:500;
}
.entry-content h4{
	font-size: 18px;
}
.entry-content h5 {
	font-size: 17px;
}
.entry-content h6 {
	font-size: 14px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}


.hero-img {
	width:100%;
	height:auto;
}
.widget a.linkBtn,
a.enquireBtn {
	font-size : 14px;
	font-weight:bold;
	font-weight:500;
	letter-spacing : 0.35px;
	color : #7a807e;
	border: 1px solid #C2C4C4;
	border-radius:3px;
	line-height:34px;
	padding:0 10px;
	clear:both;
	display:inline-block;
	background-color:transparent;
	white-space:nowrap;
}
.widget a.linkBtn:hover,
a.enquireBtn:hover {
	background-color: rgba(0,0,0,0.08);
}

@media screen and (max-width: 440px) {
	.widget a.linkBtn,
	a.enquireBtn {
		background-color: rgba(255,255,255,0.7);
	}
	.widget a.linkBtn:hover,
	a.enquireBtn:hover {
		background-color: rgba(255,255,255,0.9);
	}
}
.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}

.bg-grey {
	padding: 30px 20px;
	margin: 0 -20px -44px;
	clear: both;
}
.bg-grey:after {
	clear: both;
	display: block;
	content: '';
}

.image-col img {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.image-col a {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	background-color: #FFF;
	display: block;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
.image-col a img {
	box-shadow: none;
}
.image-col span {
	display: inline-block;
	padding: 8px 5px;
	text-transform: uppercase;
	
	
}
/* =Archivesh
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* YARPP*/

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* = HOME PAGE
-------------------------------------------------------------- */
.home .entry-title {
	display: none;
}
/* = GALLERy SECTION
-------------------------------------------------------------- 
 */

.gallery-set {
	margin-bottom: 20px;
}

.gallery-set a.cover{
	display: block;
	position: relative;
	background-size: cover;
	padding-bottom: 135%;
	width: 100%;
	background-color: #CCC;
	
}
.gallery-set a.cover span {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.54);
	padding:15px 10px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	left: 0;
	color: #000;
	font-size: 1.1em;
}
.gallery-set a.cover:hover span {
	background-color: rgba(255,255,255,0.80);
}
/*NEWS*/

.hero-img{
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.entry-date {
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 5px;
    color: #969696;
}
.single .entry-content .button,
.entry-summary .button{

    display: inline-block;
    background-color: #dc214e;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 0 #DBDBDB;
    border-radius: 3px;
    padding: 3px 14px;
    line-height: 30px;
    font-weight: bold;
}
.single .entry-content .button:hover,
.entry-summary .button:hover {
    background-color: #444444;
}
/* CONTACT
-------------------------------------------------------------- */
.contact-form {
	background-color: #E8E8E8;
	clear: both;
	padding: 40px 20px 20px;
	margin: 0 -20px;
	background-size: contain;
}
div.wpcf7 {
	padding: 0px !important;
	margin-bottom: 0;
}
.wpcf7 form {
	padding:0px;
}
.wpcf7 h3 {
	font-weight: 300;
	margin:0 0 15px;	
	font-size:24px;
	
}
.wpcf7  input,
.wpcf7  textarea{
	margin-bottom: 5px;
	font-size: 15px;
}
.wpcf7  input.wpcf7-text,
.wpcf7  input.wpcf7dtx-dynamictext {
	width:100%;
}
.wpcf7  select {
	width:100%;
}
.wpcf7  input.wpcf7-text:focus,
.wpcf7  select:focus,
.wpcf7  textarea:focus  {
	border-color:#3f4ea0;
}
.wpcf7 textarea {
	height:100px;
	width:100%;
}
input.wpcf7-submit {
	background-color: #dc214e;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	box-shadow: 3px 3px 0 0 #DBDBDB;
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 0 0 #DBDBDB;
}


input.wpcf7-submit:hover {
	background-color: #444444;
	background-image:none; 
	color:#fff;
}
span.wpcf7-not-valid-tip {
    color: #333333;
    display: block;
    font-size: 0.9em;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color: #FFFBCA;
	line-height:normal;
	
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #333333;
	background-color:#E8E8E8;
}
div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px;
}

/*Gallery links*/
.box-gallery-links a {
    display: block;
    text-align: center;
    padding-bottom: 8px;
}
.box-gallery-links img {
    display: block;
   width: 100%;
    height: auto;
    margin: 0 0 2px;
}
.box-gallery-links a {
    width: 48%;
    float: left;
    margin: 0 1% auto;
}
.box-gallery-links br{
    display: none;
}

/* WOOCOMMERCE
----------------------------------*/
.type-product .first-payment-date {
    display: none;
}
/*Login*/
.woocommerce-form-login .form-row label, 
.woocommerce-form-login .form-row legend {
    display: block;
    font-weight: bold;
}
/*Colours*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #dc214e !important;
}
/*.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #333 !important;
	color: #fff !important; 
}*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2F322D;
    font-size: 1em;
    font-weight: 600;
}

/*Product View*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
}

.product-type-variable-subscription .summary > .price {
    display: none;
}
.product-type-variable-subscription .quantity {
    display: none !important;
}
.small-print {
    font-size: 0.8em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
    line-height: normal;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}
.woocommerce-variation-price {
    padding-bottom: 10px;
    color:#333;
}
/*Checkout*/
.woocommerce-checkout,
.woocommerce-cart-form,
.cart-collaterals {
    font-size:15px;
    line-height: normal;
}

.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3 {
    display: none;
}
.woocommerce form .form-row label,
.woocommerce form .form-row legend{
    line-height: 1.5em;
    font-size: 0.8em;
}
.woocommerce form .form-inspireradio label {
    width: 47%; float: left;
}
.woocommerce-billing-fields {
    padding-bottom: 20px;
}

.woocommerce-privacy-policy-text {
    font-size:14px;
}
.checkout .narrow-fld {
    width: 48%;
    float: left;
}

#extra-car-btn { }
#extra-car-btn2, #extra-car-btn3, #extra-car-btn4 { display: none; }
.extra-car1, .extra-car2, .extra-car3, .extra-car4, .extra-car5 { display: none; }
.extra-car1-mode .extra-car1, .extra-car2-mode .extra-car2, .extra-car3-mode .extra-car3, .extra-car4-mode .extra-car4 { display: block; }


.extra-car1-mode #extra-car-btn2 { display: block;}
.extra-car2-mode #extra-car-btn3 { display: block;}
.extra-car3-mode #extra-car-btn4 { display: block;}
.extra-car1-mode #extra-car-btn, .extra-car2-mode #extra-car-btn2, .extra-car3-mode #extra-car-btn3, .extra-car4-mode #extra-car-btn4 { display: none; }

p.p-label-text { margin-bottom: 2px;}

#order_comments_field label {
    font-weight: bold;
    font-size: 18px;
}
.checkout .optional {
    font-size: 11px;
    color: #7B7B7B;
    font-weight: normal;
}
.checkout textarea,
.checkout select {
    font-size: 14px;
}
/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Mini Footer Widget Areas */


.site-info {
	line-height:normal;
}
.site-info a {
	color : #FFFFFF;
}
.site-info .badge {
	
}
.footer-nav {
	font-size : 16px;
	letter-spacing : 0.16px;
	text-transform : uppercase;
	font-weight: 600;
}
.footer-nav a {
	color:#FFF;
	text-decoration:none;
	white-space:nowrap;
}
.footer-nav a:hover {
	color: #dc214e;
}
.footer-nav ul {
	list-style:none;
}
.footer-nav li {
	position:relative;
	float:left;
	margin-right:15px;
	list-style: none;
}
.site-info .social {
	float:none;
}

#credits-and-copyright {
	color:#595F5E;
	clear:both;
	padding: 30px 0px 3em;
	font-size:12px;
	line-height:normal;
}
#credits-and-copyright a {
	color: #616665;
	text-decoration: none;
}
#credits-and-copyright a:hover {
	color: #BFC2C1;
	text-decoration:underline;
}



/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	.login-bar {
		float:left;
		padding-right:10px;
		position:relative;
		top:0;
		left:auto;
		display:block;
	}
	/*Gallery*/
	.gallery-set {
		width: 48%;
		float: left;
		margin: 0 1% 10px;
	}
}
@media screen and (min-width: 500px) {
	.gallery-mode .imageset {
		padding-bottom: 35%;
	}
	.pagemax {
   		background-size: 106% auto;
	}
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		}
	.author-description {
		float: right;
		width: 80%;
	}
	.wrap {
		margin: 0 auto;
		max-width: 960px;
	
	}
	
	
	.site-content {
		float: left;
		width: 67%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
        min-height: 220px;
	}
	.page-template-contact-page .site-content {
		width:100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	
	.pagemax {
   		background-size: 160% auto;
	}
	.gallery-mode .imageset {
		padding-bottom: 50%;
	}
	.home .page-title {
		display: block;
	}
	.site-header .wrap {
		position: relative;
		padding-top: 10px;
	}
	.site-header {
		background-color: rgba(0,0,0,0.8);
	}
	.logo {
		position: absolute;
		top: 15px;
		left: -1px;
		width: 95px;
		display: block;
		margin-right: 0px;
	}
	.site-title {
		display: block;
	}
	.mobile-site-title {
		display: none;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.down-arrow {
		position: absolute;
		bottom: -20px;
		text-align: center;
		font-size: 30px;
		z-index: 9999;
		width: 100%;
		display: block;
	}
	.down-arrow .fa {
		background-color:#dc214e;
		border-radius: 50%;
		color: #FFF;
		padding: 8px;
	}
	.moca-title {
		display: block;
		padding: 40px 20px 40px;
		margin: -20px -20px 0px;
		text-align: center;
		background: linear-gradient(#FFF 80%, #E8E8E8);
	}
	.moca-title img {
		width: 100%;
		max-width: 860px;
		height: auto;	
	}
	.mobileNav {
		display: block;
		opacity:1;
		padding-left: 110px;
	}
	.hideNav {
		display:none;
	}
	.main-navigation .mobile-only {
		display: none;
	}
	.main-navigation {
		float:none;
		margin-top:5px;
		
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #ECECEC;
		line-height: 2.5;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #dc214e;
	}
	.main-navigation li {
		margin: 0 24px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #ededed;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color:#dc214e;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li > a:after {
	  color: inherit;
	  content: "\f107";
	  font-family: FontAwesome; 	
	  margin-left: 5px;
	  vertical-align: middle;
	}
	
	.main-navigation li > a:only-child:after {
	  content: '';
	}
	.gallery-icon a,
	.facebook-icon a{
		padding-left: 25px;
		clip: rect(0px,25px,30px,0px);
		position: absolute !important;
	}
	.main-navigation .facebook-icon {
		margin-left: 15px;
	}
	.main-navigation .gallery-icon a,
	.main-navigation .facebook-icon a {
		top: -27px;
	}
	.gallery-icon a:before,
	.facebook-icon a:before {
		content: '\f03e';
		 font-family: FontAwesome;
		display: inline-block;
  		margin-left: -25px; /* same as padding-left set on li */
  		width: 25px; /* same as padding-left set on li */
	}
	.facebook-icon a:before {
		content: '\f082';
	}
	.menu-toggle {
		display: none;
	}
	.image-mode .txt,
	.gallery-mode .txt {
		bottom: auto;
		top: 30px;
		background-color: transparent;
	}
	.gallery-mode .txt {
		top: 10px;
	}
	.gallery-mode .bg-image {
		padding-top: 100px;
	}
	.page-header .page-title {
		font-size: 48px;
		text-shadow : 1px 3px 5px rgba(35, 31, 32, 0.48);
	}
	.page-header.align-center {
		text-align: center;
	}
	.page-header.leftside .txt{
		max-width: 480px;
		padding-left: 130px;
	}	
	.page-header.align-right {
		text-align: right;
		
	}
	.page-header.align-right .txt{
		right: 0;
		max-width: 540px;
	}	
	.page-header.align-left {
		text-align: left;
		
	}
	.page-header.align-left .txt {
		padding-left: 130px;
	}
	
	/* PAGE CONTENT */
	.entry-header .entry-title,
	.entry-content h1{
		font-size: 50px;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.bg-grey {
		background-color: #f4f4f4;
		background: -webkit-linear-gradient(#f4f4f4 80%, #DADADA);
		background: -o-linear-gradient(#f4f4f4 80%, #DADADA);
		background: linear-gradient(#f4f4f4 80%, #DADADA);
	}
	.txt-col {
		width: 50%;
		float: left;
		padding-bottom: 20px;
	}
	.image-col {
		width: 47%;
		float: right;
		padding-bottom: 30px;
		text-align:right;
	}
	.image-col img {
		width: 100%;
		height: auto;
		max-width: 350px;
	}
	.image-col a {
		float: right;
	}
	.box-column {
		width: 50%;
		float: left;
	}
	.box-column.col2{
		width: 47%;
		float: right;
		max-width: 350px;
		margin-top: -30px;
	}
	/*Contact */
	.contact-form {
		background-image: url(images/MOCA-contact-bg.jpg);
		background-color:#FFF;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 40px;
	}
	.contact-form:after {
		clear: both;
		display: block;
		content: '';
	}
	.wpcf7 {
		width: 350px;
		float: right;
	}
	/*Gallery*/
	.gallery-set {
		width: 30%;
		float: left;
		margin: 0 3% 10px 0;
	}
    .box-gallery-links a {
        width: 32%;
        float: left;
        margin: 0 1% auto 0;
    }
    /*News*/
    
    /*Single Post*/
    .blog .entry-header .entry-title,
    .single-post .entry-header .entry-title{
        font-size:36px;
    }
    .summary-view .hero-img,
    .single-post .hero-img {
        width: 30%;
        float:right;
        margin-bottom: 20px;
    } 
    .summary-view .entry-summary,
    .single-post .entry-content{
        width: 60%;
        float:left;
    }
	/*Footer */
	.site-info .badge {
		float:left;
		margin-right: 20px;
	}
	.footer-nav {
		margin-top:20px;
		float:left;
	}
	
	
}


/* Minimum width of 870 pixels. */
@media screen and (min-width: 800px) {
	.pagemax {
   		background-size: 140% auto;
	}
	
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {}
	
	.wrapper {
		max-width:960px;
		margin:0 auto;
		box-sizing: border-box;
	}

	#masthead.fixedNav {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		position: fixed;
		top: -66px;
        left: 0;
        box-sizing: border-box;
		width: 100%;
		z-index: 9999;
		/*Safari fix*/
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
	.admin-bar #masthead.fixedNav {
		top: -33px;
	}
    .logo img {
       transition: 200ms; 
    }
	#masthead.fixedNav .logo img {
        width: 42px;
    }
	#masthead {
		transition: 200ms ease;
		-webkit-transition: 200ms;
	}

	
	 .text-wrap {
		width:100%;
		margin:0 auto;
	}
	.site-header .wrap {
		padding-top: 60px;
	}
	.logo {
		top: 65px;
	}
	.gallery-mode.page-header {
        /*max-width: 1600px;
	}
    .gallery-mode.page-header img{*/
   	     max-width: 1120px;
	}
	.gallery-mode.page-header .txt {
		max-width: 960px;
	}
	.page-header.align-right .txt{
		padding-left: 320px;
	}	
	.home #main {
		overflow:visible;
	}
	#main {
		padding:20px 50px 0;
	}
	.moca-title {
    	padding: 40px 50px 40px;
   	 	margin: -20px -50px 0px;
	}
	.contact-form {
    	padding: 40px 50px 40px;
   	 	margin: 0 -50px;
	}
	.bg-grey {
    	padding: 30px 50px;
    	margin: 0 -50px -44px;
	}
	.footer-nav li {
		margin-right:25px;
	}
	.page-header .page-title {
		font-size: 60px;
	}
    .page-id-16 .page-header .page-title {
		margin-top: 40px;
	}	
}
@media screen and (min-width: 1020px) {
	.pagemax {
		background-image: url(images/MOCA-road.jpg), url(images/MOCA-symbol.jpg);
		background-position: center top, right bottom;
		box-shadow: 0 0 15px rgba(0,0,0,0.3);
		background-size: auto auto;
        overflow: hidden;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 22px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}