/*
Theme Name: ut_theme
Description: new ut_theme 
Author: Stepanov Dytro
Author URI: https://dstepanoff.org.ua/
Version: 0.1
*/

figure{
    margin: 0;
    padding: 0;
}

body, html {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Roboto', sans-serif;
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
a, a:visited {
	text-decoration: none;
}

p {
  line-height: 1.65em;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}


input[type="text"],
input[type="tel"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
	color: #2d3436;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.45em;
	background-color: #fefeff;
	border-radius: 5px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e4e4e4;
	
	padding: 11px 15px;
	-webkit-appearance: none;
}

.ut_clear{
    clear: both;
}
.ut_fl_left{
    float: left;
}
.ut_fl_right{
    float: right;
}
.ut_border_bottom_gray{
 border-bottom: 1px solid #e6e6e6;   
}
.ut_width_box_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.ut_width_100 {
    width: 100%;
}
.ut_width_25 {
    width: 25%;
}
.ut_width_50 {
    width: 50%;
}
.ut_width_75 {
    width: 75%;
} 
.ut_relative {
    position: relative;
}
.ut_header_top {
 padding-top: 22px;
 display: flex;
 border-bottom: 1px solid #dfe6e9;
 padding-bottom: 20px;   
}

.ut_header_social_wrap{
    display: flex;
    align-items: center;
}
.ut_header_social{
    display: flex;
}

.ut_header_social a{
	
}
.ut_header_social a svg{
    fill: #222;
    width: 13px;
}

.ut_header_social a:hover{
    border-color: #151515;
}

.ut_header_social a:hover svg{
    fill: #151515;
}

.ut_header_social .ut_svg_wrap{
    border: 1px solid #222;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
    margin: 8px;
    display: flex;
    justify-content: center;
}

.ut_header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.ut_header_search { 
  display: flex;
  justify-content: end;
  align-items: center;
}  

.ut_search_button {
    width: 21px;
    padding: 14px;
    cursor: pointer;
}
.ut_search_button svg{
    fill: #222;
    vertical-align: middle;
}
.ut_search_button:hover svg{
    fill: #151515;
}

.ut_mobile_menu_icon {
    width: 21px;
    padding: 14px;
    cursor: pointer;
    display: none;
}

.ut_mobile_menu_icon div {
    height: 4px;
    border-radius: 3px;
    background-color: #222;
    margin-bottom: 4px;
    width: 21px;
}
.ut_mobile_menu_icon div:nth-child(2) {
    width: 11px;
}

.ut_header_nav_menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ut_main_menu, .ut_main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ut_main_menu li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
}

.ut_main_menu li a {
    font-family: 'Roboto', sans-serif;
    color: #151515;
    text-decoration: none;
    font-weight: 400;
    padding: 25px 16px;
    border-bottom: 2px solid transparent;
    display: block;
}


.ut_main_menu .sub-menu {
    display: block ;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 90px;
    left: -15px;
    width: 220px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
    z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.ut_main_menu li .sub-menu li{
    display: block;
    padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%;
}

.ut_main_menu li .sub-menu li a{
    display: inline-block;
    padding: 0;
    color: #34495e;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.ut_main_menu .ut_arrow_down{
    position: absolute;
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.ut_main_menu .ut_arrow_down svg {
    width: 5px;
}

.ut_main_menu li:hover ul.sub-menu {
	top: 68px;
	opacity: 1;
	visibility: visible;
}

.ut_main_content_left, .ut_main_content_rigth{
    margin-top: 30px;
}

.ut_main_content_left{
    float: left;
    z-index: 950;
    position: relative;
} 
.ut_main_content_rigth {
    float: right;
}

.ut_footer_top {
    padding: 45px 0;
    background-color: #f1f3f4;
}

.ut_footer_copyr {
    padding: 30px 0;
    background-color: #111111;
}

.ut_widget_title{
    padding: 0 15px 30px;
    font-family: 'Roboto', sans-serif;
    color: #151515;
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 700;
}

.ut_widget_title span{
    z-index: 1;
    padding-left: 23px;
    position: relative;
}

.ut_widget_title span:before {
	content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 4px;
    background-color: #eb2f06;
}
.ut_widget_title span:after {
	content: '';
    z-index: -1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
    background-color: #3c6382;
}

.ut_copyr_left{
    color: #777777;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 400;
    float: left;
}
 
.ut_copyr_rigth {
    float: right;
    color: #777777;
}
.ut_copyr_left a, .ut_copyr_rigth a,
.ut_copyr_left a:hover, .ut_copyr_rigth a:hover{
    color: #777777;
    text-decoration: underline;
} 

.ut_tv_retro{
    width: 25px;
    color: #333;
    fill:#333;
}
.ut_header_nav_menu_wrap{
        z-index: 1000;
        position: sticky;
        top: 0;
        background-color: white;
}

.ut_popup_search{
    height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: #f5f6fa;
    position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 100000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.ut_popup_search .ut_popup_search_body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ut_popup_search .ut_popup_search_form {
    width: 100%;
}

.ut_popup_search .ut_popup_search_form input{
    width: 100%;
	float: none;
	height: auto;
	background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.157em;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
    padding: 20px 30px;
	border-radius: 0;
    outline: none;
}
.ut_sidebar_wrap {
    padding: 0 15px;
}
::-webkit-input-placeholder {
  color: #2d3436;
}
:-ms-input-placeholder {
  color: #2d3436;
}
::-moz-placeholder {
  color: #2d3436;
  opacity: 1;
}
:-moz-placeholder {
  color: #2d3436;
  opacity: 1;
}


/* BEGIN ut_weekpeacker*/

.ut_weekpeacker {
    background: #090909;
    color: white;
    min-height: 30px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ut_weekpeacker .ut_week_inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.ut_weekpeacker .ut_week_inner .ut_day {
    padding: 8px;
    line-height: 100%;
    text-align: center;    
    border-radius: 0.15em;
    font-weight: bold;
    margin-left: 3px;
    cursor: pointer;
    min-width: 35px;
}

.ut_weekpeacker .ut_week_inner .ut_day:hover, .ut_weekpeacker .ut_week_inner .ut_day.ut_active {
    background-color: #ffe72c;
    color: #090909;
}
.ut_weekpeacker .ut_week_inner .ut_not_active, .ut_weekpeacker .ut_week_inner .ut_not_active:hover{
     color: rgba(255, 255, 255, 0.3);
     background: none;
     cursor: default;
}


.ut_day_prev, .ut_day_next {
    background: none;
    border: none;
    padding: 0;
    margin: 0;    
}

.ut_white_arrow_left, .ut_white_arrow_right {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.ut_white_arrow_left{
    transform: rotate(90deg);
}

.ut_white_arrow_right {
    transform: rotate(270deg);
}
.ut_white_arrow_right:hover, .ut_white_arrow_left:hover {
    background: #eed40e;
}
.ut_white_arrow_down, .ut_white_arrow_up {
    width: 32px;
    position: absolute;
    right: 7px;
    top: 3px;
    
}
.ut_white_arrow_up{
    transform: rotate(180deg);
}

#ut_calendar_input{
    z-index: 100000; 
    position: relative;
}
.ut_calendar_button_img{
    max-width: 50px;
}
/* END ut_weekpeacker*/

/* BEGIN ut_faq_*/
.ut_faq_category {
    margin-bottom: 40px;
}

.ut_faq_category .ut_faq_item{
    margin-bottom: 5px;
    line-height: 150%;
    
}
.ut_faq_category .ut_faq_question{
    background: #adfbd2;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
}
.ut_faq_category .ut_faq_ansver{
    background: #daf3e6;
    padding: 5px 10px 5px 18px;
    display: none;
}
.ut_faq_category .ut_faq_ansver_expanded {
    display: block;
}

/* END ut_faq_*/

/* BEGIN event_row*/
.ubtves_table_wrapper .events_table .event_row {
    line-height: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.ubtves_table_wrapper .events_table .event_row .event_col1{
    float: left;
    width: 20%;
    position: relative;
    padding: 5px 0;
    
    display: flex;
    align-items:center;
    
}
.ubtves_table_wrapper .events_table .event_row .event_col1_1{
    width: 10%;
    justify-content: center;
}
.ubtves_table_wrapper .events_table .event_row .event_col1_2{
    width: 10%;
    font-size: 17px;
    justify-content: center;
}
.ubtves_table_wrapper .events_table .event_row .event_col1_3{
    width: 72%;
    text-align: left;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_resault{
    width: 10%;
    font-size: 17px;
    flex-direction: column;
    justify-content: center;
    
}
.event_col1_resault .ut_list_score{
    margin-top: 5px;
    line-height: 114%;
    font-size: 16px;
    font-weight: bold;
    cursor: help;
}
.event_col1_resault .ut_event_is_live {
    color: red;
}


.events_table .event_row .event_col1_3_iener_iener{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_4{
    width: 3%;
    white-space: nowrap;
    text-align: right;
}
.ubtves_table_wrapper .events_table .event_row .event_col1_5{
    width: 14%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.event_col1_5 .ut-g-responsibly{
    font-size: 8px;
    line-height: 115%;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_3_inner {
    display: inline-block;
    padding: 0 0 0 0.5em;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.ubtves_table_wrapper .events_table .event_row .event_col1_match{
    font-size: 18px;
    display: block;
    line-height: 1.11111em;
    margin: 0 0 0.33333em;
    color: #090909;
    font-weight: 500;
    
    position: relative;
    overflow: hidden;
}

.event_col1_match .ut_list_home_name, .event_col1_match .ut_list_away_name {
    margin-top: 5px;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_network_block{
    margin-right: 5px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ut-event-row {
    margin-bottom: 5px;
    cursor: pointer;
}

.ut-event-row.current {
    color: #76a072;
} 

.ut-event-liga-title{
    font-size: 12px;
    display: block;
    line-height: 1.13333em;
    margin: 0;
    color: #6f6f6f;
    font-weight: 400;
}

.ut-event-title {
    font-size: 17px;
}

.ubtves_table_wrapper .events_table .event_row .event_row_sport_img{
    height: 1.6em;
    width: auto;
    vertical-align: middle;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_network_img{
    max-height: 40px;
    width: auto;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
    
}
.ubtves_table_wrapper .events_table .event_row .event_network_img_all {
    width: 25px;
}

.ubtves_table_wrapper .events_table .event_row .event_col1_bet_bat{
    font-size: 0.75em;
    display: inline-block;
    width: 7.13333em;
    height: 2.06667em;
    line-height: 2.06667em;
    border-radius: 0.2em;
    font-weight: bold;
    color: #000;
    background: #ffe72c;
    -webkit-transition: 0.1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    text-decoration: none;
}
.ubtves_table_wrapper .events_table .event_row .event_col1_bet_bat:hover{
      background: #090909;
            color: #fff;
}

.ubtves_table_wrapper .events_table .event_row:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e6e6e6;
}

/* END event_row*/

/* BEGIN filtr*/
.filtr-sport-block, .filtr-league-block, .filtr-network-block {
    max-height: 190px;
    overflow-y: auto;
    min-height: 105px; 
}

.ut_select_block{
    color: white;
    margin-bottom: 15px;
}

.filtr-checkbox-block-wrap {
    padding: 12px 12px;
    background-color: #4b4b4b;
}

.ut_select_button {
    background-color: #090909;
    color: white;
    padding: 7px 12px;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 18px;
    position: relative;
}

.ut_select_input{
    margin: 0px 0 10px 0;
    width: 84%;
    display: block;
    border: none;
    padding-left: 20px !important;
}

.ut_select_checkbox_label {
    display: block;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 13px;
    margin-right: 4px;
    
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ut_fancy_checkbox{
    width: 20px;
    height: 20px;
    border: none;
    border-collapse: collapse;
    margin: 0 4px 0 0;
    padding: 0;
}

.ut_scrolltop {
    position: fixed;
    bottom: 7px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    color: #ff2453;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.ut_scrolltop svg{
    color: #ff2453;
}
.ut_vivible {
    opacity: 1;
    visibility: visible;
}
/* END filtr*/
/* BEGIN mobile_menu */
.ut_mobile_menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45, 52, 54, 0.95);
	z-index: 100000;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
    position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.ut_mobile_menu.active {
	opacity: 1;
	visibility: visible;
}
.ut_mobile_menu_wrap {
	overflow-y: auto;
	width: 100%;
	max-width: 320px;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    position: absolute;
}
.ut_mobile_menu_block{
  padding: 45px 30px;
 position: relative;
}

.ut_mobile_menu_header{
    text-align: center;
}
.ut_mobile_menu_body ul {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ut_mobile_menu_body{
    margin: 30px 0 0 0;
    border-bottom: 1px solid #f1f3f4;
    padding-bottom: 40px;    
} 

.ut_mobile_menu_body ul li {
	width: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
	text-align: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}
.ut_mobile_menu_body ul li ul li:first-child {
	margin-top: 0;
}
.ut_mobile_menu_body ul li a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	color: #2d3436;
}
.ut_mobile_menu_body .sub-menu{
    padding: 0 0 0 15px;
    display: none;
}

.ut_arrow_down_mobile {
    position: absolute;
    font-size: 15px;
    top: 12px;
    right: 0;
    width: 9px;
}

.ut_mobile_expanded .sub-menu{
    display: block;
}
.ut_mobile_expanded .ut_arrow_down_mobile{
    transform: rotate(180deg);
}


.ut_mobile_close_button, .ut_popup_search_close, .ut_mobile_filtr_close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 10px;
    width: 48px;
    cursor: pointer;
}
.ut_mobile_close_button svg, .ut_popup_search_close svg, .ut_mobile_filtr_close_button svg {
    margin: 20px;
    width: 20px;
}
/* END mobile_menu */
/* BEGIN mobile_filtr */

.ut_mobile_filtr {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(45, 52, 54, 0.95);
	z-index: 100000;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	width: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
    position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.ut_mobile_filtr.active {
	opacity: 1;
	visibility: visible;
}
.ut_mobile_filtr_wrap {
	overflow-y: auto;
	width: 100%;
	
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    position: absolute;
}
.ut_mobile_filtr_block{
  padding: 30px 45px;
  position: relative;
  max-width: 412px;
  margin: 0 auto;
}

.ut_mobile_filtr_header{
    text-align: center;
}
 
.ut_mobile_filtr_body{
    margin: 30px 0 0 0;
    border-bottom: 1px solid #f1f3f4;
    padding-bottom: 40px;    
} 

/* END mobile_filtr */


/* BEGIN title */
.ut_header_post{
    background-color: #f1f3f4;
    box-shadow: inset 0px 14px 7px -15px rgba(0,0,0,0.65);
}
.ut_full_width_img{
    max-width: 100%;
    height: auto;
}

.ut_entry_title_wrap{
    padding:60px 15px;
} 
.ut-entry-title h1{
    font-size: 50px;
    margin: 0;
    padding: 0; 
}
.ut-entry-title h1.title-smaller{
    font-size: 40px;
}

.ut_entry_title_page {
    float: none;
}

.ut-breadcrumb-element a{
    background-color: #eb2f06;
    display: inline-block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-decoration: none 
}
.ut-breadcrumb-element a:hover {
	background-color: #57606f;
}
.ut-liga-title{
    top: -14px; 
}
/* END title */

.ut_page_post_list {
    margin-bottom: 33px;
    padding: 0 20px;
}
.ut_page_post_list p {
    padding-bottom: 1.45em;
}

.ut_page_post_list ul{
    margin-bottom: 1.45em;
    margin-left: 30px;
}
.ut_page_post_list ul li{
    padding: 5px;
}

.ut_page_post_list img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.ut_search_res_item {
    margin-bottom: 45px;
}
.ut_search_item_head, .ut_search_item_excerpt {
    display: flex;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #222;
}
.ut_search_item_excerpt{
    font-size: 1em;
    margin-bottom: 15px;
}
.ut_search_item_title{
    margin: 10px 0 15px;
}
.ut_search_item_title a{
font-weight: 700;
font-size: 1.777em;
line-height: 1.25em;
color: #151515 !important;
text-decoration: none !important;
}

.ut_search_item_comment {
    margin-left: 10px;
}
.ut_search_item_read_more a{
    font-weight: 700;
font-size: 16px;
line-height: 1em;
color: #151515;
text-decoration: none;
}

.ut_mesage_australia{
    text-align: center;
    margin: 0px 0 14px 0;
}

.html_map_wrap {
    padding: 10px
}

.html_map_column_wrap {
 display: flex;
 
 justify-content: start;
}

.html_map_wrap h3 a{
     color: #000000
}

.html_map_column_wrap .html_map_column{
    margin-right:  20px;
}

.html_map_column_wrap a{
display: block;
margin-bottom: 10px;
color: #090909;
}
.html_map_column_wrap a:hover {
text-decoration: underline;
}

.html_map_pages {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 7px 0;
}

.html_map_pages a {
    display: block;
    padding: 4px 7px;
    margin-left:  2px;
    color: black
}

.html_map_pages a:hover{
    background-color: #f1f3f4; 
}
.widget_ut_menu_league_by_country {
 padding: 12px 0;
  background-color: #222;   
}
.widget_ut_menu_league_by_country .ut_widget_title {
    color: white;
    padding: 5px 5px 5px 17px;
}

.widget_ut_menu_league_by_country .ut_widget_title span {
    padding-left: 0;
}

.widget_ut_menu_league_by_country .ut_widget_title span:before {
    content: none;
}

.widget_ut_menu_league_by_country .ut_widget_title span:after {
    content: none;
}
.widget_ut_menu_league_by_country .ut_country_name_block{
  display: flex;
  justify-content: left;
  align-items: center;
  color: white;
  padding: 7px 0px;
  padding-left: 17px;
  cursor: default;
}
.widget_ut_menu_league_by_country .ut_country_name_block:hover{
        background-color: #151515
}

.widget_ut_menu_league_by_country .ut_country_name_block img{
    margin-right: 5px; 
}
.widget_ut_menu_league_by_country .ut_country_item a{
    color: white;
    padding: 6px 0 6px 30px;
    display: block;
}
.widget_ut_menu_league_by_country .ut_country_item a:hover {
    background-color: #151515
}
.widget_ut_menu_league_by_country .ut_country_lague_block {
    display: none;
}

@media screen and (max-width: 992px) {
    
    .ut-entry-title h1 {
font-size:22px;
font-weight:700;
}
.ut-entry-title h1.title-smaller{
    font-size: 22px;
}

.ut_entry_title_wrap {
padding:30px 0px 30px 10px !important;
}
    
    .ut_header_social {
        display: none;
    }
    .ut_mobile_menu_icon {
        display: block;
    }
    .ut_header_top{
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .ut_header_nav_menu_wrap{
        display: none;
    }
    .ut_header_mobile_sticky{
        z-index: 1000;
        position: sticky;
        top: 0;
        background-color: white;
    }
    .ut_main_content_left, .ut_main_content_rigth{
        float: none;
        width: 100%;
    }
  .ut_copyr_left, .ut_copyr_rigth{
    width: 100%;
float: none;
margin-bottom: 15px;
text-align: center;
  }

  .html_map_column_wrap {
      display: block;
  }
  
.ut_latest_results_item1111 a,
.ut_latest_results_item1111 .ut_score_last,
.ut_latest_results_item1111 .ut_date
{
font-size: 22px; 
}

.ut_event_block .ut_latest_results_item{
margin-bottom: 10px;    
}

}

@media (max-width: 546.1px) {
.ut_calendar_button {
  display: none;
}
}
