/*
Theme Name: KayH
Theme URI: http://www.lunasite.co.il
Author: Lunasite Team
Author URI: http://www.lunasite.co.il
Description: Private theme by Lunasite
Version: 1.0.0
License: Private
Text Domain: kayh
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

@import url(fonts/fonts.css);


.sprite { display: inline-block; background: url(images/sprite.png) no-repeat; }
.sprite-phone	  { background-position: right	0; min-height: 28px; padding-right: 40px; }
.sprite-email	  { background-position: right  -39px; min-height: 17px; }
.sprite-instagram  { background-position:  -91px  -75px; width: 32px; height: 32px; }
.sprite-youtube	{ background-position:  -91px -118px; width: 32px; height: 32px; }
.sprite-facebook   { background-position:  -91px -157px; width: 32px; height: 32px; }
.sprite-lock-dark  { background-position:  right -196px; padding-right: 18px; margin-left: 5px; font-size: 0.65em; font-weight: bold; vertical-align: middle; }
.sprite-credit	 { background-position:	0   -226px; width: 123px; height: 17px; vertical-align: middle; }
.sprite-lock-white { background-position: right 5% top -245px; padding-right: calc(5% + 15px) }

p.sprite { display: block; }

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
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: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:	 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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;
}

.center
{
	text-align: center;
}

.inline-block, .inline-block-wrap
{
	display: inline-block;
}

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

#page
{
	max-width: 1200px;
	background: url(images/headerfinal.jpg) no-repeat center top;
	background-size: 100% auto;
	margin: 0 auto;
}

.site-header
{
	position: relative;
}

.site-branding
{
	font-size: 0;
	padding-bottom: 27.2%;
}

.site-branding .site-title a
{
	display: inline-block;
	width: 33%;
	padding-bottom: 10%;
}

#masthead, #content, #site-navigation
{
	max-width: 1074px;
	margin: 0 auto;
}

#colophon
{
	background: #EFEFF1;
	padding-top: 20px;
}

#colophon #secondary
{
	max-width: 1074px;
	margin: 0 auto;
}

#colophon .site-info
{
	text-align: center;
	margin: 10px;
	font-size: 0.9em;
}

#colophon .widget
{
	width: 32%;
	float: right;
	margin-right: 2%;
}

#colophon .widget:first-child
{
	margin-right: 0;
}

#colophon .widget-title
{
	font-size: 1em;
	margin: 0 0 0.2em;
}

#colophon #black-studio-tinymce-2
{
	font-size: 1.2em;
	line-height: 24px;
	border-right: 1px solid #404040;
	padding-right: 14px;
}

#colophon #black-studio-tinymce-2 a
{
	color: #404040;
	text-decoration: none;
}

#colophon #black-studio-tinymce-2 p
{
	margin-bottom: 0.5em;
}

#colophon #black-studio-tinymce-2 p a
{
	margin-left: 5px;
}

#colophon #black-studio-tinymce-2 p.sprite
{
	padding-right: 32px;
}

#colophon .ninja-forms-cont .ninja-forms-form-title
{
	font-size: 1.2em;
	margin: 0 0 5px;
}

#colophon .ninja-forms-cont .field-wrap
{
	margin-bottom: 8px;
}

#colophon .ninja-forms-cont .field-wrap.label-left .ninja-forms-field
{
	margin-left: 0;
}


#colophon .ninja-forms-cont .text-wrap
{
	display: block;
}

#colophon .ninja-forms-cont .submit-wrap
{
	display: block;
	text-align: start;
}

#colophon .ninja-forms-cont .submit-wrap input[type=submit].pink-button
{
	background-color: #515153;
	border-color: #88898D;
	padding: 1px 15px 2px;
}

/*#colophon .ninja-forms-cont .text-wrap input
{
	width: calc(100% - 65px);
}

#colophon .ninja-forms-cont label
{
	display: inline-block;
	width: 60px;
}*/
.ninja-forms-all-fields-wrap .field-wrap.label-right label, .ninja-forms-all-fields-wrap .field-wrap.label-left label
{
    display: inline-block;
    width: 70px;
}
.ninja-forms-form-wrap input.ninja-forms-field[type="text"]
{
    /* width: calc(100% - 85px); */
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: start;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Alef";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	display: block;
	font-weight: bold;
}
h1 { font-size: 2em;	 margin: 0.67em 0; }
h2 { font-size: 1.5em;	 margin: 0.83em  0; }
h3 { font-size: 1.17em;	 margin: 1em 0; }
h4 { font-size: 1em;	 margin: 1.33em 0; }
h5 { font-size: 0.83em;	 margin: 1.67em 0; }

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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: 15px;
	font-size: 1.5rem;
}

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

mark,
ins {
	background: #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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
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: 96%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

.em-categories-list
{
	border-collapse: collapse;
}

.em-categories-list thead tr
{
	background: #40ba5b;
	color: #FFF;
}

.em-categories-list th
{
	border-right: 1px solid #FFF;
	border-top: 4px solid #40ba5b;
	border-bottom: 4px solid #40ba5b;
	padding: 3px 7px;
}

.em-categories-list th:first-child
{
	border-right-color: #40ba5b;
}

.em-categories-list td
{
	padding: 3px 7px;
	vertical-align: top;
	border: 1px solid #f1f1f2;
	min-width: 100px;
}

.em-categories-list td a.register
{
	margin: 7px 0px 7px 5px;
}

.em-categories-list td ul.event-categories
{
	list-style: none;
	margin: 0;
}

.event-categories
{
	margin-right: 10px;
	overflow: hidden;
	padding-right: 10px;
}

.event-categories li
{
	margin-right: 10px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=checkbox],
input[type=radio] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.home #pl-4 #panel-4-4-1-0
{
	margin-bottom: 0px;
}

article.recommendation
{
	background: #f1f1f2;
	padding: 1px 25px;
	border-radius: 3px;
	box-shadow: 0 0 1px #EEE;
	text-align: center;
	margin: 0px auto 1.5em;
}

.home .recommendation:nth-child(even)
{
	transform: rotate(-1deg);
}

.home .recommendation:nth-child(odd)
{
	transform: rotate(1deg);
	max-width: 94%;
}

.recommendation .entry-header h1, .recommendation .entry-header h1 a
{
	font-size: 1.2em;
	margin-bottom: 0;
	text-decoration: none;
}

.recommendation .entry-header h1:after
{
	content: ":";
}

.recommendation:nth-child(4n+0) .entry-header, .recommendation:nth-child(4n+0) .entry-header a { color: #943492; }
.recommendation:nth-child(4n+1) .entry-header, .recommendation:nth-child(4n+1) .entry-header a { color: #f6911e; }
.recommendation:nth-child(4n+2) .entry-header, .recommendation:nth-child(4n+2) .entry-header a { color: #00adee; }
.recommendation:nth-child(4n+3) .entry-header, .recommendation:nth-child(4n+3) .entry-header a { color: #37b14a; }

.recommendation .entry-content
{
	margin-top: 0;
}

.recommendation a.read-more
{
	color: #404040;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.recommendation .entry-footer
{
	display: none;
}

a.read-more
{
	white-space: nowrap;
}

#post-11
{
	text-align: center;
}

#ninja_forms_form_3 input
{
	max-width: 180px;
}

#ninja_forms_form_3 textarea
{
	max-width: 360px;
}

#ninja_forms_form_3_all_fields_wrap
{
	background: url(images/birds.png) no-repeat 100px 180px;
}

.so-panel #ninja_forms_form_1_wrap
{
	background: #2B55A7;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

#ninja_forms_form_1_wrap input[type=text], #ninja_forms_form_1_wrap input[type=email], #ninja_forms_form_1_wrap input[type=phone]
{
	border: 0;
	border-radius: 0;
}

.ninja-forms-required-items
{
	display: none;
}

#ninja_forms_form_1_wrap .ninja-forms-form-title
{
	font-size: 1.4em;
	margin-bottom: 10px;
}

button.pink-button, input[type=button].pink-button, input[type=reset].pink-button, input[type=submit].pink-button,
button.blue-button, input[type=button].blue-button, input[type=reset].blue-button, input[type=submit].blue-button
{
	border: 4px solid transparent;
	border-radius: 0;
	background: #EB0089;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	padding: 1px 7px 2px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
/*}

button.pink-button:hover, input[type=button].pink-button:hover, input[type=reset].pink-button:hover, input[type=submit].pink-button:hover
{*/
	border-color: #FD00B5;
}

button.blue-button, input[type=button].blue-button, input[type=reset].blue-button, input[type=submit].blue-button
{
	background-color: #00bbf1;
	border-color: #00eaff;
	max-width: 180px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a.register
{
	white-space: nowrap;
	display: inline-block;
	background-color: #8AC340;
	padding: 3px 17px 3px 31px;
	padding: 3px calc(5% - 4px) 3px calc(4% + 11px);
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 4px solid #92E21D;
}

#pg-4-0 .panel
{
	min-width: 140px;
}

#pg-4-0 a.register
{
	display: block;
}

#pg-4-0 h3
{
	font-size: 1.5em;
	font-weight: bold;
}

#pl-4 #pg-4-0 .panel-grid-cell .panel
{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: bold;
}


#site-navigation
{
	text-align: center;
}

#site-navigation ul
{
	display: inline-block;
	border-bottom: 1px solid;
	margin: 10px 0;
}

#site-navigation ul li
{
	border-right: 1px solid;
	padding: 2px 10px;
	margin-bottom: 1px;
}

#site-navigation ul li:first-child
{
	border-right: 0;
}

#site-navigation ul li a
{
	font-size: 1.1em;
	color: #000;
}


/* Small menu */
.menu-toggle {
	display: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.3em;
	width: 100%;
}

/* top menu */
#top-navigation
{
	float: left;
}

#top-navigation ul
{
	margin-top: 10px;
	border-collapse: collapse;
	border: 1px solid;
}

#top-navigation ul li
{
	padding: 0 10px;
}

#top-navigation ul li a
{
	line-height: 21px;
	color: #000;
	display: inline-block;
}

#top-navigation ul li.menu-item
{
	border-left: 1px solid;
	line-height: 1.6;
}

#top-navigation ul li#facebook-menu
{
	font-weight: bolder;
	border-left: 1px solid;
	line-height: 1.6;
}

#top-navigation .fontResizer a
{
	line-height: 1;
}

#top-navigation > div
{
	display: inline-block;
}

#call-phone
{
	display: inline-block;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	background: url(images/phone.png) right center no-repeat;
	padding-right: 28px;
	line-height: 31px;
}

#menu-footer
{
	margin: 0;
}

#menu-footer li
{
	list-style: none;
}

#menu-footer li a
{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}

#menu-footer > li
{
	display: block;
	float: right;
	width: 130px;
	padding-left: 10px;
}

#menu-footer > li > a
{
	font-weight: bold;
}

#menu-footer > li > ul > li
{
}

#breadcrumbs li
{
	display: inline-block;
	padding: 0 2px;
}

.content-area {
	float: right;
	margin: 0 0 0 -260px;
	width: 100%;
}
.site-main {
	margin: 0 0 0 260px;
}
.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 200px;
}

.page-title
{
	margin-top: 0;
	line-height: 1;
	color: #eb008a;
	margin-top: -0.26em;
}

.widget_event_with_image_widget
{
	text-align: center;
}

.widget_event_with_image_widget .img
{
	line-height: 0;
}

.widget_event_with_image_widget .title,
.widget_event_with_image_widget .date
{
	background: #0055a8;
	color: #FFF;
}

.widget_event_with_image_widget .title a
{
	color: #FFF;
	text-decoration: none;
	line-height: 1;
}

.widget_event_with_image_widget .title
{
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
}

.widget_event_with_image_widget .date
{
	font-size: 1.5em;
	line-height: 1.5;
}

.widget_event_with_image_widget .excerpt
{
	font-size: 1.1em;
}

.widget_event_with_image_widget .excerpt p
{
	margin-bottom: 0;
}

.widget_event_with_image_widget .excerpt a
{
	text-decoration: none;
	font-weight: bold;
}

.widget_luna_widget .widget-title
{
	font-size: 24px;
	text-align: center;
}

#ninja_forms_form_2_wrap
{
	background: #2b55a7;
	padding: 1px 7px;
	color: #FFF;
	font-weight: bold;
}

#ninja_forms_form_2_wrap h2
{
	font-size: 1.25em;
	line-height: 1.1;
	margin: 10px 0;
}

#ninja_forms_form_2_wrap input[type="text"],
#ninja_forms_form_2_wrap input[type="email"],
#ninja_forms_form_2_wrap input[type="url"],
#ninja_forms_form_2_wrap input[type="password"],
#ninja_forms_form_2_wrap input[type="search"],
#ninja_forms_form_2_wrap textarea
{
	border-radius: 0;
	border: 2px solid transparent;
}

.full-width, button.full-width, input[type="button"].full-width, input[type="reset"].full-width, input[type="submit"].full-width
{
	width: 100%;
}

.page-template-page-no-sidebar .content-area
{
	padding-right:0;
	padding-left: 0;
	float: none;
	margin:0;
}

.entry-meta,
.page-template-page-no-sidebar #secondary
{
	display: none;
}
.page-template-page-no-sidebar #colophon #secondary
{
    display: block;
}

.page-template-page-no-sidebar .site-main
{
	margin:0;
}

@media screen and (max-width: 600px)
{
	#page
	{
		background-position: center 40px;
	}

	#content
	{
		padding: 0 10px;
	}
	#call-phone
	{
		margin-top: 8px;
	}
	.site-branding
	{
		padding-bottom: calc(27.2% + 30px);
	}
	.menu-top-container
	{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#top-navigation ul li
	{
		padding: 0 4px;
	}

	#site-navigation ul li
	{
		border: 0;
	}

	#menu-footer > li
	{
		float: none;
		display: inline-block;
	}
	#colophon .widget, #colophon .widget:first-child
	{
		float: none;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}

	#site-navigation ul li,
	#site-navigation .menu-toggle,
	#site-navigation.toggled .nav-menu
	{
		display: block;
	}

	#site-navigation ul[aria-expanded="false"],
	#top-navigation .fontResizer, #top-navigation #menu-item-54, #secondary.widget-area
	{
		display: none;
	}

	#primary .site-main
	{
		margin: 0;
	}

	.page #primary.content-area
	{
		padding-right:10px;
		padding-left: 10px;
	}

	#pg-4-0
	{
		padding-right: 10px;
		padding-left: 10px;
	}

	.em-categories-list tr
	{
		border-bottom: 5px solid #999;
	}

	.em-categories-list th
	{
		display: inline-block;
	}

	.em-categories-list th:last-child
	{
		display: none;
	}

	.em-categories-list td
	{
		display: block;
	}
}

.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: end;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 14px;
	font-size: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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;
}

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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;
}

/* HOME */

.art_header_title
{
	margin: 0 0 10px;
	line-height: 1;
}






/**** Forms from contact form ***/
#secondary .form{
	background: #2b55a7;
	padding: 1px 7px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#secondary .form p{
	margin: 0;
}
#secondary .form .form-title{
    font-size: 1.25em;
    line-height: 1.1;
    padding: 10px 0;
    color: #ffffff;
    clear: both;
	display: block;
	font-weight: bold;
	direction: ltr;
	text-align: right;
	margin: 0;
}

#secondary .form input{
	width: 100%;
	border-radius: 0;
	border: 2px solid transparent;
	margin-bottom: 20px;
}
#secondary .form span{
	margin-bottom: 5px;
	font-weight: bold;
    color: #ffffff;
}
#secondary .form span span{
	margin: 0;
	color: #ff0000;
}
#secondary .form select {
	width: 100%;
	color: #404040;
	font-family: "Alef";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#secondary .form input[type="submit"]{
	border: 4px solid transparent;
	border-radius: 0;
	background: #EB0089;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	padding: 1px 7px 2px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	border-color: #FD00B5;
	margin-bottom: 0;
	margin-top: 20px;
}

#secondary .form .wpcf7-not-valid-tip{
	margin: -20px 0;
}
#secondary .form div.wpcf7-validation-errors{
	margin: 0 0 1em;
	color: #ffffff;
}

div.main-form {
	background: #2b55a7;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}
#wpcf7-f2386-p4-o1 {
	background: #2b55a7;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;	
	padding-bottom: 20px;
}
#wpcf7-f2386-p4-o1 .form-title{
	font-size: 1.4em;
	margin-bottom: 10px;
	display: block;
}
#wpcf7-f2386-p4-o1 p{
	display: inline;
}
#wpcf7-f2386-p4-o1 .form-col{
	display: inline-block;
	position: relative;

}
#wpcf7-f2386-p4-o1 input[type="text"],
#wpcf7-f2386-p4-o1 input[type="email"]{
	width: 203px;
	margin-left: 8px;
	padding: 3px;
	color: #666;
	border: 0;
	border-radius: 0;
}
#wpcf7-f2386-p4-o1 input[type="submit"]{
	border: 4px solid transparent;
	border-radius: 0;
	background: #EB0089;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	padding: 1px 7px 2px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	border-color: #FD00B5;
}
#wpcf7-f2386-p4-o1 label {
	display: inline-block;
	width: 70px;
	font-weight: bold;
	margin-left: 7px;
}
#wpcf7-f2386-p4-o1 label span{
	color: #ff0000;
}
#wpcf7-f2386-p4-o1 .wpcf7-not-valid-tip{
	position: absolute;
	top: 35px;
}
#wpcf7-f2386-p4-o1 div.wpcf7-response-output {
    margin: 2em 0.5em 0em;
}

.footer-form{

}
.footer-form .form-title{
	font-size: 1.2em;
	margin: 0 0 5px;
	color: #404040;
	line-height: 1.5;
	font-weight: bold;
}
.footer-form input[type="text"], 
.footer-form input[type="email"] {
    color: #666;
    line-height: 1.5;
    width: 185px;
    border: none;
    border-radius: 0;
}
.footer-form .form-col{
	margin-bottom: 8px;
}
.footer-form label {
	display: inline-block;
	width: 70px;
	font-weight: bold;
}
.footer-form label span{
	color: #ff0000;
}
.footer-form input[type="submit"] {
	border: 4px solid #FD00B5;
	border-radius: 0;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    background-color: #515153;
    border-color: #88898D;
    padding: 1px 15px 2px;
}

body {
	overflow: hidden;
}

#site-navigation #menu-primary li:hover ul {
    left: auto;
}

#site-navigation #menu-primary ul {
    background: #ffffff;
    z-index: 100;
    margin: 7px -30px 10px 0;
    border-top: 1px solid #000000;
}
#site-navigation #menu-primary ul li{
    text-align: right;
}

@media screen and (max-width: 1000px){
	#wpcf7-f2386-p4-o1 .form-col {
		display: block;
		margin: 10px 0;
	}
	#wpcf7-f2386-p4-o1 .wpcf7-not-valid-tip{
		position: static;
	}
	#wpcf7-f2386-p4-o1 div.wpcf7-response-output {
	    margin: 1em 0.5em 0em;
	}
}

@media screen and (max-width: 600px){
	#site-navigation .menu-toggle {
	    display: none;
	}
}