@charset "UTF-8";



/*---------------------Conference Style-------------------------- */
.cr3ativconference_clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	}	
.cr3ativconference_clearbig {
	clear: both;
	display: block;
	font-size: 0;
	height: 40px;
	line-height: 0;
	width:100%;
	}
#cr3ativconference_contentwrapper {
	width:100%;
    margin: 0 auto 40px;
	}
.cr3ativconference_content_wrapper {
	width:100%;
	}	
.cr3ativconference_speaker_wrapper {
    margin-right:3%;
    margin-bottom: 5%;
    width:22.75%;
    float:left;
}
.cr3ativconference_blog_wrapper .speaker_list {
    display: inline-block;
    margin: 20px 0;
}
p {
    line-height: 1.4em;
}
p.sessioncats {
    font-size: 0.8em;
    margin-top: 20px;
}
.cr3ativconference_speaker_wrapper:nth-of-type(4n+5) {  
    margin-right: 0;
}
.cr3ativconference_speaker_name, .cr3ativconference_speaker_title, .cr3ativconference_speaker_company {
    text-align:center;
}
.cr3ativconference_speaker_name, .cr3ativconference_speaker_name a, .cr3ativconference_speaker_name a:hover {
    font-size: 1.2em;
    margin: 10px 0 15px;
    font-weight: bold;
}
.cr3ativconference_speaker_title {
    font-size: 0.8em;
}
.cr3ativconference_speaker_company {
    font-size: 1.1em;
    margin-top: 5px;
}
h1.conference_date {
    font-size: 1.9em;
    margin-bottom: 30px;
    margin-top: 30px;
}
h2.speaker_title {
    display: inline;
    font-size: 1.6em;
}
h2.meeting_date a, h2.meeting_date {
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 10px;
}
h2.session { font-size: 1.4em; }
h5.date {
    margin: 40px 0 20px 0;
    font-size: 1.4em;
}
h6.session {
    font-size: 1.2em;
    margin: 10px 0;
}
.cr3ativconference_speaker_info img.alignleft {
    margin-top: 0px;
}
.cr3ativconference_social_icons img, .cr3ativconference_social_icons img:hover {
    max-width: 30px;
    border-radius: 50% !important;
    margin-right: 5px;
}
.cr3ativconference_speaker_singletitle {
    margin: 10px 0 20px;
}
.cr3ativconference_speaker_company_title {
    font-size: 1.3em;
    margin: 15px 0 0;
}
.cr3ativconference_speaker_info {
    display: inline-block;
    margin-bottom: 20px;
}
.cr3ativconference_social_icons {
    margin: 10px 0;
}
.cr3ativconference_speaker_bio {
    width:100%;
    clear: both;
}
.session_featured_image img {
    max-width: 100%;
}
.speaker_list {
    clear: both;
    width: 100%;
    margin: 0;
}
.session_content {
    clear: both;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.speaker_list img, .speaker_list img:hover {
    width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.speaker_list_wrapper {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.speaker_list_wrapper a {
    display: block;
    font-size: 0.85em;
    text-align: center;
}
.highlight {
    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 40px;
}
.conference-more {
    display: inline-block;
    font-size: 0.85em;
    margin: 20px 0 40px 0;
}
.highlight .conference-more {
    margin: 20px 0 0 0;
}
.conference-time {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
.conference-location {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
}
.conference-date {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
}
.single-conference-time {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0;
}
.single-conference-location {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
.speakerwidgetwrapper .speakerwidget {
    float: left;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.sessionwidget {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.sessionwidget .speaker_list .speaker_list_wrapper {
    margin-bottom: 10px;
}

.sessionwidget .conference_content .speaker_list {
    float: left;
}

/*  START OF MEDIA QUERIES */

 @media only screen and (max-width: 800px) {
	.embed-container {
		position: relative;
		padding-bottom: 52.25%; /* 16/9 ratio */
		padding-top: 30px; /* IE6 workaround*/
		height: 0;
		overflow: hidden;
		}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
	
	img {
		max-width:100%;
		height:auto;
		}
	
	img {
		-ms-interpolation-mode:bicubic;
		}  
     
    .cr3ativconference_speaker_wrapper {
        margin-right:0%;
        margin-bottom: 5%;
        width:100%;
        float:left;
        }
     

}
 @media only screen and (max-width: 640px) {
		
}
 @media only screen and (max-width: 480px) {	

}
 @media only screen and (max-width: 320px) {

}

/*  END OF MEDIA QUERIES */