

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
/*html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}*/
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.page-template-template-futrworld .sponsors {
    background: #fff !important;
}

.subfooter #homenewssignup {background: #e7e7e7 !important; color: #495057 !important}
.subfooter input::placeholder {
  color: #495057 !important;
  opacity: 1; /* Firefox */
}

.login-form-container, .btn-open-login-form {display: none !important}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.mobileonly .navbar {padding: 15px 0}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .homebtmright .wpcf7-not-valid-tip, .wpcf7-not-valid-tip {font-size: 15px !important}
.navbar .navbar-collapse {
	z-index: 9999;
}
.wpcf7-submit {
	background: #e7e7e7;
    color: #8d8aee;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.wpcf7 .ajax-loader {display: block !important;}
.newshometitle {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ul-foot { padding-left: 0; list-style-type: none;  }
.ul-foot li a {font-size: 24px !important; text-transform: uppercase; color: #000 !important;}
.ul-foot li a:hover {color: #0056b3 !important; text-decoration: underline;}
.homebtmright .wpcf7-submit.square {background: #4FB085 !important; color: #000 !important; font-weight: 700 !important}
.homebtmright .wpcf7-submit.square:hover {background: #4FB085 !important; color: #F0D1BD !important; color: #000 !important}
.wpcf7-form p {margin-bottom: 0}
.homebtmright .wpcf7-response-output, .wpcf7-response-output {margin: 0 !important; color: #000}
.btn-dark:hover {color: #fff !important; background-color: #343a40 !important; border-color: #343a40 !important;}
.news_listing_l:hover .white {color: #fff !important}
.lhight .wpcf7-response-output {background: #fff}
.wrap-partner {background: #fff; padding: 30px 0}
.dropdown {margin-bottom: 15px;}
/*#navbarText .menu-item {padding-right: .5rem; padding-left: .5rem;}*/
#navbarText {padding-top: 5px}
#navbarText .menu-item a {color: #000 !important}
#navbarText .menu-item a:hover{color: #4FB085 !important}
.bg_box {
	padding: 30px;
}
.page-template-template-contact .mainbody p {letter-spacing: 2px}
.listing_summit, .listing_live, .listing_festival, .listing_block_summit_top a {
	width: 100%;
	margin: 0 !important;
}
.listing_block_summit_top {
	margin: 0
}
.list-logo {
	width: 100%; 
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.list-logo .logo-itemm {
	width: 240px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.officialfooter img{
	padding: 15px;
}
.page-template-template-all-partners .wrap-partner {
	padding: 45px 0
} 
.press-item {margin-bottom: 15px}
.press-item h3 {margin-top: 10px; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical}
.press-item a {display: block; font-size: 24px;}
.press-item a:hover {text-decoration: none;}
.press-item a img {border: 1px solid #000; object-fit: cover; width: 100%;}
.press-item .p_excerpt {
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.normalhead {
	height: auto !important;
}

.wp-pagenavi {
	margin: 10px 0 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 0;
}

.img_mb {display: none;}
.slick-arrow {display: none !important;}
.show_mb {display: none;}
.home .news_listings_grid {display: block;}
.wrap-agenda {background: #fff; color: #000}

.agenda-content {width: 100%}
.wrap-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}

.agd-head .agd-column {
  flex-direction: column;
}

.agd-column {
  display: flex;
  /*flex-direction: column;*/
  flex-basis: 100%;
  flex: 1;
  align-items: stretch;
}

.agd-head-item {text-align: center;}
.view-day {
  color: #000;
  width: 250px;
  margin: 0 auto;
  background: #dedede;
  margin-bottom: 20px;
}
.view-day a {
	display: block;
	color: #000;
	padding: 7px 0;
}
.view-day.active {
  background: #000000 !important;
  color: #ffffff !important;
  width: 250px;
}

.view-day a:hover {
	text-decoration: none;
}

.view-day.active a {
	color: #fff;
}

.stage-text {
  background: #000;
  color: #fff;
  padding: 7px;
  margin: 0 15px;
}

.f-row {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.timing {
  position: relative;
  margin: 0 15px 15px;
}

.timing::before {
  content: "";
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 13px;
  z-index: 0;
}

.timing span {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 25px;
}

.time_stage_mobile {display: none;}

.session-title, .time_stage_mobile {
  font-weight: 600;
  line-height: 2rem;
  padding: 8px;
}

.session-content {
  margin: 0 16px;
	display: flex;
	flex-direction: column;
	padding: 0px;
	text-align: center;
	width: 100%;
	align-items: stretch;
}

.session-box {
  margin-top: 0px;
  padding: 8px;
  height: 100%;
}

.session-box p {
  font-size: 16px;
}

.session-box a {color: #000}

.page-template-template-agenda table {
	width: 100%
}

.page-template-template-agenda table td {
	border: 1px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 10px 3px;
}

.page-template-template-agenda table td h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25rem;
	margin-bottom: 5px;
}

.page-template-template-agenda table td p {
	font-size: 14px;
	margin-bottom: 2px;
}

.page-template-template-agenda table td:nth-child(1) {
	font-weight: 600;
}

.page-template-template-agenda table tr:nth-child(1) td:nth-child(2) {
	font-weight: 600;
}

.page-template-template-agenda table tr:nth-child(2) td:nth-child(2) {
	font-weight: 600;
}

.page-template-template-agenda table tr:nth-child(3) td {
	font-weight: 600;
}

.list-socials {
	padding: 0;
	list-style-type: none;
	margin-top: 15px;
}

.list-socials li {
	float: left;
}

.list-socials li a {
	margin-right: 7px;
}

.list-socials li a i {
	font-size: 30px
}

.page-template-template-agenda table ul, .page-template-template-agenda ul {
	padding-left: 0;
}

.page-template-template-agenda table ul li, .page-template-template-agenda ul li {
	list-style-type: none;
	font-size: 14px;
}

body.home .sponsors {
	background: #fff !important;
}

.page-template-template-futrworld-asia-lineup .homebtmright, .page-template-template-futrworld-lineup .homebtmright {height: 285px}

.collapse.navbar-collapse .navbar-nav.mr-auto{margin-right: 0px !important;}
.navbar-expand-lg .navbar-collapse{justify-content: flex-end;}
.navbar{justify-content: flex-end !important;}

.homelogo h2{background: #fff; padding: 6px 16px !important; display: inline-block; margin: 15px 0}

<style>
  .page-description a{color: #4FB085}
</style>



.testimonial-item .col-text .inner:after,
.testimonial-item .col-text .inner:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MS42NzQiIGhlaWdodD0iOTEuNjc0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MS42NzQgOTEuNjc0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMzguMTU3LjAwM2MtOC4zOTguMzczLTE1Ljg5NSAzLjcyMi0yMS42OCA5LjY4NUMxLjE0MSAyNS40OTggMS40MzYgNTUuMyAxLjUyIDU4LjU5NmwuMDAxIDMxLjA3OGEyIDIgMCAwIDAgMiAyaDMwLjY5MWEyIDIgMCAwIDAgMi0yVjU4Ljk4MWEyIDIgMCAwIDAtMi0ySDE4LjUyN2MuMDAzLTIuNTYyLjMxMy0yNS4zMDkgMTAuMTg2LTM1LjQ1NSAyLjY3Mi0yLjc0NyA1LjgzNi00LjIxNCA5LjY3NC00LjQ4NWEyIDIgMCAwIDAgMS44NTktMS45OTVWMi4wMDJhMiAyIDAgMCAwLS42MTctMS40NDUgMS45NTEgMS45NTEgMCAwIDAtMS40NzItLjU1NHpNODkuNTUzLjU1NmExLjkzNiAxLjkzNiAwIDAgMC0xLjQ3Mi0uNTUzQzc5LjY4NC4zNzUgNzIuMTg2IDMuNzI1IDY2LjQgOS42ODggNTEuMDY1IDI1LjQ5OCA1MS4zNTkgNTUuMyA1MS40NDMgNTguNTk2bC4wMDEgMzEuMDc4YTIgMiAwIDAgMCAyIDJoMzAuNjlhMiAyIDAgMCAwIDItMlY1OC45ODFhMiAyIDAgMCAwLTItMkg2OC40NTJjLjAwMy0yLjU2Mi4zMTMtMjUuMzA5IDEwLjE4NS0zNS40NTUgMi42NzMtMi43NDcgNS44MzctNC4yMTQgOS42NzUtNC40ODVhMS45OTggMS45OTggMCAwIDAgMS44NTgtMS45OTVWMi4wMDJjMC0uNTQ1LS4yMjMtMS4wNjctLjYxNy0xLjQ0NnoiLz48L3N2Zz4=);
    background-size: contain;
    content: "";
    height: 1.5em;
    opacity: .25;
    position: absolute;
    width: 1.5em;
}

.testimonial-item .col-text .inner:after {
    bottom: 0;
    right: -2.5em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body p{line-height: 1.35}


.static-wapper{
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    background: #660ea6;
    padding: 30px 0;
  }
.static-item{width: 290px; text-align: center; margin: 10px;}
.static-number{font-size: 60px;font-weight: 800; line-height: 1}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	.press-item a img {height: 100%}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.press-item a img {height: 192px}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1440px) {

}
@media screen and (min-width:1140px) and (max-width: 1400px) {
	.arrow-u {top: -170px}
	/*.homelogo {top: -110px}*/
}

@media only screen and (max-width: 768px) {
	.img_mb {
		display: block;
		margin-bottom: 15px;
	}
	.listing_block_news_top .btmpad {
		margin-bottom: 0
	}
	.slick, .show_mb {display: block;}
	.home .news_listings_grid {display: none;}
	.time_stage_mobile {display: block;}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width: 1024px) { 
	.page-template-template-agenda .agenda-content {overflow: auto;}
	.page-template-template-agenda .agenda-content table {width: 1140px}
}	


@media only screen and (max-width: 767px) {
	.extratop {padding: 0}
	.page-template-template-home #navbarText .menu-item a {color: #000 !important}
	#navbarText .menu-item a {color: #fff !important}
	.agd-stage {display: none;}
	.wrap-row.agd-head {display: block;}
	.agd-head .view-day {margin-bottom: 0}
	.agenda-content .wrap-row {display: block;}
	.list-socials {display: inline-block; width: 100%}
	.list-logo .logo-itemm {float: left; margin: 0; width: 50%}
	.list-logo .logo-itemm img {max-width: inherit; max-height: inherit; width: 100%; height: 100%; padding: 10px}
	.attendeelogo {height: 135px; padding: 15px; width: 50%;}
	.page-template-template-futrworld-asia-lineup .homebtmright, .page-template-template-futrworld-lineup .homebtmright {padding: 30px; height: 100%}
	.page-template-template-futrworld-asia-lineup .homebtmright h2.black.caps, .page-template-template-futrworld-lineup .homebtmright h2.black.caps{font-size: 28px;}
	.fix-mg {margin: 0}
	.homelogo.extratop {padding: 0}
	.page-template-template-futrworld-venue iframe {width: 100%;}
}

@media only screen and (max-width: 480px) {
	.press-item {flex: 0 0 100%; max-width: 100%}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#000;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.listing_content iframe{max-width: 100% !important;}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.subfooter input#homenewssignup::placeholder {color:#000 !important; font-size:16px;}

.homelogo .purple{
	color: #4FB085;
}