/*
Theme Name: Logonews-112017
Theme URI: http://wordpress.org/themes/logonews-112017/
Description: A squeaky-clean theme featuring a custom menu, header, background, and layout. Coraline supports 7 widget areas (up to 3 in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes styles for print and the Visual Editor, special styles for posts in "Asides" and "Gallery" categories, and has an optional full-width page template that removes the sidebar.
Author: Automattic
Author URI: https://wordpress.com/themes/
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, brown, pink, purple, red, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, theme-options, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, featured-image-header, featured-images, post-formats

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.
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'TextaBold';
    src: url('fonts/Texta-Bold.eot');
    src: url('fonts/Texta-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-Bold.woff2') format('woff2'),
        url('fonts/Texta-Bold.woff') format('woff'),
        url('fonts/Texta-Bold.ttf') format('truetype'),
        url('fonts/Texta-Bold.svg#Texta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TextaHeavy';
    src: url('fonts/Texta-Heavy.eot');
    src: url('fonts/Texta-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-Heavy.woff2') format('woff2'),
        url('fonts/Texta-Heavy.woff') format('woff'),
        url('fonts/Texta-Heavy.ttf') format('truetype'),
        url('fonts/Texta-Heavy.svg#Texta-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Texta';
    src: url('fonts/Texta-Regular.eot');
    src: url('fonts/Texta-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-Regular.woff2') format('woff2'),
        url('fonts/Texta-Regular.woff') format('woff'),
        url('fonts/Texta-Regular.ttf') format('truetype'),
        url('fonts/Texta-Regular.svg#Texta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TextaBoldIt';
    src: url('fonts/Texta-BoldIt.eot');
    src: url('fonts/Texta-BoldIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-BoldIt.woff2') format('woff2'),
        url('fonts/Texta-BoldIt.woff') format('woff'),
        url('fonts/Texta-BoldIt.ttf') format('truetype'),
        url('fonts/Texta-BoldIt.svg#Texta-BoldIt') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TextaHeavyIt';
    src: url('fonts/Texta-HeavyIt.eot');
    src: url('fonts/Texta-HeavyIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-HeavyIt.woff2') format('woff2'),
        url('fonts/Texta-HeavyIt.woff') format('woff'),
        url('fonts/Texta-HeavyIt.ttf') format('truetype'),
        url('fonts/Texta-HeavyIt.svg#Texta-HeavyIt') format('svg');
    font-weight: 900;
    font-style: italic;
}


@font-face {
    font-family: 'TextaIt';
    src: url('fonts/Texta-It.eot');
    src: url('fonts/Texta-It.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-It.woff2') format('woff2'),
        url('fonts/Texta-It.woff') format('woff'),
        url('fonts/Texta-It.ttf') format('truetype'),
        url('fonts/Texta-It.svg#Texta-It') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'TextaLightIt';
    src: url('fonts/Texta-LightIt.eot');
    src: url('fonts/Texta-LightIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-LightIt.woff2') format('woff2'),
        url('fonts/Texta-LightIt.woff') format('woff'),
        url('fonts/Texta-LightIt.ttf') format('truetype'),
        url('fonts/Texta-LightIt.svg#Texta-LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TextaLight';
    src: url('fonts/Texta-Light.eot');
    src: url('fonts/Texta-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Texta-Light.woff2') format('woff2'),
        url('fonts/Texta-Light.woff') format('woff'),
        url('fonts/Texta-Light.ttf') format('truetype'),
        url('fonts/Texta-Light.svg#Texta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted black;
}
body {
	background: #fff;
	color: #333;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
.clear{
	clear: both;
	height: 0;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 3.8%;
}
#header {
	float: left;
	width: 100%;
}
#container {
	clear: both;
	margin: 0 auto;
}
body.no-sidebars #container,
.full-width #container,
.attachment #container {
	max-width: 990px;
}
#content-container {
	width: 100%;
}
body.no-sidebars #content-container {
	overflow: hidden;
}
#main-sidebars {
	max-width: 450px;
	width: 45.5%;
}
#feature {
	width: 100%;
}
#primary,
#secondary {
	overflow: hidden;
}
body.no-sidebars #primary {
	display: none;
}
#footer {
	clear: both;
	width: 100%;
}

/* 2-column layouts */
.two-column #container {
	max-width: 770px;
}
.two-column #content {
	width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
	float: right;
	width: 30.4%;
}

/* 3-column layouts */
.three-column #container {
	max-width: 990px;
}
.three-column #content {
	width: 50.5%;
}
.three-column #primary {
	width: 50.15%;
}
.three-column #secondary {
	width: 39.89%;
}

/* Content-Sidebar layouts */
.content-sidebar #content-container {
	float: left;
	margin: 0 -30.4% 0 0;
}
.content-sidebar #content {
	margin: 0 35.1% 0 0;
}
.content-sidebar #primary,
.content-sidebar #secondary {
	float: right;
}
.content-sidebar #secondary {
	clear: right;
}

/* Sidebar-Content layouts */
.sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -30.4%;
}
.sidebar-content #content {
	margin: 0 0 0 35.1%;
}
.sidebar-content #primary,
.sidebar-content #secondary {
	float: left;
}
.sidebar-content #secondary {
	clear: left;
}

/* Content-Sidebar-Sidebar layouts */
.content-sidebar-sidebar #content-container {
	float: left;
	margin: 0 -45.5% 0 0;
}
.content-sidebar-sidebar #content {
	margin: 0 49.5% 0 0;
}
.content-sidebar-sidebar #main-sidebars {
	float: right;
}
.content-sidebar-sidebar #feature,
.content-sidebar-sidebar #primary,
.content-sidebar-sidebar #secondary {
	float: left;
}
.content-sidebar-sidebar #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Sidebar-Content layouts */
.sidebar-sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -45.5%;
}
.sidebar-sidebar-content #content {
	margin: 0 0 0 49.5%;
}
.sidebar-sidebar-content #feature,
.sidebar-sidebar-content #primary,
.sidebar-sidebar-content #secondary {
	float: left;
}
.sidebar-sidebar-content #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Content-Sidebar layouts */
.sidebar-content-sidebar #content-container {
	float: left;
}
.sidebar-content-sidebar #content {
	margin: 0 24.8%;
}
.sidebar-content-sidebar #primary,
.sidebar-content-sidebar #secondary {
	width: 20.69%;
}
.sidebar-content-sidebar #primary {
	float: left;
	margin: 0 0 0 -100%;
}
.sidebar-content-sidebar #secondary {
	float: right;
	margin: 0 0 0 -20.7%;
}

/* Full width content with no sidebar; used for image attachment pages */
.full-width #content,
.image-attachment #content,
body.no-sidebars #content {
	margin: 0 auto;
	width: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #333;
	font: 14px Georgia, "Bitstream Charter", serif;
	line-height: 1.7;
}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
h1 {
	letter-spacing: -0.03em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 1.7em;
}
ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
input[type=email],
textarea {
	border: 1px solid #888;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}

/* Links */
a {
	color: #0060ff;
}
a:visited {
	color: #333;
}
a:active,
a:focus,
a:hover {
	color: #df0000;
}
h1 a, h2 a, h3 a {
	color: #000;
	text-decoration: none;
}

h1 a:focus, h2 a:focus, h3 a:focus,
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #009900;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
----------------------------------------------- */

#header {
	margin: 0 0 28px;
}
#masthead {
	padding: 28px 0 0 0;
}
#site-title {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 36px;
	letter-spacing: -0.03em;
	line-height: 42px;
	text-align: center;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 18px;
	margin: 0 0 9px 0;
	text-align: center;
}
#branding img {
	border: 1px solid #000;
	border-width: 3px 0 1px;
	max-width: 100%;
	height: auto;
}

/* =Menu
----------------------------------------------- */

#access {
	border-top: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 100%;
}
#access ul {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #000;
	display: block;
	line-height: 2em;
	margin: 0 1px 0 0;
	padding: 0.25em 1em 0;
	text-decoration: none;
}
#access ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	font-weight: normal;
	position: absolute;
	top: 100%;
	left: 0;
	text-transform: none;
	z-index: 99999;
	width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000;
	color: #eee;
	line-height: 1em;
	margin: 0;
	padding: .66em .5em .5em .5em;
	min-width: 180px;
	height: auto;
}
#access li > a:focus,
#access ul ul :focus > a,
#access li:hover > a,
#access ul ul :hover > a {
	background: #000;
	color: #fff;
}
#access ul ul a:focus,
#access ul ul a:hover {
	background: #222;
}
#access ul li:focus > ul,
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a {
	background: #000;
	color: #fff;
}


/* =Content
----------------------------------------------- */

.page-title {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 24px 0;
	padding: 2px;
	text-transform: uppercase;
}
.hentry {
	margin: 0 0 3.4em;
}
.single .hentry {
	margin: 0 0 1.7em;
}
.sticky {
	background: #fff9c0;
	border-top: 3px solid #d9d4a3;
	border-bottom: 1px solid #D9D4A3;
	padding: 1.7em;
}
.sticky .entry-meta {
	display: none;
}
.entry-title {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	padding: 0 0 8px;
}
.entry-title a {
	color: #000;
}
.entry-meta {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.entry-meta a {
	color: #888;
}
.entry-meta a:focus,
.entry-meta a:hover {
	color: #df0000;
}
.entry-content,
.entry-summary {
	margin: 0.85em 0 0 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0.425em;
}
.entry-content h1,
.entry-content h2 {
	font-size: 28px;
	line-height: 34px;
}
.entry-content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}
.entry-content h3 {
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.entry-content h4 {
	color: #888;
	font-size: 17px;
	font-style: italic;
}
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h5 {
	font-size: 12px;
}
.entry-content h6 {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
}
.entry-content tr th,
.entry-content thead th {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}
.entry-content tr td {
	border-top: 1px solid #ccc;
	padding: 6px 12px;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.entry-content table dl {
	margin: 0;
}
.entry-content .gallery {
	margin: 0 auto 1.7em;
}
#content .gallery dl.gallery-item {
	float: left;
	margin: 0 2% 2%;
	text-align: center;
}
#content .gallery-columns-1 dl.gallery-item {
	margin: 0 0 2%;
	width: 100%;
}
#content .gallery-columns-2 .gallery-item {
	width: 46%;
}
#content .gallery-columns-3 .gallery-item {
	width: 29.33%;
}
#content .gallery-columns-4 .gallery-item {
	width: 21%;
}
#content .gallery-columns-5 .gallery-item {
	width: 16%;
}
#content .gallery-columns-6 .gallery-item {
	width: 12.67%;
}
#content .gallery-columns-7 .gallery-item {
	width: 10.29%;
}
#content .gallery-columns-8 .gallery-item {
	width: 8.5%;
}
#content .gallery-columns-9 .gallery-item {
	width: 7.11%;
}
#content .gallery-item img {
	max-width: 100%;
	height: auto;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0.7em 0;
}
#content .gallery br+br {
	display: none;
}
#content .entry-attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.page-link {
	font-weight: bold;
	margin: 0 0 1.7em;
	word-spacing: 0.25em;
}
.page-link a {
	font-weight: normal;
}
.entry-info {
	clear: both;
	color: #888;
	font-size: 13px;
	position: relative;
}
.entry-info a {
	color: #888;
}
.entry-info a:focus,
.entry-info a:hover {
	color: #df0000;
}
.entry-info p {
	margin: 0;
}
.entry-info .comments-link a {
	color: #333;
	display: block;
	float: right;
	font-weight: bold;
	margin: -2px 1px 0 5px;
	padding: 2px 10px;
	text-decoration: none;
}
.entry-info .comments-link a:focus,
.entry-info .comments-link a:hover {
	background: #222;
	background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.entry-info .edit-link {
	clear: both;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment #image-navigation {
	float: right;
	margin: -1px 0 0.85em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 0.85em 0 0;
}


/* =Images
----------------------------------------------- */

#content img.size-auto,
#content img.size-large,
#content img.size-full,
#content img.size-medium,
#content img.size-thumbnail,
.entry-attachment img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#content img.wp-smiley {
	margin: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2px;
}
.wp-caption {
	background: #eee;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 1.7em;
	padding: 5px 3px 10px;
	text-align: center;
	max-width: 96%;
}
.wp-caption img,
#content .wp-caption img {
	margin: 2px 0 0 0;
	max-width: 98.5%;
	width: auto;
	height: auto;
}
.wp-caption .wp-caption-text {
	margin: .5em 0 0 0;
}
#content object,
#content embed,
.post-format-content object,
.post-format-content embed,
.post-format-content iframe {
	max-width: 100%;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img {
	border: 10px solid #eee;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 0.85em;
}
.home #content .format-gallery .entry-info {
}


/* =Post Formats
-------------------------------------------------------------- */

.format-link .entry-title {
	display: none;
}
a.entry-format,
a.entry-format:visited,
a.entry-format:focus,
a.entry-format:hover {
	color: rgba(0,0,0,.2);
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.format-audio .wp-audio-shortcode {
	margin-bottom: 15px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.7em 0;
	overflow: hidden;
}
.navigation a:visited {
	color: #0060ff;
}
.navigation a:visited:focus,
.navigation a:visited:hover,
.navigation a:active,
.navigation a:focus,
.navigation a:hover {
	color: #df0000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


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

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	font-size: 12px;
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
}
.widget-area ul ul a:focus,
.widget-area ul ul a:hover {
	text-decoration: underline;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: square;
	margin: 0 0 1.5em 1.5em;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {
	padding: 4px 0;
}
.widget-title {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
	text-transform: uppercase;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* Search Widget */
#s {
	width: 60%;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:focus,
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
	word-wrap: break-word;
}


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

#comments {
	word-wrap: break-word;
}
#comments h3 {
	border-bottom: 1px solid #ccc;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
	text-transform: uppercase;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 66px 0.85em 0;
}
#comments .comment-author cite {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:focus,
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .avatar {
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	top: 0;
	right: 0;
}
#comments .comment-body {
	margin-right: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
.bypostauthor {
}


/* =Footer
----------------------------------------------- */

#footer {
	padding: 0 0 1.7em;
}
#footer .widget-area {
	float: left;
	margin: 0 4.04% 0 0;
	width: 21.9699%;
}
.two-column #footer .widget-area {
	margin: 0 5.19% 0 0;
	width: 47.4%;
}
.two-column #footer #second,
#footer #fourth {
	margin: 0;
}
#colophon {
	border-top: 1px solid #ccc;
	clear: both;
	color: #888;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding: 1.6em 0 0;
	text-align: center;
}
#colophon a {
	color: #888;
	text-decoration: none;
}
#colophon a:focus,
#colophon a:hover {
	color: #df0000;
}
#colophon .generator-link {
	background: url("images/wordpress.png") no-repeat right center;
	display: inline-block;
	margin: 0 3px 0 0;
	padding-right: 20px;
}
#footer img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Float Clearing
-------------------------------------------------------------- */

.contain:before,
.contain:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.contain:after {
	clear: both;
}
.contain {
	zoom: 1;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	body, input, textarea {
		font: 12pt Georgia, "Bitstream Charter", serif;
		line-height: 1.5;
	}
	#container {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#content {
		width: 100% !important;
	}
	#header {
		border-bottom: 1pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 1pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-description {
		font-size: 10pt;
	}
	.entry-content {
		font-size: 10pt;
		line-height: 1.5em;
		padding-top: 15pt;
	}
	.entry-title {
		font-size: 16pt;
		padding-top: 36pt;
	}
	#access,
	#header img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.sharing,
	.wpl-likebox {
		display: none !important;
	}
	.sidebar-content #content-container {
		float: none;
		margin: 0 0 0 -35.4%;
	}
	.sidebar-content-sidebar #content-container {
		float: none;
		margin: 0 0 0 -24.8%;
	}
	.sidebar-sidebar-content #content-container {
		float: none;
		margin: 0px 0px 0px -49.5%;
	}
	#content-container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.full-width #content,
	body.no-sidebars #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	#comments {
		font-size: 10pt;
		line-height: 1.5em;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	.generator-link {
		background: url("images/wordpress.png");
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#content-box {
		display: inline;
	}
	.home .sticky {
		border: none;
		background: transparent;
	}
}


/* =IE6
-------------------------------------------------------------- */

#ie6 .two-column #container {
	overflow: hidden;
	width: 770px;
}
#ie6 .three-column #container {
	width: 990px;
}
#ie6 #content {
	overflow: hidden;
}
#ie6 #main-sidebars {
	max-width: 450px;
	width: 45.2%;
}
#ie6 .content-sidebar-sidebar #secondary,
#ie6 .sidebar-sidebar-content #secondary {
	margin: 0 0 0 4%;
}
#ie6 .sidebar-content-sidebar #primary {
	margin: 0 0 0 -100%;
}
#ie8 #branding img {
	width: auto;
}
#ie8 .single #branding img {
	width: 100%;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll #wrapper {
	margin-bottom: 40px;
}
.infinite-scroll #content {
	margin-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
	border-top-width: 1px;
	padding-top: 40px;
}

/**
* Elements to hide:
* (footer widgets, post navigation, regular footer)
*/
.infinite-scroll #nav-below,
.infinite-scroll #nav-above,
.infinite-scroll.neverending #footer-widget-area,
.infinite-scroll.neverending #footer {
	display: none;
}
/* Black */
.infinite-scroll.neverending.color-dark #infinite-footer .container {
	background: rgba( 0, 0, 0, 0.9);
	border-color: #222;
}
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-info a {
	color: #999;
}
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-credits a:hover {
	color: #ccc;
}
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-credits a {
	color: #ccc;
}
.infinite-scroll.neverending.color-dark #infinite-footer .container .blog-credits {
	color: #aaa;
}
/* Purple */
.infinite-scroll.neverending.color-purple #infinite-footer .container {
	background: rgba( 225, 204, 250, 0.8);
	border-color: #c3b1d9;
}
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-info a {
	color: #3a2c50;
}
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-credits a:hover,
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-credits a {
	color: #662fb9;
}
.infinite-scroll.neverending.color-purple #infinite-footer .container .blog-credits {
	color: #4b5071;
}
/* Red */
.infinite-scroll.neverending.color-red #infinite-footer .container {
	background: rgba( 162, 0, 19, 0.8);
	border-color: #b92523;
}
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-info a {
	color: #ffa48c;
}
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-credits a:hover,
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-credits a {
	color: #dcb39b;
}
.infinite-scroll.neverending.color-red #infinite-footer .container .blog-credits {
	color: #e68d77;
}
/* Pink */
.infinite-scroll.neverending.color-pink #infinite-footer .container {
	background: rgba( 250, 204, 214, 0.8);
	border-color: #c59aa4;
}
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-info a {
	color: #502c36;
}
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-credits a:hover,
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-credits a {
	color: #d6284d;
}
.infinite-scroll.neverending.color-pink #infinite-footer .container .blog-credits {
	color: #333;
}
/* Blue */
.infinite-scroll.neverending.color-blue #infinite-footer .container {
	background: rgba( 204, 221, 250, 0.8);
	border-color: #b2c3de;
}
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-info a {
	color: #2c3c50;
}
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-credits a:hover,
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-credits a {
	color: #2c3c50;
}
.infinite-scroll.neverending.color-blue #infinite-footer .container .blog-credits {
	color: #333;
}
/* Brown */
.infinite-scroll.neverending.color-brown #infinite-footer .container {
	background: rgba( 154, 114, 89, 0.8);
	border-color: #b38970;
}
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-info a {
	color: #f2d6bb;
}
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-info a:focus,
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-credits a:focus,
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-info a:hover,
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-credits a:hover,
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-credits a {
	color: #dcb39b;
}
.infinite-scroll.neverending.color-brown #infinite-footer .container .blog-credits {
	color: #ffecd0;
}
/**
* Hooks to infinity-end body class to restore footer
*/
.infinity-end.neverending #footer {
	display: block;
}


/* =Eventbrite
-------------------------------------------------------------- */

span.entry-format {
	color: rgba(0,0,0,.2);
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.archive-eventbrite .nav-links {
	text-align: center;
}
.archive-eventbrite .page-numbers {
	padding: 10px;
}
.archive-eventbrite .page-numbers.current {
	color: #000;
	font-weight: bold;
}


/* CSS 11-2017 */
body{
	padding: 0;
}
#header{
	background-color: #040204;
	width: 100%;
	border-top: 5px solid #f8e81c;
}
#masthead{
	padding: 0;
}
#branding img{
	width: 550px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 20px;
}
#access{
	border: 0;
 	height: 50px;
 	background-color: #545454;
 	text-align: center;
 	color: #FFF;
 	padding: 0;
}
#access ul ul{
	width: auto;
}
#menu-wrap{
	display: inline-block;
}
#menu-wrap .menu-header{
	float: left;
}
#menu-wrap .menu-header .menu > li a{
	padding-top:13px;
	padding-bottom:13px;
}
#menu-wrap .menu-header a{
	color: #FFF;
	font-family: "Georgia";
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
#menu-wrap .hmr-header-widget{
	float: left;
	padding: 8px 0  8px 20px;
	border-left: solid 1px #363537;
}
#menu-wrap .hmr-header-widget .hmr-widget{
	float: left;
	border: solid 1px #353536;
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
    background: #535353 url("images/icon-select.png") no-repeat 90% 50%;
    margin-right: 8px;
}
#menu-wrap .hmr-header-widget .hmr-widget:last-of-type{
	background: none;
	border:none;
	width: auto;
	border-radius: 0;
	overflow: auto;
	margin-right: 0;
}
.search-field{
	background: url('images/search-icon.png') no-repeat 3px center;
	width: 143px;
	height: 30px;
	border-radius: 4px;
	background-color: #535353;
	border: solid 1px #353536;
	padding-left: 22px;
	color: #FFF;
	font-family: "Texta", arial;
	font-size: 14px;
}
.search-field::placeholder{
	font-size: 14px;
  	color: #ffffff;
  	font-family: "Texta", arial;
}
.search-submit {
	width: 44px;
	height: 30px;
	border-radius: 2px;
	background-color: #f8e71c;
	font-size: 15px !important;
	font-weight: bold;
	color: #000000;
	border: none;
	margin-left: 5px;
	font-family: 'TextaBold';
	margin-top: 1px;
}
.hmr-widget select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    color: #FFF;
    font-family: "Texta", Georgia;
    font-size: 14px;
}

.hmr-widget select:focus {
    outline: none;
}
body.three-column #container{
	max-width: 100%;
}
/*body.home #container{
	border-top: 6px solid #f8e81c; 
}*/
body.home #last-article{
	border-top: 6px solid #f8e81c;
	margin-bottom: 15px;
}
#last-article-text{
	width: 530px;
	float: left;
	padding-top: 6px;
}
#last-article-text + a{
	height: 400px;
	display: block;
	width: 531px;
	line-height: 385px;
	float: right;
	text-align: right;
}
#last-article-text + a img{
	max-width: 531px;
	max-height: 400px;
	height: auto;
	width: auto;
	vertical-align: middle;
}
.entry-meta{
	font-family: 'Texta';
	font-size: 12px;
	color: #a0a0a0;
	text-transform: capitalize;
}
.entry-meta a{
	color: #a0a0a0;
	text-decoration: none;
	margin-left: 5px;
}
.entry-meta a img{
	position: relative;
	top: 1px;
	margin-left: 2px;
}
#last-article-text h2{
	margin-top: 65px;
	font-family: "Georgia";
	font-size: 40px;
	line-height: 42px;
	color: #000;
	font-weight: normal;
	margin-bottom: 33px;
}
#last-article-text h2 a.title-cat{
	color: #767676;
}
#last-article-text .post-content{
	font-size: 16px;
	line-height: 24px;
	font-family: "Georgia";
}
h1 a:focus, h2 a:focus, h3 a:focus, h1 a:hover, h2 a:hover, h3 a:hover{
	color: #000;
}
#last-article-text h2 a.title-cat:hover{
	color: #008fff;
}
.three-column #content{
	width: auto;
	margin: 0;
}
body.home h3{
	font-family: 'TextaHeavy';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #2a2a2a;
	border-top: 2px solid #393b3e;
	padding-top: 5px;
	border-bottom: 0;
}
.wrap-1080{
	width: 1080px;
	margin: 0 auto;
}
.wrap-805{
	float: left;
	width: 805px;
}
.wrap-256{
	float: right;
	width: 256px;
}
.wrap-622{
	float: right;
	width: 622px;	
}
body.home #content .post{
	width: 262px;
	float: left;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
}
body.home #content .post .post-content{
	background-color: #f3f3f3;
}
body.home #posts-list h3 + .post .entry-meta{
	padding-top: 10px;
}
body.home #posts-list h3{
	margin-bottom: 14px;
}
body.home #posts-list h3 + .post{
	width: 533px;
	margin-right: 9.5px;
	padding-right: 9.5px;
	border-right: 1px solid #d9d9d9;
}
body.home #posts-list h3 + .post .post-content{
	padding: 0;
}
body.home #posts-list h3 + .post .post-content > a{
	display: block;
	height: 265px;
	line-height: 265px;
	float: left;
	margin-right: 10px;
	max-width: 265px;
	overflow: hidden;
}
body.home #posts-list h3 + .post .post-content > a img{
	height: auto;
	max-height: 265px;
	width: auto;
	vertical-align: middle;
}
body.home #posts-list h2{
	font-family: "Georgia";
	font-size: 20px;
	line-height: 22px;
	color: #2a2a2a;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 0;
}
body.home #posts-list h3 + .post h2{
	padding-right: 10px;
}
body.home #posts-list h2 a.title-cat{
	color: #0093ff;
}
body.home #posts-list .entry-content{
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	padding-right: 10px;
}
body.home #posts-list .entry-content p{
	margin-bottom: 0;
}
body.home #posts-list .entry-content p + p {
	margin-bottom: 10px;
}
body.home #posts-list .post:nth-of-type(3), body.home #posts-list .post:nth-of-type(3n){
	clear: both;
}
body.home #posts-list .post:nth-of-type(4){
	clear: none;
}
body.home #posts-list .post:nth-of-type(4) .post-content{
	background-color: #F7E746;
}
body.home #posts-list .post:nth-of-type(3n), body.home #posts-list .post:nth-of-type(3n+1){
	margin-right: 9.5px;
	padding-right: 9.5px;
	border-right: 1px solid #d9d9d9;
}
body.home #posts-list .box-title{
	height: 108px;
	display: table;
}
body.home #posts-list .box-title .entry-title{
	display: table-cell;
	vertical-align: bottom;
}
body.home #posts-list .post-content{
	padding: 10px;
}
#video-ban{
	background-color: #2f2f31;
	height: 707px;
	margin: 35px 0 50px;
}
#video-ban h3{
	font-family: 'Texta';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #F7E746;	
}
#video-ban .video-slider{
	margin-top: 20px;
}
#video-ban .video-slider .post{
	width: 805px;
	margin: 0 10px;
	height: 604px;
	position: relative;
}
#video-ban .video-slider .slick-prev, #video-ban .video-slider .slick-next{
	top: 40%;
}
#video-ban .video-slider .slick-prev{
	left: 50px;
}
#video-ban .video-slider .slick-next{
	right: 50px;
}
.slick-track{
	margin-left: -137px !important;
}
.slick-prev{
	z-index: 1;
}
.slick-prev::before, .slick-next::before {
    font-size: 25px;
}
#video-ban .video-slider .post:not(.slick-current) .video-info, #video-ban .video-slider .post:not(.slick-current) .video-icon{
	display: none;
}
#video-ban .video-slider .post:not(.slick-current) img{
	opacity:0.4;
}
#video-ban .video-slider .post img{
	width: 805px !important;
	height: 604px !important;
}
.video-icon{
	width: 84px;
	height: 84px;
	background-color: #F7E746;
	border: solid 2px #F7E746;
	border-radius: 100px;
	line-height: 84px;
	text-align: center;
	position: absolute;
	left: 360px;
	top: 260px;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 25px;
	border-color: transparent transparent transparent #FFF;
	display: inline-block;
	vertical-align: middle;
	margin-right: -7px;
}
#video-ban .video-slider .video-info{
	position: absolute;
	bottom: 0;
	width: inherit;
	background-color: rgba(70, 70, 72, 0.8);
	color: #FFF;
	padding: 10px;
}
#video-ban .video-slider .video-info .entry-meta{
	color: #FFF;
}
#video-ban .video-slider .video-info h2{
	font-family: Georgia;
	font-size: 28px;
	line-height: 1.07;
	color: #ffffff;
	font-weight: normal;
	margin-top: 10px;
	max-width: 500px;
}
#video-ban .video-slider .video-info h2 a{
	color: #FFF;
}
#video-ban .video-slider .video-info .title-cat{
	color: #F7E746;
}
.show-all-comments ul{
	padding: 0;
	margin: 0;
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	height:656px;
}
.show-all-comments ul li{
	width: 255px;
	float: left;
	margin-left: 20px;
	background-color: #d0d1d3;
	color: #000;
	padding: 10px;
}
.show-all-comments ul li:nth-of-type(1), .show-all-comments ul li:nth-of-type(2), .show-all-comments ul li:nth-of-type(6), .show-all-comments ul li:nth-of-type(8){
	background-color: #F7E746;
}
.show-all-comments ul li:nth-of-type(3n+1){
  order:1;
}
.show-all-comments ul li:nth-of-type(3n+2){
  order:2;
}
.show-all-comments ul li:nth-of-type(3n+3){
  order:3;
}
.show-all-comments ul li:nth-of-type(3n){
  order:4;
}
.show-all-comments ul li .avatar-custom{
	display: none;
}
.show-all-comments ul li:nth-of-type(3n+1){
	/*clear: both;*/
	margin-left: 0;
}
.show-all-comments ul li + ul.children{
	display: none;
}
.show-all-comments ul li blockquote{
	font-family: 'Texta';
	font-size: 12px;
	line-height: 1.33;
	margin: 10px 0 0 0;
	font-style: normal;
}
.show-all-comments ul li blockquote p{
	margin-bottom: 0;
}
.show-all-comments ul li blockquote p + p{
	margin-top: 1.7em;
}
.show-all-comments ul li .custom-comment-link{
	font-size: 14px;
	line-height: 20px;
	font-family: "Texta", arial;
}
.show-all-comments ul li .custom-comment-author{
	font-weight: bold;
}
.show-all-comments ul li h4{
	font-size: 15px;
	line-height: 20px;
	font-family: "TextaBold";
}

.show-all-comments .custom-comments .custom-comment-wrap{
	width: 100%;
}
.show-all-comments .custom-comment-on-title a{
	color: #222;
}
.show-all-comments .custom-comment-wrap{
	max-height: 179px;
	min-height: 130px;
	overflow: hidden;
	Text-overflow: -o-ellipsis-lastline;
}
#feature-widget-area-4{
	overflow: visible;
}
.ban-footer{
	margin-top: 50px;
	background-color: #F7E746;
	padding: 10px 0;
}
#footer{
	width: 1080px;
	font-family: "Texta";
	font-size: 14px !important;
}
#footer .widget-area{
	font-size: 16px !important;	
}
#footer #first{
	width: 437px;
	margin-right: 110px;
}
#footer #second{
	width: 255px;
}
#footer h3{
	font-size: 18px;
	text-transform: none;
	border: 0;
}
#footer #first h3{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#footer #second ul, #footer #second ul li{
	list-style: none;
	margin-left: 0;
}
#footer #first ul li{
	margin-bottom: 0;
}
#footer #first ul li:first-of-type{
	margin-bottom: 10px;
}
#footer #second ul li a{
	color: #000;
}
#footer #second ul li a:hover{
	color: #000;
	text-decoration: underline;
}
#footer #first #text-17{
	float: left;
	width: 165px;
}
#footer #first #text-18{
	width: 255px;
	float: right;
}
#feature-widget-area-4 li{
	list-style: none;
}
/*#feature-widget-area-4 #uftp_photo-3-vertical-parent{
    -webkit-column-count: 7; 
    -moz-column-count: 7; 
    column-count: 7;
    column-gap: 20px;
    column-width:163px;
}
#feature-widget-area-4 .uftp-vertical-link{
	width: 163px;
	display: block;
}
#feature-widget-area-4 .uftp-vertical-link:last-of-type{
	margin-right: 0;
}
#feature-widget-area-4 .uftp-vertical-link:nth-of-type(3), #feature-widget-area-4 .uftp-vertical-link:nth-of-type(6){
	width: 347px;
	column-span: all;
}
#feature-widget-area-4 #uftp_photo-3-vertical-parent{
	width: 100% !important;
}*/
/*
#feature-widget-area-4 #uftp_photo-3-tile-parent{
	width: 100% !important;
}
#feature-widget-area-4 #uftp_photo-3-tile-parent > div{
	float: left;
	margin-right: 20px;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-0, #feature-widget-area-4 #uftp_photo-3-tile-div-3{
	width: 347px !important;
	height: 347px !important;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-0 img, #feature-widget-area-4 #uftp_photo-3-tile-div-3 img{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	min-height: 100% !important;
	float: none !important;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-1, #feature-widget-area-4 #uftp_photo-3-tile-div-4, #uftp_photo-3-tile-image-div-1, #uftp_photo-3-tile-image-div-2, #uftp_photo-3-tile-image-div-4, #uftp_photo-3-tile-image-div-5{
	width: 163px !important;
	height: 163px !important;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-1 img, #feature-widget-area-4 #uftp_photo-3-tile-div-4 img{
	width: auto !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-4{
	margin-right: 0 !important;
}
#uftp_photo-3-tile-image-div-1, #uftp_photo-3-tile-image-div-4{
	margin-bottom: 20px;
}
#feature-widget-area-4 #uftp_photo-3-tile-div-1, #feature-widget-area-4 #uftp_photo-3-tile-div-4{
	height: 347px !important;
}*/
#aptftbytap_domain-5 .AlpinePhotoTiles-row{
	width: 347px;
	height: 347px !important;
	float: left;
	clear: none !important;
	margin-right: 20px;
}
#aptftbytap_domain-5 .AlpinePhotoTiles-row:last-of-type{
	margin-right: 0;
}
#aptftbytap_domain-5 .AlpinePhotoTiles-row:nth-of-type(3), #aptftbytap_domain-5 .AlpinePhotoTiles-row:nth-of-type(5){
	width: 163px;
}
#aptftbytap_domain-5 .AlpinePhotoTiles-image-div-container{
	width: 347px !important;
	height: 347px !important;
}
#aptftbytap_domain-5 .AlpinePhotoTiles-row:nth-of-type(3) .AlpinePhotoTiles-image-div-container, #aptftbytap_domain-5 .AlpinePhotoTiles-row:nth-of-type(5) .AlpinePhotoTiles-image-div-container{
	width: 163px !important;
	height: 163px !important;
}
#aptftbytap_domain-5 .AlpinePhotoTiles-half-tile-last{
	margin-top: 21px !important;
}
/* On cache la version mobile */
#aptftbytap_domain-3{
	display: none;
}
ul.wpp-list{
	list-style:none;
	counter-reset: counter-li;
}
ul.wpp-list li{
	border-bottom: 1px solid #d9d9d9;
}
ul.wpp-list li:before{
	content: counter(counter-li);
	counter-increment: counter-li;
	font-family: 'TextaLight';
	font-size: 52px;
	font-weight: 300;
	line-height: 38px;
	color: #04abff;
	width: 46px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: top;
	float: left;
	height: 22px;
	border-bottom: 0;
	padding: 10px 0;
}
ul.wpp-list li a{
	font-family: Georgia;
	font-size: 16px;
	line-height: 21px;
	color: #2a2a2a;
	text-decoration: none;
	vertical-align: top;	
	display: inline-block;
	padding: 15.8px 0;
	width: 203px;
	float: right;
	min-height: 69px;
}
#header {
	margin: 0 0 50px;
}
.category-posts-internal{
	font-family: 'Texta';
	font-size: 12px;
	line-height: 1.33;
	color: #5d5d5f;
}
.category-posts-internal .cat-post-title{
	color: #2a2a2a;
	font-family: 'TextaBold';
	font-size: 16px !important;
	line-height: 1.1;
	text-decoration: none;
}
.category-posts-internal .cat-post-item{
	margin: 8px 0 !important;
	padding: 0 0 12px 0 !important;
}
.category-posts-internal .cat-post-item p{
	margin-bottom: 0;
}
.category-posts-internal .cat-post-item p + p{
	margin-bottom: 10px;
}
.second-img img{
	max-width: 255px;
	height: auto;
	max-height: 165px;
	margin-top: 10px;
	position: absolute;
	margin-left: 1px;
}
.video-info .entry-meta{
	font-family: 'TextaBold';
}
.tfs-widget .tnp-widget form{
	background-color: #F7E746;
	padding: 12px 10px 10px;
	font-family: 'Texta';
	font-size: 16px;
	line-height: 1.5;
}
.tfs-widget .tnp-widget form label{
	font-size: 17px;
}
.tfs-widget .tnp-widget form .tnp-field-email input{
	width: 148px;
	float: left;
	height: 35px;
	margin-top: 5px;
	border: 0;
}
.tfs-widget .tnp-widget form .tnp-submit {
	width: 85px;
	height: 35px;
	background-color: #000;
	border: 0;
	color: #F7E746;
	font-family: 'TextaHeavy';
	font-size: 17px;
	margin-top: -5px;
	padding-top: 6px;
}
.article-list{
	width: 49%;
	float: left;
	background-color: #FFF;
}
body.home .article-list{
	background-color: #F7E746;
}
.article-list.list-3{
	float: none;
	clear: both;
	width: 100%;
	margin-top: 15px;
}
.article-list img{
	height: auto;
	max-height: 220px;
}
.article-list .article-list-text{
	padding: 7px 10px 10px;
	margin-top: 0;
	height: 145px;
}
#content .article-list.list-1 > a, #container .article-list.list-1 > a, #content .article-list.list-2 > a, #container .article-list.list-2 > a{
	display: block;
	float: left;
	max-height: 220px;
	max-width: 100%;
	overflow: hidden;
}
#content .article-list.list-1 > .article-list-text, #container .article-list.list-1 > .article-list-text, #content .article-list.list-2 > .article-list-text, #container .article-list.list-2 > .article-list-text{
	clear: both;
}
#content .article-list.list-1 > a > img, #container .article-list.list-1 > a > img, #content .article-list.list-2 > a > img, #container .article-list.list-2 > a > img{
	float: left;
	width: auto;
	max-height: initial !important;
	max-width: 496px !important;
	min-height: 220px;
}
#content .article-list.list-3 > a, #container .article-list.list-3 > a{
	display: block;
	float: left;
	/*max-height: 351px;*/
	max-height: 220px;
	max-width: 410px;
	overflow: hidden;
}
#content .article-list.list-3 > a > img, #container .article-list.list-3 > a > img{
	float: left;
	width: auto;
	/*max-height: 351px !important;*/
	max-height: 220px;
	max-width: initial !important;
}
.article-list .article-list-text h2{
	font-family: Georgia;
	font-size: 22px;
	line-height: 1.07;
	color: #000000;
	height: 70px;
}
.article-list.list-3 .article-list-text h2{
	height: auto;
}
.sepborder{
	border-top: 3px dotted #979797;
	margin: 12px 0 5px;
	width: 100px;
}
.article-list .article-list-text .entry-meta{
	display: table;
	height: 40px;
}
.article-list .article-list-text .entry-meta > span{
	display: table-cell;
	vertical-align: bottom;
}
.article-list .article-list-text .tag-links{
	margin-bottom: 3px;
}
.article-list .article-list-text .tag-links a{
	margin-left: 0;
	color: #979797;
}
.article-list .article-list-text .tag-links a:hover{
	color: #04abff;
}
.article-list.list-3 .article-list-text{
	display: table;
	/*height: 351px;*/
	height: 220px;
}
.article-list.list-3 .article-list-text span.third{
	display: table-cell;
	vertical-align: bottom;
}
.article-list.list-2{
	margin-left: 2%;
}
.article-list.list-3{
	margin: 15px 0;
}
#focus{
	margin-bottom: 56px;
}
.tfs-widget + .tfs-widget{
	margin-top: 50px;
}
.tfs-widget:nth-of-type(3){
	margin-top: 0;
}
#detournement{
	margin-top: 50px;
}
.page-title{
  font-family: 'TextaHeavy';
  font-size: 30px;
  line-height: 1.4;
  color: #2a2a2a;
  border-top: 6px solid #F7E746;
  border-bottom: 0;
  margin-bottom: 25px;
}
.sdl-widget ul.wpp-list{
	list-style:none;
	counter-reset: counter-li;
}
.sdl-widget ul li{
	border-bottom: 1px solid #d9d9d9;
}
.sdl-widget ul li a{
	font-family: Georgia;
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	text-decoration: none;
	vertical-align: top;	
	display: inline-block;
	padding: 13px 0;
	width: 203px;
	min-height: 69px;
}
.sdl-widget h3{
	font-family: 'TextaHeavy';
	font-size: 24px;
	line-height: 1.33;
	color: #2a2a2a;
	border-top: 3px #393b3e solid;
	padding-top: 3px;
}
.sd-content ul li a.sd-button::before{
	font-size: 24px !important;
}
.sa-widget h3{
	font-family: 'Texta';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #2a2a2a;
	border-top: 3px #393b3e solid;
}
.sa-widget .crp_related_widget ul li{
	font-size: 20px;
	margin-top: 24px;
}
.sa-widget .crp_related_widget ul li .crp_date{
	font-family: 'Texta';
	font-size: 12px;
	line-height: 1.67;
	color: #767676;
	display: block;
	margin-bottom: 15px;
}
.sa-widget .crp_related_widget ul li a{
	font-family: Georgia;
	font-size: 20px;
	line-height: 1.1;
	color: #2a2a2a;
	text-decoration: none;
}
.sa-widget .crp_related_widget ul li a.title-cat{
	color: #1798fc;
	display: inline-block;
}
#partager{
	width: 163px;
	float: left;
	border-top: 6px solid #F7E746;
}
#partager h3{
	font-family: 'Texta';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #2a2a2a;
}
.sfsi_widget .sfsi_wicons{
	display: block;
	margin-top: 10px;
}
div#sfsiid_facebook{
	width: 110px !important;
	margin-left: -56px !important;
}
.fb_tool_bdr .sfsi_inside .icon2{
	width: 64px;
}
.fb_tool_bdr .sfsi_inside .icon3{
	width: 90px;
}
#prev-next > h3{
	font-family: 'Texta';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #2a2a2a;
	border-top: 2px solid #393b3e;
	margin-bottom: 14px;
}
.adjacent-post{
	float: left;
}
#prev-post{
	width: 49.5%;
	margin-right: 1%;
	padding-right: 1%;
	border-right: 1px solid #d9d9d9;
}
#next-post{
	width: 49.5%;
}
.adjacent-post .bloc-text{
	background-color: #f3f3f3;
	height: 265px;
	padding: 10px;
	display: table;
}
.adjacent-post .bloc-text .entry-meta{
	margin-bottom: 10px;
	display: table-header-group;
}
.adjacent-post .bloc-text h3{
	font-family: Georgia;
	font-size: 20px;
	line-height: 1.1;
	color: #2a2a2a;
	font-weight: normal;
	margin-bottom: 14px;
}
.adjacent-post .bloc-text h3 a.title-cat{
	color: #0093ff;
}
.adjacent-post > a{
	display: block;
	float: left;
	max-height: 265px;
	max-width: 265px;
	overflow: hidden;
	margin-right: 0;
}
.adjacent-post > a > img{
	float: left;
	width: auto;
	max-height: 265px !important;
	max-width: initial !important;
}
.adjacent-post .bloc-text h3 + p{
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.43;
	color: #2a2a2a;
	margin-bottom: 0;
}
.adjacent-post .table-bottom{
	display: table-cell;
	vertical-align: bottom;
}
h3#comments-title{
	border-top: 2px solid #393b3e;
	font-family: 'Texta';
	font-size: 24px;
	font-weight: 900;
	line-height: 1.33;
	color: #2a2a2a;
	border-bottom: 0;
}
#comments{
	margin-bottom: 50px;
}
#comments .avatar{
	position: relative;
	float: left;
	margin-right: 20px;
	border: 0;
	border-radius: 50px;
	background-color: #d8d8d8;
}
#comments .comment-author, .comment-body{
	margin-right: 0 !important;
	margin-left: 76px;
}
#comments a{
	color: #0093ff;
}
#comments ol li.comment{
	border-bottom: 1px solid #979797;
	padding-top: 20px;
}
#comments ol li.comment:first-of-type{
	border-top: 0;
}
#comments ul.children li{
	border: 0;
	padding-top: 0;
	padding-left: 40px;
}
#respond #reply-title{
	border: 0;
	font-family: 'Texta';
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	color: #2a2a2a;
	text-transform: none;
}
#respond textarea{
 	border: solid 1px #e2e2e2;
}
#respond .comment-subscription-form{
	margin-bottom: 10px;
}
input#submit{
	height: 30px;
	border-radius: 2px;
	background-color: #f8e71c;
	font-size: 15px !important;
	font-weight: bold;
	color: #000000;
	border: none;
	font-family: 'TextaBold';
	margin-top: 1px;	
}
body.single div.post > .entry-meta{
	font-size: 14px;
	margin-bottom: 25px;
}
body.single div.post > .entry-meta a{
	float: right;
}
body.single div.post > .title-cat{
	font-family: Georgia;
	font-size: 20px;
	color: #0093ff;
	text-decoration: none;
}
body.single div.post > h1{
	font-family: Georgia;
	font-size: 50px;
	line-height: 1.24;
	color: #000000;
	font-weight: normal;
	padding-bottom: 20px;
}
body.single div.post > h1 + img{
	margin-bottom: 20px;
}
body.single div.post .entry-content{
	font-size: 20px;
	line-height: 32px;
}
body.single div.post .entry-content h1, body.single div.post .entry-content h2, body.single div.post .entry-content h3{
	font-family: 'TextaHeavy';
}
body.single div.post .entry-content strong{
	background-color: #f8e71c;
	font-weight: normal;
	padding: 2px;
}
body.single div.post .entry-content blockquote{
	padding: 15px 2px 0;
	border-top: 5px solid #f8e71c;
	border-bottom: 1px solid #f8e71c;
	font-family: 'Texta';
	font-size: 28px;
	font-weight: 900;
	line-height: 1.36;
	font-style: normal;
	margin: 25px 25px 25px -90px;
	width: 346px;
	float: left;
}
.tfs-widget .textwidget ul li a{
	font-family: 'Texta';
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #d9d9d9;
	padding: 12px 0;
	display: block;
	text-decoration: none;
}
.tfs-widget .textwidget ul{
	margin-top: 15px;
}
#header-widget-area select option{
	color: #000;
}


/* Version Mobile */ 

@media only screen and (max-width: 991px) {
	.wrap-1080{
		width: 100%;
		padding: 0 15px;
	}
	.wrap-805{
		float: none;
		width: 100%;
	}
	.wrap-256{
		float: none;
		width: 100%;
	}
	.wrap-622{
		float: none;
		width: 100%;
	}
	#header{
		float: none;
	}
	#branding img{
		max-width: 100%;
		height: auto;
		padding: 10px 0;
	}
	#menu-wrap{
		display: block;
		padding: 0 10px;
	}
	.menu-header{
		float: none;
	}
	#menu-wrap .hmr-header-widget{
		float: none;
		padding: 0;
		border: 0;
		width: 100%;
	}
	#menu-wrap .hmr-header-widget .hmr-widget{
		float: none;
		margin:15px 0 0 ;
		width: 75%;
	}
	#menu-wrap .hmr-header-widget .hmr-widget .search-form{
		display: none;
	}
	#access{
		height: auto;
		float: none;
	}
	#last-article{
		margin-bottom: 35px;
	}
	#last-article-text{
		width: 100%;
		float: none;
	}
	#last-article-text + a{
		max-width: 100%;
		max-height: auto;
		height: auto;
		float: none;
		line-height: initial;
	}
	#last-article-text + a img{
		max-width: 100%;
		max-height: auto;
		height: auto;
		float: none;
		margin: 0;
	}
	body.home #posts-list .post{
		width: 100% !important;
		float: none;
		border: 0 !important;
	}
	body.home #posts-list h3 + .post .post-content > a{
		float: none;
		width: 100%;
		max-width: 100%;
		max-height: none;
		height: auto;
	}
	body.home #posts-list h3 + .post .post-content > a img{
		width: 100%;
		float: none;
		max-width: 100%;
		max-height: none;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.second-img img{
		position: relative;
		max-height: none;
		margin-left: 0;
	}
	#posts-list{
		margin-bottom: 25px;
	}
	#video-ban{
		height: auto;
		padding-bottom: 25px;
	}
	#video-ban .video-slider .post{
		width: 320px;
		height: auto;
	}
	#video-ban .video-slider .post img{
		width: 100% !important;
		height: auto !important;
	}
	.slick-track{
		margin-left: 0 !important;
	}
	.video-icon{
		left: 120px;
		top: 210px;
	}
	.article-list{
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
	.article-list > a > img, .article-list a{
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
	}
	.article-list.list-3 > a > img{
		margin-bottom: 10px;
	}
	.article-list.list-3 .article-list-text{
		display: block;
		height: auto;
	}
	.show-all-comments ul{
		height: auto;
		display: block;
	}
	.show-all-comments ul li{
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 15px;
	}
	/* On cache la version ordi */
	#aptftbytap_domain-2{
		display: none;
	}
	#aptftbytap_domain-3{
		display: block;
	}
	#aptftbytap_domain-3 .AlpinePhotoTiles-row{
		margin-bottom: 8px;
	}
	/*
	.AlpinePhotoTiles-row{
		width: auto;
		height: auto !important;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.AlpinePhotoTiles-image-div-container{
		max-width: 100% !important;
	}*/
	#footer{
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer #footer-widget-area > div{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#footer #first #text-17 {
	    float: none;
	    width: 100%;
	}
	#footer #first #text-18{
		width: 100%;
		float: none;
	}
	#partager{
		float: none;
		width: 100%;
	}
	.sfsi_widget .sfsi_wicons{
		display: inline-block;
	}
	#prev-next{
		margin-top: 25px;
	}
	.adjacent-post{
		width: 100% !important;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 0 15px !important;
	}
	.adjacent-post > a, .adjacent-post > a > img{
		max-width: 100% !important;
		height: auto !important;
	}
	.adjacent-post .bloc-text{
		height: auto;
		display: block;
	}
	.adjacent-post .bloc-text .entry-meta{
		margin-bottom: 25px;
		display: block;
	}
	body.single div.post .entry-content blockquote{
		margin-left: 0;
		margin-right: 0;
		float: none;
		max-width: 100%;
	}
}
.imagesCount{
	color: #0096ff;
}