/*
File Name: style.css
Theme Name:  ECO LIFE
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
Template: businesslounge
*/



/*marquee*/

.marquee {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    white-space: nowrap;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.marquee.noscroll {
    white-space: normal;
    overflow: auto
}

.marquee p {
    display: inline-block;

    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.25em;
    color: #000;
    text-transform: uppercase;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
}

.marquee.noscroll p {
    -webkit-animation: none !important;
    animation: none !important;

}

.marquee.fast p {
    -webkit-animation: marquee 10s linear infinite !important;
    animation: marquee 10s linear infinite !important;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.section.slim .marquee p {
    font-size: 1em
}

p.marqueetitle {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 10px;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

.marquee p span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf
}

.marquee p span:nth-child(even) {
    font-weight: bold;
}




/*=============================================tables=============================================*/

/*-------------------------------------------------------------------------------------------*/
/* 3. Columns */
/*-------------------------------------------------------------------------------------------*/
.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}

.twocol-one,.threecol-one,.threecol-two{float:left;margin-right:4%;margin-bottom:4%;position:relative;}
.last{ clear:right; margin-right:0; }
@media only screen and (max-width: 768px) {
	.twocol-one,.threecol-one,.threecol-two{margin-right: 0; width: 100% !important;}
}
.clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.page-template-schedule .speaking .speaker {
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px solid #222;
}

/*Main Table Styles*/

.entry table {
    border: 0;
    background: #222;
    max-width: 100%;
    position: relative;
    box-shadow: none;
}

.entry table,
.entry table thead th,
.entry table tr,
.entry table td {
    border-radius: 0 0 0 0!important;
}

.entry table td,
.entry table tbody td {
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 0.5em;
    color: #dfdfdf
}

.entry table thead th {
    background: transparent;
    text-align: left;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 0.5em;
    color: #fff;
    vertical-align: top;
}

.entry table thead th:last-of-type {
    border-right: 0;
}

.entry table tr td:nth-child(1),
.entry table tbody tr td:nth-child(1) {
    font-weight: bold;
    color: #fff
}

.entry table td small,
.entry table th small {
    font-weight: normal!important;
    font-size: 0.75em;
}

.entry table tr:nth-child(odd) {
    background: #444
}

.entry table tr:nth-child(even) {
    background: #222
}


/* colour variants */

.entry table.red thead th {
    background: #E55b22;
}

.entry table.red tr:nth-child(odd) {
    background: rgba(229, 91, 34, 0.2)
}

.entry table.red tr:nth-child(even) {
    background: rgba(229, 91, 34, 0.5)
}

.entry table.green thead th {
    background: #bccf00;
    color: #000
}

.entry table.green tr:nth-child(odd) {
    background: rgba(188, 207, 0, 0.2)
}

.entry table.green tr:nth-child(even) {
    background: rgba(188, 207, 0, 0.5)
}


/*=============================================Images=============================================*/

.entry img,
img.thumbnail,
img,
a img {
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    height: auto;
}





/*=============================================speaker page=============================================*/

ul.organisers {
    list-style-type: none;
    margin: 0;
    padding-left: 0!important;
}

ul.organisers li {
    display: block;
    border-bottom: 1px solid #444;
    padding: 20px 0px;
    margin-bottom: 10px;
}

ul.organisers li ul li {
    padding: 10px 0px;
    border-bottom: 0;
}

ul.organisers li .sharedaddy {
    display: none;
}

ul.organisers li .speakerpic img {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}

ul.organisers li a.woo-sc-button {
    margin-bottom: 0!important;
}

ul.organisers li .speakerpic {
    display: block;
    float: right;
    clear: none;
    position: relative;
    width: 20%;
    min-width: 100px;
    margin-left: 20px;
    margin-right:10px;
}

.page-template-speakers .speakerpic img {
    border-radius: 0;
}

ul.organisers li .speakerpic:after {
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: block;
    width: 30px;
    height: 30px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/bottombracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

ul.organisers li .speakerpic:before{
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 30px;
    height: 30px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/topbracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

/*=============================================Seminar page=============================================*/
ul.schedule li img{box-sizing:border-box}
ul.schedule li:hover{background:#222;}
ul.schedule li:hover img{border:2px solid #fff;}
ul.schedule li .speakerpic{margin-bottom:10px;margin-top:10px}
ul.schedule li{padding:10px 10px;margin-bottom:0}
.page-template-schedule .speaking {
    display: block;
}

.page-template-schedule .speaking .speaker {
    display:block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #222;
}
.speaker img.alignright{margin-top:0!important;margin-bottom:0!important}


.page-template-schedule .speaking .name {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.15em;
}

.page-template-schedule .speaking .role {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bccf00;
    line-height: 1.25em;
}

.page-template-schedule .speaking .company {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.25em;
}



/*events section loop*/

ul.eventloop {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px!important;
    text-align: center
}

.eventloop li {
    width: 18.5%;
    display: inline-block;
    clear: none;
    margin: 20px 0.5% 20px 0;
    text-align: center!important;
    vertical-align: top;
}

.eventloop li .square {
    width: 50%!important;
    margin: 20px auto;
    position: relative;
}

.eventloop li .square img {
    height: auto;
    margin: 0 auto;
}

.square:before {
    position: absolute;
    top: -15px;
    left: -15px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/topbracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

.square:after {
    position: absolute;
    bottom: -15px;
    right: -15px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/bottombracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

.green .square:before,
.greenbg .square:before {
    background: url('https://www.ecolifeshow.com/wp-content/uploads/topbracket_dark.png');
    background-size: contain;
    background-repeat: no-repeat
}

.green .square:after,
.greenbg .square:after {
    background: url('https://www.ecolifeshow.com/wp-content/uploads/bottombracket_dark.png');
    background-size: contain;
    background-repeat: no-repeat
}

.eventloop li h5, .eventloop li h6 {
    margin-bottom: 0.25em;
}



.eventloop li a:hover {
    text-decoration: none!important;
    color:#fff;
    text-shadow:1px 1px #000;
}
.eventloop li:hover img, .looplist li:hover img{border:2px solid #fff;box-sizing:border-box;}


.eventloop p {
    color: #dfdfdf!important;
    font-size: 0.9em;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

marquee {
    font-size: 1.5em;
    color: #dfdfdf;
    font-weight: 300;
}

marquee span {
    font-weight: 600;
}

marquee span:nth-child(even) {
    color: #bccf00
}

marquee span:nth-child(odd) {
    font-weight: 400;
}

/*=============================================Misc=============================================*/


/*Highlighted section in editor*/

.Highlight {
    padding: 25px;
    margin: 45px 25px;
    position: relative;
    background: #222;
    display: block;
}

.Highlight:after {
    position: absolute;
    bottom: -15px;
    right: -15px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/bottombracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

.Highlight:before {
    position: absolute;
    top: -15px;
    left: -15px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\0020';
    background: url('https://www.ecolifeshow.com/wp-content/uploads/topbracket.png');
    background-size: contain;
    background-repeat: no-repeat
}

#sidebar .Highlight {
    margin-top: 25px!important
}

.Highlight.green {
    background: #bccf00
}

.Highlight.red {
    background: #e55b22
}


/*Scroll to top*/

.top {
    height: 0;
    width: 0;
    font: 1px/1px 'Lato';
    opacity: 0;
}

.toplink {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    opacity: 0.8;
    padding: 15px;
}

.toplink:hover {
    background: #bccf00;
    opacity: 1;
    text-decoration: none;
}

.tribe-events-cal-links{display:none!important}

	/* Columns & Containers */
	.col-left { float: left; }
	.col-right { float: right; }
	.col-full, #wrapper  { max-width: 960px; margin: 0 auto; }
	#wrapper #sidebar  { margin-top: 0; }
	#wrapper { padding: 0 1em 2em; }

	#inner-wrapper {
		padding: 0;
	}


	/* Column Widths */
	.one-col #main { float: none; }
	.two-col-left #main-sidebar-container #main,
	.two-col-right #main-sidebar-container #main  { width: 64.89%; } /* 610 / 940 */

	.two-col-left #main-sidebar-container #sidebar,
	.two-col-right #main-sidebar-container #sidebar  { width: 31.91%; } /* 300 / 940 */

	.three-col-left #main-sidebar-container #sidebar,
	.three-col-middle #main-sidebar-container #sidebar,
	.three-col-right #main-sidebar-container #sidebar  { width: 39.47%; } /* 300 / 760 */

	.three-col-left #main-sidebar-container,
	.three-col-middle #main-sidebar-container,
	.three-col-right #main-sidebar-container  { width: 80.85%; } /* 760 / 940 */

	.three-col-left #main-sidebar-container #main,
	.three-col-middle #main-sidebar-container #main,
	.three-col-right #main-sidebar-container #main  { width: 57.89%; }  /* 440 / 760 */

	#sidebar-alt { width: 17.02%; } /* 160 / 940 */

	/* Column Floating */
	.two-col-left #main-sidebar-container #main,
	.two-col-right #main-sidebar-container #sidebar,
	.three-col-left #main-sidebar-container,
	.three-col-left #main-sidebar-container #main,
	.three-col-middle #main-sidebar-container #main,
	.three-col-middle #sidebar-alt,
	.three-col-right #main-sidebar-container #sidebar,
	.three-col-right #sidebar-alt  {  float:left;  }

	.two-col-left #main-sidebar-container #sidebar,
	.two-col-right #main-sidebar-container #main,
	.three-col-left #main-sidebar-container #sidebar,
	.three-col-left #sidebar-alt,
	.three-col-middle #main-sidebar-container,
	.three-col-middle #main-sidebar-container #sidebar,
	.three-col-right #main-sidebar-container,
	.three-col-right #main-sidebar-container #main{ float:right; }



/*=============================================Supporters page=============================================*/

.page-template-supporters ul.organisers li .speakerpic {
    background: #fff!important;
    width: 25%!important;
}

.page-template-supporters ul.organisers li .speakerpic img {
    width: 80%!important;
    margin: 15px auto!important;
}

.single-supporters #comments,
.single-supporters #respond,
.single-supporters .post-meta,
.single-supporters .woo-image,
.single-supporters .post-entries {
    display: none!important;
}

.supporterthumb {
    margin: 0 auto;
}

.supporterthumb img {
    width: 80%;
    padding: 15px;
    background: #fff;
    max-width: 200px!important;
}

.single-supporters .post-meta,
.single-supporters #comments,
.single-supporters #jp-relatedposts,
.single-supporters article .thumbnail,
.single-supporters .post-entries {
    display: none;
}

.page-template-supporters ul.organisers li .speakerpic {
    background: #fff!important;
    width: 20%!important
}

.page-template-supporters ul.organisers li .speakerpic img {
    width: 80%!important;
    margin: 15px auto!important;
}