/*! Normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! Natural box sizing */
* { box-sizing: border-box; } *:before, *:after { box-sizing: inherit; }
/* # Table of Contents
- HTML5 Reset
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- thesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Flickr
- Plugins
	- thesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
- Site Navigation
	- Navigations
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Events Calendar
- Page Templates
	- Portfolio
	- Homepage
- Mobile Menu
- Media Queries
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.section:before,
.menu-items:before,
.content:before,
.content-sidebar-wrap:before,
#container:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.section:after,
.menu-items:after,
.content:after,
.content-sidebar-wrap:after,
#container:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Local Fonts
--------------------------------------------- */

@font-face {
	font-family:'Jaapokki-Regular';
	src: url('lib/fonts/jaapokki-regular.eot');
	src: url('lib/fonts/jaapokki-regular.eot?#iefix') format('embedded-opentype'),
		 url('lib/fonts/jaapokki-regular.woff') format('woff'),
		 url('lib/fonts/jaapokki-regular.ttf') format('truetype'),
		 url('lib/fonts/jaapokki-regular.svg#Jaapokki-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}


/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f3f3f3;
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: "Nunito", sans-serif;
}

.full-width-no-wrap {
	background-color: #fff;	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.flickr_badge_image img,
.portfolio-thumb img,
.entry-title a:before,
.feature-box .text h3, .feature-box .text h4 {
	-webkit-transition: all 0.12s ease-out;
	-moz-transition:    all 0.12s ease-out;
	-ms-transition:     all 0.12s ease-out;
	-o-transition:      all 0.12s ease-out;
	transition:         all 0.12s ease-out;
}

::-moz-selection {
	background-color: #d44343;
	color: #fff;
}

::selection {
	background-color: #d44343;
	color: #fff;
}

a {
	color: #2165DA;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a:active {
	position:relative;
    top: 1px;
}

p {
	margin: 0 0 32px;
	padding: 0;
}

p:last-child {
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 32px;
	color: #777;
	color: #777;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.center {
	text-align: center;
}


/* ## Headings
--------------------------------------------- */

#comments > p.comments_intro, 
p.comment_form_title,
#site_title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jaapokki-Regular', sans-serif;
	color: #010101;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 40px;
}

h1, .home-template h2, #site_title {
	font-size: 54px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 54px; 
	
	color: #333333;
}

h2 {
	font-size: 36px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#comments > p.comments_intro, p.comment_form_title, h3 {
	font-size: 28px;
	letter-spacing: 4px;
}

h4 {
	font-size: 20px;
	letter-spacing: 4px;
}

h5 {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
}

h6 {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 24px;
	width: 100%;
	border-radius: 1px;
}

input:focus,
textarea:focus {
	border-color: #bbb;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.1);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #aaa;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-weight: 300;
}

.archive-pagination a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link { 
	background-color: #fff;
	border: 1px solid #dbd9d8;
	color: #444;
	cursor: pointer;
	display: inline-block;
	line-height: 1.8;
	padding: 11px 30px 10px 30px;
	width: auto;
	border-radius: 1px;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.button {
	margin-left: 5px;
	margin-right: 5px;
}

.comment-reply-link {
	margin-top: 10px;
	padding: 3px 17px;
}

.button:before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	z-index: 0;
	border: 1px solid #dbd9d8;
	box-sizing: content-box;
	padding: 5px;
	border-radius: 1px;
	opacity: .6;
}

.woocommerce .button:before {
	display: none;
}

.entry-content .button {
	margin: 7px;
}

.button.btn-primary, .button.btn-primary:before {
	border-color: #0091ea;
	color: #0091ea;
}

.button.btn-danger, .button.btn-danger:before {
	border-color: #d0574e;
	color: #d0574e;
}

.archive-pagination a:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply-link:hover {
	box-shadow: inset 0px 0px 0px 1px #fff, inset 0px 0px 5px 2px rgba(0,0,0,0.07);
	-ms-transform: translate(0,-2px);
   	-webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);

}

.archive-pagination a:active,
button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.button:active {
	-moz-transform: scale(0.99);
	-ms-transform: scale(0.99);
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
}

.button {
	display: inline-block;
}

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

#thesis_launcher input, #thesis_launcher p {
	padding: 5px;
	margin: 0;
	text-transform: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: -280px;
	margin-bottom: 80px;
}

.full-width-no-wrap .site-inner {
	margin-top: 0;
}

.site-container {
	overflow: hidden;
}

.menu-bg, 
.site-inner {
	background: #fff;	
	padding: 20px;
	max-width: 1000px;
	position: relative;
}

.content-sidebar .site-inner,
.sidebar-content .site-inner {
	max-width: 1100px;
}

.menu-wrap, 
.site-inner > .wrap {
	border: 1px solid #f3f1f0;
	position: relative;
	padding: 4px;
}

.menu-wrap-inner, 
.site-inner > .wrap .content-sidebar-wrap ,
#container,
#tribe-events-pg-template {
	border: 2px solid #f3f1f0;
	position: relative;
	padding: 30px 10%;  /**80px 10% original**/
}

body.events-gridview #tribe-events-pg-template {
	padding-left: 5%;
	padding-right: 5%;
}

.menu-wrap-inner {
	padding-left: 8%;   /*15%*/
	padding-right: 8%;  /*15%*/
}

.full-width-no-wrap .site-inner, 
.full-width-no-wrap .site-inner > .wrap, 
.full-width-no-wrap .site-inner > .wrap .content-sidebar-wrap {
	border: none;
	padding: 30px 0 0;
}

.content > section:last-child, .content > div:last-child, .content > p:last-child {
	margin-bottom: 0;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 70.9%;
}

.content-sidebar .content,
.content-sidebar #content {
	float: left;
}

.full-width-content .content,
.full-width-content #content ,
.full-width-no-wrap .content,
.full-width-no-wrap #content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 23.6%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.full-width-content  .sidebar-primary,
.full-width-no-wrap .sidebar-primary {
	width: 100%;
	float: none;
}

.full-width-content .entry-title,
.full-width-content .tribe-events-single-event-title {
	text-align: center;
}

.full-width-no-wrap .entry-title {
	text-align: left;	
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

img.avatar {
	float: left;
	border-radius: 5px;
}

.alignleft img.avatar,
.author-box img.avatar {
	margin-right: 24px;
}

.alignright img.avatar {
	margin-left: 24px;
}

.comment img.avatar {
	margin: 0 16px 16px 0;
}

/* ## thesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
#respond {
	font-size: 16px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description {
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 30px 0;
	margin-bottom: 30px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	margin: 5px 0;
}

.search-form input[type="submit"] {
	width: 100%;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	margin: 0;
}

.entry-title {
	font-size: 36px;
	text-transform: uppercase;
}

.page-title {
	font-weight: 400;
}

.comment-header a,
.entry-title a,
.sidebar .widget_title a,
.tribe-events-month-event-title a{
	color: #333;
}

.comment-header a:hover,
.entry-title a:hover {
	color: #999;
}

.widget_title, .widgettitle {
	font-size: 26px;
	font-family: 'Pathway Gothic One', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 26px; 
	
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.animate {
  visibility: hidden;
}
.animate {
	visibility:visible\9 !important; /*ie*/
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## Flickr
--------------------------------------------- */

.flickr_badge_image {
	float: left;
	margin: 4px 8px 4px;
	overflow: hidden;
}

.flickr_badge_image img {
	display: inline;
	width: auto;
}

.flickr_badge_image img:hover {
	opacity: .7;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## thesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget_title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #417347;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*width: 100%;*/	
	background-color: #201E1E;
	background-position: relative; /*center*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	background-attachment: fixed; /**/
}

.site-header .wrap {
	padding: 80px 0 80px 0;
}

.content-sidebar .site-header, .sidebar-content .site-header, .full-width-content .site-header {
	padding-bottom: 260px;
}

.full-width-no-wrap .site-header {
	padding-bottom: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

#site_title {
	font-size: 28px;
	line-height: 30px;
	display: inline-block;
	margin: 0 15px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 180px;
	font-size: 28px; 
	
	color: #333333;
}

#site_title a,
#site_title a:hover {
	color: #fff;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.thesis-nav-menu {
	font-size: 18px;
	line-height: 1;
	font-family: 'Jaapokki-Regular', sans-serif;
}

.thesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.thesis-nav-menu a {
	color: #333;
	display: block;
	margin: 0 15px;
	line-height: 22px;
}

.thesis-nav-menu a:hover,
.thesis-nav-menu .current-menu-item > a,
.thesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ebaa44;
}

.thesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
	border-radius: 4px;
	padding: 10px 0;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.15);
  	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	
}
.thesis-nav-menu .sub-menu a {
	background-color: transparent;
	border: none;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	margin: 0;
	text-transform: none;
	display: block;
	line-height: 1.1;
	width: 160px;
	text-align: center;
}

.thesis-nav-menu .sub-menu > li:last-child > a {
	border: none;
}

.thesis-nav-menu .sub-menu > li:last-child > a {
	border: none;
}

.thesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 0;
}

.thesis-nav-menu .menu-item:hover {
	position: relative;
}

.thesis-nav-menu .menu-item:hover > .sub-menu {
	margin-left: -80px;
    left: 50%;
	opacity: 1;
}

.thesis-nav-menu .sub-menu > .menu-item:hover > .sub-menu {
	left: 0;
	margin-left: -170px;
}

.thesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.thesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.thesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.thesis-nav-menu > .search {
	display: none;
}
.thesis-nav-menu .sub-menu:before {
	content: '';
	height: 20px;
	width: 100%;
	display: block;
	position: absolute;
	top: -10px;
}
.thesis-nav-menu .sub-menu:after {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.thesis-nav-menu .sub-menu .sub-menu:before {
	height: 100%;
	width: 20px;
	top: 0;
	right: -10px;
	left: auto;
}
.thesis-nav-menu .sub-menu .sub-menu:after {
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
	top: 22px;
	margin-top: 0;
	margin-left: 0;
    left: 100%;
    content: '';
    position: absolute;
}


/* ## Navigations
--------------------------------------------- */

.nav-primary, .nav-secondary {
	display: inline-block;
	width: 440px;
	text-align: left;
}
.nav-primary {
	text-align: right;
}

.nav-primary .thesis-nav-menu a, .nav-secondary .thesis-nav-menu a {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
}

.nav-primary .thesis-nav-menu > .menu-item, .nav-secondary .thesis-nav-menu > .menu-item {
	position: relative;
	margin: 5px;
}

.nav-primary .thesis-nav-menu .sub-menu a, .nav-secondary .thesis-nav-menu .sub-menu a {
	color: #555;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
	font-family: 'Nunito', sans-serif;
}

.nav-primary .thesis-nav-menu a:hover,
.nav-primary .thesis-nav-menu .current-menu-item > a,
.nav-primary .thesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-secondary .thesis-nav-menu a:hover,
.nav-secondary .thesis-nav-menu .current-menu-item > a,
.nav-secondary .thesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffc3a6;
}

.nav-primary .thesis-nav-menu .sub-menu a:hover, 
.nav-secondary .thesis-nav-menu .sub-menu a:hover,
.nav-primary .thesis-nav-menu .sub-menu .current-menu-item > a, 
.nav-secondary .thesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .thesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.nav-secondary .thesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #efefef;
	color: #222;
}

.nav-primary .sub-menu > .menu-item:hover > .sub-menu {
	left: 0;
	margin-left: 170px;
}
.nav-primary .sub-menu .sub-menu:before {
	height: 100%;
	width: 20px;
	top: 0;
	left: -10px;
	right: auto;
}
.nav-primary .sub-menu .sub-menu:after {
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
	border-left: 0;
	top: 22px;
	margin-top: 0;
	margin-left: 0;
    left:auto;
	right:100%;
    content: '';
    position: absolute;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
	color: #666;
	font-size: 90%;
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}

pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;	
}

.post-image {
	margin-bottom: 20px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	text-align: center;
	margin-top: -20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.num_comments_link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	color: #333;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	padding: 3px 15px;
}

.archive-pagination .active a {
	background-color: #eee;
}

/* ## Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

#comments .comment-respond {
	padding: 40px 40px 16px;	
}

.entry-comments {
	margin-bottom: 40px;
}

#comments > p.comments_intro, p.comment_form_title {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.comment-header {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -48px;
}

.comment-meta {
	margin-bottom: 28px;
	display: none;
}

li.comment {
	border-top: 2px solid #f5f5f5;
}

.comment_text {
	clear: both;
	margin-bottom: 5px;
}

.comment_list li {
	margin-top: 30px;
	padding: 30px 0 0 0;
}

.comment_list li li {
	padding: 30px 0 0 48px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	font-weight: 400;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	font-size: 14px;
}

#cancel-comment-reply-link {
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	margin-left: 10px;
	letter-spacing: 0;
}

.comment_list #respond {
	margin-top: 32px;
}

.comment-edit-link {
	font-size: 12px;
	font-weight: normal;
}

.form-submit {
	margin-bottom: 0;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 16px; 
	
	color: #333333;
}

.sidebar li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.feature-boxes {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	clear: both;
}

.feature-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #fff;
	text-align: center;
	padding: 100px 40px;
	text-transform: uppercase;
	width: 100%;
}

.feature-box h3, .feature-box h4 {
	color: #fff;
	margin: 0;
	line-height: 1;
	word-wrap: break-word;
}

.feature-box .icon {
	margin-bottom: 15px;		
}

.feature-box h4  {
	letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 10px;
}

.feature-box h3 {
	font-size: 40px;
}

.feature-box .text {
	position: relative;
	z-index: 1;
}

a.featured-box-link {
	width: 50%;
	float: left;
	display: flex;
	background: #000;
	position: relative;
	flex-grow: 2;
	flex-basis: 50%;
}

a.featured-box-link .feature-box .fade {
	opacity: 0;
	background: #222;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;	
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	z-index: 0;
	
	display: none\9;/*ie*/
}

a.featured-box-link:hover > .feature-box .fade {
	opacity: .5;
}

a.featured-box-link:hover > .feature-box .text h3, a.featured-box-link:hover > .feature-box .text h4 {
	-ms-transform: translate(0,-2px);
   	-webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);
}

#footer {
	overflow: hidden;
	position: relative;
	clear: both;
}

.site-footer {
	background-color: #201E1E;
	clear: both;
	color: #c1b9b9;
	line-height: 1.5;
	padding: 100px 0;
	position: relative;
}

.site-footer a {
	color: #fff;
	text-decoration: underline;
}

.site-footer > .wrap > p {
	padding-left: 200px;	
}

.footer-widgets-wrap {
	overflow: hidden;
	font-size: 15px;
	font-size: 15px; 
	
}

.footer-widgets .widget_title {
	color: #fff;
	font-size: 30px;
	font-size: 30px; 
	
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-logo {
	width: 140px;
	margin-right: 60px;
	min-height: 1px;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 225px;
}

.footer-widgets-3 {
	width: 390px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-logo,
.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}



/* # Events Calendar
---------------------------------------------------------------------------------------------------- */

body.single-tribe_events .tribe-events-event-meta {
	border: none;
	background: #eee;
}

body .tribe-events-single-section-title, body .tribe-events-meta-group .tribe-events-single-section-title {
	text-transform: uppercase;
	font-weight: normal;
}

body #tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div h3.tribe-events-month-event-title {
	font-weight: bold;	
}

body #tribe-events .tribe-events-button, body #tribe-events .tribe-events-button:hover, body #tribe_events_filters_wrapper input[type="submit"], body .tribe-events-button, body .tribe-events-button.tribe-active:hover, body .tribe-events-button.tribe-inactive, body .tribe-events-button:hover, body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #DA855C;
}

body #tribe-events .tribe-events-button:hover, body .tribe-events-button.tribe-active:hover, body .tribe-events-button.tribe-inactive, body .tribe-events-button:hover {
	background: #444;
}

body #tribe-events-content .tribe-events-tooltip h4, body #tribe_events_filters_wrapper .tribe_events_slider_val, body .single-tribe_events a.tribe-events-gcal, body .single-tribe_events a.tribe-events-ical {
	color: #201E1E;	
}

.tribe-events-back {
	display: none;
}

body .tribe-events-schedule h2 {
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
}

body .tribe-events-schedule,
body .tribe-events-schedule, .tribe-events-calendar .tribe-events-tooltip{
	text-align: center;
}

body #tribe-events-content {
	margin-bottom: 0;
}

body.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	vertical-align: inherit;
}

body .tribe-events-notices {
	border: 0;
	border-radius: 1px;
	margin: 0 0 20px 0;
}

body.single-tribe_events .site-inner .tribe-events-event-meta {
	background: none;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 10px 0;
}

#tribe-events-pg-template .tribe_events.entry {
	margin-bottom: 0;
}

body #tribe-events-pg-template #tribe-events-footer,
body #tribe-events-content #tribe-events-footer {
	border-top: 0;
	padding-top: 0;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {	
	padding: 0 2%;
}


/* # Page Templates
---------------------------------------------------------------------------------------------------- */

/* ## Portfolio
--------------------------------------------- */

.portfolio-teaser {
	margin-bottom: 32px;
	font-size: 14px;
}

.portfolio-thumb {
	background: url(images/graphic-portfolio_link.png) no-repeat center;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 32px;
	max-width: 100%;
	text-align: center;
	line-height: 0;
	border-radius: 5px;
}

.portfolio-thumb img {
	display: inline-block;
	margin: 0;
	border-radius: 5px;
}

.portfolio-teaser:hover img {
	opacity: .25;
}

.portfolio-teaser h2.portfolio-title,
.portfolio-teaser h2.portfolio-title a {
	font-size: 24px;
}

/* ## Homepage
--------------------------------------------- */

.home-template .site-inner {
	display: none;	
}

.home-template .entry {
	margin-bottom: 0;
}

.home-template .entry-content h1, .t-events h2 {
	background: url(images/graphic-leaf@2x.png) no-repeat center bottom;
	background-size: 92px 59px;
	padding-bottom: 65px;
	width: auto;
	background-image: url(images/graphic-leaf.png)\9; /*IE*/
}

.home-template .entry-content {
	text-align: center;
}

.featured-template  .site-header, .featured-template  .site-header .wrap {
	height: 800px;
	height: 100vh;
	position: relative;
}

.scroller {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	height:100%;
	height: 100vh;
	top: 0;
}

.scroller a, .scroller a.active {
	color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
	background: url(images/icon-darr.png) no-repeat bottom center;
	display: inline-block;
	padding-bottom: 30px;
	font-size: 20px;
	line-height: 24px;
	opacity: .4;
	position: absolute;
	bottom: 20px;
	width: 110px;
	margin-left: -55px;
	left: 50%;
	top: auto;
	z-index: 10;
}

.scroller a:hover {
	opacity: 1;
	bottom: 25px;
}

.t-featured {
	text-align: center;	
	display: table;
	width: 100%;
	position: absolute;
	height: 650px;
	height: 100vh;
	bottom: 0;
}

.features {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.features .feature{
	position: relative;
	z-index: 10;
}

.feature-content, .t-featured .widget_title, .t-featured .widget {
	color: #fff;
}

.t-featured .widget_title {
	font-size: 35px;	
}

.t-featured .widget {
	max-width: 860px;
	margin: 0 auto;
}

.t-featured p {
	opacity: .8;
}

.t-featured a {
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.home-template .section {
	margin-bottom: 60px;
	clear: both;
}

.t-content .text {
	width: 50%;
}

.t-content .text .post_box {
	width: 650px;
	padding: 50px 50px 50px 0;
	float: right;
	margin-right: -100px;
}

.t-content .image {
	background: #000;
	width: 50%;
	margin-right: -100px;
	display: block;
	height: 100%;
	min-height: 200px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
}

.t-content .image img {
	display: none;
}

.t-content .image:before {
	content: "";
	display: block;
	top: 50%;
	margin-top: -50px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 50px;
	border-color: transparent transparent transparent #fff;
	margin-left: -3px;
}

.home-template .t-content {
	margin: 0;
	position: relative;
}

.home-template .t-menu, .t-menu {
	text-align: center;
	background-color: #201E1E;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	margin-bottom: 260px;
}

.home-template .menu-wrap-inner {
	/*padding-top: 190px;*/
	/*background: url(images/graphic-menustamp.png) no-repeat 50% 50px;*/
}

.home-template .menu-bg {
	margin-bottom: -200px;
}

.menu-section {
	float: left;
	clear: both;
	width: 46%;
	margin-bottom: 70px;
}

.menu-section.last {
	float: right;
	clear: right;	
}

.menu-items h4 {
	letter-spacing: 0;
	border-bottom: 2px solid #e4c7b5;
	padding: 0 25px 7px;
	display: inline-block;
	margin-bottom: 0;
}

.themedy-menu-item {
	text-align: left;
	margin-top: 30px;
	font-size: 14px;
}

.themedy-menu-item .entry {
	margin-top: 10px;
	color: #a0a0a0;
	line-height: 18px;
}

.menu-items h5 {
	display: none;
	margin-bottom: 0;
	font-size: 16px;
}

.menu-items .price {
	float: right;
	margin-left: 10px;
	color: #DA855C;
	font-size: 19px;
	line-height: 22px;
}

.t-events {
	text-align: center;
}

.themedy-event-list .event {
	border-bottom: 1px solid #f5f3f2;
	padding: 30px 20px;	
	overflow: hidden;
	clear: both;
	text-align: left;
}

.themedy-event-list .event .wp-post-image {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 20px;
}

.themedy-event-list .event .entry-title  {
	float: left;
	font-size: 22px;
	max-width: 50%;
	margin: 0;
	text-align: left;
}

.themedy-event-list .event .entry-meta  {
	float: right;
	max-width: 44%;
	text-align: right;
}

.themedy-event-list .event .entry-meta .time {
	background: url(images/icon-calendar@2x.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 22px;
	
	background-image: url(images/icon-calendar.png)\9; /*ie*/
}

.themedy-event-list .event .entry-meta .venue {
	background: url(images/icon-location@2x.png) no-repeat left;
	background-size: 12px 16px;
	padding-left: 18px;
	margin-left: 20px;
	
	background-image: url(images/icon-location.png)\9; /*ie*/
}

.all-events {
	margin-top: 30px;
}



/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */

.browser-menu-on .toggle-menu {
	display: block;
}

.mm-opened #mm-blocker {
	background: rgba( 0, 0, 0, 0 );
	transition: background .5s ease 0.05s;
	cursor: pointer;
}

.mm-opening #mm-blocker {
  	background: rgba( 0, 0, 0, 0.25 );
  	transition: background 1s ease 0.25s;
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span, .mm-list a:hover {
	color: #fff;
}

.toggle-menu {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	float: left;
	width: 24px;
	height: 18px;
	padding: 8px 0 0 0;
	display: none;
	cursor: pointer;
	margin-top: 5px;
	z-index:5;
	position: absolute;
}

.toggle-menu:hover {
	opacity: .8;
}

.toggle-menu .navicon, 
.toggle-menu .navicon:before, 
.toggle-menu .navicon:after {
	transition: background 0s .5s, top .3s .7s, transform .3s .4s;
}

.toggle-menu .navicon, 
.toggle-menu .navicon:before, 
.toggle-menu .navicon:after {
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	position: relative;
}

.toggle-menu .navicon:before {
	top: -6px;
	position: absolute;
}

.toggle-menu .navicon:after {
	top: 6px;
	position: absolute;
}

.toggle-menu.active .navicon:before, 
.toggle-menu.active .navicon:after {
	transition: top .3s .4s, transform .3s .7s;
}

.toggle-menu.active .navicon {
	background: none;
}

.toggle-menu.active .navicon:before {
	top: 0;
	transform: rotate(-45deg);
}

.toggle-menu.active .navicon:after {
	top: 0;
	transform: rotate(45deg);
}

body .mm-panels > .mm-panel > .mm-listview {
	margin-bottom: 0;	
	margin-top: 0;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1120px) {
	
	.site-inner,
	.wrap,
	.content-sidebar .site-inner, 
	.sidebar-content .site-inner {
		max-width: 900px;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2 {
		width: 175px;	
	}
	
	.footer-widgets-3 {
		width: 285px;
	}
	
	.t-content .text .post_box {
		width: 550px;	
	}
	
	.nav-primary, .nav-secondary {
		width: 340px;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.site-inner,
	.wrap,
	.content-sidebar .site-inner, 
	.sidebar-content .site-inner {
		max-width: 800px;
	}
	
	.footer-logo {
		width: 23%;
		margin: 0;
	}
	
	.site-footer > .wrap > p  {
		padding-left: 28%;
	}
	
	.footer-widgets {
		width: 72%;
		float: right;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
	}
	
	.themedy-event-list .event .entry-meta, .themedy-event-list .event .entry-title {
		float: none;
		text-align: left;
		max-width: 100%;
	}
	
	.themedy-event-list .event .wp-post-image {
		width: 75px;
	}
	
	.t-content .text .post_box {
		width: 500px;	
	}
	
	.nav-primary, .nav-secondary {
		width: 290px;
	}
	
	.thesis-nav-menu a {
		margin: 0 5px;
		font-size: 17px;
	}
	
}
@media only screen and (max-width: 860px) {
	
	.comment-header {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 820px) {

	.site-inner,
	.wrap,
	.content-sidebar .site-inner, 
	.sidebar-content .site-inner {
		max-width: 600px;
	}
	
	.menu-wrap-inner, .site-inner > .wrap .content-sidebar-wrap, #container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.site-header .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#content,
	.content,
	.sidebar-primary {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.sidebar {
		margin-top: 40px;
		clear: both;
		display: inline-block;
	}
	
	.toggle-menu { 
		display: block;
	}
	
	.mobile-on .nav-primary,
	.mobile-on .nav-secondary {
		display: none;
	}
	
	.entry-title {
		text-align: center;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: none;
	}
	
	.portfolio-teaser {
		text-align: center;
	}
	
	.menu-wrap-inner {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	
	.features .feature {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		float: left;
	}
	
	.features .feature.first {
		margin-left: 0;
	}
	
	.t-featured .widget_title {
		font-size: 24px;
	}
	
	.t-featured p {
		font-size: 14px;
	}
	
	.t-content .text .post_box {
		width: 400px;	
	}
	
	.home-template .entry-content h1, .t-events h2, h1, .home-template h2 {
		font-size: 40px;
	}
	
	.home-template .menu-bg {
		margin-bottom: -100px;
	}
	
	.home-template .t-menu, .t-menu {
		margin-bottom: 180px;
	}
	
	.full-width-no-wrap .site-inner > .wrap, .full-width-no-wrap .site-inner > .wrap .content-sidebar-wrap {
		margin-bottom: 0;
	}
	
	.full-width-no-wrap .site-inner {
		margin-bottom: 50px;
		padding-top: 0;
	}
	
	.nav-primary, .nav-secondary {
		width: 190px;
	}
	
	.thesis-nav-menu a {
		margin: 0;
		font-size: 15px;
	}

}

@media only screen and (max-width: 620px) {

	body {
		font-size: 16px;
	}
	
	.content-sidebar .site-header, .sidebar-content .site-header, .full-width-content .site-header {
		padding-bottom: 0;
	}

	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.site-header .wrap {
		padding: 30px 20px 20px 20px;
	}
	
	.site-inner {
		padding: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.menu-wrap-inner, .site-inner > .wrap .content-sidebar-wrap, #container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.entry-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.pagination-previous, 
	.pagination-next {
		float: none;
		clear: both;
		text-align: center;
		margin-top: 10px;
	}
	
	.nav-primary {
		clear: both;
		float: none;
		text-align: left;
		margin-top: 20px;
	}
	
	.nav-primary > ul {
		padding-top: 10px;
	}
	
	.feature-boxes {
		display: block;
	}
	
	a.featured-box-link {
		width: 100%;
	}
	
	.feature-box {
		padding: 60px 30px;
	}
	
	.footer-widgets,
	.footer-logo,
	.site-footer > .wrap > p,
	.menu-section {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		padding: 0;
	}
	
	.home-template .t-menu, .t-menu {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home-template .menu-bg {
		padding: 10px;
	}
	
	.t-featured,
	.featured-template .site-header, 
	.featured-template .site-header .wrap,
	.scroller {
		display: block;
		height: auto;
		min-height: 0;
	}
	
	.t-featured {
		position: relative;
		bottom: auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.scroller {
		display: none;
	}
	
	.t-content .text, 
	.t-content .image, 
	.t-content .text .post_box,
	.t-content .wrap {
		width: 100%;
		margin: 0;
		position: relative;
		float: none;
		padding: 0;
	}
	
	.t-content .text .post_box {
		width: 100%;
		margin: 0;
		padding: 50px 20px;
	}
	
	.t-content .image {
		min-height: 0;
		height: auto;
		width: 100%;
		background: none !important;
	}
	
	.t-content .image img {
		display: block;
	}
	
	.t-content .image::before {
		border-width: 50px 50px 0 50px;
		border-color: #fff transparent transparent transparent;
		left: 50%;
		margin-left: -50px;
		top: -3px;
		margin-top: 0;
	}
	
	.home-template .t-menu, .t-menu {
		margin-bottom: 160px;
	}
	
	.full-width-no-wrap .site-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.nav-primary, .nav-secondary {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}
	
	.thesis-nav-menu a {
		margin: 0;
		font-size: 15px;
	}

}

@media only screen and (max-width: 550px) {
	
	.features {
		display: block;
	}

	.features .feature {
		float: none;
		clear: both;
		width: 100%;
		margin: 20px 0 20px 0;
		text-align: center;
	}
	
	.home-template .entry-content h1, .t-events h2, h1, .home-template h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 420px) {

	#site_title a {
		max-width: 120px;
	}
	
	.updates .subscribe, .updates input[type="submit"], .subscribe_form .subscribe, .subscribe_form .email {
		width: 100%;
		clear: both;
		position: static;
		padding: 10px 20px;
		text-align: center;
		border-radius: 5px;
	}
	
	#countdown > div { 
		font-size: 48px;
		margin-left: 5%;
		margin-right: 5%;
		width: 27%;
	}
	
	#site_title { 
		font-size: 16px;
	}
	
	#site_title img {
		max-height: 120px;
    	width: auto;
	}
	
	.feature-box h4 {
		font-size: 20px;
	}
	
	.feature-box h3 {
		font-size: 30px;
	}
	
	.home-template .t-menu, .t-menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.themedy-event-list .event, .themedy-event-list .event .entry-meta, .themedy-event-list .event .entry-title {
		text-align: center;
	}
	
	.themedy-event-list .event {
		padding-left: 0;
		padding-right: 0;
	}
	
	.themedy-event-list .event .wp-post-image {
		float: none;
		margin: 0 0 10px 0;
	}

}

/* Height Queries */
@media only screen and (max-height: 1000px) {
	.t-featured {
		padding-top: 12%;
	}
	.featured-template .site-header .wrap {
		padding-top: 40px;
	}
}

@media only screen and (max-height: 670px) {
	.featured-template .site-header, .featured-template .site-header .wrap {
		min-height: 700px;
	}
	.t-featured {
		height: auto;
		position: relative;
		padding-top: 60px;
	}
	.scroller {
		height: auto;
	}
}

/* ## Landing Page
--------------------------------------------------------------------- */

#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}
/*---:[ custom CSS ]:---*/
.intro-feature-text {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Jaapokki-Regular', sans-serif;
	margin-top: 40px;
	color: #FFF;
    font-size: 50px;
}
.home-template .site-header {
    /*height: 100vh;*/
    animation: bgSliderInfinite  90s infinite linear;
}
.home-template .site-header .intro-feature-text span {color: #f9b522;}  /*#ffd800 amarillo*/
.home-template .site-header .intro-feature-text h5 {
    font-size: 25px;
	color: #ccc;
}
.home-template .menu-items h4 {display: none;}
.home-template .t-featured  .feature-image {margin-bottom: -10px;}
.home-template .t-featured .feature-content {
	/*background-color: teal;*/
    border-radius: 0 0 8px 8px;}
.featured-template .site-header .wrap {
    padding-top: 30px;
}
.home-template .features .feature {
    /*border-style: double;*/
    /*border-color: #fff;*/
    border-radius: 10px;
}
.home-template .widget_title, .widgettitle {
	font-size: 30px;
    margin-bottom: 0px;
}

/***para fondo header***/
@keyframes bgSliderInfinite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1900px 0;
  }
}