/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.1
Tested up to: 6.4
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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

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

body {
  margin: 0;
}

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;
}

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

b,
strong {
  font-weight: 700;
}

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;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}


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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

optgroup {
  font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

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


address {
  font-style: italic;
  margin: 0 0 1.75em;
}


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

big {
  font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

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

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

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

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}


input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

.search-form {
  position: relative;
}

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
  color: #007acc;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;
}

/* .site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
} */

.site-header-menu.toggled-on
 {
  display: block;
}


.main-navigation {
  font-family: sans-serif;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

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

.main-navigation li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}

.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

/* .no-js .main-navigation ul ul {
  display: block;
} */

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f432";
}



/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
  border-top: 4px solid #1a1a1a;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child,
.widget > nav > :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}

.widget .widget-title:empty {
  margin-bottom: 0;
}

.widget-title a {
  color: #1a1a1a;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-family: sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}





/**
 * 11.0 - Content
 */

.site {
  background-color: #fff;
}

.site-inner {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.site-content {
  word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main {
  margin-bottom: 3.5em;
}

.site-main > :last-child {
  margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
  padding: 2.625em 7.6923%;
}

.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.site-title {
  font-family: sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}

.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc;
}

.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}

/* .no-js .menu-toggle {
  display: none;
} */

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  border-color: #007acc;
  color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}

.entry-title {
  font-family: sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}

.entry-title a {
  color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #007acc;
}

.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
  display: block;
}

.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.textwidget h1,
.textwidget h2,
.textwidget h3 {
  font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child {
  margin-top: 0;
}


.entry-title{
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}


body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.more-link {
  white-space: nowrap;
}



.entry-footer {
  color: #686868;
  font-family: sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}

.entry-footer:empty {
  margin: 0;
}

.entry-footer a {
  color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc;
}

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.sticky .posted-on,
.byline {
  display: none;
}

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

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}

.page-title {
  font-family: sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}




.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}

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

.content-bottom-widgets {
  margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */


/**
 * 11.4 - Comments
 */

/**
 * 11.5 - Sidebar
 */

.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
  padding: 0 7.6923% 1.75em;
}

.site-info {
  color: #fff;text-align: center;
  font-size: 1em;
  line-height: 1.6153846154;
}

.site-info a {
  color: #686868;
}

.site-info a:hover,
.site-info a:focus {
  color: #007acc;
}

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  font-family: sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
  font-family: sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
  content: '\002f';
}


/**
 * 12.0 - Media
 */



.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */

/**
 * 13.0 - Multisites
 */


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
  html {
    scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 21px );
  }

  body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image):before {
    top: 0;
  }

  body:not(.custom-background-image).admin-bar:before {
    top: 46px;
  }

  body:not(.custom-background-image):after {
    bottom: 0;
  }

  .site {
    margin: 21px;
  }

  .site-main {
    margin-bottom: 5.25em;
  }

  .site-header {
    padding: 3.9375em 7.6923%;
  }

  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }

  .custom-logo {
    max-width: 210px;
  }

  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }

  .site-description {
    display: block;
  }

  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }

  .site-header-menu {
    margin: 1.3125em 0;
  }

  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }

  .header-image {
    margin: 1.3125em 0;
  }

  
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }


  .site-main > article {
    margin-bottom: 5.25em;
  }

  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 23.0769%;
  }

  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

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

  .entry-content li > ul,
  .entry-summary li > ul {
    margin-left: 1.25em;
  }

  .entry-content li > ol,
  .entry-summary li > ol{
    margin-left: 1.5em;
  }

  

  .widget,
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }

  .sidebar,
  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }

  body:not(.search-results) .entry-summary li > ul {
    margin-left: 1.157894737em;
  }

  body:not(.search-results) .entry-summary li > ol{
    margin-left: 1.473684211em;
  }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
  .site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
  }

  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation {
    margin: 0 -0.875em;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #007acc;
  }

  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }

  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

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

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

  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }

  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }

  .site-content {
    padding: 0 4.5455%;
  }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }

  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }

  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }

  .widget .widget-title {
    margin-bottom: 1.3125em;
  }

  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em;
  }

  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }

  
  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }

  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }

  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }

  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }

  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }

  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }


  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }

  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }

  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }

  .widget_calendar td,
  .widget_calendar th,
  .widget_calendar .wp-calendar-nav span {
    line-height: 2.6923076923;
    padding: 0;
  }

  .widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }

  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }

  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }

  
  .textwidget h1 {
    margin-top: 1.8260869565em;
  }

  .textwidget h2 {
    margin-top: 2.2105263158em;
  }

  .textwidget h3 {
    margin-top: 2.625em;
  }

  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }

  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }

  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
  }

  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .no-sidebar .entry-header,
  .no-sidebar .entry-content,
  .no-sidebar .entry-summary,
  .no-sidebar .entry-footer,
  .no-sidebar .comments-area,
  .no-sidebar .image-navigation,
  .no-sidebar .post-navigation,
  .no-sidebar .pagination,
  .no-sidebar .page-header,
  .no-sidebar .page-content,
  .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%;
  }

  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 7.0em;
  }

  .site-header {
    padding: 5.25em 4.5455%;
  }

  .site-branding,
  .site-header-menu,
  .header-image {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }


  .widget {
    margin-bottom: 4.307692308em;
  }

  .site-main > article {
    margin-bottom: 7.0em;
  }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }


  .post-thumbnail {
    margin-bottom: 2.625em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }

  .entry-content h2,
  .entry-summary h2,
  .comment-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }

  
  .sidebar,
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em;
  }

  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }

  body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 71.42857144%;
  }

  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }

  body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }

  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }

  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }

  body:not(.search-results) .entry-summary li > ul {
    margin-left: 0.956521739em;
  }

  body:not(.search-results) .entry-summary li > ol,
  {
    margin-left: 1.52173913em;
  }

  

  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }

  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }

  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }

  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }

  

  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child{
    margin-top: 0;
  }

  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }

  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }

  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}


/**
 * 15.0 - Print
 */

@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .pingback .edit-link {
    display: none;
  }

  body {
    font-size: 12pt;
  }

  .site-title,
  .page-title,
  .entry-content h2,
  .entry-summary h2,
  .widecolumn h2 {
    font-size: 17.25pt;
  }

  .site-description {
    display: block;
  }

  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }

  .site-description,
  .entry-footer,
  .entry-caption,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  body,
  .site-branding .site-title a,
  .entry-title a {
    color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  
  .page-header{
    border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  
  .site-description,
  body:not(.search-results) .entry-summary,
  .entry-footer,
  .entry-footer a,
  .entry-caption,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important; /* Make sure color schemes don't affect to print */
  }

  code,
  hr {
    background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  a {
    color: #007acc !important; /* Make sure color schemes don't affect to print */
  }

  .entry-content a,
  .entry-summary a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 5%;
  }

  .site-inner {
    max-width: none;
  }

  .site-header {
    padding: 0 0 1.75em;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  .site-main {
    margin-bottom: 3.5em;
  }

  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0;
  }

  .post-thumbnail,
  .site-main > article {
    margin-bottom: 3.5em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }

  .site-footer,
  .widecolumn {
    padding: 0;
  }
}

/*
Theme Name: 2016 Child Simple Clean Design football-tickets-madrid
Theme URI: https://www.tipsandtricks-hq.com/wordpress-twenty-sixteen-2016-child-theme-simple-clean-design-8509
Template: twentysixteen
Description: This Twenty Sixteen child theme uses a very simple and clean design for the blog posts and pages.
Version: 3.1.6
License: GNU General Public License v2 or later
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
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.
*/
body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after{height:0}.site{margin:0}

.big {font-size:120%; font-weight:bold;}
hr{margin:1.75em 0;}
p{line-height:1.9em; text-align: justify;}
.entry-content h3{font-size:1.2em; font-weight:bold}
.left{float:left}
html, button, input, select, textarea, body{font-family: "Helvetica",sans-serif;font-size:0.95em}



@media screen and (min-width: 20px) {.pastmatch{width:100%; padding: 5px 0 5px 0;float:left; font-size:1em;}}
@media screen and (min-width: 780px) {.pastmatch{float:left;width:50%; padding:0 0 5px;}}
#overflowtext {
    max-height: 135px;
    overflow: hidden;
}
.overflowbtn {
    display: block;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px -10px 15px -12px #000;
    -webkit-box-shadow: 0px -10px 15px -12px #000;
    border-top: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
    background: #fff;
}
.overflowbtn:hover{
    color: #333;
    background: #fafafa;
}

.small{font-size:0.8em;}

.site-inner{max-width: none;}
.site-content{max-width:1190px; margin:20px auto;}
@media screen and (min-width: 44.375em){
.site-header-menu, .header-image {
    margin: 0 0 0;
}
.site-branding {
    margin: 0.875em auto 0.875em 0;
}
}
@media screen and (min-width: 61.5625em){

.site-branding {
    margin: 0.875em auto 0 0;
}
	
}

.site-branding .site-title a{
	color:#fff;
	font-weight:normal
}
.site-branding .site-title a:hover{color: #fff;}

.site-description{color: #888; text-transform: uppercase; font-size: 0.7em}
h1.entry-title{margin-bottom:3px; font-size: 1.6em}

/*------NAV------*/
/*
nav{
background: #1a5ea0 none repeat scroll 0 0;
border-top: 3px solid #fdb026;
margin: 0 0 8px;
}
*/
.widget-area nav{background: none;border:none;}
footer nav{border:none;}

@media screen and (min-width: 56.875em){
.site-header {
    padding: 0;
}
.site-header-main {
 max-width: 1190px;
    margin: 0 auto;
    padding: 0 4.5455%;
}
}
.main-navigation a{color: #fff; font-size: 1em; padding: 1.6em 0.8em; text-transform: uppercase;}
.main-navigation li:hover > a,main-navigation li.focus > a:hover{color:inherit;background:#f9be02;}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{font-weight: normal;color: #112331;background:#fff}
.main-navigation .current-menu-item > a:hover, .main-navigation .current-menu-ancestor > a:hover{color: #f9be02;background:#fff;}

.main-navigation ul ul{background: #fff; margin-left:0}
.main-navigation ul ul a{color: #1a1a1a}
.main-navigation ul ul:before,.main-navigation ul ul:after{border:0;}
.dropdown-toggle:after{color:#fff;border:0}
table{border:0}
table p{margin-bottom: 0}
td{border:none;}
tr.hotelbtn td{padding-bottom:30px }
tr.hotelname td, tr.hoteladdress td{border-bottom: 1px solid #eee }
a.btn{color:#fff;float:right;max-width:250px; padding:10px;display: block;text-decoration:none}
a.btn{background: #dd0000;}
a.btn:hover{background:#b00;}


.right{float:right;}
.left{float:left;}
.red{color:#dd0000}
.green{color:#089e7d;}
.orange{color: orange}
#warning-container {
    display: block;
    width: 90%;
    margin: 0px auto 20px;
    background: #ffeeab;
    padding: 10px;
    border: 1px solid #ffdf65;
}
#warning-container p{margin:0 auto;text-align:center;font-size:0.9em;}
#warning-container-mini {
    display: block;
    width: 90%;
    margin: 20px auto;
    background: #ffeeab;
    padding: 10px;font-size:0.85em;
    border: 1px solid #ffdf65;
}
/*CALENDAR*/

.poweredby{padding: 30px;background-color:#171c22;width:100%;text-align:center;font-size:1em;color:#fff}
.poweredby a{color:#fff; text-decoration: underline;}
.poweredby a:visited{color:#fff;}
.poweredby a:hover{color:#CF0A2d;}
img.powered{cursor: pointer;}


.ui-tabs .ui-tabs-nav{font-size:1.2em; text-transform: uppercase;}
.ui-widget{font-family: inherit !important;}
.match {
    border: 1px solid #ddd;
    display: block;
    float: left;
    height: 332px;
    margin: 0 1% -1px 0;
    padding: 10px 8px;
    width: 70%;}

#matchlist{
width: auto;
margin: 0;
border: 0;
padding: 0;
overflow:hidden;}
#matchlist h2, #matchlist h1{line-height:120%;}

#matchlist p{text-align: justify; line-height: 1.6em; padding: 0; margin:0 10px;}

#matchlist ul{font-size:1em;margin:0 ;}
#matchlist ul, #pricelist ul {list-style:none outside none; margin: 6px 0; padding: 0;}
#matchlist ul{clear:left;}
#matchlist li{line-height:inherit; border-bottom:1px dotted #ccc; margin:0;padding:8px}
#matchlist ul li:after{display:table; content:"";clear:both;}
.mancity #matchlist li.selected{background: #4FB3FD;}
.manutd #matchlist li.selected{background: rgba(221,0,0,1);}
#matchlist li.selected{background: rgba(120,120,120,0.5);}
#matchlist li span.summary {
    display: block;
    float: none;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}


#matchlist li .competition, #matchlist li span.thevenue{font-size:0.8em;} 


#matchlist li.selected span.summary, #matchlist li.selected span.competition{color:#fff;}
#matchlist li, #matchlist li span.summary{
-moz-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition:all 0.2s ease-in-out 0s;}

#matchlist li span.date{font-size:0.9em; margin: 0;padding: 0;color:#333;}
#matchlist li span.competition{margin: 0}

#matchlist li span.full{padding: 0 ;color:#888; text-transform: uppercase; padding: 14px 0 0; display: block;}

.lazy{background-color:#e9e9e9}

#matchlist li.selected span.date{color:#000;}
span.thedate{font-size:2.5em;}
span.theday{font-size:0.8em;}
span.themonth{font-size:1.2em;}
#matchlist a.remaininglink{margin-left:105px;}
#matchlist span.mentiontime{display:inline-block;padding: 1px 0 2px 20px; color: #84C139; font-size:0.9em; font-style: italic; margin: 10px 0 0 10px;}

img.logocomp{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0 none;
       margin: 2px 3px 0 4px;
    padding: 0;
    text-align: center;
}
    .entry-header .type{font-size:1.2em;}
img.logocompgame{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0 none;
    float: left;
    height: 20px;
    margin: 4px 6px 0 0;
    padding: 0;
    text-align: center;}
 img.logocomphome{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0 none;
    float: left;
    height: 15px;
    margin: 2px 3px 0 4px;
    padding: 0;
    text-align: center;
    width: 15px;}
#match-info p{font-size:0.9em; font-style:italic; margin-top:6px}.matchinfo{padding: 0px;}
.mention {clear: right; display: inline-block;font-size: 0.9em; margin: 3px 0 0;}
img.logocompetition{margin: 0 auto; width: 100px; height: 100px;}


#warning-fixt-next-season{font-style: italic; color:#999;}
#filters select{font-size:16px;}
#filters select{padding:6px 30px 6px 10px;appearance: none;cursor:pointer;
     border-color: #1a5ea0;color: #000;max-width:320px; width:100%;
     background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #1a5ea0, #1a5ea0);
     background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0px;
     background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
     background-repeat: no-repeat;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  }
  #filters #compselect,#filters #matchselect{margin-left:15px;}
  
#filters select:hover{background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #f9bf04, #f9bf04);}
#filters select:focus{color: #1a5ea0;background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #cccccc, #ccc);outline-color: #1a5ea0;outline-width: 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
#filters select::-ms-expand {
  display: none;
}

#filters{display:block; float:none;margin:0;width:100%;clear:both;padding:0;box-sizing:border-box;}
label.labelaway{display:flex; float:left; text-align:right;margin-left:20px;cursor:pointer;align-items: center}
label.labelaway input[type="checkbox"]{float:right;margin-left:5px;}
li.hiddenmonth{display:none !important;}
li.hiddenmatch{display:none !important;}

label.labelaway, #hideaway{display:none;}

label.labelaway input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 0.15em solid var(--global-color-7);
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  transform: translateY(-0.075em);
  
 /* display: grid;*/
  place-content: center;margin-right:5px;
}

label.labelaway:hover {color:var(--global-color-6);}
label.labelaway:hover > input[type="checkbox"] {
 
  border: 0.15em solid var(--global-color-6);

}

label.labelaway input[type="checkbox"]::before {
  content: "";
  width: 1.30em;
  height: 1.30em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
/*  box-shadow: inset 1em 1em var(--global-color-7);*/
background: var(--global-color-7);
}

label.labelaway input[type="checkbox"]:checked::before {
  transform: scale(1);
}



.form-control + .form-control {
  margin-top: 1em;
}

@media screen and (max-width:767px){
  #filters select{max-width:none;margin-bottom:10px;}
  #filters #compselect,#filters #matchselect{margin-left:0;}
  #filters{border: 2px solid #1a5ea0;display:block;padding:10px 20px 20px;width:auto;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
  #filters:before{content: "Filters";color:#1a5ea0;font-size:1.2em;clear:both; float:none; display:block;margin-bottom:10px;}
  label.labelaway{margin-top:10px;margin-left:0;}
  
}


#matchlist ul a.greybtn{background-color: #888;color:#fff;display:block}
#matchlist ul a.greybtn:hover{text-decoration:none; background-color: #aaa;}
#matchlist ul a {
    float: right;-webkit-border-radius:20px; -moz-border-radius:20px;border-radius:20px;
    font-size: 1.1em;margin: 19px 10px 0;
	min-width: 100px;max-width:50%;
    text-transform: uppercase;padding: 0.5em 0.8em;text-align: center;}

#matchlist ul a.all {
    margin: 12px 6px 12px 0;
}


#matchlist li.monthlydate {
    border-bottom: 3px solid #1a5ea0; 
    clear: left;background: #fff;
    color: #1a5ea0;
    padding:5px 5px 5px 10px;
    display: block;
    font-size: 1.3em;
    margin: 0;
    text-transform: uppercase;
}

.blackbackground{padding:10px;margin:0 auto; width:100%;}

#pres-calendar h1{font-size: 3.7em;}

.redtobluebtn, .button, a.greybtn,input[type="submit"],input[type="button"], input[type="reset"] {
    background: #1a5ea0;
    /*background-image: -moz-linear-gradient(right center , #CF0A2D, #82030A);*/
}
.bluetoredbtn,.button, .redtobluebtn, input[type="submit"],input[type="button"], input[type="reset"]{
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    padding: 0.5em 0.8em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;font-size: 1.1em;
}

.redtobluebtn:hover, .button:hover,input[type="submit"]:hover{background:#fdbf00}

.sidebar,
	.widecolumn {
		padding-right: 7.6923%;
	}
.entry-header,.post-thumbnail{margin-right: 7.6923%;}

.post-thumbnail{margin-left: 0;margin-right:0}


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

#matchlist ul .pricefrom{float: none;font-size:0.9em;margin: 0px auto 20px;text-align: center;width: 100%;display: block;} 
#matchlist ul .pricefrom span{} 
#matchlist ul .priceavailsoon{float: none;font-size: 0.9em;padding: 0;margin: 0px 0 20px 0;text-align: center; display: block;}
#matchlist li{font-size:1.2em;text-align:center;}
#matchlist li.monthlydate{font-size:1.4em;text-align:left}
#matchlist .matchinfo{margin:0 auto; width:100%;text-align:center;}
#matchlist li span.competition, #matchlist li span.additionalinfo{float:none; text-align:center;}
#matchlist li span.summary{margin:10px 0;float:none; font-size:1em}
#matchlist li span.summaryhome{font-size:1.05em}
#matchlist ul a, #matchlist ul a.greybtn {max-width: 80%;float: none;text-align: center;margin: 5px auto 5px;font-size: 1.3em;padding: 0.5em 0;}

#homematchlist ul a,#homematchlist ul a.greybtn{width: 50%;float: none;
text-align: center;margin: 5px auto 5px;font-size:1.4em;padding:0.5em 0;} 

}
@media only screen and (max-width: 568px){
	.ui-tabs .ui-tabs-nav{font-size:1.1em;}
}
    


table{border-collapse:collapse}

.widget-title{font-weight:bold}

#maxfooter{width:100%; padding:0px 0 50px; margin:0 0px; background:  #1a5ea0;border-top: 10px solid #f9be02;}
	#maxfooter .widget-area{max-width:980px; width:100%; margin:0 auto; border: none}	
	#maxfooter .widget-area a{color: #fff;}
	#maxfooter .widget-area a:hover{color: #fff;text-decoration: underline;}
	#maxfooter .widget-area ul li{text-align:left; font-size:1em; line-height:1.7em;list-style: none}
	#maxfooter .widget-area ul li a{width: 100%; line-height: 15px; height: 40px;display: block}
	#maxfooter .widget-area .widget{border: none}
	#maxfooter .widget-title{color:#fff;font-weight:700;text-align:left;}

	#maxfooter .copyright{text-align:center; font-size:0.9em; color: #fff; padding:20px 0 0}
	#maxfooter .widget-area .site-title a{box-shadow: none; color:#2b95ff}
	#maxfooter .widget-area .site-title a span{color:#ffffff}
	#maxfooter blockquote{ border-color:#2b95ff; color: #eee;}
	#maxfooter{color:#fff;}
	#maxfooter .name{color:#eee}
	

.fourtyfivepercent{width:50%; padding:0 0 0 1%; margin: 0;}
.fiftyfivepercent{width:50%; padding:0; margin: 0;}
.page-template-page-game .content-area {
    float: left;
    margin-right: -100%;
    width: 100%;
}
.page-id-231 .content-area{
	float: left;
    margin-right: -100%;
    width: 100%;
}
.post-thumbnail img{margin:0 auto;}
	

@media only screen and (max-width :800px){
	.fourtyfivepercent,.fiftyfivepercent{float:none; width:auto; margin-bottom:30px; clear:both;padding:0}
}




.entry-content h2{font-size: 1.4em; font-weight: 700;}
.nomobile{display:none}


.menu-toggle{color:#fff;border-color:#fff;padding:0.5em;}.menu-toggle:hover{border-color:#fff; color:#fff; background:#007acc; }
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus{
	
	background-color: #fff;
    border-color: #ccc;
    color: #1a5ea0;
}

.menu-toggle:after {
    content: "";
    font-size: 1.3em;
    padding-left: 0;
}

.toggled-on .menu-toggle:after {
    content: "\f432";
    vertical-align: 2px;
}

#newhome,#nextseasonnew {
    margin: 0 auto 20px;
    padding: 0;
    text-transform: uppercase;
    background-size:cover;background-repeat: no-repeat;background-position: center center;background-color:#000;background-attachment: scroll;
}
@media screen and (max-width: 600px) {
#newhome.home{background-image: url('/wordpress/wp-content/themes/twentysixteen-child/img/homeslider/brighton-1-768x220.jpg');}
#nextseasonnew {background-image: url('/wordpress/wp-content/themes/twentysixteen-child/img/homeslider/brighton-2-768x220.jpg');}
}
@media screen and (min-width: 601px) {
#newhome.home{background-image: url('/wordpress/wp-content/themes/twentysixteen-child/img/homeslider/brighton-1.jpg');}
#nextseasonnew{background-image: url('/wordpress/wp-content/themes/twentysixteen-child/img/homeslider/brighton-2.jpg');}
}

@media screen and (min-width: 20px) {
#nextseasonnew h1,#newhome h1 { font-size: 1.3em;}
}
@media screen and (min-width: 450px) {
#nextseasonnew h1,#newhome h1 { font-size: 1.5em;}
}
@media screen and (min-width: 568px) {
#nextseasonnew h1,#newhome h1 { font-size: 2em;}
}
@media screen and (min-width: 44.375em) {/* 710px */
#nextseasonnew h1,#newhome h1 { font-size: 2.5em;}
}
#newhome .black, #nextseasonnew .black {
    padding: 50px 20px 50px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}
#newhome h1,#nextseasonnew h1 {
     color: #fff;
    margin: 0px 0 10px;
    background:rgba(0,0,0,0.6);
    text-align:center;
    padding: 0 0 0 0px;
    line-height: 1.2em;text-shadow: 2px 2px 0px #000;hyphens:none;
}


/*PRIVACY POLICY*/
.page-id-32 p,.page-id-34 p, .page-id-34 ol, .page-id-34 ul{text-align: justify;}
.page-id-32 table td{border: 1px solid #ddd}
.page-id-32 table tr:first-child td{text-align: center}
.page-id-34 h2{border-bottom:2px solid #ddd; padding-bottom:5px}
.page-id-34 h3{margin-top:1.5em}
/* 34 privacy*/
/*32 cookies*/
/* ------- Responsive code here ------- */

.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-area ul li a{padding: 10px;
    font-size: 1em;
    display: block;}
.widget-area ul li a:hover{color:#fff;background:#1a5ea0;}    
  

@media screen and (min-width: 20px) {

#matchlist ul .pricefrom{float: none;font-size:0.9em;
    margin: 0px auto 20px;
    text-align: center;
    width: 100%;
    display: block;} 
	#matchlist ul .pricefrom span{} 
#matchlist ul .priceavailsoon{float: none;
    font-size: 0.9em;
    padding: 0;
    margin: 0px 0 20px 0;
    text-align: center;
    display: block;	
}

    
#matchlist ul a {
    float: none;
    font-size: 1.2em;
    margin: 5px auto 5px; min-width: 100px;
-webkit-border-radius:20px; -moz-border-radius:20px;border-radius:20px;
    text-transform: uppercase;padding: 0.5em 0.8em;text-align: center;}
    
        
	
		.half,.one_third,.third,.two_third{width:100%; padding: 0%;}
		.left,.right{float:none}
		.site-title{font-size:0.9em;}
	.site-footer{padding:0}
	
	.matchinfo{float:none;text-align:center;}
img.logocomp{height:25px; width:25px;float:none}


	#matchlist ul .pricefrom{font-size:0.9em;}
	#matchlist ul .pricefrom span {font-size: 1.5em;color: #1a5ea0;}

#matchlist li span.thevenue{margin: 0 0 0 5px ;}
.site-header{background:#1a5ea0;padding-top:0; padding-bottom:0;
	-webkit-box-shadow: 0 -31px 33px inset rgb(0 0 0 / 30%);box-shadow: 0 -31px 33px inset rgb(0 0 0 / 30%);}
.site-branding .site-title a span{color:#f9be02;}
#matchlist li span.competition, #matchlist li span.additionalinfo{font-size:0.85em;}
}
@media screen and (min-width: 320px) {
			.site-title{font-size:1.1em;}
	
}
@media screen and (min-width: 450px) {
.site-description {
		display: none;
	}
	.site-title{font-size:1.5em;}

	
}
@media screen and (min-width: 568px) {
.site-title{font-size:1.6em;}
.left{float:left}
.right{float:right}
}

@media screen and (min-width: 780px) {
#matchlist ul a {
    float: right;margin: 19px 6px 0 0;font-size:1em; width:auto;}
img.logocomp{width: 20px;float: left;height: 20px;}
	.matchinfo{float:left;text-align:left;}	
	#matchlist ul .pricefrom{float:right; font-size: 0.8em;padding: 0; margin: 13px 50px 0 0;text-align: right;width:auto} 
#matchlist ul .pricefrom span{font-size: 1.5em; color: #1a5ea0;} 
#matchlist ul .priceavailsoon{float:right; font-size: 0.8em;padding: 0; margin: 31px 50px 0 0;}
#matchlist li span.competition, #matchlist li span.additionalinfo{font-size:0.85em;}
.one_third, .third{width:27.33%; padding:0 1%; margin: 0;}
.two_third{width:72.6%; padding:0 1%; margin: 0;}
.half{width:50%; padding: 0 1%;}

}



@media screen and (min-width: 44.375em) {/* 710px */
	
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets,
	.pagination {
		margin-right: 7.6923%;
	}
	.one_third{width:33.33%; padding:0 1%; margin: 0;}

.entry-content ul{margin-left:1.25em;}
}
@media screen and (min-width: 48.9375em) {/* 783px */




}

@media screen and (min-width: 56.875em) {/*910px*/
.main-navigation a{font-size:0.9em;}.site-branding .site-title a span{color:#f9be02;}.site-description {display: block}
	#breadcrumbs{margin-top:0;}
	.nomobile{display:block}
	.sidebar,
	.widecolumn {
		padding-right: 0;
	}
	.page-id-29 .content-area {/Next season*/
    float: left;
    margin-right: -100%;
    width: 100%;
}
	.third{width:27.33%; padding:0 1%; margin: 0;}
		.two_third{width:72.6%; padding:0 1%; margin: 0;}
	.entry-header{margin-right: 0;}	.entry-content{margin-right: 0;}
}
@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
}

@media only screen and (min-width:909px) and (max-width: 1000px) {

#matchlist li span.summary{font-size:0.95em;}
#matchlist ul .pricefrom{margin-right:20px;font-size:0.7em}
#matchlist ul .pricefrom span{font-size:1.6em;}	
}
	