.entry-content img {
	margin: 0 0 1.5em 0;
}

div.alignleft, img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.alignright, img.alignright {
	display: inline-block;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
div.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.wp-caption {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 12px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	text-align: center;
	padding-bottom: 0 !important;1
	font-size: 12px;
	color: #777;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
	border: 0;
	padding: 0;
}

.wp-caption img, .alignnone img, .alignleft img, .alignright img {
    border: 0 none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

html
{
	height: 100%;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

p,
#page_content_wrapper .wpcf7 p,
.page_content_wrapper .wpcf7 p
{
	padding-top: 0.5em;
    padding-bottom: 0.5em;
}

em
{
	font-style: italic;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.center
{
	text-align: center;
}

#page_content_wrapper p, .page_content_wrapper p 
{
	padding-top: 0.7em;
	padding-bottom: 1.3em;
}

#page_content_wrapper p:empty, .page_content_wrapper p:empty
{
	padding: 0 !important;
	margin: 0 !important;
}

#footer p {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

html, body {
	min-height: 100%;
}

img, a img {
	image-rendering: optimizeQuality;
}

em { font-style: italic; }

::selection {
	background: #efc337;
	color: #fff;
}

table
{
	border-spacing: 0;
}

.sticky .post_wrapper
{
	background: #FFCC00;
	border-color: #FFCC00 !important;
}

.marginright
{
	margin-right: 7px;
}

img.alignright 
{
	float:right; margin:0 0 1em 2em;
}

img.alignleft 
{
	float:left; margin:0 2em 1em 0;
}

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

a img.alignright 
{
	float:right; margin:0 0 1em 2em;
}

a img.alignleft 
{
	float:left; margin:0 2em 1em 0;
}

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

.sticky
{ 
	font-weight: bold; 
}

.screen-reader-text 
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus 
{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.about-block-white h3{
	color:#fff;
	margin-bottom: 10px;
}
a.elementor-icon.elementor-social-icon {
    display: inline-flex;
}
.session_speakers {
    overflow: hidden;
    text-indent: -24px;
}
.speaker-grid-title {

    word-break: normal;
    word-wrap: normal;
    overflow-wrap: normal;
}
.speaker-grid-image a {
    position: relative;
}
.speaker-grid-image a img{
	position: relative;
    z-index: 0;
}
.speaker-grid-content {
    position: relative;
    z-index: 2;
}
.speaker-grid-image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(64%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.session_speakers strong:after {
    content: ',';
}
.elementor-261 .elementor-element.elementor-element-66b0c82 .speaker-grid-content {
	width: calc(100% - 60px);
}
.scheduleday_wrapper li .session_content_extend.hide {
    display: block !important;
}
.scheduleday_wrapper li .expandable {
    cursor: default;
}
@media only screen and (max-width: 767px){
	.speaker-thumb-medium .scheduleday_wrapper li .session_speaker_icon {
    	width: 40px !important;
	}
	.speaker-thumb-medium .scheduleday_wrapper li .session_speaker_icon span {
		font-size: 40px !important;
	}
	.speaker-thumb-medium .scheduleday_wrapper li .session_speaker_thumb.multiple_speaker_thumbs img:first-child {
    width: 40px !important;
}
	.speaker-thumb-medium .scheduleday_wrapper li .session_speaker_thumb.multiple_speaker_thumbs img:nth-child(2) {
    width: 40px !important;
    top: 35px !important;
    left: 20px !important;
}
	.speaker-thumb-medium .scheduleday_wrapper li .session_speaker_thumb.multiple_speaker_thumbs img:nth-child(3) {
    width: 40px !important;
    top: 60px !important;
    left: 0 !important;
}
	.elementor-597 .elementor-element.elementor-element-af0e044 .background-list-wrapper .background-list-column div.background-list-content h3 {
    font-size: 18px;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: left;
}
}
.scheduleday_wrapper .themeborder:nth-child(10),
.scheduleday_wrapper .themeborder:nth-child(12){
	background-image: url(/wp-content/uploads/2024/02/pattern-bg1.svg);
}
 .scheduleday_wrapper li:nth-child(7) .expandable,.scheduleday_wrapper li:nth-child(10) .session_content_wrapper,
.scheduleday_wrapper li:nth-child(9) .expandable, .scheduleday_wrapper li:nth-child(12) .session_content_wrapper
{
	padding-left: 0;
    margin-left: 25px;
    display: inline-flex;
    white-space: normal;
    word-break: normal;
}
.scheduleday_wrapper .session_start_time,.scheduleday_wrapper .session_content h6{
	    word-break: normal;
    word-wrap: normal;
    overflow-wrap: normal;
}
.about-block-white li{
	margin-bottom: 7px;
}
@media only screen and (min-width: 1024px){
.elementor-widget-grandconference-background-list .elementor-widget-container{
	padding-bottom: 67%;
    position: relative;
	min-height: 670px;
}
	.elementor-widget-grandconference-background-list .background-list-wrapper{
		    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
}
@media only screen and (max-width: 767px){
	.elementor-widget-grandconference-background-list .background-list-wrapper .background-list-img {
    width: 120% !important;
}
}