/* 
Theme Name:Anamcara Theme
Theme URI:http://anda.lu/design
Author:ANDA.lu Design
Author URI:http://anda.lu/design
Description:Customized theme
Version:1.0
Text Domain:anamcara

*/

/* =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;
}
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:both;
}
html{
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
a{outline:0; text-decoration:none}
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{
	border:0; border-bottom:1px dotted #E5E5E5;
	height:0;
	margin:24px 0;
}
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup{
	top:-0.5em;
}
sub{
	bottom:-0.25em;
}
small{
	font-size:12px;
	font-style:italic;
	line-height:1.6;
}
img{
	border:0;
	-ms-interpolation-mode:bicubic;
}
input, textarea, button{
	margin:0; padding:0; border:0;
	max-width:100%;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
}
input::-moz-focus-inner, button::-moz-focus-inner{border:0}
button{background:none transparent; border:none}

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


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

.migla-payment-options {padding-top:20px;padding-bottom:20px;}


.miglacheckout  {background-color:#d02c7d; color:white;}

.entry-content{font-size:14px; line-height:24px}
.entry-content .nomargin{margin:0}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th,
.widget .heading h3{
	font-size:14px;
	line-height:2;
	font-weight:bold;
	color:#777;
}

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

/* Form fields, general styles first */
button,
input,
textarea{
	font-family:inherit;
	padding:0 10px;
	background:#fff;
	vertical-align:middle;
}
button,
input{
	height:36px;
	line-height:36px;
}
textarea{
	font-size:90%;
	padding-top:5px;
	overflow:auto;
	vertical-align:top;
}
input[type="text"],
input[type="email"],
input[type="password"], textarea{
	border:1px solid #eee;
}

/* 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],
.bypostauthor cite span{
	font-size:11px;
	font-weight:normal;
}
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{
	background:#505050;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active{
	background:#707070;
}
.bypostauthor cite span{
	color:#fff;
	background-color:#21759b;
	background-image:none;
	border:1px solid #1f6f93;
	border-radius:2px;
	box-shadow:none;
	padding:0;
}

/* Responsive images */
.site img,
.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;
}
.entry-content img,
.comment-content 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 */
}
.entry-content img.alignleft, .entry-content img.alignright, .entry-content img.aligncenter, .entry-content .wp-caption{
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	border:1px solid #ddd; padding:10px;	
}
.entry-content img.noborder{border:none; padding:0}
.slide-thumbnail{display:block}

.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;
	text-align:center;
	margin-bottom:0;
}
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:2;
	overflow:hidden;
}
#nav-below, .site-content nav.nav-single{
	border-top:1px solid #cdcdcd;
	margin-bottom:12px;
}
#nav-above{
	padding:24px 0;
	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-previous a, .nav-next a{color:#333; font-size:80%}
.nav-previous a:hover, .nav-next a:hover{color:#d02c7d}
.nav-previous .meta-nav, .nav-next .meta-nav{color:#d02c7d; font-weight:bold}

.nav-single + .comments-area,
#comment-nav-above{
	margin:48px 0;
	margin:3.428571429rem 0;
}

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


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

/* Body, links, basics */
html{
	font-size:87.5%;
}
body{
	font-size:13px;
	line-height:18px;
	font-family:Helvetica, Arial, sans-serif;
	text-rendering:optimizeLegibility;
	color:#4d4d4d;
	background:#e6f4ff;
}
body.custom-font-enabled{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .title-font{font-family:'TitleFont', "Open Sans", arial, helvetica, sans-serif}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#333;
	margin:0 0 20px 0; padding:0;
}
h1{font-size:38px; line-height:40px}
h2{font-size:28px; line-height:40px}
h3{font-size:18px; line-height:20px}
h4{font-size:13px; line-height:20px}
h5{font-size:11px; line-height:20px}
h6{font-size:10px; line-height:20px}
a{
	color:#d02c7d;
}
a:hover{
	color:#505050;
}

/* Assistive text */
.assistive-text,
.site .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{padding:1%}
.widget-area{margin:1%}
.site-content .widget-area{margin:0}
#main #tribe-events-pg-template{padding:1%}

/* Header */
.site-header{padding-top:10px; text-align:center}
.site-header h1,
.site-header h2{
	text-align:center;
	display:inline-block;
}
.site-header h1 a,
.site-header h2 a{
	color:#515151;
	display:inline-block;
	text-decoration:none;
}
.site-header h1 a:hover,
.site-header h2 a:hover{
	color:#21759b;
}
.site-header h1{
	font-size:24px;
	line-height:1.285714286;
	margin-bottom:14px;
}
.site-header h2{
	font-weight:normal;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.site-header .header-columns > div{width:25%; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
.site-header .header-logo{}
.site-header .header-columns .header-text{
	width:50%;
	padding:0 20px;
	color:#777;
	font-size:13px;
	line-height:30px;
	text-align:center;
	margin-top:40px;
}
.site-header .contact-number{color:#81a2c3; font-weight:bold; font-size:200%; text-align:center; margin:10px 0}
.site-header .contact-number i{color:#9eba4b}
.site-header .header-search{margin-top:24px; margin-bottom:12px}
.site-header .header-search #s{
	border-color:#b3c135;
	line-height:20px;
	font-size:12px;
	padding:6px;
	margin-right:6px;
}
.header-image{
	margin-top:24px;
}
.second-row{margin-bottom:10px; text-align:center}
.second-row nav{width:32%; float:left; font-family:Cambria, Georgia, serif}
.second-row .home-slider{width:66%; float:right}
.second-row nav ul{padding:0 30px}
.second-row nav li a{
	display:block; position:relative;
	font-size:20px; line-height:40px;
	border-bottom:1px solid #8facc6;
	-webkit-box-shadow: 0px 5px 4px -2px #f2f0cd;
	-moz-box-shadow:    0px 5px 4px -2px #f2f0cd;
	box-shadow:         0px 5px 4px -2px #f2f0cd;
	margin-bottom:4px;	
}
.second-row nav li a:after{
	content:'';
	position:absolute; bottom:-8px; left:50%;
	width:20px; height:8px;
	margin-left:-10px;
	background:url('img/arrow.png');
}
.action-row{background:#fff}
.action-row aside{float:left; width:32%; margin-right:1%; margin-bottom:1%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
.action-row aside:nth-child(3n){margin-right:0}
.action-row aside:nth-child(3n+1){margin-left:1%}

/* Image Slider */
#sliders-container{background:#fff; padding:0 1% 1% 1%}
.slide{position:relative}
.slide-caption{
	position:absolute; text-align:left;
	padding:20px;
	color:#fff; background:rgba(0,0,0,0.5);
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.slide-caption h3{color:#fff}

/* Header Navigation */
.header-navigation{
	margin-bottom:25px;
	text-transform:uppercase;
}
.header-navigation li{display:inline-block}
.header-navigation li a{
	float:left;
	margin-right:4px;
	font-size:11px; font-weight:bold;
	color:#115c95;
}
.header-navigation li a:after{
	content:'/';
	color:#fff;
	margin-left:6px;
}
.header-navigation li:last-child a{margin-right:0}
.header-navigation li:last-child a:after{display:none}
.header-navigation li a:hover{color:#333}
.header-navigation .current-menu-item > a,
.header-navigation .current-menu-ancestor > a,
.header-navigation .current_page_item > a,
.header-navigation .current_page_ancestor > a{
	color:#333;
}

@media only screen and (max-width: 320px) {
#sliders-container {
	display:none;
}
}

/* Header social area */
.header-social .searchform{display:inline-block; vertical-align:middle; text-align:right; position:relative}
.header-social .searchform .searchinput{
	height:32px; line-height:32px;
	width:0; border:0;
	margin-right:20px; padding-right:10px;
	border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;
	transition:width 0.3s; -moz-transition:width 0.3s; -webkit-transition:width 0.3s; 
}
.header-social .searchform .searchinput.show{width:260px}
.header-social .searchform .searchsubmit{
	position:absolute; top:0; right:0;
	height:32px; line-height:32px;
	margin:0; border:0;
	background:#fff;
	border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;
}
.header-social .searchform .searchsubmit i{color:#d02c7d; line-height:32px}
.header-social .social-networks{display:inline-block; text-align:center}
.header-social .donate, .header-social .social-networks a{
	margin:3px 0;
	display:inline-block; vertical-align:middle;
	color:#fff; background:#d02c7d;
	width:32px; height:32px;
	line-height:32px;
	border-radius:16px; -webkit-border-radius:16px; -moz-border-radius:16px;
	transition:margin 0.3s; -moz-transition:margin 0.3s; -webkit-transition:margin 0.3s; 
}
.header-social .social-networks li{margin-right:0}
.header-social .social-networks a:before{font-size:18px}
.header-social .donate:hover, .header-social .social-networks a:hover{margin-top:0; margin-bottom:6px}
.header-social .donate{
	font-size:large;
	width:auto;
	font-weight:bold; text-transform:uppercase;
	border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;
	padding: 8px 18px 8px 18px;
	margin-top: 18px;
	margin-left:5px;
		
}


/* Navigation Menu */
.main-navigation .menu-right{
	display:none;
}
.main-navigation{
	margin-top:10px;
	text-align:center;
	padding:1%;
}
.main-navigation.nomargin{padding:0}
.main-navigation li{
	position:relative;
}
.main-navigation li.menu-item-has-children .toggle{
	position:absolute; top:0; right:0;
	width:40px; height:40px; line-height:40px;
	font-family:'fontawesome'; font-size:20px;
	background:#d02c7d; color:#fff;
	cursor:pointer;
	border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;
}
.main-navigation li.menu-item-has-children .toggle:hover{color:#57042e}
.main-navigation li.menu-item-has-children .toggle:before{content:'\f0d7'}
.main-navigation li.menu-item-has-children .toggle.down:before{content:'\f0d8'}
.main-navigation li ul{display:none}
.main-navigation li > a{
	display:block;
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.main-navigation a{color:#5e5e5e}
.main-navigation a:hover{color:#d02c7d}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul{display:none}
.menu-toggle{
	display:block; cursor:pointer;
	margin:0;
	color:#fff;
	line-height:50px; text-transform:uppercase;
	background:rgb(25,101,153);
	background:-moz-linear-gradient(top, rgba(25,101,153,1) 0%, rgba(26,102,154,1) 50%, rgba(25,92,147,1) 51%, rgba(25,92,147,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,101,153,1)), color-stop(50%,rgba(26,102,154,1)), color-stop(51%,rgba(25,92,147,1)), color-stop(100%,rgba(25,92,147,1)));
	background:-webkit-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
	background:-o-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
	background:-ms-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
	background:linear-gradient(to bottom, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#196599', endColorstr='#195c93',GradientType=0 );
}
.main-navigation ul.nav-menu.toggled-on{display:block}

/* Banner */
section[role="banner"]{
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
}

/* Social Networks */
.social-networks{list-style:none; margin:0; padding:0}
.social-networks li{display:inline-block; margin:0 5px 0 0}
.social-networks li:last-child{margin-right:0}
.social-networks a:before{font-family:iconsmedium;	font-size:18px; display:inline-block}
.social-networks .facebook a:before{content:'A'}
.social-networks .twitter a:before{content:'B'}
.social-networks .linkedin a:before{content:'C'}
.social-networks .rss a:before{content:'D'}
.social-networks .dribbble a:before{content:'E'}
.social-networks .youtube a:before{content:'F'}
.social-networks .pinterest a:before{content:'G'}
.social-networks .flickr a:before{content:'H'}
.social-networks .vimeo a:before{content:'I'}
.social-networks .tumblr a:before{content:'J'}
.social-networks .google a:before{content:'K'}
.social-networks .digg a:before{content:'L'}
.social-networks .blogger a:before{content:'M'}
.social-networks .myspace a:before{content:'N'}
.social-networks .deviantart a:before{content:'O'}
.social-networks .yahoo a:before{content:'P'}
.social-networks .reddit a:before{content:'Q'}
.social-networks .forrst a:before{content:'R'}
.social-networks .skype a:before{content:'S'}
.social-networks .email a:before{content:'T'}
.social-networks .instagram a:before{content:'U'}


/* Sidebar */
.widget-area .widget{
	hyphens:none; -moz-hyphens:none; -webkit-hyphens:none;
	word-wrap:break-word;
	padding:0 10px 10px 10px; margin-bottom:24px;
	border:1px solid #eee;
}
.widget-area .widget h3{
	color:#d02c7d;
	line-height:40px;
	margin-left:-10px; margin-right:-10px;
	padding:0 10px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	font-size:16px; font-weight:normal;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget{
}
.widget-area .widget p{margin-bottom:24px}
.widget-area .textwidget ul{
	list-style:disc outside;
	margin:0 0 24px;
}
.widget-area .textwidget li{margin-left:36px}
.widget-area .widget a{color:#d02c7d}
.widget-area .widget a:hover{text-decoration:underline}
.widget-area .widget a.button{color:#fff; text-decoration:none}

/* Front widgets layout */
.front-widgets aside:nth-child(4) h3{background:#185d94; color:#fff}
.front-widgets aside:nth-child(4) h3 a{color:#fff}
.front-widgets aside:nth-child(4) img{margin-bottom:-5px}


/* Breadcrumbs */
.breadcrumbs{padding:0 1%}
ul.breadcrumb-trail{
	list-style:none;
	margin:0;
	padding:0;
}
ul.breadcrumb-trail li{
	margin:0;
	padding:0;
	display:inline;
	color:#505050;
	font-size:11px;
	margin-left:4px;
}
ul.breadcrumb-trail li:first-child{margin-left:0}
ul.breadcrumb-trail li a{color:#505050; padding-right:4px}
ul.breadcrumb-trail li a:hover{color:#d02c7d}
ul.breadcrumb-trail li:after{content:'/'; color:#777}
ul.breadcrumb-trail li:last-child:after{content:''}


/* Content */
#main{
	position:relative;
}
#main .site{background-color:#fff}

/* Contact Page */
.contact-form input[type="text"], .contact-form textarea{width:100%}
.contact-form-map{
	border:1px solid #eee;
	padding:14px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.contact-form-map .map_container{display:block !important}

/* Flipbooks Page */
.flipbook{position:relative; display:block; text-align:center}
.flipbook span{
	position:absolute; top:60%; left:0;
	width:100%;
	color:#fff;
	font-size:150%; font-weight:bold;
}

/* footer navigation */
.footer-navigation{
	margin:0 auto;
	padding:0 1%;
}
.footer-navigation li{float:left; padding-right:6px}
.footer-navigation li:after{content:'|'; margin-left:6px}
.footer-navigation li:last-child:after{display:none}
.footer-navigation li a{
	text-decoration:none;
	color:#999;
}
.footer-navigation li a:hover{color:#333}

/* Footer */
footer[role="contentinfo"]{
	clear:both;
	font-size:12px;
	line-height:2;
	margin-bottom:20px;
}
footer[role="contentinfo"] .site{}
footer[role="contentinfo"] a{
	color:#4d4d4d;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover{color:#21759b}
footer[role="contentinfo"] a.button{color:#fff}
footer[role="contentinfo"] a.button:hover{color:#fff; text-decoration:none}
.footer-widget-area{
	background:rgba(255,255,255,0.5);
	margin:1% 0;
	padding:10px 0;
}
.footer-widget-area .widget{
	border:0; border-right:1px solid #fff;
	padding:0 20px 10px 20px;
	margin:0;
}
.footer-widget-area .one-fourth:last-child .widget{border:0}
.footer-widget-area .widget a{color:#256c9e}
.footer-widget-area img{vertical-align:middle}
.footer-widget-area .widget h3{
	background:none;
	padding:0; margin:0; border:0;
	color:#333;
	font-size:18px;
	margin-bottom:0;
}
.footer-widget-area.widget-area .widget li{border:0; padding:0}

.footer-widget-area .one-fourth{
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	width:25%; margin:0;
} 
.site-info{
	font-size:95%; line-height:1.4em;
	color:#256c9e;
}
footer[role="contentinfo"] .site-info a{color:#d02c7d}
footer[role="contentinfo"] .site-info a:hover{text-decoration:underline}

footer[role="contentinfo"] .left{width:59%; float:left; margin-left:1%}
footer[role="contentinfo"] .right{width:39%; float:right; margin-right:1%; text-align:right}
footer[role="contentinfo"] .social-networks{display:inline-block; text-align:center; margin-top:10px}
footer[role="contentinfo"] .social-networks a{
	margin:3px 0;
	display:inline-block; vertical-align:middle;
	color:#fff; background:#d02c7d;
	width:28px; height:28px;
	line-height:28px;
	border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px;
	transition:margin 0.3s; -moz-transition:margin 0.3s; -webkit-transition:margin 0.3s; 
}
footer[role="contentinfo"] .social-networks li{margin-right:0}
footer[role="contentinfo"] .social-networks a:hover{margin-top:0; margin-bottom:6px}


.black-overlay{
	display:none; position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	background-color:#000;
	z-index:9001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.mailing-list-popup{
	display:none; position:fixed;
	top:50%; left:50%;
	margin-top:-230px; margin-left:-210px;
	width:420px; height:460px;
	padding:20px;
	background:#fff;
	border-radius:6px;
	z-index:9002;
	text-align:left;
	overflow: auto;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.mailing-list-popup label{min-width:140px; display:inline-block}
.mailing-list-popup input, .mailing-list-popup textarea, .mailing-list-popup select{margin-bottom:5px; min-width:215px}
.mailing-list-popup .close{
	position:absolute; top:0; right:2px;
	font-size:180%;
	padding:4px;
	color:#d02c7d;
	cursor:pointer;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta{
	clear:both;
}
.entry-header{
	margin-bottom:24px;
	position:relative;
}
.entry-header img.wp-post-image{
	margin-bottom:24px;
}
.entry-header .entry-title{
	border-top:1px dotted #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	padding:6px 0;
	color:#d02c7d;
	font-size:20px;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:12px;
}
body.page .entry-header .entry-title{
	border-top:0;
}
.entry-header .entry-title a{
	text-decoration:none;
}
.entry-header .entry-back{float:right; font-size:80%; text-transform:uppercase; line-height:28px; padding:6px}
.entry-header .entry-back a{color:#999}

.entry-header .date {
	font-size:80%;
}
.entry-header .entry-format{
	margin-top:24px;
	font-weight:normal;
}
.entry-header .comments-link{
	margin-top:24px;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.entry-header .entry-author{font-size:80%}
.comments-link a,
.entry-meta a{
	color:#757575;
}
.comments-link a:hover,
.entry-meta a:hover{
	color:#21759b;
}
article.sticky .featured-post{
	border-top:4px double #cdcdcd;
	border-bottom:4px double #cdcdcd;
	color:#757575;
	font-size:13px;
	line-height:3.692307692;
	margin-bottom:24px;
	text-align:center;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6{
	color:#333;
	margin:0 0 12px 0;
	line-height:1.714285714;
	clear:none;
}
.entry-content h1,
.comment-content h1{
	/*font-family:Cambria, Georgia, serif;*/
	font-size:22px;
	color:#d02c7d;
}
.entry-content h2,
.comment-content h2,
.mu_register h2{
	font-size:22px;
	line-height:24px;
	color:#d02c7d;
}
.entry-content h3,
.comment-content h3{
	font-size:18px;
	line-height:24px;
	color:#25a8e2;
}
.entry-content h4,
.comment-content h4{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}
.entry-content h5,
.comment-content h5{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}
.entry-content h6,
.comment-content h6{
	font-size:13px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p{
	margin:0 0 24px;
}
.entry-content a:visited,
.comment-content a:visited{
	/*color:#9f9f9f;*/
}
.entry-content .highlight{color:#d02c7d}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul{
	margin:0 0 24px;
	line-height:1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-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 ol::marker{color:blue}
.entry-content li,
.comment-content li,
.mu_register li{
	margin:0 0 0 20px;
}
.entry-content blockquote,
.comment-content blockquote{
	margin:0 auto 24px auto;
	padding:0 55px;
	font-style:italic;
	font-size:145%; line-height:1.6;
	position:relative;
	display:inline-block;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child{
	margin-bottom:0;
}
.entry-content blockquote:before, .entry-content blockquote:after{
	position:absolute;
	color:#ddd;
	font-size:6em; font-family:Times,serif;
	line-height:40px;
}
.entry-content blockquote:before{content:'\201C'; top:10px; left:-20px}
.entry-content blockquote:after{content:'\201D'; bottom:-40px; right:-10px}
.entry-content code,
.comment-content code{
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	line-height:2;
}
.entry-content pre,
.comment-content pre{
	border:1px solid #cdcdcd;
	color:#666;
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	line-height:1.714285714;
	margin:24px 0;
	overflow:auto;
	padding:24px;
}
.entry-content pre code,
.comment-content pre code{
	display:block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym{
	border-bottom:1px dotted #666;
	cursor:help;
}
.entry-content address,
.comment-content address{
	display:block;
	line-height:1.714285714;
	margin:0 0 24px;
}
img.alignleft,
.wp-caption.alignleft{
	margin:0 12px 12px 0;
}
img.alignright,
.wp-caption.alignright{
	margin:0 0 12px 12px;
}
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,
.comment-content dl{
	margin:0 24px;
}
.entry-content dt,
.comment-content dt{
	font-weight:bold;
	line-height:1.714285714;
}
.entry-content dd,
.comment-content dd{
	line-height:1.714285714;
	margin-bottom:24px;
}
.entry-content table
.comment-content table{
	border-collapse:collapse;
	font-size:12px;
	line-height:2;
	margin:0 0 24px;
	width:100%;
}
.entry-content table, .entry-content th, .entry-content td{
	border:1px solid #e5e5e5;
}
.entry-content table.noborder, .entry-content .noborder th, .entry-content .noborder td{
	border:0;
}
.entry-content table caption,
.comment-content table caption{
	font-size:16px;
	margin:24px 0;
}
.entry-content td,
.comment-content td{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	padding:6px;
}
.entry-content .evenodd{width:100%}
.entry-content .evenodd, .entry-content .evenodd th, .entry-content .evenodd td{border:1px solid #e5eff8; width:100%}
.entry-content .evenodd thead td{color:#cf2c7e; font-weight:bold}
.entry-content .evenodd tr:nth-child(odd){background:#f9fcfe}
.entry-content .evenodd tr:nth-child(even), .entry-content .evenodd thead tr{background:#f4f9fe !important}
.site-content article{
	padding:0 10px;
	margin-bottom:36px;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
}
.site-content article:last-child, .articles article:last-child, .single .site-content article{
	border-bottom:0;
	margin-bottom:0;
}
.page-links{
	clear:both;
	line-height:1.714285714;
}
footer.entry-meta{
	margin-top:24px;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.single-author .entry-meta .by-author{
	display:none;
}
.mu_register h2{
	color:#757575;
	font-weight:normal;
}
.entry-content .mejs-container{background:#2a84af; margin-bottom:24px}
.entry-content .mejs-container .mejs-controls{
	background:linear-gradient(to bottom, rgba(25, 101, 153, 1) 0%, rgba(26, 102, 154, 1) 50%, rgba(25, 92, 147, 1) 51%, rgba(25, 92, 147, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fafdff}
.entry-content .mejs-controls .mejs-time-rail .mejs-time-current{background:#d02c7d}


/* Post Pagination */
.pagination, .single-navigation{text-align:left}
.pagination a.number{
	display:inline-block;
	padding:0 6px; margin-right:6px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}
.pagination a.number:hover{background-color:#d02c7d; color:#fff}
.pagination .current{
	display:inline-block;
	padding:0 6px; margin-right:6px;
	color:#707070;
	background:#e7eaec;
	border:1px solid #888;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}
.pagination .pagination-prev{margin-right:16px}
.pagination .pagination-next{margin-left:6px}

.single-navigation{margin-bottom:20px}
.single-navigation a[rel=prev]{margin-right:15px}
.single-navigation a[rel=next]{}
.single-navigation a[rel=prev] + a[rel=next]{border-left:1px solid #888; padding-left:15px}
.single-navigation a[rel=prev]:before, .pagination-prev:before{
	font:8px/20px FontAwesome;
	content:'\f053';
	padding-right:5px;
}
.single-navigation a[rel=next]:after, .pagination-next:after{
	font:8px/20px FontAwesome;
	content:'\f054';
	padding-left:5px;
}


/* =Archives
-------------------------------------------------------------- */

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

.page-template-page-templatesarchive-page-php .articles .entry-content{font-size:90%}


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


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1{
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
article.format-aside h1 a{
	text-decoration:none;
	color:#4d525a;
}
article.format-aside h1 a:hover{
	color:#2e3542;
}
article.format-aside .aside{
	padding:24px 24px 0;
	padding:1.714285714rem;
	background:#d2e0f9;
	border-left:22px solid #a8bfe8;
}
article.format-aside p{
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child{
	margin-bottom:0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1{
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	font-weight:normal;
}
article.format-image footer h2{
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
}
article.format-image footer a h2{
	font-weight:normal;
}

/* Link posts */
article.format-link header{
	padding:0 10px;
	padding:0 0.714285714rem;
	float:right;
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#848484;
	background-color:#ebebeb;
	border-radius:3px;
}
article.format-link .entry-content{
	max-width:80%;
	float:left;
}
article.format-link .entry-content a{
	font-size:22px;
	font-size:1.571428571rem;
	line-height:1.090909091;
	text-decoration:none;
}

/* Quote posts */
article.format-quote .entry-content p{
	margin:0;
	padding-bottom:24px;
	padding-bottom:1.714285714rem;
}
article.format-quote .entry-content blockquote{
	display:block;
	padding:24px 24px 0;
	padding:1.714285714rem 1.714285714rem 0;
	font-size:15px;
	font-size:1.071428571rem;
	line-height:1.6;
	font-style:normal;
	color:#6a6a6a;
	background:#efefef;
}

/* Status posts */
.format-status .entry-header{
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.format-status .entry-header header{
	display:inline-block;
}
.format-status .entry-header h1{
	font-size:15px;
	font-size:1.071428571rem;
	font-weight:normal;
	line-height:1.6;
	margin:0;
}
.format-status .entry-header h2{
	font-size:12px;
	font-size:0.857142857rem;
	font-weight:normal;
	line-height:2;
	margin:0;
}
.format-status .entry-header header a{
	color:#757575;
}
.format-status .entry-header header a:hover{
	color:#21759b;
}
.format-status .entry-header img{
	float:left;
	margin-right:21px;
	margin-right:1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title{
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
	font-size:16px;
	font-size:1.142857143rem;
	line-height:1.5;
	font-weight:normal;
}
.comments-area article{
	margin:24px 0;
	margin:1.714285714rem 0;
}
.comments-area article header{
	margin:0 0 48px;
	margin:0 0 3.428571429rem;
	overflow:hidden;
	position:relative;
}
.comments-area article header img{
	float:left;
	padding:0;
	line-height:0;
}
.comments-area article header cite,
.comments-area article header time{
	display:block;
	margin-left:85px;
	margin-left:6.071428571rem;
}
.comments-area article header cite{
	font-style:normal;
	font-size:15px;
	font-size:1.071428571rem;
	line-height:1.42857143;
}
.comments-area cite b{
	font-weight:normal;
}
.comments-area article header time{
	line-height:1.714285714;
	text-decoration:none;
	font-size:12px;
	font-size:0.857142857rem;
	color:#5e5e5e;
}
.comments-area article header a{
	text-decoration:none;
	color:#5e5e5e;
}
.comments-area article header a:hover{
	color:#21759b;
}
.comments-area article header cite a{
	color:#444;
}
.comments-area article header cite a:hover{
	text-decoration:underline;
}
.comments-area article header h4{
	position:absolute;
	top:0;
	right:0;
	padding:6px 12px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background-color:#0088d0;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #009cee, #0088d0);
	background-image:-ms-linear-gradient(top, #009cee, #0088d0);
	background-image:-webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:-o-linear-gradient(top, #009cee, #0088d0);
	background-image:linear-gradient(top, #009cee, #0088d0);
	border-radius:3px;
	border:1px solid #007cbd;
}
.comments-area .bypostauthor cite span{
	position:absolute;
	margin-left:5px;
	padding:2px 5px;
	font-size:10px;
}
.comments-area .bypostauthor cite b{
	font-weight:bold;
}
a.comment-reply-link,
a.comment-edit-link{
	color:#686868;
	font-size:13px;
	line-height:1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover{
	color:#21759b;
}
.commentlist .pingback{
	line-height:1.714285714;
	margin-bottom:24px;
}

/* Comment form */
#respond{
	margin-top:48px;
}
#respond h3#reply-title{
	font-size:16px;
	line-height:1.5;
}
#respond h3#reply-title #cancel-comment-reply-link{
	margin-left:10px;
	font-weight:normal;
	font-size:12px;
}
#respond form{
	margin:24px 0;
}
#respond form p{
	margin:11px 0;
}
#respond form p.logged-in-as{
	margin-bottom:24px;
}
#respond form label{
	display:block;
	line-height:1.714285714;
}
#respond form input[type="text"],
#respond form textarea{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	line-height:1.714285714;
	padding:10px;
	width:100%;
}
#respond form p.form-allowed-tags{
	margin:0;
	font-size:12px;
	line-height:2;
	color:#5e5e5e;
}
.required{
	color:red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image{
	margin-bottom:14px;
}
.template-front-page .site-content article{
	border:0;
	margin-bottom:0;
}
.template-front-page .extra-widget-area{
	clear:both;
	float:none;
	width:auto;
	padding-top:24px;
	border-top:1px solid #cdcdcd;
}
.template-front-page .extra-widget-area .widget li{
	margin:8px 0 0;
	font-size:13px;
	line-height:1.714285714;
	list-style-type:square;
	list-style-position:inside;
}
.template-front-page .extra-widget-area .widget li a{
	color:#757575;
}
.template-front-page .extra-widget-area .widget li a:hover{
	color:#21759b;
}
.template-front-page .extra-widget-area .widget_text img{
	float:left;
	margin:8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul{
	margin-left:12px;
	margin-left:0.857142857rem;
}
.widget_rss li{
	margin:12px 0;
	margin:0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date{
	color:#aaa;
	font-size:11px;
	font-size:0.785714286rem;
	margin-left:12px;
	margin-left:0.857142857rem;
}
#wp-calendar{
	margin:0;
	width:100%;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption{
	text-align:left;
}
#wp-calendar #next{
	padding-right:24px;
	padding-right:1.714285714rem;
	text-align:right;
}
.widget_search label{
	display:block;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
}
.widget_twitter li{
	list-style-type:none;
}
.widget_twitter .timesince{
	display:block;
	text-align:right;
}

/* Action widget */
.widget_action{
	text-align:left;
	padding:10px 20px 20px 20px;
	font-size:13px;
	color:#9b998b;
	border:1px solid #e9e8e4;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(239,239,231,1) 70%, rgba(239,239,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(70%,rgba(239,239,231,1)), color-stop(100%,rgba(239,239,231,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(239,239,231,1) 70%,rgba(239,239,231,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(239,239,231,1) 70%,rgba(239,239,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(239,239,231,1) 70%,rgba(239,239,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(239,239,231,1) 70%,rgba(239,239,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefe7',GradientType=0 );
}
.widget_action h3{color:#757364; text-transform:uppercase; font-size:16px; font-weight:normal; text-align:left; margin-bottom:10px}
.widget_action h4{color:#505050}
.widget_action h4:hover{color:#d02c7d}
.widget_action img{
	border:1px solid #dadada;
	padding:12px; margin-bottom:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.widget_action-description{margin-bottom:10px}
.widget_action-description p:last-child{margin-bottom:0}
.widget-area .widget_action-description{font-size:90%}

/* iContact Signup widget */
.widget_icontact{
	padding:10px;
	background: url('img/leaf.png') center right no-repeat;
}
.widget_icontact form{margin-bottom:15px}
.widget_icontact .email-field{float:left; width:100%; padding-right:46px}
.widget_icontact .submit-field{float:right; margin-top:-46px; z-index:100}
.widget.widget_icontact p{font-size:88%; text-align:center}
.widget.widget_icontact p:last-child{margin-bottom:0}

/* Sitemap widget */
.widget_sitemap .arrow{font-size:160%; vertical-align:middle; margin-right:10px; color:#bcbdc0; cursor:pointer}
.widget_sitemap .cat{
	padding:6px 10px;
	line-height:30px
	background:#ebebeb;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(235,235,235,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(235,235,235,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(235,235,235,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(235,235,235,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(235,235,235,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(235,235,235,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ebebeb',GradientType=0 ); /* IE6-9 */	
}
.widget-area .widget.widget_sitemap li{padding:0; border:0}
.widget_sitemap ul ul{display:none; margin-bottom:10px}
.widget-area .widget.widget_sitemap ul li li{padding:2px 0; border-bottom:1px dashed #eee}
.widget_sitemap .active a{color:#21759b}
.widget_sitemap .minimized h3:after, .widget_product .minimized h3:after{
	content:'';
	display:inline-block; width:38px; height:38px;
	margin:-2px -5px 0 5px;
	vertical-align:middle;
	float:right;
	background:url('img/linkarrow.png');
}

/* Contact Details */
.widget_contact_details{position:relative}
.widget_contact_details:after{
	position:absolute; top:10px; right:10px;
	content:''; width:54px; height:38px;
	background:url('img/anamcara_symbol.png') center center no-repeat;
}
.widget .contact-details i{float:left; display:block; width:24px; line-height:24px}
.widget .contact-details p{margin-bottom:0}
.widget .contact-details .address{margin:0}
.widget .contact-details .address.icon{margin-left:24px}


/* Colored Text widget */
.widget_colored_text{
	padding:10px 15px;
	-webkit-box-shadow: 0px 25px 18px -30px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 25px 18px -30px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 25px 18px -30px rgba(50, 50, 50, 0.75);
}
.widget_colored_text img{display:block; margin:0 auto}
.widget_colored_text p:last-child{margin-bottom:0}

/* Product widget */
.widget_product img{display:block; margin:0 auto}
.widget-area .widget.widget_product li{
	float:left; width:49%;
	margin-right:2%;
	text-align:center;
	border:0;
}
.widget-area .widget.widget_product li:nth-child(2n){margin-right:0}
.widget_product span{padding-right:5px; border-right:1px solid #eee; margin-right:5px}
.widget_product span:last-child{padding-right:0; border:0; margin-right:0}

/* Category and Popular Posts widget */
.widget_popular_categories{
	background: rgb(234,243,216); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,243,216,1) 0%, rgba(255,255,255,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,243,216,1)), color-stop(80%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,243,216,1) 0%,rgba(255,255,255,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,243,216,1) 0%,rgba(255,255,255,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,243,216,1) 0%,rgba(255,255,255,1) 80%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,243,216,1) 0%,rgba(255,255,255,1) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf3d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding:10px;
}
.widget-area .widget_popular_categories h3{
	color:#9ca52f;
	background:none; text-transform:none;
	padding:0; margin-bottom:0;
	font-family: Cambria,Georgia,serif;
}
.widget_popular_categories .category-name{text-transform:uppercase; margin-bottom:20px}
.widget_popular_categories .category-name a{color:#333; font-weight:bold; font-size:120%}
.widget-area .widget.widget_popular_categories li{border:none}
.widget-area .widget.widget_popular_categories li.active a{color:#21759b}

/* Post List widget */
.widget_post_list img.wp-post-image{
	float:left;
	border:1px solid #dadada;
	margin-bottom:10px; margin-right:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.widget_post_list .date{color:#aaa; text-transform:uppercase; font-size:80%; font-weight:bold}
.widget_post_list .footer{margin-top:10px}

.widget_image img{display:block}

/* Latest Posts widget */
.widget_latest_posts{font-size:13px}
.widget_latest_posts li{display:none}
.widget_latest_posts li:first-child{display:block}
.widget_latest_posts img.wp-post-image{
	border:1px solid #dadada;
	padding:12px; margin:0 auto 10px auto;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.widget_latest_posts .sponsor img.wp-post-image{float:left; border:none; padding:0; margin-top:10px; margin-right:20px; max-width:35%}
.widget_latest_posts h4{font-size:14px; margin:10px 0; clear:none}
.widget_latest_posts h4:hover{color:#d02c7d}
.widget_latest_posts .sponsor .post-content{min-height:78px}
.widget_latest_posts .post-content p:last-child{margin-bottom:0}
.widget_latest_posts .button-bar{margin-top:10px}
.navigator{float:right; line-height:40px}
.navigator .prev, .navigator .next{color:#ccc; display:inline-block; padding:0 8px; cursor:pointer; font-size:24px}
.navigator .prev:hover, .navigator .next:hover{color:#d02c7d}

/* Irish Map widget */
.widget_ireland_map .irish-map{
	float:right;
	background:url('img/ireland-map.png') center center no-repeat;
	width:141px; height:169px;
}

/* Search Form */
.searchform .searchinput{float:left; width:100%; padding-right:46px}
.searchform .searchsubmit{float:right; margin-top:-36px; z-index:100; background:#d02c7d;}
.searchform button i{line-height:34px; vertical-align:top; color:#fff; font-size:18px}

/* Widget Nav Menu */
.widget_nav_menu ul{margin-bottom:0}

/* BBP Forums Widget */
.bbp_forums_topic_count_widget_options{background:#cfebfb; border-radius:4px}
.bbp_forums_topic_count_widget_options h3.widget-title{border:0; color:#2a84af; font-weight:bold; margin-bottom:0}
.widget.bbp_forums_topic_count_widget_options li a:after{clear:both; display:table; content:""}
.widget.bbp_forums_topic_count_widget_options li a{
	color:#2a84af; background:#e2f4fd;
	padding:5px;
	display:block;
	border-top:1px solid #b0dbf6;
}
.widget.bbp_forums_topic_count_widget_options li.current_forum_item a,
.widget.bbp_forums_topic_count_widget_options li a:hover{
	background:#fafdff; text-decoration:none;
}
.widget.bbp_forums_topic_count_widget_options li a span{
	color:#fff; background:#676f78;
	display:inline-block; padding:0 4px;
	border-radius:4px;
}

/* BBP Search */
.widget.widget_display_search{border:0; padding:0; text-align:right}
.widget.widget_display_search input[type="text"]{width:100%; padding-right:46px}
.widget.widget_display_search input[type="submit"]{
	text-indent:-9999px;
	width:36px; float:right; z-index:100;
	margin-top:-36px;
	background: #d02c7d url('img/search.png') center center no-repeat;
}




/* =Plugins
----------------------------------------------- */

img#wpstats{
	display:block;
	margin:0 auto 24px;
	margin:0 auto 1.714285714rem;
}

div.bbp-breadcrumb{margin-right:10px}
#bbpress-forums img.avatar, #buddypress img.avatar{display:none}
#bbpress-forums fieldset.bbp-form input[type="checkbox"]{margin:0}
#bbp_reply_content, #bbp_topic_content, .wp-editor-area{border:1px solid #eee; border-top:0}
.bbp_widget_login > div{padding-top:10px}
.bbp-search-form, .bbp-breadcrumb{display:none}
#buddypress #subnav .feed{display:none}
.field-visibility-settings-notoggle, .field-visibility-settings-toggle{display:none}
#buddypress .standard-form div.radio div label{display:inline-block; margin-right:20px}
#buddypress .standard-form input[type="radio"], #buddypress .standard-form input[type="checkbox"]{margin-right:5px}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
	background:#d02c7d;
	border:0;
	color:#fff;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
	background:#333;
	border:0;
	color:#fff;
}
#buddypress #profile-edit-form ul.button-nav{display:none}
#buddypress .profile .bp-widget.signup{display:none}
#buddypress form#whats-new-form{display:none}
#buddypress #subnav #profile-personal-li, #buddypress #subnav #change-avatar-personal-li{display:none}
#buddypress div.item-list-tabs, #buddypress div.item-list-tabs#subnav{background:#e2f4fd; margin-top:0; border-bottom:1px solid #b0dbf6}
#buddypress div.item-list-tabs a{color:#2a84af; line-height:26px}
#buddypress div.item-list-tabs a:hover{color:#555}
#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a{background:#ddd}

#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button]{
	background:#ccc;
	border:0;
	color:#d02c7d;
}
#buddypress .wp-editor-wrap button:hover,
#buddypress .wp-editor-wrap a.button:hover,
#buddypress .wp-editor-wrap a.button:focus,
#buddypress .wp-editor-wrap input[type=submit]:hover,
#buddypress .wp-editor-wrap input[type=button]:hover{
	background:#333;
	border:0;
	color:#fff;
}
#buddypress .register-section{float:left; width:48%}
#buddypress #ncr-robot-check{margin-top:40px}

@media only screen and (max-width: 800px){
	#buddypress .register-section{float:none !important; width:auto !important}
	#buddypress #profile-details-section{margin-top:40px}
}

#bbpress-forums ul.bbp-topics{border-top:0}
#bbpress-forums ul.bbp-topics li.bbp-header{background:#d02c7d; color:#fff}
#bbpress-forums ul.bbp-topics .odd{background:#f8edf3}
#bbpress-forums ul.bbp-topics .even{background:#fdfbfc}
#bbpress-forums ul.bbp-topics .bbp-footer{display:none}

.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop{max-width:940px}
.tribe-events-list .tribe-events-event-image img{width:auto}

.widget .wpcf7-form p{color:#d02c7d; margin-bottom:12px}
.widget .wpcf7-form-control-wrap{max-width:100%}


/* Nextgen Gallery */
.entry-content .ngg-galleryoverview, .entry-content .ngg-albumoverview{text-align:center}
.entry-content .ngg-gallery-thumbnail-box{float:none; margin:4px; display:inline-block}
.entry-content .ngg-gallery-thumbnail img{
	border:1px solid #eee;
	margin:0;
	padding:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	border-radius:3px;
}
.entry-content .ngg-gallery-thumbnail img:hover{background-color:#f7f7f7}

.entry-content .ngg-album-compactbox .Thumb{border:0 !important; width:100%}
.entry-content .ngg-album-compactbox:before, .entry-content .ngg-album-compactbox:after{display:none}
.entry-content .ngg-album-compactbox{border:0; padding:0 !important}
.entry-content .ngg-album-compact{
	float:none; display:inline-block;
	vertical-align:top;
	border:1px solid #eee;
	padding:10px !important;
	margin:6px 4px !important;
	max-width:308px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	border-radius:3px;
}
.entry-content .ngg-album-compact:hover{background-color:#f7f7f7}
.entry-content .ngg-album-compact h4{margin-top:0; font-weight:normal; line-height:20px}
.entry-content .ngg-album-compact h4 .ngg-album-desc{min-height:40px; height:auto}
.entry-content .ngg-album-compact p{display:none}
.post-234 .entry-content p{margin:0}

#TB_window #TB_caption{
	width:100%; padding:15px; float:none; height:auto;
	line-height:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
#TB_caption:after{clear:both; display:table; content:""}
#TB_secondLine{float:right}
#TB_prev a, #TB_next a{
	display:inline-block;
	padding:4px 8px; margin-left:5px;
	line-height:20px;
	color:#333;
	border:1px solid #ddd;
}
#TB_prev a:hover, #TB_next a:hover{border-color:#aaa; color:#000}
#TB_window #TB_closeWindow{height:auto; padding:0}
#TB_window .tb-close-icon{display:none}


/* Events */
.events-category header.entry-header{display:block !important}
.cat-description p{margin-bottom:18px}

/* Product addons */
.woocommerce .product-addon{margin:10px 0}
.woocommerce .product-addon .addon-name{font-size:14px; margin:0; color:#d02c7d}
.woocommerce .product-addon p{margin:0; padding:0}
.woocommerce .product-addon .form-row textarea{height:auto}
.woocommerce .single_variation_wrap{margin-top:20px}




/* =Media queries
-------------------------------------------------------------- */

/* Smaller screens. */
@media screen and (max-width:799px){
	.header-logo img{max-width:200px}
}


/* Minimum width of 640 pixels. */
@media screen and (min-width:640px){
	body .site{
		padding:0;
		margin-top:0;
		margin-bottom:0;
	}
	.site-header{}
	.header-navigation{float:right; margin-right:10px}
	.header-logo{float:left; max-width:30%; margin-left:10px}
	.header-social{float:right; margin-right:10px; text-align:right; margin-top: -18px; }
	.author-avatar{
		float:left;
		margin-top:8px;
	}
	.author-description{
		float:right;
		width:80%;
	}
	.site{
		margin:0 auto;
		max-width:1000px;
	}
	.site:after{clear:both; content:""; display:block}
	.site-content{
		position:relative;
		float:left;
		width:32%;
		left:34%;
		padding-left:0; padding-right:0;
	}
	body.home .site-content{margin-bottom:-20px}
	#secondary-left{
		position:relative;
		float:left;
		width:32%;
		left:-31%;
		margin-left:0; margin-right:0;
	}
	#secondary-right{
		position:relative;
		float:left;
		width:32%;
		left:3%;
		margin-left:0; margin-right:0;
	}
	.left-sidebar .site-content{width:65%;}
	.left-sidebar #secondary-left{left:-64%}
	.right-sidebar .site-content{width:65%; left:1%}
	.right-sidebar #secondary-right{left:2%}

	body.single-attachment .site-content,
	body.full-width .site-content{
		width:98%;
		left:0;
		padding-left:1%;
		padding-right:1%;
	}
	body.left-sidebar-width .site-content{width:74%}
	body.left-sidebar-width #secondary-left{left:-77%}
	.main-navigation{
		clear:both;
		background:#fff;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul{
		display:block;
		text-align:left;
	}
	.main-navigation ul{
		margin:0;
		background: rgb(25,101,153);
		background: -moz-linear-gradient(top, rgba(25,101,153,1) 0%, rgba(26,102,154,1) 50%, rgba(25,92,147,1) 51%, rgba(25,92,147,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,101,153,1)), color-stop(50%,rgba(26,102,154,1)), color-stop(51%,rgba(25,92,147,1)), color-stop(100%,rgba(25,92,147,1)));
		background: -webkit-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
		background: -o-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
		background: -ms-linear-gradient(top, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
		background: linear-gradient(to bottom, rgba(25,101,153,1) 0%,rgba(26,102,154,1) 50%,rgba(25,92,147,1) 51%,rgba(25,92,147,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196599', endColorstr='#195c93',GradientType=0 );
	}
	.main-navigation li a,
	.main-navigation li{
		float:left;
		text-align:center;
		text-decoration:none;
	}
	.main-navigation li:after{
		display:block; content:'';
		float:left;
		width:4px; height:50px;
		background:url('img/menu-divider.png') center center no-repeat;
	}
	.main-navigation li:last-child:after{display:none}
	.main-navigation li a{
		color:#fff;
		font-size:14px;
		line-height:50px;
		white-space:nowrap;
		padding:0 10px;
		border:0; background:none; filter:none;
	}
	.main-navigation li:hover a{
		background: #cf2c7e;
		color:#fff;
	}
	.main-navigation li.menu-item-has-children > a:after{
		content:'\f107';
		font-family:'fontawesome';
		padding-left:4px;
		color:#aaa;	
	}
	.main-navigation li.menu-item-has-children:hover > a:after{color:#57042e}
	.main-navigation li.menu-item-has-children .toggle{display:none}
	.main-navigation li{
		margin:0;
		padding:0;
		position:relative;
	}
	.main-navigation li ul, .main-navigation li .column-sub-menu{
		display:none;
		margin:0;
		padding:0; padding-top:4px;
		position:absolute; top:100%;
		background:#d02c7d;
		z-index:2000;
	}
	.main-navigation li .column-sub-menu{width:550px}
	.main-navigation li .column-sub-menu > ul{
		position:relative;
		float:left;
		width:180px;
	}
	.main-navigation li ul ul{
		top:0;
		left:100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:hover .column-sub-menu,
	.main-navigation ul li:hover .column-sub-menu > ul{
		display:block;
	}
	.main-navigation li ul li{padding:0 10px; text-align:left}
	.main-navigation li ul li a{
		border-top:1px solid #de50a0;
		border-bottom:1px solid #c11964;
		display:block; text-align:left;
		font-size:12px; line-height:30px;
		width:160px;
		padding:0 4px;
		white-space:normal;
	}
	.main-navigation li ul li.menu-item-has-children > a:after{content:'\f105'}
	.main-navigation li ul li.header a{background:#940950; color:#fff; text-transform:uppercase; font-size:75%}
	.main-navigation li ul li.header a:hover{color:#fff}
	.main-navigation li ul li:first-child a{border-top:0}
	.main-navigation li ul li:last-child a{border-bottom:0}
	.main-navigation li ul li:after{display:none}
	.main-navigation li ul li a:hover{color:#57042e}
	.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:#cfedf8;
	}
	.main-navigation li ul .current-menu-item > a,
	.main-navigation li ul .current-menu-ancestor > a,
	.main-navigation li ul .current_page_item > a,
	.main-navigation li ul .current_page_ancestor > a{
		color:#57042e;
	}
	.menu-toggle{display:none}
	.entry-header .entry-title{font-size:22px}
	#respond form input[type="text"]{
		width:46.333333333%;
	}
	#respond form textarea.blog-textarea{
		width:79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article{
		overflow:hidden;
	}
	.template-front-page.has-post-thumbnail article{
		float:left;
		width:47.916666667%;
	}
	.entry-page-image{
		float:right;
		margin-bottom:0;
		width:47.916666667%;
	}
	.template-front-page .extra-widget-area .widget,
	.template-front-page.two-sidebars .extra-widget-area .front-widgets{
		float:left;
		width:51.875%;
		margin-bottom:24px;
	}
	.template-front-page .extra-widget-area .widget:nth-child(odd){
		clear:right;
	}
	.template-front-page .extra-widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .extra-widget-area .front-widgets + .front-widgets{
		float:right;
		width:39.0625%;
		margin:0 0 24px;
	}
	.template-front-page.two-sidebars .extra-widget-area .widget,
	.template-front-page.two-sidebars .extra-widget-area .widget:nth-child(even){
		float:none;
		width:auto;
	}
	.commentlist .children{
		margin-left:48px;
		margin-left:3.428571429rem;
	}
}

/* Minimum width of 920 pixels. */
@media screen and (min-width:920px){
	body{
		background:#e6f4ff url('img/background-cloud.jpg') top center no-repeat fixed;
	}
	.site-header .header-ad{
		float:right; display:block;
		margin-left:40px;
		-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
		-moz-box-shadow:0 0 4px rgba(0,0,0,0.2);
		box-shadow:0 0 4px rgba(0,0,0,0.2);
	}

	/* Front widgets layout */
	.front-widgets aside:nth-child(3){float:left; width:30%}
	.front-widgets aside:nth-child(4){float:right; width:60%}
}


@media screen and (max-width: 1000px) {
	.slide-caption{display:none}
	.site-header .header-columns .header-text{margin-top:22px}
	.site-header .contact-number{font-size:120%; margin-top:0}
	.header-navigation li a{font-size:75%; line-height:20px}
	.entry-content blockquote, .comment-content blockquote{font-size:120%; padding:0 40px}
}

@media only screen and (max-width: 800px){
	.secondary-content{display:none}
	.footer-widget-area .column-1.one-fourth, .footer-widget-area .column-2.one-fourth,
	.footer-widget-area .column-3.one-fourth, .footer-widget-area .column-4.one-fourth{
		width:100%; padding:0; border:0;
		margin-right:0; margin-left:0;
	}
	footer[role="contentinfo"] .left, footer[role="contentinfo"] .right{width:auto; float:none; margin:0 1%; text-align:center}
}

@media screen and (max-width: 720px) {
	.site-header .header-columns .header-logo{width:48%}
	.site-header .header-text{display:none}
	.site-header .header-columns .header-nav-search{width:48%; float:right}

	.second-row .secondary-navigation{display:none}
	.second-row .home-slider{width:100%}

	.action-row aside{float:none; width:98%; margin:0 1% 1% 1%}
	.widget_action-description{min-height:inherit}
	.nomargin.a-column.last{margin-bottom:20px}
}



/* =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:72px;
		margin-bottom:5.142857143rem;
		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;
	}

	/* Comments */
	.commentlist > li.comment{
		background:none;
		position:relative;
		width:auto;
	}
	.commentlist .avatar{
		height:39px;
		left:2.2em;
		top:2.2em;
		width:39px;
	}
	.comments-area article header cite,
	.comments-area article header time{
		margin-left:50px;
		margin-left:3.57142857rem;
	}
}