/*
    Theme Name: HTML5 Blank Child
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    color: #000;
    margin: 0;
    background-color: #003c79;
    font-family: 'Roboto-Regular';
}

/* clear */
.h-clearboth { clear: both !important; }
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

body {
    /*background: #000;*/
    font-family: 'Roboto-Regular' !important;
    font-size: 12px;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

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

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h4.wp-block-heading {
    font-size: 24px;
}

/* slick */

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    text-indent: -9999px;
    display: block;
    width: 14px !important;
    height: 14px !important;
    background: rgb(102, 102, 102);
    margin: 0px 5px;
    outline: 0px;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(0, 60, 121) !important;
    border-image: initial !important;
    border-radius: 50% !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* slick */

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {
    background: #003c79;
    height: 80px;
}

.header-inner {
    position: relative;
    max-width: 1650px;
    margin: 0 auto;
    width: 100%;
}

/* logo */
.logo {
    float: left;
    margin: 20px 0 0;
}

.logo img {
    height: 50px;
}

/* nav */
/* .nav {} */

/* sidebar */
/* .sidebar {} */

main {
    max-width: 930px;
    margin: 0 auto;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


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

@font-face {
    font-family: 'Oxygen-Regular';
    src: url('./fonts/Oxygen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen-Bold';
    src: url('./fonts/Oxygen-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* .sticky {} */

/* .bypostauthor {} */

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.right-nav-wrap {
    float: left;
    margin-left: 50px;
}

/* menus */
.main-navigation {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    background: transparent;
}

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

.main-navigation li {
    float: left;
    position: relative;
    /* border-right: 1px solid #4f5b69; */
    margin: 30px 0;
}

/* .main-navigation li:first-child {
    border-left: 1px solid #4f5b69;
} */

.main-navigation a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    /* line-height: 3.6em; */
    color: #ffffff;
    font-weight: normal;
    margin-right: 30px;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    background: #eab100;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

/* .main-navigation ul ul li {} */

.main-navigation li:hover>a {
    color: #ffcd00;
}

/* .main-navigation ul ul :hover>a {} */

.main-navigation ul ul a:hover {
    color: #ffcd00;
}

.main-navigation ul li:hover>ul {
    display: block;
}

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

.main-navigation .current_page_ancestor {
    color: #ffcd00;
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item>a {
    color: #ffcd00;
}

.main-navigation.desktop ul li:first-child {
    display: none;
}

/*TABLET NAV*/
.main-navigation.tablet{
    display:none;
    width:140px;
    z-index:1;
    position:absolute;
    font-size:13px;
    border-radius:3px;
    margin-bottom: 52px;
}
.main-navigation.tablet ul li:first-child{
    display:block;
}
.main-navigation.tablet ul li:not(:first-child){
    display:none;
    margin:10px 10px 0px;
}
.main-navigation.tablet ul li:first-child a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    position:absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
}

.main-navigation.tablet.clicked{
    background:#012951;
}
.header-inner .fa-bars{
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 25px;
    left: 18px;
    display:none;
}

/*TABLET NAV*/

.main-navigation.mobile{
    transition: transform 0.6s ease;
    background: #003C79;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 250px;
    left: -251px;
    height: 100%;
    margin: 0;
    text-align: left;
    padding-top:60px;
}
.fa-times {
    color: #fff;
    font-size: 26px!important;
    position: absolute;
    top: 18px;
    left: 10px;
}
.main-navigation.mobile ul li{
    width: 100%;
    margin: 0px;
    padding: 10px 0px 10px 30px;
    display: block;
    box-sizing: border-box;
    font-size:14px;
}

.main-navigation.mobile ul#menu-mobile-menu li:first-child{
    border-top: 1px solid #194f86;
}

.main-navigation.mobile .mobile-menu ul:first-child li:first-child{
    display:none;
}

.main-navigation.mobile .mobile-menu ul:not(:first-child){
    background:#012951;
}
.main-navigation.mobile ul li.menu-item-has-children a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 20px;
}
.main-navigation.mobile ul li.menu-item-has-children ul.sub-menu a::after {
    content:'';
}
.main-navigation.mobile ul li ul.sub-menu{
    display: none;
    margin-top:10px;
}
.main-navigation.mobile .territory-lang-wrap{
    top:13px;
    width: 65px;
    box-sizing: border-box;
}
.main-navigation.mobile .territory-lang-wrap ul li.territory-lang{
    padding:0px 12px;
}

.bottom-header {
    background: #012951;
    height: 38px;
}

.bottom-header-inner {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    top: 8px;
}

.left-bottom-header {
    display: block;
}

.right-bottom-header {
    display: inline-block;
    float: right;
}

.right-bottom-header ul li{
    display: inline-block;
}

.right-bottom-header ul li:first-child{
    margin-right: 20px;
}

.right-bottom-header ul li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.right-bottom-header ul li a:hover {
    color: #ffcd00;
}

.page-id-1605 .right-bottom-header ul li.link-outs-item:first-child a{
    color: #ffcd00;
}

.page-id-1639 .right-bottom-header ul li.link-outs-item:last-child a {
    color: #ffcd00;
}

.right-bottom-header ul li a img {
    margin-right: 10px;
}

.right-bottom-header ul li a img.active-p,
.right-bottom-header ul li a img.active-c {
    display: none;
}

.page-id-1605 .right-bottom-header ul li.link-outs-item:first-child a img.active-p{
    display: block;
}

.page-id-1605 .right-bottom-header ul li.link-outs-item:first-child a img.inactive-p{
    display: none;
}

.page-id-1639 .right-bottom-header ul li.link-outs-item:last-child a img.active-c{
    display: block;
}

.page-id-1639 .right-bottom-header ul li.link-outs-item:last-child a img.inactive-c{
    display: none;
}

.bottom-navigation {
    position: relative;
    /* float: left; */
    width: 100%;
    display: block;
    clear: both;
    font-family: 'Roboto-Regular';
    background: transparent;
}

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

.bottom-navigation li {
    float: left;
    position: relative;
    /* border-right: 1px solid #4f5b69; */
}

.bottom-navigation a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    /* line-height: 3.6em; */
    color: #ffffff;
    font-weight: normal;
    margin-right: 30px;
}

.bottom-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 13px 0 0 0;
    background: #012951;
}

.bottom-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.bottom-navigation ul ul a {
    height: 34px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
}

/* .bottom-navigation ul ul li {} */

.bottom-navigation li:hover>a {
    color: #ffcd00;
    cursor: pointer;
}

/* .bottom-navigation ul ul :hover>a {} */

.bottom-navigation ul ul a:hover {
    color: #ffcd00;
}

.bottom-navigation ul li:hover>ul {
    display: block;
}

.bottom-navigation .current_page_item>a,
.bottom-navigation .current-menu-item>a,
.bottom-navigation .current_page_item>a:hover,
.bottom-navigation .current-menu-item>a:hover {
    color: #ffcd00;
}

.bottom-navigation .current_page_ancestor {
    color: #ffcd00;
}

.bottom-navigation ul ul .current_page_parent,
.bottom-navigation .current_page_parent .current_page_item>a {
    color: #ffcd00;
}

.bottom-navigation li.menu-item-has-children {
    margin-right: 30px;
}

.bottom-navigation li.menu-item-has-children a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 7px;
    font-size: 23px;
    position: absolute;
    top: -2px;
}

.bottom-navigation li.menu-item-has-children:hover > a::after {
    content: "\f106";
}

.bottom-navigation li.menu-item-has-children ul.sub-menu a::after {
    content: "";
}

.content {
    background: #eaeaea;
    font-family: 'Roboto-Regular';
}

.thumbnails {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 140px;
    font-family: 'Roboto-Regular';
}

.thumbnails-row-1,
.thumbnails-row-2,
.thumbnails-row-3 {
    width: 360px;
    float: left;
    margin-right: 30px;
    text-align: center;
}

.thumbnails-row-1 h3,
.thumbnails-row-2 h3,
.thumbnails-row-3 h3 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.thumbnails-row-3 {
    margin-right: 0;
}

.thumbnails-wrapper {
    width: 100%;
    background-color: #fff;
}

#post-127 {
    color: #000;
}

.thumbnails-col-1,
.thumbnails-col-2,
.thumbnails-col-3,
.thumbnails-col-4 {
    width: 260px;
    float: left;
    display: inline;
    margin-right: 33px;
    text-align: center;
}

.thumbnails-col-1 h1,
.thumbnails-col-2 h1,
.thumbnails-col-3 h1,
.thumbnails-col-4 h1 {
    font-size: 80px;
    margin: 0 0 0 0;
    color: #ffcd00;
}

.thumbnails-col-1 h3,
.thumbnails-col-2 h3,
.thumbnails-col-3 h3,
.thumbnails-col-4 h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.thumbnails-col-1 p,
.thumbnails-col-2 p,
.thumbnails-col-3 p,
.thumbnails-col-4 p {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.thumbnails-col-4 {
    margin-right: 0;
}

.two-col-1,
.two-col-2 {
    display: inline;
    float: left;
    text-align: left;
    max-width: 535px;
}

.two-col-1 h1,
.two-col-2 h1 {
    font-weight: 400;
    font-size: 24px;
}

.two-col-1 p,
.two-col-2 p {
    font-size: 16px;
}

.two-col-1 {
    margin-right: 70px;
}

.two-col-wrap {
    margin-top: 65px;
}

/*------------------------------------*\
    FLUID
\*------------------------------------*/

@media only screen and (max-width:1173px) {
    .thumbnails-row-3 {
        margin-right: 30px;
    }

    .thumbnails-row-1,
    .thumbnails-row-2,
    .thumbnails-row-3 {
        float: none;
        margin: 0 auto;
    }

    .thumbnails-col-1,
    .thumbnails-col-2,
    .thumbnails-col-3,
    .thumbnails-col-4 {
        float: none;
    }

    .two-col-1,
    .two-col-2 {
        float: none;
    }
}

/* Language Dropdown Selector */

.join-now-button {
    margin-right: 20px;
    width: 129px;
    height: 44px;
    background-color: #FFCD00;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-now-button a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.language-dropdown-selector-box {
    float: right;
    margin-top: 17px;
    display: flex;
    align-items: center;
}

#language-dropdown-selector {
    margin-top: 4px;
}

#language-dropdown-selector ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#language-dropdown-selector ul a {
    color: #fff;
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 7px;
    text-decoration: none;
}

#language-dropdown-selector ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 65px;
}

#language-dropdown-selector ul li a img {
    margin: 0;
    vertical-align: middle;
    width: 60%;
}

#language-dropdown-selector ul li.current-menu-item {
    background: url("img/nav-arrow-down2.png") no-repeat 40px 3px;
}

#language-dropdown-selector ul li.current-menu-item:hover {
    background: #012951 url("img/nav-arrow-down2.png") no-repeat 40px 3px;
}

#language-dropdown-selector ul li:hover {
    background: #ffcd00;
}

#language-dropdown-selector ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #012951;
    padding: 0px 10px;
    z-index: 1;
}

#language-dropdown-selector ul ul li {
    float: none;
    width: auto;
    text-align: center;
}

#language-dropdown-selector ul ul a {
    line-height: 120%;
    padding: 5px 0;
}

#language-dropdown-selector ul ul ul {
    top: 0;
    left: 100%;
}

#language-dropdown-selector ul li:hover>ul {
    display: block;
}

/*Lang mobile*/

#language-dropdown-selector-mobi {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
}

#language-dropdown-selector-mobi ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#language-dropdown-selector-mobi ul a {
    color: #fff;
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    padding: 4px 7px;
    text-decoration: none;
    margin-right: 0;
}

#language-dropdown-selector-mobi ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 50px;
}

#language-dropdown-selector-mobi ul li a img {
    margin: 0;
    vertical-align: middle;
    width: 30px;
}

#language-dropdown-selector-mobi ul li.current-menu-item {
    background: url("img/nav-arrow-down2.png") no-repeat 35px 3px;
    z-index: 10;
}

#language-dropdown-selector-mobi ul li.current-menu-item:hover {
    background: #012951 url("img/nav-arrow-down2.png") no-repeat 35px 3px;
    z-index: 10;
}

#language-dropdown-selector-mobi ul li:hover {
    background: #ffcd00;
}

#language-dropdown-selector-mobi ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #012951;
    padding: 0px 10px;
    z-index: 1;
}

#language-dropdown-selector-mobi ul ul li {
    float: none;
    width: auto;
    text-align: center;
}

#language-dropdown-selector-mobi ul ul a {
    line-height: 30px;
    padding: 5px 0;
    margin-right: 0;
    width: 30px;
}

#language-dropdown-selector-mobi ul ul a img{
    width: 25px;
}

#language-dropdown-selector-mobi ul ul ul {
    top: 0;
    left: 100%;
}

#language-dropdown-selector-mobi ul li:hover>ul {
    display: block;
}

.main-slider-container {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

.main-slider {
    width: 930px;
    height: 340px;
    /*visibility: hidden;*/
}

/* Mobile Nav */
.toggle-nav,
.menu.main {
    display: none;
}

/* ------------------------------------------------------------------------------- FOOTER ------------------------------------------------------------ */

.footer {
    color: #5e5e5e;
    background: #003c79;
}

.partners-tablet,
.partners-mobile {
    display: none;
}

.footer-wrapper {
    background: #e6e7e8;
}

.partners-desktop img {
    width: 100%;
}

.footer .footer-sponsors {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 40px 20px 0;
}

.footer .footer-sponsors .sponsors {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sponsors .slide img {
    width: 225px;
    height: 90px;
    padding-right: 45px;
    padding-bottom: 20px;
}

.footer .footer-sponsors .sponsors>img:first-child,
.footer .footer-sponsors .sponsors>img:last-child {
    margin-right: 15px;
}

.footer .footer-sponsors .sponsors>img {
    margin: 0 4px 16px;
}

.footer .footer-top {
    padding: 20px;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.footer .wrapper {
    width: 740px;
    max-width: 1600px;
    margin: 0 auto;
    line-height: 21px;
}

.footer .footer-top .column {
    float: left;
    width: 33.33333%;
    padding-right: 40px;
    padding-left: 40px;
    color: #373737;
}

#col-follow-us {
    text-align: center;
}

.footer .footer-top .column h3 {
    font-size: 18px;
    margin: 30px 0px;
}

#col-about-dafabet p {
    font-size: 15px;
    line-height: 2;
}

#col-quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}

#col-quick-links ul li {
    margin: 0 0 20px 0;
}

#col-quick-links ul li a {
    font-size: 15px;
    color: #373737;
}

#col-follow-us .social-media-icons {
    margin-bottom: 50px;
}

.stadium-name-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#col-follow-us .social-media-icons a {
    width: 47px;
    height: 47px;
    margin: 0 2px;
    display: inline-block;
    text-indent: -9999px;
}

.icon-facebook {
    background-position: -329px -8px;
}

.icon-twitter {
    background-position: -329px -72px;
}

.icon-youtube {
    background-position: -329px -200px;
}

p.dafabet-partners {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dafabet-partners span.icon-playtech {
    background-position: -103px -143px;
    display: inline-block;
    width: 153px;
    height: 33px;
}

.dafabet-partners span.icon-bitcoin {
    display: inline-block;
    width: 165px;
    height: 37px;
    margin-top: 30px;
    background-image: url(../html5blank-child/img/bitcoin_Footer.png);
    background-repeat: no-repeat;
}

.sprite {
    background-image: url(../html5blank-child/img/sprite.png);
    background-repeat: no-repeat;
}

.footer .copyright {
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
}

.image-center-div {
    height: 80px;
    text-align: center;
    background: #012951;
    padding: 15px;
}

.image-center-div img,
.official-partner-div img {
    height: 100%;
}

.official-partner-div {
    height: 150px;
    background: #003c79;
    text-align: center;
}

.links-tab {
    width: 290px;
    color: #fff;
}

.links-tab h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}

.links-and-social {
    display: flex;
    background: #003c79;
    justify-content: space-evenly;
    gap: 50px;
}

.links-tab a {
    color: #fff !important;
    font-weight: 400!important;
}

.links-tab h2 {
    font-size: 15px;
}

.links-tab ul {
    font-size: 12px;
    margin-top: 5px;
}

.links-tab:last-child ul {
    display: flex;
    gap: 30px;
    text-align: center;
}

.links-tab:last-child h3 {
    font-size: 11px;
    padding-top: 5px;
}

.links-tab li {
    padding: 2px;
}

footer hr {
    height: 1px;
    border-width: 0;
    background-color: rgba(22,85,149,0.5);
    width: 95%;
    margin: 20px auto;
}

/* ------------------------------------------------------------------------------- FOOTER ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- GLOBAL ------------------------------------------------------------ */

.row {
    max-width: 1420px;
    margin: 0 auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

.left {
  width: 70%;
}

.right {
    width: 30%;
    padding-left: 20px;
}

p#breadcrumbs {
    margin: 0;
    font-family: 'Roboto-Bold';
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    letter-spacing: -0.5pt;
}

p#breadcrumbs:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

p#breadcrumbs:after {
    margin: 0 0 0 10px;
}

#breadcrumbs strong {
    font-size: 20px;
    padding-right: 3px;
}

.content.default-empty {
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 auto;
}

/* ------------------------------------------------------------------------------- GLOBAL ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- HOMEPAGE CONTENTS ------------------------------------------------------------ */

.iframe-horizontal-scoreboard{
    max-width: 1620px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

section#section-slider {
    display: block;
    position: relative;
    height: 550px;
}

.main-slider {
    width: auto;
    min-height: 470px;
}

.main-slider-container {
    padding-top: 0;
    overflow: unset;
}

.slick-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    min-height: 470px;
    object-fit: cover;
    margin-bottom: 5px;
}

.slick-slide strong {
    font-size: 24px;
    /* height: auto; */
    padding: 10px 0;
    display: block;
}

.slick-slider span {
    color: #a0a5aa;
    font-size: 13px;
    display: block;
    padding: 10px 0;
    font-weight: 100;
}

.slick-slider a {
    color: #000;
    font-size: 2rem;
    /* height: auto; */
    display: block;
    font-weight: 600;
}

.slick-dots {
    bottom: 100px;
    float: right;
    width: 20%;
    position: relative;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    background: #FFCD00;
}

.slick-dots li button::before {
    width: 20px !important;
    height: 20px !important;
    background: #ffffff;
    opacity:1;
}

button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.prev-arrow {
    z-index: 98;
    left: 20px;
}
.prev-arrow:after {
    content: ' ';
    display: inline-block;
    border-bottom: 6px solid #FFCD00;
    border-right: 6px solid #FFCD00;
    height: 20px;
    width: 20px;
    transform: rotate(135deg);
}
.next-arrow {
    z-index: 98;
    right: 20px;
}
.next-arrow:after {
    content: ' ';
    display: inline-block;
    border-bottom: 6px solid #FFCD00;
    border-right: 6px solid #FFCD00;
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
}

section#section-articles {
    position: relative;
    display: block;
}

.articles-container {
    margin-bottom: 15px;
}

.articles-container h3 {
    display: inline-flex;
    width: 85%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.articles-container h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0px 0px 0px 10px;
    flex: 1 0 20px;
}

.articles-category-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.articles-category-wrapper a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    top: -2px;
    left: 5px;
    font-weight: 600;
    color: #000;
}

.articles-container li {
    list-style: none;
    display: inline-table;
    position: relative;
    width: 33%;
}

/*
.articles-container li:nth-child(3) {
    border-right: 3px solid #dfd9d9;
    border-left: 3px solid #dfd9d9;
    height: 200px;
}

.articles-container li {
    border-right: 3px solid #dfd9d9;
    height: 200px;
}
*/

.articles-container img {
    border-radius: 15px;
    width: 100%;
    padding: 0 5px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.articles-container strong {
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    position: relative;
    line-height: 13pt;
    color: #000;
}

.articles-container li span {
    position: relative;
    display: block;
    color: #a0a5aa;
    padding: 0 10px;
    font-weight: 100;
}

.load-more-btn {
    background: #FFCD00;
    background-image: -webkit-linear-gradient(top, #FFCD00, #FFCD00);
    background-image: -moz-linear-gradient(top, #FFCD00, #FFCD00);
    background-image: -ms-linear-gradient(top, #FFCD00, #FFCD00);
    background-image: -o-linear-gradient(top, #FFCD00, #FFCD00);
    background-image: linear-gradient(to bottom, #FFCD00, #FFCD00);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #000000;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: 600;
    width: 25%;
    margin: 30px auto;
    text-align: center;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
}

.load-more-btn:hover {
    background: #003C79;
    background-image: -webkit-linear-gradient(top, #003C79, #003C79);
    background-image: -moz-linear-gradient(top, #003C79, #003C79);
    background-image: -ms-linear-gradient(top, #003C79, #003C79);
    background-image: -o-linear-gradient(top, #003C79, #003C79);
    background-image: linear-gradient(to bottom, #003C79, #003C79);
    text-decoration: none;
    color: #ffffff;
}

.content hr {
    max-width: 1420px;
    border: 1px solid #a7a7a7;
}

.iframe-scoreboard {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    border-radius: 10px;
    margin: 20px 0;
    -webkit-overflow-scrolling: touch;
}

.iframe-scoreboard iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-scoreboard.tablet {
    display: none;
}

.iframe-scoreboard.mobile {
    display: none;
}

.homepage .sidebar-widget h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.homepage .sidebar-widget h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.homepage .sidebar-widget h3:after {
    margin: 0 0 0 10px;
}

.homepage .sidebar-widget li {
    list-style: disc;
    padding: 7px 0;
    margin-left: 25px;
}

.homepage .sidebar-widget a {
    color: #000000;
}

.homepage .sidebar-widget span {
    padding: 0 5px;
    position: relative;
    display: block;
    line-height: 13pt;
}

.homepage .sidebar-widget.second {
    margin-top: 20px;
}

.homepage .sidebar-widget.third h2 a,
.homepage .sidebar-widget.fourth h2 a,
.homepage .sidebar-widget.sixth h2 a {
    color: #ffffff;
    font-weight: 600;
}

.homepage .sidebar-widget.third,
.homepage .sidebar-widget.fourth,
.homepage .sidebar-widget.sixth {
    background: #003C79;
    padding: 15px;
    padding-top: 5px;
    margin: 20px 0;
    border-radius: 10px;
}

.homepage .sidebar-widget.third hr,
.homepage .sidebar-widget.fourth hr,
.homepage .sidebar-widget.sixth hr {
    height: 1px;
    background-color: #9f962d;
    border: none;
    width: 100%;
    margin: 5px 0;
}

.homepage .sidebar-widget.third li a,
.homepage .sidebar-widget.fourth li a,
.homepage .sidebar-widget.sixth li a {
    color: #ffffff;
    font-size: 15px;
}

.homepage .sidebar-widget.third,
.homepage .sidebar-widget.sixth {
    color: #ffffff;
}

.homepage .sidebar-widget.fourth li {
    list-style: none;
    color: #ffffff;
    margin: 0;
}

.homepage .sidebar-widget.fourth li a {
    width: 65px;
    /* position: relative; */
    display: inline-block;
}

.homepage .sidebar-widget.fourth img {
    width: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.homepage .sidebar-widget.fourth .betting-tips-column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.homepage .sidebar-widget.fourth .betting-tips-row:after {
  content: "";
  display: table;
  clear: both;
}

.homepage .sidebar-widget.fifth li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.homepage .sidebar-widget.fifth img {
    height: 100%;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.tnp.tnp-subscription {
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: 12px !important;
}

.tnp-subscription input[type=email] {
    background-color: #ffffff !important;
    height: 42px !important;
    border: 2px solid #cdcdcd !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    display: inline-block !important;
    font-size: 11px !important;
}

.tnp-subscription input.tnp-submit {
    background-color: #FFCD00 !important;
    color: #000000 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    font-size: 15px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 12px !important;
    top: 1px !important;
    left: -5px !important;
    position: relative !important;
    cursor: pointer !important;
    font-family: 'Roboto-Regular' !important;
}

.tnp-subscription div.tnp-field {
    display: inline-block !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cdcdcd !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cdcdcd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cdcdcd !important;
}

/* ------------------------------------------------------------------------------- HOMEPAGE CONTENTS ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- SINGLE CONTENTS ------------------------------------------------------------ */

.single .post-content {
    padding-bottom: 50px;
}

.single .post-content article img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.single .post-content article p {
    line-height: 25px;
    font-size: 14px;
}

.single .post-content .post-title h1 {
    font-size: 20px;
    line-height: 22pt;
    margin-bottom: 10px;
}

.single article span {
    color: #a0a5aa;
    font-size: 13px;
}

.single .sidebar-widget h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.single .sidebar-widget h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.single .sidebar-widget h3:after {
    margin: 0 0 0 10px;
}

.single .sidebar-widget.first li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single .sidebar-widget.first img {
    height: auto;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.single .sidebar-widget.second {
    margin-top: 30px;
    display: block;
    position: relative;
}

.single .sidebar-widget.second li {
    list-style: none;
    padding: 0;
    background: #ffffff;
    margin: 15px 0;
    border-radius: 5px;
}

.single .sidebar-widget.second span {
    padding-bottom: 5px;
    display: block;
    line-height: 13pt;
    color: #a0a5aa;
    font-weight: 100;
    position: absolute;
    bottom: 0;
}

.single .sidebar-widget.second img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    height: 85px;
    object-fit: cover;
    width: 39%;
}

.single .sidebar-widget.second .related-news-wrapper {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 11px;
    padding: 7px 5px 3px 5px;
    min-height: 85px;
    line-height: 13pt;
    font-weight: bold;
}

/* ------------------------------------------------------------------------------- SINGLE CONTENTS ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- CATEGORY CONTENTS ------------------------------------------------------------ */

.category .column.left {
    margin-bottom: 50px;
}

.category #breadcrumbs span span:nth-child(2),
.category #breadcrumbs span span:nth-child(3) {
    display: none;
}

.category #breadcrumbs:after {
    top: 2px;
    position: relative;
}

.category h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
}

.category-article-wrapper:nth-child(1) {
    margin-bottom: 15px;
}

.category .category-article-wrapper:nth-child(1) .category-img-wrapper img {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    object-fit: cover;
}

.category .category-article-wrapper:not(:first-child) {
    display: inline-table;
    width: 33%;
    height: auto;
}

.category .category-article-wrapper:not(:first-child) img {
    height: 167px;
    border-radius: 12px;
    padding: 5px;
    margin: 7px 0;
    margin-bottom: 0;
    object-fit: cover;
}

.category .category-article-wrapper:not(:first-child) .category-post-title {
    padding: 0 5px;
}

.category .category-article-wrapper:not(:first-child) h1 {
    font-size: 13.5px;
    line-height: 15pt;
    margin-top: 2px;
}

.category .pagination-navi {
    position: relative;
    display: block;
    float: right;
    margin-top: 10px;
}

.category .pagination-navi li {
    display: inline-block;
    padding: 0 5px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.category .pagination-navi li.selected {
    text-decoration: underline;
    font-weight: 800;
    font-size: 24px;
}

.category .pagination-content .category-article-wrapper span {
    color: #a0a5aa;
    font-size: 13px;
    padding: 0 5px;
}

.category .pagination-content p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.category-article-wrapper span {
    color: #a0a5aa;
    font-size: 13px;
}

.category .sidebar-widget h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.category .sidebar-widget h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.category .sidebar-widget h3:after {
    margin: 0 0 0 10px;
}

.category .sidebar-widget.first li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category .sidebar-widget.first img {
    height: auto;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.category .sidebar-widget.second {
    margin-top: 30px;
    display: block;
    position: relative;
}

.category .sidebar-widget.second li {
    list-style: none;
    padding: 0;
    background: #ffffff;
    margin: 15px 0;
    border-radius: 5px;
}

.category .sidebar-widget.second span {
    padding-bottom: 5px;
    display: block;
    line-height: 13pt;
    color: #a0a5aa;
    font-weight: 100;
    position: absolute;
    bottom: 0;
}

.category .sidebar-widget.second img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    height: 85px;
    object-fit: cover;
    width: 39%;
}

.category .sidebar-widget.second .related-news-wrapper {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 11px;
    padding: 7px 5px 3px 5px;
    min-height: 85px;
    line-height: 13pt;
    font-weight: bold;
}

/* ------------------------------------------------------------------------------- CATEGORY CONTENTS ------------------------------------------------------------ */


/* ------------------------------------------------------------------------------- BETTING TIPS CONTENTS ------------------------------------------------------------ */

.page-content .wp-block-image {
    margin: 0;
}

.page-content .wp-block-image img {
    border-radius: 10px;
    object-fit: cover;
}

.page-content p {
    font-size: 14px;
    line-height: 25px;
}

.wp-block-buttons {
    margin-top: 50px;
}

.betting-tips #breadcrumbs:after {
    top: 2px;
    position: relative;
}

.betting-tips .column.left {
    margin-bottom: 60px;
}

.betting-tips .column.left h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
}

.betting-tips .column.left .thumbnails-container li {
    list-style: none;
    display: inline-block;
    width: 31%;
    height: 115px;
    margin: 0 8px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
}

.betting-tips .column.left .thumbnails-container li:hover {
    border: 1px solid #ffcd00;
    border-radius: 12px;
}

.betting-tips .column.left .thumbnails-container img {
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}

.betting-tips .column.left .thumbnails-container span {
    position: absolute;
    left: 5px;
    bottom: 15px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.2pt;
}

.betting-tips .column.left .thumbnails-container li:hover span {
    color: #ffcd00;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .7s ease;
    background-color: #003c79;
    border-radius: 12px;
}

.thumbnails-container li:hover .img-overlay {
  opacity: 0.6;
}

.betting-tips .column.left .thumbnails-container span {
    display: flex;
    width: 94%;
    justify-content: center;
    align-items: center;
}

.betting-tips .column.left .thumbnails-container span:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.betting-tips .column.left .thumbnails-container span:after {
    margin: 0 0 0 10px;
}

.betting-tips .column.left .thumbnails-container li:hover span:after {
    content: '';
    border-top: 2px solid #ffcd00;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.betting-tips .column.left .thumbnails-container li:hover span:after {
    margin: 0 0 0 10px;
}

.betting-tips .sidebar h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 18px;
}

.betting-tips .sidebar h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.betting-tips .sidebar h3:after {
    margin: 0 0 0 10px;
}

.betting-tips .sidebar-widget.first li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.betting-tips .sidebar-widget.first img {
    height: auto;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.betting-tips .sidebar-widget.second h2 a{
    color: #ffffff;
    font-weight: 600;
}

.betting-tips .sidebar-widget.second {
    background: #003C79;
    padding: 15px;
    padding-top: 5px;
    margin: 20px 0;
    border-radius: 10px;
}

.betting-tips .sidebar-widget.second hr{
    height: 2px;
    background-color: #9f962d;
    border: none;
}

.betting-tips .sidebar-widget.second li a {
    color: #ffffff;
}

.betting-tips .sidebar-widget.second li {
    list-style: none;
    color: #ffffff;
    margin: 0;
    padding: 7px 0;
}

.betting-tips .sidebar-widget.second li a {
    width: 65px;
    /* position: relative; */
    display: inline-block;
}

.betting-tips .sidebar-widget.second img {
    width: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.betting-tips .sidebar-widget.second .betting-tips-column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.betting-tips .sidebar-widget.second .betting-tips-row:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------------------------------------------- BETTING TIPS CONTENTS ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- PROMOTIONS CONTENTS ------------------------------------------------------------ */

.promotions-page .page-title {
    margin: 0;
    font-size: 23px;
    padding: 30px 0;
}

.promotions-page .page-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promotions-page .page-title:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.promotions-page .page-title:after {
    margin: 0 0 0 10px;
}

.promotions-page .column.left {
    margin-bottom: 40px;
}

.promotions-page .column.left .product-wrap h1{
    font-size: 20px;
    margin-bottom: 0;
}

.promotions-page .column.left .product-wrap{
    margin-bottom:20px;
    display:inline-block;
}

.promotions-page .column.left .promotions-item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 7px;
    background: #fff;
    border-radius: 10px;
    margin: 7px;
    position: relative;
    box-shadow: 2px 5px 15px;
}

.promotions-page .column.left .promotions-item .promotions-image{
    height:135px;
    overflow:hidden;
    border-radius:6px;
}

.promotions-page .column.left .promotions-item .promotions-image img{
    border-radius:6px;
    width:100%;
    object-fit:cover;
}

.promotions-page .column.left .promotions-item h3{
    font-family: 'Roboto-Bold';
    font-size:14px;
    margin:6px 0px 9px;
    color: #000;
}

.promotions-page .column.left .promotions-item span{
    font-size: 12px;
    width: 80%;
    display: inline-block;
    line-height: 13pt;
    color: #000;
}

.promotions-page .column.left .promotions-item img.promo-icon{
    position:absolute;
    bottom:10px;
    right:10px;
}


.promotions-page .sidebar h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 18px;
}

.promotions-page .sidebar h3:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.promotions-page .sidebar h3:after {
    margin: 0 0 0 10px;
}

.promotions-page .sidebar-widget.second h2 a{
    color: #ffffff;
    font-weight: 600;
}

.promotions-page .sidebar-widget.second {
    background: #003C79;
    padding: 15px;
    padding-top: 5px;
    margin: 20px 0;
    border-radius: 10px;
}

.promotions-page .sidebar-widget.second hr{
    height: 2px;
    background-color: #9f962d;
    border: none;
}

.promotions-page .sidebar-widget.second li a {
    color: #ffffff;
}

.promotions-page .sidebar-widget.second li {
    list-style: none;
    color: #ffffff;
    margin: 0;
    padding: 7px 0;
}

.promotions-page .sidebar-widget.second li a {
    width: 65px;
    /* position: relative; */
    display: inline-block;
}

.promotions-page .sidebar-widget.second img {
    width: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.promotions-page .sidebar-widget.second .betting-tips-column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.promotions-page .sidebar-widget.second .betting-tips-row:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------------------------------------------- PROMOTIONS CONTENTS ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- OTHER PAGES TEMPLATE ------------------------------------------------------------ */

.other-page .column.right {
    margin-bottom: 30px;
}

.other-page .column.left {
    margin-bottom: 60px;
}

.other-page .title {
    margin-top: 0 !important;
    margin-bottom: 20px;
    font-size: 25px;
    padding-top: 30px;
}

.other-page .sidebar h3,
.other-page .title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 18px;
}

.other-page .sidebar h3:after,
.other-page .title:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.other-page .sidebar h3:after,
.other-page .title:after {
    margin: 0 0 0 10px;
}

.other-page .sidebar-widget.first li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.other-page .sidebar-widget.first img {
    height: auto;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.other-page .sidebar-widget.second {
    margin-top: 30px;
    display: block;
    position: relative;
}

.other-page .sidebar-widget.second li {
    list-style: none;
    padding: 0;
    background: #ffffff;
    margin: 15px 0;
    border-radius: 5px;
}

.other-page .sidebar-widget.second span {
    padding-bottom: 5px;
    display: block;
    line-height: 13pt;
    color: #a0a5aa;
    font-weight: 100;
    position: absolute;
    bottom: 0;
}

.other-page .sidebar-widget.second img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    height: 85px;
    object-fit: cover;
    width: 39%;
}

.other-page .sidebar-widget.second .related-news-wrapper {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 11px;
    padding: 7px 5px 3px 5px;
    min-height: 85px;
    line-height: 13pt;
    font-weight: bold;
}

/* ------------------------------------------------------------------------------- OTHER PAGES TEMPLATE ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- PLAYING AT NEXTBET SIDEBAR TEMPLATE ------------------------------------------------------------ */

.sidebar-widget.playing-nextbet h2 {
    color: #ffffff;
    font-weight: 600;
}

.sidebar-widget.playing-nextbet {
    background: #003C79;
    padding: 15px;
    padding-top: 5px;
    margin: 20px 0;
    border-radius: 10px;
    margin-top: 0;
}

.sidebar-widget.playing-nextbet hr {
    height: 1px;
    background-color: #ffffff;
    border: none;
}

.sidebar-widget.playing-nextbet ul {
    max-width: 400px;
    margin: 0 auto;
    list-style-type: none;
    counter-reset: steps;
    margin: 0;
    margin-top: 20px;
}

.sidebar-widget.playing-nextbet ul li {
    padding: 5px 0 20px 40px;
    position: relative;
    margin: 0;
    color: #ffffff;
}

.sidebar-widget.playing-nextbet ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(steps);
    counter-increment: steps;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 20px;
    background: #003c79;
}

.sidebar-widget.playing-nextbet ul li:before {
    position: absolute;
    left: 11px;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    border-left: 2px solid #ffffff;
}

.sidebar-widget.playing-nextbet ul li:last-of-type:before {
    border: none;
}

.sidebar-widget.playing-nextbet ul li:last-child span:before{
    content:none;
}

.sidebar-widget.playing-nextbet ul li:last-child{
    padding-bottom: 10px;
}

.sidebar-widget.playing-nextbet li a {
    color: #ffffff;
}

.sidebar-widget.playing-nextbet li a.active {
    color: #ffe000;
}

.sidebar-widget.playing-nextbet li:has(> a.active):after {
    border: 2px solid #ffe000;
    color: #ffe000;
}

/* ------------------------------------------------------------------------------- PLAYING AT NEXTBET SIDEBAR TEMPLATE ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- HOW TO TEMPLATE ------------------------------------------------------------ */

.how-to-page .column.right {
    margin-bottom: 30px;
}

.how-to-page .column.left {
    margin-bottom: 60px;
}

.how-to-page .title {
    margin-top: 0 !important;
    margin-bottom: 20px;
    font-size: 25px;
    padding-top: 30px;
}

.how-to-page .sidebar h3,
.how-to-page .title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 18px;
}

.how-to-page .sidebar h3:after,
.how-to-page .title:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.how-to-page .sidebar h3:after,
.how-to-page .title:after {
    margin: 0 0 0 10px;
}

.how-to-page .sidebar-widget.first li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.how-to-page .sidebar-widget.first img {
    height: auto;
    position: relative;
    display: block;
    background: #0000008C;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}


.how-to-page .sidebar-widget.second h2 a{
    color: #ffffff;
    font-weight: 600;
}

.how-to-page .sidebar-widget.second {
    background: #003C79;
    padding: 15px;
    padding-top: 5px;
    margin: 20px 0;
    border-radius: 10px;
}

.how-to-page .sidebar-widget.second hr{
    height: 2px;
    background-color: #9f962d;
    border: none;
}

.how-to-page .sidebar-widget.second li a {
    color: #ffffff;
}

.how-to-page .sidebar-widget.second li {
    list-style: none;
    color: #ffffff;
    margin: 0;
    padding: 7px 0;
}

.how-to-page .sidebar-widget.second li a {
    width: 65px;
    /* position: relative; */
    display: inline-block;
}

.how-to-page .sidebar-widget.second img {
    width: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.how-to-page .sidebar-widget.second .betting-tips-column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.how-to-page .sidebar-widget.second .betting-tips-row:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------------------------------------------------------- HOW TO TEMPLATE ------------------------------------------------------------ */

/* ------------------------------------------------------------------------------- FAQ CONTENTS ------------------------------------------------------------ */

.faqs-page .page-title {
    margin: 0;
    font-size: 23px;
    padding: 30px 0;
}

.faqs-page .page-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.faqs-page .page-title:after {
    content: '';
    border-top: 2px solid #a7a7a7;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.faqs-page .page-title:after {
    margin: 0 0 0 10px;
}

.faqs-page .column.left {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.faqs-page .faq-description {
    text-align: left;
    padding: 0px 115px;
}

.faqs-page .faq-description p {
    margin-bottom: 30px;
    font-size: 15px;
}

.faqs-page a {
    color: #012951;
    text-decoration: underline;
}

.faqs-top {
    width: 100%;
    margin: 0 auto;
    padding: 0px 115px;
}

.faqs-top .recent-search-text {
    text-align: left;
    position: relative;
    display: block;
    margin-left: 25px;
    font-size: 15px;
}

.search-field{
    position:relative;
    display:block;
    height:92px;
}

.search-field input{
    width: -webkit-fill-available;
    height: 75px;
    background: #fff;
    border: 2px solid #bdbdbd;
    border-radius: 55px;
    position:relative;
    font-size:24px;
    padding-left:85px;
    outline:none;
}

.search-field i{
    position: absolute;
    font-size: 36px;
    top: 21px;
    left: 36px;
    color: #bdbdbd;
}

.faqs-mid-button {
    margin: 30px 0px;
    /* text-align: left; */
}

.faqs-item {
    display: inline-block;
    vertical-align: top;
    margin: 20px 35px;
}

.faqs-item div {
    width: 180px;
    height: 110px;
    border-radius: 10px;
    text-align: center;
    background: transparent linear-gradient(113deg, #003C79 0%, #001E3D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000080;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

.faqs-item div img {
    margin: 20px 0px 7px;
}

.qna-item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    margin: 10px 15px;
    font-size: 18px;
    box-shadow: 0px 3px 6px #00000080;
    width: 600px;
    text-align: left;
}

.qna-item .faqs-question{
    width: 691px;
    height: 90px;
    padding:0px 60px 0px 25px;
    box-sizing: border-box;
    position: relative;
    cursor:pointer;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.qna-item .faqs-question i{
    font-size: 37px;
    position: absolute;
    right: 30px;
    top: 27px;
}

.qna-item .faqs-answer {
    display: none;
    padding: 0 30px 0px 25px;
    font-size: 16px;
    line-height: 17pt;
    top: -10px;
    position: relative;
}
.faqs-page .faqs-bottom section {
    padding:20px 0px;
}

.faqs-page .faqs-bottom section h1 {
    font-size: 23px;
    margin: 20px 25px;
    text-align: left;
    text-transform: uppercase;
}

.faqs-line{
    visibility: hidden;
    height: 2px;
    background: #bdbdbd;
    border: none;
    margin: 0;
}

.faqs-line.show {
    visibility: visible;
    top: -8px;
    position: relative;
}

.faqs-bottom section div.hidden-text{
    display:none !important;
}

.recent-searches span {
    cursor: pointer;
    color: #003c79;
    text-decoration: underline;
    padding-left: 5px;
}

.recent-searches span:hover{
    text-decoration: underline;
}

.recent-searches span:not(:last-child):after {
  content: ", ";
}

/* ------------------------------------------------------------------------------- FAQ CONTENTS ------------------------------------------------------------ */

/* ---------------------------------------------------------------- CONTACT US -------------------------------------------------------- */
.page-id-1639 p a {
    color: #003C79;
    text-decoration: underline;
}
/* ---------------------------------------------------------------- CONTACT US -------------------------------------------------------- */

/* ---------------------------------------------------------------- T^C -------------------------------------------------------- */
.page-id-1628 p a {
    color: #003C79;
    text-decoration: underline;
}
/* ---------------------------------------------------------------- T^C -------------------------------------------------------- */

/* #wpadminbar {
    display: none;
} */


/*------------------------------------------------- HP EDIT 20230331------------------------------------------------------------------------*/
.sidebar-widget.first.mobile{
    display: none;
}

.tablet {
    display: none;
}

li.glider-slide {
    border-right: 2px solid #d4d4d4;
}

li.glider-slide a {
    display: block;
    height: auto;
    font-weight: bold;
    padding: 0 10px;
    line-height: 14pt;
    color: #000000;
    font-size: 13px;
}
/*------------------------------------------------- HP EDIT 20230331------------------------------------------------------------------------*/

/*------------------------------------------------- WP PARAGRAPHS ------------------------------------------------------------------------*/

.has-text-align-center {
    text-align: center;
}

/*------------------------------------------------- WP PARAGRAPHS------------------------------------------------------------------------*/