@charset "utf-8";
/* CSS Document */


/*lazyload*/
/*
img {
  opacity: 0;
}
*/
img.lazyloaded {
  transition: all 0.7s ease-in;
  opacity: 1;
}

/*footer nav*/
#mobile-footer-nav{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 500;
  right: 0;
  left: 0;
  background-color: #000;
  box-shadow:2px 2px 2px -2px rgba(0,0,0,.2);;
}

.sd-footer-menu ul{
  display:flex;
  height: 90px;
}

.sd-footer-menu li{
  background-repeat: no-repeat;
  background-position: left;
  color:#fff;
  text-align: center;
  flex:1;
  font-size:10px;
  background-repeat: no-repeat;
  padding: 8px;
  background-size: auto 40px; 
  background-position: center top;
  background-origin: content-box;
}

.sd-footer-menu ul li:not(:last-child) {
  border-right: 1px solid rgb(72, 72, 72);
}

.icon-agenda {
  background-image: url('../images/icons/nav/agendas.png');
}
.icon-speakers {
  background-image: url('../images/icons/nav/speakers.png');
}
.icon-exhibitors {
  background-image: url('../images/icons/nav/exhibition.png');
}
.icon-involved {
  background-image: url('../images/icons/nav/get-involved.png');
}
.icon-register {
  background-image: url('../images/icons/nav/register.png');
}

.sd-footer-menu a {
  height: 100px;
  display: block;
  padding-top:47px;
  text-decoration:none;
}

/*adjust for react*/
body .multi-page-outer{
  font-size:15px;
}
.wp-playlist-current-item{
height:auto!important;
}

.sd_slider-header h3 a {
    color: #fff;
    background-color: #ccc;
    padding: 11px 17px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}

.sd_site-tag {
    background: #6a6b6f;
    padding: 0 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    white-space: nowrap
}

.sd_site-button {
  opacity:1;
  background: #ccc;
  color: #fff;
  text-align: center;
  padding: 6px;
  cursor:pointer;
}

.sd_site-button a {
  text-decoration: none;
}

.sd_site-button:hover {
  opacity:.8;
}

.zoomLens {
    background: rgba(212, 211, 216, 0.6);
}

#nav-logo {
  flex: 5;
  margin-right: 5px;
  max-width: 330px;
}
#logo{
  display:flex;
}
#nav-assoc {
  flex: 2;
}

/* Customize checkbox */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  border-radius: 3px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2196F3;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
  border-radius: 3px;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}


/*mailchinp series form*/
.sd-series-chimp{
  color:#fff;
}

#mc_embed_signup.sd-series-chimp h2 {
    font-weight: normal;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 2em;
    text-align: center;
}

.sd-series-chimp .indicates-required {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.sd-flex-outer {
    display: flex;
}

.sd-chimp-form-col-4 {
    width: 25%;
    padding: 0 1em;
}
#mc_embed_signup.sd-series-chimp .sd-chimp-form-col-4 li {
    margin-bottom: 10px!important;
}

.sd-chimp-form-col-4:first-child {
    border-right: 1px solid #ccc;
}

#mc_embed_signup.sd-series-chimp .mc-field-group.input-group label {
    display: inline;
    padding-left: 35px;
    padding-top: 4px;
}

#mc_embed_signup .mc-field-group input {
    color: #000;
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup.sd-series-chimp .sd-chimp-form-col-4 .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: absolute;
    top: -5px;
}

.sd-series-chimp input#mc-embedded-subscribe {
    width: 96%;
    /* position: absolute; */
    /* bottom: 0; */
    margin-top: 24px;
    height: 37px;
    
}

/* simple form on event sites*/

#mc_embed_signup.sd-series-chimp td {
    width: 25%;
}
#mc_embed_signup.sd-series-chimp input#button {
    width: 96%;
    margin-top: 15px;
    height: 37px;
    border-radius: 3px;
}

#mc_embed_signup.sd-series-chimp .mc-field-group input{
  margin-top: 4px;
}

#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group select {
    color: #000;
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/*authors list widget*/
.widget_author_select_widget {
    overflow: hidden;
}

.author-title h2 {
    font-size: 1.6em;
}


.author-img img {
    position: absolute;
    top: 0;
    left: 0;
}


.author-img {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}


#sidebar-wrap ul.author-list .blog-widget-text p{
    display:block;
    line-height:110%;

}

.author-list .partner-info {
    border-bottom: none;
}


h2.author-list-head {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    width: 100%;
    }

h2.author-list-head a {
    color: #fff;
    text-decoration: none;
    }


ul.author-list.sd_has-logo div {
    float: left;
    max-width:57%;
    margin-left: 2%;
    
}

ul.author-list div {
    float: left;
    max-width:72%;
    margin-left: 2%;
}

ul.author-list {
    float: left;
    clear: both;
    width:100%;
}


ul.author-list h4 {
    margin-bottom: 0;
    margin-top: 0;
}
ul.author-list img {
    float: left;
    max-width:15%;
    border-radius:5%;
    border: 1px solid #565252;
}   

ul.author-list img:nth-child(2) {
margin-left:-5px;
}   

ul.author-list li{
    width:100%;
    clear:both;
    float:left;
    margin-bottom:5px;
    padding-bottom:4px;
    border-bottom:1px solid #565252;
    
}

.author-list h4{
    color:#161616;
}
.author-list a{

    text-decoration: none;
}

/*author info on post*/

.single-post-cont .section-title h2 {
font-size:2.2em!important
}

#post-inset{
margin-top:20px;
}

.single-post-cont .section-title{
margin-bottom:12px;
}

.single-post-cont #author-info{
padding-top:20px;
width:20%;
float:left;
margin-right:2%;
margin-left:1%;
text-align:right;
}

#post-inset{
float:left;
width:77%;}

#author-info h3.author{
font-size:1.2em;
}

#author-info h4.pub-date{
color:#161616;
}

#author-info h4 {
font-size:1em;
line-height:0.9em;
color:#161616;
}

.single-post-cont #author-info .categories-title{
line-height:1.3em;
font-weight:bold;
}

.single-post-cont #author-info .categories-list{
line-height:1.3em;
}

.sidebar-inner .author-info h2{
border-bottom:1px solid #fff;
}

.sidebar-inner .author-info img {
float:left;
margin-right:7px;
}

.sidebar-inner .author-info h3{
font-size:24px;
}

.sidebar-inner .author-info h4{
line-height:14px;
color: #161616;
font-size:18px
}

.sidebar-inner .author-info p{
 clear: both;
 margin-top: 25px;
}

.author-info{
border-bottom:1px solid #fff;
}

/* --------------------   */

.sd-home-blog .the_champ_sharing_container {
    display: none;
}

/* --------------------   */

.sd_top-sponsors .vc_column-inner .sd-partner-carousel-wrap li {
    padding: 0!important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sd_top-sponsors .sd-partner-carousel-wrap {
    padding-top: 0px!important;
    padding-bottom: 0px;
}

.sd_top-sponsors .vc_column-inner {
    padding: 5px 0 10px 0!important;
}

.sd_top-sponsors h4 {
    margin-top: 30px!important;
}

.sd_top-sponsors {
    padding-left: 50px;
}

.sd_slider-header .vc_row:not(:first-child) {
    display: none;
}

.wpb_content_element{
  margin-bottom: 15px!important;
}

.vc_column-inner {
    padding: 20px 0;
}
.sd_topics-block {
    display: flex;
    flex-wrap: wrap;
}
.sd_topic-item{
  flex-grow: 1;
  text-align: center;
  padding:1em;
}
.sd_topic-item img{
  max-width: 100%;
}
.sd_topic-item a{
  text-decoration: none;
} 
.sd_topic-item h5 {
    max-width: 130px;
    margin: 0 auto;
}
.sd_dark-row{
 background-color:  #163350;
}
.sd_dark-row h1, .sd_dark-row h2,.sd_dark-row h3, .sd_dark-row h4 , .sd_dark-row h5, .sd_dark-row p {
  color:#fff;

}

.sd_nav-register{
  
}

.navbar-nav .sd_nav-register > a { 
  font-size: 1.1em;
  background-color: #c3cc3d;
}

.navbar-nav .sd_nav-register{
  float:right!important;
  margin-left:5px;
}

.sd_nav-get-involved {
 
}

.navbar-nav .sd_nav-get-involved a{
  background-color: #ff841b;
  font-size: 1.1em;

}

.navbar-nav .sd_nav-get-involved {
  float:right!important;
  margin-left:5px;
}

.sd_big-button-row {
  margin:20px 0;
  width:100%;
}

.sd_big-button {
  margin-bottom: 0px!important;
}

.sd_big-button a{
  font-size: 1.6em!important;
  text-transform: uppercase;
  font-weight:bold;
  padding: 15px 25px;
  text-decoration: none;
}

.sd_key-partners{
	padding-top: 0!important;
}

.sd_feature-banner h1, .sd_feature-banner h2, .sd_feature-banner h1{
  line-height: 1.1em;
  text-shadow: 2px 2px 4px #000000;
}

.sd_big-button-row .vc_column-inner {
    padding: 0!important;
}

.sd-big-button {
    margin:60px auto!important;
}

.sd_stat-row .wpb_content_element{
  margin-bottom:0px;
}

.sd_stat_button-row .vc_column-inner {
  padding: 0px!important;
}

.sd_stat_button-row {
    padding: 10px;
}

.sd_stat-row h1 {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
}
.sd_stat-row h5{
	color:#fff;

}

.sd_home-icons{

}

.sd_slider-header .vc_column-inner {
    margin-top: 0!important;
    padding-top: 0!important;
    padding-bottom:0!important;
}

.sd_slider-header .wpb_content_element {
	padding: 30px;
}

.sd_slider-header  .slick-slide {
  height: 400px;
  padding:40px;
 
}

.sd_slider-header   .elemcarousalpt-no-aligned {
    max-width: 1500px;
    margin: 0 auto;
}

.sd_slider-header .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-direction: column;

}

.sd_slider-header h1{
  color: #fff;
    font-size: 4em!important;
    font-weight: bold!important;
    text-shadow: 2px 2px 4px #000000;
    line-height: 1.1em;
}

.sd_slider-header h2{
	color:#fff;
	font-size:35px!important;
	font-weight:bold!important;
  text-shadow: 2px 2px 4px #000000;
  margin-top: 30px;
}

.sd_slider-header h3{
	color:#fff;
	font-size:25px!important;
  text-shadow: 2px 2px 4px #000000;
  margin: .5em 0;

}

.sd_slider-header h3 a{
	color:#fff;
  background-color: #ccc;
  padding:11px 17px;
  text-decoration:none;
  text-transform: uppercase;
  text-shadow:none;
}

/* slider - hacky buttons*/
.sd_slider-header .button-row {
  display: flex;
  align-content:center;
}

.sd_slider-header .button-row .button {
  background:#37A8E0;
  color: #fff;
  padding: 10px 18px;
  text-decoration:none;
  margin-left:20px;
  font-weight:bold;
  align-content:center;
  align-items:center;
  display:flex;
  text-align:center;
  font-size:20px;
}

.sd_slider-header .button-row p{
  display:flex;
  padding:12px;
  align-items: center;
}

.sd_slider-header .button-row h2{
  margin:20px 0;
  font-size:30px!important;
}


/* end slider - hacky buttons*/

.sd_multi-day .wpb_content_element,  .sd_multi-exhibition .wpb_content_element, .sd_multi-tracks .wpb_content_element, .sd_multi-networking .wpb_content_element{
     margin-bottom: 0!important;
}
.wpb_content_element.sd_multi-exhibition {
    margin-bottom: 0!important;
}

.sd_multi-agenda {
    margin: 1em 0!important;
}
.sd_multi-agenda .vc_column-inner {
    padding: 5px;
}
.sd_multi-day {
    background: #0c2235 ;
    border-radius: 6px;
    border: 2px solid #fff;
    margin-top: 2em!important;
}

.sd_multi-day h2 {
    color: #fff;
    font-size: 1.8em;
    padding: 0;
    margin: 0;
}

.sd_multi-tracks {
    margin-bottom: .6em;
}

.sd_multi-track-title {
    border-radius: 6px;
    padding: 2% 3%;
    float: left;
    width: 100%;
    clear: both;
    margin-top: .6em;
    border: 2px solid #fff;
    background-color: #0c2235 ;
}

.sd_multi-track-title .wpb_wrapper {
    display: flex;
    align-items: center;
}
.sd_multi-track-title img {
    float: left;
    width: 100%;
    max-width: 50px;
}

.sd_multi-track-title p {
    margin: 0;
    width: 23%;
}

.sd_multi-track-title h3 {
    text-align: left!important;
    float: left;
    clear: both;
    font-size: 1.3em;
    line-height: 1.1em;
    width: 74%;
    clear: none;
    margin: 0;
    padding: 0 0 0 2%;
    color:#fff;
    
}

.sd_multi-track-topics {
    background: #1591c5;
    border-radius: 6px;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
    padding: 3%;
}

.sd_multi-track-topics li {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 1.1em;
    padding: .3em 0;
}

.sd_multi-track-topics li:last-child {
   border:none;
}
.sd_multi-networking {
    background-color: #d82fcb;
    border-radius: 6px;
    margin-top: 0;
    margin-left: 0!important;
    margin-right: 0!important;
}

.sd_multi-exhibition {
    background-color: #364c9e;
    border-radius: 6px;
    margin-top: .6em;
}

.sd_multi-networking h3{
    font-size: 1.5em;
}
.sd_multi-exhibition h3 {
    font-size: 1.5em;
}
.sd_multi-tracks a {
    text-decoration: none;
}


html, body {
    font-size: 101%;
    line-height: 1.4;
}

.sd-agenda-list h5 {
    color: #2b2b2b;
    text-decoration: none;
        font-weight: bold;
}

.sd-agenda-list a {
    text-decoration: none;
}

.sd-agenda-list h3 {
    border-bottom: 1px solid #676666;
    padding-bottom: .2em;
}
.sd-agenda-list .sd_track {
   display:flex;
}
.sd-agenda-list .sd_agenda-day{
    flex: 0 0 50px;
    padding-right: 7px;
}
.sd-agenda-list .sd_agenda-title{
  
}

.iframepresentation iframe {
    max-width: 100%!important;
    margin: 1em 0;
}

.url-pres-link:after {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background: transparent url(../images/link-32x32.png);
    position: absolute;
    left: 0;
    top: 0;
}
a.url-pres-link  {
    text-decoration: none;
}

.url-pres-link {
    display: inline-block;
    line-height: 32px;
    position: relative;
    padding-left: 36px;
}


/*  ---------------  SIDE NAV MENU  -----------------------*/


.widget_sd_nav_menu{
  overflow: hidden;
  margin-bottom: 1em;
}

.conference-nav-item {
    background: #224563;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: .3em;
    position:relative;
    display:flex;
    flex-direction: row;
    cursor: pointer;
}
.conference-nav-item a{
  display:block;
  text-decoration: none;
  margin:0;
  padding:0;
}

.conference-nav-item.current-page {
    background: #1A6A90;
}

.conference-nav-item:hover {
    background: #5992c3;
  }

.conference-nav-item .conference-icon {
  float:left;
  width:60px;
  display:flex;
  align-items: center;
  
}

.conference-nav-item .conference-icon img{
	padding:5px;
	width:100%;
}

.conference-nav-item .item-title{
    flex:2;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display:flex;
    margin-left: .4em;
    font-size: 1.2em;
}

.conference-nav-item h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.2em;
        font-size: 1.1em;
    font-weight: normal;
}

/*  ---------------  MINI SIDE NAV MENU  -----------------------*/

.sd_mini-menu .wpb_wrapper{
  padding:0px;
}

.sd_mini-menu .widget-title{
  margin-top:0px;
}

.sd_mini-menu .conference-nav-item .conference-icon {
    width: 35px;
    background: #5992c3;
    border-radius: 4px 0 0 4px;
}

.sd_mini-menu .conference-nav-item h4 {
    font-size: 1em;
    font-weight: 600;
    padding: 4px 2px;
}

.sd_mini-menu .conference-nav-item .conference-icon img {
    padding: 2px;
}
.sd_mini-menu .conference-nav-item {
    border-radius: 4px;
    border-bottom: 2px solid #5992c3;
}


/*  ---------------  END SIDE NAV MENU  -----------------------*/

#banner{
  background-size: cover!important;
}

#banner .container {
  position:relative;
  display:flex;
}


img.sd-header-icon {
    /* position: absolute; */
    width: auto;
    height: 130px;
    /* left: 0; */
    margin-top: 5px;
}

#banner.header-icon-push .sub-header-content{
      margin-left: 20px;
}

#banner.sd_talk-banner h1.banner-title {
    font-size: 2.8em;
}

#banner h1 {
    font-weight: 600;
}



#banner.header-icon-push h1 {
   margin-left: 20px;
}
/*
#banner h1{
max-width:60%;
font-size:3.5rem!important;
padding-top:0px;
    margin-bottom: 0;
}
*/

 #banner h4{
  margin-top:0;
}

 #banner h5 {
    /* margin-top: 2.7em; */
    clear: both;
    font-size: 1em;
    line-height: 1.2em;
}
#banner h6 {
    /* margin-top: 2.7em; */
    clear: both;
    font-size: .8em;
    line-height: 1em;
}

#banner .sub-header-content{
 
}

#banner .sub-header-content span{

}


#mainContent.talk #banner h1 {
    font-size: 2.4em!important;
}

#banner_buttons {
  max-width: 300px;
  min-height:100px;
  justify-self: flex-end;
  margin-left: auto;
}

#banner_buttons p{
  float:right;
}

#banner_buttons .reg_buttons{
  float:right;
  margin-left:10px;
  max-width:200px;
}

#floorplan{
  width:100%;
}
#floorplan img {
    margin: 2em auto;
    text-align: center;
}

/*modal popup*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 600; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-popup {
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 2px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align:left;
    border-radius:4px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right:10px;
    position: absolute;
    right: 5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-popup .speaker-list-inner{
  width:150px!important;
  vertical-align:top;
}
.pop-title {
  border-radius:3px 3px 0px 0px;
  margin:0px;
  padding:1% 2%;
  background-color:#636363;
}

.pop-title h1{
  font-size:1.8em;
}

.modal-popup .talk-details-side .speaker_list {
    float: none;
}
.pop-content {
  margin:0px;
  padding:2% 2%;
  color: #000;
}

.pop-agenda-title {
  margin:0px;
  padding:0% 2%;

}
.pop-agenda-title h1{
    font-weight: bold;
    color: #000;
    font-size: 1.7em;
}
.pop-agenda-title h1 a{
  text-decoration:none;
}
.pop-when{
    margin:-4px 0px 0px 0px;
  padding:0% 2%;
  color: #000;
  font-size:1.4em;
  font-weight:normal;
}

.pop-title h1 {
  margin:0;
  line-height: 1.3em;
      color: #fff;
    font-size: 2em;
}

.speaker-pop-details h3{
  font-weight:bold;
  color:#000;
  font-size: 1.2em;
}

.speaker-pop-details h4 {
    font-size: .9em;
    line-height: 1.3em;
}

.pop-speakers.speaker_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.pop-speakers .speaker-list-inner .speaker-logo-expand, .home-speakers .pop-speakers .speaker-list-inner .speaker-logo-expand {
    background: #fff none repeat scroll 0 0;
    bottom: 6px;
    height: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 35%;
    padding-bottom: 30%;
    border: 1px solid #ccc;
}

.pop-agenda-link{
  margin:1% 1%;
  padding:0% 2%;
  background-color: #3492B5;
  border-radius:5px;
  text-align:center;
}
.pop-agenda-link:hover{
background-color: #5fbcde;
}

.pop-agenda-link h2 {
    font-size: 1.8em;
    color: #fff;
}

.pop-agenda-link a{
  text-decoration:none;
  display: block;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* list search*/
#partner_list.searchable .exhib-search{
    width:100%;
    border:2px solid #545757;
    padding:2%;
}

#partner_list.searchable input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  width:68%;
  margin-right:2%;
  color:#000;
}
#partner_list.searchable input:focus {
  outline:none;
  border-color:#aaa;
}
#partner_list.searchable .sort {
  padding: 8px 30px 28px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #ccc;
  height:30px;
  width:30%;
  font-weight:bold;
}
#partner_list.searchable .sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
#partner_list.searchable .sort:focus {
  outline:none;
}
#partner_list.searchable .sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

#partner_list.searchable .sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}

#partner_list.searchable .sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}

.partner_box {
  width:100%;
}

#partner_list ul.list {
  display:flex;
  flex-wrap: wrap;
}

#partner_list ul.list.sd-columns-one li{
  display:flex;
  width:100%;
}

#partner_list ul.list.sd-columns-two li:nth-child(2n+1){
  padding-right: 30px;
}

#partner_list ul.list.sd-columns-two li{
  display:flex;
  flex-direction: column;
  width:50%;
}

#partner_list ul.list.sd-columns-two li .partner-content{
  margin-top:10px;
}

.partner-cont{
  display: flex;
  flex-wrap: nowrap;
}

.list.sd-columns-two .partner-cont{
  flex-direction: column;
}

.sd-columns-one .partner-content{
  padding-left:20px;
}

.partner-cont a {
  text-decoration: none;
}

.partner-cont img {
    width: 250px;
}

.partner-cont .partner-content {
  flex:1;
  display: flex;
  flex-direction: column;
}

#partner_list .partner_tags {
    clear:both;
    width:100%;
    margin-top: 5px;
    float: left;
}

#partner_list .partner_tags span{
    border-radius: 8px;
    color:#fff;
    background:#ccc;
    padding:4px 20px ;
    line-height: 1em;
    margin-right:8px;
}

.partner-info {
    display: flex;
}

.stand {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.stand-number {
    font-size: 2em;
}

#partner_list .partner_box {
    padding: 1rem 0 0;
}

.stand{
  justify-self:right;
  margin-left:auto;
}

#partner_list .partner_tags span a{
  text-decoration: none;
}

#partner_list .partner-title h2 {
  font-size: 1.7em;
  padding: 0;
  margin: 0;
}

.partner-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* end list search*/
.speaker-partners .single-partner-cont {
  display:flex;
  border:1px solid #ccc;
  margin-bottom:20px;
  padding:5px 10px 5px 5px;
  border-radius: 3px;
}

.speaker-partners .single-partner-cont .stand-number {
    font-size: 1.5em;
}

.speaker-partners .single-partner-cont .sbio-text {
    padding-top:0;
  
}
.speaker-partners .single-partner-cont .stand {
  padding-top:5px;
}

.speaker-partners .single-partner-cont .partner-info h5{
  margin: .5em 0 0 0;
}

.speaker-partners .single-partner-cont .partner-content{
  width:100%;
}

.sbio-img img,
.company_logo{
    background-color:#ffffff;
}

#hc_info h5{
    text-align:right;
}

#hc_info{
    margin-top:0em;
}

#header-widget {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

#header-widget h2 {
    float: right;
    font-size: 1em;
    line-height: 1em;
    margin: 7px 5px 2px 0px;
    text-align: right;
    color:#fff;
    text-transform: uppercase;
}

#header-widget .widget_text {
    flex-basis: 100%;
}

#header-widget .widget_sp_image, #header-widget .widget_media_image {
    flex-basis: auto;
    max-width: 25%;
}

#header-widget .widget_sp_image img, #header-widget .widget_media_image img{
    max-height: 85px;
    width: auto;
    padding:3px;
    max-width:100%;
}

/* allow navigation second level dropdown
.navbar-nav ul li>ul {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 500;
}
*/

button#pushy_collapse {
    position: fixed;
    z-index: 999;
}

.navbar-fixed-top .navbar-nav > ul > li:first-child {
    /*left:268px;*/
}

.navbar-nav > ul > li:first-child {
    /*left:123px;*/
}

.navbar-fixed-top #social-icons{
padding-left:7px;
}

#social-icons {
    float:left;
}
/*end adjust for cohosted widget*/

.gravity-home input {
    background-color: #545757;
    border-radius: 5px;
    color: #fff;
}

.gravity-home .gform_button {
    color: #fff;
    text-shadow: none;
    width: 100%;
}

.gravity-home .gform_wrapper .hidden_label input.large,  .gravity-home .gform_wrapper .hidden_label select.large, .gravity-home .gform_wrapper .top_label input.large, .gravity-home .gform_wrapper .top_label select.large{
    width:100%;
}


.gform_button {
    color: #fff;
    background: #ccc;
    border-radius: 3px;
    text-shadow: none;
}


/* about row overides*/
.sd_about-row .vc_column-inner > .wpb_wrapper {
  background-color:#fff;
  padding:12px;
  border: 1px solid #e8e6e6;
  border-radius: 3px;
}

.sd_about-row .wpb_text_column h4{
  border-bottom: 2px solid #ccc;
  padding-bottom: .3em;
}

.sd_dark-row.sd_about-row .wpb_text_column {
    background: #232323;
    border: 1px solid #363638;
}

/*api post feed*/
#sd_post_list {
  display:flex;
}

.sd_post {
  flex: 1;
  background-color:#fff;
  padding:12px;
  border: 1px solid #e8e6e6;
  border-radius: 3px;
  display: flex;
  flex-direction: column;

}

.sd_dark-row li.sd_post {
    background: #232323;
    border: 1px solid #363638;
}

.sd_post:not(:first-child) {
    margin-left: 30px;
}

.sd_post .sd_post_content {
    flex-grow: 1;
}

.sd_post_image {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.sd_post_image img{
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sd_post_more {
  color:#fff;
}

.sd_post_title {
    margin: 1em 0;
}

.sd_post_content p:last-child:after {
    content: " ...";
}

/* rss feed */
.feedzy-rss ul{
    margin: 0 -0%;
}
.feedzy-rss .rss_item .rss_image span{
    min-width:100%;
}
.feedzy-rss .rss_item {
width:30%;
float:left;
border-bottom:none;
  margin: 1%;

}
.feedzy-rss h3 {
text-align:center;  
    }

.feedzy-rss .rss_image {
width:100%!important;
height:166px!important;
}

.feedzy-rss .fetched{
width:95%!important;
}
.feedzy-rss .rss_content small {
color:#fff!important;
margin:5px 0px;
}

.feedzy-rss .title {
font-size:1.4rem;
font-weight:bold;
text-decoration: none!important;
line-height:1.3;
min-height:10px!important;
display:inline-block;
margin-bottom:7px;
margin-top: 10px;
color:#fff;
}

.feedzy-rss .title a{
text-decoration: none!important;
}

.feedzy-25 .rss_item{
    width:23%;
}
/* wishlist styling */

.wishlist-home{
padding:15px 5px 5px 0px;
}

.wishlist-home input{
width:100%!important;
color:#000!important;
}

.wishlist-home input#sd-mlwf-rememberme{
width:20px!important;
}

.wishlist-home input.sdmlwf-submit{
color:#fff!important;
}

.hosts .speaker-list-inner {
    margin: 5px;
    width: 130px;
}

.hosts .speaker-list-inner .speaker-logo-expand {
    background: #ffffff none repeat scroll 0 0;
    height: 60px;
    width: 60px;
}
.hosts .vc_column-inner {
    padding-left: 0;
}




/* video youtube responsive */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* end youtube */



#collateral button, #collateral input, #collateral optgroup, #collateral select, #collateral textarea{
color:#000!important;
}

#collateral input{
padding:10px!important;
background:#000!important;

}

.left-fixed-outer {
position:relative!important;
}

.left-fixed-inner{
width:320px!important;
position:absolute!important;
left:0;
top:20px;
bottom:0%;
padding-left:30px!important;
}

.left-fluid-inner{
padding-left:340px!important;
width:100%!important;
position:relative;
}

.sd-button-rect-small{
width:260px}

.fixed-experiment {
position:relative!important;
}

.left-fixed-experiment {
padding-right:340px!important;
width:100%!important;
}

.right-fixed-experiment {
width:315px!important;
position:absolute!important;
right:0;
top:0;
bottom:0%;
}

.speaker-list-inner {
padding-bottom:0px;
margin-bottom:0px;
}

.partners-home .sd-partner-carousel-wrap{
padding-top:0px!important;
}

.remove_lower_padding.limit_width{
margin-bottom:0px!important;
padding-bottom:0px!important;
}

#partner_list img{
background-color:#fff;
}

.speaker_num {
display:none;
}

.talk-content li {
margin-top:7px;
line-height:1.4em;
}

.talk-speakers-details{
margin-top:7px;

}

.speaker-lists-hover strong {
color:#000!important;
}

.speaker-lists-hover .speaker-track-hover-title h4{
text-align:center;
}

.speaker-track-hover-title img {
display:none;
}

.partner-buttons{
float:right;
margin-bottom:10px;
}

.sd-partner-carousel-wrap-vertical .section-title h2{
font-size:1.3em;
line-height:1.2;
}

.sd-partner-carousel-wrap .section-title{
margin-bottom:0px;
padding-bottom:0px;
}

.sd-partner-carousel-wrap-vertical{
margin-bottom:0px;
padding-bottom:0px;
padding-top:0px!important;
width:275px;
padding-left:10px

}

div .sd-partner-carousel-wrap-vertical:not(:first-child) {
margin-top:-20px;
}

.sd_miniside-title .container {
  display: flex;
}

.sd_miniside-title .section-title {
  display: flex;
}

.sd_miniside-title .section-title h3 {
  font-size: 28px;
  padding-top:20px;
}


.speaker-expand:hover .speaker-track-details-expand  {
border-radius:10px;
}

.speaker-expand:hover .speaker-track-details-expand h4{
color:#fff;
}

.speaker-expand {
  background-color:#000;
  height:300px;
  overflow:hidden;
}
.speaker-expand .speaker-key-details-expand{ 
  overflow:hidden;
  height:200px;
}

.speaker-expand .speaker-key-details-expand h4{
  font-size:1.1rem;
  font-weight: normal;
}

.speaker-expand .speaker-photo-expand{
  width:44%;
}

.speaker-expand .speaker-logo-expand {
  margin-left:3%;
  width:42%;
  background-color: #fff;
}

.speaker-top-expand a {
    display: block;
}

/*speakers on partners*/
.partner-speakers{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner-speakers .speaker-top-expand {
  max-width: 300px;
  margin:0 auto;
}

.partner-speakers .speaker-expand {
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  border-radius:3px;
  min-width: 32%;
  max-width: 50%;
  text-align: center;
  margin-right: 1em;
  flex: 1;
}

.sidebar .sidebar-inner {
  border-width:2px;
}

div.buttons-right.level_height_intro {
  border-bottom:2px solid #25AAE1;
}

.vc_row.left-fixed {
	border-top:0px;
	margin: 0px 0px 0px 0px;
	}
.vc_empty_space {
  clear:both;
}

.f-widget li a {
  color: #d7d7d7;
}

.sd-wcc-title {
  border-bottom: 2px solid #989898;
}
.sd-partner-carousel-wrap {
  border-top:0px solid;
  border-bottom: 0px solid #25AAE1;
  padding-top:10px!important;
  padding-bottom:5px;
}

.sd-partner-carousel-wrap .section-title {
  padding-bottom:5px;
}

.small_partners .sd-partner-horizontal-list li {
  padding: 9px;
  width: 14.2%;
} 

#banner {
  margin: 0 0 20px 0;
}

#banner .container{
  padding: 0px;
} 

#container{
/*max-width:1500px;*/
  margin: 0 auto;
}

.container {
  padding: 0px;
  max-width:1500px;
  margin:0 auto;
}

.navbar-fixed-top{
  /*left:auto!important;
  max-width:1500px;*/
  margin:0 auto!important;
}

.sidebar .widget-title, .sidebar h3{
  font-size: 2rem;
}

.image_header.limit_width{
margin-top : 0px!important;
}

#nav_wrap{
/*max-width:1500px;*/
margin: 0px auto!important;
background: #000;
/*padding-left:15px;
padding-right:15px*/
}

.sd-carousel-partner img {
    background-color: #fff;
}

.speaker-list-inner .speaker-photo-expand {
    width: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.speaker-list-inner {
  width:170px;
}

.home-speakers .speaker-list-inner{
  width:240px;
}

.home-speakers  .speaker-list-inner .speaker-logo-expand {
    background: #ffffff none repeat scroll 0 0;
    bottom: 6px;
    height: 100px;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 100px;
}

.speaker-list-inner img{
  border: 0px solid #cccccc;
}

.speaker-lhover-titles h3{
  color: #000;
  font-weight:bold;
}

.speaker-lists-hover.speaker-hover-element {
  border-radius:5px;
}


.navbar-nav ul li > a{
  color: #fff;
  text-transform:uppercase;
}

body .ginput_container {
  color:#404040!important;
}

#site_header {
  background-color: #212121;
}

.stats-number{
	font-weight:bold!important;
}
	
.stats-left .stats-desc {
  text-align: center!important;
}

.limit_width {
  max-width:1500px;
  margin: 30px auto!important;
}

.row {
  max-width:1500px;
  margin: 0 auto!important;
}

.counter_holder{
  margin-top:60px;
}

.talk-content ul li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 9px 9px;
    padding-left: 25px;
	  font-weight:normal;
}


div.level_height .wpb_widgetised_column {
position:relative;
padding-bottom:0px;
}


div.level_height .sd-wcc-content{
margin-bottom:40px;
}

.vc_btn-lg, a.vc_btn-lg, button.vc_btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    text-align: center;
    width: 89%;
}

div.level_height div.vc_button-2-wrapper {
text-align:center;
width:100%;
margin: 0 auto;
position:absolute;
bottom:10px;
left:0%;
}

div.rotatingtweet{
width:100%!important;
}

div.twitter_row {
margin-top: 60px!important;
margin-bottom:60px!important;
}

div.twitter_scroll {
  background: url("../images/twitter-logo-bird.png") no-repeat  30px top;	
}

p.rtw_main {
color:#fff;
font-family: times new roman;
font-size: 2.9rem;
font-weight: bold;
width: 100% !important;
text-align:center;
}

p.rtw_meta{
color:#fff;	
text-align:center;
	}

div.twitter_scroll h3 {
	color:#fff;
	}

div.twitter_scroll .wpb_wrapper{
  border:0px!important;
  margin: 20px 180px 20px 180px;
  background-color:transparent!important;
}

.stats-block.stats-left.counter{
width:100%;
text-align:center;
position:relative;
height:162px;
}

.aio-icon-left{
display: block;
text-align: center;
position:absolute;
margin:-35px -35px 0 0;
right:55%
}

.ult-just-icon-wrapper {
width:100%
}

.stats-desc{
display: block;
text-align: center;
position:absolute;
margin:35px -175px 0 0;
right:55%
}

.counter{
border-bottom:5px solid #636364;
position:relative;
}

.counter img{
bottom:-22px;
position:relative;
}



.sd-button-title{
color:#fff;
}
a.sd-button-squar::before{
content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.home-page-text{
height:100%;
}

.home-page-text .section-title{
height:100%;

}
.section-title{
border-top:0px ;
border-bottom: 2px solid #25AAE1;
}


.buttons-right .sd-button-squar {
margin-top: 1%;
margin-bottom:1%;
width:48%;
   
}

.sd-button-squar:nth-child(odd) {
margin-right:2%
}


.buttons-right .wpb_wrapper{
margin-top:-1%;
margin-bottom:7%;
height:98%;
}

a.sd-button-squar::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;

    width: 100%;
}

.sd-button-squar img{ 
display: inline-block;
font: 16px/1 Arial sans-serif;
margin-bottom: 20px;
vertical-align: middle;
}

.sub_title {
font-size:1.2rem;
}
.wpb_wrapper{

height:100%;
}
.sd-button-squar {
    height: 25%;
}

.sd-button-squar {
    border: 4px solid #989898;
    padding: 10px 10px 33px;
    text-align: center;
}

.sd-wcc-title h2 {
  font-size: 1.6875rem;
  margin: 0 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}

.sd-wcc-title .sd-button {
  height: 70px;
  left: -7px;
  position: absolute;
  top: 5px;
  width: 70px;
  z-index: 1;
}

.level_height div.wpb_wrapper{
  height:100%;
}


#tagline h2 {
  color: #0eaeed;
  font-size: 20px;
  font-weight: 600;
  margin-top:0px; 
}

#date h5{
  font-size:1em;
  color: #FFF;
  font-weight: 500;
}

.section-title h2{
  font-size:3.6rem;
  line-height:3.3rem;
  font-weight:normal!important;
}

#hc_info h5 {
    color: #35404F;
    font-size: 18px;
    margin: 0;
	font-weight: 500;
}

#hc_info{
background-color:#fff;
border-radius:7px;
border:2px solid #ccc;
display:none;

}

#nw_inner {
    background: none repeat scroll 0 0 #000;
    max-width: 1500px;
    margin:0 auto;
    height: 43px;
    margin-bottom: 0;
    position: relative;
}

#footer {
    border-top:2px solid #444;
}
.footer-sidebar{
    border-left:2px solid #444;
}
.footer-sidebar:first-child{
    border-left: medium none;
}
.sd-slider-image-grid {
    border-bottom: 2px solid #444!important;
}

 .reg_buttons  {

margin-bottom:10px!important;
padding-top:0px!important;
padding-bottom:0px!important;

line-height:1em!important;
}

.sd-button-rect-small img{
	
	width:25px;
	}
	

.reg_button:hover::after{
opacity:1;
visibility:visible;
}

.button_holder{

height:100%;
position:relative;

}

.reg_button::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    content: " ";
    display: block;
    height:100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 500ms ease 200ms;
    visibility: hidden;
    width: 100%;
border-radius:5px;
}

.reg_button{
	height: 84px;
	width: 270px;
	}

@media (max-width: 1355px){
 /* #header_conts{
    position: relative;
  }
  #h_contacts{
    position: absolute;
    right:0;
  }
  #tagline h2 {
    font-size:1.1em;
  }

  #date h5 {
    font-size: .9em;
  }*/
}
/* --------------------------------------------------------------------------------------*/
                      /* media query upto 1200px */
/*--------------------------------------------------------------------------------------*/


@media (max-width:1200px){   


  .sd_miniside-title .container {
    display: flex;
    flex-direction: column;
  }
  
  .sd_miniside-title .section-title h3 {
    font-size: 22px;
    padding-top:5px;
    margin: 0 auto;
  }
  
  #sd_post_list{
    flex-wrap:wrap;
  }

  .sd_post {
    flex: 1 0 48%;
    margin-bottom:30px;
  }

  .sd_post:not(:first-child) {
    margin-left: 0px;
  }

  .sd_post:nth-child(even) {
    margin-left: 30px;
  }

  #logo {
      position: relative;
      margin: 0 auto;
      flex-direction: column;
      align-items: center;
  }
  #nav-assoc {
    margin-top:5px;
    flex:1;
  }

  #nav-logo {
    flex: 1;
  }

  #mainContent #banner h1{
    max-width:80%;
    font-size:2.8rem!important;
    padding-top:0px;
    margin-bottom: 0;
  }

  #main_content_inner{
    padding-bottom: 30px;
  }


  #tagline h2 {
    font-size:28px;
  }

  #site_header .container {
    display: flex;
    flex-direction: column;
  }

  #site_details{
    clear:both;
    margin:0;
    padding:0;
    width:100%;
    text-align:center;
    max-width: 100%;
  }

#h_contacts{
  position: relative;
  width:80%;
  margin: 0 auto;
  float:none;
  flex-direction: column;
  }

#h_contacts{
  position: relative;
  width:80%;
  margin: 0 auto;
  float:none;
  max-width: 80%;
  }

#header-widget {
    width: 100%;
    text-align: center;
    float:none;
    justify-content: center;
}

#header-widget h2 {
  float:none;
  text-align:center;
}

#header-widget .widget_sp_image, #header-widget .widget_media_image {
    flex-basis: auto;
    max-width: 20%;
    width:auto;
}
#header-widget .widget_sp_image img, #header-widget .widget_media_image img{
    float:right;
}

#header_conts {
  flex-direction: column;
    padding-left: 0px;
}


    .left-fixed-inner{
    display:none
    }
    .feedzy-rss .rss_item, .feedzy-25 .feedzy-rss .rss_item {
        width:48%;
    }

    .left-fluid-inner{
      padding-left:20px!important;
      width:100%!important;
      position:relative;
    }


  .menu-btn {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 1px solid #fff;
      border-radius: 4px;
      color: #fff;
      display: block;
      float: left;
      font-size: 18px;
      padding: 5px 10px;
  }

  .sidebar-track .widget-title{
    font-size:1.7em;
  }
  .partner-speakers .speaker-expand {
    width:48%;
  }
}

/* --------------------------------------------------------------------------------------*/
                      /* media query upto 850px */
/*--------------------------------------------------------------------------------------*/
@media (max-width: 850px) {
  #tagline h2 {
    font-size: 20px;
  }

  #site_details{
    padding:5px
  }

  .sd_slider-header h1{
    font-size:2.4em!important;
    text-align: center!important;
  }
  .sd_slider-header h2{
    font-size:1.8em!important;
    text-align: center!important;
  }
  .sd_slider-header h3{
    font-size:1.5em!important;
    text-align: center!important;
  }
  .sd_slider-header h4{
    font-size:1.2em!important;
    text-align: center!important;
  }
  .sd_slider-header .vc_col-sm-8{
    width:100%;
  }
  /* slider - hacky buttons*/
	.sd_slider-header .button-row {
    flex-direction:column;
    justify-content:center;
  }

  .sd_slider-header .button-row .button{
    margin:0 auto;
  }

  .sd_slider-header .button-row 		h2{
    margin:5px 0;
    font-size:20px!important;
  }
  .sd_slider-header .button-row .button {

    padding: 5px 18px;
    font-size:16px;
  }
    /* end - slider - hacky buttons*/

  #sd_post_list{
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .sd_post {
    flex: 1;
    background-color:#fff;
    padding:8px;
    margin-bottom:30px;
  }

  .sd_post:not(:first-child) {
    margin-left: 0px;
  }

  .sd-flex-outer{
    flex-wrap: wrap;
  }

  .sd-chimp-form-col-4 {
    width: 100%;
    padding: 0.4em 1em;
  }

  .sd_stat-row .wpb_column.vc_column_container.vc_col-sm-2 {
      width: 50%;
      float: left;
  }

  #banner .container {
    flex-direction: column;
    align-items: center;
  }

  #banner h1{
    font-size:2.1rem!important;
    padding-top:0px;
    margin-bottom: 0;
    text-align:left;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    padding: 0 20px 4px 20px;
  }
  #banner.header-icon-push h1 {
    margin-left: 0px;
    margin: 0 auto;
  }

  #banner h2, #banner h3 {
    text-align: center;
    max-width: 80%;
    margin: .4em auto;
  }
  
  #banner h4{
    text-align: center;
    max-width: 80%;
    margin: .4em auto;
  }

  #banner h5{
    text-align:left;
    font-size:1em;
    text-align: center;
    max-width: 80%;
    margin: .5em auto;
  }
  #banner h6{
    font-size:0.8em;
    text-align: center;
    max-width: 80%;
    margin: .4em auto;
  }


  img.sd-header-icon {
      width: 130px;
      height: auto;
  }    

  .sub-header-content{
    margin-left:0px;
  }

  #banner h1 {
      margin-left: 0px;

  }

#logo{
  width:100%;

}

#logo a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

#h_contacts{
  position: relative;
  width:80%;
  margin: 0 auto;
  float:none;
  padding:5px;
  }

#header-widget{
  float:none;
}


  #header-widget .widget_sp_image img {
    height: 55px;
    width: auto;
    padding: 3px;
  }


  #header-widget .widget.widget_text{
    width:100%;
  }

  #header-widget h2{
    border-right: none;
    border-bottom: 1px solid #ccc;
    width:100%;
    max-width:100%;
    text-align: center;
    padding: 5px;
  }
  #hc_info {
    padding: 3px 0px;
  }
  #hc_info h5 {
      font-size: 20px;
      text-align: center;
      margin-top: 0;
  }


.col-8{
  width:100%;
}

  #partner_list.searchable li {
    float: left;
    width: 100%;
}


.feedzy-rss .rss_item, .feedzy-25 .feedzy-rss .rss_item {
  width:98%;
}

#partner_list ul.list.sd-columns-one li .partner-cont{
  flex-direction: column;
}
.sd-columns-one .partner-content {
    padding-left: 0px;
}
.partner_box {
  float: left!important;
  width: 100%!important;
  clear:both!important;
}

.partner_box:nth-child(2n+1) {
  padding-right:0;
}

.partner_box:nth-child(2n) {
  padding-left:0;
}


#partner_list ul.list.sd-columns-two li:nth-child(2n+1){
  padding-right: 0px;
}

#partner_list ul.list.sd-columns-two li{
  width:100%;
}


.right-fixed-experiment{
    display:none;
}

.left-fixed-experiment {
  padding-right:20px!important;
  width:100%!important;
}




.talk-details-side {
    padding: 10px 10px 30px 0px;
   
}

.talk-time {
  left: auto;
   position: relative;
  width: 100%;
  z-index: 5;
  height: 100%;
  border-right: 0px;
  z-index: 99;
}
.talk-time span {
  position: relative;
  transform: translateY(0%);
  transform: translateX(0%);
  display: flex;
  align-items: baseline;
}

.talk-time span h4{
  padding-left:10px;
}

.sd_talk-main {
  width: 100%;
  float: left;
}

.sd_talk-speakers {
  width: 100%;
  float: left;
}

.session-item .talk-details-side {
  background-image:none;
}

.talk-details-side {
	background-image:none;
}

	.talk-item.break-item .talk-details-side {
		background-image:none;
		}	
    .columns .col-4 .sidebar .sidebar-track {
    width:95%;
    }
    .talk-time h3{
      top: auto;
      position: relative;
      transform: none;
      padding: 10px 0px 0px 0px;
    }
	
	
	.speaker-list-inner .speaker-photo-expand {
    width: 70%;
    }

  .home-speakers .speaker-list-inner, .speaker-list-inner {
    width: 40%;
  }
    

  .home-speakers .speaker-list-inner .speaker-logo-expand {
    width:40%;
    height:auto;
  }

  .sd_slider-header .slick-slide{
    min-height: 500px;
  } 

  .speaker-partners .single-partner-cont {
    flex-direction: column;
  }

  .partner-speakers .speaker-expand {
    width:100%;
  }

}

/* --------------------------------------------------------------------------------------*/
                      /* media query upto 600px */
/*--------------------------------------------------------------------------------------*/


@media (max-width: 600px) {

  #mainContent #banner h1{
    max-width:80%;
    font-size:1.9rem!important;
    padding-top:0px;
    margin-bottom: 0;
    text-align:left;
  }
  #mainContent #banner h5, #mainContent #banner h4{
    text-align:left;
  }

  .home-speakers .speaker-list-inner, .speaker-list-inner {
    width: 40%;
  }
  .home-speakers .speaker-list-inner .speaker-logo-expand {
    width:40%;
    height:auto;
    }


}