/*
Theme Name: musichall
Theme URI: http://www.silocreativo.com
Description: Music Hall is a sophisticated and complete WordPress Theme for musicians and music bands. Simple to use, this theme is built with semantic HTML5/CSS3 and is completely responsive. 


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, custom-menu, light, editor-style, custom-colors, theme-options, sticky-post, translation-ready, featured-images, flexible-width


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/******************************************************************

------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. PAGE NAVI STYLES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. MEDIA QUERIES

******************************************************************/

/**
 * 01. RESET
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * -----------------------------------------------------------------------------------------------------------------------------------
 */

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/**
 * 02. TIPOGRAPHY
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Raleway', sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	color: #333;
	padding: 0;
	border: 0;
	margin: 0 auto;
}

a {
	color: #B78A0E;
	text-decoration: none;
}

a:active,
a:visited {
	color: #B78A0E;
}

a:focus {
	outline: thin dotted;
}

a:hover {
	color: #C2CEBA;
	outline: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 700;
}

h1 {
	font-size: 30px;
	margin: 30px 0 10px;
}

h2 {
	font-size: 24px;
	margin: 27px 0 10px;
}

h3 {
	font-size: 22px;
	margin: 24px 0 10px;
}

h4 {
	font-size: 18px;
	margin: 21px 0 10px;
}

h5 {
	font-size: 16px;
	margin: 18px 0 10px;
}

h6 {
	font-size: 14px;
	margin: 15px 0 10px;
}

address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	line-height: 1.5;
	margin: 0;
	padding: 10px 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	font-size: 24px;
	font-weight: 400;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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

del {
	color: #333;
}

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


/**
 * 03. PATTERNS
 * --------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Buttons */
a.more-link,
.st-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #1abc9c; 
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	font: 400 14px 'Raleway', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: none !important;
	position: relative;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

a.more-link:hover,
.st-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #48c9b0; 
}
a.more-link:active,
.st-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #16a085; 
}

.meta-section {
overflow: hidden;
position: relative;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	background-color: #fafafa;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #B78A0E;
	background-color: #fff;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #eee;
	font-family: 'Raleway', sans-serif;
	padding: 5px;
}

input,
textarea {
	color: #444;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

 /* Fix IE problems with images */
.ie img {
width: inherit;  /* Make images fill their parent's space. Solves IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.wp-caption .wp-caption-text,
.entry-caption {
	font: 300 18px/1.5 'Raleway', sans-serif;
	margin: 0;
	text-transform: none;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
.wp-caption.alignleft { 
	margin: 12px 24px 12px 0; 
} 
img.alignright,
.wp-caption.alignright { 
	margin: 12px 0 12px 24px; 
	} 
img.aligncenter,
.wp-caption.aligncenter { 
	clear: both; 
	margin-top: 12px; 
	margin-bottom: 12px; 
}

/* Transitions */
a {
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	}

/**
 * 04. SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */
.site {
	margin: 0 auto;
	width: 100%;
	border: 0;
	padding-top: 0px;
}

.site-main {
	position: relative;
}

/* Custom Background */
.pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/pattern-filter.png) scroll transparent;
	top: 0;
}

/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #B78A0E;
}



/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	background-color: #B78A0E;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: block;
	font: 400 40px sans-serif;
	padding: 4px 0 0;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 0;
}
.navbar-fixed .menu-toggle {
	color: #fff;
}

/* Main Menu */
.main-navigation {
	min-height: 0px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	float: right;
	background-color: #B78A0E;
}
.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 10px;
}
.toggled-on li,
.toggled-on .children {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}
.toggled-on .nav-menu li a {
	padding: 12px 0;
	color: #fff;
	border-top: 1px solid #fff;
	display: block;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
		-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu .current_page_item > a,
.toggled-on .nav-menu .current-menu-item > a {
	color: #fff;
}
.toggled-on .nav-menu li > ul {
	background-color: transparent;
	float: none;
	margin-left: 0;
	position: relative;
	left: auto;
	top: auto;
	padding-left: 0;
}
.toggled-on .nav-menu li ul.sub-menu a {
	width: auto;
	color: #ccc;
	text-transform: none;
}
.nav-menu {
	display: none;
}

/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

#main {
	padding-top: 20px;
	padding-bottom: 0px;
}

.hentry {
	margin-bottom: 40px;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title,
.archive-meta {
	width: 100%;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	text-align: left;
}

/* Entry Title */
.entry-title {
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	position: relative;
}
h3.entry-title a  {
	color: #111;
	text-decoration: none;
}
h3.entry-title a:hover {
	color: #B78A0E;
}
.sidebar .entry-header .entry-meta {
	padding: 0;
}
/* Entry Thumbnail */
.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}
.entry-meta span {
	display: block;
	margin-right: 0px;
}
.single-post .entry-footer span {
	display: block;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #eee;
}
.entry-meta span.comments-link {
	display: inline;
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.entry-meta [class^="icon-"], .entry-meta [class*=" icon-"] {
	margin-right: 5px;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content, 
.entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}
#primary p {
	font-weight: 400;
}

/* Entry summary */
.entry-summary p {
	padding-bottom: 10px;
}


/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer.entry-meta {
	padding-top: 10px;
	padding-bottom: 10px;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */

/* home page */
#header-section, 
#firstquote-section, 
#event-section {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
}

.site-main {
	padding: 90px 0;
}

/* home page Fonts */
#header-section h1.entry-title,
#header-section h3.entry-title,
.home h5.entry-title,
.home h2.entry-title {
	position: relative;
	text-transform: uppercase;
	word-wrap:break-word;
}

#header-section h1.entry-title {
	text-align: center;
	position: relative;
	border-bottom: 4px solid #B78A0E;
	font-family: 'Monoton', sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
}
#header-section h3.entry-title {
	text-align: center;
	position: relative;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
}

.underline {
	text-align: center;
	margin: 0 10%;
	position: relative;
}
.underline:before {
	position: absolute;
	bottom: 49%;
	height: 3px;
	left: 0;
	width: 100%;
	content: " ";
	background-color: #B78A0E;
}
.home h5.entry-title {
	background-color:#fff;
	display: inline;
	padding: 0 26px;
	font-weight: 400;
	font-size: 14px;
	color: #111;
}
.home h2.entry-title {
	font-size: 46px;
	text-align: center;
	margin: 0 10% 50px;
	padding: 5px 0;
	border-bottom: 3px solid #B78A0E;
	display: block;
	font-family: 'Monoton', serif;
	font-weight: 400;
	color: #111;
}


/* Discography Section */
#discography-items .entry-header,
#discography-items .entry-summary {
	background-color: #E8E8E8;
	padding-bottom: 0;
}
#discography-items .entry-header,
#discography-items .entry-summary p {
	padding-left: 20px;
	padding-right: 20px;
}
#discography-items h3.entry-title {
	padding-top: 26px;
	font-size: 36px;
}


/* firstquote Section */
#firstquote-section {
padding: 200px 0;
}
#firstquote-section h1 {
font-size: 60px;
text-align: center;
color: #fff;
}


/* team Section */
#team-items .entry-thumbnail {
position: relative;
}
#team-items .over {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(194, 206, 186, 0.9);
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
-webkit-backface-visibility: hidden;
}
#team-items .over:hover {
opacity: 1;
}
#team-items .entry-meta {
position: absolute;
bottom: 10px;
font-size: 30px;
text-align: center;
}
#team-items .entry-title {
padding-top: 26px;
padding-bottom: 0px;
font-size: 36px;
text-align: center;
}
#team-items p {
font-weight: 600;
font-size: 20px;
text-align: center;
padding-top: 0px;
}


/* event Section */
#event-items .entry-title,
#event-items p  {
text-align: center;
color: #fff;
}
#event-items p {
font-size: 18px;
}


/* portfolio Section */
#portfolio-section,
#portfolio-section h5.entry-title {
	background-color: #C2CEBA;
}


/*  blog template page */
.blog .odd,
.archive .odd,
.search .odd {
clear: both;
}
.blog .hentry,
.archive .hentry,
.search .hentry {
max-width: 439px;
margin-left: auto;
margin-right: auto;
}
#blog-section h3.entry-title,
.blog h3.entry-title,
.archive h3.entry-title,
.search h3.entry-title {
padding-top: 26px;
font-size: 36px;
}
#blog-section .entry-header,
#blog-section .entry-summary,
#blog-section .entry-footer,
.blog .entry-header,
.blog .entry-summary,
.blog .entry-footer,
.archive .entry-header,
.archive .entry-summary,
.archive .entry-footer,
.search .entry-header,
.search .entry-summary,
.search .entry-footer {
padding-left: 20px;
padding-right: 20px;
background-color: #E8E8E8;
}
#blog-section .entry-footer,
.blog .entry-footer,
.archive .entry-footer,
.search .entry-footer {
padding-bottom: 10px;
text-align: right;
}
a.more-link-home {
border: 2px solid transparent;
padding: 5px 10px;
color: #111 !important;
margin: 10px 15px 0 0;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
-webkit-transition: .6s all linear;
-moz-transition: .6s all linear;
-o-transition: .6s all linear;
transition: .6s all linear;
}
a.more-link-home:hover {
border: 2px solid #B78A0E;
-webkit-transition: .05s all linear;
-moz-transition: .05s all linear;
-o-transition: .05s all linear;
transition: .05s all linear;
}


/* single template page */
.single-post .entry-credits .entry-meta i {
color: #bbb;
}
.single-post .entry-credits .entry-meta {
padding: 20px;
}
.single .entry-title {
padding-top: 20px;
padding-bottom: 20px;
}
.single h1.entry-title {
font-size: 40px;
text-transform: uppercase;
text-align: center;
}
.single h1.entry-title:before {
position: absolute;
bottom: 0%;
height: 3px;
left: 25%;
width: 50%;
content: " ";
background-color: #B78A0E;
}



/* single-discography template page */
.single-discography .entry-credits,
.single-discography .entry-thumbnail {
	padding-top: 20px;
}


/* page template page */
.page-template-default #content,
.page-template-page-fullwidth-php #content {
padding: 10px 20px 0px;
background-color: #fff;
}

/* archive template page */

/* category template page */

/* Portfolio Listing */
.isotope-item,
.portfolio-item { 
	z-index: 2; 
	margin-bottom: 20px !important;
}
.isotope-hidden.isotope-item { 
	pointer-events: none; z-index: 1; 
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s; 
	-moz-transition-duration: 0.8s; 
	transition-duration: 0.8s; 
}
.isotope { 
	-webkit-transition-property: height, width; 
	-moz-transition-property: height, width; 
	transition-property: height, width; 
}
.isotope .isotope-item { 
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity; 
	transition-property: transform, opacity; 
}
#portfolio-filters {
	margin-bottom: 20px;
}
#portfolio-filters a {
	border: 2px solid transparent;
	padding: 5px 10px;
	color: #111;
	margin: 10px 15px 0 0;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .6s all linear;
-moz-transition: .6s all linear;
-o-transition: .6s all linear;
transition: .6s all linear;
}
#portfolio-filters a:hover,
#portfolio-filters a.active-item {
	border: 2px solid #B78A0E;
	-webkit-transition: .05s all linear;
-moz-transition: .05s all linear;
-o-transition: .05s all linear;
transition: .05s all linear;
}


/* Portfolio Overlay */
.overlay {
position: relative;
width: 100%;
overflow: hidden;
}
.overlay a,
.overlay img {
    display: block;
    height: auto;
}
.overlay div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.3);
    background-image: url(images/bg-dark.png);
    display: none;
}
.overlay div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay div .da-wrap .title {
    display: block;
    position: absolute;
    width: 100%;
    top: 0%;
    height: 60%;
    background-color: rgba(0,0,0,0.3);
	font-size: 18px;
    padding: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    padding-top: 30px;
}
.overlay .da-wrap a {
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.overlay .da-wrap a.icono {
	font-size: 40px;
	display: block;
    position: absolute;
    width: 100%;
    bottom: 0%;
    height: 40%;
    color: #fff;
    padding: 10px;
    display: block;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop { top: 0px }
.da-slideLeft { left: 0px }
#portfolio-items img { height: auto }


/* Bootstrap Fix portfolio */
#portfolio-items .col-sm-3 {
margin-right: -1px;
}


/* Single Portfolio */
.single-portfolio .entry-header {
	padding-bottom: 30px;
}
.work-credits {
	margin-bottom: 0;
	padding: 10px;
	background-color: #C2CEBA;
	list-style-type: none;
}
.single-portfolio .work-credits {
	margin-top: 10px;
	background-color: #E8E8E8;
}
.work-credits li {
	margin-bottom: 15px;
}
.work-credits b {
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 10px;
}
.single-portfolio .work-credits li {
	margin: 10px;
}

/* wp-admin bar */
body.admin-bar #navbar,
body.admin-bar #page {
	margin-top: 32px;
}

/* tag template page */

/* Audio Player */
.mejs-container .mejs-controls {
	background: #555 !important;
	}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #C2CEBA !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #B78A0E !important;
}

/* gallery */

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

/* Image Galleries */
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
}
.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 {
	max-width: 90%;
}
#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-6 img,
#gallery-7 img,
#gallery-8 img,
#gallery-9 img,
#gallery-10 img,
#gallery-11 img,
#gallery-12 img {
	border: none !important;
}


/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */

.sticky {
}
/* Audio */
/* Image */
/* Link */
/* Quote */
/* Status */
/* Video */
.video-container, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font: 300 32px 'Raleway', sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	margin-bottom: 20px;
}

/* Archive title */
.archive-title {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-transform: none;
	color: #666;
}

/* Archive meta or description */
.archive-meta {
	margin: 0 auto;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.archive-meta p {
	margin-bottom: 0px;
}


/**
 * 07.9 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.archive-header,
.archive-title {
}

.error-header
.error-title
.error-content {
}



/**
 * 07.10 404
 * ----------------------------------------------------------------------------
 */

.error-header
.error-title
.error-content {
}

/**
 * 07.11 Shortcodes
 * ----------------------------------------------------------------------------
 */


/* ------- Multicoumns Shortcode ------- */
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	width:100%;
}
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	float:left;
	margin-right:0;
	margin-bottom: 20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	display: block;
	clear: both;
}

/* ------- Infoboxes ------- */
.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 35px 0;
	padding: 25px;
	overflow:hidden;
	line-height:1.45;
}
#content .white-box p, 
#content .blue-box p, 
#content .yellow-box p, 
#content .red-box p, 
#content .green-box p, 
#content .lightgrey-box p,
#content .grey-box p,
#content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border:2px solid #333;
}
.blue-box {
	background:#E5F4FB;
	border:2px solid #C6D9E9;
	color:#8EA4AF;
}
.yellow-box {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#CC9F3B;
}
.red-box {
	background:#FFE6E6;
	border:2px solid #F27070;
	color:#DD6666;
}
.green-box {
	background:#EFF8E6;
	border:2px solid #D6EEBD;
	color:#89A270;
}
.grey-box {
	background:#CBCACA;
	border:2px solid #B2B2B2;
	color:#6D6C6C;
}


/* ------- Buttons ------- */
.st-button {
	display:inline-block;
	cursor:pointer;
}
.st-button:hover {
	color:#fff !important;
}
a.st-button {
	margin:10px 10px 10px 0;
}
a.st-button:hover {
	text-decoration: none;
}

.st-button.red {background:#e74c3c;}
.st-button.red:hover {background:#ec7063;}
.st-button.red:active {background:#c44133;}
.st-button.green {background:#1abc9c;}
.st-button.green:hover {background:#48c9b0;}
.st-button.green:active {background:#16a085;}
.st-button.blue {background:#3498db;}
.st-button.blue:hover {background:#5dade2;}
.st-button.blue:active {background:#2c81ba;}
.st-button.yellow {background:#f1c40f;}
.st-button.yellow:hover {background: #f5d313;}
.st-button.yellow:active {background: #cda70d;}
.st-button.purple  {background: #8E44AD;}
.st-button.purple:hover {background: #9B59B6;}
.st-button.purple:active {background: #8F47AE;}
.st-button.grey {background: #bdc3c7; color: #fff;}
.st-button.grey:hover {background: #cacfd2; color: #fff;}
.st-button.grey:active {background: #a1a6a9; color: #fff;}
.st-button.black {background: #34495e; color: #fff;}
.st-button.black:hover {background: #415b76; color: #fafafa !important;}
.st-button.black:active {background: #2c3e50; color: #fafafa !important;}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation .nav-links a {
	color: #fff;
}

.navigation .nav-links a:hover {
	color: #fff;
	text-decoration: none;
}

.paging-navigation {
	padding: 0 0 30px;
	clear: both;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}

.paging-navigation .meta-nav {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 5px 0 8px;
	text-align: center;
	width: 40px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 25px 0 28px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #9d9c92;
	text-decoration: none;
}

.post-navigation a[rel="next"] {
	float: right;
}

/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

/* General Styles */
#comments {
	background-color: #fff;
	padding: 20px 0px 0px;
}

.comments-title,
.comment-reply-title,
.no-comments {
	text-align: left;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-transform: none;
	color: #101;
	font: 600 22px 'Raleway', sans-serif;
	border-bottom: 3px solid #B78A0E;
}

#respond #commentform {
	margin: 0 auto;
	width: 100%;
}

.comment-list {
	list-style-type: none;
	padding: 20px 0;
	background: #fff;
}

.comment-list .children {
list-style-type: none;
margin-left: 10px;
padding-left: 10px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background-size: 4px 4px;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

/* Coments */
.comment {
	padding: 25px 0;
	background: #fff;
	border-top: 1px solid #B78A0E;
}
ol.comment-list > li:first-child .comment.depth-1 {
	border-top: none;
}
.comment-author {
	float: left;
	margin-right: 50px;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn,
.comment-reply-link {
	color: #B78A0E;
	font-size: 14px;
	font-style: normal;
}

.bypostauthor {
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-meta,
.comment-content,
.reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	font-size: 13px;
	margin-bottom: 20px;
}

.comment-meta a:hover {
}

.ping-meta {
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
}

.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */
#respond {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#reply-title {
	margin-bottom: 20px;
}

#reply-title small a {
	display: none;
}

#reply-title small a:hover {
}

.sidebar .comment-list #reply-title,
.sidebar .comment-list #commentform {
	padding: 0;
}

#commentform .comment-notes {
	margin-bottom: 15px;
}

#commentform .comment-form-author, 
#commentform .comment-form-email, 
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	float: left;
	padding: 5px 0;
}

#commentform .required {
	color: #B78A0E;
}

#commentform textarea {
	height: 100px; /* Smaller field for mobile. */
}

.form-allowed-tags {
	display: none;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font: 300 20px 'Raleway', sans-serif;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}

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



/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

/* Secondary Sidebar */
#secondary  {
	padding-bottom: 20px;
	color: #000;
}

.widget a:hover  {
	color: #333;
}

#secondary .widget  {
	width: 100%;
	font-size: 14px;
	padding: 10px 20px;
	background-color: #E8E8E8;
	font-weight: 400;
}

/* General Sidebar Styles */
.widget-title {
	font: 400 16px 'Raleway', sans-serif;
	padding: 10px 0 5px;
	text-transform: uppercase;
	text-align: center;
	color: #111;
	margin: 0 0 10px;
	border-bottom: 3px solid #B78A0E;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	line-height: 1.4;
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
#searchform {
	position: relative;
}
.widget #searchform .field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	width: 100%;
}
.widget #searchform .submit {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	display: block;
	cursor: pointer;
	border: none;
	color: #999 !important;
	background: transparent;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	padding: 4px 0;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/* Tagcloud Widget */
.widget .tagcloud a {
	padding:4px 6px;
	margin:0 2px 2px 0;
	color: #fff;
	float:left;
	background-color: #B78A0E;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover {
	background-color: transparent;
	color: #B78A0E;
	text-decoration: none;
	-webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
}

/* Recent comments Widget */
.recentcomments:before {
	content: "\f075";
	font-family: FontAwesome;
	padding-right: 6px;
}


/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

#colophon {
	position: relative;
	background-color: #B78A0E;
}

.site-footer {
	color: #fff;
	font: 14px 'Raleway', sans-serif;
	text-align: left;
}

.site-info {
	padding: 15px 0;
}

.site-info p.info {
	margin: 10px 0;
	display: block;
	text-align: center;
}

#colophon .site-info a {
	color: #fff;
}

#colophon .site-info a:hover {
	color: #c4cec5;
}	
.site-info ul.social {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
}
.site-info li.social {
	display: inline-block;
}
.site-info .social a {
	font-size: 20px;
	display: block;
	width: 30px;
	height: 26px;
	padding-top: 4px;
}

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */

@media (min-width: 600px) {

	.entry-meta span {
		display: inline;
		margin-right: 20px;
	}
	.blog .hentry,
	.archive .hentry,
	.search .hentry {
		width: 50%;
		float: left;
	}
	.comment-list .children {
		margin-left: 30px;
		padding-left: 30px;
	}
	.home h5.entry-title {
  		font-size: 16px;
		}
	.home h2.entry-title {
		font-size: 52px;
		margin: 0 20% 70px;
	}
	#header-section h1.entry-title {
		font-size: 52px;
	}
	#header-section h3.entry-title {
		font-size: 28px;
	}
	.underline {
		margin: 0 25%;
	}
	.single h1.entry-title {
		font-size: 60px;
	}
}


@media (min-width: 768px) {
	#main {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 42px;
		margin: 42px 0 14px;
	}

	h2 {
		font-size: 28px;
		margin: 39px 0 13px;
	}

	h3 {
		font-size: 24px;
		margin: 35px 0 12px;
	}
	h4 {
		font-size: 20px;
		margin: 30px 0 10px;
	}
	h5 {
		font-size: 18px;
		margin: 27px 0 10px;
		
	}
	h6 {
		font-size: 16px;
		margin: 24px 0 10px;
	}


	#header-section {
		padding: 160px 0 280px;
	}

	/* Comment form */
	#commentform textarea {
		height: auto;
	}
	#commentform .comment-form-author, 
	#commentform .comment-form-email{
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom: 8px;
	} 
	#commentform .comment-form-url {
		float:left;
		width:32%;
		margin-bottom: 8px;
	}

	/* Columns Shortcode */

	.one-second {
		width:48.5%;
	}
	.one-third {
		width:31.333%;
	}
	.two-third {
		width:65.33%;
	}
	.one-fourth {
		width:22.75%;
	}
	.four-columns-two {
		width:48.5%;
	}
	.three-fourth {
		width:74.25%;
	}
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		margin-right:3%;
		margin-bottom:0;
	}
	.divider {
		margin-bottom: 30px;
		padding-top: 30px;
	}
}



@media (min-width: 992px) {
	.site {
		padding-top: 90px;
	}
	.site-header {
	position: fixed;
	}
	.navbar {
		height: 90px;
		padding: 20px 0;
	}
	.navbar-fixed .navbar {
		background-color: #B78A0E;
		height: 50px;
		padding: 0;
	}
	.navbar-fixed .toggled-on .nav-menu {
		padding-top: 0px;
	}
	.navbar-fixed .toggled-on .nav-menu li a {
		background-color: #B78A0E;
	}
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
		padding-top: 20px;
	}
	.navbar-fixed .navbar,
	.navbar-fixed .toggled-on .nav-menu,
	.navbar-fixed .toggled-on .nav-menu li a,
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
		-webkit-transition: .6s all linear;
		-moz-transition: .6s all linear;
		-o-transition: .6s all linear;
		transition: .6s all linear;
	}
	.site-info p.info {
		text-align: left;
	}
	.site-info ul.social {
		padding: 15px 0 0 0;
		float: right;
	}
	.home h5.entry-title {
		font-size: 18px;
	}
	.home h2.entry-title {
		font-size: 60px;
		margin: 0 31% 90px;
	}
	#header-section h1.entry-title {
		font-size: 66px;
	}
	#header-section h3.entry-title {
		font-size: 32px;
	}
	.underline {
		margin: 0 35%;
	}
}



@media (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}
	.nav-menu {
		display: block;
		margin: 0;
		padding: 8px 0 0;
	}
	.main-navigation {
		text-align: center;
		display: block !important;
	}
	.nav-menu li {
		display: inline-block;
		position: relative;
		text-align: left;
	}
	.nav-menu li a {
		color: #fff;
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 1;
		padding: 8px;
		text-decoration: none;
		margin: 0 4px 14px;
		-webkit-transition: .6s all linear;
		-moz-transition: .6s all linear;
		-o-transition: .6s all linear;
		transition: .6s all linear;
		border: 2px solid transparent;
	}
	.nav-menu li a:hover {
		color: #fff;
		-webkit-transition: .05s all linear;
		-moz-transition: .05s all linear;
		-o-transition: .05s all linear;
		transition: .05s all linear;
	}
	.navbar-fixed .nav-menu li a {
		color: #fff;
	}
	.nav-menu li a:hover {
		border: 2px solid #fff;
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		background-color: #C2CEBA;
		border-top: 3px solid transparent;
		display: none;
		float: left;
		padding: 0;
		position: absolute;
		top: 50px;
		left: 4px;
		z-index: 99999;
	}
	.nav-menu .sub-menu a,
	.navbar-fixed .nav-menu .sub-menu a {
		color: #111;
		border: none;
	}
	.nav-menu .sub-menu a:hover,
	.navbar-fixed .nav-menu .sub-menu a:hover {
		color: #B78A0E;
		border: none;
	}
	.nav-menu > li > ul:before {
		position: absolute;
		top: -8px;
		left: 30px;
		border: 5px solid #C2CEBA;
		border-color: #C2CEBA transparent;
		border-top: none;
		content: "";
	}

	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		border-left: 0;
		left: 100%;
		top: 0;
	}

	.nav-menu ul a,
	.nav-menu ul ul a {
		color: #fff;
		margin: 0;
		padding: 10px;
		width: 180px;
	}

	.nav-menu li:hover > ul,
	.nav-menu ul li:hover > ul {
		display: block;
	}

	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a {
		border: 2px solid #fff;
	}
	.sub-menu .current-menu-item > a,
	.sub-menu .current-menu-ancestor > a {
		color: #B78A0E;
		border: none;
	}
}