/*
Theme Name: tequilaworks
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tequilaworks

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.

tequilaworks is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Main
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------
#9d322f - Main red
#353535 - Dark grey
#5f5f5f - Soft grey
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------
bodegasans-mediumregular
book_antiquaregular
book_antiquaitalic
book_antiquabold
book_antiquabold_italic

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;	
	color: #353535;
	font-family: 'book_antiquaregular';
	font-size: 16.5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
	text-decoration: none;
	color: #353535;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1, h2 {
	font-size: 2em;
	margin: 0;
	font-family: 'bodegasans-mediumregular';
	font-weight: normal;
	line-height: 32px;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0 2% 2% 0;
}

hr {
	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;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e6e4e2; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 0px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

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

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

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

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

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

textarea {
	padding-left: 3px;
	width: 100%;
}

.search-field {
	border: none;
    border-radius: 6px;
    color: #666;
    width: 107px;    
	box-shadow: inset 8px 8px 5px -8px rgba(0,0,0,0.5);
	margin-bottom: 12px;
}
.search-submit {
	background: #575655;
	font-family: 'bodegasans-mediumregular';
	border: 0px;
	color: #e6e4e2;
	text-transform: uppercase;
	padding: 2px 9px;
	border-radius: 6px;
	font-size: 18px;
	position: relative;
	top: 3px;
	left: 2px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #353535;
}

a:visited {
	color: #353535;
}

a:hover,
a:focus,
a:active {
	color: #353535;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #000000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: none;
	float: left;
	width: 100%;
	font-family: 'bodegasans-mediumregular';
	position: relative;
	left: 30px;
	top: 26px;
	font-size: 43px;
}

.site-footer {
	display: none;
}

@media screen and (min-width: 768px) {
	.main-navigation,
	.site-footer {
		display: block;	
	}	
}

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

.main-navigation li {	
	position: relative;
	display: block;
	line-height: 55px;
	margin-bottom: 0px;
}

.main-navigation li {	
	text-transform: uppercase;
}

.main-navigation li li {	
	text-transform: none;
	line-height: 40px;
}

.main-navigation li li a {	
	color: #5f5f5f;
	font-size: 36px;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #353535;
	margin-left: 0px;

    transition: all .2s ease-out;	
}

.main-navigation ul ul {
	margin-bottom:7px;
	margin-left: 15px;
}

.main-navigation a.current_page {
	color: #9d322f;
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: #9d322f;
}

.main-navigation a:hover {	
	color: #9d322f;
	margin-left: 2px;
	
    transition: all .2s ease-out;
}

.mobile-only {
	display: block;
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (max-width: 767px) {
	.main-navigation.toggled {
		display: block;
		position: absolute;
		z-index: 999;
		background: #bfbfbf;
		width: 50%; 
		min-width: 206px;
		left: 0px;
		top: 0px;
		padding: 75px 0px 17px 17px;
	}
	.main-navigation.toggled .current_page_item > a,
	.main-navigation.toggled .current-menu-item > a {
		color: #FFFFFF;
	}
	.main-navigation.toggled a.current_page {
		color: #FFFFFF;
	}
}
.menu-toggle {
	background: url('images/menu_button.gif') no-repeat center center transparent;
	width: 45px;
	height: 41px;
	display: block;
	position: absolute;
	top: 14px;
	left: 14px;	
	z-index: 1001;
	border: none;
	box-shadow: none;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.social-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social-links li {
	position: relative;
	display: inline-block;	
}
.social-links a {
	position: relative;
	display: inline-block;		
	width: 32px;
	height: 32px;	
}
.social-links .twitter a{ background: url('images/ico_twitter.png') no-repeat center center; }
.social-links .youtube a{ background: url('images/ico_youtube.png') no-repeat center center; }
.social-links .facebook a{ background: url('images/ico_facebook.png') no-repeat center center; }
.social-links .flickr a{ background: url('images/ico_flickr.png') no-repeat center center; }
.social-links .instagram a{ background: url('images/ico_instagram.png') no-repeat center center; }
.social-links .linkedin a{ background: url('images/ico_linkedin.png') no-repeat center center; }

.main-navigation .social-links {
	max-width: 130px;	
	height: 100px;
}

.main-navigation .social-links li {
	margin-right: 5px;
	margin-bottom: -15px;
	display: block;
	float: left;
}

.site-info {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

.main-navigation #footer-menu a,
.mobile-site-info {
	font-family: 'book_antiquaregular';
	color: #5f5f5f;
	font-size: 14px;
	text-transform: none;	
}
.main-navigation #footer-menu {
	font-size: 14px;
}
.main-navigation #footer-menu li {
	line-height: 1.3;
	display: inline-block;
	border-right: 1px solid #5f5f5f;
    padding-right: 10px;
    margin-right: 5px;
}

.main-navigation #footer-menu li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footer-navigation ul {
	margin: 0;
	padding: 0px;
	text-align: center;
}
.footer-navigation ul li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin: 0 auto;
}
.footer-navigation ul li a {
	color: #353535;
	font-size: 14px;
	
	transition: all .2s ease-out;
}
.footer-navigation ul li a:hover {
	color: #000000;
	
	transition: all .2s ease-out;	 
}
.footer-navigation ul li:first-child {
	border-right: 1px solid #353535;
	padding-right: 7px;
	margin-right: 2px;
	line-height: 13px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;	
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

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

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

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

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

.widget-area {
	position: fixed;
	top: 100px;
	right: 100px;
	z-index: 999;
	background: #e6e4e2;
	width: 240px;	
	border-radius: 19px;
	display: none;
}
@media screen and (min-width: 1200px) and (min-height: 750px) {
	.widget-area {
		display: block;	
	}
}
.widget-area a {
	color: #353535;
}
.widget-area .cosas-pequenas--wide img {
	position: relative;
	display: block;
	margin: 8px;
}
.widget-area .cosas-pequenas--grid img {
	position: relative;
	display: inline-block;
	margin: 1px -2px 1px 5px;
}
.widget-area .tweets,
.widget-area .fotos-recientes {
	padding:60px 20px 20px 20px;
}
iframe.bordered,
.widget-area .fotos-recientes img {
	border: 1px solid #353535;
	padding: 7px;
	/*cursor: default;*/
}
.widget-area .tweets p {
	margin: 0px 10px 20px 10px;
	text-align: center;
}
.widget-area .cosas-pequenas {
	padding-top:50px;
}
.widget-area .tweets.es {
	background: url('images/txt_tweets_de_tequila.png') no-repeat -6px -3px transparent;
}
.widget-area .tweets.en {
	background: url('images/txt_tequila_tweets.png') no-repeat -6px -3px transparent; /* PENDIENTE */
}
.widget-area .fotos-recientes.es {
	background: url('images/txt_fotos_recientes.png') no-repeat -6px -3px transparent;
}
.widget-area .fotos-recientes.en {
	background: url('images/txt_our_latest_pics.png') no-repeat -6px -3px transparent; /* PENDIENTE */
}
.widget-area .cosas-pequenas.es {
	background: url('images/txt_cosas_pequenas_con_gusto.png') no-repeat -6px -3px transparent;
}
.widget-area .cosas-pequenas.en {
	background: url('images/txt_small_things_with_gusto.png') no-repeat -6px -3px transparent; /* PENDIENTE */
}

.atf-object.atf-skin-simplistic .atf-tweet-wrapper {
	border: none !important;
	background-color: transparent !important;
	background: none !important;
	padding: 0px !important;
	box-shadow: none !important;	
	text-align: center;	
}

.atf-static-tweets .atf-inner-wrapper .atf-tweet-wrapper .atf-user-card .atf-screen-name {
    margin: 0px 0px !important;
    display: inline !important;
    vertical-align: baseline !important;
}

.atf-static-tweets .atf-inner-wrapper .atf-tweet-wrapper .atf-user-card {
    margin: 0px 0px !important;
    line-height: 1 !important;
	display: inline;
}
.atf-static-tweets .atf-inner-wrapper .atf-tweet-wrapper .atf-tweet-text {
    margin: 5px 0px !important;
    line-height: 1.5 !important;
    display: inline !important;
    text-align: center !important;
}
.atf-static-tweets .atf-inner-wrapper .atf-tweet-wrapper .atf-tweet-time {
    margin: 0px 0px !important;
}
.atf-static-tweets.atf-direction-ltr .atf-tweet-time {
    float: none !important;
	display: none !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	.content-area {
		background: url('images/stripped-paper.png') no-repeat -68px 0px;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0px;
	}
}
.site-header,
.site-footer {
	z-index: 999;
}
@media screen and (min-width: 768px) {
	.site-header,
	.site-footer {
		position: fixed;
	}	
}
.site-footer {
	top: 970px;
	left: 30px;	
	z-index: 997;
}
.site-branding,
#lang_sel_list {
	z-index: 999;
	position: relative;
}
.main-navigation #lang_sel_list {
	clear: both;	
	font-family: "book_antiquaregular";
	left: -6px;
	font-weight: bold;
}
.main-navigation #lang_sel_list ul a {
	font-size: 16px;
}
.top-bg {	
	display: none;
}
@media screen and (min-width: 768px) {
	.top-bg {	
		display: block;
		background: #e6e4e2;
		position: fixed;
		top: 0px;
		width: 880px;
		height: 99px;	
		z-index: 998;		
	}		
}
.posts,
.fixed-part {
	position: relative;
	display: block;
	z-index: 997;
	top: 10px;	
	width: auto;
	margin-left: 17px;	
	margin-right: 17px;	
}
@media screen and (min-width: 768px) {
	.posts,
	.fixed-part {		
		max-width: 593px;
		margin-left: 270px;		
		top: 80px;
	}	
}
.site-title {
	margin: 0px 15px 0px 0px;	
	top: 18px;
	float: right;
	position: relative;
	width: 140px;
	max-width: 50%;
}
@media screen and (min-width: 420px) { 
	.site-title {
		width: 279px;
		max-width: 100%;	
	}	
}
@media screen and (min-width: 768px) {
	.site-title {
		margin: 0px;
		left: 30px;		
		float: none;		
	}	
}
header > #lang_sel_list {
    font-family: 'book_antiquaregular';
    height: 32px;
    position: absolute;
    z-index: 999;        
    width: 150px;
    top: 33px;
	left: 632px;
	display: none;
	border: none;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.toggled #lang_sel_list {
		display: block;
	}	
}
@media screen and (min-width: 768px) {
	header > #lang_sel_list {
		display: block;
	}	
}
@media screen and (min-width: 870px) {
	header > #lang_sel_list {
		left: 730px;
	}
}
#lang_sel_list ul a {
	background-color: transparent;
	font-size: 14px;
	text-transform: lowercase;
	
	transition: all .2s ease-out;
}
#lang_sel_list ul a:hover {
	color: #000000;
	
	transition: all .2s ease-out;
}
#lang_sel_list ul a.lang_sel_sel {
	color: #9d322f;
}	
#lang_sel_list ul li {	
	line-height: 14px;
	display: inline-block;
	position: relative;
}
#lang_sel_list ul li:first-child {
	border-right: 1px solid #353535;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 22px 0 1.5em 0;
}

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.article-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.article-list article {
	min-height:120px;
}
@media screen and (min-width: 768px) {
	.article-list article {
		min-height:173px;
	}	
}
.article-list article img {
	position: absolute;	
	padding: 7px;
	border: 1px solid #777777;
}
@media screen and (max-width: 767px) {
	.article-list article img {			
		padding: 3px;		
	}
}
.article-list article h1,
.article-list article h2 {
	margin: 0px;
	line-height: 32px;
	text-transform: uppercase;	
	color: #5F5F5F;
	
	transition: all .2s ease-out;
}
.article-list article h1:hover,
.article-list article h2:hover {
	margin-left: 2px;
	
	transition: all .2s ease-out;	
}
@media screen and (max-width: 767px) {
	.article-list article h1,
	.article-list article h2 {
		line-height: 29px;
		font-size: 1.8em;	
	}	
}
.article-list article h1 a {
	color: #353535;
}
.entry-content h2,
.article-list article h2 a {
	color: #5f5f5f;
}
.page-template-page-jobs .article-list article h1 a,
.home .article-list article h1 a {
	color: #9d322f;
}
.site-content time,
.article-list article time {
	font-size: 14px;
	font-weight: bold;	
}
@media screen and (min-width: 768px) {
	.article-list article header {
		margin-bottom: 7px;
	}
}
.article-list article footer {
	margin-top: 7px;
}
.article-list article footer a {
	font-size: 14px;
	color: #353535;
}
.article-list article header,	
.article-list article section,
.article-list article footer {	
	margin-left: 160px;
}
@media screen and (max-width: 767px) {
	.article-list article header,	
	.article-list article section,
	.article-list article footer {	
		margin-left: 119px;
	}
}
.article-list li {
	clear: both;
}
.article-list section,
.article-list footer {
	display: none;
}
@media screen and (min-width: 421px) {
	.article-list section {
		display: block;
	}		
}
@media screen and (min-width: 768px) {	
	.article-list footer {
		display: block;
	}		
}

.page-title {
	text-transform: uppercase;
}
.entry-title {
	color: #9d322f;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.entry-title a {
	color: #9d322f;
}

.search-results article.post .entry-title {
	margin-bottom: 0px;
}

.entry-header img,
.entry-content img {	
	padding: 7px;
	border: 1px solid #777;
    display: block;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.entry-header img,
	.entry-content img {
		padding: 3px;
	}
}

.entry-content img {
	margin-top: 15px;
}
.inline-imgs-wrapper {
	margin: 10px 0 25px 0;
}
.inline-imgs-wrapper img{
	margin-top: 0;
	display: inline-block;
	border: none;
	padding: 0;
	margin-right: 30px;
}
.inline-imgs-wrapper.many img{
	margin-right: 14px;
}
.inline-imgs-wrapper img:last-child {
	margin-right: 0;
}
body.parent-pageid-12 h1.entry-title + p img {
	max-width: 40%;
}
.entry-content .article-list img {
	margin-top: 0px;
}
@media screen and (max-width: 767px) {
	.article-list article img,
	.entry-content .article-list img {
		max-width: 105px;
		max-height: 105px;
	}
}

.entry-title img {
	padding: 0px !important;
	border: none !important;
	margin-top: 0px !important;
	margin-bottom: -18px !important;
}

.entry-header h2 {
	margin-bottom: 22px;
	margin-top: -15px;
}

.game-data {
	position: relative;
	margin-top: 33px;	
}
@media screen and (min-width: 768px) {
	.game-data {
		left: -8px;
	}
}
.game-data img {
	margin: 14px 0px 0px;
	padding: 0px;
	border: none;
	display: block;
}
.game-data img.size-columns {
	float: left;
	margin-right: 25px;
	vertical-align: top;
	display: inline-block;
}
.game-data img.size-rows:not(:first-of-type) {
	margin: 7px 0px 0px;
}
.search-excerpt {
	color: #cc5855;
}

.single-description {
	text-align: center;
	font-style: italic;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}
@media screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item {
		max-width: 31.3%;
	}	
}

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.wpvl_auto_thumb_play {
	display: none;
}
a[rel="wp-video-lightbox"] {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 23%;
	margin: 0px 2% 2% 0px;
}
@media screen and (max-width: 420px) {
	a[rel="wp-video-lightbox"] {	    
	    width: 31.3%;
		margin: 0px 2% 2% 0px;
	}	
}
.slb_data_title {
	display: none;
}
@media screen and (max-width: 768px) {
	div#myatu_bgm_img_group {
		display: none;	
	}	
}
.wptt_TwitterTweets ul.light li.tweets_avatar {
	background-color: transparent !important;
	text-align: center;
}
.wptt_TwitterTweets .light li.tweets_avatar {
    padding: 0px !important;
    border-radius: 0px !important;
}
.wptt_TwitterTweets .fetched_tweets > li {    
    box-shadow: none !important;
}
.wptt_TwitterTweets .fetched_tweets li {
    word-break: normal !important;
	font-family: "book_antiquaregular" !important;
}
.wptt_TwitterTweets .tweets_avatar {
	margin-bottom: 0px;	
}
.wptt_TwitterTweets .times {
	text-align: center;
	width: 100%;
}
.wptt_TwitterTweets em {
    font-style: normal !important;
	font-size: 16px !important;
	font-family: "book_antiquaregular" !important;	
}
.wptt_TwitterTweets .fetched_tweets.light .tweets_avatar .tweet_data a {
    color: #9D322F !important;
}
.widget-title {
	font-family: "book_antiquaregular" !important;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 10px;
}
.wptt_TwitterTweets {
	margin-bottom: 0px;
}
#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited {
    background-color: transparent !important;
}
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {
    background-color: transparent !important;
}
#lang_sel_list ul {
    border-top: none !important;
}

.bg-random-image {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
@media screen and (min-width: 770px) {
	.bg-random-image {
		display: block;
	}
}