@font-face {
    font-family: 'ff_font';
    src: url("../../files/flashforward/css/fonts/328621_2_0.eot");
    src: url("../../files/flashforward/css/fonts/328621_2_0.eot?#iefix") format('embedded-opentype'), url("../../flashforward/css/fonts/328621_2_0.woff2") format('woff2'), url("../../flashforward/css/fonts/328621_2_0.woff") format('woff'), url("../../flashforward/css/fonts/328621_2_0.ttf") format('truetype');
    font-weight: 400;
}

.invisible {
    display: none;
}

body {
    font-family: 'ff_font';
    color: #fff;
    background-image: url(../../flashforward/css/images/bg.jpg);
    margin: 0;
    padding-top: 100px;
    transition: padding 0.35s;
}

body.smallNav {
    padding-top: 75px;
}

a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.35s, background-color 0.35s, border-width 0.35s;
}

a:hover, p a:link:hover {
    color: #cf8442;
}

h1 {
    margin-bottom: 1.5em;
    color: #444;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 0;
    margin: 0;
}

h3 {
    margin: 0;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    margin: 14px 0 0 0;
    color: #444;
}

h6 {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

p {
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
}

p a:link, p a:visited, p a:active {
    color: #000;
    text-decoration: underline;
}


/* Container */

div.custom {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
    transition: margin 0.35s;
}

#main, #right {
    display: block;
    /*transition: margin 0.35s;*/
}

#main, #right .inside>div {
    margin-bottom: 20px;
}

#main .inside, #right .inside>div {
    display: block;
    max-width: 1200px;
    background: rgba(265, 265, 265, 0.7);
}

.mod_article {
    padding: 15px 0 15px 0;
}

.ce_text, .ce_form {
    padding: 14px 7.32%;
    color: #000;
}

.ce_headline, .ce_image, .ce_hyperlink {
    padding: 29px 7.32% 14px 7.32%;
    margin: 0;
}

.ce_text h3 a:before, .ce_hyperlink a:before {
    font-family: FontAwesome;
    content: '\f138';
    display: inline-block;
    margin-right: 10px;
}

.ce_text h3 a, .ce_hyperlink a {
    color: #000;
    font-size: 18px;
}

.ce_text h3 a:hover, .ce_hyperlink a:hover {
    color: #cf8442;
}

.ce_text .image_container {
    margin: 0;
}


/* Images  */

.ce_gallery ul {
    margin: 0;
    padding: 0;
}

.ce_gallery ul li {
    list-style-type: none;
}

.ce_gallery ul li figure {
    margin: 0;
}

.ce_image figure {
    margin: 0;
}

.ce_gallery img, .ce_image img {
    width: 100%;
    height: auto;
}

.ce_text figure img {
    height: auto;
    margin-top: 14px;
    margin-bottom: 24px;
    max-width: 400px;
    width: 100%;
}


/* Event Styling */

.mod_eventlist {
    padding: 15px 7.32%;
}

.mod_eventlist>.event {
    margin-bottom: 15px;
    min-height: 28px;
    font-size: 18px;
    line-height: 1.6;
    display: grid;
    grid-template-columns: 6rem auto;
	position: relative;
}

.mod_eventlist>.event.first {
    margin-top: 14px;
}

.mod_eventlist>.event>time {
    display: block;
    color: #000;
}

.mod_eventlist>.event>p {
    display: block;
    color: #000;
}

.mod_eventlist>.layout_full {
	grid-template-columns: 6rem auto;
}

.mod_eventlist>.layout_full>p {
	padding-right: 5rem;
}

.mod_eventlist>.layout_full>a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    background-color: #cf8442;
    padding: 8px 10px 6px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.mod_eventlist a:hover {
    background-color: #000;
    color: #fff;
}

.mod_eventlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mod_eventlist ul li {
    display: inline-block;
}

.mod_eventlist ul li a {
    background-color: transparent;
    padding: 2px 2px;
}

.mod_eventlist ul li a:hover {
    background-color: #cf8442;
}

.mod_eventlist ul li span {
    color: #cf8442;
    padding: 2px 2px;
}

.mod_eventlist .pagination ul {
    margin: 30px -5px 0;
    display: flex;
}

.mod_eventlist .pagination a {
	color: #000;
}

.mod_eventlist .pagination a,
.mod_eventlist .pagination span {
    display: block;
    padding: 0 5px;
}

/* Gallery Styling */

.ce_gallery {
    padding: 30px 7.32%;
}

.ce_gallery li {
    margin-bottom: 25px;
}

.ce_gallery li:last-child {
    margin-bottom: 0;
}


/* Youtube Styling */

.ce_youtube {
    position: relative;
    margin: 30px 7.32%;
}

body.full-width .ce_youtube {
    margin: 30px 4.82%;
}

.ce_youtube:before {
    display: block;
    content: ' ';
    padding-top: 56.25%;
}

.ce_youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}


/* Spotify iFrame */

iframe {
    padding: 0 7.32%;
    box-sizing: border-box;
}

body.full-width.two-cols .ce_headline {
    padding: 29px 9.24% 14px 9.24%;
}

body.full-width.two-cols iframe {
    padding: 0 9.24%;
}


/* Social Media Module Block */

.mod_customnav.social-media {
    max-width: 600px;
    padding: 14px 7.32%;
}

.mod_customnav.social-media ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social-media ul li {
    list-style-type: none;
    display: inline-block;
    width: 20%;
}

.social-media ul li a {
    vertical-align: top;
}

.social-media ul li a {
    transition: none;
}

.social-media ul li a span {
    display: inline-block;
    height: 30px;
    line-height: 100;
    overflow: hidden;
}

.mod_customnav.social-media span:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f09a";
    line-height: 1.5;
    font-size: 25px;
    transition: color 0.35s;
}

.mod_customnav.social-media span:hover:before {
    color: #cf8442;
}

.mod_customnav.social-media .facebook span:before {
    content: "\f09a";
}

.mod_customnav.social-media .youtube span:before {
    content: "\f167";
}

.mod_customnav.social-media .twitter span:before {
    content: "\f099";
}

.mod_customnav.social-media .spotify span:before {
    content: "\f1bc";
}

.mod_customnav.social-media .instagram span:before {
    content: "\f16d";
}


/* Other Classes */

.label-infos figure.image_container {
    width: 100px;
    display: inline-block;
    margin-right: 5%;
    text-align: center;
}

.label-infos figure.image_container img {
    margin: 0;
}

.label-infos p {
    vertical-align: top;
    display: inline-block;
    margin: 0 5% 20px 0;
}

.label-infos p:last-child {
    margin-right: 0;
}


/* Instagram */

.mod_cfg_instagram {
    padding: 14px 7.32%;
}

.mod_cfg_instagram>div {
    display: none;
    width: 100%;
    margin-bottom: 25px;
    vertical-align: top;
}

.mod_cfg_instagram>div:nth-child(-n+3) {
    display: block;
}

.mod_cfg_instagram img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

#mc_embed_signup .mc-field-group label {
	color: #000 !important;
}

#mc_embed_signup .button {
	background-color: #cf8442 !important;
}

#mc_embed_signup {
	padding: 15px 7.32% 30px !important;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup div#mce-responses {
	padding: 0 !important;
	margin: 0 !important;
}

#mc_embed_signup div.response {
	font-weight: normal !important;
	color: #000000 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
}