/*
Theme Name: Danskate.dk
Theme URI: http://www.danskate.dk
Author: Petras Pauliūnas (PEPA)
Author URI: https://www.pepa.lt/
Description: Dansk Skøjte Union arbejder for at udbrede og udvikle skøjtesporten inden for grenene hurtigløb og kunstskøjteløb.
Text Domain: dk
*/
@import url(css/typography.css);

body{
  text-rendering: optimizeLegibility;
  font-family: 'Noto Sans', sans-serif;
}

.event-icon svg{
  width: 45px;
    height: 33px;
  padding: 0 10px;
}
.event-content{
  z-index: 9;
  padding: 0 15px 0 0;
  position: relative;
}
.d-flex{
  display: -ms-flexbox!important;
  display: flex!important;
}
.full-width{
  width: 100%;
}
h3{
  color: #2c3977 !important;
}
.location-icon,
.calendar-icon{
  position: relative;
  top: 9px;
}

.owl-theme .owl-nav [class*=owl-]:hover{
color:#bd9f56 !important;
}
.owl-theme .owl-nav button[class*=owl-]{
  font-size:35px !important;
  position: absolute;
  overflow:hidden;
}
.owl-theme .owl-nav button[class*=owl-] span{
  position: relative;
  top: -2px;
}

.owl-nav .owl-prev {
  background-color: #f3f9fd !important;
  position: absolute;
  top: 25px;
  left: 0;
  width: 40px;
  height: 50px;
  margin:0 !important;
  z-index: 999;
  border-radius: 0;
}
.owl-nav .owl-next {
  background-color: #f3f9fd !important;
  position: absolute;
  top: 25px;
  right: 0;
  width: 40px;
  margin:0 !important;
  height: 50px;
  z-index: 999;
  border-radius: 0;
}
.dk-events{
  background: url(img/header_bg.jpg);
  padding: 160px 0 56px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
.dk-events:before{
  content: '';
  background: rgb(42,57,120);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dk-events .container{
  position: relative;
}

.dk-events h3{
  color:#fff !important;
}
.dk-events h4 {
  color: #2A3978;
  font-size: 13px;
  line-height: 1.2;
  margin: 4px 0;
}

.dk-events [class*="col-md"]{
  margin-bottom:0;
}
.event-btn{
  color: #E6D7B9;
  font-weight: 600;
}
.event-btn:hover{
  background:#E30709;
  color:#fff;
}

.demo{
  min-width: 0;
}
.event-container > div:first-of-type{
  min-width: 220px;
}
.event-navigation{
  color:#fff;
  margin-top:24px
}
.event-navigation svg{
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.my-prev-button,
.my-next-button{
  cursor:pointer;
}
.my-prev-button.disabled,
.my-next-button.disabled{
  opacity:0.5;
  cursor: default
}

@media(max-width:900px){
  .event-container{
    display: block !important
  }
  .demo{
    margin-top:24px
  }
}
.event-date{
  text-transform: lowercase
}
.dk-events .event-date{
  background-color: #E9E1D3;
  color:#7B5F39;
  min-width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dk-events .event-date .date{
  display: block;
}
.dk-events .event-year{
  font-size: 12px;
}
.dk-events .event-title{
  padding: 8px 8px 8px 16px;
}

.dk-events .location{
  color:rgba(30,30,28,0.56);
}
.owl-stage{
  display: flex;
}
.dk-events .item{
  display: -ms-flexbox!important;
  display: flex!important;
  /* -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important; */
  -ms-flex-line-pack: center!important;
  align-content: center!important;
  background-color: #fff;
  border-radius:8px;
  box-shadow: 0 3 6 rgba(0,0,0,0.16);
  height: 100%;
  overflow: hidden;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0;
}
.ui-datepicker td span, .ui-datepicker td a{
  padding:1px !important;
  text-align: center !important;
  line-height: 1.4;
}
.mod_events_latest_date{
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
table.ui-datepicker-calendar tbody > tr:nth-child(odd),
table.ui-datepicker-calendar tbody > tr:nth-child(1){
background:none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  font-size:13px;
  margin-right: 2px !important;
  margin-top: 2px !important;
}
@media(max-width:900px){
  .dk-events .item .color-me{
    min-height:130px;
  }
}
.btn-map{
  border-radius: 0;
  top: -6px;
  position: relative;
  margin-left:5px;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.align-items-center{
  -ms-flex-align: center!important;
  align-items: center!important;
}
.event-block{
  border: solid 1px #eff7fb;
  margin-bottom: -1px;
  padding: 5px;
  display: inline-block
}
.event-block:hover {
  background-color: #92D2F4
}
.event-location{
  font-size: 18px;
}.separator{
  display:inline-block;
  width:30px;
}
.h-100{
  height:100%;
}
.bg-light{
  background-color:#dfdfdf;
  padding:15px;
}
.wrapper_full_width{
	width:100%;
}
.sponsors-wrapper{
  padding-top:60px;
  padding-bottom:60px;
  clear: both;
}
.sponsors-wrapper h4{
  color: #2c3977 !important;
    line-height: 26px;
    font-size: 14px!important;
    margin-bottom:30px;
}
.dk-button{
background:#bf9d55;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration:none!important;
color:#fff!important;
font-family:'Open Sans', Arial;
font-size:20px!important;
line-height:26px!important;
font-weight:200;
padding:10px 20px;
}

.info-blocks{
 /* background-color: #dadadc;*/
  padding:40px 0;
}
.panel-club{
  border-radius: 0!important;
}
.panel-club .panel-heading{
  border-radius: 0;
}
.panel-club .panel-title{
  text-transform: uppercase;
}
.panel-club .panel-title a{
  display:block;
}
.panel-club .panel-title a span{
  margin-right: 8px;
  -webkit-text-stroke: 1px #fff;
}
.panel-club .panel-title a:focus,
.panel-club .panel-title a:active,
.panel-club .panel-title a:hover{
  color:#7B5F39;
}
.panel-club .club-wrapper{
  padding-top: initial;
  padding-bottom: initial;
}
.panel-default>.panel-heading {
  color: #7B5F39;
  background-color: transparent;
}

.panel-default {
  border-color: #7B5F39;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-top: 0;
}
.panel-default:first-of-type {
  border-top: 1px solid #7B5F39;
}
h4.panel-title a:active, h4.panel-title a:focus, h4.panel-title a:hover, h4.panel-title a {
  color: #7B5F39;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel+.panel {
  margin-top: 0
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #fff;
}

.dk-button:hover{
text-decoration:none!important;
border-bottom:3px solid #e3010f!important;
}
#main-header{
	background-color:#F4F0E9;
}
/* .logo-section .logo {
  float: left;
} */
.right-side {
 /* float: right;*/
 flex-grow: 2;
}
.left-side {
 /* float: left;*/
 min-width: 147px;
}
.alignleft{
  padding-right: 15px;
}
.alignright{
  padding-left: 15px;
}
.aligncenter{
  text-align: center;
}
/* #main-header .left-side, #main-header .right-side{
padding:20px 0;
} */
.logo-section{
  padding: 26px 0;
}
.logo-section p {
  color: #2c3977;
  float: left;
  font-size:18px;
  padding: 38px 0 0 28px;
}
#search-container .search-box{
  border-bottom: 1px solid #7B5F39;
  width: 278px;
  margin-bottom: 24px;
  margin-left: auto;
}
#search-container input{
  background: none;
  border: medium none;
  color: #2c3977;
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  min-width: 250px;
  padding: 0;
}
#search-container button[type="submit"] {
  background: none;
  border: medium none;
  line-height: 30px;
  color:#7B5F39;
  font-size:21px;
  position: relative;
  z-index: 9;
}


.socialmedia {
  display: flex
}
.socialmedia li {
  list-style: none;
  margin: 0 0 0 5px
}
.socialmedia li a{
  text-decoration:none;
  font-size:21px;
  color:#263B77
}
.socialmedia li a span{
  min-width: 32px
}
.socialmedia li a:hover,#search-container button[type="submit"]:hover{
  color:#e3010f
}
.footer .socialmedia {
  padding: 27px 0 0 30px
}
.footer .socialmedia li a{
  color:#E6D7B9
}

.top-nav{
  width: 100%;
  justify-content: space-between;
  align-items: center
}


/* .main-navbar{
background:rgb(42,57,120);/
float: left;
width: 100%;
} */

.main-navigation {
	clear: both;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	text-align:left;
}

.top-nav .nav-menu > li  + li{
  margin-left:16px
}

.top-nav .nav-menu li a {
	color: #1E1E1C;
	display: block;
  font-size: 14px;
	line-height: 1;
  padding: 7px 0;
	text-decoration: none;
	text-align:left;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #e3010f;
	color: #fff;
}

.top-nav .nav-menu li:hover > a,
.top-nav .nav-menu li a:hover,
.top-nav .nav-menu li:focus > a,
.top-nav .nav-menu li a:focus {
	background-color: transparent;
  color: #7B5F39;
  border-bottom:1.5px solid #7B5F39
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border-top: 0;
	padding: 0;
	position: absolute;
	z-index: 99;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	margin-top:-1px;
}
.main-navbar .sub-menu { 
  -moz-transform: translateX(20px);
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(20px);
  -webkit-transition: opacity 0.3s ease-out 100ms;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  border-radius:4px;
  left: 0px; 
  margin: 0px;
  opacity: 0;
  padding: 10px 0px 10px 0px;
  position: absolute;
  top: 100%;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 230px;
  z-index: 99; 
  margin-top: -1px;
}
.nav-menu li:hover > .sub-menu { -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); -webkit-transform: translateX(0px); opacity: 1; transform: translateX(0px); visibility: visible; }

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #1E1E1C;
	margin: 0;
	font-size: 14px;
	width: 240px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  color: #7B5F39;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}


.nav-menu .current_page_ancestor > a,

.nav-menu .current-menu-ancestor > a {
	color: #1E1E1C;
	background:#2c3977;
}
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a{
  color: #7B5F39;
}

.top-nav .nav-menu .current_page_item > a,
.top-nav .nav-menu .current-menu-item > a,
.top-nav .nav-menu .current_page_ancestor > a,
.top-nav  .nav-menu .current-menu-ancestor > a {
  background-color: transparent;
  color: #7B5F39;
  border-bottom:1.5px solid #7B5F39
}

 .top-nav .nav-menu .sub-menu,
.top-nav .nav-menu .children {
  margin-left:0
} 

.top-nav ul.nav-menu ul a, 
.top-nav .nav-menu ul ul a {
  color: #1E1E1C;
  margin: 0;
  font-size: 14px;
  padding: 15px 20px;
  width: 240px;
}

.top-nav .nav-menu ul li:hover > a,
.top-nav .nav-menu ul li a:hover,
.top-nav .nav-menu ul li:focus > a,
.top-nav .nav-menu ul li a:focus {
  color: #7B5F39;
  border: 0;
  background-color: #F4F0E9;
}

.top-nav .nav-menu ul li.current_page_item > a,
.top-nav .nav-menu ul li.current-menu-item > a{
  color: #7B5F39;
  border: 0;
  background-color: #F4F0E9;
}
@media(max-width:800px){
  .top-nav,
  #search-container{
    display: none !important;
  }
}

.footer{
  background-color: #2A3978;
  background-image: url(img/line.svg);
  background-repeat: no-repeat;
  background-position: -78px 0;
  border-radius: 16px;
  color:#fff;
  padding: 32px 48px;
  margin-top: 40px;
}
.footer img{
  max-width: 100px
}
.footer .about{
  margin:0 32px;
  line-height: 26px;
}

@media(max-width:768px){
  .footer {
    background-position: bottom 0 right -40px;
    padding: 32px
  }
  .footer .about-section{
    display: block !important
  }
  .footer .about{
    margin:32px 0
  }
  .mt-8-mob{
    margin-top: 8px
  }
}

.footer a{
  color:#fff
}

.footer .mtb-8{
  margin:8px 0
}

.footer .fa{  
  color:#E6D7B9;
  min-width: 32px;
  top: 5px;
  position: relative
}

#copyright {
  padding: 8px 0px;
  color:#2A3978;
  font-family: 'Noto Sans', sans-serif
}

.dk-next-competition{
background:#2c3977;
color:#fff;
padding:10px 0;
}
#next-competition{
margin-bottom:0px;
}
#next-competition .ico-ice{
	font-size:70px;
	color:#fff;
	float:left;
	padding-right:10px;
}
#next-competition .title{
font-size:22px;
text-transform:uppercase;
font-weight:200;
display:block;
line-height:28px;
color:#fff;
}
#next-competition-details .title{
font-size:22px;
text-transform:uppercase;
font-weight:200;
display:block;
padding-bottom:5px;
line-height:28px;
}
#next-competition .info{
float:left;
}
#next-competition .time{
font-size:16px;
text-transform:uppercase;
font-weight:200;
display:block;
}
#next-competition .address{
font-size:16px;
text-transform:uppercase;
font-weight:200;
display:block;
margin-bottom:0px;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 

.clearfix:after {
    clear: both;
}

/* IE 6 & 7 */
.clearfix {
    zoom: 1;
}
#main-content{
background:#fff;
}

body.home .main-title{
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
body.home .main-title a{
  color:#E30613;
  font-weight: 600;
}
body.home .main-title svg{
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  vertical-align: -3px;
}
.main-title {
  padding: 0px 15px;
}
.dk-section-title {
  margin-bottom: 13px;
}
.dk-section-title {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.dk-section-title:before, .dk-section-title:after {
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 1px;
  left: 100%;
  margin-left: 10px;
  position: absolute;
  top: 35px;
  width: 7700px;
}

.dk-section-title:after {
  left: auto;
  margin-right: 10px;
}
.dk-section-title h2:before {
  border-style: solid;
  border-width: 1px 0 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 35px;
  width: 60px;
  z-index: 5;
  border-color: #e3010f;
}
.dk-section-title h2 {
  display: inline-block;
  font-size: 18px;
  font-weight:800;
  position: relative;
  text-transform: uppercase;
}

body:not(.home) .dk-blog{
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 40px;
}
@media(max-width:580px){
  .archive-container .page-content {
    padding: 0;
  }
  .archive-container .dk-blog{
    grid-auto-flow: initial !important
  }
  .archive-container .dk-blog.blog-medium .dk-media,
  .archive-container .dk-blog.blog-medium .dk-media img{
    width: 100%;
  }
  .archive-container  .dk-blog.blog-medium .dk-media ~ section {
    padding: 0;
}
}
body.home .dk-blog{
  flex-wrap: wrap;
}
.dk-blog-post{
  box-shadow:0 7px 72px rgba(0,0,0,0.16);
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.dk-blog.blog-medium .dk-media {
  width: 230px;
}
.dk-blog.blog-medium .dk-media figure {
  margin: 0px;
}
.dk-blog figure.alignleft,
.dk-blog figure {
  float: left;
  width: 100%;
}
.dk-blog figure.alignright {
  float: right;
  width: 100%;
}

figure.aligncenter{
    text-align: center;
    margin:0 auto;
    display:block;
    float: initial;
}
.competition_details{
}
.competition_details,
.competition_details a{
color:#fff;
font-size:20px;
font-weight:200;
}
.competition_details i,
.competition_details span{
padding-right:10px;
}
.dk-blog.blog-medium .title .post-option {
  margin-bottom: 16px;
}
.dk-blog .title .post-option {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 0px;
}
.post-option {
  display: block;
}
.post-option li:first-child {
  margin-left: 0px;
}
.post-option li {
  color: #ccc;
  float: left;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  margin-left: 30px;
}
.title time {
  background-color: #2a2a2a;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
  padding: 4px 8px;
}
.dk-blog h2 {
  line-height: 26px;
  font-size: 18px;
  padding: 16px 32px 0 32px;
}
.archive-container .dk-blog h2 {
  padding: 16px 0 0 0;
}
.main-section h2 a {
  color: #2c3977 !important;
}
.main-section h2 a:hover{
color: #3b6ee1 !important;
}
.dk-blog.blog-medium p {
  /* margin-bottom: 35px; */
  line-height: 26px !important;
}
.dk-blog.blog-medium .col-md-4 {
  margin-bottom: 30px;
}
.blog-medium .blog-text {
  padding: 24px 32px;
}
.archive-container .blog-text {
  padding: 24px 0;
}
.dk-blog .dk-seprator {
  margin-bottom: 4px;
}
.dk-seprator {
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.dk-seprator {
  float: left;
  height: 15px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.devider1 {
  float: left;
  position: relative;
  width: 100%;
}
.devider1:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
}
.devider1:after {
  border-top: 1px solid #ef2743;
  content: "";
  height: 1px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 60px;
}
.devider1:after {
  border-top-color: #e3010f !important;
}
.dk-blog.blog-medium .dk-media ~ section {
    padding: 0px 30px 0 40px;
}
.post-option li a {
  color: #ccc;
  font-weight: 400;
}
.post-option li a:hover, .widget_blog ul li a:hover{
color:#ef2743;
}
.home .widget_blog {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px 25px;
}
.home .widget_blog ul li i {
  padding-top: 10px;
}
.widget_blog ul li i {
  font-size: 16px;
  color: #ef2743;
  float: left;
  padding-top: 3px;
}
.widget_blog ul li a {
  color: #222;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 0;
  text-align: left;
  width: 77%;
}
.widget_blog ul li a {
  position: relative;
  padding-left: 13px;
}
.widget_blog .time {
  text-align: center;
  float: right;
  line-height: 15px;
  margin-top: 6px;
}
.widget_blog ul li span {
  color: #ccc;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
.widget_blog ul li {
  font-size: 30px;
  color: #ccc;
  font-weight: 700;
  text-align: right;
  float: left;
  padding: 14px 0px 13px 2px;
  float: left;
  line-height: 22px;
  list-style: outside none none;
  position: relative;
  width: 100%;
  border-bottom: 0;
}
.home .widget_blog ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home .widget_blog ul li {
  border-bottom: 1px solid #e5e5e5;
}
.widget_blog {
  margin-bottom: 40px;
  float: left;
}
.footer-tweets {
  background-color: #f0f0f0;
  float: left;
  padding: 45px 0 0px 0;
  width: 100%;
}
#footer-sec {
  background-color: #f0f0f0;
  float: left;
  padding: 40px 0 35px 0;
  width: 100%;
}

#footer-sec .widget-section-title {
  float: left;
  margin: 0px 0px 22px 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#footer-sec .widget-section-title:before, #footer-sec .widget-section-title:after {
  border-top: 1px solid #dcdcdc;
  content: "";
  height: 1px;
  left: 100%;
  margin-left: 10px;
  position: absolute;
  top: 16px;
  width: 7700px;
}
.widget-section-title:before, .widget-section-title:after {
  content: "";
  height: 1px;
  left: 100%;
  margin-left: 10px;
  position: absolute;
  top: 16px;
  width: 7700px;
  border-top: 1px solid #e5e5e5;
}
#footer-sec .widget-section-title h2 {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  padding-top: 0px;
  position: relative;
  text-transform: uppercase;
}
#footer-sec .widget-section-title h2:before {
  border-top: 1px solid #ef2743;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 16px;
  width: 60px;
  z-index: 5;
}
.widget-section-title h2 {
  float: left;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
}
#footer-sec .widget-section-title:after {
  left: auto;
  margin-right: 10px;
}
body #footer-sec h3{
line-height: 1.2;
}
.footer-tweets ul li .twitter-logo {
  float: left;
  margin: 30px 0px 0 0;
  width: 25%;
}
.footer-tweets ul li i {
  color: #e3010f;
  float: left;
  font-size: 30px;
  margin: 0px 0px 0px 10px;
}
.footer-tweets ul li .text {
  background-color: #ffffff;
  float: right;
  font-size: 16px;
  padding: 30px 30px 30px 35px;
  position: relative;
  width: 69%;
  height: 100px;
}
.footer-tweets ul li .text:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -26px;
  position: absolute;
  top: 0;
  transform: skew(-24deg);
  width: 52px;
}
.twitter-logo a {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  color: #e3010f;
}
.footer-tweets ul li .text span {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.footer-tweets ul li .text a {
  text-decoration: underline;
  color: #e3010f;
}
#footer-sec .signup {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #b7b7b7;
  float: left;
  height: 40px;
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}
#footer-sec .signup input[type="submit"] {
  background-color: #e3010f;
  border-radius: 20px;
  border: none;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 39px;
  margin: -1px -1px 0 0px;
  padding: 0px 22px;
  text-transform: uppercase;
}
#footer-sec .signup input[type="submit"]:hover{
 background-color: #bf9d55;
}
#footer-sec .signup input[type="email"] {
  border: none;
  color: #d2d2d2;
  font-size: 14px;
  height: 38px;
  padding-left: 24px;
  width: 100%;
}
#footer-sec .signup  label {
  float: left;
  margin-bottom: 0px;
  padding: 0px 0px 0px 16px;
  position: relative;
  width: 240px;
}
#footer-sec .signup label .fa-envelope {
  left: 15px;
  position: absolute;
  top: 12px;
  z-index: 9;
}
.lshowcase-logos .bx-wrapper .bx-controls-direction a{
z-index:99!important;
}
.breadcrumb-sec {
  /* float: left;
  
  padding-bottom: 35px;
  
  width: 100%; */
  position: relative;
  overflow-x: hidden;
  padding-top: 32px;
}
.breadcrumb-sec:before {
  /* background-color: rgba(29,36,46,0.8); */
  content: '';
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.pageinfo {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
}

.pageinfo h1 {
  display: inline-block;
  font-size: 32px;
  line-height: 0.8;
  padding: 7px 20px 0px 0px;
  color:#7B5F39;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.page-title-align-left {
  text-align: left;
}
.pageinfo > span {
  border-left: 1px solid #7B5F39;
  display: inline-block;
  font-size: 14px;
  padding: 0 0px 0 20px;
  color: #7B5F39;
  max-width: 50%;
}

@media(max-width:767px){
  .pageinfo {
    flex-wrap: wrap;
  }
  .pageinfo > span {
    border-left:0;
    padding:16px 0 0 0; 
    max-width: 100%;
  }
}
.breadcrumbs ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px
}
.breadcrumbs, .breadcrumbs li, .breadcrumbs li a {
  color: rgba(30,30,28,0.56) !important
}
.breadcrumbs ul li a {
  color: rgba(30,30,28,0.56);
  display: block;
  font-size: 12px;
  padding: 8px 18px 8px 0px;
  position: relative
}
.breadcrumbs ul li {
  list-style: none;
  line-height: 16px
}
.breadcrumbs ul li.active {
  color: rgba(30,30,28,0.56);
  font-size: 12px;
  margin: 8px 0 0 0
}
.breadcrumbs ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 7px;
  position: absolute;
  right: 7px;
  top: 9px
}
.page-not-found{
  padding: 80px 0;
  display: inline-block;

}
.page-not-found, .cons-icon-area {
  text-align: center;
}
.page-not-found .dk-section-title {
  width: 446px;
  margin-right: 31px;
}
.page-not-found .dk-section-title {
  overflow: visible;
  text-align: right;
  margin-top: 35px;
}
.dk-section-title {
  margin-bottom: 13px;
}
.dk-section-title {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-not-found .dk-section-title h2 {
  color: #282a2f;
  float: none;
  font-size: 135px;
  font-weight: 800;
  line-height: 107px;
  text-transform: uppercase;
}
.dk-section-title h2 {
  display: inline-block;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.page-not-found .dk-section-title span {
  display: inline-block;
  float: left;
  font-weight: 300;
  margin-top: -20px;
  width: 100%;
  color: #999;
  font-size: 40px;
  padding-right: 0px;
  padding-top: 6px;
}
.dk-content404 {
  border-left: 1px solid #e4e4e4;
  float: left;
  padding-left: 34px;
  width: 477px;
}
.dk-content404 h2 {
  font-size: 38px;
  color: #282a2f;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 1px;
  letter-spacing: -1px;
  text-align: left;
  line-height: 1.5;
}
.dk-content404 p {
  color: #000;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 24px;
  text-align: left;
}
.dk-content404 a {
  padding: 4px 20px;
  background: #e3010f;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 23px;
  float: left;
}
.page-not-found .dk-search-area form {
  position: relative;
  width: 100%;
    float: left;
	text-align:left;
}
.page-not-found .dk-search-area {
  width: 53%;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  color: #999;
  font-size: 12px;
  font-style: italic;
  float: left;
  margin-bottom: 0;
}
.page-not-found form input.search-field {
  border: 0;
  border-bottom: 0;
  color: #999;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  float: left;
  display: inline-block;
}
.page-not-found form button[type="submit"] {
background: none;
  border: medium none;
  line-height: 20px;
  color: #bd9f56;
  font-size: 22px;
  cursor: pointer;
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 20px;
  z-index: 0;
}

.page-not-found .dk-content404 .dk-seprator {
  margin-bottom: 18px;
}
.page-not-found .dk-section-title:before,.page-not-found  .dk-section-title:after{
border-top:none;
width:auto;
}
.page-not-found  .dk-section-title h2:before{
border:none;
}
.sidebar-color.page-sidebar .widget {
  position: relative;
}
.widget {
  margin-bottom: 40px;
  float: left;
}

.page-sidebar {
  width: 25%;
  float: left;
  position: relative;
  padding: 0 15px;
}
.widget .widget-section-title {
  margin-bottom: 13px;
}
.widget-section-title {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.event-block h2{
  padding-top:0;
  font-size:18px;
  line-height:22px;
}
.event-block h2 a{
  padding:0;
  line-height: 1;
}
.main-section .widget-section-title h2 {
  font-size:14px!important;
  padding-top:0px;
} 

.archive-container, .single-container {
  padding-top: 35px;
  clear: both;
}

.sidebar-color.page-sidebar {
  padding: 0 15px 322550px 15px;
  margin-bottom: -322550px;
}
.widget li{
list-style-type:none;
}

.widget-section-title:after {
  left: auto;
  margin-right: 10px;
}
.widget-section-title h2:before {
  content: "";
  position: absolute;
  right: -70px;
  top: 16px;
  width: 60px;
  height: 1px;
  border-width: 1px 0 0 0;
  z-index: 5;
  border-style: solid;
  border-color:#e3010f;
}
.pagination {
  margin: 10px 0px;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}

.wp-pagenavi a {
  background-color:#E9E1D3;
  border: 1px solid #E6D7B9;
  color:#1E1E1C
}
.wp-pagenavi span.current {
  background-color: #7B5F39;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #7B5F39;
}

#twitter_box ul, #twitter_box li{
list-style-type:none;
}
body.page .hentry{
padding-top:30px;
padding-bottom:30px;
}
.blog-text ul, .blog-text ol, body.page .hentry ul, body.page .hentry ol{
margin-left:30px;
}
.recent-posts-widget-with-thumbnails ul li{
clear:both;
overflow:none;
line-height:20px;
}

#menu-primary-menu li:hover, #menu-primary-menu li:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}
/*============	Media 768Px Start ============ */ 
@media (min-width: 768px) and (max-width: 990px) {
	/* Header */
	.section-fullwidth .element-size-33 {
	  width: 100%;
	}
	.main-section .page-sidebar {
	  width: 100%;
	  margin-bottom: 25px;
	}
		.page-content,.section-fullwidth .element-size-67 {
  width: 100%;
}
	.twitter-logo {
	  width: 100%!important;
	  text-align: center;
	  margin-bottom: 20px;
	  display:block;
	}
	.footer-tweets ul li .text{
	padding: 10px 30px 10px 35px;
	  width: 86%;
	  height: 124px;
	}
	#next-competition .ico-ice {display:none;}
	.main-navbar {padding: 20px 0;}
	.header .logo-section .left-side { text-align:center; float:none;}
	.header .main-navbar .navigation .dk-click-menu { display:block;}
	li.parentIcon a:after, .dk-user, .dk-user-login { width:100%; border: none;}
	.header  .navbar-nav {display: none; margin: 0;  background-color: #1b1b1b; padding: 5px 30px 0; width: 400px; position: absolute; z-index: 99;}
	.wrapper .header .main-navbar .navigation .dk-click-menu{ display:block;}
	.wrapper .header .main-navbar .navigation ul li{ width:100%}
	.wrapper .header .main-navbar .navigation .navbar-nav > li > a { width:100%; border-bottom: 1px solid rgba(0, 0, 0, 0.8); border-left: none; padding: 10px 15px;}
	.wrapper .header .main-navbar .navigation .navbar-nav li:last-child a {border-bottom: none;}
	.header .navigation ul li:last-child a {border-right: none;}
	.header .navbar-nav .sub-dropdown {display: none; visibility: visible; opacity: 1; position: static; float: left; width: 100%; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); padding-bottom: 0;}

	.event.event-listing-v2 article.event-fixtures .text {width: 65%;}
	.event.event-results article .text {width: 65%;}
	.main-section .banner .banner-inn .dk-rating  {width: 100%;}
	.main-section .banner .banner-inn .dk-rating ul  {width: 49.2%; margin: 0 5px 0 0;}
	.main-section .banner .banner-inn .dk-rating ul li {width: 95px;}
	.main-section .banner .banner-inn .banner-top {width: 100%; float: left;}
	.main-section .event.event-listing-v2 .match-result {float: none; display: inline-block; border:none; width: 100%;}
	.col-md-4 {width: 50%;} .col-md-2 {width: 33.33%;} 
	.wrapper .main-section .featured-event .dk-rating {padding: 0 30px;}
	.wrapper .main-section .featured-event .dk-rating ul {margin: 0 5px 45px 0; width: 100%;}
	.wrapper .main-section .dk-rating:before {top: 3px; bottom: auto; left: 17px;}
	.wrapper .main-section .dk-rating:after {bottom: 40px; top: auto; right: 17px;}
}

/*============ Media 420Px Start ============ */
@media (max-width: 767px) {
	.col-md-12 {
  width: 100%;
}
	.element-size-50, .element-size-33, .element-size-75, .element-size-67, .page-content, .page-sidebar, .page-sidebar ~ .page-content, .element-size-100 .col-md-12, .element-size-75 .col-md-12, .element-size-67 .col-md-12, .element-size-50 .col-md-12, .element-size-25 .col-md-12, .element-size-33 .col-md-12, .col-md-12, .section-content, .section-sidebar, .main-section .call-actions .heading, .main-section .call-actions .cell, .main-section .call-actions.ac-clean .cell.text-area, .col-md-9, .main-section .post-recent .cs-theme-carousel li, .col-md-6, .main-section .breadcrumbs-profile ul, .main-section .breadcrumbs-profile .socialmedia, .main-section .lof-slidecontent .sliders-wrapper, .main-section .main-slider-content, .main-section .lof-slidecontent ul.navigator-wrap-inner li, .main-section .lof-slidecontent .navigator-wrapper, .main-section .main-slider-content {
	  width: 100% !important;
	}
.col-md-4, .col-md-3, .col-md-2, .element-size-25 {
  width: 50% !important;
}
	.twitter-logo {
	  width: 100%!important;
	  text-align: center;
	  margin-bottom: 20px;
	  display:block;
	}
	.footer-tweets ul li .text{
	padding: 10px 30px 10px 35px;
	  width: 86%;
	  height: 124px;
	}
	#next-competition .ico-ice {display:none;}
	.top-bar {text-align: center;}
	.top-bar .left-side, .top-bar .right-side {float: none; display: inline-block;}
	.main-navbar {padding: 20px 0;}
	.header .logo-section {padding: 16px 0}
	.header  .navbar-nav {display: none; margin: 0;  background-color: #1b1b1b; width: 400px; padding: 5px 30px 0; position: absolute; z-index: 99;}
	.wrapper .header .main-navbar .navigation .dk-click-menu{ display:block;}
	.wrapper .header .main-navbar .navigation ul li{ width:100%}
	.wrapper .header .main-navbar .navigation .navbar-nav > li > a { width:100%; border-bottom: 1px solid rgba(0, 0, 0, 0.8); border-left: none; padding: 10px 15px;}
	.header .navigation ul li:last-child a {border-right: none;}
	.header .navbar-nav .sub-dropdown {display: none; visibility: visible; opacity: 1; position: static; float: left; width: 100%; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); padding-bottom: 0;}
	.header .navigation ul > li:hover > a {background-color: inherit;}
	.main-navbar.scroll-to-fixed-fixed { position: static !important; }
	
	/* Home Style */
	.main-section .element-size-67 .featured-event .dk-sc-team, .main-section .featured-event .dk-sc-team {padding: 0 15px;}
	.main-section .dk-sc-team ul li figure {text-align: center;}
	.main-section .featured-event .dk-sc-team img, .dk-sc-team ul li.right-side figure img {float: none; display: inline-block;}
	.main-section .featured-event .dk-sc-team img {float: left;}
	.main-section .dk-sc-team ul li.right-side figure img {float: right;}
	.main-section .featured-event.small-featured .dk-sc-team ul li figure img, .main-section .featured-event.small-featured .dk-sc-team ul li.right-side figure img {float: none; display: inline-block;}
	.main-section .featured-event .dk-sc-team ul li figure figcaption {margin: -20px 0 0 10px;}
	.main-section .featured-event .dk-sc-team ul li.right-side figure figcaption {margin: -20px 10px 0 0;}
	.main-section .featured-event.small-featured .dk-sc-team ul li figure figcaption {margin: -10px 0 0;}
	/* Home Style */
	.event article.event-fixtures .text {width: 60%;}
	.event .event-fixtures .calendar-date, .event .event-fixtures .match-result {width: 20%;}

	.wrapper .banner-top {width: 100%; left: left;}
	.page-section .section-fullwidth .event article .text h2 {margin-left: 0;}
	.main-section .event-listing-v2 .post-option li:first-child {margin: 0;}
	.event.event-listing-v2 article.event-fixtures .text {width: 100%;}
	.event.event-results article.event-fixtures .post-option li {width: 100%;}
	.main-section .banner .banner-inn .dk-rating ul {margin: 0 5px 40px 0;}
	.wrapper .main-section .banner .banner-inn .dk-rating:before { top: 4px; left: 77px;}
	.wrapper .main-section .banner .banner-inn .dk-rating:after {right: 151px; bottom: 35px;}
	.main-section .event-listing-v2 article, .main-section .event-listing-v2 .post-option {text-align: center;}
	.main-section .event-listing-v2 .post-option {width: 100%;}
	.main-section .event-listing-v2 h2 {width: 100%; float: none; display: inline-block;}
	.main-section .event.event-listing-v2 .match-result {float: none; display: inline-block; border:none; width: auto;}
	.wrapper .main-section .featured-event .dk-rating {padding: 0 30px;}
	.wrapper .main-section .featured-event .dk-rating ul {margin: 0 5px 45px 0; width: 100%;}
	.wrapper .main-section .dk-rating:before {top: 3px; bottom: auto; left: 17px;}
	.wrapper .main-section .dk-rating:after {bottom: 40px; top: auto; right: 17px;}
	.main-section .event-listing-v2 .event-fixtures .ticket-btn {position: initial; margin: 0;}
	.main-section .event.event-listing-v2 article .text {width: 100%; padding: 0;}
	.cons-icon-area {width: 100%; float: left; background-color: #222;}
}


@media (max-width: 580px) {
	.twitter-logo {
	  width: 100%!important;
	  text-align: center;
	  margin-bottom: 20px;
	  display:block;
	}
	.footer-tweets ul li .text{
	padding: 10px 30px 10px 35px;
	  width: 86%;
	  height: 124px;
	}
	#next-competition .ico-ice {display:none;}
	.header .navigation ul .sub-dropdown ul { left: 50%; top: 30px;}
	.main-section .featured-event .dk-sc-team img {width: 180px;}
	.main-section .small-featured .dk-sc-team ul li figure img {float: none; display: inline-block;}
	.main-section .small-featured .dk-sc-team ul li figure figcaption {float: none; display: inline-block;}
	.event.event-results article .text{width: 60%;} 
	.event.event-results .match-result, .event.event-results article .calendar-date {width: 20%;}
	.wrapper .main-section .banner .banner-inn .dk-rating:after {right: 31px; bottom: 35px;}
}

/*============ Media 300Px Star ============ */
@media (max-width: 480px) {
	.page-content { padding: 0; }
	.element-size-50,
	.element-size-25,
	.element-size-75,
	.element-size-67,
	.element-size-33,
	.page-content,
	.page-sidebar, 
	.element-size-100 .col-md-12,
	.element-size-75 .col-md-12,
	.element-size-67 .col-md-12,
	.element-size-50 .col-md-12,
	.element-size-25 .col-md-12,
	.element-size-33 .col-md-12, 
	.col-md-3, .col-md-4, .col-md-12, #main-header .dk-signup, .col-md-2, .element-size-25 { width: 100% !important;} 
	#next-competition .ico-ice {display:none;}
	.main-section .page-section .dk-blog.blog-medium .dk-media ~ section {
	  padding: 15px;
	  float: left;
	  width: 100%;
	}
	#next-competition .info{
	clear:left;
	margin-bottom:20px;
	}
	.competition_details span{
	display:block;
	}
	.main-section .page-section .dk-blog.blog-medium .dk-media {
	  width: 100%;
	}
	.twitter-logo {
	  width: 100%!important;
	  text-align: center;
	  margin-bottom: 20px;
	  display:block;
	}
	.footer-tweets ul li .text{
	padding: 10px 30px 10px 35px;
	  width: 86%;
	  height: 124px;
	}
	.widget-gallery iframe{
	 width:100%;
	}
	/* blog */
	/* header */
	.header  .navbar-nav {width: 290px;}
	.header .navigation ul .sub-dropdown ul {top: 70; left: 20px;} 
	/* .logo-section {text-align: center;} */
	/* .wrapper .header .left-side, .logo-section .logo, .header .logo-section p { float:none; display: inline-block;} */
	/* .logo-section .left-side{ text-align:center; width:100%;}
  .logo-section .left-side .logo-section .logo{ float:none;} */
  .left-side {max-width: 50px;min-width: 50px}
	 header .logo-section .right-side .socialmedia{ display: inline-block; float: none; padding: 20px 0 0;}
	 header .logo-section .right-side{ display: inline-block; text-align: center;}
	.breadcrumb-sec .absolute-sec .pageinfo span{ width:100%}
	.header .logo-section {padding: 8px 0}
	/* .header .logo-section p {padding: 10px 0 0 0;} */

	#search-container{
	text-align: center;
	display: inline-block;
	float:none;
	}

	.main-section .featured-event .dk-sc-team img {width: 115px;}
	.main-section .featured-event .dk-sc-team ul li figure figcaption {margin: -20px 0 0 10px;}
	.main-section .featured-event .dk-sc-team ul li.right-side figure figcaption {margin: -20px 10px 0 0;}
	.main-section .event article.event-fixtures .text, .event.event-results article .text, .event.event-results .match-result, .event.event-results article .calendar-date {width: 100%;}
	.event.event-results article .text {text-align: center;}
	.event.event-results article .text ul li {text-align: center; width: 100%;}
	.event.event-results article .text  {padding: 0 0 0 15px;}
	.event.event-results article {padding: 0 0 15px 0;}
	.main-section .event .calendar-date, .event .match-result {width: 20%;}
	.main-section .event article .text {width: 60%; padding: 25px 5px 20px 0;}
	.wrapper .main-section .page-content .featured-event .dk-rating {padding: 0 15px;}
	.wrapper .main-section .featured-event .dk-rating ul {margin: 0 5px 45px 0; width: 100%;}
	.wrapper .main-section .page-content .featured-event .dk-rating ul li {margin: 0; width: 81px;}
	.wrapper .main-section .dk-rating:before {top: 3px; bottom: auto; left: 2px;}
	.wrapper .main-section .dk-rating:after {bottom: 40px; top: auto; right: 2px;}
	.main-section .event.event-results article .text {width: 100%;}
	.event-results .event-fixtures .ticket-btn {right: 50%; top: 100%; margin: -50px -60px 0 0;}
	.event.event-results article.event-fixtures {padding: 0 0 35px;}
	.main-section .featured-event {padding: 60px 15px 0;}
	.main-section .featured-event {padding: 20px 15px 0;}
	.banner .featured-event {margin: 0;}
	.banner .banner-inn {padding-top: 0;}
	.main-section .banner .banner-inn .dk-rating {padding: 0 15px; margin-bottom: 0;}
	.main-section .banner .banner-inn .dk-rating span.win {top: -25px;}
	.wrapper .main-section .banner .banner-inn .dk-rating:before {left: 2px; top: 5px;}
	.wrapper .main-section .banner .banner-inn .dk-rating:after {right: 3px; bottom: 35px;}
	.wrapper .main-section .banner .banner-inn .dk-rating ul li {width: 90px; margin: 0;}
	.banner-inn .bottom-event-panel {width: 97%;}
	.header .top-bar .left-side p {float: none; display: inline-block;}
	.team-detail figure.detailpost {padding: 0 20px 0 10px;}
	.main-section .player-info .left-side, .player-info .right-side, .main-section .team-detail .detailpost img, .main-section .player-info .right-side {width: 100%;}
	.main-section .contant-info.dk-team header h1 {margin: 0 0 15px;}
}

/*============	Media 940Px Start ============ */
@media screen and (min-width: 991px) and (max-width: 1054px) {
	.event.event-listing-v2 article.event-fixtures .text {width: 65%;}
	.main-section .event.event-listing-v2 .match-result {float: none; display: inline-block; border:none; width: 100%;}
	.main-section .featured-event .dk-sc-team {padding: 0 20px;}
	.main-section .featured-event.small-featured .dk-sc-team {padding: 0; margin: 0 0 15px;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 29%;}
	.main-section .contant-info.dk-team .dk-seprator {margin-bottom: 10px;}
	.main-section .player-info .right-side {padding: 20px 20px 10px 27px;} .main-section .player-info .left-side{padding: 15px 20px;}
}

.d-flex-wrap{
  flex-wrap:wrap;
}
.profile{
  margin:20px 0px;  
  padding:10px;
  flex-grow:0;
  flex-basis:30%; 
}
.profile .av{
  width:30%;
  margin:auto;
}
.profile .ai{
  width:70%;
  margin:auto;
  padding-left:15px;
  align-self:center;
}
.email,
.phone {
  display: block;
}
.contact-i{
  font-size:1.2rem;
}
.profile h3{
  font-size:1.5rem;
  line-height:1;
}
.profile h4{
  font-size:1.2rem;
  line-height:1;
}
.profile:hover {
  outline: 1px solid #dfdfdf;
}
@media (max-width: 991px){
  .profile{
    flex-basis:50%; 
  }
}
@media (max-width: 576px){
  .profile{
    flex-basis:100%; 
  }
}
.files-list ul{
  padding-left:0;
  margin-left:0;
}
.files-list li{
  list-style-type:none;
}
.files-list li i{
  color:#e3010f;
}
.entry-content img{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -ms-border-radius:50%;
  border-radius:50%;
}
h4 a:active,
h4 a:focus,
h4 a:hover,
h4 a{
  color:#fff;
}

table{
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
}
table:not(.color) tbody > tr:nth-child(odd),
.bgcolor{
  background: #D9E1F2;
}
table tbody > tr:nth-child(1){
  background: #3b6ee1;
}



table > tbody > tr > td{
  border: 1px solid #D3DEE2!important;
}
table tbody > tr:nth-child(1) td strong,
table tbody > tr:nth-child(1) td{
  color:#2A3978!important;
}

.no-border{
  border:0 !important;
} 
.no-radius{
  border-radius:0 !important;
}
@media(max-width:576px){
  .dk-blog.blog-medium .dk-media{
    width:100%;
  }
  .dk-media figure{
    float:initial;
    width:100%;
  }
  .dk-media figure img{
    width:100%;
    height:auto;
  }
  .dk-blog.blog-medium .dk-media ~ section{
    padding:15px;
  }
  .event-location, .event-date{
    font-size:19px;
  }
  .event-icon svg {
    width: 45px;
    height: 33px;
    padding: 0 10px;
}
  .main-section h2, .main-section h2 a {
    font-size: 19px;
    margin-top: 15px;
    clear: both;
  }
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
 /* border-top-color: #ddd;*/
  display: flex;
  flex-wrap: wrap;
}

.slider-container{
  background: #F4F0E9 url(img/slider-line.svg);
  background-repeat: no-repeat;
  background-position: bottom 152px center;
  background-size: contain;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
.slider-container:after{
  content:'';
  background-color: #fff;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slides h1{
  color:#263B77;
  font-size: 56px;
  line-height: 59px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  margin-top:80px
}
.slides p{
  color:#1E1E1C;
  font-size: 18px;
  line-height:35px !important;
  margin-top:24px
}
.slides .btn{
  border: 1.5px solid #7B5F39;
  color: #7B5F39;
  padding: 10px 24px;
  margin-top: 48px;
  font-weight: 600
}
.slides .btn:hover{
  border: 1.5px solid #2A3978;
  background-color: #2A3978;
  color: #fff
}

.slide-image{
  border-radius:269px 16px 16px 16px
}

.slide-item >div:nth-of-type(1){
  padding-right: 66px
}

#main-slider.owl-carousel .owl-stage-outer {
  height: calc(100% + 80px);
  margin: -40px;
  padding: 40px;
  width: calc(100% + 80px)
} 

#main-slider .owl-item.active .slide-image {
  -webkit-box-shadow: 0 3px 40px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 3px 40px rgba(0,0,0,0.16);
  box-shadow: 0 3px 40px rgba(0,0,0,0.16);
}

.slider-navigation{
  color:#fff;
  position: relative;
  z-index:2;
  text-align: right;
  top: -56px;
}
.slider-navigation svg{
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.slider-prev-button,
.slider-next-button{
  cursor:pointer;
}
.slider-prev-button.disabled,
.slider-next-button.disabled{
  opacity:0.5;
  cursor: default;
}

#main-slider{
  z-index: 2;
}

@media(max-width:768px){
  .slides h1{
    font-size: 32px;
    line-height: 35px;
    margin-top:0
  }
  .slides p{ 
    font-size: 16px;
    line-height:26px !important;
  }
  .slides .btn {
    margin-top: 32px;
  }
  .slider-navigation{
    top:0
  }
}

@media(max-width:480px){
  .slider-container {
    background-position: bottom 204px left -857px;
    background-size: inherit;
  }
}

blockquote {
  border-left: 5px solid #7B5F39;
  color: #7B5F39;
}

blockquote p{
  line-height: 26px !important;
}

label {
  margin-bottom: 4px;
}

textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  height: 40px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-color: rgba(42,57,120,0.24);
  box-shadow: none;
  color:#1E1E1C;
  font-size: 14px;
}
.select2-selection.select2-selection--multiple {
  height: 40px;
  margin-bottom: 16px;
  border-color: rgba(42,57,120,0.24);
  box-shadow: none;
  color:#1E1E1C;
}
textarea:focus, input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.select2-selection.select2-selection--multiple:focus,
.form-control:focus {
  border-color: #7B5F39;
  box-shadow: none;
}
.select2-selection.select2-selection--multiple[aria-expanded="true"]{
  margin-bottom: 0;
}
li.select2-search.select2-search--inline{
  line-height: initial;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px !important;
}
.select2-container .select2-search--inline .select2-search__field{
  margin-top:0 !important;
  margin-bottom: 0;
}
input[type=radio] {
  margin: -3px 8px 0 0;
  height: 43px;
}
.btn{
  padding: 9px 12px;
}
.btn-primary{
  background-color: #7B5F39;
  color:#fff;
  border-color:transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus{
  background-color: #2A3978;
  border-color:transparent;
  outline: none;
}

.btn-default{
  border-color:#7B5F39;
  color:#7B5F39;
  box-shadow: inset 0 0 0 0.5px #7B5F39;
}

.page-content .search-submit{
  background-color: #7B5F39;
  color:#fff;
  border-color:transparent;
  padding: 9px 13px;
  vertical-align: 7px;
}

.print-table tr:first-of-type td{
  color: #fff !important;
  font-weight: 600;
}

.print-table tr td:first-of-type{
  font-weight: 600;
  text-transform: capitalize;
}
figure{
  width:100% !important;
  height:auto;
}
figure ~ figure{
  width:50% !important;
}
@media(max-width:992px){
  figure ~ figure{
    width:100% !important;
  }
  figure ~ figure img{
    width:100% !important;
    height:auto;
  }
}

.dk-blog figure.alignright {
  float: right;
  width: 360px !important;
}
.dk-blog figure.alignleft {
  float: left;
  width: 360px !important;
}

.iblock{
  padding:4rem;
  background-color: #F4F0E9;
  border-top-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  margin-bottom: 2.5rem;
}
.gradient-text{
  font-size: clamp(1rem, calc(1rem + ((2.12 - 1) * ((100vw - 20rem) / (82.5 - 20)))), 2.12rem);
  line-height: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  display: inline;
  background-image: linear-gradient(to right, rgb(42, 57, 120), rgb(15, 62, 238));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.grid52{
  margin-top:2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.grid52-item{
  padding: 4rem;
  border-radius: 1.5rem;
  background-image: linear-gradient(170deg, rgb(42, 57, 120), rgb(11, 45, 165));
}
.grid52-item:hover{
  background-image: linear-gradient(170deg, rgb(15, 62, 238), rgb(42, 57, 120));
}
.grid52-item .ico-me{
  transition: all 0.3s ease-in-out;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
}
.grid52-item .ico-me svg{
  width:35px;
  height:35px;
}
.grid52-item .ico-me svg path{
  fill: #fff;
}
.grid52-item h4{
  color:#fff;
  text-transform: uppercase;
}
.pageinfo h1.event-title{
  font-size:48px;
}
.gap-3{
  gap: 1rem;
}
.event-meta{
  font-size:18px;
  line-height: 1.5;
}
.drops{
  margin-bottom:4rem;
}
.event-date{
  text-transform: capitalize;
}
.event-meta.gap-3{
  gap: 2.5rem;
}
.event-meta-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.bzr{
  margin-top:4rem;
}
.btn-r{
  border-radius:0;
  border-top-left-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.grid52-item p{
  color:#fff;
  line-height:1.5;
  margin-bottom:0;
}
.post-metro-content{
  padding:2rem;
}
.event-block {
  background-color: #fff; 
  border: 1px solid #F4F0E9;
  color: #2c3977; 
  padding: 15px; 
  margin-bottom: 15px; 
  border-radius: 5px;
  display:grid;
  grid-template-columns: 100px 100px 1fr 48px;
  gap: 2rem;
  align-items: center;
}
.event-date{
  text-align: center;
  border-right: 2px solid #F4F0E9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.read-more,
.event-image{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-day{
  font-size: 3rem; 
  font-weight: bold;
}
.event-month{
  text-transform: uppercase; 
  font-size: 12px;
}
.event-block:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background:none;
  color:#2c3977;
}
.event-block h4 a,
.event-block h1,
.event-block h4{
  font-size: 26px;
    line-height: 0.8;
  color: #7B5F39;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.read-more svg path{
  fill: #7B5F39;
}
.event-image{
    display: flex;
  align-items: center;
  justify-content: center;
}
.event-image svg{
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #2c3977;
    padding: 20px;
}
.event-meta i{
  margin-right:6px;
}
@media(max-width: 768px){
  .event-image,
  .read-more{
    display:none;
  }
  .event-block {
    grid-template-columns: 100px 1fr;
  }
  .event-meta-content{
    /* grid-column: 1 / span 3; */
    text-align: left;
  }
  .event-meta-wrapper{
    gap:0;
  }
}
@media (max-width: 576px) {
  .event-block {
    grid-template-columns: 1fr;
  }
    .event-date {
        font-size: 14px;
        border-right:0;
        border-bottom: 2px solid #F4F0E9;
        padding-bottom:8px;
        flex-direction: row;
        gap:8px;
        justify-content: start;
    }
    .event-month,
    .event-weekday{
      font-size:20px;
      text-transform: capitalize;
    }
}