/*
 Theme Name:   Premier Theme v2
 Theme URI:    https://editec.co
 Description:  Premier Bet v2 branding for the Multi-Channel site
 Author:       Istvan Bujdoso
 Author URI:   
 Template:     multichannel
 Version:      1.0
 License:      Copyright Editec
 License URI:  
 Text Domain:  multichannel
*/

/**
 * LEGACY CODE
 *
 * TODO clean up and merge into new code
 */

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-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size-xxx: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #f1f1f1;
}

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

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

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
    
    margin-top: 16px;
    padding: 6px 17px;
    border-left: 4px solid #707070;
    font-style: italic;
    line-height: 1.5;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
    border: 0;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/**
* miscellaneous classes that might be needed
*/
.half-width {
    width: 50%;
    float: left;
}
.full-width {
    width:100%;
}
.full-width-pad {
    width:100%;
    padding-left: 12px;
}

/**
 * END OF LEGACY CODE
 */



html, body {
    min-width: 320px;
    background: #fff;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif !important;
    color: #000;
}

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

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.grid-right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.et-valign-container {
    display: table;
    width: 100%;
}

.et-valign-content {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    display: block;
    border: 0;
    padding: 8px 16px;
    background: #ccc;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.btn-cta-green {
    background: #85ba24;
}

.btn-cta-dark-green {
    background: #136243;
    color: #fff;
}

.et-nairabet .btn-cta-dark-green {
    background: #013be5;
}

.btn-cta-dark-green-inverse {
    border: 2px solid #136243;
    background: #fff;
    color: #136243;
}

.et-nairabet .btn-cta-dark-green-inverse {
    border-color: #013be5;
    color: #013be5;
}

.btn-cta-yellow {
    background: #f5de31;
}

.btn-cta-orange {
    background: #ff9100;
    color: #fff;
}

.et-nairabet .btn-cta-orange {
    background: #13d37b;
    color: #000;
}

.btn-square {
    border-radius: 0;
}

.btn-disabled {
    border-color: #ccc;
    background: #ccc;
    color: #222;
    cursor: default;
}

.form-group .btn,
.form-group input
{
    margin: 0 3px;
}

.form-group .btn-last {
    margin-right: 0;
}

.form-group input[type="text"],
.form-group input[type="password"]
{
    height: 34px;
    padding: 9px 10px;
    border: 0;
    border-radius: 4px;
}

.form-group .input-sm {
    width: 150px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
    font-size: 14px;
}

.et-resp-iframe-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.et-resp-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.et-video-overlay {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.et-video-overlay-close {
    position: absolute;
    top: 15px;
    right: 18px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.et-video-overlay-content-top {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: 80%;
    margin: 0 auto;
    color: #fff;
}

.et-video-overlay-content-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.et-video-play-overlay-wrap {
    display: block;
    position: relative;
}

.et-video-play-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/wp-content/themes/premier2/images/play-button.png') center center no-repeat;
    background-size: 30%;
    overflow: hidden;
}

/**
 * Hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

 /* Squeeze */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/**
 * Ultimate Social Media Icons
 */
.norm_row {
    position: static !important;
    float: none !important;
    width: 92px !important;
    margin: 6px auto;
}

.sfsi_wicons {
    margin: 0 3px !important;
}

.sfsi_holders {
    display: none!important;
}

/**
 * Search Form
 */
.et-search-form-wrap {
    margin-bottom: 40px;
}

.et-search-form div {
    text-align: center;
}

.et-search-form input {
    width: 50%;
    height: 40px;
    padding: 6px;
    font-size: 20px;
    border: 1px solid #555;
}

.et-widget-search-form-wrap .et-search-form input {
    width: 45%;
    height: 30px;
    padding: 5px;
    font-size: 15px;
}

.et-search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 20px;
}

.et-widget-search-form-wrap .et-search-form input::placeholder {
    font-size: 15px;
}

.et-search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 20px;
}

.et-widget-search-form-wrap .et-search-form input:-ms-input-placeholder {
    font-size: 15px;
}

.et-search-form input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 20px;
}

.et-widget-search-form-wrap .et-search-form input::-ms-input-placeholder {
    font-size: 15px;
}

.et-search-form button {
    position: relative;
    top: -1px;
    height: 40px;
    padding: 6px 16px;
    background: #136243;
    border: none;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.et-nairabet .et-search-form button {
    background: #013be5;
}

.et-widget-search-form-wrap .et-search-form button {
    top: 0;
    height: 30px;
    padding: 5px 10px;
    font-size: 15px;
}

/* ---------------------- */

/* HEADER */
.et-header-mobile {
    position: absolute;
    display: block;
    width: 100%;
    min-width: 320px;
    padding-bottom: 10px;
    z-index: 90;
}

.et-header-mobile .et-cta-col {
    width: 100%;
}

.et-header-mobile .et-cta-col .btn {
    margin: 0 0 10px 0;
    float: none !important;
}

.et-header-desktop {
    display: none;
}

.et-header .hamburger {
    position: relative;
    top: 12px;
    left: -10px;
    padding: 10px;
}

.et-header .hamburger:focus {
    outline: none !important;
    opacity: 1;
}

.et-header .hamburger-inner:before,
.et-header .hamburger-inner,
.et-header .hamburger-inner:after
{
    background: #fff;
}

.et-mercury-international .et-header .hamburger-inner:before,
.et-mercury-international .et-header .hamburger-inner,
.et-mercury-international .et-header .hamburger-inner:after
{
    background: #929292;
}

.et-header-branding-wrap {
    background: #009a44;
    border-bottom: 1px solid #03ac4d;
}

.et-guinee-games .et-header-branding-wrap {
    background: #0078c0;
    border-bottom-color: #2785bd;
}

.et-mercury-international .et-header-branding-wrap {
    background: #f6f6f6;
    border-bottom-color: #929292;
}

.et-sba .et-header-branding-wrap {
    background: #ee1d23;
    border-bottom-color: #e01116;
}

.et-nairabet .et-header-branding-wrap {
    background: #013be5;
    border-bottom-color: #002aa6;
}

.et-header-branding-wrap .btn {
    margin: 18px 0;
}

.et-header-logo-wrap {
    display: block;
    width: 235px;
    height: 70px;
    margin: 0 auto;
    padding: 15px 20px;
}

.et-header-logo-wrap img {
    max-width: 100%;
    max-height: 56px;
}

.et-premierprojects .et-header-logo-wrap img,
.et-guineegamesprojets .et-header-logo-wrap img, 
.et-sbaprojects .et-header-logo-wrap img {
    max-height: 50px;
}

.et-lonase .et-header-logo-wrap {
    width: 170px;
    padding: 7px 20px;
}

.et-guinee-games .et-header-logo-wrap {
    width: 106px;
    padding: 11px 20px;
}

.et-oga-bet .et-header-logo-wrap {
    width: 161px;
    padding: 7px 20px;
}

.et-mercury-international .et-header-logo-wrap {
    width: 182px;
    padding: 10px 20px;
}

.et-sba .et-header-logo-wrap {
    width: 144px;
    padding: 7px 20px;
}

.et-pmu .et-header-logo-wrap {
    width: 131px;
    padding: 7px 20px;
}

.et-lonato .et-header-logo-wrap {
    width: 152px;
    padding: 7px 20px;
}

.et-premierbet-by-pb-loto .et-header-logo-wrap {
    width: 184px;
}

.et-nairabet .et-header-logo-wrap {
    width: 164px;
    padding: 19px 20px;
}

.et-header-clock {
    float: left;
    padding: 26px 0;
    padding-left: 15px;
    width: auto;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
}

.et-mercury-international .et-header-clock
{
    color: #929292;
}

.et-nairabet .et-header-clock {
    padding: 28px 0;
    padding-left: 15px;
}

.et-header-clock fa-clock {
    width: 1.28571429em;
    text-align: center;
}

.et-header-language-container {
    float: right;
    margin-left: 25px;
    padding: 26px 0;
    color: #fff;
}

.et-header-language-container .cs-header-select-container {
    width: auto;
}

.et-header-language-container .languagepickermenu {
    top: 40px;
    right: 17px;
}

.et-header-menu-wrap {
    display: none;
    width: 90%;
    background: #009a44;
    box-shadow: 5px 5px 6px 0 rgba(0,0,0,.2);
}

.et-guinee-games .et-header-menu-wrap {
    background: #0078c0;
}

.et-oga-bet .et-header-menu-wrap
{
    background: #0b6e1b;
}

.et-mercury-international .et-header-menu-wrap
{
    background: #8ec0e2;
}

.et-sba .et-header-menu-wrap
{
    background: #ff232a;
}

.et-nairabet .et-header-menu-wrap {
    background: #013be5;
}

.et-header-menu-wrap .et-container {
    padding: 15px;
    box-shadow: inset -1px 1px 10px 0 rgba(29,29,29,.1);
}

.et-header-nav-button-container {
    float: none;
    width: 100%;
    margin: 0;
}

.et-header-nav-button-container .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.et-header-nav-button-container .menu-item a {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}

.et-mercury-international .et-header-nav-button-container .menu-item a {
    color: #18689c;
}

.et-header-nav-button-container .current-menu-item a,
.et-header-nav-button-container .menu-item a:hover
{
    color: #333!important;
    background: #fae100!important;
}

.et-mercury-international .et-header-nav-button-container .current-menu-item a,
.et-mercury-international .et-header-nav-button-container .menu-item a:hover
{
    background-color: #fff33b!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff33b), to(#f1bb03))!important;
    background-image: -webkit-linear-gradient(top, #fff33b, #f1bb03)!important;
    background-image: -moz-linear-gradient(top, #fff33b, #f1bb03)!important;
    background-image: -ms-linear-gradient(top, #fff33b, #f1bb03)!important;
    background-image: -o-linear-gradient(top, #fff33b, #f1bb03)!important;
    background-image: linear-gradient(top, #fff33b, #f1bb03)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff33b', EndColorStr='#f1bb03')!important;
}
    
.et-oga-bet .et-header-nav-button-container .current-menu-item a,
.et-oga-bet .et-header-nav-button-container .menu-item a:hover
{
    color: #0d4a17!important;
}

.et-nairabet .et-header-nav-button-container .current-menu-item a,
.et-nairabet .et-header-nav-button-container .menu-item a:hover
{
    background-color: rgb(255, 255, 255, 0.16)!important;
    color: #fff!important;
}

/* LANG SELECTOR */
.et-header-mobile .et-lang-selector-wrap {
    padding-top: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.et-header-mobile .ui-selectmenu-button {
    width: 100%;
    padding: 10px 6px 10px 30px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 18px 11px;
    color: #222;
}

.et-header-mobile .ui-selectmenu-text {
    font-size: 14px;
}

#et-lang-selector-mobile-menu .ui-menu-item {
    position: relative;
    display: block;
    padding: 10px 6px 10px 30px;
    font-size: 14px;
}

#et-lang-selector-mobile-menu .ui-menu-item  .ui-icon {
    padding-left: 14px;
    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 18px 11px;
}

.et-header-desktop .et-lang-selector-wrap {
    float: right;
    width: 128px;
    margin-left: 15px;
    padding-top: 17px;
    border: 0;
}

.et-premierprojects .et-header-desktop .et-lang-selector-wrap,
.et-guineegamesprojets .et-header-desktop .et-lang-selector-wrap,
.et-sbaprojects .et-header-desktop .et-lang-selector-wrap {
    padding-top: 32px;
}

.et-header-desktop .ui-selectmenu-button {
    float: right;
    width: 95%;
    padding: 10px 6px 10px 30px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 18px 11px;
    color: #fff;
}

.et-mercury-international .et-header-desktop .ui-selectmenu-button
{
    color: #929292;
}

.et-header-desktop .ui-selectmenu-text {
    font-size: 14px;
}

.et-header-desktop .ui-selectmenu-icon {
    display: none;
}

#et-lang-selector-desktop-menu {
    border: 0;
    background: #006039;
    color: #fff;
}

.et-guinee-games #et-lang-selector-desktop-menu {
    background: #2785bd;
}

.et-mercury-international #et-lang-selector-desktop-menu {
    background: #2283c1;
}

.et-sba #et-lang-selector-desktop-menu {
    background: #e01116;
}

.et-nairabet #et-lang-selector-desktop-menu {
    background: #002aa6;
}

#et-lang-selector-desktop-menu .ui-menu-item {
    position: relative;
    display: block;
    padding: 10px 6px 10px 30px;
    font-size: 14px;
}

#et-lang-selector-desktop-menu .ui-menu-item  .ui-icon {
    padding-left: 14px;
    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 18px 11px;
}

/* -------------- */

/* CONTENT */
.cs-main-page {
    padding-top: 130px;
}

.cs-main-page.et-small-header {
    padding-top: 86px;
}

.et-home-article-container {
    border: none;
}

.et-home-article-container .et-row {
    margin-left: 0;
    margin-right: 0;
}

.et-home-article-container .swiper {
    margin-bottom: 14px;
}

.et-home-article-container .swiper .swiper-wrapper {
    margin-bottom: 26px;
}

.et-home-article-container .swiper figure.wp-block-image {
    margin-bottom: 0;
}

.et-home-article-container .swiper .swiper-button-prev:after,
.et-home-article-container .swiper .swiper-rtl .swiper-button-next:after,
.et-home-article-container .swiper .swiper-button-next:after,
.et-home-article-container .swiper .swiper-rtl .swiper-button-prev:after
{
    padding: 4px 10px;
    font-size: 26px;
    background: #136243;
    color: #fff;
}

.content-group {
    margin-bottom: 30px;
}

.content-group h3 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 2px 6px;
    background: #dadada;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.et-premierprojects .content-group h3,
.et-guineegamesprojets .content-group h3,
.et-sbaprojects .content-group h3 {
    background: #292929;
    color: #fff;
}

.home .content-group h3 {
    margin-left: 0;
    margin-right: 0;
}

.content-subgroup .et-col-left {
    padding-right: 0;
}

.content-subgroup .et-col-right {
    padding-left: 0;
}

.content-panel {
    margin-top: 8px;
    background: #f2f2f2;
}

.content-panel .video-wrap {
    position: relative;
    padding-top: 56.25%;
}

.content-panel .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-img-wrap {
    padding: 15px;
}

.content-img-wrap img {
    width: 100%;
    height: auto;
}

.content-details {
    padding: 0 15px 34px 15px;
}

.content-details .info h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.et-premierprojects .content-details .info h1,
.et-guineegamesprojets .content-details .info h1,
.et-sbaprojects .content-details .info h1 {
    margin-bottom: 12px;
    line-height: 23.4px;
}

.content-subgroup .content-details .info h1 {
    font-size: 18px;
}

.content-details .info .excerpt {
    margin-top: 15px;
    font-size: 16px;
}

.et-premierprojects .content-details .info .excerpt,
.et-guineegamesprojets .content-details .info .excerpt,
.et-sbaprojects .content-details .info .excerpt {
    line-height: 18.2px;
}

.content-subgroup .content-details .info .excerpt {
    margin-top: 6px;
    font-size: 14px;
}

.content-details .info .date {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #878787;
    text-transform: uppercase;
}

.et-premierprojects .content-details .info .date,
.et-guineegamesprojets .content-details .info .date,
.et-sbaprojects .content-details .info .date {
    margin-top: 16px;
}

.content-subgroup .content-details .info .date {
    font-size: 12px;
}

.content-details .info .date sup { 
    vertical-align: super;
    font-size: 10px;
}

.content-subgroup .content-details .info .date sup {
    font-size: 9px;
}

.toolbar-panel {
    background: #f2f2f2;
}

.video-group .toolbar-panel {
    height: 42px;
}

.toolbar-panel .toolbar {
    position: absolute;
    bottom: 0;
    right: 0;
}

.video-group .toolbar-panel .toolbar-col {
    height: 100%;
}

.content-subgroup .toolbar .btn {
    font-size: 14px;
}

.cs-sidebar-wrapper .editors-picks {
    margin-top: 20px;
}

.cs-sidebar-wrapper .block-title h5 {
    padding: 2px 6px;
    background: #dadada;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.cs-sidebar-wrapper .primary-sidebar-wrapper {
    display: none;
}

.et-news-col {
    min-height: 232px;
}

.et-news-col .content-panel {
    min-height: 253px;
}

.et-widget-wrap {
    margin-bottom: 10px;
}

.more-news-wrap {
    margin-bottom: 30px;
}

.more-news-wrap .btn {
    width: 50%;
    margin: 0 auto;
}

.et-posts-list-wrap .featured-img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.et-posts-list-wrap .featured-img-wrap {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.et-posts-list-wrap .et-page-info-text-wrap {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.et-page-info {
    margin-bottom: 26px;
}

.et-page-info.et-branded {
    background-color: #009a44;
    color: #fae100;
    text-align: center;
    font-weight: 700;
}

.et-sba .et-page-info.et-branded {
    background-color: #ee1d23;
    color: #fff;
}

.et-guinee-games .et-page-info.et-branded {
    background-color: #8ec0e2;
    color: #fff;
}

.et-mercury-international .et-page-info.et-branded {
    background-color: #8ec0e2;
    color: #fff;
}

.et-nairabet .et-page-info.et-branded {
    background-color: rgb(255, 255, 255, 0.16);
    color: #fff;
}

.et-page-info.et-branded .featured-img-wrap {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.et-page-info-v3.et-branded .featured-img-wrap:nth-child(1) {
    padding-bottom: 0;
}

.et-page-info-v3.et-branded .featured-img-wrap:nth-child(2) {
    padding-top: 0;
}

.et-page-info-v3.et-branded.green {
    background: #009a44 !important;
}

.et-page-info-v3.et-branded.red {
    background: #ee1d23 !important;
}

.et-page-info-v3.et-branded.blue {
    background: #8ec0e2 !important;
}

.et-page-info.et-branded .featured-img-wrap img {
    max-height: 140px;
}

.et-page-info.et-branded .et-page-info-text-wrap {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-size: 15px;
    text-align: center;
}

.et-page-info .et-page-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.pagination-prev-wrap {
    padding-left: 0;
}

.pagination-prev {
    float: left;
}

.pagination-next-wrap {
    padding-right: 0;
}

.pagination-next {
    float: right;
}

.et-image-caption {
    margin: 15px 15px 15px 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #222;
}

.et-image-caption.et-alignleft {
    float: left;
}

.et-image-caption.et-aligncenter {
    margin: 15px auto;
}

.et-image-caption.et-alignright {
    margin: 15px 0 15px 15px;
    float: right;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

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


/* POST */
.et-post-col {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f9f9f9;
}

.et-post-title {
    font-weight: 700;
    font-size: 30px;
}

.et-post-info {
    font-size: 18px;
    color: #777;
}

.et-post-info a {
    color: #777;
}

.et-post-info .fa-newspaper {
    display: inline-block;
    font-size: 50px;
}

.et-post-info span {
    display: inline-block;
    padding-left: 6px;
}

.et-post-featured-img-wrap,
.et-post-content
{
    margin-top: 10px;
}

.et-post-featured-img-wrap img,
.et-post-content img
{
    max-width: 100%;
    height: auto;
}

.et-post-content {
    font-size: 16px;
}

.et-post-content h1,
.et-post-content h2,
.et-post-content h3,
.et-post-content h4,
.et-post-content h5,
.et-post-content h6
{
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}

.et-post-content h1 {
    font-size: 26px;
    line-height: 26px;
}

.et-post-content h2 {
    font-size: 24px;
    line-height: 24px;
}

.et-post-content h3 {
    font-size: 22px;
    line-height: 22px;
}

.et-post-content h4 {
    font-size: 20px;
    line-height: 20px;
}

.et-post-content h5 {
    font-size: 18px;
    line-height: 18px;
}

.et-post-content h6 {
    font-size: 16px;
    line-height: 16px;
}

.et-post-content p,
.et-post-content figure
{
    margin-bottom: 20px;
}

.et-post-terms-wrap {
    margin-top: 10px;
}

.et-post-terms-wrap ul {
    list-style: none;
    text-align: center;
}

.et-post-terms-wrap .et-post-tags {
    padding-top: 20px;
}

.et-post-terms-wrap ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 16px;
}

.et-post-terms-wrap ul li a {
    padding: 4px 8px;
    font-size: 12px;
    background: #136243;
    color: #fff;
}

/* PAGE */
.et-page-wrap {
    margin-bottom: 30px;
}

.et-page-wrap h2,
.et-page-wrap h3
{
    margin-top: 30px;
}

.et-page-wrap a {
    color: #0073aa;
    text-decoration: underline;
}

.et-page-title {
    font-weight: 700;
    font-size: 30px;
}

.et-page-featured-img-wrap,
.et-page-content
{
    margin-top: 10px;
}

.et-page-featured-img-wrap img,
.et-page-content img
{
    max-width: 100%;
    height: auto;
}

.et-page-content {
    font-size: 16px;
}

.et-page-pagination {
    margin-bottom: 30px;
}

/* FOOTER */
.et-footer {
    padding-top: 30px;
    background: #262735;
    color: rgba(255, 255, 255, .5);
    text-align: center;
}

.et-guinee-games .et-footer {
    background: #262735;
    color: #fff;
}

.et-oga-bet .et-footer {
    background: #05370e;
    color: #fff;
}

.et-mercury-international .et-footer {
    background: #2283c1;
    color: #fff;
}

.et-nairabet .et-footer {
    background: #3c3c3c;
}

.et-footer .et-col {
    margin-bottom: 40px;
}

.et-footer .et-container {
    max-width: 768px;
}

.et-footer h5 {
    color: #009a44;
    font-size: 22px;
    font-weight: 700;
}

.et-oga-bet .et-footer h5,
.et-mercury-international .et-footer h5
{
    color: #fff;
}

.et-guinee-games .et-footer h5 {
    color: #0078c0;
}

.et-sba .et-footer h5 {
    color: #ee1d23;
}

.et-nairabet .et-footer h5 {
    color: #fff;
}

.et-footer h5:after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #6f7479;
    margin: 8px auto 0 auto;
}

.et-guinee-games .et-footer h5:after {
    background: #2d2f41;
}

.et-oga-bet .et-footer h5:after,
.et-mercury-international .et-footer h5:after
{
    background: #fff;
}

.et-footer-nav a,
.et-footer-contacts p a
{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding: 9px 0;
}

.et-guinee-games .et-footer-nav a,
.et-guinee-games .et-footer-contacts p a
{
    color: #a5a5a5;
}

.et-footer-contacts p {
    font-size: 22px;
}

.et-footer-contacts .et-address {
    padding: 8px 0;
}

.et-footer-nav a:hover,
.et-footer-contacts p a:hover
{
    color: #fff;
}

.et-footer-social {
    padding-top: 7px;
}

.et-footer-social .icon {
    margin: 0 8px;
    color: #a5a5a5;
    font-size: 50px;
}

.et-guinee-games .et-footer-social .icon {
    color: #a5a5a5;
}

.et-oga-bet .et-footer-social .icon,
.et-mercury-international .et-footer-social .icon
{
    color: #fff;
}

.et-footer-social .icon:hover {
    color: #fff;
}

.et-sub-footer {
    margin-top: 30px;
    padding: 15px 10px;
    border-top: 1px solid #2d2f41;
    text-align: center;
    font-size: 12px;
}

.et-guinee-games .et-sub-footer {
    border-top-color: #2d2f41;
    color: #a5a5a5;
}

.et-oga-bet .et-sub-footer,
.et-mercury-international .et-sub-footer
{
    border-top-color: #fff;
}

.et-nairabet .et-sub-footer {
    border-top-color: #6f7479;
}

/* MEDIA QUERIES */

/* Custom breakpoint to revert the tweaks for really small screens */
@media screen and (min-width: 540px) {
    .et-header-mobile .et-cta-col {
        width: 25%;
    }

    .et-header-mobile .et-cta-col .btn {
        float:right;
        margin: 18px 0;
    }
    
    .cs-main-page {
        padding-top: 95px;
    }
}

@media screen and (min-width: 768px) {
    .norm_row {
        position: static!important;
        float: right!important;
    }

    .et-footer {
        text-align: left;
    }
    
    .et-footer .et-col {
        margin-bottom: 0;
    }
    
    .et-footer h5 {
        font-size: 16px;
    }
    
    .et-footer h5:after {
        margin: 8px 0 0 0;
    }
    
    .et-footer-nav a,
    .et-footer-contacts p a
    {
        font-size: 14px;
        padding: 7px 0 5px;
    }
    
    .et-footer-contacts p {
        font-size: 14px;
    }

    .et-footer-contacts .et-address {
        padding: 7px 0 5px;
    }
    
    .et-footer-social .icon {
        margin: 0 6px 0 0;
        font-size: 40px;
    }
    
    .et-post-terms-wrap ul {
        text-align: left;
    }
    
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(1),
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(2)
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    .et-valign-container {
        height: 100%;
    }
    
    .et-header-mobile {
        display: none;
    }

    .et-header-desktop {
        display: block;
    }
    
    .et-header-logo-wrap {
        float: left;
        padding: 15px 20px 15px 0;
        border-right: 1px solid #03ac4d;
    }
    
    .et-lonase .et-header-logo-wrap
    {
        width: 151px;
        padding: 5px 20px 5px 0;
    }
    
    .et-guinee-games .et-header-logo-wrap {
        padding: 7px 20px 7px 0;
        border-right-color: #2785bd;
    }
    
    .et-oga-bet .et-header-logo-wrap {
        padding: 15px 20px 15px 0;
    }
    
    .et-mercury-international .et-header-logo-wrap {
        padding: 7px 20px 7px 0;
        border-right-color: #929292;
    }
    
    .et-sba .et-header-logo-wrap {
        padding: 7px 20px 7px 0;
        border-right-color: #e01116;
    }
    
    .et-pmu .et-header-logo-wrap {
        width: 112px;
        padding: 7px 20px 7px 0;
    }
    
    .et-lonato .et-header-logo-wrap {
        width: 133px;
        padding: 7px 20px 7px 0;
    }
    
    .et-nairabet .et-header-logo-wrap {
        width: 170px;
        height: 72px;
        padding: 17px 20px 17px 0;
        border-right-color: #002aa6;
    }
    
    .et-header-menu-wrap {
        display: block;
        width: 100%;
        box-shadow: none;
    }
    
    .et-header-menu-wrap .et-container {
        padding: 0 10px;
        box-shadow: none;
    }
    
    .et-header-nav-button-container {
        float: none;
        width: 100%;
        margin: 0;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .et-header-nav-button-container .menu-item {
        display: inline-block;
        border: none;
    }
    
    .et-header-nav-button-container .menu-item a {
        text-align: center;
        font-size: 16px;
    }

    .cs-sidebar-wrapper .primary-sidebar-wrapper {
        display: block;
    }

    .et-mobile-featured-widget-bar {
        display: none;
    }
    
    .et-video-play-overlay {
        background-size: 40%;
    }
    
    .cs-main-page,
    .cs-main-page.et-small-header
    {
        padding-top: 30px;
    }
    
    .content-details {
        padding: 11px 15px 34px 0;
    }
    
    .content-subgroup .et-col-left {
        padding-right: 4px;
    }

    .content-subgroup .et-col-right {
        padding-left: 4px;
    }
    
    .et-posts-list-wrap .featured-img-wrap {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
    }
    
    .et-posts-list-wrap .et-page-info-text-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .et-page-info .et-page-info-text-wrap {
        height: 100%;
    }
    
    .et-page-info.et-branded {
        height: 214px;
    }
    
    .et-page-info-v3.et-branded {
        height: auto;
    }
    
    .et-page-info.et-branded .featured-img-wrap {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 12px;
    }
    
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(1),
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(2)
    {
        margin-bottom: 0;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .et-page-info.et-branded .featured-img-wrap img {
        max-height: 174px;
    }
    
    .et-page-info.et-branded .et-page-info-text-wrap {
        padding-right: 7.274%;
        padding-bottom: 0;
        padding-left: 0;
        font-size: 25px;
    }
    
    .et-nairabet .et-header-logo-wrap img {
        max-height: 38px;
    }

    .et-row > .et-col-md-6:nth-child(1) > .et-row.content-panel {
        margin-right: 4px;
    }


    .et-row > .et-col-md-6:nth-child(1) > .toolbar-panel .toolbar {
        right: 4px;
    }

    .et-row > .et-col-md-6:nth-child(2) > .et-row.content-panel {
        margin-left: 4px;
    }
}

@media screen and (min-width: 1200px) {
    .et-footer .et-container {
        max-width: 992px;
    }
    
    .et-widget-search-form-wrap .et-search-form input {
        width: 50%;
    }
}

@media screen and (min-width: 1320px) {
    .et-page-info.et-branded {
        height: 225px;
    }
    
    .et-page-info.et-branded .featured-img-wrap {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(1),
    .et-page-info-v3.et-branded .featured-img-wrap:nth-child(2)
    {
        margin-bottom: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
