/*
Theme Name: footballsinglesidebar
Theme URI:
Author: Colibri Soft
Author URI: http://colibrisoft.bg
Description:
Version: 6.6.1
License:
License URI:
Text Domain:
Domain Path:
Tags:
*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), url(Layout/fonts/OpenSans-Regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Light'), url(Layout/fonts/OpenSans-Light.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), url(Layout/fonts/Oswald-Regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Oswald Light';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Light'), url(Layout/fonts/Oswald-Light.woff) format('woff');
    font-display: swap;
}

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,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 14px; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    font-size: 14px;
    line-height: 24px;
	color: #333;
    background: -webkit-linear-gradient(top, #d1d1d1, #fafafa);
    background: -moz-linear-gradient(top, #d1d1d1, #fafafa);
    background: -ms-linear-gradient(top, #d1d1d1, #fafafa);
    background: -o-linear-gradient(top, #d1d1d1, #fafafa);
    font-family: 'Open Sans',Arial,Times New Roman,Tahoma,Verdana,Helvetica,sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
a {
    color: #fff;
    text-decoration: none;
}
:focus {
    outline-style: none;
}
a:hover,
a:active {
    outline: 0;
}
strong, .bold {
    font-weight: bold;
}
em, .italic {
    font-style: italic;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
a img {
    border: 0;
}
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald',Arial,Times New Roman,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
article ul, article ol {
    list-style-position: inside;
    padding-left: 15px;
}
article ul {
    list-style-type: disc;
}
article ol {
    list-style-type: lower-alpha;
}
article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 15px;
}
#wrapper, main {
    width: 1170px;
    margin: 0 auto;
    display: table;
}
header, footer {
    width: 100%;
}

@media only screen and (min-width: 1241px) {
    button.dl-trigger, .dl-submenu, .dl-submenu li:first-child {
        display: none;
    }
    nav {
    	background: #1c5491;
        display: table;
        width: 100%;
        position: relative;
    }
    header ul {
    	float: right;
    }
    header ul li {
    	float: left;
    	margin: 25px 0;
    }
    header ul li a {
    	padding: 0 25px;
        line-height: 26px;
    	display: block;
        color: #fff;
        border-left: 1px solid #cde3f1;
    }
    header ul li:first-child a {
        border-left: 0;
    }
    header ul li a:hover, header ul li.current-menu-item a {
        color: #cde3f1;
    }
}
a.button {
    padding: 0 25px;
    line-height: 38px;
    display: table;
    margin: 22px auto 0;
    background: #1c5491;
    color: #fff;
    border-radius: 2px;
    font-style: normal;
    text-decoration: none;
}
header .custom-logo-link {
    margin: 27px 0 0 20px;
    float: left;
}
article, aside, main {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
main {
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    margin: 20px auto;
    background: #fff;
}
article {
    width: 77.5%;
    border-right: 1px solid #e5e5e5;
    padding: 20px;
    float: left;
}
main > aside {
	width: 22.5%;
	margin: 20px 0;
	padding: 0 17px;
}
aside.right .widget-title {
    border-radius: 2px;
    line-height: 38px;
    padding-left: 13px;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald',Arial,Times New Roman,Tahoma,Verdana,Helvetica,sans-serif;
    background: #444;
}
aside > div {
    margin-bottom: 20px;
}
aside ul a, aside .widget-title, article h1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
}
aside ul li {
    font-size: 13px;
}
aside ul li h3 {
    font-size: inherit;
}
aside ul li a {
    background: #777 url(Layout/images/bullet.png) no-repeat 12px 14px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #cde3f1;
    line-height: 22px;
}
aside ul li a:hover {
    background-color: #717171;
}
aside.right .textwidget {
    text-align: center;
}
aside .widget div.so-widget-sow-editor {
    padding: 0;
}
article h1 {
	line-height: 30px;
	margin: 10px 0 35px 0;
	color: #1c5491;
    padding: 0;
    text-align: center;
}
article a {
	color: #1c5491;
	text-decoration: underline;
}
article p, article ul, article ol {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 26px;
}
footer {
	font-size: 13px;
	padding: 25px 0;
	text-align: center;
    background: #444;
}
footer .widget {
	margin: 0 auto;
	display: table;
}
footer small {
	color: #fff;
	line-height: 30px;
}
footer small a {
	color: #cde3f1;
}
footer ul {
	display: table;
	margin: 5px auto 15px;
}
footer ul li {
	float: left;
	color: #777;
}
footer ul li a {
	color: #ccc;
}
footer ul li:after {
	content: " |";
	margin-right: 5px;
}
footer ul li:last-child:after {
	content: none;
	margin-right: 0;
}
.category .entry-content {
    display: table;
    width: 100%;
    padding-top: 10px;
}
.category .entry-content:nth-last-of-type(n+3) {
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.category .entry-content:nth-of-type(n+2) {
    padding-top: 40px;
}
.category .entry-content .postThumbnail {
    float: left;
    margin-right: 15px;
}
.category .entry-content h2 {
    line-height: 24px;
    margin-bottom: 20px;
}
.category h2 a {
	text-decoration: none;
}
.category .more {
	color: #1c5491;
	text-decoration: none;
	float: right;
}
.pagination {
	margin-top: 20px;
}
.pagination:after {
	clear: both;
	content: "";
    display: table;
}
.pagination a, .pagination > span {
	text-align: center;
    background: #fafafa;
    color: #333;
	text-decoration: none;
    border-radius: 2px;
}
.pagination a, .pagination > span {
	float: left;
	margin-right: 7px;
	line-height: 24px;
	height: 24px;
    padding: 0 9px;
}
.pagination > span, .pagination a:hover {
    background: #1c5491;
    color: #fff;
}
.wpcf7 form {
    display: block;
}
.wpcf7 p {
    display: table;
    width: 100%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="submit"] {
    background: #fafafa;
	border-radius: 2px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: 'Open Sans',Arial,Times New Roman,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 15px;
}
.wpcf7 input[type="submit"] {
    width: 25%;
	background: #1c5491;
	color: #fff;
	cursor: pointer;
	float: left;
	border: 0;
}
.wpcf7 input[type="submit"]:hover {
	opacity: 0.9;
}
.wpcf7 input {
    line-height: 30px;
}
.wpcf7 textarea {
	height: 95px;
}
.wpcf7 .left, .wpcf7 .right {
	width: 49%;
}
.wpcf7-validation-errors {
	clear: both;
}
.tablepress tbody td, .tablepress thead th, .tablepress tfoot th {
    padding: 6px 8px;
}
.tablepress tfoot th, .tablepress thead th {
    background: #1c5491 !important;
    font-weight: 400 !important;
    color: #fff;
    padding: 10px 8px;
}
.tablepress .even td {
    background-color: #cde3f1 !important;
}
.tablepress .odd td {
    background-color: #eaf1f7 !important;
}
.tablepress tbody td:nth-child(2) {
    max-width: 50px;
}
.dataTables_paginate a.paginate_button.disabled {
    color: #ccc !important;
}
h3 img {
    margin-right: 3px;
}
.box {
	background: #1c5491;
	padding: 10px 15px 0;
	color: #fff;
}
.box a {
	color: #fff;
}
span.wpcf7-list-item {
    margin: 0 0 8px 0 !important;
}
a.button, a.more, .wpcf7 input[type="submit"], header ul li a, .tablepress tfoot th, .tablepress thead th, #cookie-notice .cn-button {
    font-family: 'Oswald',Arial,Times New Roman,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}
#cookie-notice .cn-button {
    padding: 4px 15px 5px;
    border-radius: 2px;
    background: #fff;
    color: #111;
    text-decoration: none !important;
    display: unset;
    font-size: 15px;
}
#cookie-notice {
    background: #333 !important;
}
#cn-notice-text {
    color: #fff !important;
}
.cookie-notice-container {
    padding: 20px 30px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.cookie-notice-container span a {
    text-decoration: underline;
    color: #cde3f1;
}
.ico-win, .ico-lose, .ico-draw {
    background: url(Layout/images/win.png) no-repeat;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    display: block;
}
.ico-lose {
    background-image: url(Layout/images/lose.png);
}
.ico-draw {
    background-image: url(Layout/images/draw.png);
}
form img {
    display: block;
}
form input[type="image"] {
    max-width: 100%;
    height: auto;
}
form input[type="image"]:hover {
    opacity: 0.95;
}
.grecaptcha-badge {
    opacity: 0;
}
.protected {
    margin-bottom: 10px;
    display: block;
}
div[class*="banner-"] {
    width: 227px;
    height: 314px;
    position: relative;
    margin: 0 auto;
    display: block;
}
div[class*="banner-"] input[type="image"], div[class*="banner-"] button.stripe-button-el {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
}
div[class*="banner-"] button.stripe-button-el {
    background-image: none !important;
    background: url(Layout/images/button.png) no-repeat top center !important;
    width: 153px;
    height: 37px;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
}
div[class*="banner-"] .stripe-button-el span {
    display: none !important;
}
button.stripe-button-el:hover {
    opacity: 0.9;
}
table.free.auto td:last-child, table.free.auto th:last-child {
    display: none;
}