/*
Theme Name: mcube
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mcube
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mcube is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/31e5c9");

  
@font-face {
	font-family: 'GloberBold';
	src: url('fonts/31E5C9_0_0.eot');
	src: url('fonts/31E5C9_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/31E5C9_0_0.woff2') format('woff2'),
		 url('fonts/31E5C9_0_0.woff') format('woff'),
		 url('fonts/31E5C9_0_0.ttf') format('truetype');
}


/*@font-face {
    font-family: rodus;
    font-weight: 500;
    src: url(fonts/RODUSreg500.otf) format("opentype");
}*/
@font-face {
    font-family: rodus;
    src: url('fonts/RODUSreg700uml.otf') format('opentype');
    src: url('fonts/rodusreg700uml-webfont.woff2') format('woff2'),
         url('fonts/rodusreg700uml-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'globersemibold_free';
    src: url('fonts/glober_semibold_free-webfont.woff2') format('woff2'),
         url('fonts/glober_semibold_free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family: 'fontello2';
      src: url('fonts/fontello.eot?41239741');
      src: url('fonts/fontello.eot?41239741#iefix') format('embedded-opentype'),
           url('fonts/fontello.woff?41239741') format('woff'),
           url('fonts/fontello.ttf?41239741') format('truetype'),
           url('fonts/fontello.svg?41239741#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #292929;
	font-family: globersemibold_free, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 21px;
	font-size: 1.31305rem;
	line-height: 1.5;
}
bold, strong {
	font-family: 'GloberBold', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h2.entry-title {
	font-family: "rodus", sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
	color: #292929;
	margin: 0.5em 0;
	text-transform: uppercase;
}

h3 {
	font-size: 21px;
    font-size: 1.31305rem;
    padding-bottom: 0.53em;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

a, a:link, a:visited {
	color: #fe3768;

	text-decoration: none;
	outline: 0;
}
a:hover, a:active {
	color: #fe3768;
	text-decoration: underline;
	cursor: pointer;
}
a:focus {
	outline: thin dotted;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.wpsm-navigation .wpsm-menu {
	width: 100%;
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
    top: 60px;
    padding: 0;
    margin: 0;
}
.wpsm-navigation li {
    padding: 0 8.33%;
}
.wpsm-navigation a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
	color: #292929;
}

.wpsm-menu-toggle,
.wpsm-menu-toggle:hover,
.wpsm-menu-toggle:focus,
.wpsm-menu-toggle:active,
.wpsm-menu-toggle:visited {
	text-indent: -9999px;
	border: none;
	background: url('img/hamburger.png') no-repeat #fff;
	background-size: 32px 32px;
	border-radius: inherit;
    box-shadow: none;
    padding: 0;
    width: 32px;
    height: 32px;
    float: right;
    margin: 10px 24px;
    margin-right: 8.33%;
}

.wpsm-menu-toggle.toggled-on, 
.wpsm-menu-toggle.toggled-on:hover, 
.wpsm-menu-toggle.toggled-on:focus {
    background-color: inherit;
    border-color: inherit;
}

.wpsm-navigation li.current-menu-item {
    background: #fff;
}
.wpsm-navigation li.current-menu-item a {
	color: #292929;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* CUSTOM */

#content {
	/*margin-top: 90px;*/
}

.cr3_sponsor_image {
	background: white;
    padding: 10px;
}
.cr3_sponsor_image img {
	display: block;
}
.cr3_sponsorwrapper {
	text-align: center;
}
.cr3_sponsorwrapper .fours-column {
	text-align: center;
	float: none;
	display: inline-block;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	width: 22%;
}

.cr3_sponsorwrapper .fours-column:nth-of-type(4n+4) {
	margin-right: 1.5%;
}

.wp-sticky-menu-wrap {
    max-width: 1200px;
}

.wpsm-inner {
	float: right;
}

.wpsm-navigation a {
    /*font-weight: 800;*/
    text-transform: uppercase;
    text-decoration: none;
    background: none;
}
.wpsm-navigation li:hover,
.wpsm-navigation li:active,
.wpsm-navigation li:focus {
	background: #03e6fe;
}

.wpsm-navigation a:focus {
	outline: none;
}


.wpsm-logo {
	 width: auto; 
	padding-left: 8.33%;
	text-align: left;
	 margin: 10px 24px; 
	margin-left: 0;
	height: 100px;
    line-height: 100px;
}
.wpsm-logo a {
	font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
	text-indent: -9999px;
    background: url(http://www.ludicious.ch/inhalte/uploads/2018/05/web-logo.png
) no-repeat;
    background-size: 70px 215px;
    height: 70px;
    width: 215px;
}


.col {
	margin-right: 2%;
    margin-bottom: 4%;
    float: left;
    padding: 2%;
    background-color: #fe3768;
    position: relative;
}

.col-3 {
    width: 32%;
}
.col-4 {
    width: 23.5%;
}
.col-3:nth-child(3n),
.col-4:nth-child(4n) {
	margin-right: 0;
	clear: right;
}

.col .title {
	font-family: globerbold, sans-serif;
	margin:0 0 10px;
	line-height: 1;
	padding: 0;
	font-size: 21px;
	/*padding-left: 74px;*/
    min-height: 80px;
    padding-top: 10px;
    display: block;
    font-size: 24px;
}
.col br {
	display: none;
}

.col .title br {
	display: inherit;
}

/*
.col-3:nth-child(1) .title {
	background: url(img/mini-cube-1.png) no-repeat -5px 0;
    background-size: 64px;
}
.col-3:nth-child(2) .title {
	background: url(img/mini-cube-2.png) no-repeat -5px 0;
    background-size: 64px;
}
.col-3:nth-child(3) .title {
	background: url(img/mini-cube-3.png) no-repeat -5px 0;
    background-size: 64px;
}*/

.col a {
    color: #292929;
    text-decoration: underline;
}
.col a:hover,
.col a:active,
.col a:focus {
	color: #fff;
}
.col a.cfa {
    display: block;
    /*background: #03e6fe;*/
    background-color: rgba(2,2,2,0.2); 
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    position: absolute;
    /*bottom: -20px;*/
    bottom: 0px;
    width: 100%;
    left: 0;
}
.col a.cfa:hover,
.col a.cfa:active,
.col a.cfa:focus {
	/*color: #03e6fe;
    background: #fff;*/
    color: #fff;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}
.col .inner {
	padding-bottom: 50px;
}
.col .inner:after {
	content: " ";
}

.col .inner > p:first-child {
	display: none;
}


/*---------------------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:2%; */
    margin-bottom: 1%;
    width:18.4%;
    /*float:left;*/
    float: none;
    display: inline-block;
}
 .cr3ativconference_speaker_wrapper:nth-of-type(4n+5) {
    margin-right:2%; 
} 
/*.cr3ativconference_speaker_wrapper:nth-child(5n+1) {*/
.cr3ativconference_speaker_wrapper:nth-child(5n) {
    margin-right:2%;
}
.cr3ativconference_speaker_wrapper a,
.cr3ativconference_speaker_wrapper img {
    display: block;
}
.cr3ativconference_speaker_wrapper a {
    /*padding: 10%;
    background: #03b1bc;
    background: #03e6fe;*/
}
.cr3ativconference_speaker_wrapper a:hover {
    /*background: d75f6c;
    background: #fe3768;*/
}
.cr3ativconference_speaker_image {
    position: relative;
}
.cr3ativconference_speaker_image .cr3ativconference_speaker_name {
    display: none;
}
.cr3ativconference_speaker_image:hover .cr3ativconference_speaker_name {
    display: block;
    padding: 50% 5% 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    width: 100%;
    left: 0;
    /*top: 40%;*/
    top: 0;
    height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.cr3ativconference_speaker_image:hover .cr3ativconference_speaker_name_inner_2 {
    margin-top: -24px;
}
.cr3ativconference_speaker_image:hover .cr3ativconference_speaker_name_inner_1 {
    margin-top: -12px;
}
.cr3ativconference_speaker_wrapper img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;

	height: auto;
	width: 100%;
}

ul.session-nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
}
ul.session-nav li {
	float: left;
    width: 32%;
    display: block;
    margin: 0 2% 0 0;
	padding: 5px 0;
    border: 10px solid #f2f2f3;
    border-bottom-width: 20px;
}
ul.session-nav li:nth-child(3n) {
	margin-right: 0;
}
li.day-title {
	background: #c6c6c6;
    color: white;
    text-align: center;
    border-bottom: none;
	padding: 10px 0;
}
li.day-title.active,
li.day-title:hover {
	background: #03e6fe;
}
.schedule-col li.day-title {
    background: #03e6fe;
}
li.day-title.active {
    border-color: #fff;
}
li.day-title h2 {
    font-weight: normal;
    font-size: 21px;
    padding: 0;
    margin: 0;
}
li.day-title a {
    color: #eee;
    display: block;
    outline: none;
}
li.day-title a:hover {
    color: #fff;
    text-decoration: none;
}
li.day-title.active a {
    color: #fff;
}

.tab-pane {
    float: left;
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 20px;
    background: #fff;
}

.row:nth-child(odd) .tab-pane {
     background: #f2f2f3; 
}
.row:nth-child(even) {
    background-color: #ffffff !important
}


.row:nth-child(odd) ul.session-nav li {
    border-color: #fff;
}
.row:nth-child(odd) li.day-title.active {
    border-color: #f2f2f3;
}

ul.session-day {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	list-style: none;
}
ul.session-day:nth-child(3n) {
	margin-right: 0;
}
ul.session-day li {
	border-bottom: 1px solid #999;
	float: left;
    width: 100%;
    display: block;
    margin: 0;
	padding: 5px 0;
}
ul.session-day li:first-child {
	border-top: 1px solid #999;
}
li.session {

}
.session-time {
	display: block;
    float: left;
    width: 15%;
    margin: 0 2% 0 1%;
    font-size: 14px;
}
.session-title {
	display: block;
    float: left;
    width: 80%;
    margin: 0 1%;
    font-size: 18px;
    line-height: 1.3;
}
.session-title a {
	font-weight: bold;
}
span.session-title-speakers {
	font-size: 14px;
}
.session-highlight {
	width: 10%;
    margin: 0;
	float: right;
	text-align: center;
}
div.highlight .session-highlight {
    padding: 5px;
    width: auto;
}

.tab-content.schedule-col-1 .schedule-col,
.tab-content.schedule-col-2 .schedule-col,
.tab-content.schedule-col-3 .schedule-col {
	display: block;
    float: left;
    /*min-height: 1px;*/
}
.tab-content.schedule-col-1 .schedule-col { width: 100%; margin-right: 0; }
.tab-content.schedule-col-2 .schedule-col { width: 49%; margin: 0 2% 0 0; }
.tab-content.schedule-col-3 .schedule-col { width: 32%; margin: 0 2% 0 0; }

.tab-content.schedule-col-2 .schedule-col:nth-child(2n) { margin-right: 0; }
.tab-content.schedule-col-3 .schedule-col:nth-child(3n) { margin-right: 0; }

.tab-content.schedule-col-1 ul.session-day,
.tab-content.schedule-col-2 ul.session-day,
.tab-content.schedule-col-3 ul.session-day {
    width: 100%;
    margin-right: 0;
}
.tab-content .schedule-col ul.session-day li:first-child {
    border-top: none;
    border-bottom: none;
}

.cr3ativconference_blog_wrapper .speaker_list {
    display: inline-block;
    margin: 20px 0;
}
p {
    line-height: inherit;
}
p.sessioncats {
    font-size: inherit;
    margin-top: inherit;
}
.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: 16px;
    margin: 0;
    font-weight: bold;
}
.cr3ativconference_speaker_title {
    font-size: inherit;
}
.cr3ativconference_speaker_company {
    font-size: inherit;
    margin-top: 5px;
}
h1.conference_date {
    font-size: inherit;
    margin-bottom: 30px;
    margin-top: 30px;
}
h2.speaker_title,
h1.session_title_single,
h1.entry-title {
    display: inline-block;
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 20px;
    font-weight: 100;
    float: left;
}
h1.session_title_single,
h1.entry-title {
    float: none;
    margin-bottom: 15px;
}
h2.meeting_date a, h2.meeting_date {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 10px;
}
h2.session { font-size: inherit; margin-bottom: 1em; }
h5.date {
    margin: 40px 0 20px 0;
    font-size: inherit;
}
div.session {
    font-weight: bold;
    padding: 5px 10px 0;
}
div.date {
    padding: 5px 10px;
    margin-bottom: 15px;
    color: #fff;
    background: #fe3768;
}
div.single-conference-location {
    padding: 0 10px;
}
div.single-conference-time {
    padding: 0 10px 5px;
}
.cr3ativconference_speaker_info {
    width: 100%;
}
.cr3ativconference_speaker_info img {
    margin-top: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}
.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: inherit;
    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: inherit;
    text-align: center;
}
.highlight {
	background:none;
    padding: 0;
}
.conference-more {
    display: inline-block;
    font-size: inherit;
    margin: 20px 0 40px 0;
}
.highlight .conference-more {
    margin: 20px 0 0 0;
}
.conference-time {
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.conference-location {
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.conference-date {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.single-conference-time {
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}
.single-conference-location {
    font-size: inherit;
    font-weight: normal;
    margin: 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;
}


#mc_embed_signup .button {
    font-size: 21px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-shadow: none;
    color: #fff;
    background: #03cfe4;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: none;
}
#mc_embed_signup .button:hover {
    background: #03b8cc;
}

#mc_embed_signup_scroll input[type="email"] {
    font-size: 21px;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-shadow: none;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    width: 100%;
}
#mc_embed_signup_scroll p,
#mc_embed_signup_scroll div {
    display: inline-block;
}
#mc_embed_signup_scroll {
    text-align: center;
}

.white-overlay .entry-content {
	background: rgba(255,255,255, 0.5);
    /*border-radius: 5px;*/
}

.calltoaction,
.calltoaction:link,
.calltoaction:visited {
	color:#fff;
	text-decoration: none;
    font-size: 28px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: normal;
    text-shadow: none;
    color: #fff;
    background: #03cfe4;
    box-shadow: none;
    box-sizing: border-box;
    padding: 20px 30px 15px;
    display: inline-block;
    margin: 0;
    transition: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 5px solid #03b8cc;
    line-height: 1;
}
.calltoaction:hover {
	color:#fff;
	text-decoration: none;
    background: #03b8cc;
    border-bottom: 5px solid #03cfe4;
}		

/*.calltoaction:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #03e6fe;
	border-right: 100% solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 100% solid transparent;
}*/

.bwg_title_spun2_0 {
	font-family: 'globersemibold_free', sans-serif !important;
    background: rgba(255,255,255,0.75) !important;
    text-shadow: none !important;
    font-size: 16px !important;
    color: #fe3768 !important;
    padding: 0 15px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
    color: #fe3768 !important;
	font-family: 'globersemibold_free', sans-serif !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
    font-size: 16px !important;
	font-family: 'globersemibold_free', sans-serif !important;
    color: #fff !important;
    margin: 6px 0 4px;
    display: block;
    height: 30px;
    line-height: 30px;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
    font-size: 16px !important;
	font-family: 'globersemibold_free', sans-serif !important;
    color: #fff !important;
    padding: 3px 6px;
    border-color: #03e6fe !important;
    background-color: #03e6fe !important;
}
#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
    font-size: 16px !important;
	font-family: 'globersemibold_free', sans-serif !important;
    color: #03e6fe !important;
    text-shadow: none !important;
    padding: 0 5px;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
	background: none !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:hover, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:focus {
    opacity: 0.5;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
    margin-bottom: 50px;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_container_0 {
	top: inherit !important;
    bottom: -20px;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
    background: #03e6fe !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_active_0 {
    background: #fe3768 !important;
    border: none !important;
}


.row:first-child {
    padding-top: 90px !important;
}
.single-lud_highlight .row:first-child {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}
.bwg_back_0 {
	display: none !important;
}

/*.mPS2id-clicked {
	border-bottom: 3px solid #03e6fe;
}*/

#menu-social-media-buttons {
	position: fixed;
    width: 50px;
    top: 150px;
    right: 20px;
    z-index: 990;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-social-media-buttons li { 
	margin-bottom: 10px;
}

#menu-social-media-buttons li a { 
	display: block;
	padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    opacity: 0.3;
    text-decoration: none;

    font-size: 25px;
    color: #ffffff;
    background: #404040;
}
#menu-social-media-buttons li a:hover { 
    opacity: 0.8;
}


#menu-social-media-buttons li.facebook a i:before {
	content: "\f09a";
}
#menu-social-media-buttons li.twitter a i:before {
	content: "\f099";
}

#menu-social-media-buttons li a i:before {
    font-family: "fontello2";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
}

#menu-social-media-buttons li a span {
	display: none;
}

iframe {
	display: block;
}
iframe#vimeo_player {
	max-height: 550px;
}

.no-padding,
.no-padding p {
	padding: 0;
	margin: 0;
}

.image-banner {
	background-color: #000;
}
.image-banner img {
	margin: 0 auto;
}

article:focus {
    outline: none;
}

.page-submenu {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
    float: left;
}

.page-submenu li {
    border: 0;
    display: inline-block;
    margin: 0 5px;
    padding: 2px 10px;
    line-height: 1.2;
    color: #03cfe4;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.page-submenu a {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    color: #03cfe4;
    display: block;
}
.page-submenu a:hover,
.page-submenu a:active {
	color: #fe3768;
}

h2.submenu-page-title {
	font-family: "rodus", sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 42px;
	color: #292929;
	margin: 0;
	text-transform: uppercase;
}

.cr3ativconference_speakers {
	text-align: center;
}

.speakers-caption {
	float: left;
	clear: both;
}
.speakers-caption div {
	display: inline-block; 
	width: 16px; 
	height: 16px; 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.speakers-caption small {
	display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 1;
}

/* split page */
.row.split-element {
	padding:0;
}

.split-element .split-part {
	float:left; 
	width:50%; 
	clear:none; 
	position: relative;
}

.split-element .split-part img {
	width:100%; 
	display:block;
}

.split-texts {
	position: absolute;
	color: #fff; 
	text-transform: uppercase;
	font-size: 21px;
}

.split-text-left {
	top: 50%;
	right: 0; 
	text-align: right;
}

.split-text-right {
	top: 35%;
	left: 0; 
	text-align: left;
}

.split-texts .split-text {
	padding: 5px 37px 5px 7px;
	line-height: 1; 
	display: inline-block; 
	clear: both;
}

.split-text-left .split-text {
	padding: 5px 37px 5px 7px;
	background:#03b8cc;
}

.split-text-right .split-text {
	padding: 5px 7px 5px 37px;
	background:#ccca38;
}

.split-text-1 {
	font-family: 'rodus', 'globersemibold_free', sans-serif;
	font-size:45px; 
}

.split-text-2 {
	font-family: 'rodus', 'globersemibold_free', sans-serif;
	font-size:30px; 
}

.split-headertext {
	float: right; 
	margin-top: 30px;
}


.cr3ativconference_speakers.owl-carousel {
	margin: 20px 0;
}
.cr3ativconference_speaker_wrapper.item {
	width: 100%;
}
.cr3ativconference_speaker_wrapper.item  .cr3ativconference_speaker_image {
    width: 92%;
    margin: 0 auto;
}
.owl-theme .owl-controls .owl-page span {
    background: #6a6a6a !important;
}

.banner-line {
	display: inline-block;
	padding:5px 15px;
	background-color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	margin: 10px 20px;
	line-height: 1.2;
}
.banner-line-1 {
	font-family: "rodus", sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: #03b8cc;
}
.banner-line-2 {
	font-size: 24px;
}
.banner-line-3 {
	color: #5f5f5f;
}



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}


/*  START OF MEDIA QUERIES */

@media screen and (min-width: 910px) {
	.row:first-child {
	    padding-top: 120px !important;
	}
	.row.split-element {
		padding-top:98px !important;
	}
	.single-lud_highlight .row:first-child {
	    padding-top: 97px !important;
	}
	.wpsm-logo {
		padding-left: 24px;
	    width: 23%;
		height: 70px;
	    line-height: 60px;
	}
	.wpsm-logo a {
	    background-size: 196px 75px;
	    height: 70px;
	    width: 230px;
	}
	.wpsm-inner {
		/*padding-right: 8.33%;*/
    	width: 73%;
	}
	.wpsm-navigation .wpsm-menu {
	    position: relative;
	    padding: 0;
	    top: inherit;
	    left: inherit;
	    width: auto;
    	float: right;
    	margin: 30px 0 0 0;
	}
	.wpsm-navigation li {
	    padding: 0 10px;
	}

	.row {
	/*	background-size: 100%; */
background-size: cover;
	}

	.wpsm-navigation ul button.toggled-on {
	    display: none;
	}
}

@media screen and (max-width: 910px) {
.wpsm-logo {
    width: auto;
    padding-left: 8.33%;
    text-align: left;
    margin: 10px 24px;
    margin-left: 0;
    height: 60px;
    line-height: 100px;
}
.wpsm-logo a {
	    background-size: 215px 70px;
	    height: 70px;
	    width: 215px;
	}
	.col {
		width: 100%;
		padding: 5%;
		margin-right: 0;
	}
	.col-4 {
	    width: 48%;
		margin-right: 2%;
	}
	.col-4:nth-child(2n) {
		margin-right: 0;
	}
	.col a {
		bottom: 0;
	}
	.col .inner {
	    padding-bottom: 40px;
	}
	.col-4 .inner {
	    padding-bottom: 0;
	}
	.cr3ativconference_speaker_wrapper,
	.cr3ativconference_speaker_wrapper:nth-child(5n),
	.cr3ativconference_speaker_wrapper:nth-of-type(4n+5) {
	    margin-right: 4%;
	    width: 48%;
	} 

/* ich igfüegt */
.cr3ativconference_speaker_wrapper,
	.cr3ativconference_speaker_wrapper:nth-child(5n){
margin-right: 2%;
	  
	} 

	.cr3ativconference_speaker_wrapper:nth-child(2n) {
	    margin-right: 0;
	}
	.cr3ativconference_speaker_name, .cr3ativconference_speaker_name a, .cr3ativconference_speaker_name a:hover {
	    font-size: 21px;
	}

	/*ul.session-day {
	    width: 49%;
	}
	ul.session-day:nth-child(3n) {
		margin-right: 2%;
	}
	ul.session-day:nth-child(2n) {
		margin-right: 0;
	}*/
	.session-time {
	    width: 23%;
	}
	.session-title {
	    width: 72%;
	}

	.cr3_sponsorwrapper .fours-column {
	    width: 47%;
	}
	.cr3_sponsorwrapper .fours-column:nth-child(2n) {
	    margin-right: 0;
	}

	/* split page */
	.row.split-element {
	    padding-bottom: 0 !important;
	    padding-top: 70px !important;
	}
	.split-element .split-part {
	    width: 100%;
	    height: 360px;
	    overflow: hidden;
	}
	.split-element .split-part img {
	    position: absolute;
	    top: 50%;
	    margin-top: -35%;
	}
	.split-text-left {
	    top: 40%;
	    left: 0;
	    text-align: left;
	}
	.split-text-right {
	    top: 40%;
	}
	.page-template-template-split .wpsm-inner {
		display: block;
		padding-right: 8.33%;
	}
	.split-headertext {
		margin-top: 15px;
	}
}


@media screen and (max-width: 1280px){
.row {
	    padding: .5em 0 !important;
background-attachment: inherit !important;
background-image: url(' ') !important;
} .row:nth-child(odd) {
background-color: white;
padding-top: 0px;
background-image: url('http://www.ludicious.ch/inhalte/uploads/2016/12/blue-green.png') !important;
	} 
.row:first-child  {
 background-image: url('') !important;
background-size: cover;
	}
}
@media screen and (max-width: 640px) {
	body, button, input, select, textarea {
	    font-size: 18px;
	}
	
	.container_12 .prefix_2 {
	    padding-left: 8.333% !important;
	}
	.container_12 .grid_10 {
	    width: 100% !important;
		padding-right: 8.333%;
		margin: 0; 
	}
	.col-4 {
	    width: 100%;
		margin-right: 0;
	}
	.col-4:nth-child(n) {
		margin-right: 0;
	}
	.col-4 .inner {
	}
	  
	.speaker_list_wrapper {
	    float: left;
	    margin-right: 0;
	    text-align: left;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.speaker_list img, .speaker_list img:hover {
	    float: left;
	    margin-right: 20px;
	}
	.speaker_list_wrapper a {
	    text-align: left;
	    float: left;
	    font-size: 16px;
	    margin-top: 18px;
	}
	h2.speaker_title,
	h1.session_title_single,
	h1.entry-title {
	    margin-top: 16px;
	}
	.cr3ativconference_speaker_info img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	}
	.session-time {
	    width: 100%;
	    clear: both;
	}
	.session-title {
	    width: 88%;
	}
	.cr3ativconference_speaker_name, 
	.cr3ativconference_speaker_name a, 
	.cr3ativconference_speaker_name a:hover {
	    font-size: 18px;
	}
	.cr3ativconference_speaker_wrapper a {
	    line-height: 100%;
	}


	#menu-social-media-buttons {
		position: relative;
	    float: left;
	    right: inherit;
	    top: inherit;
	    width: 100%;
	}
	#menu-social-media-buttons li {
	    float: left;
	    margin: 0 1%;
	    width: 48%;
	}
	#menu-social-media-buttons li a {
	    border-radius: 0;
	    width:100%;
	}

	.page-submenu li {
	    margin: 3px 5px;
	    padding: 6px 10px;
	}

	ul.session-day {
	    width: 100%;
	    margin: 0;
	}
	.session-time {
	    width: 20%;
	}
	.session-title {
	    width: 75%;
	}

	ul.session-day li:first-child {
		border-top: none;
	}
	ul.session-day:first-child li:first-child {
		border-top: 1px solid #999;
	}

	.tab-content.schedule-col-2 .schedule-col,
	.tab-content.schedule-col-3 .schedule-col { 
		width: 100%; 
		margin-right: 0; 
		margin-bottom: 20px; 
	}
}

@media screen and (max-width: 540px) {
	.split-element .split-part {
	    height: 300px;
	}
	.split-element .split-part img {
	    position: relative;
	    top: inherit;
	    margin-top: inherit;
	}
	.split-texts {
	    font-size: 18px;
	}
	.split-text-1 {
	    font-size: 32px;
	}
	.split-text-2 {
	    font-size: 24px;
	}
	.page-template-template-split .wpsm-inner {
	    padding-left: 8.33%;
	    padding-right: 0;
	    float: left;
	    clear: both;
	}
	.split-headertext {
		margin-top: 0;
	}
	.row.split-element {
	    padding-top: 96px !important;
	}

	.banner-line-1 {
		font-size: 32px;
	}
	.banner-line-2 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 480px) {	
	.welcome-line-0 {
	    margin-right: 20px;
	}
}

@media screen and (max-width: 400px) {
.wpsm-logo a {
	    background-size: 180px 65px;
	    height: 65px;
	    width: 180px;
	}
	.split-element .split-part {
	    height: 210px;
	}
	.split-texts {
	    font-size: 16px;
	}
	.split-text-2 {
	    font-size: 21px;
	}
	.split-text-left {
	    top: 30%;
	}
	.split-text-right {
	    top: 30%;
	}
}

@media screen and (max-width: 320px) {
}
/* @media only screen and (max-width: 800px) {   

}
 @media only screen and (max-width: 640px) {
		
}

 @media only screen and (max-width: 320px) {

}*/

@media screen and (min-width: 56.875em) {
	.wpsm-navigation .menu-item-has-children > a {
	    padding-right: 18px;
	}
}

/*  END OF MEDIA QUERIES */
