/*
Theme Name: Lietkabelis 2019
*/

/*
 * Globals
 */

body {
  font-family: 'Ubuntu', sans-serif;
  color: #555;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  color: #333;
}

h2 {
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #78314d;
  text-transform: uppercase;
}
.team-title h2 {
  padding-bottom: 0px;
}
.partners .partner img {
  display: inline-block;
  position: relative; 
  left: 50%;
  transform: translateX(-50%);
}
.partners,
.new-post {
  z-index: 9;
  width: 80%;
  display: inline-block;
  position: relative; 
  left: 50%;
  transform: translateX(-50%);
}
.slick-prev:focus,
.slick-next:focus {
outline: none;
    border: none;
}

.slick-prev,
.slick-next {
  background: transparent;
  color: transparent;
  border: 0;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: -45px;
}
.slick-next {
    position: absolute;
    top: 50%;
    right: -75px;
}
.slick-next:before {
    content:url(/wp-content/themes/lietkabelis2018/images/right_arrow.png);
}
.slick-prev:before {
    content:url(/wp-content/themes/lietkabelis2018/images/left_arrow.png);
}

.partners .bx-prev,
.new-post .bx-controls-direction .bx-prev {
  left: -45px;
  z-index: 99999; 
  background: transparent;
}
.partners .bx-next,
.new-post .bx-controls-direction .bx-next {
  right: -45px;
  z-index: 99999;
  background: transparent;
}
.post-list {
  height: 700px;
}
.post-list .post { 
  position: relative;
  height: 700px; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 5px;
  cursor: pointer;
}
.post-list .post.show:after {
  background-color: transparent;
}
.post-list .post:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.3);
}
.post-list .post .post-info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 15px 30px;
  z-index: 9;
}
.video-gallery1 iframe {
  width: 100%;
  height: 600px;
}
.video-gallery2 iframe {
  width: 100%;
  height: 300px;
}
.post-list .post .post-info .date {
  font-size: 28px;
  color: #FFFFFF;
}
.post-list .post .post-info .title-post {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
}
.post-list .post .post-info p {
  font-size: 18px;
  color: #FFFFFF;
}
.sub-title {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.team-block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.team-block .player-block {
  position: relative;
  height: 170px;
  background-color: #dcdcdc;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.team-block .player-block:before {
  position: absolute;
  content: '';
  top: -12px;
  left: -65px;
  width: 100%;
  height: 215px;
  background-image: url(images/player_bg_left.png);
  background-repeat: no-repeat;
  background-size: 61%;
}
/*.team-block .player-block:after {
  position: absolute;
  content: '';
  top: -12px;
  right: -36px;
  width: 100%;
  height: 215px;
  background-image: url(images/player_bg_right.png);
  background-repeat: no-repeat;
  background-size: 110%;
}*/
.team-block .player-image img {
  width: auto;
  max-height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 95%;
}
.team-block .player-image {
  position: relative;
  width: 45%;
  float: left;
  height: 100%;
}
.page-id-40 table th,
.page-id-40 table td,
.page-id-40 table tr {
	font-size: 18px;
}
.team-block .player-info .name {
  font-family: 'Russo One', sans-serif;
  font-size: 21px;
  padding-right: 10px;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
  color: #78314d;
  height: 58px;
}
.team-block .player-info {
  width: 55%;
  float: left;
}
.team-block .player-info span img {
  padding-right: 5px;
  width: 24px;
  height: auto;
  margin-top: -3px;
}
.team-block .player-info span a {
  color: #78314d;
  cursor: pointer;
  position: relative;
}
.team-block .player-info span {
  display: block;
  font-size: 14px;
  color: #78314d;
  font-weight: bold;
  padding-bottom: 7px;
}
.table-turn {
  position: relative;
}
.turn-block,
.turn-block1 {
  padding: 0 60px;
}
.table-turn img {
  margin-bottom: 15px;
}
.tablepress tbody td, 
.tablepress tfoot th {
  border-top: 0 !important;
  color: #78314d;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
}
.turn-block:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #ddd077;
  top: 0;
  right: -2px;
}
.footer {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
  padding-right: 25px;
}
.footer-menu li a {
  font-size: 18px;
  color: #b5b5c8;
}
.footer-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-social .cnss-social-icon  {
  text-align: center !important;
}
.footer-social img {
  width: auto;
  height: 20px;
  padding: 0 5px;
}
.footer .textwidget {
  font-size: 23px;
  font-weight: bold;
  color: #FFFFFF;
}
.footer-top {
  height: 100px;
  line-height: 100px;
}
.footer-bottom {
  height: 80px;
  line-height: 80px;
}
.footer-bottom .left-block {
  color: #e3e3e3;
  font-size: 16px;
}
.footer-bottom .right-block a {
  color: #FFF;
}
.footer-bottom .right-block {
  font-size: 16px;
  color: #97677a;
  text-align: right;
}
.slider-block {
  position: relative;
  width: 100%;
  height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 8;
}
.page-id-40  a,
.page-id-40  h6 {
  color: #FFF;
	font-size: 18px;
}
.slider-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(108, 12, 50, 0.9);
}
.header.not-home .navbar-toggle {
  position: relative;
}
.header.not-home .navbar-toggle.active {
  position: fixed;
}
.header.not-home {
  background-color: #6c0c32;
  position: relative;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.page-content.post-page h1 {
  padding-bottom: 0;
}
.page-content.post-page .date {
  display: block;
  color: #b0b0b0;
  margin-bottom: 20px;
}
.page-content .title h2 {
  padding-bottom: 50px;
}
.page-content span,
.page-content p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
}
.page-content .container-block {
  padding-bottom: 30px;
}
.page-content {
  color: #FFF;
  position: relative;
  background-color: #6c0c32;
  padding: 50px 0;
  margin-top: -2px;
}
.page-content.post-page {
  padding: 50px 0 0 0;
}
.page-content img {
  max-width: 100%;
  height: auto;
  padding: 15px 0;
}
.page-content .single-slider {
  background-color: rgba(66, 10, 32, 0.5);
  padding: 50px 0;
  z-index: 9;
}
#map {
  width: 100%;
  height: 300px;
}
.page-content.template-page {
  padding-bottom: 0;
}
.page-content.template-page .custom-info {
  padding: 30px 0;
}
.page-content .custom-info {
  background-color: rgba(66, 10, 32, 0.5);
  z-index: 9;
  position: relative;
}
.page-content .custom-info p {
  font-weight: normal;
}
.page-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 486px;
  background-image: url(images/page-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}
.page-content .row {
  padding: 0 15px;
}
.page-content h1 {
  font-size: 44px;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 30px;
}
.page-content .title {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-content .title h2 {
  position: relative;
  padding: 0 30px 0 65px;
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
.page-content .title h2:before {
  content: '';
  position: absolute;
  width: 53px;
  height: 44px;
  top: -3px;
  left: 0px;
  background-image: url(images/br-icon.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.slider-block:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  background-position: bottom;
  background-image: url(images/header_bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.slider-image {
  height: 900px;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.slider-image:before {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
  background-position: bottom;
  background-image: url(images/deb1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.slider-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: bottom;
  background-image: url(images/deb2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}*/
.menu {
  padding-top: 60px;
  padding-left: 150px;
}
.menu>li {
  padding: 15px 0;
  list-style: none;
  float: left;
}
.menu>li>a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.navbar .cnss-social-icon {
  top: 73px;
  position: absolute;
  right: 0%;
}
.navbar .cnss-social-icon .cn-fa-facebook img {
  width: 10px;
  height: auto;
  margin-right: 15px !important;
}
.navbar .cnss-social-icon .cn-fa-instagram img {
  width: 23px;
  height: auto;
  margin-right: 15px !important;
}
.navbar .cnss-social-icon .cn-fa-youtube img {
  width: 23px;
  height: auto;
  margin-right: 15px !important;
}
.navbar .cnss-social-icon .cn-fa-twitter img {
  width: 24px;
  height: auto;
  margin-right: 15px !important;
}
ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0 9px;
}
ul.sub-menu li {
  list-style: none;
  background: #f0f0f0;
  padding: 2px 10px 2px 10px;
  margin-bottom: 1px;
}
ul.sub-menu li a {
  color: #6f1b3f;
  font-size: 16px;
}

.menu>li>a {
  padding: 0 9px;
}
.menu li a:focus, .menu li a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ddd077;
}
.slider-block .timerc {
  padding: 0 5px;
  margin-top: 5px;
  font-size: 17px !important;
}
.slider-block .timer {
  width: 400px;
  position: absolute;
  top: 25%;
  right: 5%;
}
.slider-block .timer .title {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #6c0c32;
  float: left;
}
.slider-block .timer .time {
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #6c0c32;
  float: left;
}
.slider-block .timer .time b {
  font-size: 40px;
}
.slider-block .time-team {
  float: left;
  background: #f0f0f0;
  width: 100%;
  margin: 10px 0;
}
.slider-block .time-team .leag {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
}
.slider-block .time-team .team1,
.slider-block .time-team .team2 {
  width: 45%;
  float: left;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.slider-block .time-team .team1 img,
.slider-block .time-team .team2 img{
  width: 100px;
}
.slider-block .time-team .teams {
  float: left;
  text-align: center;
  width: 10%;
  top: 70px;
  position: relative;
}
.slider-block p {
  margin-bottom: 0;
}
.slider-block .custom-icon {
  position: absolute;
  bottom: 17%;
  left: 2%;
}
.slider-block .time-team .team1 p,
.slider-block .time-team .team2 p{
  color: #6c0c32;
  font-weight: bold;
  font-size: 22px;
}
.admin-block {
  text-align: center;
  padding-bottom: 30px;
  min-height: 300px;
}
.admin-block .admin-title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  display: block;
  font-weight: bold;
}
.admin-block .admin-image img {
  width: 240px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
.admin-block .admin-name {
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.admin-block .admin-email {
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: normal;
}
.header-info {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 520px;
  z-index: 10;
}
.header-info .header-info-title {
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.header-info p {
  font-size: 18px;
  color: #FFFFFF;
  padding-bottom: 40px;
  padding-top: 20px;
}
.header-info .btn {
  margin-right: 15px;
}
.btn {
  background: #FFFFFF;
  border: 0;
  color: #6c0c32;
  font-size: 18px;
  padding: 14px 5px;
  width: 160px;
  font-weight: bold;
}
.btn:hover {
  background: #ddd077;
  color: #FFFFFF;
}
.menu>li.menu-item-has-children>a {
  padding: 0 15px 0 9px;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ddd077 transparent transparent transparent;
}
a:focus, a:hover {
  color: #FFF;
}
@media (max-width: 1200px){
  .header-info .header-info-title {
    font-size: 50px;
  }
}
@media (min-width: 1024px){
  .menu>li:hover ul.sub-menu {
    display: block;
  }
}
@media (max-width: 1024px){
  .slick-prev {
    top: 32%;
}
.slick-next {
    top: 32%;
}
  .menu>li.menu-item-has-children>a {
    padding: 0 9px;
  }
  ul.sub-menu {
    display: block;
    position: relative;
  }
  ul.sub-menu li {
    background: transparent;
    padding: 6px 0;
    margin-bottom: 0;
  }
  ul.sub-menu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  .menu-item-has-children {
    padding-bottom: 0 !important;
  }
  .menu-item-has-children:after {
    display: none;
  }
  .not-home .navbar-brand img {
    width: 100px;
  }
  .slider-block .timer {
    right: 3%;
  }
  .header-info {
    left: 3%;
    width: 50%;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 59px;
    right: 0;
    z-index: 9999999999999;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    width: 30px;
    background: #f0f0f0;
    height: 4px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    top: 11px;
    position: fixed;
  }
  .navbar-toggle.active span.hideactive {
    visibility: hidden;
  }
  .navbar-toggle.active span.first {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggle.active span.last {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    position: fixed;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .menu {
    float: none!important;
    margin-top: 7.5px;
    padding-left: 0;
  }
  .menu>li {
    float: none;
    padding: 6px 0;
  }
  .menu>li>a {
    border: 0;
  }
  .collapse.in{
    display:block !important;
    width: 100%;
    height: 100% !important;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999;
  }
  .navbar .cnss-social-icon {
    position: absolute;
    top: 25px;
    text-align: center !important;
    width: 100%;
  }
  .navbar .cnss-social-icon .cn-fa-facebook img {
    width: 10px;
    height: auto;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .post-list .post {
    height: 500px;
  }
}
@media (max-width: 992px){
  .footer-top {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
  }
  .footer-bottom {
    line-height: 40px;
    height: 40px;
  }
  .header-info {
    width: 40%;
    top: 180px;
  }
  .slider-block .timer {
    top: 20%;
  }
  .team-block .player-block {
    width: 320px;
    float: right;
  }
  .team-block .col-sm-6:nth-child(even) .player-block {
    float: left;
  }
  .header-info .btn {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .admin-block {
    min-height: auto;
  }
  .slider-block .bx-wrapper .slider,
  .slider-block .bx-wrapper {
    display: none;
  }
  .page-content .title h2 {
    font-size: 26px;
  }
  .page-content .title h2:before {
    top: -6px;
  }
  .post-list .post .post-info .title-post {
    font-size: 24px;
    line-height: 1.3;
  }
  .post-list .post .post-info p {
    font-size: 16px;
    line-height: 1.3;
  }
  .page-content.template-page .custom-info { 
    text-align: center;
  }
  .partners, .new-post {
    width: 70%;
  }
  .footer-top {
    text-align: center;
    height: auto;
    line-height: 1;
  }
  .footer-menu {
    padding: 15px 0;
  }
  .footer-menu li {
    padding: 5px 10px;
    width: auto;
  }
  .footer {
    padding: 5px 0;
  }
  .slider-block .timer {
    top: 42%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom {
    line-height: 1;
  }
  .header-info .btn {
    padding: 10px;
  }
  .slider-block .custom-icon {
    left: 5%;
    bottom: -1%;
text-align: center; width: 90%;
  }
    .slider-block .custom-icon img { width: 60%; } /* Romanas */
  .header-info p {
    padding: 5px 0;
  }
  .header-info .header-info-title {
    font-size: 30px;
  }
  .header-info {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 15px;
  }
  .turn-block:after {
    display: none;
  }
  .team-block .player-block {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .team-block .col-sm-6:nth-child(even) .player-block {
    float: none;
  }
}
@media (max-width: 500px) {
  .slider-block .timer {
    top: 45%;
    width: 100%;
    padding: 0 15px;
  }
  .slider-block .timer .title {
    font-size: 23px;
  }
  .slider-block .time-team .team1, .slider-block .time-team .team2 {
    padding-top: 50px;
  }
  .slider-block .time-team .leag {
    top: 50px;
  }
  .slider-block .timer .time {
    font-size: 14px;
  }
}
@media (max-width: 400px){
  .team-block .player-block {
    width: 100%
  }
}
