body {
word-wrap: break-word;
background: #fff;
font-family: 'gibsonlight';
font-weight:normal;
font-size:16px;
color:rgba(0,0,0,1);
}
html {
overflow-x:hidden;
}
div.wpcf7 .ajax-loader {
display: none;
} .top-left-widget {
text-align: left;
}
.top-right-widget {
text-align: right;
}
.top-left-widget ul.menu,
.top-right-widget ul.menu {
padding: 0;
margin: 0;
list-style-type: none;
}
.top-left-widget ul.menu li,
.top-right-widget ul.menu li {
display: inline-block;
padding: 0 10px;
border-left: 1px solid #e1e1e1;
line-height: 1;
}
.top-left-widget ul.menu li:first-child,
.top-right-widget ul.menu li:first-child {
border-left: none;
}
.top-left-widget ul.menu li a,
.top-right-widget ul.menu li a {
font-size: 12px;
color: #555555;
display: inline-block;
line-height: 1;
text-decoration: none;
}
.top-left-widget ul.menu li a:hover,
.top-right-widget ul.menu li a:hover {
color: #ec6607;
text-decoration: none;
}
.top-left-widget ul.menu li a .fa,
.top-right-widget ul.menu li a .fa {}
#top-menu-container {
padding: 6px 0;
background-color: #f2f2f2;
} #mobile-nav-button {
float: right;
padding: 0 10px;
font-size: 2em;
background: #333333;
border: none;
}
#mobile-nav-button:before {
content: "\f0c9";
color: #eeeeee;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#mobile-nav-button:hover {
cursor: pointer;
}
#mobile-nav-button:hover:before {
color: #999999;
}
#mobile-current-item {
position: absolute;
top: 10px;
padding-left: 10px;
color: #eeeeee;
}
#main-menu-container {
background-color: #141719;
}
#main-navigation:before,
#main-navigation:after {
content: " ";
display: table;
}
#main-navigation:after {
clear: both;
}
#main-navigation.menu-open ul {
display: block;
}
#main-navigation ul {
display: none;
margin: 0;
list-style: none;
}
#main-navigation ul li {
margin: 0;
padding: 0;
list-style: none;
}
#main-navigation ul li a {
color: #eeeeee;
text-decoration: none;
}
#main-navigation ul li a:hover {
color: #999999;
}
#main-navigation .main-nav > ul {
padding-top: 35px;
}
#main-navigation .main-nav .menu li li a::before { }
#main-navigation ul {
padding: 0;
}
@media (min-width: 992px) {
#mobile-nav-button {
display: none;
}
#mobile-current-item {
display: none;
}
#main-navigation ul {
display: block;
}
#main-navigation .main-nav ul {
padding: 0;
}
#main-navigation .main-nav ul:before,
#main-navigation .main-nav ul:after {
content: " ";
display: table;
}
#main-navigation .main-nav ul:after {
clear: both;
}
#main-navigation .main-nav ul li {
margin: 0;
padding: 0;
list-style: none;
position: relative;
float: left;
}
#main-navigation .main-nav ul li:hover > ul {
display: block;
opacity: 1;
-webkit-transition: all ease-in 0.3ms;
-moz-transition: all ease-in 0.3ms;
-o-transition: all ease-in 0.3ms;
-ms-transition: all ease-in 0.3ms;
transition: all ease-in 0.3ms;
}
#main-navigation .main-nav ul li li:hover > ul {
left: 100%;
top: 0;
}
#main-navigation .main-nav ul li a {
margin: 0;
color: #eeeeee;
display: block;
}
#main-navigation .main-nav > ul > li > a {
padding: 10px 22px;
}
#main-navigation .main-nav ul li a:hover {
text-decoration: none;
color: #999999;
}
#main-navigation .main-nav ul li > ul {
position: absolute;
z-index: 999;
width: auto;
min-width: 200px;
padding: 0;
background-color: #141719;
}
#main-navigation .main-nav ul li ul {
display: none;
opacity: 0;
-webkit-transition: all ease-in 0.3ms;
-moz-transition: all ease-in 0.3ms;
-o-transition: all ease-in 0.3ms;
-ms-transition: all ease-in 0.3ms;
transition: all ease-in 0.3ms;
}
#main-navigation .main-nav ul li ul li {
float: none;
padding: 0 15px;
}
#main-navigation .main-nav ul li ul li a {
line-height: 2.5em;
white-space: nowrap;
}
#main-navigation .main-nav .menu li li a::before {
content: '';
position: relative;
margin-left: 0;
}
#main-navigation .main-nav > ul > li > ul > li.menu-item-has-children::after {
content: "\f105";
color: #eee;
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: 15px;
top: 6px;
font-size: 20px;
}
}
@media(max-width:991px) {
#main-navigation .main-nav > ul {
padding-top: 42px;
}
#main-navigation .main-nav li.menu-item-has-children {
position: relative;
}
#main-navigation .main-nav .menu li .menu_arrow {
color: #fff;
cursor: pointer;
display: inline-block;
height: 38px;
line-height: 38px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 40px;
z-index: 9999;
}
#main-navigation .main-nav .menu li .menu_arrow::after {
font-size: 22px;
content: "\f107";
font-family: FontAwesome;
color: #FFF;
}
#main-navigation .main-nav .menu li.open > .menu_arrow::after {
content: "\f106";
}
#main-navigation .main-nav ul li a {
display: block;
padding: 8px 10px;
font-size: 16px;
}
#main-navigation .main-nav li.menu-item-has-children > ul {
display: none;
background-color: rgba(255, 255, 255, 0.05);
}
#main-navigation .main-nav li.menu-item-has-children.open > ul {
display: block;
}
} #sub-menu-container {
background-color: #f2f2f2;
}
#sub-navigation:before,
#sub-navigation:after {
content: " ";
display: table;
}
#sub-navigation:after {
clear: both;
}
#sub-navigation.menu-open ul {
display: block;
}
#sub-navigation ul {
display: none;
margin: 0;
padding-left: 10px;
list-style: none;
}
#sub-navigation ul li {
margin: 0;
padding: 0;
list-style: none;
}
#sub-navigation ul li a {
color: #555555;
text-decoration: none;
line-height: 3em;
}
#sub-navigation ul li a:hover {
color: #fff;
}
#sub-navigation > ul {
padding-top: 35px;
}
@media (min-width: 992px) {
#sub-navigation ul {
display: block;
}
#sub-navigation ul {
padding: 0;
}
#sub-navigation ul:before,
#sub-navigation ul:after {
content: " ";
display: table;
}
#sub-navigation ul:after {
clear: both;
}
#sub-navigation ul li {
margin: 0;
padding: 0;
list-style: none;
position: relative;
float: left;
}
#sub-navigation ul li:hover ul {
display: block;
}
#sub-navigation ul li li:hover > ul {
left: 100%;
top: 0;
}
#sub-navigation ul li a {
margin: 10px;
color: #555;
font-size: 13px;
}
#sub-navigation ul li a:hover {
text-decoration: none;
color: #ec6607;
}
#sub-navigation ul li > ul {
position: absolute;
z-index: 999;
width: auto;
min-width: 200px;
padding: 0;
background-color: #999999;
}
#sub-navigation ul li ul {
display: none;
}
#sub-navigation ul li ul li {
float: none;
}
#sub-navigation ul li ul li a {
line-height: 2.5em;
white-space: nowrap;
}
} #footer-menu-container .footer-menu {
margin: 0;
padding: 0;
}
#footer-menu-container .footer-menu li {
float: left;
margin-left: 10px;
list-style: none;
}
#footer-menu-container .footer-menu li:after {
content: '|';
color: #999999;
font-weight: 100;
margin-left: 10px;
}
#footer-menu-container .footer-menu li:last-child:after {
margin-left: 0;
content: '';
}
#footer-menu-container .footer-menu li a {
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
font-size: 12px;
}
#footer-menu-container .footer-menu li a:hover {
color: #ec6607;
} #header {
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
#site-branding {
position: relative;
min-height: 1px;
}
#site-branding a{
display: inline-block;
}
#site-branding .site-name a {
color: #333333;
}
#site-branding .site-description {
font-size: 20px;
}
#secondary-header {
min-height: 1px;
text-align: right;
padding-top: 8px;
}
h1.logo-head {
margin: 0;
font-size: 0px;
} .content-area:before,
.content-area:after {
content: " ";
display: table;
}
.content-area:after {
clear: both;
}
main:before,
main:after {
content: " ";
display: table;
}
main:after {
clear: both;
} main #featured-content,
main #featured-image {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding: 40px 0;
}
@media (min-width: 992px) {
main #featured-content,
main #featured-image {
float: left;
width: 50%;
}
}
@media (min-width: 992px) {
main #featured-content,
main #featured-image {
padding: 40px 30px;
}
}
main #featured-content h1,
main #featured-image h1,
main #featured-content h2,
main #featured-image h2,
main #featured-content p,
main #featured-image p {
text-align: center;
}
main #featured-content .call-to-action,
main #featured-image .call-to-action {
padding: 15px 0;
text-align: center;
margin-top: 30px;
}
main #featured-content .call-to-action .cta-button,
main #featured-image .call-to-action .cta-button {
color: #fff;
background-color: #0D4C82;
border-color: #0b3e6b;
padding: 15px 35px;
font-size: 24px;
line-height: 24px;
border-radius: 0;
}
main #featured-content .call-to-action .cta-button:hover,
main #featured-image .call-to-action .cta-button:hover,
main #featured-content .call-to-action .cta-button:focus,
main #featured-image .call-to-action .cta-button:focus,
main #featured-content .call-to-action .cta-button:active,
main #featured-image .call-to-action .cta-button:active,
main #featured-content .call-to-action .cta-button.active,
main #featured-image .call-to-action .cta-button.active,
.open > main #featured-content .call-to-action .cta-button.dropdown-toggle,
.open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
color: #fff;
background-color: #083154;
border-color: #051e33;
}
main #featured-content .call-to-action .cta-button:active,
main #featured-image .call-to-action .cta-button:active,
main #featured-content .call-to-action .cta-button.active,
main #featured-image .call-to-action .cta-button.active,
.open > main #featured-content .call-to-action .cta-button.dropdown-toggle,
.open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
background-image: none;
}
main #featured-content .call-to-action .cta-button.disabled,
main #featured-image .call-to-action .cta-button.disabled,
main #featured-content .call-to-action .cta-button.disabled:hover,
main #featured-image .call-to-action .cta-button.disabled:hover,
main #featured-content .call-to-action .cta-button.disabled:focus,
main #featured-image .call-to-action .cta-button.disabled:focus,
main #featured-content .call-to-action .cta-button.disabled:active,
main #featured-image .call-to-action .cta-button.disabled:active,
main #featured-content .call-to-action .cta-button.disabled.active,
main #featured-image .call-to-action .cta-button.disabled.active,
main #featured-content .call-to-action .cta-button[disabled],
main #featured-image .call-to-action .cta-button[disabled],
main #featured-content .call-to-action .cta-button[disabled]:hover,
main #featured-image .call-to-action .cta-button[disabled]:hover,
main #featured-content .call-to-action .cta-button[disabled]:focus,
main #featured-image .call-to-action .cta-button[disabled]:focus,
main #featured-content .call-to-action .cta-button[disabled]:active,
main #featured-image .call-to-action .cta-button[disabled]:active,
main #featured-content .call-to-action .cta-button[disabled].active,
main #featured-image .call-to-action .cta-button[disabled].active,
fieldset[disabled] main #featured-content .call-to-action .cta-button,
fieldset[disabled] main #featured-image .call-to-action .cta-button,
fieldset[disabled] main #featured-content .call-to-action .cta-button:hover,
fieldset[disabled] main #featured-image .call-to-action .cta-button:hover,
fieldset[disabled] main #featured-content .call-to-action .cta-button:focus,
fieldset[disabled] main #featured-image .call-to-action .cta-button:focus,
fieldset[disabled] main #featured-content .call-to-action .cta-button:active,
fieldset[disabled] main #featured-image .call-to-action .cta-button:active,
fieldset[disabled] main #featured-content .call-to-action .cta-button.active,
fieldset[disabled] main #featured-image .call-to-action .cta-button.active {
background-color: #0D4C82;
border-color: #0b3e6b;
}
main #featured-content .call-to-action .cta-button .badge,
main #featured-image .call-to-action .cta-button .badge {
color: #0D4C82;
background-color: #fff;
}
main #featured-content .call-to-action .cta-button:hover,
main #featured-image .call-to-action .cta-button:hover {
text-decoration: none;
}
.home-widget {
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 992px) {
.home-widget {
float: left;
width: 33.33333%;
}
}
.home-widget .widget-wrapper .widget-title-home {
text-align: center;
margin-top: 0;
} #main {
position: relative;
min-height: 1px;
}
#main article:before,
#main article:after {
content: " ";
display: table;
}
#main article:after {
clear: both;
}
#main article:last-child {
border-bottom: none;
}
.single #main article {
border-bottom: none;
}
.entry-header {
margin-bottom: 20px;
}
.entry-thumbnail {
margin-bottom: 20px;
}
.page-feature-image {
padding-bottom: 10px;
} #main.error-page {
position: relative;
min-height: 1px;
}
@media (min-width: 992px) {
#main.error-page {
float: left;
width: 100%;
}
} .site-main [class*="navigation"] {
overflow: hidden;
}
.navigation {
margin-top: 20px;
}
.navigation .nav-previous {
float: left;
width: 50%;
}
.navigation .nav-next {
float: right;
width: 50%;
text-align: right;
} .comment-content {
clear: both;
}
.comment-content a {
word-wrap: break-word;
}
.comment-body {
padding: 10px;
}
.comment-body .comment-meta {
text-align: left;
}
.comment-body .comment-meta a {
font-size: 11px;
}
.commentlist {
list-style: none;
padding-left: 0;
}
.commentlist li.alt > article {
background: #f9f9f9;
}
.commentlist .children {
list-style: none;
}
.commentlist .avatar {
float: left;
margin-right: 10px;
vertical-align: middle;
} blockquote cite {
display: block;
text-align: right;
} .breadcrumb-list {
padding-top: 15px;
} article .post-data .tags-links {
float: left;
}
article .post-data .entry-meta {
float: right;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
}
.wp-caption {
max-width: 100%;
margin-bottom: 1.5em;
border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
display: block;
max-width: 98%;
margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
img {
max-width: 100%;
height: auto;
} embed,
iframe,
object {
max-width: 100%;
} .gallery {
margin-left: -15px;
margin-right: -15px;
}
.gallery:before,
.gallery:after {
content: " ";
display: table;
}
.gallery:after {
clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
position: relative;
float: left;
width: 33.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
position: relative;
float: left;
width: 20%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
position: relative;
float: left;
width: 16.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
position: relative;
float: left;
width: 14.28571%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
position: relative;
float: left;
width: 12.5%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
position: relative;
float: left;
width: 11.11111%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
} main#main {
position: relative;
min-height: 1px;
}
.content-sidebar-half-page main#main {
position: relative;
min-height: 1px;
}
.sidebar-content-half-page main#main {
position: relative;
min-height: 1px;
}
.full-width-page main#main,
.page-template-page-templateslanding-page-php main#main,
.page-template-page-templatessitemap-php main#main {
position: relative;
min-height: 1px;
} main#main.sitemap .sitemap-widgets {
margin-left: -15px;
margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before,
main#main.sitemap .sitemap-widgets:after {
content: " ";
display: table;
}
main#main.sitemap .sitemap-widgets:after {
clear: both;
}
.page-template-page-templateslanding-page-php #top-menu-container,
.page-template-page-templateslanding-page-php #main-menu-container,
.page-template-page-templateslanding-page-php #sub-menu-container,
.page-template-page-templateslanding-page-php #footer-menu-container {
display: none;
} .default-sidebar,
.gallery-sidebar,
.right-sidebar {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
} #colophon-widget {
margin-left: -15px;
margin-right: -15px;
}
#colophon-widget:before,
#colophon-widget:after {
content: " ";
display: table;
}
#colophon-widget:after {
clear: both;
}
.colophon-widget {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
.colophon-widget {
float: left;
width: 100%;
}
.right-side-content {
float: right;
}
}
.home-widgets {
margin-top: 40px;
}
.left-sidebar {
position: relative;
min-height: 1px;
}
.left-half-sidebar {
position: relative;
min-height: 1px;
}
.right-half-sidebar {
position: relative;
min-height: 1px;
} #widgets,
main#main.sitemap .sitemap-widgets {
margin-bottom: 20px;
}
#widgets:before,
main#main.sitemap .sitemap-widgets:before,
#widgets:after,
main#main.sitemap .sitemap-widgets:after {
content: " ";
display: table;
}
#widgets:after,
main#main.sitemap .sitemap-widgets:after {
clear: both;
}
#widgets .widget-title,
main#main.sitemap .sitemap-widgets .widget-title {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
#widgets ul,
main#main.sitemap .sitemap-widgets ul {
padding-left: 5px;
}
#widgets ul li,
main#main.sitemap .sitemap-widgets ul li {
list-style: none;
}
.widget-wrapper {
padding: 15px;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar #wp-calendar caption {
margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
padding-bottom: 10px;
text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
text-align: center;
padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
padding-top: 10px;
}
.widget_search {
margin-top: 15px;
}
.search-form {
position: relative;
}
.search-form .search-field {
position: relative;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.search-form .search-submit {
position: relative;
height: 34px;
left: -4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
#widgets.sidebar .widget-title{
font-size: 22px;
font-weight: bold;
padding-bottom: 10px;
} #footer {
margin-right: auto;
margin-left: auto;
margin-top: 40px;
padding-top: 0;
background-color: #141719;
color: #999999;
}
#footer:before,
#footer:after {
content: " ";
display: table;
}
#footer:after {
clear: both;
}
#footer-widgets-container {
padding: 60px 0 40px;
}  #footer-widgets-container:before,
#footer-widgets-container:after {
content: " ";
display: table;
}
#footer-widgets-container:after {
clear: both;
}
#footer-widget {
margin-bottom: 20px;
}
#footer-widget:before,
#footer-widget:after {
content: " ";
display: table;
}
#footer-widget:after {
clear: both;
}
#footer-widget .footer-widget {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
} .wysija-checkbox-label {
margin: 0 0 5px 0;
cursor: pointer;
}
input.wysija-checkbox {
width: auto;
display: none;
}
input.wysija-checkbox + label {
position: relative;
cursor: pointer;
padding-left: 28px;
min-height: 28px;
line-height: 33px;
display: block;
}
input.wysija-checkbox + label::before {
content: "";
height: 24px;
width: 24px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
top: 50px;
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/group-3-hover.png) no-repeat left center;
}
input.wysija-checkbox:checked+ label::before {
content: "";
height: 24px;
width: 24px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
top: 50px;
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/group-3.png) no-repeat left center;
}
.category-outer .stream{
font-family: 'gibsonregular';
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.9px;
color: rgba(0,0,0,1);
text-transform: uppercase;
}
.category-outer .stream a{
font-size: 14px;
text-transform: lowercase;
width: 23px;
height: 23px;
line-height: 23px;
text-align: center;
display: inline-block;
border: solid 1px #ec6607;
border-radius: 50%;
margin-left: 5px;
margin-bottom: 10px;
outline: none;
}
input.wysija-checkbox + label{
font-family: 'gibsonregular';
font-size: 17px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: rgba(255,255,255,0.8);
display: block;
min-width: 120px;
text-align: center;
padding: 12px 7px;
margin-bottom: 15px;
}
.agenda-section.for-home-only input.wysija-checkbox + label{
min-width: 110px;
}
.agenda-category-list ul li{
display: inline-block;
text-align: center;
list-style: none;
margin: 0px 7px;
margin-bottom: 22px;
}
.agenda-category-list {
text-align: center;
}
.category-outer.select-all{
display: inline-block;
vertical-align: middle;
margin-bottom: 22px;
}
.agenda-category-list ul{
display: inline-block;
padding: 0px;
padding-left: 50px;
vertical-align: middle;
}
.category-outer.select-all label{
opacity: 0.8;
font-family: 'gibsonregular';
font-size: 17px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
text-decoration: underline;
color: rgba(236,102,8,0.8);
margin-top: 20px;
}
.agenda-section{
border-top: solid 1px #d7d7d7;
padding: 38px 0px 30px 0px;
}
.agenda-conference-section .agenda-accordion .panel {
border: 0px;
margin-bottom: 13px;
}
.agenda-conference-section .agenda-accordion .panel-heading {
padding: 0;
}
.agenda-conference-section .agenda-accordion .panel-heading a.collapsed {
background-color: #f7f7f7;
}
.agenda-conference-section .agenda-accordion .panel-heading a {
display: block;
padding: 17px 17px 13px 35px;
}
.agenda-conference-section .agenda-accordion .agenda-timing {
min-width: 190px;
}
.agenda-conference-section .agenda-accordion .agenda-timing span {
display: inline-block;
vertical-align: middle;
font-family: 'gibsonregular';
font-size: 15px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
text-transform: lowercase;
}
.agenda-conference-section .agenda-accordion .agenda-timing .ico {
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/conference-time.png) no-repeat center center;
height: 20px;
width: 20px;
margin-right: 13px;
}
.agenda-conference-section .agenda-accordion .agenda-title {
font-family: 'gibsonlight';
font-size: 15px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 20px;
letter-spacing: normal;
text-align: left;
}
.agenda-conference-section .agenda-accordion .agenda-title .acc-category{
font-family: 'gibsonregular';
font-size: 14.4px;
line-height: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
min-width: 100px;
width: auto;
padding: 5px;
margin-right: 20px;
display: inline-block;
}
.agenda-conference-section .agenda-accordion .agenda-speakers {
min-width: 260px;
}
.agenda-conference-section .agenda-accordion .agenda-speakers .speakers-image-left {
display: inline-block;
width: 67%;
vertical-align: middle;
}
.agenda-conference-section .agenda-accordion .agenda-speakers .row .col {
float: none;
display: inline-block;
margin-bottom: 7px;
}
.agenda-speakers-list .spc{
display: inline-block;
vertical-align: top;
float: none;
}
.agenda-conference-section .agenda-accordion .agenda-speakers img {
max-width: inherit;
border-radius: 50%;
display: inline-block;
border: 0px;
margin-bottom: 0px;
height: 48px;
width: 48px;
}
.agenda-conference-section .agenda-accordion .agenda-speakers .speakers-image-right {
display: inline-block;
width: 30%;
padding-left: 50px;
vertical-align: middle;
}
.agenda-conference-section .agenda-accordion a .accordion-ico {
display: inline-block;
height: 10px;
width: 17px;
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/accordion-down.png) no-repeat center center;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.agenda-conference-section .agenda-accordion a.collapsed .accordion-ico {
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/accordion-down-blue.png) no-repeat center center;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.agenda-conference-section .agenda-accordion .panel.break .panel-heading a.collapsed{
cursor: default;
}
.agenda-conference-section .agenda-accordion .panel.break a.collapsed .accordion-ico{
display: none;
}
.agenda-conference-section .agenda-accordion .panel.break .panel-heading a.collapsed{
background-color: #fff;
}
.agenda-conference-section .agenda-accordion .panel{
box-shadow: none;
}
.agenda-conference-section .agenda-accordion .panel-heading a.collapsed {
background-color: #f7f7f7;
color: rgba(0,0,0,1);
}
.agenda-conference-section .agenda-accordion .panel-heading a, .agenda-conference-section .agenda-accordion .panel-heading a:hover{
color: #fff;
}
.agenda-conference-section .agenda-accordion a:hover .accordion-ico {
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/accordion-down.png) no-repeat center center;
}
.agenda-conference-section .agenda-accordion .panel-heading a.collapsed:hover .agenda-timing .ico {
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/conference-time-white.png) no-repeat center center;
}
.agenda-conference-section .agenda-accordion .agenda-timing .ico{
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/conference-time-white.png) no-repeat center center;
}
.agenda-conference-section .agenda-accordion .panel.break .panel-heading a{ color: #000000 !important; }
.agenda-conference-section .agenda-accordion .panel.break .panel-collapse{ display:none !important; }
.agenda-conference-section .agenda-accordion .panel.break .agenda-timing .ico{ background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/conference-time.png) no-repeat center center; }
.agenda-conference-section .agenda-accordion .panel-heading a.collapsed .agenda-timing .ico,.agenda-conference-section .agenda-accordion .panel.break .panel-heading a.collapsed:hover .agenda-timing .ico {
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/conference-time.png) no-repeat center center;
}
.agenda-conference-section .agenda-accordion .panel.break .panel-heading a.collapsed {
color: rgba(0,0,0,1);
}
.agenda-conference-section .agenda-accordion .panel-heading a.collapsed .acc-category{
color: #fff;
}
.agenda-conference-section .agenda-accordion .panel-heading a .acc-category, .agenda-conference-section .agenda-accordion .panel-heading a:hover .acc-category{
background-color: rgba(255,255,255,0.5);
color: #000;
}
.agenda-conference-section .agenda-accordion .panel-heading a[aria-expanded=true] .acc-category, .agenda-conference-section .agenda-accordion .panel:not(.break) .panel-heading a:hover .acc-category{
background-color: rgba(255,255,255,0.5) !important;
color: #000;
}
.agenda-conference-section .agenda-accordion .panel.break .panel-heading a:hover .acc-category{
color: #fff;
}
.agenda-title .cat-outer-list{
display: inline-block;
vertical-align: middle;
max-width: 30%;
}
.agenda-title .dislpay-title{
display: inline-block;
vertical-align: middle;
max-width: 70%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.agenda-title .cat-outer-list .acc-category{
margin-bottom: 5px;
}
.agenda-title .cat-outer-list .acc-category:last-child{
margin-bottom: 0px;
}
.agenda-category-list{
margin-bottom: 30px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
border: 0px;
}
.agenda-conference-section .panel-body {
padding: 40px;
}
.custom-overlay {
text-align: center;
}
.custom-overlay {
background: rgba(0, 0, 0, 0.5) url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/images/overlay.png) repeat scroll 0 0;
height: 100%;
left: 0;
min-height: 1px;
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
}
.custom-overlay td {
border: 0px;
vertical-align: middle;
}
.custom-overlay img {
vertical-align: middle;
}
table {
border-collapse: collapse;
width: 100%;
} @media (min-width: 992px) {
#footer-widget .footer-widget {
float: left;
width: 33.33333%;
}
}
#footer-widget .footer-widget .widget-title {
color: #999999;
}
#footer-widget .footer-widget ul {
padding: 0;
}
#footer-widget .footer-widget ul li {
list-style: none;
} #menu-social-container {
margin-left: -15px;
margin-right: -15px;
padding: 10px 0;
margin-bottom: 10px;
border-bottom: 1px solid #555555;
}
#menu-social-container:before,
#menu-social-container:after {
content: " ";
display: table;
}
#menu-social-container:after {
clear: both;
}
#footer-menu-container {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
@media (min-width: 992px) {
#footer-menu-container {
text-align: right;
}
}
#social-icons-container {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
@media (min-width: 992px) {
#social-icons-container {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 992px) and (min-width: 992px) {
#social-icons-container {
float: left;
width: 41.66667%;
}
}
.social-icons {
padding: 0;
}
@media (min-width: 992px) {
.social-icons {
float: right;
}
}
.social-icons li {
display: inline-block;
height: 24px;
width: 24px;
list-style: none;
margin-left: 5px;
}
.social-icons li a {
color: #fff;
display: block;
width: 24px;
height: 24px;
font-size: 1.2em;
}
.social-icons li a:hover {
opacity: 0.8;
}
.social-icons li.facebook-icon a:before {
content: "\f09a";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
content: "\f180";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.googleplus-icon a:before {
content: "\f0d5";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
content: "\f16d";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
content: "\f0e1";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
content: "\f0d2";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
content: "\f09e";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
content: "\f1a4";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
content: "\f099";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
content: "\f194";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
content: "\f167";
color: #fff;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1em;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} #footer-base {
padding: 10px 0;
background-color: #111111;
}
#footer-base:before,
#footer-base:after {
content: " ";
display: table;
}
#footer-base:after {
clear: both;
}
#footer-base .copyright {
position: relative;
min-height: 1px;
text-align: center;
color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
#footer-base .copyright {
text-align: left;
}
}
#footer-base .scroll-top {
display: block;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin: 0 auto;
} .screen-reader-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
z-index: 100000; top: 5px;
left: 5px;
display: block;
clip: auto !important;
width: auto;
height: auto;
padding: 15px 23px 14px;
text-decoration: none;
color: #428bca;
border-radius: 3px;
background-color: #f2f2f2;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
font-size: 14px;
font-weight: bold;
line-height: normal;
}
.accessibile-label {
font-size: 0;
height: 1px;
overflow: hidden;
display: block;
}    .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
#infinite-footer .container,
#infinite-footer .content-area,
#infinite-footer #featured-area,
#infinite-footer .home-widgets,
#infinite-footer #footer #footer-wrapper,
#footer #infinite-footer #footer-wrapper {
width: 1170px;
}  @media(max-width:767px) {
#logo img {
max-width: 140px;
}
} .breadcrumb-list,
#breadcrumbs {
padding: 30px 0 30px;
margin-bottom: 0;
}
.breadcrumb-list a,.breadcrumb-list  a:hover,.breadcrumb-list  a:focus,
#breadcrumbs a,#breadcrumbs  a:hover,#breadcrumbs  a:focus{ color: #a98d46; }
.breadcrumb {
padding: 0;
background: none;
margin-bottom: 0;
} .searchform {
position: relative;
display: inline-block;
}
.searchform .search-field {
padding-right: 30px;
border: 1px solid #c5c5c5;
box-shadow: none;
}
.searchform .search-icon {
position: absolute;
right: 0;
top: 0;
padding: 10px;
}
.searchform label {
margin-bottom: 0;
} .cycloneslider {
margin-bottom: 0 !important;
}
.cycloneslider-template-dark .cycloneslider-pager {
bottom: 15px !important;
}
.cycloneslider-template-dark .cycloneslider-pager span {
box-shadow: none !important;
background: #CCC !important;
}
.cycloneslider-template-dark .cycloneslider-pager span.cycle-pager-active {
background: #FFF !important;
} footer .widget-title .widget-header {
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
margin: 0 0 20px;
}
#footer-widgets-container ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#footer-widgets-container ul li {
display: block;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-widgets-container ul li:last-child {
border-bottom: none;
}
#footer-widgets-container a {
color: rgba(255, 255, 255, 0.6);
}
#footer-widgets-container a:hover {
text-decoration: none;
color: #ec6607;
}
.page-template-page-templatesfull-width-fluid-page-php #footer {
margin-top: 0;
}
@media (min-width: 768px) and (max-width: 2000px) {
.widget-header{pointer-events: none;}
} .footer-widget {
margin-bottom: 30px;
}
@media(max-width:767px) {
#footer-widgets-container {
padding: 0;
}
.footer-widget {
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget .widget-title {
position: relative;
cursor: pointer;
}
footer .footer-widget .widget-title .widget-header {
margin-bottom: 0;
padding: 15px 0;
font-size: 14px;
line-height: normal;
}
.ft-toggle-arrow {
font: normal normal normal 14px/1 FontAwesome;
font-size: 23px;
text-rendering: auto;
position: absolute;
right: 5px;
top: 12px;
cursor: pointer;
}
.ft-toggle-arrow::before {
content: "\f107";
}
.active .ft-toggle-arrow::before {
content: "\f106";
}
.footer-widget.active {
padding-bottom: 10px;
}
footer .col-sm-4:last-child .footer-widget:last-child {
border-bottom: none;
}
} ul.sitemap-menu {
list-style-type: none;
}
ul.sitemap-menu > li {
margin-bottom: 10px;
}
ul.sitemap-menu li > a {
font-size: 16px;
color: #333;
}
ul.sitemap-menu li > a:hover {
color: #ec6607;
text-decoration: none;
}
ul.sitemap-menu li a:before {
content: "\f101";
font-family: FontAwesome;
display: inline-block;
margin-right: 5px;
}
ul.sitemap-menu li ul {
padding-top: 8px;
}
ul.sitemap-menu li ul li {
margin-bottom: 5px;
}
ul.sitemap-menu li ul li a {
color: #333;
font-size: 15px;
}
ul.sitemap-menu li ul li a:hover {
color: #ec6607;
text-decoration: none;
}
ul.sitemap-menu li ul li a:before {
content: "\f105";
font-family: FontAwesome;
display: inline-block;
margin-right: 5px;
}
ul.sitemap-menu {
margin: 0;
padding: 0;
}
ul.sitemap-menu li ul {
padding-left: 25px;
}
ul.sitemap-menu .sub-menu {
list-style-type: none;
}  header .widget p {
margin-bottom: 0;
}
header .widget_search {
margin-top: 0px;
}
header .header-right-widget {
display: inline-block;
vertical-align: middle;
}
header .searchform .search-field {
min-width: 350px;
height: 36px;
line-height: 36px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
} footer .widget_search {
text-align: left;
}
footer.widget_search label {
width: 76%;
}
footer .search-form .search-field {
background-color: transparent;
border: none;
border-bottom: 1px solid #555;
}
footer .search-form .search-field:focus {
box-shadow: none;
border-bottom: 1px solid #555;
}
footer .search-form .search-submit {
background-color: #ec6607;
border: none;
}
footer .search-form .search-submit:hover {
background-color: #ec6607;
} .footer-widget input[type="email"] {
border: none;
background: #f5f5f5;
height: 36px;
line-height: 36px;
} .btn-typ1 {
display: inline-block;
background-color: #ec6607;
border: none;
box-shadow: none;
color: #FFF;
padding: 0 20px;
height: 36px;
line-height: 36px;
text-transform: uppercase;
}
.btn-typ1:hover {
background-color: #141719;
color: #FFF;
text-decoration: none;
}
.btn-typ2 {
display: inline-block;
background-color: #ec6607;
border: none;
box-shadow: none;
color: #FFF;
padding: 0 20px;
height: 36px;
line-height: 36px;
text-transform: uppercase;
} .error404 .page-content {
text-align: center;
max-width: 900px;
background: rgba(153, 153, 153, 0.1);
margin: 0 auto;
padding: 30px;
-webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.title-404 {
color: #333;
font-size: 22px;
text-align: center;
}
.s-404 {
border: 1px solid #a98d46;
border-radius: 50%;
display: inline-block;
font-family: 'robotocondensed';
font-size: 80px;
height: 150px;
line-height: 130px;
padding: 10px;
width: 150px;
}
.not-found {
display: block;
font-size: 22px;
margin-top: 20px;
}
.home-link {
font-weight: normal;
text-align: center;
}
.home-link a {
text-decoration: underline;
color: #ec6607;
}
.home-link a:hover {
color: #333;
}  .wpml-ls-legacy-dropdown {
width: 118px;
text-align: left;
font-size: 12px;
margin-left: 20px;
}
.top-right-widget-wrapper {
text-align: right;
}
.top-right-widget {
display: inline-block;
} .slick-slide {
outline: none;
}
.section-label.label {
position: absolute;
left: 0;
top: -30px;
border-radius: 0;
display: inline-block;
line-height: normal;
} .link-typ1 {
color: #ec6607;
}
.link-typ1:hover {
color: #ec6607;
text-decoration: underline;
} #search-open {
color: #222;
font-size: 16px;
line-height: 1;
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.header-search {
position: absolute;
top: 55px;
right: 15px;
background: #fff;
border-top: 1px solid #eee;
z-index: 99999;
display: none;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 10px;
}
.header-search .searchform {
display: block;
}
header .header-search .searchform .search-field {
min-width: 1px;
width: 300px;
background-color: #F2F2F2;
border: none;
padding: 10px;
font-weight: normal;
-webkit-appearance: none;
}
header .header-search .searchform .search-field:focus {
box-shadow: none;
}
.header-search label {
margin-bottom: 0;
display: block;
} .logo-sideheader #secondary-header {
margin-top: 0px;
padding-top: 0;
}
.header-side-menu {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.header-side-menu #main-menu-container {
background-color: transparent;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li.menu-item-has-children::after {
color: #333;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li > a {
padding-right: 10px;
font-family: 'gibsonregular';
font-size: 18px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: rgba(0,0,0,1);
text-transform: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-side-menu #mobile-nav-button {
background-color: transparent;
padding: 0;
line-height: 0;
}
.header-side-menu #mobile-nav-button::before {
color: #a98d46;
font-size: 31px;
} #footer .scroll-top {
bottom: 15%;
position: fixed;
right: 15px;
text-align: center;
z-index: 250;
}
#footer .scroll-top a {
background: #a98d46 none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 33px;
box-sizing: border-box;
color: #fff;
display: inline-block;
height: 35px;
line-height: 34px;
outline: medium none;
text-align: center;
width: 35px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#footer .scroll-top a:hover {
color: #fff;
border-color: #fff;
background: #24292f;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
@media(min-width:992px) { .header-side-menu #main-navigation .main-nav > ul > li > a {
color: #333;
font-size: 16px;
text-transform: uppercase;
padding: 0;
margin: 0;
line-height: normal;
}
.header-side-menu #main-navigation .main-nav > ul > li {
margin: 0 15px;
}
.header-side-menu #main-navigation .main-nav > ul > li > a:hover,
.header-side-menu #main-navigation .main-nav > ul > li:hover > a,
.header-side-menu #main-navigation .main-nav > ul > li:hover > a:hover,
.header-side-menu #main-navigation .main-nav > ul > li.active-menu a{
color: #a98d46;
}
.header-side-menu #main-navigation .main-nav ul li > ul {
background-color: #FFF;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul {
padding-top: 38px;
background-color: transparent;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li {
background-color: #fff;
}
.header-side-menu #main-navigation .main-nav ul > li ul li {
padding: 0 15px;
border: 1px solid #EEE;
border-top: none;
}
.header-side-menu #main-navigation .main-nav ul > li ul li:first-child {
border-top: 1px solid #EEE;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li:first-child {
border-top: 4px solid #a98d46;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li > a,
.header-side-menu #main-navigation .main-nav > ul > li > ul > li > ul > li > a {
display: block;
font-size: 14px;
padding: 12px 0px;
color: #000;
line-height: normal;
text-transform: none;
margin: 0;
}
.header-side-menu #main-navigation .main-nav > ul > li > ul > li > a:hover,
.header-side-menu #main-navigation .main-nav > ul > li > ul > li > ul > li > a:hover {
color: #a98d46;
}
.header-side-menu #main-navigation ul li.current-menu-item a,
.header-side-menu #main-navigation ul li.current-menu-ancestor>a {
color: #a98d46 !important;
}
}
@media(min-width:1199px) {
.header-side-menu #main-navigation .main-nav > ul > li {
margin: 0 14px;
}
}
@media(max-width:1199px) {
.header-side-menu #main-navigation .main-nav > ul > li {
margin: 0 5px;
}
#main-navigation .main-nav ul li > ul {
min-width: 140px;
} #search-open {
margin-left: 8px;
}
.welcome-section:after{
display: none;
}
}
@media(max-width:991px) {
#secondary-header {
padding-top: 10px;
}
.logo-sideheader #secondary-header {
margin-top: 10px;
}
.header-side-menu #main-navigation .main-nav > ul {
position: absolute;
right: 30px;
top: 100%;
padding: 0;
background-color: #FFF;
z-index: 9999;
min-width: 280px;
border-top: 3px solid #a98d46;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.header-side-menu #main-navigation .main-nav > ul {
top: 54px;
}
.header-side-menu #main-menu-container {
margin-top: 0;
}
.header-side-menu #main-navigation .main-nav ul li a {
color: #333;
padding: 8px 15px;
font-size: 15px;
text-transform: uppercase;
}
.header-side-menu #main-navigation .main-nav ul.sub-menu li a {
text-transform: none;
}
.header-side-menu #main-navigation .main-nav ul li a:hover,
.header-side-menu #main-navigation ul li.current-menu-item a,
.header-side-menu #main-navigation ul li.current-menu-ancestor>a {
color: #a98d46 !important;
}
.header-side-menu #main-navigation ul li {
border-top: 1px solid #eee;
}
.header-side-menu #main-navigation .main-nav .menu li .menu_arrow::after {
color: #555;
}
.header-side-menu #main-navigation .main-nav li.menu-item-has-children > ul {
background-color: rgba(0, 0, 0, 0.03);
} .wpml-ls-legacy-dropdown {
margin-left: 12px;
}
.header-search {
top: 62px;
}
}
@media(max-width:767px) {
.top-right-widget-wrapper {
text-align: center;
margin-bottom: 0px;
}
.top-left-widget ul.menu,
.top-right-widget {
text-align: center;
margin-bottom: 10px;
}
.header-search {
top: 57px;
right: 0;
padding: 5px;
}
header .header-search .searchform .search-field {
width: 280px;
}
#site-branding {
padding-left:15px;
padding-right:15px;
}
} @media(min-width:992px) {
#trigger-overlay {
display: none;
}
.overlay-close {
display: none;
}
}
@media(max-width:991px) { .menu-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.9);
}
#trigger-overlay {
padding: 0;
background: none;
border: none;
box-shadow: none;
font-size: 31px;
} .menu-overlay .overlay-close {
width: 25px;
height: 25px;
position: absolute;
right: 20px;
top: 20px;
overflow: hidden;
border: none;
background: url(//b2bmarketing.leadersforum.net/wp-content/themes/responsive-mobile/css/images/cross.png) no-repeat center center;
text-indent: 200%;
color: transparent;
outline: none;
z-index: 100;
} .menu-overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative;
}
.menu-overlay ul li {
display: block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.menu-overlay ul li a {
font-size: 54px;
font-weight: 300;
display: block;
color: #fff;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.menu-overlay ul li a:hover,
.menu-overlay ul li a:focus {
color: #f0f0f0;
} .overlay-scale {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
z-index: 999;
}
.header-side-menu #main-navigation .menu-overlay .main-nav > ul {
display: block;
position: relative;
right: auto;
top: auto;
border: none;
box-shadow: none;
background-color: transparent;
margin-top: 120px;
}
.header-side-menu #main-navigation .menu-overlay ul li {
border-top: none;
text-align: center;
}
.header-side-menu #main-navigation .menu-overlay .main-nav ul li a {
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
}
}
@media(max-width:543px) {
.header-side-menu #main-navigation .menu-overlay .main-nav > ul {
margin-top: 0;
height: 100%;
}
.header-side-menu #main-navigation .menu-overlay .main-nav {
height: 100%;
padding-top: 50px;
}
.header-side-menu #main-navigation .menu-overlay ul li {
height: 20%;
height: calc(100% / 5);
}
.menu-overlay .overlay-close {
top: 10px;
right: 10px;
}
} .side-overlay-navigation #site-branding {
text-align: center;
}
#mapdiv {
background: #ffffff !important;
} body #load {
display: block;
height: 100%;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9901;
opacity: 1;
background: #FFF;
visibility: visible;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
body #load.loader-removed {
opacity: 0;
visibility: hidden;
}
.spinner-loader .load-wrap {
background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(0 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(30 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(60 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(90 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(120 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(150 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(180 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(210 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(240 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(270 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(300 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(330 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/svg%3E");
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
text-align: center;
} .entry-header{
margin-bottom:30px;
}
.entry-header .entry-title{
text-align:center;
color:#000;
margin:0px 0px 0px;
font-size:36px;
}
.speakers-listing .entry-header{
margin-bottom:10px;
}
.speakers-listing-outer{
margin-top:55px;
padding: 0px 30px;
}
.page-description{
font-size: 18px;
text-align: center;
max-width:600px;
margin:0px auto;
color:#999999;
}
.speakers-listing .row{
margin-left:-35px;
margin-right:-35px;
}
.speakers-listing .col-md-3{
padding-left:35px;
padding-right:35px;
}
.box-typ1 .box1-inner{
text-align:center;
padding-bottom:70px;
}
.box-typ1 .image{
margin-bottom:30px;
}
.box-typ1 .image img{
width:100%;
transition: transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
}
.speakers-archive-listing .box-typ1 .image a,
.speakers-archive-listing .box-typ1 .image img.img-circle{ border-radius:50%; }
.box-typ1 .image a{
transform: scale(1);
-webkit-transform: scale(1);
overflow: hidden;
display:inline-block;
border-radius: 50%;
}
.box-typ1 .image a:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.speakers-section .header-typ4 a{ color:#a98d46; }
.speakers-listing-outer .header-typ4 a{ color:#a98d46; }
.speakers-section .header-typ4:hover,
.speakers-listing-outer .header-typ4 a:hover{ color:#000000; }
.box-typ1 .body-text{
margin-bottom:10px;
}
.box-typ1 .header-typ4 a:hover{
color:#000;
} .speakers-details .small-container{
max-width:850px;
margin:0px auto;
}
.speakers-details .body-text{
margin-bottom:10px;
}
.speakers-details .base-text{
margin-bottom:15px;
}
.detail-social-icons{
padding:0px;
list-style:none;
margin-bottom:30px;
}
.detail-social-icons li{
display:inline-block;
font-size:18px;
line-height:normal;
vertical-align:middle;
margin:0px 6px;
}
.detail-social-icons li:first-child{
margin-left:0px;
}
.detail-social-icons li a{
color:#ec6607;
}
.detail-social-icons li a:hover{
color:#000;
}
.speakers-details .session-btn .back-get-btn{ text-align: left; margin: 30px 0 20px; }
.speakers-details .session-btn .back-get-btn .get-ticket-btn-a{ min-width: 255px; }
.speakers-details .speakers-disc{
line-height:28px;
color:#333;
font-size:18px;
}
.speakers-details .speakers-disc p{
margin-bottom:20px;
}
.speakers-details .website-url a{
color:#ec6607;
font-size:18px;
font-family: 'gibsonregular';
}
.speakers-details .website-url a:hover{
color:#000;
} .box-typ2{
margin-bottom:30px;
}
.archive .testimonials-listing-outer{
margin-bottom: 30px;
}
.box-typ2 .box2-inner{
background-image: -ms-linear-gradient(to bottom, #ec6600, #f6a86e);
background-image: -moz-linear-gradient(to bottom, #ec6600, #f6a86e);
background-image: -o-linear-linear-gradient(to bottom, #ec6600, #f6a86e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50, #EC6600), color-stop(100, #F6A86E));
background-image: -webkit-linear-gradient(to bottom, #ec6600, #f6a86e);
background-image: linear-gradient(to bottom, #ec6600, #f6a86e);
height:100%;
}
.box-typ2 .content-outer{
padding:30px;
}
.box-typ2 .header-typ4{
color:#000;
line-height:24px;
opacity:0.9;
margin-bottom:25px;
}
.box-typ2 .base-text{
color:#000;
opacity:0.9;
margin-bottom:5px;
}
.box-typ2 .text-typ2{
font-size:16px;
color:#000;
line-height:22px;
opacity:0.8;
}
.box-typ2 .image img{
width:100%;
}
.testimonials-listing .entry-header{
margin-bottom:40px;
} .partners-listing .container{
max-width:1170px;
}
.partners-listing .partners-box{
margin-bottom:80px;
text-align:center;
}
.partners-box .partners-inner{
display:table;
width:100%;
margin-bottom:12px;
}
.partners-box .image{
display:table-cell;
width:100%;
height:101px;
vertical-align:middle;
text-align:center;
padding:0px 10px;
border: solid 1px #eaeaea;
}
.partners-box .image img{
max-width:160px;
max-height:80px;
width:auto;
}
.partners-box .base-text a{
color: inherit;
font-size:14px;
}
.partners-top-sec{
margin-bottom:100px;
}
.partners-top-sec .partners-image{
max-width:471px;
width:100%;
display:table;
height:100%;
}
.partners-top-sec .partners-image-inner{
display:table-cell;
text-align:center;
height:318px;
border: solid 1px #eaeaea;
vertical-align:middle;
padding:20px;
}
.partners-top-sec .top-content-outer{
width:100%;
display:table;
height:100%;
max-width:420px;
}
.partners-top-sec .top-content-inner{
display:table-cell;
height:318px;
vertical-align:middle;
}
.partners-top-sec .header-typ1{
opacity:0.8;
line-height:48px;
font-size:38px;
}
.partners-top-sec .base-text{
font-size:18px;
opacity:0.8;
margin-bottom:10px;
}
.partners-top-sec .body-text{
font-family: 'gibsonlight';
font-size:18px;
line-height:28px;
color:#7f7f7f;
} .gallery-page .container{
max-width:1170px;
} .contact-section-type3 .frm-wrap {
padding-right: 54px;
}
.contact-section-type3 .header-typ1{
margin-bottom: 15px;
font-size:24px;
line-height:30px;
}
.contact-section-type3 .base-text {
margin-bottom: 31px;
font-family: 'gibsonlight';
font-size:18px;
line-height:28px;
color:#7f7f7f;
}
.cf7-form-type3 .wpcf7-not-valid-tip {
bottom: 0;
color: #fff;
display: block;
font-size: 13px;
position: absolute;
right: 0;
background: #d9534f;
padding: 2px 5px;
}
.cf7-form-type3 .wpcf7-form-control-wrap {
position: relative;
display: block;
}
.contact-section-type3 div.wpcf7-response-output {
padding: 5px 10px;
margin: 0;
}
.contact-section-type3 div.wpcf7-validation-errors, .contact-section-type3 .wpcf7-mail-sent-ng {
border: none;
background: #d9534f;
color: #fff;
}
.contact-section-type3 .wpcf7-mail-sent-ok {
border: none;
background: #43c743;
color: #fff;
display: none !important;
}
.contact-section-type3 ::-webkit-input-placeholder { word-wrap:break-all;
}
.contact-section-type3 ::-moz-placeholder { word-wrap:;
}
.contact-section-type3 : { word-wrap:break-all;
}
.contact-section-type3 :-moz-placeholder { word-wrap:;
}
.contact-section-type3 div.gmb-infobubble-container{
font-family: 'gibsonlight';
line-height:20px;
min-width:210px;
color:rgba(0, 0, 0, 1);
}
.contact-section-type3 div.gmb-infobubble-container .map-marker{
font-size:16px;
line-height: 19px;
}
.contact-section-type3 div.gmb-infobubble-container .place-description{
margin-top: 6px !important;
} .cms-pages-content .container{
max-width:1170px;
} .blog-listing .entry-header{display: none;}
.blog-listing .blog-detail {
margin-bottom: 20px;
border-bottom: 1px solid #7f7f7f;
padding-bottom: 20px;
}
.blog-listing .blog-detail:last-child{
margin-bottom: 10px;
}
.blog-listing .image a{
display:  block;
}
.blog-listing .body-text,.blog-details-page .body-text{
font-family: 'gibsonlight';
font-size: 18px;
line-height: 26px;
color: #000;
margin-bottom: 15px;
}
.blog-listing .header-typ4{
font-size: 24px;
line-height: 28px;
margin: 0 0 15px;
color: #000;
}
.blog-listing .header-typ4 a{
color: #a98d46;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blog-listing .header-typ4 a:hover{
color: #000;
}
.blog-inner .get-ticket-btn-a{
padding: 10px 15px;
font-size: 16px;
margin-top: 0px;
display: inline-block;
}
.blog-inner .read-more-btn{
display: block;
}
.blog-inner .read-more{
display: none;
}
.blog-inner .blog-date{
margin-bottom: 15px;
} .blog-details-page .blog-date {
margin-bottom: 15px;
}
.blog-details-page .body-text{margin-bottom: 30px;}
.blog-details-page .header-typ4{
font-size: 28px;
line-height: 32px;
margin: 15px 0;
color: #000;
}
.blog-details-page .author-img{
float: left;
margin-right: 20px;
}
.blog-details-page .author-data{
overflow: hidden;
}
.blog-details-page .auth-name{
font-family: 'gibsonregular';
color: #000;
}
.blog-details-page .author-sec{
padding: 15px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
margin-bottom: 15px;
}
.auth-soc{
padding: 0;
margin: 15px 0 0;
list-style-type: none;
}
.auth-soc li{
display: inline-block;
margin-right: 5px;
height: 44px;
width: 44px;
text-align: center;
}
.auth-soc li a{
display: block;
font-size: 24px;
color: #fff;
background-color: #55acee;
line-height: 42px;
border: 1px solid transparent;
transition: all 0.3s;
}
.auth-soc li a:hover{
border-color: #55acee;
color:#55acee;
background-color: #fff;
}
.auth-soc li.linked a{
background-color: #0e76a8;
}
.auth-soc li.linked a:hover{
border-color: #0e76a8;
color:#0e76a8;
background-color: #fff;
}
.auth-soc li.fb a{
background-color: #3b5998;
}
.auth-soc li.fb a:hover{
border-color: #3b5998;
color:#3b5998;
background-color: #fff;
}
.left-sidebar .widget-wrapper{
padding: 0;
}
.sidebar-menu ul{
padding: 0;
margin: 0 0 30px;
list-style-type: none;
}
.sidebar-menu ul li{
margin-bottom: 5px;
}
.sidebar-menu ul li a {
font-family: 'gibsonregular';
display: inline-block;
padding: 10px 0 5px 30px;
text-align: left;
font-size: 15px;
line-height: 20px;
width: 100%;
color: rgba(0, 0, 0, 1);
border-bottom: 1px solid rgba(0, 0, 0, 1);
position: relative;
}
.sidebar-menu ul li a::before {
content: '';
display: block;
height: 4px;
width: 17px;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 50%;
margin-top: -1px;
padding-left: 10px;
opacity: 1;
left: 0;
}
.sidebar-menu ul li a:hover,.sidebar-menu ul li.active a{
color: #ec6607;
}
.sidebar-menu ul li.active a::before,.sidebar-menu ul li a:hover::before{
background-color: #ec6607;
} .navigation{
margin: 20px 0 10px;
}
.navigation ul{
text-align: center;
padding: 0;
margin: 0;
list-style-type: none;
}
.navigation ul li{
display: inline-block;
margin-right: 5px;
height: 30px;
width: 30px;
}
.navigation ul li a{
display: block;
font-family: 'gibsonsemibold';
font-size: 14px;
line-height: 30px;
color: #000;
border: 1px solid #000;
}
.navigation ul li a:hover,.navigation ul li.active a{
border-color: #ec6607;
color: #ec6607;
} @media only screen and (min-width: 1500px) {
.speakers-listing .col-md-3, .testimonials-listing .col-md-3{
width:20%;
}
}
@media only screen and (max-width: 1199px){
.speakers-listing .row{
margin-left:-25px;
margin-right:-25px;
}
.speakers-listing .col-md-3{
padding-left:25px;
padding-right:25px;
}
}
@media only screen and (max-width: 991px){
.speakers-listing .row{
margin-left:-15px;
margin-right:-15px;
}
.speakers-listing .col-md-3{
padding-left:15px;
padding-right:15px;
}
.contact-section-type3 .frm-wrap {
padding-right: 0;
padding-top: 0;
margin-bottom: 30px;
}
.contact-section-type3 .google-maps-builder {
height: 400px !important;
}
}
@media only screen and (max-width: 767px){
.partners-top-sec .header-typ1{
font-size:28px;
line-height:34px;
}
.partners-top-sec .partners-image-inner, .partners-top-sec .top-content-inner{
height:250px;
}
.partners-top-sec, .partners-listing .partners-box{
margin-bottom:50px;
}
.contact-section-type3 div.wpcf7-response-output {
margin-top: 20px;
}
.cf7-form-type3 .text-right {
text-align: left;
}
.cf7-form-type3 .ajax-loader {
float: none;
}
.cf7-form-type3 .req-txt {
padding-top: 0;
}
}
@media only screen and (max-width: 570px){
.partners-top-sec .col-xs-5, .partners-top-sec .col-xs-7{
width:100%;
}
.partners-top-sec .partners-image, .partners-top-sec .top-content-outer{
max-width:100%;
}
.partners-top-sec .partners-image-inner{
height:180px;
}
.partners-top-sec .top-content-outer{
height:100%;
}
}
@media only screen and (max-width: 479px){
.speakers-listing .col-xs-6, .testimonials-listing .col-xs-6, .partners-listing .col-xs-6{
width:100%;
}
.speakers-details .col-xs-4{
margin-bottom:30px;
}
.speakers-details .col-xs-4, .speakers-details .col-xs-8{
width:100%;
}
.contact-section-type3 .google-maps-builder {
height: 300px !important;
}
} @media(max-width: 767px){
.blog-listing .header-typ4{font-size: 22px;line-height: 24px;}
.blog-listing .body-text{font-size: 16px;line-height: 24px;}
.speakers-details .session-btn .back-get-btn .get-ticket-btn-a{ min-width: 100%; padding: 12px 10px; }
}
@media(max-width: 480px){
.blog-listing .col-full{width: 100%;}
.blog-listing .image{text-align: center;margin-bottom: 15px;}
.speakers-details .session-btn .back-get-btn{ margin: 30px 0 0px; }
.speakers-details .session-btn .back-get-btn .get-ticket-btn-a{ min-width: auto; }
}
@media(max-width: 479px){
.blog-details-page .author-img{float: none;margin:0 0 20px;}
.blog-details-page .author-img img{display: inline-block;}
}