/*
Theme Name: kickoffdrive
Theme URI: https://drive.solace.event
Author: Solace Drive
Author URI: https://solace.com
Description:  Solace for Kickoff 2021
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kickoffdrive
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Quattrocento+Sans:wght@400;700&display=swap');
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Quattrocento+Sans:wght@400;700&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
:root {
  /*--orange-color: #ff5c00;*/
  /*--orange-color: #ff2975;*/
  /*--navy-color: #006773;*/
  /*  --navy-color: #481181;*/
  /*--dark-blue-color: #00171e;*/
  /*--dark-blue-color: #13072b;*/
  --navy-color: #009193;
  --orange-color: #F37021;
  --dark-blue-color: #20262A;
}
::-moz-selection{background-color: var(--orange-color);color:#fff;}
::selection {background-color: var(--orange-color);color:#fff;}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Rubik', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: var( --orange-color);
  transition: color .5s ease-in-out
}
a:hover{color: var( --dark-blue-color);}
a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif;
}
h1 {
  font-size: 3rem;
  padding-bottom: 10px;
  line-height: 1.4;
  color:#fff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25;
  padding-bottom: 0.3em;
}
h1, h2{
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}
h1:after, h2:after{
  background-color: var(--orange-color);
  bottom:-15px;
  display: block;
  content: "";
  height:2px;
  left:0;
  position: relative;
  width: 150px;
}
h2:after{
  bottom:-25px;
  margin-bottom: 15px
 }

h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Rubik', sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
@media all and ( min-width: 1024px){
  .home h1 {font-size: 3.5rem;margin-bottom: 10px}
  .home h1:after{bottom: -5px}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
@media (min-width: 992px){
  .container {max-width: 1040px;}
}

@media (min-width: 1100px){
  .container {max-width: 1040px;}
}

@media (min-width: 1200px){
  .container {max-width: 1140px;}
}
@media (min-width: 1300px){
  .container {max-width: 1240px;}
}
@media (min-width: 1400px){
  .container {max-width: 1340px;}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #20262A;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .34rem 1rem .74rem;
}
.navbar-brand > a,
.navbar-brand > a:active,
.navbar-brand > a:focus{
  outline:  0!important;
  outline-color:#000;
  box-shadow: none
}
.navbar-brand a img{
  max-height: 70px;
  position: relative;
}
@media screen and (max-width: 600px) {
  
}

@media screen and (max-width: 992px) {
  header#masthead {padding: .1rem 1rem;}
  .navbar-brand a img{  height: auto;  position: relative; width: 95%}
}

@media screen and (max-width: 1200px) {
  .navbar-brand{max-width: 100%}
}
@media screen and (min-width: 992px) {
  header#masthead {height: 85px}
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  max-width: 100%;
  position: relative;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  background-color:#000!important;
  background-repeat:repeat!important;
  background-position: bottom center!important;
  background-size: cover!important;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 40px;
  font-size: 1.25rem;
  color:#fff;
}
.page-sub-header-overlay{
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
background: rgba(0,0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 90%);

 }
.home-elevante-logo{
  position: absolute;
  top: 80px;
  width:56%;
  display: none;
  z-index: 99;
}
.home-elevante-pass-container{
   position: relative;
   height: 0px;

 }

.home-elevante-pass{
  position: absolute;
  top: 40px;
  right: 15px;
  width: 200px;
  display: none;
  z-index: 99;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.header-white-block{
  background-color: #fff;
  color: var(--dark-blue-color);
  text-align: left;
  padding: 20px 25px;
  height: 100%
}
.header-white-block1{border-bottom: solid 1px var(--dark-blue-color);}
.header-white-block a{
  color: var(--dark-blue-color);
}
.header-white-block a:hover{
  text-decoration: none
}
.header-white-block h3{
  color:var(--navy-color);
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 5px;margin: 0;
  text-transform: uppercase;
}
.header-white-block p{
  text-align: left;
  color: var(--dark-blue-color);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0
}
.header-white-block a{
  transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  position: relative;
}
.header-white-block a:after{
  content: ">";
  color: var(--orange-color);
  position: absolute;
  right: -15px;
}
.header-white-block a:hover{
  color: var(--orange-color);
}
.bg-dark-blue{background-color: var(--dark-blue-color);}
.bg-navy .full-column-free,
.bg-dark-blue .full-column-free,
.bg-navy .full-column-free h2,
.bg-dark-blue .full-column-free h2,
.bg-navy .section-title h2,
.bg-dark-blue .section-title h2{
  color: #fff
}
.page-id-5 .bg-dark-blue .three-block,
.page-id-5 .bg-navy .three-block{
  background-color: #fff!important 
}

.page-id-5 .bg-dark-blue  h2,
.page-id-5 .bg-navy h2{
  color: #fff!important
}

.bg-white{background-color: #fff}

.pages-stream-button .kf-streaming-block.block-templ,
#masthead .kf-streaming-icon.color-orange{display: none}

#page-sub-header .kf-streaming-block{
  text-align: left;
  height: 100%;
  margin: auto;
  max-width: 100%;
  min-width: 100%;
}
#page-sub-header .kf-streaming-block h3{
  font-size: 24px;
  line-height: 25px;
  padding-bottom: 3px
}
#page-sub-header .kf-streaming-block p{
  color:#fff;
  font-size: 20px;
  line-height: 1.2;
}
#page-sub-header .kf-streaming-block a{
  height: 100%
}
#page-sub-header .kf-streaming-icon{
  margin: 0 auto auto;
  top: 8px
}
.home #page-sub-header .kf-streaming-icon{top:15px;}
.kf-streaming-block.tshirt .kf-streaming-icon{
  top: 10px;right: 0px
}
.home-header-content{
  width: 100%;
  padding: 30px 0 30px 50px;
  position: relative;
}
.koff-orange{
  color: var(--orange-color);
  display: block;
  font-size: 27px;
  left: -90px;
  line-height: 1;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  transform: rotate(-90deg);
  top: 130px;
  width: 200px;
}
#pageinner-sub-header {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 40px;
  font-size: 1.25rem;
  background-size: cover !important;
  color:#fff;
  text-shadow: 1px 2px 5px rgb(0 0 0 / 80%);
}
.header-content{
 text-shadow: 1px 2px 5px rgb(0 0 0 / 100%); 
}

@media screen and (min-width: 450px) {
  #page-sub-header {padding-top: 8rem;}
}
@media screen and (min-width: 600px) {
  #page-sub-header {padding-top: 10rem;}
}
@media screen and (min-width: 768px) {
  .header-white-block1{margin-right: 1px;border-bottom: 0}
  #page-sub-header {padding-top: 13rem;}
  .home-elevante-logo,
  .home-elevante-pass{display: block;}

}
@media screen and (min-width: 992px) {
  #page-sub-header {padding-top: 15rem;}
  .home-header-content{width: 65%}
  .home-elevante-pass{width:250px;}
}
@media screen and (min-width: 1200px) {
  /*#page-sub-header {padding-top: 17rem;}*/
  #page-sub-header {padding-top: 7rem;}
  .home-header-content{width: 53%;max-width: 870px;}
}
@media screen and (min-width: 1400px) {
  .home-elevante-pass{width:360px;}  

}

@media screen and (max-width: 767px) {
   #wpadminbar{display: none;}
   html:lang(en-US) {margin-top: 0!important;}

}

.list-socials{list-style: none; text-align: center;margin: 0;padding: 0}
.list-socials li{display: inline-block;}
.list-socials li a{display: block;font-size: 25px;padding: 15px 15px 10px}
.list-socials li a:focus,
.list-socials li a:active,
.list-socials li a:hover{color:#fff;}
@media screen and (min-width: 425px) {
  .header-socials-block{margin-bottom: 15px}
}
.page-edit-link{display: none}
@media screen and (min-width: 992px) {
  .header-socials-block{display: none}
  .page-edit-link{position: absolute;top:10px;display: inline-block;}

}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;

}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  /*padding: 1rem;*/
  padding: 5px 17px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-parent > a,
.navbar-nav .dropdown-menu li.current-page-ancestor a,
.navbar-nav .dropdown-menu li.current_page_item a,
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a,
#masthead .navbar-nav > li.current-page-ancestor > a,
#masthead .navbar-nav > li.current-menu-parent > a {
  color: var(--orange-color);
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media all and (min-width: 991px){
  .footer-nav .menu-item-notext a,
  body:not(.theme-preset-active) #masthead .navbar-nav > li.menu-item-notext > a{
    font-size: 0;
    padding: 5px 20px 5px 5px;
  }
  .footer-nav .menu-item-notext a i,
  body:not(.theme-preset-active) #masthead .navbar-nav > li.menu-item-notext > a i{
    font-size: 20px
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.800rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {display: none;}
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {right: -9.875rem;top: 1.375rem;}
  .admin-bar .sticky-top{top: 32px;}
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {padding: 5px 15px;}
}
@media screen and (max-width: 991.8px) {
  .navbar-nav .dropdown-menu {border: medium none;margin-left: 1.250rem;padding: 0;}
   body:not(.theme-preset-active) #masthead .navbar-nav > li > a {padding:1rem;}
   .dropdown-menu li a {padding: 0;}
  #masthead .navbar-nav > li > a {padding-bottom: 0.625rem;padding-top: 0.313rem;}
  #main-nav{background-color: #2f2e2e;margin-top: 2px;margin-bottom: 15px}
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{display: inline-block;}
  .navbar-brand{max-width: 350px;width:70%;}
}

.navbar-nav .dropdown-menu{
  margin: 0
}
.navbar-nav .dropdown-menu a:hover{
  color: var(--orange-color)
}
.navbar-nav .dropdown-menu a:focus{
  text-shadow: none;
  outline: none
}

.navbar-nav  .dropdown-menu a{
  text-align: center;
  padding:10px 20px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu{background-color: #20262A}
  .navbar-nav .dropdown-menu a{text-align: right;padding-right: 30px}
  .navbar-expand-lg .navbar-nav .dropdown-menu {left:auto;right: -1px}
}


.sticky-top{transition: all 0.3s ease-in-out}

.home .pages-stream-button{
  display: none
}
.pages-stream-button{
  display: none;
  position: absolute;
  top:80px;
  right:0px;
  transition: all .3s ease-in-out;
  z-index: 1
}
.sticky-top-header .pages-stream-button{ 
  opacity: 0;
  display: none
}
.sticky-header-streaming-button{
  display: none;
  transition: all .3s ease-in-out;
}
.sticky-top-header .show .sticky-header-streaming-button{opacity: 0}
.sticky-header-streaming-button a{display: block;width:55px; height: 40px}
.sticky-header-streaming-button .kf-slack-icon a{width:30px; height: 30px; position: relative;}

.sticky-header-streaming-button a svg{width: 100%; height: 100%}
.sticky-header-streaming-button .color-gray svg{fill:#888!important;}
.sticky-header-streaming-button .color-navy svg{fill:var(--navy-color)!important;}
@media screen and (min-width: 992px) {
  .sticky-top-header .navbar-nav{/*padding-right: 80px; */transition: all 0.3s ease-in-out;}  
  .sticky-top-header .sticky-header-streaming-button{right:0px;top:10px;display: inline-block;position: absolute;  }
  .pages-stream-button{display: block;}
  
}

  #wp-admin-bar-csmm{display: none!important}
  .navbar-toggler {
    border: medium none;
    outline: none;
    border:solid 1px var(--orange-color);
    background-color:var(--orange-color);
    font-size: 18px;
    position: relative;
    top:-2px;
  }
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler.collapsed{
    background-color: transparent;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 92, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-nav{
    text-align: center;
    padding-top: 0px
  }


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
a:focus,
.navbar-toggler:focus{
  box-shadow: 0 0 2px 2px rgba(253, 90, 0, 0.6);
  outline: none
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding: 0;
  position: relative;
}
.page_section{
  padding: 50px 0 20px;
}
.page_section h2{
  font-weight: bold;
  margin-bottom: 50px
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body{min-height: 100vh;
  position: relative;
  margin: 0;}

footer.kf-footer {
  position: relative;
  bottom: 0;
  width: 100%
}
.bg-orange{background-color: var(--orange-color); color:#fff;}
.bg-dark-blue{background-color:  var(--dark-blue-color);}
.bg-navy{background-color:  var(--navy-color)}
.text-right {text-align: right;}
.text-center{text-align: center;}
.bg-gray{background-color: #f5f5f5}
.button{
  transition: box-shadow 0.3s ease-in-out;
}
.button:hover{
  box-shadow: inset 40px 0 rgba(0,0,0,0.03), inset 90px 0px rgba(0,0,0,0.06), inset 140px 0px rgba(0,0,0,0.09), inset 190px 0px rgba(0,0,0,0.12), inset 240px 0px rgba(0,0,0,0.15);
}

.kf-streaming-block{
  max-width: 350px;
  position: relative;
  width: 100%;
  margin: auto;
  min-width: 300px;
}
.kf-streaming-block a:hover{text-decoration: none}
.kf-streaming-block a{
  display: block;
  color:#fff!important;
  padding: 20px 70px 20px 20px;
  width: 100%;
}
.kf-streaming-block h3{
  color:#fff;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
.kf-streaming-block p{
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.sticky-header-streaming-button .kf-slack-icon,
.sticky-header-streaming-button .kf-streaming-icon{
  right: 0;
  width: 30px;  height: 30px;
}
.sticky-header-streaming-button .kf-streaming-icon{
  right: 60px;
  top:-8px;
}

.kf-slack-icon,
.kf-streaming-icon{
  display: block;
  position: absolute;
  top:0; right: 10px;bottom: 0; margin: auto;
  width: 70px;  height: 70px;
}
.kf-streaming-block.bg-white h3{
color: #333!important;
}
.kf-streaming-block.bg-white a,
.kf-streaming-block.bg-white{
  color:var(--orange-color)!important;
  
}
#page-sub-header .kf-streaming-block.bg-white svg{
  fill:var(--orange-color)!important;
}
.kf-streaming-block.bg-white a.button:hover{
  color:#333!important;
  box-shadow: inset 40px 0 rgba(255,92,0,0.4), inset 90px 0px rgba(255,92,0,0.3), inset 140px 0px rgba(255,92,0,0.09), inset 190px 0px rgba(255,92,0,0.12), inset 240px 0px rgba(255,92,0,0.15);
}
@media only screen and (max-width: 991.8px) {
  .header-socials-block{display: none}
}

.page-default-content{
  text-align: center;
  margin: 70px auto;
  max-width: 80%;
}
.page-default-content h2:after{
  margin: auto;
  right: 0;
}
.page-default-content p{
  font-size: 1.3em;
  line-height: 1.3;
}
.three-column{
  margin-bottom: 30px
}
.three-block{
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  height: 100%;
  padding:0;
  overflow: hidden;
}
.bg-navy  .three-block,
.bg-dark-blue .three-block{background-color: #f5f5f5}
.bg-gray .three-block{background-color: #fff}
.three-image{
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
}
.three-content{
  padding: 10px 30px 30px 30px;
}
.three-content h3{
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Rubik', sans-serif;
}
.three-content strong{
  display: block;
  margin-bottom: 10px
}
.orange-cta{
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.orange-cta:hover{
  text-decoration: none
}
.orange-cta:after{
  content: '>';
  display: inline-block;
  position: absolute;
  right: -10px;
  top:-1px;
  transition: right 0.3s ease-in-out;
}
.orange-cta:hover:after{
  right: -15px
}
.full-block{
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  overflow: hidden;
}
.full-block .logo{
  display: block;
  margin: 30px auto 0 0;
  float: none;
  height: 50px;
  width: auto; 
}
.full-image{
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.full-image-content h4{
  color: #fff;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  margin: 10px 0;
}
.full-image-content p{
  font-size: 0.95em;
  line-height: 1.3;
}
.full-image-content{
  position: absolute;
  background-color: rgba(0,56,62,0.6);
  color: #fff;
  width: 100%;
  bottom: 0;
  padding: 15px 25px;
}
.full-content{
  padding-bottom: 30px;
}
.full-content p,
.full-content h3{
  padding-right: 30px;}
.image-right .full-content p,
.image-right .full-content h3{
  padding-left: 30px;}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.bwg_load_btn{
  font-size: 18px;
  font-weight: normal;
  margin-top: 30px;
}
.spider_popup_wrap {
    background-color: rgba(255, 255, 255, 0.8)!important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.bwg_load_btn,
.wppb-user-forms .button,
.form-submit .button,
.wppb-logout-url,
.orange-button{
  background-color: var(--orange-color);
  border: solid 5px var(--orange-color);
  color: #fff;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  padding:10px 45px; 
  text-transform: uppercase;
  transition: all 0.3s ease-in-out
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.bwg_load_btn:hover,
.wppb-user-forms .button:hover,
.form-submit .button:hover,
.wppb-logout-url:hover,
.orange-button:hover{
  text-decoration: none;
  background-color: #fff;
  color: var(--orange-color);
}
.wppb-user-forms .button,
.form-submit .button,
.wppb-logout-url{
  display: block;
  max-width: 300px;
  margin:20px auto 0; 
  width: 90%
}
.wppb-user-forms .button:hover,
.form-submit .button:hover{
   box-shadow:none!important
}
.navy-button{
  background-color: var(--navy-color);
  border: solid 5px var(--navy-color);
  color: #fff;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  padding:10px 45px; 
  text-transform: uppercase;
  transition: all 0.3s ease-in-out
}
.navy-button:hover{
  text-decoration: none;
  background-color: #fff;
  color: var(--navy-color);
}
.image-right .full-content .orange-button{margin-left: 30px}
.full-content-inner{padding-top: 15px}
.full-content-inner h3{font-size: 22px}

.full-content-inner .mp_off{
  margin-left: 30px
}
.full-content-inner .mp_off .mejs-container {
    background: #1d4e56!important;
  }

@media only screen and (min-width: 768px) {
  footer .kf-streaming-block{margin: auto 0 auto auto;}
}
@media only screen and (min-width: 992px) {
  .image-right .full-image{right: -1px}
}
@media only screen and (max-width: 350px) {
  .kf-streaming-block {max-width: 85%;min-width: 85%;text-align: center;}
  .kf-streaming-block a{padding: 20px 20px 0}
  .kf-streaming-icon{position: relative;display: block;margin: auto;right: 0;left: 0;}
  #page-sub-header .kf-streaming-block{text-align: center;}
}
@media only screen and (max-width: 991.8px) {
  .full-content-inner{padding-left: 30px;padding-right: 30px}
  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.kf-footer {
  color: #fff;
  background-color: #151616;
}
.site-info{
  padding: 10px 0;
  border-top: solid 1px #313030;
}
.site-info a,
.site-info {
  color: #888;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-align: center;  
}
.footer-nav a{
  color:#fff;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.footer-nav a:hover{
 color:var(--orange-color)
}
.footer-nav .current_page_item a{
 color:var(--orange-color)
}
ul.footer-nav{
  margin: 0;
  padding: 0;
}
.footer-nav li{
  list-style: none;
  display: inline-block;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {padding-bottom: 0.938rem;padding-top: 0.938rem;}
  footer.kf-footer .kf-streaming-block{margin: 10px auto 20px}
}
@media screen and (min-width: 768px) {
  .before-footer{padding-bottom: 110px}
  .page-template-page-agenda .before-footer{padding-bottom: 140px}
  footer.kf-footer {position: absolute;bottom: 0;width: 100%}
}
@media screen and (max-width: 600px) {
  .footer-nav li {display: block;text-align: center;}
}



/*--------------------------------------------------------------
# AGENDA
--------------------------------------------------------------*/

.event {
  padding: 10px 0;
  border-bottom: solid 2px #cbd0d1;
}
.event h3{
  font-size: 25px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3;
  margin: 5px 0 10px;
  text-transform: capitalize;
}
.event.event-type2 h3{
  color: var(--orange-color)
}
.event-time{
  
  font-size: 21px;
  letter-spacing: 1.4px;
  margin: 8px 10px 2px;
  text-align: center;
  
}
.event-buttons{
  margin:50px 0 10px 
}
.event.event-type1 .buttonev{
  background-color: #b7bfbf;
  border: solid 5px #b7bfbf;
  cursor: not-allowed;
  pointer-events: none;
}
.event.event-type1 .buttonev:hover{
  color: #b7bfbf;
}

.event.event-type2 .buttonev{ /* */
  background-color: var(--orange-color);
  border: solid 5px var(--orange-color);
}
.event.event-type2 .buttonev:hover{
  color: var(--orange-color);
}

.event.event-type3 .buttonev{
  background-color: var(--dark-blue-color);
  border: solid 5px var(--dark-blue-color);
}
.event.event-type3 .buttonev:hover{
  color: var(--dark-blue-color);
}
.event-type4{
background-color: #f5f5f5;
}
.event.event-type4 .buttonev{
  background-color: var(--navy-color);
  border: solid 5px var(--navy-color);
}

.event .buttonev{
  background-color: var(--orange-color);
  border: solid 5px var(--orange-color);
  display: block;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}
.event .buttonev:hover{
  background-color: #fff;
  text-decoration: none
}
.event.event-type4 .buttonev:hover{
    color: var(--navy-color);
}
.event-speakers{
  display: block;
  height: 150px;
  margin: auto;
  position: relative;
  width: 220px;
}
.event-speakers img{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 5px #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.event-speakers img.event-speaker{
  position: relative;
  margin: auto;
}
.event-speaker21,
.event-speaker22{
  position: absolute;
  top:10px;
  left:0;
}
.event-speaker22{
  right:0;
  left:auto;
}
.event-speakers.event-speakers3-box{
  width: 100%;
  max-width: 300px;
}
.event-speaker31,
.event-speaker32,
.event-speaker33{
  position: absolute;
  top:10px;
  left:0;
}
.event-speaker32{
  right:0;  left:0;
  margin: auto;
}
.event-speaker33{
  right:0;
  left:auto;
}

.event-spname{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.tabs-container{
  position: relative;
  margin-top: 50px
}
.tabs-section{
 position: -webkit-sticky;
 position: sticky;
 top: 83px;
 background-color: #fff;
 z-index: 2
}


.admin-bar .tabs-section{top:118px;}
#tabs {
   width: 100%;
   margin: 0;
   padding: 0;
   border-bottom: solid 3px var(--dark-blue-color); 
}
#tabs li {
    display: inline-block;
    list-style:none; 
    margin:0 -4px 0 0; 
    outline:none;
    vertical-align: top;
    width: 30%;

}
#tabs li a.tabttl{
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 20px 10px;
   /*border-bottom: solid 3px var(--dark-blue-color); */ 
  transition: background-color .1s ease-in-out;
  min-height: 90px
}
#tabs li a.tabttl span{
  display: block;
}
#tabs li a.tabactive{
  background-color: var(--dark-blue-color);
  color: var(--orange-color);

}
#tabs li a:hover{
  color: var(--orange-color);
  cursor: pointer;
}
#tabs li:nth-child(4),
#tabs li:nth-child(5){display: none}
.page-id-347 #tabs li{width: 32%}
.page-id-347 #tabs li:nth-child(4){display: inline-block}
.page-id-347 #tabs li:nth-child(5){display: inline-block}

.page-id-191 #tabs li a.tabttl#tab3,
.page-id-191 #tabs li a.tabttl#tab4{display: none}

@media only screen and (min-width: 992px) {
  .page-id-347 #tabs li{width: 19%}
  .event-spname{text-align: left;}
}

.tabcnt-section{
  clear:both;           
  position: relative;
  width:100%; 
  min-height: 500px
  top:0;
}
.tabcnt {
  padding-top: 20px;
  position: absolute;
  width: 100%;
  opacity: 0;
  display: none;
  top:0;min-height: 500px
}
.tabcnt.activecnt{
  display: block;
  opacity: 1;
  position: relative;
}
.tree_blocks_section{overflow: hidden;}

.home .tree_blocks_section.bg-white .full-column-free p{
  font-size: 1.2rem;
  line-height: 1.6;
}
.home-speakers-section{
  padding: 70px 0 50px
}

.home-speakers{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-speakers .home-circle{
  display: block;
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: --325px;
  left:0px;
  background:url(images/bg-circle.png) no-repeat top left / 100% auto; 
  animation: rotation 100s infinite linear;
  -webkit-animation: rotation 100s infinite linear;
}
.home-speakers .home-sp:hover{
  width: 125px;
  height: 125px;
}
.home-speakers .home-sp{
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  border:solid 4px #fff;
  display: block;
  left:20px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top:0;
  width:120px;
  transition: all .3s ease-in-out
}

.home-lounge{
  width: 100%;
  max-width: 950px;
  margin: 50px auto 80px;
}
.home-lounge h2:after{
  left:0;right: 0;
  margin: auto;
}
.home-lounge p{
  font-size: 1.2em;
}
.home-lounge p>a{
  font-size: 16px;
}
.home-l-section{
  padding-bottom: 170px
}

.page-id-8 .bg-navy .full-image{
  min-height: 450px;
}

.l-col-block h3{
  color: var(--orange-color);
  font-family: 'Rubik', sans-serif;
  font-size: 23px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.home-l-section .l-col-block h3 a:hover{
  color:#fff;
  text-decoration: none
}  

.l-col-block{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  margin-bottom: 14px;
  min-height: 200px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all .5s ease-in-out
}
.l-col-block p{
  line-height: 1.2
  font-size:18px;
}
.l-col-blockv1{min-height:260px}
.l-col-blockv2{height:300px}
.col4-block1,
.col2-block1,
.col2-block2{height: 400px}
.col4-block2,
.col4-block3{height:23.45%}
.col4-block2{background-size: auto 100%;}
.l-col-block-text{position: relative;}
.l-col-block-textinner{
  margin: auto;
  width: 80%;
  position: absolute;  top: 50%;  transform: translateY(-50%);  left: 0;  right: 0;  margin: auto;  width: 80%;
}
.l-col-block-texthover{
  position: absolute;  top: 50%;  left: 0;  right: 0;  margin: auto;  width: 80%;
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: scale(1.3) translateY(-50%);
  transform: scale(1.3)  translateY(-50%);

}
.l-col-block{
  overflow: hidden;
}

.l-col-block:hover .l-col-block-texthover{
  opacity: 1;
  -webkit-transform: scale3d(1,1,1) translateY(-50%);
  transform: scale3d(1,1,1) translateY(-50%);
}

.l-col-block:hover{
  opacity: 1;
}

.l-col-block.l-col-block-bg:before{
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  -webkit-transform: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.l-col-block.l-col-block-bg:hover:before{
 opacity: 1;
}

/*
.l-col-block.l-col-block-bg:before{
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #ff9500;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}
.l-col-block.l-col-block-bg:hover:before{
 opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}*/


.row.l-gutter {
  margin-left: 10px;
  margin-right: 10px;
}
.row.l-gutter .col-12{
  padding-left: 7px;
  padding-right: 7px;
}
.home .tree_blocks_section.bg-dark-blue .full-block{
  background-color: transparent!important;
}
.home .tree_blocks_section.bg-dark-blue .full-block .full-content,
.home .tree_blocks_section.bg-dark-blue .full-block .full-content-inner{
  padding: 0!important;
}
.home .tree_blocks_section.bg-dark-blue .full-block .full-content-inner>p{
  padding: 0 15px!important;
  margin: 0!important;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .col4-block1,.col2-block1,.col2-block2{height: 48.2%}


}
@media only screen and (min-width: 520px) and (max-width: 760px) {
  .home-speakers .home-sp{margin:2px 10px}
}
@media only screen and (min-width: 992px) {
.home-speakers .home-sp1{  top: 15%; left: 5%; animation: mface 4s infinite linear;}
.home-speakers .home-sp2{  top: 60%; left: 10%; animation: mface2 6s infinite linear;}
.home-speakers .home-sp3{  top: 12%; left: 40%; animation: mface3 5s infinite linear;}
.home-speakers .home-sp4{  top:-50px;left: 70%; animation: mface4 6s infinite linear;}
.home-speakers .home-sp5{  top: 43%; left: 69%; animation: mface5 4.5s infinite linear;}
.home-l-section{padding-bottom: 50px}

  .home .tree_blocks_section.bg-dark-blue .full-block .full-content-inner>p{padding: 0 0 0 15px!important;  right: -15px;}
}
@keyframes mface {
  50% {transform: translateX(10px);transform: translateY(4px);}
}
@keyframes mface2 {
  50% {transform: translateX(-8px);}
}
@keyframes mface3 {
  50% {transform: translateY(-5px);}
}
@keyframes mface4 {
  50% {transform: translateX(12px);transform: translateY(7px);}}
}
@keyframes mface5 {
  50% {transform: translateX(-10px);}
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
@media only screen and (max-width: 991.8px) {
  .home-speakers{text-align: center;}
  .home-speakers .home-sp{position: relative;top:auto;left:auto;display: inline-block;}
   .home-speakers .home-sp:hover{width: 120px;height: 120px}
  .home-speakers .home-circle{display: none;}
  .event h3{text-align: center;}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  
  .event-buttons{text-align: center;}
  .event .button{display: inline-block; width: 40%;}
}
@media only screen and (min-width: 600px) {
  #tabs li a.tabttl{  font-size: 16px;}

  
}
@media only screen and (min-width: 768px) {
  #tabs li a.tabttl{ font-size: 20px;}
  .page-id-347 #tabs li a.tabttl{font-size: 14px}
  #tabs li a.tabttl span{display: block;}
}

@media only screen and (min-width: 1024px) {
  #tabs li a.tabttl{  font-size: 23px;}
  .page-id-347 #tabs li a.tabttl{font-size: 16px}
}

/*--------------------------------------------------------------
# Award Accordion
--------------------------------------------------------------*/
.page-id-279 h1{font-size: 3.5rem}
#accordionAward{margin: 50px 0}
#accordionAward .card-header h2{
  line-height: 1.2;
  margin: 0; padding:0; 
}
.card-descr{
  width:90%;
  max-width:850px;
  margin: 0 auto 30px;
}
#accordionAward .card-header h2 button:after,
#accordionAward .card-header h2:after{display: none}
#accordionAward .card-header h2 button{
  border-radius: 0;
  display: block; 
  font-size: 2rem;
  line-height: 50px;
  height: 100%;
  padding: 20px 80px;
  text-transform: uppercase;
  width: 100%;
}
.award_icon_block{
 /* background: #222 url(images/solace-bg2.png) no-repeat top right / auto 135%;
  padding: 20px;*/
  width: 100px;height: 100px;
  position: absolute;
  top:20px;
  left:20;
}
.award_icon{
  display: block;
  height: auto;
  padding: 15px;
  width: 100%;
  margin: auto;
  max-width: 100px;
}
.award_icon_block_winner{
  background-color: #20262A;
  position: relative;
  width: 100%;
  padding: 10px 0 20px;
}
.award_icon_block_winner h3{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
 
}
#accordionAward .btn-link.collapsed {
    background:#20262A;
    border:solid 3px #20262A;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}
#accordionAward  .header-winners .btn-link.collapsed {
    background:#20262A;
    border:solid 3px #20262A;
    color: #fff;
}
.bnt-nominees{
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-family: 'Rubik', sans-serif;
  font-size:16px 
}
@media only screen and (max-width: 991.8px) {
  .bnt-nominees{
  position: relative;
  right: auto;
  bottom: auto;display: none}
}

#accordionAward  .btn-link.collapsed:hover{
    background:#20262A;
    border:solid 3px #00c895;
    color: #fff;
    text-decoration: none
}

#accordionAward .btn-link:not(.collapsed) {
    background:#20262A;
    border:solid 3px #00c895;
    color:#fff;
    transition: all 0.2s ease-in-out
}
#accordionAward .btn-link:not(.collapsed):hover {
    color:#fff;
     text-decoration: none
}
#accordionAward .btn-link.active, #accordionAward .btn-link:active ,
#accordionAward .btn-link.focus, #accordionAward .btn-link:focus {
    text-decoration: none;
}

#accordionAward .card-header h2 button i{
  color: #777;
  display: inline-block;
  margin-right: 20px;
}
#accordionAward .card-header {
    padding: 0!important;
}    
#accordionAward.accordion>.card{
  border-color: #eee; 
  color: var(--dark-blue-color); 
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordionAward.accordion .card-header{
    border:none!important;
    border-bottom: solid 2px var(--dark-blue-color);
}
#accordionAward .card-descr{
  font-size: 20px;
  margin: 10px auto 0px;
  color: #fff;
  letter-spacing: 0.5px
}
#accordionAward span.card-descr{
  display: block;
  line-height: 1.4;
  margin: 0 auto;
  text-transform: none;
}

.region{position: relative;}
.region{
  padding: 7px 0;
  border-bottom: dashed 2px #eee;
}
.region:last-child{
  border-bottom: dashed 0px #eee; 
}
.region h3 {
    color: var(--orange-color);
    display: block;
    font-size: 2.2em;
    left: -120px;
    line-height: 1;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    transform: rotate(-90deg);
    top: 100px;
    width: 250px;
}
.persons{
  padding-left:5%
}
.ap_persons{
  padding: 20px 30px;
  vertical-align: top;
}
.ap_person{
  display: inline-block;
  margin: 5px 10px;
  width: 36%;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}

.ap_persons:nth-child(even) { 
  /*background-color: #f2f2f2;*/
  
}
.ap_person img{
  width: 100%;
  height: auto;
}
.ap_photo{
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
    border-radius: 50%;
    border: solid 5px #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);  
    overflow: hidden;
}
.ap_photo img{
  width: 100%;
  height: auto;
}
.ap_name{
  font-weight: 700;
  font-size:1.3rem;
  margin: 10px auto 0;
  line-height: 1.3;
}
.accordion-btns{
  text-align: center;
  padding: 10px 0 0
}
.accordion-btns a{margin-bottom:10px }
.page-id-527 .accordion-btns{
  display: none
}
.ap-flag{
  display: block;
  width: 60px;
  height: 30px;
  margin: 5px auto;
  background:url(images/flag-no.jpg) no-repeat center / 100% auto ; 
  box-shadow:   2px 2px 10px rgba(0,0,0,0.3)
}
.ap-flag-ca{background-image:url(images/flag-ca.jpg) }
.ap-flag-us{background-image:url(images/flag-us.jpg) }
.ap-flag-ge{background-image:url(images/flag-ge.jpg) }
.ap-flag-mexico{background-image:url(images/flag-me.jpg) }
.ap-flag-en{background-image:url(images/flag-en.jpg) }
.ap-flag-sw{background-image:url(images/flag-sw.jpg) } /*swiz*/
.ap-flag-in{background-image:url(images/flag-in.jpg) }
.ap-flag-hong-kong{background-image:url(images/flag-gh.jpg) }
.ap-flag-fr{background-image:url(images/flag-fr.jpg) }
.ap-flag-singopore{background-image:url(images/flag-sing.jpg) }
.ap-flag-singapore{background-image:url(images/flag-sing.jpg) }
.ap-flag-japan{background-image:url(images/flag-ja.jpg) }
.ap-flag-taiwan{background-image:url(images/flag-taiwan.jpg) }
.ap-flag-china{background-image:url(images/flag-china.jpg) }
.ap-flag-australia{background-image:url(images/flag-austr.jpg) }
.ap-flag-br{background-image:url(images/flag-br.jpg) }
.ap-flag-korea{background-image:url(images/flag-korea.jpg) }
.ap-flag-sweden{background-image:url(images/flag-sweden.jpg) }



.winners{
  width: 100%;
 background: rgb(2,0,36);
background: linear-gradient(148deg, rgba(2,0,36,1) 0%, rgba(245,245,245,1) 0%, rgba(210,210,210,1) 100%);
  text-align:center;
  border-bottom: solid 25px #fff;  
}
.winners .winner{
  display: inline-block;
}
.winners .region h3 {
    font-size: 2em;
    left: -100px;
    top: 80px;
    width: 240px;
    color: #909090
}
.winners .ap_person{
  position: relative;
  display: inline-block;
  margin: auto;
  padding:5px 5px 10px 5px;
}
.winner-icon{
  position: absolute;
  top:80px;
  right: -10%;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;

}
.winner-icon i{
  font-size: 55px;
  color: #00c895;
}

/*#collapse1 .region,
#collapse2 .region, #collapse3 .region, #collapse4 .region,#collapse5 .region,

#collapse11 .region,
#collapse6 .region,
#collapse3a .region{  display: inline-block;  width: 48%; border-bottom: none; vertical-align: top}*/



/*#collapse1 .region .ap_person,
#collapse2 .region .ap_person,
#collapse3 .region .ap_person,
#collapse4 .region .ap_person,
#collapse5 .region .ap_person,

#collapse11 .region .ap_person,
#collapse6 .region .ap_person,
#collapse3a .region .ap_person{ width: 100% }*/

.card #collapse1 .region .ap_persons,
.card #collapse2 .region .ap_persons,
.card #collapse3 .region .ap_persons,
.card #collapse4 .region .ap_persons,
.card #collapse5 .region .ap_persons{ width:100% }
.card #collapse1 .region .ap_person,
.card #collapse2 .region .ap_person,
.card #collapse3 .region .ap_person,
.card #collapse4 .region .ap_person,
.card #collapse5 .region .ap_person{ width: 42% }

/*  .page-id-210 #collapse1 .region,
  .page-id-210 #collapse2 .region,
  .page-id-210 #collapse4 .region{width: 100%}
  .page-id-210 #collapse1 .region .ap_persons,
  .page-id-210 #collapse2 .region .ap_persons,
  .page-id-210 #collapse4 .region .ap_persons{display: inline-block; width: 49%}*/


.games-board{
  text-align: right;
}
.games-board .card{
  border:none;
  padding: 0;
  margin-bottom: 30px
}
.um-profile-meta span.um-bio-limit,
.um-profile-meta textarea#um-meta-bio{
  display: none!important
}
@media only screen and (min-width: 768px) {
  .persons {padding-left: 10%;}
  .region h3{font-size: 2.3em;    left: -100px;    top: 90px;    width: 250px;}
  .ap_person{width: 20%;}
  .accordion-btns{text-align: right}
  .winners .region h3 {font-size: 2.3em;}
  .winners .ap_person{display: inline-block;margin: 5px}

}

@media only screen and (min-width: 992px) {
  .persons {padding-left:72px;}
  .region h3{font-size: 2.5em;left: -80px;top: 120px; width: 250px;}
  .ap_person{width: 17%;}
  .winner-icon{right: -15px;top:110px;}  
  .winners .region h3 {font-size: 2.5em;}
  .card-winners{margin-left: 30px}

}
@media only screen and (min-width: 1200px) {
  .winner-icon{right: -5px;    top: 130px;}
  
 /* #collapse1 .region,
  #collapse2 .region,
  #collapse3 .region,
  #collapse4 .region,
  #collapse5 .region,

  #collapse6 .region,
  #collapse3a .region{  display: block;  width: 100%}*/
 
.card #collapse1 .region, 
.card #collapse2 .region, 
.card #collapse3 .region, 
.card #collapse4 .region, 
.card #collapse5 .region,  
.card #collapse1 .region .ap_persons,
.card #collapse2 .region .ap_persons,
.card #collapse3 .region .ap_persons,
.card #collapse4 .region .ap_persons,
.card #collapse5 .region .ap_persons{ width:100% }
.card #collapse1 .region .ap_person,
.card #collapse2 .region .ap_person,
.card #collapse3 .region .ap_person,
.card #collapse4 .region .ap_person,
.card #collapse5 .region .ap_person{ width: 22% }

.page-id-210 .card #collapse1 .region .ap_persons,
.page-id-210 .card #collapse2 .region .ap_persons{display: inline-block; width: 22%}
.page-id-210 .card #collapse1 .region .ap_person,
.page-id-210 .card #collapse2 .region .ap_person{display: inline-block; width: 100%}
/*  .page-id-210 #collapse1 .region,
  .page-id-210 #collapse2 .region,
  .page-id-210 #collapse3 .region,
  .page-id-210 #collapse4 .region,
  .page-id-210 #collapse5 .region{width: 100%}
  .page-id-210 #collapse3 .region .ap_persons,
  .page-id-210 #collapse4 .region .ap_persons,
  .page-id-210 #collapse5 .region .ap_persons{display:block; width: 100%}

  .page-id-210 #collapse1 .region .ap_persons,
  .page-id-210 #collapse2 .region .ap_persons,
  .page-id-210 #collapse5 .region .ap_person,
  .page-id-210 #collapse3 .region .ap_person,
  .page-id-210 #collapse4 .region .ap_person{display: inline-block; width: 22%}*/

}


@media only screen and (min-width: 1200px) {
  .winner-icon{right: 10px;    top: 140px;}
}

/*--------------------------------------------------------------
# Recipes
--------------------------------------------------------------*/
.page-id-245 .event-time i{
  font-weight: 500;
  font-style: normal;
}
.page-id-245 .event-speakers{
  height: auto;width: 100%;
  overflow: hidden;
  border: solid 5px var(--dark-blue-color);
}
.page-id-245  .event-speakers img{
  display: block;
  border-radius: 0;
  border: none;
  box-shadow:none;
  height: auto;
  width: 100%;
-webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
.page-id-245 .event:hover .event-speakers img{
    -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.page-id-245 .event h3{
  margin: 5px 0 10px;
  text-transform: uppercase;
}

.page-id-245  .event {
    padding: 10px 0 40px;
  }
.page-id-245  .event:last-child{
  border-bottom: none;
}
.page-id-245 #tabs{
border-bottom: solid 3px var(--dark-blue-color);
}
.page-id-245 #tabs li a.tabttl{border-bottom: none}

.page-id-245 #tabs li a#tab5.tabttl,
.page-id-245 #tabs li a#tab8.tabttl{display: none}
/*--------------------------------------------------------------
# games
--------------------------------------------------------------*/

.ctl-arcade-rank-table{
  text-shadow: none;
  box-shadow: none
}
.ctl-arcade-rank-row{
  font-size: 16px
}
.ctl-arcade-rank-body .ctl-arcade-rank-row:last-child,
.ctl-arcade-rank-body{
    border-radius: 0;
}
.ctl-arcade-rank-table-green {
    background-color: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
    border-radius: 0;
}
.ctl-arcade-rank-table p {
  padding: 20px;
  color: var(--orange-color);
  }
.ctl-arcade-rank-header-green {
    background-color: #b7b7b7;
    color: #222;
    text-shadow: none;
    border-bottom: 1px solid var(--dark-blue-color);
    font-size: 18px;
}
.ctl-arcade-rank-table-green .ctl-arcade-rank-row:hover {
    text-shadow: none;
  background-color: var(--orange-color)!important;
}
.ctl-arcade-btn-green {
  background-color: var(--orange-color)!important;
    border-color: var(--orange-color);
}
.ctl-arcade-btn-mini:hover,
.ctl-arcade-btn-mini {
    font-size: 16px;
    padding: 7px 30px;
    line-height: 13px !important;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border:solid 5px  var(--orange-color);
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.ctl-arcade-btn-mini:hover{
  background-color: #fff;
  color: var(--orange-color) 
}
/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
.modal-dialog {
    max-width: 650px;
  }
.modal-dialog  #pills-tab{
    border-bottom: solid 2px var(--orange-color);
  }
.modal-dialog .um-250.um {
    max-width: 650px;
}  

.modal-dialog .um-field-label label {
    font-size: 18px !important;  
    color: #222;
}
.modal-dialog .nav-pills .nav-link, 
.modal-dialog .nav-pills .show > .nav-link {
    text-transform: uppercase;
    border-radius: 0;
     font-family: 'Rubik', sans-serif;
}   
.modal-dialog .nav-pills .nav-link.active{
    background-color: var(--orange-color);  
    color: #FFF;
}

.um .um-button{
   text-transform: uppercase!important;
   font-family: 'Rubik', sans-serif!important;
   font-size: 1.2rem!important
}
.modal-dialog .um-field-label{
  margin: 0
}

.um input[type="submit"].um-button{
    background-color: var(--orange-color)!important;  
    border:solid 5px var(--orange-color)!important;
    color: #FFF!important;
}
.um input[type="submit"].um-button:hover{
    background-color: var(--dark-blue-color)!important;  
    border:solid 5px var(--dark-blue-color)!important;  
}
.um-directory .um-members-wrapper .um-members .um-member{
  border-radius: 17px!important
}
.um-member-cover{
  background:url(/wp-content/themes/kickoff20/images/Elevate_Boarding-Pass1.jpg) no-repeat top center / 100% auto;
  height: 152px!important;
  background-color: #fff!important;
}
.um-cover-e{
  background:url(/wp-content/themes/kickoff20/images/Elevate_Boarding-Pass1.jpg) no-repeat top center / 100% auto;
  height: 380px!important; 
}
.um-cover-add{
  display: none!important
}
.um-cover .um-dropdown{
  display: none!important;
  z-index: -999!important
}

.um a.um-link,
[class^="um-faicon-"]::before, 
.um-profile-edit .um-faicon-gear::before, 
.um-profile-edit .um-faicon-cog::before{
  color: var(--orange-color)!important;
}

.um-profile.um .um-profile-headericon a {
    color: #222!important;
}

.um-profile-meta{
  position: relative;
}
.um-name{
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--orange-color)!important;
}
.um-profile.um .um-name a{
  color: var(--orange-color)!important;
}

.um-field-error {
    background: var(--orange-color)!important;
  }
.modal-content .um-right a.um-alt{
  display: none
}

.modal-content  .um-left.um-half{
  width: 100%
}
.page .um-meta-text{
  font-size: 16px;
  text-align:left;
}
.solace-tshort{
  border: solid 1px #eee;
    padding: 30px;
    border-radius: 20px;
}
.solace-tshort h2{
  text-align: center;
}
.solace-tshort strong,
.solace-tshort li{
  font-size: 1rem;
  color: #222
}
.solace-tshort img{
  display: block;
  width: 200px;
}

@media only screen and (min-width: 500px) {
  .modal-dialog .um-register #um_field_250_last_name,
  .modal-dialog .um-register #um_field_250_user_email,
  .modal-dialog .um-register #um_field_250_confirm_user_password{
    margin-left: 22px;
  }
  .modal-dialog .um-register .um-field{
    width: 48%;
    display: inline-block;
    vertical-align: top
  }
  
}

@media only screen and (min-width: 768px) {
  .um-name{  position: absolute;  top:-70px;  right: 26%; font-size: 1.2rem;  }
}

@media only screen and (min-width: 900px) {
  .um-name{  top:-80px;  right: 28%; }
}
@media only screen and (min-width: 1100px) {
  .um-name{  top:-100px;  right: 28%; }
}
@media only screen and (min-width: 1300px) {
  .um-name{  right: 29%; }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    
  }
}

/*@media screen and (max-width: 1199px) {*/
@media screen and (max-width: 992px) {  
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
.gallery-section{
  padding: 0;margin: 0;
  width: 100%;
  overflow: hidden;
  display: block;
  
}
.slick-slider{
  display: none;
  
}
.slick-initialized .slick-slider {
  display: block;
  height: 100%
}
.galleryoff{

}
.galleryoff div{
  background:#222 no-repeat center / cover;
  display: block;
  width: 100%;
  height: 90vh;
}
.galleryoff>div img{
  width: 120%;
  height: auto;
}
.slick-dotted.slick-slider{
  /*background-color: #151616;
  padding-bottom: 30px;
  margin-bottom: 0 */
}
.slick-dots li button:before {
  background-color: var(--orange-color)!important;
  border-radius: 50%;
  font-size: 0
}
.slider-nav-thumbnails{

}
.slider-nav-thumbnails .slick-slide {
  opacity: 0.8;
  border:solid 5px #222;
  height: 80px;
  overflow: hidden;
  background:#222 no-repeat center / cover ;
  border-radius: 0
}

.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
 border:solid 5px var(--orange-color);
 border-radius: 0!important;
 outline:0;
 box-shadow: none; 
}
.custom3 img{
  margin: auto;
  display: block;
}
.custom3{
  background-color: #f5f5f5;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
  overflow: hidden;
  height: 100%
}
.custom3 h3,
.custom3 p{
  padding-left: 15px;
  padding-right: 15px; 
  color: #222;
}
@media only screen and (max-width: 992px) {
  .custom3{margin-bottom: 40px}
}

@media only screen and (min-width: 1400px) {
  .slider-nav-thumbnails .slick-slide {height: 120px;}
}
.block-info-center{
  border: solid 1px #eee;
  display: block;
  margin:20px auto 40px;
  max-width: 700px;
  padding: 30px;
  width: 90%;
}
p.login-register-lost-password{
  padding-top: 20px!important;
 font-size: 15px!important;
}
.login-register-lost-password a{
  display: inline-block;
  padding: 0 5px
}
.page-id-292 .unlogged-users-block, /*register page*/
.page-id-294 .unlogged-users-block{
  display: none
}
.wppb-error a,
.user-role-agenda-editor .page-edit-link{
  display: none
}

.page-template-page-agenda.user-role-agenda-editor .page-edit-link{
  display: block;
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    
  }
}
