/*
Theme Name: Evnt Child
Description: Evnt WordPress Theme
Author: Coffeecream, custom styles and programming by WildFireWeb MEBB
Theme URI: http://themeforest.net/user/Coffeecream/portfolio
Author URI: http://themeforest.net/user/Coffeecream
Template: evnt
Version: 1.0
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Modified by MEBB 22821
*/
@import url(/css/wildfirecommon.css);


===============================================================*/
/* 1. Global styles
===============================================================*/

/* 1.1. Body and WP
-----------------------------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #fff;
    color: #888;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.75em;
    overflow-x: hidden;

}
body.noHeadImage {
    padding-top: 0;
}



.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee!important;
text-align: center;
height:80px;
}

.adminlinks a{
color: #fff!important;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff!important;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}




.home {
    line-height: 32px;
}
.wp-caption {
    max-width: 100%;
    width: auto !important;
}
p, .wp-caption-text, .wp-audio-shortcode, ul, ol, div.gallery {
    margin-bottom: 2em;
}
.wp-caption-text, .gallery-caption {
    margin-top: 10px;
}
.bypostauthor {}

.alignleft {
    float: left;
    margin: 6px 15px 10px 0;
}
.alignright {
    float: right;
    margin: 6px 0 10px 15px;
}
.aligncenter {
    text-align: center;
    margin: 6px auto 6px;
}
.remove-paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.noHeadImage .wsmenucontainer {
    padding-top: 0rem;
}

.wsmenucontainer {
    padding-top: 8rem;
}

.admin-bar .topheader.scroll, .admin-bar .wsmenucontainer header.topheader {
    top: 32px; 
}

.topheader
{
width:100%;
}

.topheader .container, .topheader .container .col-sm-12, .topheader .row
{
padding-left:0;
padding-right:0;
}

/* 1.2. Headings
-----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #4b0082;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2em;
    margin: 0 0 5px;
    text-transform: uppercase; 
}
h1 {
    font-size: 2.2rem; 
}
h2 {
    font-size: 1.8rem; 
}
h3 {
    font-size: 1.5rem; 
}
h4 {
    font-size: 1.3rem; 
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem; 
}
.headings {
    margin: 0 0 2rem; 
}
.headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings h6 {
    margin: 0; 
}
.headings h6 {
    color: #be1a39; 
}
p {
    margin: 0 0 9px; 
}

/* 1.3. Links
-----------------------------------------------------------*/

a {
    color: #be1a39;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
}
a:hover {
    color: #e5405f;
    text-decoration: none;
}
.sticky .post-title:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.container
{
width:95%;
max-width:1200px;
}



/*
.vc_col-sm-12 {
    width: 90%;
    margin-left: 3%;
    }
*/

/* 1.4. Buttons
-----------------------------------------------------------*/

.btn {
    border: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase; 
}
.btn-small {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 0.25rem 0.5rem;
}
.btn-large {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 1rem 2rem;
}
.btn-primary {
    background: #be1a39;
}
.btn-primary:hover {
    background: #e5405f;
    color: #fff; 
}
.btn-secondary {
    background: #222;
}
.btn-secondary:hover {
    background: #484848;
    color: #fff; 
}
.btn-default {
    background: #fff;
    border: 1px solid #e6e4dd;
    color: #222;
}
.btn-default:hover {
    background: #f2f2f2;
}



/* 1.5. Horizontal rules
-----------------------------------------------------------*/

hr {
    border-top: 1px solid #e6e4dd;
    margin: 10px 0 10px 0;
}
hr:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}
hr.blank {
    border-top: 0;
    margin: 0 0 2rem;
}
hr.thick {
    border-top: 3px solid #e6e4dd;
    margin: 4rem 0 5rem;
}

/* 1.6. Address
-----------------------------------------------------------*/

address,
.phone,
.email {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 20px;
}
address:before,
.phone:before,
/* .email:before {
    color: #be1a39;
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0rem;
} */
address:before {
    content: "\f041";
}
.phone:before {
    content: "\f095";
}
.email:before {
    content: "\f0e0";
}

/* 1.7. Lists
-----------------------------------------------------------*/

ul.circles {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}
ul.circles li {
    line-height: 2rem;
    padding: 0.5rem 0;
}
ul.circles li span {
    background: #be1a39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 2rem;
    margin-right: 0.5rem;
    text-align: center;
    width: 2rem; 
}

/* 1.8. Tables
-----------------------------------------------------------*/

table {
    width: 100%;
}

th, td {
   /* border-bottom: 1px solid #e4e4e4; */
    /*padding: 1rem;
    padding-bottom: 1rem; 
    padding-top: 1rem;  */
    padding-left: 0; 
    padding-right: 0; 
}

th {
    color: #222;
    border-bottom: 3px solid #e4e4e4;
}


/* 2. Header
===============================================================*/

/*
.wsmenucontainer header.topheader {
    left: 0;
    padding: 1rem 0 12rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
*/

#loggedin .wsmenucontainer header.topheader
{
top:95px;
position:absolute;
/* background: #8249ad; */
background:#fff;
}

#loggedin .wsmenucontainer header.topheader.scroll
{
top:75px;
}



.wsmenucontainer header.topheader .header-image {
    background: #8249ad;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.wsmenucontainer header.topheader .header-image img {
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.topheader.scroll {
    padding: 10px 0px;
}
header.topheader.scroll .header-image img {
    opacity: 0;
}
.noHeadImage  header.topheader, header.topheader {
    padding: 1rem 0;
    /* background:rgba(219,185,220,0.95); */
background:rgba(255,255,255,0.95);
}
.noHeadImage .header-image {
    display:none;
}
.noHeadImage header.topheader.scroll, .topheader {
    padding: 10px 0px;

}
main section {
    padding: 8rem 0;
}
main section#single-class{
    padding: 0;
}


.indexpage #main_wrapper
{
padding-top:45px;
padding-bottom:45px;
min-height:650px;
}

/* 2.1. Logo
-----------------------------------------------------------*/

.logo {
    float: left;
position:relative;
left:-1%;
}
.smallogo {
    top: 0;
}

.logo img {
    max-height: 87px;
}


/* 2.2. Desktop nav
-----------------------------------------------------------*/

.wsmenu > ul > li > a {
    font-family: Arial,Helvetica,sans-serif;
	font-size:15px;
}
.wsmenu > ul > li:hover {
    background: #be1a39;
}
.wsmenu > ul > li ul {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
	
}
.wsmenu > ul > li ul li{
    position: relative;
    margin: 0px;
    padding: 0px;
}


.wsmenu .group_4
{
display:none!important;
}

.wsmenu > ul > li ul li a, .wsmenu li ul li span {
    background:rgba(219, 185, 220, 0.95);
    color: #8249ad;
    display: block;
   /* font-size: 0.85rem;*/
   font-size:16px;
    padding: 10px 10px;
    text-align: left;
    text-transform: none;
    /* width: 10rem; */
	width: 200px;
	position:relative;
}
.wsmenu > ul > li ul li a:hover {
    background: #f1f0ec;
}
.wsmenu > ul > li:hover a {
    color: white;
}
.wsmenu > ul.wsmenu-submenu > li:hover a {
    color: black;
}
.wsmenu ul.wsmenu-submenu li a, .wsmenu li ul li span {
    color: #8249ad;
}

.homesquares
{
width:95%;
max-width:1180px;
margin:0 auto;
position:relative;
}

/* 3. Slider
===============================================================*/

.tint {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
#slider .slides-navigation {
    z-index: 30;
}
#slider .slides-navigation .prev,
#slider .slides-navigation .next {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    font-size: 2rem;
    height: 3rem;
    line-height: 3rem;
    opacity: 0.2;
    text-align: center;
    width: 3rem;
}
#slider .slides-pagination {
    z-index: 30;
}
#slider .slides-pagination a {
    border: 2px solid #fff;
}
#slider .slides-pagination a.current {
    background: #fff;
}
#slider:hover .slides-navigation .prev,
#slider:hover .slides-navigation .next {
    opacity: 1;
}

/* 3.1. Slider content
-----------------------------------------------------------*/

#slider-content {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 20;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
}
#slider-content h1,
#slider-content h4 {
    color: #fff;
    margin: 0; 
}

/* 3.1.1. Evnt invitation form
-----------------------------------------------------------*/

#slider-content form {
    background: #be1a39;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 2rem;
    width: 360px; 
}
#slider-content form h2 {
    color: #fff; 
}
#slider-content form p {
    margin: 0;
}
#slider-content input[type=submit].wpcf7-submit {
    background: #222;
    border: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.wpcf7 img.ajax-loader {
    position: absolute;
}
#slider-content input[type=submit].wpcf7-submit:hover {
    background: #484848;
    color: #fff;
    text-decoration: none;
}
#slider-content p {
    color:white;
}
#slider-content :not(.wpcf7-submit).wpcf7-form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
    border: 1px solid #e6e4dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1rem;
    height: auto;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
    margin-bottom: 15px;
}

/* 3.2. Countdown
-----------------------------------------------------------*/

ul#countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
	position:relative;
	top:45%;
	margin:0 auto;
	width:100%;
}


#countdowncontainer
{
position:absolute;
top:0;
left:10%;
width:80%;
height:100%;
display:block;
z-index:888;
}

ul#countdown li {
    background: #be1a39;
    display: inline-block;
    margin: 0.3rem 0.25rem;
    padding: 1rem 0;
    width: 7rem;
}
ul#countdown li span {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 3rem;
    line-height: 3rem;
}
ul#countdown li p {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase;
}

/* 4. Main content
===============================================================*/

/* 4.1. Welcome
-----------------------------------------------------------*/

.square {
    color: #8249ad;
    font-size: 2rem;
    height: 5rem;
    line-height: 5rem;
    margin: 1rem 0;
    text-align: center;
    width: 5rem;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.square:before {
    position: relative;
    z-index: 2;
}
.square:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    background: #f1f0ec;
    content: "";
    display: block;
    height: 5rem;
    line-height: 5rem;
    margin-top: -5rem;
    position: relative;
    width: 5rem;
    z-index: 1;
}
.square.white:after {
    background: #fff;
}

.service:hover .square {
    color: #fff;
}
.service:hover .square:after {
    background: #be1a39;
}

/* 4.2. Speaker lists
-----------------------------------------------------------*/
p.summary {
    margin-bottom: 30px;
    color: #222;
    font-size: 24px;
    line-height: 36px;
}
.speaker-credits i.fa {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #be1a39;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}
.speaker-photo {
    max-width: 48%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
}
/*.content-speaker {
    padding-top: 8rem;
}*/

/* 4.2.1. Speaker list type 1
-------------------------------------------------------*/

.speakers1 .speaker .flipper {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.speakers1 .speaker .flipper .front,
.speakers1 .speaker .flipper .back {
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.content.items.portfolio.recent-works .speakers1 .speaker .flipper .back
{
background:#f1f0ec;
}

.content.items.portfolio.recent-works .speakers1 .speaker .flipper .front
{
background:#f1f0ec;
}

.speakers1 .speaker .flipper .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.speakers1 .speaker .flipper .front h5 {
    margin: 0;
    padding: 1rem 1rem 0 1rem;
}
.speakers1 .speaker .flipper .front h6 {
    color: #be1a39;
    margin: 0;
    padding: 0 1rem 1rem 1rem;
}
.speakers1 .speaker .flipper .back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.speakers1 .speaker .flipper .back .content {
    padding: 0 1rem;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.speakers1 .speaker .flipper .back .content p {
    margin: 1rem 0;
}
.speakers1 .speaker .flipper .back .content i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}
.speakers1 .speaker .flipper.flip .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.speakers1 .speaker .flipper.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.speakers1.alt-color .flipper .front,
.speakers1.alt-color .flipper .back {
    background: #f1f0ec;
}

/* 4.2.2. Speaker list type 2
-------------------------------------------------------*/

.speakers2 {
    position: relative;
    width: 100%;
}
.speakers2 .speaker {
    float: left;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.speakers2 .speaker img,
.speakers2 .speaker .back {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.speakers2 .speaker img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.speakers2 .speaker .back {
    background: #f1f0ec;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.speakers2 .speaker .back .content {
    left: 0;
    padding: 0 1rem;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.speakers2 .speaker .back .content .name {
    color: #222;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.speakers2 .speaker .back .content .title {
    color: #be1a39;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
}
.speakers2 .speaker.flip img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.speakers2 .speaker.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.speaker .front {
    position: relative;
    z-index: 5;

}
/* 4.2.3. Speaker list type 3
-------------------------------------------------------*/

.speakers3 .row {
    margin-top: 2rem;
}
.speakers3 .row a img {
    border: 5px solid transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.speakers3 .row a:hover img {
    border: 5px solid #be1a39;
}
.speakers3 .row .info-box {
    padding-left: 15px;
    position: relative;
}
.speakers3 .row .info-box:before {
    background: #f1f0ec;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 55px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.speakers3 .row .info-box .content {
    background: #f1f0ec;
    padding: 2rem 2rem 0.1rem 2rem;
}
.speakers3 .row .info-box .content h4 {
    margin: 0;
}
.speakers3 .row .info-box .content h4 a {
    color: #222;
}
.speakers3 .row .info-box .content h4 a:hover {
    color: #484848;
}
.speakers3 .row .info-box .content h6 {
    color: #be1a39;
}
.speakers3 .row .info-box footer {
    background: #ebe9e3;
    color: #222;
    padding: 1rem 2rem;
}
.speakers3 .row .info-box footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.speakers3 .row .info-box footer ul li {
    display: inline;
    margin-right: 1rem;
}
.speakers3 .row .info-box footer ul li i {
    color: #be1a39;
    margin-right: 0.5rem;
}
.speakers3 .row .info-box footer ul li a {
    color: #222;
}

/* 4.2.4. Speaker list type 4
-------------------------------------------------------*/

.speakers4 .speaker {
    margin-bottom: 2rem;
}
.speakers4 .speaker .hover {
    display: block;
    position: relative;
}
.speakers4 .speaker .hover:before {
    background: #be1a39;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.speakers4 .speaker .hover:after {
    color: #fff;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 2rem;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.speakers4 .speaker:hover .hover:before {
    height: 100%;
    left: 0;
    opacity: 0.75;
    top: 0;
    width: 100%;
}
.speakers4 .speaker:hover .hover:after {
    opacity: 1;
    top: 50%;
}
.speakers4 .speaker .content {
    background: #f1f0ec;
    padding: 2rem;
}
.speakers4 .speaker .content h4 {
    margin: 0;
}
.speakers4 .speaker .content h4 a {
    color: #222;
}
.speakers4 .speaker .content h4 a:hover {
    color: #484848;
}
.speakers4 .speaker .content h6 {
    color: #be1a39;
}
.speakers4 .speaker .content p {
    min-height: 8rem;
    margin: 0;
    overflow: hidden;
}
.speakers4 .speaker footer {
    background: #ebe9e3;
    padding: 1rem 2rem;
    min-height: 59px;}
.speakers4 .speaker footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.speakers4 .speaker footer ul li {
    display: inline;
    margin-right: 1rem;
}

h2.heading-icon.bio
{
font-size: 2rem;
}

/* 4.3. Schedule
-----------------------------------------------------------*/

#single-class .image-box {
    margin-bottom:3rem;   
}
.wcs-timetable__compact small {
    padding-left: 1.5rem;
}
.time-meta {
    float:left;
}

/* 4.3.1. Schedule type 1
-------------------------------------------------------*/

.schedule1 .row {
    margin-top: 2rem;
}
.schedule1 .row a img {
    border: 5px solid transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.schedule1 .row a:hover img {
    border: 5px solid #be1a39;
}
.schedule1 .row .info-box {
    padding-left: 15px;
    position: relative;
}
.schedule1 .row .info-box:before {
    background: #f1f0ec;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 55px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.schedule1 .row .info-box .content {
    background: #f1f0ec;
    padding: 2rem 2rem 0.1rem 2rem;
}
.schedule1 .row .info-box .content h4 a {
    color: #222;
}
.schedule1 .row .info-box .content h4 a:hover {
    color: #484848;
}
.schedule1 .row .info-box footer {
    background: #ebe9e3;
    color: #222;
    padding: 1rem 2rem;
}
.schedule1 .row .info-box footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.schedule1 .row .info-box footer ul li {
    display: inline;
    margin-right: 2rem;
}
.schedule1 .row .info-box footer ul li i {
    color: #be1a39;
    margin-right: 0.5rem;
}
.schedule1 .row .info-box footer ul li a {
    color: #222;
}

/* 4.3.2. Schedule type 2
-------------------------------------------------------*/

.schedule2 .talk {
    margin-top: 2rem;
}
.schedule2 .time {
    margin-top: 2rem;
}
.schedule2 .time,
.schedule2 .venue {
    color: #222;
    text-align: right;
}
.schedule2 .time:before,
.schedule2 .venue:before {
    color: #be1a39;
    font-family: "FontAwesome";
    margin-right: 0.5rem;
}
.schedule2 .time:before {
    content: "\f017";
}
.schedule2 .venue:before {
    content: "\f041";
}
.schedule2 .content-box {
    background: #f1f0ec;
    margin-left: 20px;
    padding: 2rem;
    position: relative;
}
.schedule2 .content-box .trigger {
    background: #be1a39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    height: 40px;
    left: -20px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 2rem;
    width: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.schedule2 .content-box .trigger.active {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.schedule2 .content-box h4 {
    margin: 0;
}
.schedule2 .content-box h4 a {
    color: #222;
}
.schedule2 .content-box h4 a:hover {
    color: #be1a39;
}
.schedule2 .content-box .speaker {
    color: #222;
    margin: 0;
}
.schedule2 .content-box .speaker:before {
    content: "\f130";
    color: #be1a39;
    font-family: "FontAwesome";
    margin-right: 0.5rem;
}
.schedule2 .content-box .hidden-content {
    display: none;
    margin-top: 2rem;
}

/* 4.3.3. Schedule type 3
-------------------------------------------------------*/

.schedule3 .table-bordered {
    border-bottom: 1px solid #e6e4dd;
}
.schedule3 .table-bordered thead tr th {
    background: #f1f0ec;
    border-bottom: 1px solid #e6e4dd;
    color: #222;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}
.schedule3 .table-bordered thead tr th:before {
    color: #be1a39;
    content: "\f017";
    font-family: "FontAwesome";
    margin-right: 0.5rem;
}
.schedule3 .table-bordered thead tr th:first-child:before {
    display: none;
}
.schedule3 .table-bordered tbody tr th,
.schedule3 .table-bordered tbody tr td {
    border-bottom: 1px solid #e6e4dd;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
}
.schedule3 .table-bordered tbody tr th {
    background: #f1f0ec;
    color: #222;
    font-weight: normal;
}
.schedule3 .table-bordered tbody tr th:before {
    color: #be1a39;
    content: "\f073";
    font-family: "FontAwesome";
    margin-right: 0.5rem;
}
.schedule3 .table-bordered tbody tr td.talk {
    background: #be1a39;
    color: #fff;
}
.schedule3 .table-bordered tbody tr td a {
    color: #fff;
    display: block;
    font-weight: bold;
}
.schedule3 .table-bordered tbody tr td a.speaker:before {
    content: "\f130";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 0.5rem;
}
.schedule3 .table-bordered tbody tr:nth-child(even) td.talk {
    background: #91142c;
}

/* 4.3.4. Schedule type 4
-------------------------------------------------------*/

.schedule4 .day {
    border-bottom: 1px solid #e6e4dd;
    margin: 0;
}
.schedule4 .day:nth-child(even) {
    background: #f1f0ec;
}
.schedule4 .day .date {
    color: #222;
    font-weight: bold;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.schedule4 .day .date:before {
    color: #be1a39;
    content: "\f073";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 0.5rem;
}
.schedule4 .day .row {
    border-bottom: 1px solid #e6e4dd;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.schedule4 .day .row .date,
.schedule4 .day .row .time,
.schedule4 .day .row .subject,
.schedule4 .day .row .speaker,
.schedule4 .day .row .venue {
    padding-left: 38px;
    position: relative;
}
.schedule4 .day .row .date:before,
.schedule4 .day .row .time:before,
.schedule4 .day .row .subject:before,
.schedule4 .day .row .speaker:before,
.schedule4 .day .row .venue:before {
    color: #be1a39;
    left: 15px;
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    top: 0;
}
.schedule4 .day .row .time:before {
    content: "\f017";
}
.schedule4 .day .row .subject {
    font-weight: bold;
}
.schedule4 .day .row .subject:before {
    content: "\f0f6";
}
.schedule4 .day .row .subject a {
    color: #222;
}
.schedule4 .day .row .subject a:hover {
    color: #be1a39;
}
.schedule4 .day .row .speaker:before {
    content: "\f130";
}
.schedule4 .day .row .speaker a {
    color: #222;
}
.schedule4 .day .row .speaker a:hover {
    color: #be1a39;
}
.schedule4 .day .row .venue:before {
    content: "\f041";
}
.schedule4 .day .row:last-child {
    border: 0;
}

/* 4.3.5. Schedule filter
-------------------------------------------------------*/

.wcs-timetable__container {
    padding: 0;
}
.wcs-filters__container {
    background: #f1f0ec;
    margin-bottom: 4rem;
}
.wcs-filters__filter-column,
.wcs-filters__filter-column:last-of-type {
    margin: 0;
    padding: 2rem;
}

/* 4.4. Features
-----------------------------------------------------------*/

.feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.feature .text, .feature-mobile .text {
    padding: 4rem 4rem 2rem 4rem;
}
.feature .text h5, .feature-mobile .text h5{
    margin: 0;
}
.feature .text h6, .feature-mobile .text h6{
    color: #be1a39;
}
.feature .text.light, .feature-mobile .text.light{
    background: #f1f0ec;
}
.feature .text.dark, .feature-mobile .text.dark{
    background: #222;
}
.feature .text.dark h5, .feature-mobile .text.dark h5{
    color: #fff;
}
.feature .image {
    background-position: center center;
    position: absolute !important;
}
.image {
    height:100%;
    width:100%;

    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.image.image-hover:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.image-box {
    padding-right: 0; 
    padding-left: 0;
    overflow:hidden;
}
.image-mobile{
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 4.5. Price tables
-----------------------------------------------------------*/

/* 4.5.1. Price table 1
-------------------------------------------------------*/

.prices1 {
    margin: 0;
}
.prices1 .pricetable {
    background: #f1f0ec;
    border: 10px solid #fff;
    box-shadow: 0 0 2px #e6e4dd;
    margin: 2rem 0;
    overflow: hidden;
    padding: 3rem 1rem;
    position: relative;
}
.prices1 .pricetable.popular {
    background: #fff;
    border: 10px solid #f1f0ec;
    box-shadow: none;
    margin: 0;
    padding: 5rem 1rem;
}
.prices1 .pricetable h5 {
    margin: 0;
    padding: 0;
}
.prices1 .pricetable h6 {
    color: #be1a39;
    margin: 0;
}
.prices1 .pricetable .price {
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    padding: 3rem 0;
    text-transform: uppercase;
}
.prices1 .pricetable .price sup,
.prices1 .pricetable .price sub {
    color: #be1a39;
    font-size: 1.5rem;
    position: relative;
}
.prices1 .pricetable .price sup {
    top: -2rem;
}
.prices1 .pricetable .price sub {
    top: 0;
}
.prices1 .pricetable ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.prices1 .pricetable ul li {
    line-height: 3rem;
}
.prices1 .pricetable .discount {
    background: #be1a39;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 4.5.2. Price table 2
-------------------------------------------------------*/

.prices2 {
    margin: 0;
}
.prices2 .pricetable {
    background: #f1f0ec;
    border: 10px solid #fff;
    box-shadow: 0 0 2px #e6e4dd;
    overflow: hidden;
    padding: 3rem 1rem;
    position: relative;
}
.prices2 .pricetable.popular {
    background: #fff;
    border: 10px solid #f1f0ec;
    box-shadow: none;
    margin: 0;
}
.prices2 .pricetable h5 {
    margin: 0;
    padding: 0;
}
.prices2 .pricetable h6 {
    color: #be1a39;
    margin: 0;
}
.prices2 .pricetable .price {
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    padding: 3rem 0;
    text-transform: uppercase;
}
.prices2 .pricetable .price sup,
.prices2 .pricetable .price sub {
    color: #be1a39;
    font-size: 1.5rem;
    position: relative;
}
.prices2 .pricetable .price sup {
    top: -2rem;
}
.prices2 .pricetable .price sub {
    top: 0;
}
.prices2 .pricetable ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.prices2 .pricetable ul li {
    line-height: 3rem;
}
.prices2 .pricetable .discount {
    background: #be1a39;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 4.5.3. Price table 3
-------------------------------------------------------*/

.prices3 {
    margin: 0;
}
.prices3 .pricetable {
    background: #f1f0ec;
    margin: 2rem 0;
    overflow: hidden;
    padding: 0 0 3rem;
    position: relative;
}
.prices3 .pricetable h5 {
    background: #222;
    color: #fff;
    margin: 0;
    padding: 2rem 1rem 0 1rem;
}
.prices3 .pricetable h6 {
    background: #222;
    color: #be1a39;
    margin: 0;
    padding: 0 1rem 2rem 1rem;
}
.prices3 .pricetable .price {
    background: #be1a39;
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    padding: 1.5rem 0;
    text-transform: uppercase;
}
.prices3 .pricetable .price sup,
.prices3 .pricetable .price sub {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
}
.prices3 .pricetable .price sup {
    top: -2rem;
}
.prices3 .pricetable .price sub {
    top: 0;
}
.prices3 .pricetable ul {
    list-style: none;
    margin: 2rem 1rem;
    padding: 0;
}
.prices3 .pricetable ul li {
    line-height: 3rem;
}
.prices3 .pricetable .discount {
    background: #be1a39;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prices3 .pricetable.popular {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    margin: 0;
    z-index: 1;
}
.prices3 .pricetable.popular h5 {
    padding: 3rem 1rem 0 1rem;
}
.prices3 .pricetable.popular h6 {
    padding: 0 1rem 3rem 1rem;
}
.prices3 .pricetable.popular .price {
    padding: 2.5rem 0;
}

/* 4.5.4. Price table 4
-------------------------------------------------------*/

.prices4 {
    margin: 0;
}
.prices4 .pricetable {
    background: #f1f0ec;
    overflow: hidden;
    padding: 0 0 3rem;
    position: relative;
}
.prices4 .pricetable h5 {
    background: #222;
    color: #fff;
    margin: 0;
    padding: 2rem 1rem 0 1rem;
}
.prices4 .pricetable h6 {
    background: #222;
    color: #be1a39;
    margin: 0;
    padding: 0 1rem 2rem 1rem;
}
.prices4 .pricetable .price {
    background: #be1a39;
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    padding: 1.5rem 0;
    text-transform: uppercase;
}
.prices4 .pricetable .price sup,
.prices4 .pricetable .price sub {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
}
.prices4 .pricetable .price sup {
    top: -2rem;
}
.prices4 .pricetable .price sub {
    top: 0;
}
.prices4 .pricetable ul {
    list-style: none;
    margin: 2rem 1rem;
    padding: 0;
}
.prices4 .pricetable ul li {
    line-height: 3rem;
}
.prices4 .pricetable .discount {
    background: #be1a39;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prices4 .pricetable.popular {
    background: #ebe9e3;
    margin: 0;
    z-index: 1;
}
.prices4 .pricetable.popular h5,
.prices4 .pricetable.popular h6 {
    background: #1a1a1a;
}
.prices4 .pricetable.popular .price {
    background: #b11835;
}

/* 4.5.5. Price table 5
-------------------------------------------------------*/

.prices5 {
    margin: 0;
}
.prices5 .pricetable {
    background: #f1f0ec;
    overflow: hidden;
    padding: 0 0 3rem;
    position: relative;
}
.prices5 .pricetable h5 {
    background: #222;
    color: #fff;
    margin: 0;
    padding: 2rem 1rem 0 1rem;
}
.prices5 .pricetable h6 {
    background: #222;
    color: #be1a39;
    margin: 0;
    padding: 0 1rem 2rem 1rem;
}
.prices5 .pricetable .price {
    background: #be1a39;
    color: #222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    padding: 1.5rem 0;
    text-transform: uppercase;
}
.prices5 .pricetable .price sup,
.prices5 .pricetable .price sub {
    color: #fff;
    font-size: 1.5rem;
    position: relative;
}
.prices5 .pricetable .price sup {
    top: -2rem;
}
.prices5 .pricetable .price sub {
    top: 0;
}
.prices5 .pricetable ul {
    list-style: none;
    margin: 2rem 1rem;
    padding: 0;
}
.prices5 .pricetable ul li {
    line-height: 3rem;
}
.prices5 .pricetable .discount {
    background: #be1a39;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prices5 .pricetable.popular {
    background: #ebe9e3;
    margin: 0;
    z-index: 1;
}
.prices5 .pricetable.popular h5,
.prices5 .pricetable.popular h6 {
    background: #1a1a1a;
}
.prices5 .pricetable.popular .price {
    background: #b11835;
}

/* 4.6. Forms
-----------------------------------------------------------*/

.form-control {
    background: #fff;
    border: 1px solid #e6e4dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1rem;
    height: auto;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

/* 4.7. Tabs
-----------------------------------------------------------*/

.nav-tabs {
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.nav-tabs li a {
    border: 0;
    border-bottom: 1px solid #e6e4dd;
    color: #222;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
    background: #f1f0ec;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: #be1a39;
    border: 0;
    border-bottom: 1px solid #be1a39;
    color: #fff;
}

.tab-content {
    padding-top: 2rem;
}

/* 4.8. Sponsors list
---------------------------------------------------------*/

/* 4.8.1. Sponsors list 1
-------------------------------------------------------*/

.sponsors1 ul {
    list-style: none;
    padding: 0;
}
.sponsors1 ul li {
    margin-bottom: 30px;
}
.sponsors1 ul li a {
    display: block;
    position: relative;
}
.sponsors1 ul li a:before {
    background: #be1a39;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors1 ul li a:after {
    content: "\f0c1";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 2rem;
    left: 0;
    line-height: 2rem;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors1 ul li a:hover:before {
    height: 100%;
    left: 0;
    opacity: 0.75;
    top: 0;
    width: 100%;
}
.sponsors1 ul li a:hover:after {
    opacity: 1;
    top: 50%;
}

/* 4.8.2. Sponsors list 2
-------------------------------------------------------*/

.sponsors2 ul {
    list-style: none;
    padding: 0;
}
.sponsors2 ul li {
    margin-bottom: 30px;
}
.sponsors2 ul li a {
    background: #f1f0ec;
    display: block;
    padding: 1rem;
}
.sponsors2 ul li a img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors2 ul li a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
}

/* 4.8.3. Sponsors list 3
-------------------------------------------------------*/

.sponsors3 ul {
    list-style: none;
    display: table;
    padding: 0;
    position: relative;
    width: 100%;
}
.sponsors3 ul:before {
    border-left: 1px solid #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.sponsors3 ul:after {
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.sponsors3 ul li {
    border-left: 1px solid #e6e4dd;
    border-top: 1px solid #e6e4dd;
}
.sponsors3 ul li a {
    display: block;
    padding: 1rem;
}
.sponsors3 ul li a img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors3 ul li a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
}

/* 4.9. Venues
---------------------------------------------------------*/

.feature-box {
    padding: 1rem 0 1rem 4rem;
    position: relative;
}
.feature-box .fa {
    color: #be1a39;
    left: 15px;
    position: absolute;
    top: 1rem;
}
.feature-box h5 {
    margin-bottom: 0.5rem;
}

/* 4.10. Gallery
---------------------------------------------------------*/

.gallery {
    margin: 0;
}
.gallery a {
    display: block;
    padding: 0;
    position: relative;
}
.gallery a:before {
    background: #be1a39;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery a:after {
    content: "\f002";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 2rem;
    left: 0;
    line-height: 2rem;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery a:hover:before {
    height: 100%;
    left: 0;
    opacity: 0.75;
    top: 0;
    width: 100%;
}
.gallery a:hover:after {
    opacity: 1;
    top: 50%;
}

/* 4.11. Counter
---------------------------------------------------------*/

.counter {
    color: #222;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.25rem;
    margin: 1rem 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
.counter .number {
    border: 5px solid #be1a39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.5rem;
    height: 155px;
    line-height: 150px;
    margin-bottom: 0.5rem;
    width: 155px;
}

/* 4.12. Progress bars
---------------------------------------------------------*/

.progress {
    background: #f1f0ec;
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    margin-bottom: 1.5rem;
}
.progress-bar {
    background: #be1a39;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    text-align: right;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

/* 4.13. Shop
---------------------------------------------------------*/

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #be1a39;
    border: 0;
    color: #fff;
    border-radius: 3px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #e5405f;
    color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #222;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #333;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}
.woocommerce ul.products li.product .price {
    color: inherit;
}
.woocommerce span.onsale {
    line-height: 2.8em;
    background: #be1a39;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #be1a39;
}
.woocommerce .woocommerce-info:before {
    color: #be1a39;
}
.shop_table th {
    background: transparent;
    color: #222;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0.5rem 1rem;
}
.woocommerce form .form-row textarea {
    height: 10rem;
}
#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #f1f0ec;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #ebeae5;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #ebeae5;
}

/* 4.14 My Account 
-------------------------------------------------------------*/

#prefooter h4 {
    color: #fff; 
}
.woocommerce-MyAccount-navigation a {
    color: #888; 
}
.woocommerce-MyAccount-navigation a:hover {
    color: #222; 
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0; 
}
.woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 1rem; 
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f8f8f8; 
}
.woocommerce-MyAccount-navigation ul li a:before {
    color: #be1a39;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 0.5rem; 
}
.woocommerce nav.woocommerce-MyAccount-navigation li a:hover{
    padding: 1rem 1rem 1rem 2rem;
}

/* 4.15. Blog
---------------------------------------------------------*/
#primary.content-area, .blog-page {
    padding-top: 0rem; 
    padding-bottom: 8rem;
}

article article img,
.stickywhile img, .nonstickywhile img {
    max-width: 100%;
    height: 100%
}

article article iframe, .stickywhile iframe,
.nonstickywhile iframe, article article embed,
.stickywhile embed, .nonstickywhile embed {
    max-width: 100%;
}

.blog_readmore {
    display: none;
    }

/* 4.15.1. Posts list
-----------------------------------------------------*/


.post {
    padding-bottom: 4rem;
    position: relative;
}
.post:nth-child(3n+1) {
    clear: both;
}
.post .image {
    display: block;
    height: 190px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.post .image img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post .image span {
    background: #be1a39;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.5rem;
    left: 0.75rem;
    padding: 0 0.5rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.75rem;
    z-index: 5;
}
.post .image:before {
    background: #be1a39;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post .image:after {
    content: "\f0c1";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 2rem;
    left: 0;
    line-height: 2rem;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post .image:hover:before {
    height: 100%;
    left: 0;
    opacity: 0.75;
    top: 0;
    width: 100%;
}
.post .image:hover:after {
    opacity: 1;
    top: 50%;
}
.post h2 {
    font-size: 1.5rem;
    margin: 0;
}
.post h2 a {
    color: #222;
}
.post .meta {
    color: #be1a39;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.post .author {
    border-top: 1px solid #e6e4dd;
    margin-top: 1rem;
    padding-top: 1rem;
}
.post .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 3.5rem;
    margin-right: 0.75rem;
    width: 3.5rem;
}
.post .author .name {
    color: #222;
}
.post.featured:nth-child(2n+1) {
    clear: both;
}
.post.featured:after {
    background: #be1a39;
    color: #fff;
    content: "\f005";
    font-family: "FontAwesome";
    height: 3rem;
    line-height: 3rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3rem;
    z-index: 5;
}
.post.featured .image {
    height: 300px;
}
.pager li a,
.pager li span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


/* block blog post style */

.postcontain
{
position:relative;
display:block;
float:left;
clear:none;
left:0;
width:28%;
padding: 20px 2.5% 20px 2.5%;
margin: 15px 0 15px 0;
height:500px;
overflow:hidden;
}

.postcontain .wfw_blogpost_title
{
border-top:none;
}

.postimage 
{
display:block;
width:100%;
height:auto;
float:none;
clear:both;
position:relative;
}



.postcontain .blogposttitle
{
font-size:20px;
}

#blogcatview
{
width:100%;
clear:both;
margin:0 auto;
position:relative;
display:block;
padding-bottom:20px;
text-align:center;
}

#blogcatview:hover
{
cursor:pointer;
}

#blogcategories
{
width:100%;
clear:both;
margin:0 auto;
position:relative;
display:none;
padding-bottom:20px;
}

#blogcategories h3
{
font-size:22px;
}

#blogcategories.viewme
{
display:block;
}

#blogcategories #cat_list li
{
display:inline-block;
padding: 2px 14px 2px 14px;
margin: 3px 5px 3px 5px;
background:rgba(209, 173, 240, .5);
}

#blogcategories #cat_list
{
margin-left:0;
padding-left:0;
}

#blogleft .wfw_blog_title
{
padding-top:20px;
}

/* 4.15.2. Single posts
-----------------------------------------------------*/

#single-post .cover {
    margin-bottom: 2rem;
}
#single-post .summary {
    color: #222;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
#single-post .author {
    border-top: 1px solid #e6e4dd;
    padding-top: 2rem;
}
#single-post .author h4 {
    margin: 0;
}
#single-post .author h6 {
    color: #be1a39;
    margin: 0 0 0.5rem;
}
#single-post .author p {
    margin: 0 0 1rem;
}
.single-post .post .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: auto;
    margin-right: 0.75rem;
    width: auto;
}
.single-post main section#single-post {
    padding: 0rem 0;
}
.single-post .post {
    padding-bottom: 0rem;
}
.single-post .post_related_by-category .post .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 3.5rem;
    margin-right: 0.75rem;
    width: 3.5rem;
}
.single-post  #primary .post .image {
    height: 100%;
}
.post .image-box {
    margin-bottom: 1rem;
}
.post .image {
    margin-bottom: 0;
}
.post-title a {
    color: #222 !important;
}
main .post_related_by-category section {
    padding: 1rem 0;
}
.post_related_by-category {
    margin-top: 4rem;
}
.post .image {
    height: auto;
}
.post .image img {
    position: relative;
}
.image {
    height: 100%;
    width: 100%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.relatedposts section {
    padding:0;   
}
.nonstickywhile .post .image {
    min-height: 190px;
}
.post h2 {
    padding-top: 2rem;
}
.author h6, .author .title {
    text-transform: none;
}
.author h4.name {
    margin: 0;
}

/* 4.15.3. Comments
-----------------------------------------------------*/

.depth-2, .depth-3, .depth-4, 
.depth-5, .depth-6, .depth-7, 
.depth-8, .depth-9, .depth-10 {
    padding-left: 5rem;
}
.comments,
.post-navigation {
    border-top: 5px solid #e6e4dd;
    margin-top: 4rem;
    padding-top: 4rem;
}
.comments .media-list {
    margin-bottom: 3rem;
}
.comment-form label {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.comment-form [type=text] {
    width: 50%;
}
.media {
    border-top: 1px solid #e6e4dd;
    margin-top: 2rem;
    padding-top: 2rem;
}
.media-left img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 5rem;
    margin-right: 0.5rem;
    width: 5rem;
    max-width: 5rem;
}
.media-body h5 {
    margin-bottom: 1rem;
    padding-right: 3rem;
    position: relative;
}
.media-body h5 i {
    position: absolute;
    right: 0;
    top: 0;
}
.media-body p {
    margin-bottom: 1rem;
}
#respond.comment-respond {
    padding: 3rem 0;
}

/* 4.15.4. Post navigation
-----------------------------------------------------*/

.post-navigation h2 {
    display: none;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}
.post-navigation .nav-links .screen-reader-text,
.post-navigation .nav-links .post-title {
    display: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.post-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next {
    float: right;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    color: #888;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.5rem 1rem;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    top: -5px;
}
.post-navigation .nav-previous a:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 0.5rem;
}
.post-navigation .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 0.5rem;
}

/* 4.16. Newsletter
=============================================================*/

.newsletter {
    background-size: cover;
    text-align: center; 
}
.newsletter .form-control,
.newsletter .btn {
    border: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem; 
}
.newsletter .form-control {
    width: 320px; 
}
section.newsletter{
    padding: 8rem 0;
}
.newsletter.widget {
    background: url(images/newsletter.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.newsletter.widget h4 {
    color: #fff;
    margin: 0 0 1rem;
}
.newsletter.widget .form-control,
.newsletter.widget .btn {
    border: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
}
.newsletter.widget .form-control {
    width: 320px;
}

/* 4.17. Sitemap
=============================================================*/

.sitemap {
    padding-bottom: 4rem;
}
.sitemap:nth-child(3n+1) {
    clear: both;
}
.sitemap ul {
    list-style: none;
    padding: 0;
}
.sitemap ul li a {
    border-bottom: 1px solid #e6e4dd;
    display: block;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    position: relative; 
}
.sitemap ul li a:hover {
    background: #f1f0ec; 
}
.sitemap ul li a:before {
    color: #222;
    content: "\f105";
    font-family: "FontAwesome";
    left: 0.5rem;
    position: absolute;
    top: 0.5rem; 
}

/* 4.18. VC plugin
================================================================*/

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important;
}
.vc_parallax .vc_parallax-inner {
    background-attachment: fixed !important;
    opacity: 1;
}


/* 4.19. Events Div
================================================================*/

#hpevents div div.vc_column-inner .vc_column-inner, .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 0px !important;
}

/* 5. Footer
=============================================================*/

#prefooter {
    background: #4b0082; 
    padding-top: 30px;
    padding-bottom: 40px;
}
#prefooter h4 {
    color: #fff; 
    padding-top: 1rem;
}
#prefooter a {
    color: #fff; 
}
#prefooter a:hover {
    color: #fff; 
}
#prefooter ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
#prefooter ul li {
    margin: 0;
    padding: 0; 
}
#prefooter ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
}
#prefooter ul li a:hover {
    background: rgba(255, 255, 255, 0.03); 
}
#prefooter ul li a:before {
    color: #be1a39;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 0.5rem; 
}
.speaker-credits{
    text-align: left;
}
.speaker-credits p {
    margin: 0; 
}
.speaker-credits ul {
    list-style: none;
    padding-left: 0;
}
.speaker-credits ul li {
    display: inline; 
}
.speaker-credits ul li a {
    margin: 0 0.5rem; 
}
.credits {
    padding: 2rem 0;
    text-align: left; 
}
footer .credits {
    background: #8249ad;
    padding: 2rem 0;
    text-align: center;
	color:#fff;
}

footer .credits a
{
color:#fff;
}

.credits p {
    margin: 0;
}
.credits ul {
    list-style: none;
    margin: 1rem 0 0;
}
.credits ul li {
    display: inline;
}
.credits ul li a {
    margin: 0 0.5rem; 
}
.credits h4 {
    color: white;
}
#prefooter .widget.widget_address_widget a {
    color: #be1a39;
    text-decoration: none;
}
#prefooter .widget.widget_nav_menu li a:hover{
    padding: 1rem 1rem 1rem 2rem;
}
.footer {
    background: #222; 
}
.footer h4 {
    color: #fff; 
}
.footer a {
    color: #888; 
}
.footer a:hover {
    color: #fff; 
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.footer ul li {
    margin: 0;
    padding: 0; 
}
.footer ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 1rem; 
}
.footer ul li a:hover {
    background: rgba(255, 255, 255, 0.03); 
}
.footer ul li a:before {
    color: #be1a39;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 0.5rem; 
}
footer .sponsors {
    background: #f1f0ec;
    padding: 1rem 0;
    text-align: center;
}
footer .sponsors a {
    display: block;
}
footer .sponsors a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.25;
}
footer .sponsors a:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
}
footer#footer {
    padding-top: 0;
}
/* 5.1 Widget search
-------------------------------------------------------------------*/

.widget_search input{

    width: 100%;
    max-width:280px;
    padding:5px 15px;
    background:#FFF;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget_search input.search-submit{
    background: #be1a39;
    border: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget_search input.search-submit:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.widget_search input.search-submit:hover {
    background: #e5405f;
    color: #fff;
}


/* 6. OWL CAROUSEL PLUGIN
-------------------------------------------------------------------*/

.sponsor-carousel .owl-item div img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.25;
}
.sponsor-carousel .owl-item div:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* Owl Carousel - Auto Height Plugin  */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*  Core Owl Carousel CSS File */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
    text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    padding: 0 15px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-controls .owl-dots {
    margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot {
    padding: 0 5px;
}
.owl-carousel .owl-controls .owl-dot span {
    background: #e7e7e7;
    border-radius: 5px;
    display: block;
    height: 10px;
    width: 10px;
}
.owl-carousel .owl-controls .owl-dot.active span {
    background: #bc2670;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* artsy squares */

.artsysquare
{
width:33%;
position:relative;
display:block;
float:left;
padding:5px 1.5% 5px 1.5%;
}

#topevent
{
padding-top:10px;
padding-bottom:20px;
}

.clearall
{
clear:both;
}

#title1container h1
{
line-height:1;
margin:0 0 0 0;
padding: 0 0 0 0;
color:#fff;
}

#title2container h2
{
line-height:1;
margin:8px 0 8px 0;
padding: 0 0 0 0;
font-size: 30px;
color:#fff;
}

#title1container {
    background: #222 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-top: 0;
    padding: 2px 10px 8px;
    position: relative;
}

#title2container {
    background: #a92e8d none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-top: 0;
    padding: 2px 10px 8px;
    position: relative;
}

#page-header, #page-header1 {
    background-color: #222;
    padding-top: 40px;
    width: 100%;
	margin:0 0 0 0;
	margin-top:-4px;
	height:288px;

}

#page-header hgroup, #page-header1 hgroup {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 95%;
}

.page .wsmenucontainer
{
padding-top:0;
}

#loggedin.page .wsmenucontainer
{
padding-top:80px;
}

.editmode .wsmenucontainer header.topheader
{
padding-top:0;
padding-bottom:0;
}

#loggedin #content.subcontent
{
padding-top:20px;
}

.wsmenu.hiddenmenu
{
display:none;
}

/* left and right columns */

.rightcol
{
position:relative;
display:block;
float:left;
/* left:0; */
width:50%;
top: 20px;
}

.leftcol
{
position:relative;
display:block;
float:left;
left:0;
width:50%;
/* padding-right:2%; */
}


.leftcol.shaded
{
background:rgba(000,000,000,.5);
color:#fff;
width:60%;
padding: 20px 5% 20px 5%;
line-height:1.5;
}

.leftcol iframe
{
min-height:300px;
}

.leftcol.shaded h1, .leftcol.shaded h6, .leftcol.shaded .headings h6,  .leftcol.shaded .headings h1, .leftcol.shaded p, .leftcol.shaded .headings h2
{
color:#fff;
}

.wpb_wrapper.homesquares h2
{
color:#4b0082!important;
}

.top_wrapper1
{
padding-bottom:30px;
}

/* text over image styles */

.vc_column-inner  .wpb_wrapper
{
text-align:left;
}

.vc_column_container
{
    padding: 0;
    }
    

/* artist page */

.container.content-speaker .btn
{
color:#000;
}

.container.content-speaker h3
{
margin-bottom:0;
padding-bottom:0;
}


#artistlinks a:first-child:before
{
margin-right:10px;
content:"\f09a";
font-family:FontAwesome;
display:inline-block;
position:relative;
color:#8249ad;
font-size: 30px;
 border: 1px solid #8249ad;
 border-radius: 50%;
    height: 50px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

#artistlinks a:nth-child(2):before
{
margin-right:10px;
content:"\f099";
font-family:FontAwesome;
display:inline-block;
position:relative;
color:#8249ad;
font-size: 30px;
border: 1px solid #8249ad;
 border-radius: 50%;
    height: 50px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
	
}


#artistlinks a
{
font-size:0px;
color:transparent;
}

#artistlinks
{
display:block;
float:left;
width:35%;
left:0;
position:relative;
padding-bottom:30px;
margin-bottom:30px;
/* border-bottom: 1px solid #e6e4dd; */
}


.credits
{
position:relative;
}

#login
{
position:relative;
margin:0 auto;
width:90%;
max-width:500px;
}

/* blog styles */

#archive_link, .previewmode .wfw_blog .wfw_blog_links
{
display:none;
}


.previewmode .wfw_blog .wfw_blog_links, .previewmode #blogleft .wfw_blog_links
{
display:none;
}

.wfw_blogpost_title
{
border-bottom:none;
border-top: 1px solid #89007b;
padding-top:6px;
font-family:"Vollkorn",serif;
}

.wfw_blogpost_title a
{
font-family:"Vollkorn",serif;
}


#blogleft
{
width:100%;
float:none;
clear:both;
}

 #blogleft.floating
{
width:70%;
float:left;
left:0;
position:relative;
padding-right:2%;
clear:none;
} 

#blogright
{
width:20%;
float:left;
left:0;
position:relative;
padding-left:2%;
font-size:16px;
}

#blogright ul.mktree li
{
font-size:16px;
}

#blogright ul, #blogright ul li
{
list-style-type:none;
}

#blogright ul
{
margin-bottom:10px;
line-height:1.5;
}

.previewmode #blogleft .wfw_blog_title
{
 font-family: "Vollkorn",serif;

}


.slate_layout_2 .wfw_blog_summary img
{
max-width:350px;
height:auto;
}

/* isotope sorter styles / quicksand */



.isotope a {
    display: block;
}
#filters .button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #222;
    cursor: pointer;
    font-size: 14px;
}


#quicksand_slates {
	margin:0 auto;
	position:relative;
    margin-top: 20px;
	margin-bottom:40px;
	width:90%;
	max-width:1040px;
}

#quicksand_slates .element-item a
{
 box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.36);
max-width:95%;
height:auto;
margin: 4px;
    padding: 9px;
display:block;
}

.element-item img {

	max-width:100%;
    height:auto;
}
.isotope .element-item {
    height: auto;
    width: 25%;
min-height:300px;
}

#quicksand_pages h3
{
text-transform:none;
font-size:20px;
}

.preview #quicksand_pages .wfw_post_thumbnail
{
display:none;
}


.preview #quicksand_slates .is-checked.button {
    background: #8249ad none repeat scroll 0 0;
    color: #fff;
}

.preview #quicksand_slates .button {
    background: #fff;
    border: medium none;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.4);
    color: #8249ad;
    font-size: 14px;
    padding: 0px 8px 0px 8px;
	text-align:center;
	margin-bottom:6px;
}


.preview #quicksand_slates .button:hover
{
cursor:pointer;
}

#quicksand_slates #filters
{
margin-bottom:16px;
}

.isotope_title
{
font-size:12px;
padding:0 0 0 0;
margin:5px 0 5px 0;
text-align:center;
min-height:32px;
}


/* galleries */

.lightbox_gallery .thumbnail_wrapper
{
width:23%;
margin:10px 1% 10px 1%;
padding:0 0 0 0;
}

/*7. Media queries
===============================================================*/

/*7.1. Big screen
---------------------------------------------------------------*/

@media (max-width: 1230px)
{
.isotope .element-item
{
width:33.2%;
min-height:350px;
}

}


@media (min-width: 1185px) and (max-width: 1230px)
{
.wsmenu{
width:64%;
}
}

@media (max-width: 1225px)
{
.logo img {
    max-height: 81px;
}
}

@media (max-width: 1205px)
{
.logo img {
    max-height: 79px;
}

}

@media (min-width: 1185px) and (max-width: 1205px)
{

.wsmenu{
width:65%;
}
}



@media (min-width: 1200px) {
    html {
        font-size: 110%;
    }
    .schedule1 .row .info-box:before,
    .speakers3 .row .info-box:before {
        top: 68px;
    }
    .feature .text {
        padding: 6rem 6rem 4rem 6rem; 
    } 

}

@media (max-width: 1200px) {
    html {
        font-size: 110%;
    }
    .schedule1 .row .info-box:before,
    .speakers3 .row .info-box:before {
        top: 68px;
    }
    .feature .text {
        padding: 6rem 6rem 4rem 6rem; 
    } 

.topheader .container
{
width:94%;
min-width:94%;
}

}

@media (max-width: 1140px)
{
.artsysquare
{
width:50%;
}
}

@media (max-width: 1110px)
{
.isotope .element-item
{

min-height:330px;
}
}

@media (max-width: 940px)
{
.isotope .element-item
{
width:49%;
}

.postcontain
{
width: 45%;
}
}

@media (max-width: 920px)
{
.isotope .element-item
{

min-height:365px;
}
}

@media (max-width: 980px) {
.leftcol, .rightcol
{
width:97%;
float:none;
padding-left:0;
padding-right:0;
margin:0 auto;
clear:both;
}
}




/* 6.2. Regular tablets
-----------------------------------------------------------*/

@media (max-width: 992px) {
    .schedule1 .row .info-box:before,
    .speakers3 .row .info-box:before {
        top: 33px;
    }
    .feature .text {
        padding: 3rem 3rem 1rem 3rem; 
    }


footer #prefooter .row
{
width:95%;
position:relative;
margin:0 auto;
}

.lightbox_gallery .thumbnail_wrapper
{
width:31.2%;
margin:10px 1% 10px 1%;
}
}


@media (max-width: 820px)
{
#blogright, #blogleft
{
width:90%;
float:none;
clear:both;
margin: 0 auto;
margin-bottom:14px;
left:0;
right:auto;
padding:0 0 0 0;
}

.leftcol.shaded
{
width:90%;
float:none;
margin:0 auto;
clear:both;
}

table, table tbody, table tr, table tr td
{
width:100%;
display:block;
}

.contactform th
{
display:block;
width:100%;
padding:6px 0 6px 0;
}

.contactform table
{
display:block;
width:97%;
max-width:700px;
}

.contactform tr
{
display:block;
width:100%;
padding:0px 0 0px 0;
}

.contactform tr td
{
display:block;
width:96%;
padding:0px 2% 0px 2%;
text-align:left!important;
}
}

/* 6.3. Small tablets
-----------------------------------------------------------*/
@media (max-width: 740px)
{
.lightbox_gallery .thumbnail_wrapper
{
width:31%;
margin:10px 1% 10px 1%;
}


.postcontain
{
width: 90%;
float:none;
clear:both;
margin: 15px auto;
max-width:400px;
}
}


@media (max-width: 780px) {

.leftcol img
{
width:100%;
height:auto;
}

.leftcol.shaded
{
width:95%;
float:none;
margin:0 auto;
clear:both;
}

.isotope .element-item
{

min-height:345px;
}

.leftcol.shaded .section-title.headings h1
{
font-size:32px;
}


    body {
        padding: 0;
    }
    .wsmenucontainer header.topheader {
        padding: 0;
    }
    .wsmenucontainer .header-image {
        display: none; 
    }
    .wsmobileheader {
        z-index: 2000; 
    }
    .logo {
        display: none; 
    }
    #slider-content form {
        margin: 0 auto;
        padding: 2rem 1rem;
        width: 240px;
    }
    #slider-content form h2 {
        font-size: 2rem; 
    }
    .schedule1 .row img {
        margin: 0 auto; 
    }
    .schedule1 .row .info-box {
        margin-top: 1rem;
        padding-left: 0;
        padding-top: 15px;
    }
    .schedule1 .row .info-box:before {
        left: 50%;
        margin-left: -15px;
        top: 0;
    }
    .schedule1 .row .info-box footer ul li {
        display: block;
        margin-right: 0;
    }
    .speakers3 .row img {
        margin: 0 auto; 
    }
    .speakers3 .row .info-box {
        margin-top: 1rem;
        padding-left: 0;
        padding-top: 15px;
    }
    .speakers3 .row .info-box:before {
        left: 50%;
        margin-left: -15px;
        top: 0;
    }
    .feature {
        display: block;
    }
    .feature .image {
        height: 500px;
    }
    .newsletter .form-control {
        margin: 0 auto;
        width: 240px;
    }
    .wcs-filters__filter-column {
        width: 100%;
    }
    .wcs-filters__filter-column {
        width: 100%;
    }
    .mobile-sub .wsmenu-submenu li a {
        width: 100%;
    }
    .depth-2, .depth-3, .depth-4, 
    .depth-5, .depth-6, .depth-7, 
    .depth-8, .depth-9, .depth-10 {
        padding-left: 0;
    }
}
@media only screen and (max-width: 780px) {
    .overlapblackbg {
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
}
.wpb_content_element {
    margin-bottom:0;   
}

.blogg {
    padding: 80px 0;
}

.site-content {
    margin-top: 140px;
}
.fotorama__wrap {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}
button, input, select, textarea {
    max-width: 100%;
}


@media screen and (max-width: 782px) {
    .admin-bar .wsmobileheader a, .admin-bar .wsmenu {
        top: 46px;
    }
}


@media (max-width: 650px)
{

.isotope .element-item
{
width:90%;
max-width:300px;
float:none;
left:0!important;
right:auto!important;
margin:12px auto!important;
clear:both;
position:relative!important;
top:0!important;
}

.artsysquare
{
width:95%;
float:none;
margin:0 auto;
left:0;
clear:both;
}

footer #prefooter table
{
display:block;
width:93%;
margin:0 auto;
position:relative;
}

footer #prefooter table tr, footer #prefooter table tr td
{
display:block;
width:100%;
margin:0 auto;
position:relative;
}
}

@media (max-width: 600px)
{
.section-title.headings h2
{
font-size:23px;
margin-top: 30px;
}
}

@media (max-width: 400px)
{
.section-title.headings h2
{
font-size:18px;
margin-top: 40px;
font-weight: bold;
}
}

/* editmode stuff */

#editing .wfw_blog_summary .wfw_post_thumbnail img
{
max-width:300px;
width:auto!important;
height:auto;
}

#editing #slatelist .wfw_blog_summary img
{
width:200px!important;
height:auto!important;
}


/* more css */
 body {
            color: #555;
        }

        h1,
        .post-title a,
        .post-title a:hover {
            color: #4b0082;
        }
        h2 {
            color: #4b0082;
        }
        h3 {
            color: #4b0082;
        }
        h4 {
            color: #4b0082;
        }
        h5 {
            color: #4b0082;
        }
        h6 {
            color: #4b0082;
        }

h1.toptitle
{
font-size:22px;
}

                    #header #main-nav > li > a {
                height: 60px;
                line-height: 60px;
            }
            #logo a,
            #logo img { line-height: 40px; }
        
        #header,
        #header-background {
            background-color: #8249ad;
        }

        #header #main-nav li:hover ul {
            background-color: #12a0a9;    		
        }

        #header #main-nav ul li.current-menu-item a,
        #header #main-nav ul li a:hover {
            background-color: #109098;
        }

        h2::after,
        #reply-title::after,
        .btn-danger,
        .apply-with-facebook:hover,
        .apply-with-linkedin:hover,
        .apply-with-xing:hover,
        .work-experience .img-circle,
        .post .meta::after,
        .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
        #cjfm-modalbox-login-form h3, #cjfm-modalbox-register-form h3
        {
            background-color: #8249ad;
        }
        #content .sharedaddy ul li a,
        .cjfm-form .cjfm-btn,
        .popular .title {
            background-color: #8249ad !important;
        }
        .counter,
        .apply-with-facebook,
        .apply-with-linkedin,
        .apply-with-xing{
            border-color: #8249ad;
        }
        .flexmenu.fm-sm .navicon:after {    		
            border-top-color: #8249ad;
        }
        a,
        .counter .description,
        .recent-blog-posts h5,
        .section-title h4,
        #title h4,
        .item-meta,
        .apply-with-facebook,
        .apply-with-linkedin,
        .apply-with-xing,
        h4.date,
        .meta i,
        .fa-stack,
        .pagination > li > a, .pagination > li > span,
        #loader i{
            color: #8249ad;
        }

        a:hover, a:active, a:focus {
            color: #89007b;
        }
        .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:hover, .btn-danger:active:focus {
            background-color: #89007b;    		
        }
        .vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
            background-color: #8249ad;

        }
        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,
        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
        .vc_btn3.vc_btn3-color-danger:focus,
        .vc_btn3.vc_btn3-color-danger:hover {
            background-color: #89007b !important;

        }

        #header #main-nav > li > a.cjfm-show-login-form,
        #header #main-nav > li > a.cjfm-show-register-form,
        #header #main-nav > li.user-nav > a {
            color: #08474b;
        }

        .color-alternative,
        .color-alternative a,
        .testimonials-carousel blockquote footer {
            color: #fff;
        }
        .color-alternative h1 {
            color: #fff;
        }
        .color-alternative h2 {
            color: #000;
        }
        .color-alternative h3 {
            color: #fff;
        }
        .color-alternative h4 {
            color: #8249ad;
        }
        .color-alternative h5,
        .color-alternative i.fa {
            color: #000;
        }
        .color-alternative h6 {
            color: #fff;
        }
        .color-alternative h2::after {
            background-color: #fff;
        }
    </style>
    <!--Evnt Main Color-->

    <style>
        .square {
            color: #8249ad;
        }
        .headings h6 {
            color: #8249ad; 
        }
        a {
            color: #8249ad;

        }
        .btn-primary {
            background: #8249ad;
        }
        address:before,
        .phone:before,
        .email:before {
            color: #8249ad;

        }
        ul.circles li span {
            background: #8249ad;

        }
        .wsmenu > ul > li:hover {
            background: #8249ad;
        }
        #slider-content form {
            background: #8249ad;

        }
        ul#countdown li {
            background: #8249ad;

        }

        .service:hover .square:after {
            background: #8249ad;
        }
        .speaker-credits i.fa {
            border: 1px solid #8249ad;
        }
        .speakers1 .speaker .flipper .front h6 {
            color: #8249ad;
        }
        .speakers2 .speaker .back .content .title {
            color: #8249ad;
        }
        .speakers3 .row a:hover img {
            border: 5px solid #8249ad;
        }
        .speakers3 .row .info-box .content h6 {
            color: #8249ad;
        }
        .speakers3 .row .info-box footer ul li i {
            color: #8249ad;
        }
        .speakers4 .speaker .hover:before {
            background: #8249ad;
        }
        .speakers4 .speaker .content h6 {
            color: #8249ad;
        }
        .schedule1 .row a:hover img {
            border: 5px solid #8249ad;
        }
        .schedule1 .row .info-box footer ul li i {
            color: #8249ad;
        }
        .schedule2 .time:before,
        .schedule2 .venue:before {
            color: #8249ad;
        }
        .schedule2 .content-box .trigger {
            background: #8249ad;
        }
        .schedule2 .content-box h4 a:hover {
            color: #8249ad;
        }
        .schedule2 .content-box .speaker:before {
            color: #8249ad;
        }
        .schedule3 .table-bordered thead tr th:before {
            color: #8249ad;
        }
        .schedule3 .table-bordered tbody tr th:before {
            color: #8249ad;
        }
        .schedule3 .table-bordered tbody tr td.talk {
            background: #8249ad;

        }
        .schedule4 .day .date:before {
            color: #8249ad;

        }
        .schedule4 .day .row .date:before,
        .schedule4 .day .row .time:before,
        .schedule4 .day .row .subject:before,
        .schedule4 .day .row .speaker:before,
        .schedule4 .day .row .venue:before {
            color: #8249ad;

        }
        .schedule4 .day .row .subject a:hover {
            color: #8249ad;
        }
        .schedule4 .day .row .speaker a:hover {
            color: #8249ad;
        }
        .feature .text h6, .feature-mobile .text h6{
            color: #8249ad;
        }
        .prices1 .pricetable h6 {
            color: #8249ad;

        }
        .prices1 .pricetable .price sup,
        .prices1 .pricetable .price sub {
            color: #8249ad;

        }
        .prices1 .pricetable .discount {
            background: #8249ad;

        }
        .prices2 .pricetable h6 {
            color: #8249ad;

        }
        .prices2 .pricetable .price sup,
        .prices2 .pricetable .price sub {
            color: #8249ad;

        }
        .prices2 .pricetable .discount {
            background: #8249ad;

        }
        .prices3 .pricetable h6 {
            color: #8249ad;

        }
        .prices3 .pricetable .price {
            background: #8249ad;

        }
        .prices3 .pricetable .discount {
            background: #8249ad;

        }
        .prices4 .pricetable h6 {
            color: #8249ad;

        }
        .prices4 .pricetable .price {
            background: #8249ad;

        }
        .prices4 .pricetable .discount {
            background: #8249ad;

        }
        .prices5 .pricetable h6 {
            color: #8249ad;

        }
        .prices5 .pricetable .price {
            background: #8249ad;

        }
        .prices5 .pricetable .discount {
            background: #8249ad;

        }
        .nav-tabs li.active a,
        .nav-tabs li.active a:hover,
        .nav-tabs li.active a:focus {
            background: #8249ad;
            border-bottom: 1px solid #8249ad;

        }
        .sponsors1 ul li a:before {
            background: #8249ad;

        }
        .feature-box .fa {
            color: #8249ad;

        }
        .gallery a:before {
            background: #8249ad;

        }
        .counter .number {
            border: 5px solid #8249ad;
        }
        .progress-bar {
            background: #8249ad;
        }
        .woocommerce #respond input#submit,
        .woocommerce a.button,
        .woocommerce button.button,
        .woocommerce input.button {
            background: #8249ad;
        }
        .woocommerce span.onsale {
            line-height: 2.8em;
            background: #8249ad;
        }
        .woocommerce-message,
        .woocommerce-info {
            border-top-color: #8249ad;
        }
        .woocommerce .woocommerce-info:before {
            color: #8249ad;
        }
        .woocommerce-MyAccount-navigation ul li a:before {
            color: #8249ad;
        }
        .post .image span {
            background: #8249ad;
        }
        .post .image:before {
            background: #8249ad;
        }
        .post .meta {
            color: #8249ad;
        }
        .post.featured:after {
            background: #8249ad;
        }
        #single-post .author h6 {
            color: #8249ad;
        }
        #prefooter ul li a:before {
            color: #8249ad;
        }
        #prefooter .widget.widget_address_widget a {
            color: #8249ad;
        }
        .footer ul li a:before {
            color: #8249ad;
        }
        .widget_search input.search-submit{
            background: #8249ad;

        }

        /*hover*/
        a:hover {
            color:  #89007b;
        }

        .btn-primary:hover {
            background:  #89007b;
            color: #fff; 
        }
        .woocommerce #respond input#submit:hover,
        .woocommerce a.button:hover,
        .woocommerce button.button:hover,
        .woocommerce input.button:hover {
            background:  #89007b;
        }
        .widget_search input.search-submit:hover {
            background:  #89007b;
        }

/* p { font-family: 'Open Sans'; font-style: normal; font-weight: 300; } */


@media screen and ( max-width: 782px ) {
		html { margin-top: 46px !important; }
		* html body { margin-top: 46px !important; }


	}

.vc_custom_1477936835110{background-color: #000000 !important;}.vc_custom_1466673857260{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1477678043602{padding-top: 8rem !important;padding-bottom: 8rem !important;background-color: #f1f0ec !important;}.vc_custom_1477678545113{padding-top:0;padding-bottom:0;}.vc_custom_1477678856745{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1466673891602{padding-top: 8rem !important;padding-bottom: 8rem !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }


#slidercontainer1
{
margin-top:40px;
display:block;
}


body#loggedin
{
padding-top:0;
}

/* body#loggedin .subpagetitle
{
padding-top:200px;
} */

.page .overlapblackbg
{
display:none;
}

#main_wrapper
{
width:100%;
position:relative;
margin:0 auto;
padding:20px 0 0 0;
}

#loginbox.login_hidden {
    background: #f0f0f0 url("/wfw_images/wildfireweb_logo_login.png") no-repeat scroll 0 0;
    border: 2px solid #e2683a;
    color: #222222;
    font-size: 12px;
    height: 170px;
    left: -60px;
    padding: 40px 10px 10px;
    position: absolute;
    text-align: right;
    top: -134px;
    width: 240px;
	z-index:9999;
}

#loginbox.login_hidden input[type="text"]
{
padding:0 0 0 0;
line-height:1.2;
}

#loginbox.login_hidden input[type="password"]
{
padding:0 0 0 0;
line-height:1.2;
}


#loginbox.login_hidden br
{
display:none;
}

#powered_by
{
position:relative;
z-index:995;
width:94%;
max-width:500px;
margin:0 auto;
}



#editing .wfw_slate_controls {
    color: #000;
    float: right;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    right: 0;
    text-align: right;
    width: 90px;
}
#editing .wfw_slate_controls .blog_movearrow {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    right: 1px;
    top: 3px;
}
#editing .wfw_blog_links, #editing .expanded .wfw_blog_links {
    clear: both;
    float: right;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 10px;
    width: 200px;
}
#editing .wfw_blog_links .slate_delete img {
    float: right;
    height: 14px;
    margin-left: 12px;
    margin-top: 4px;
    position: relative;
    right: 0;
    width: 14px;
}
#editing #slatelist .wfw_blog_summary img {
    clear: both;
    display: block;
    float: none;
    height: auto !important;
    width: 200px !important;
}
.wfw_slate_controls br {
    clear: both;
    display: block;
}
#editing .condensed .wfw_slate_controls {
    clear: none;
    display: block;
    float: right;
    position: relative;
    top: 10px;
    width: 34px;
}
#editing .blog_movearrow {
    clear: both;
    display: block;
    float: right;
    right: 0;
}
#editing .condensed .wfw_blog_links input {
    margin-left: 5px;
    margin-right: 15px;
    margin-top: -1px;
}
#editing .condensed .wfw_blog_links {
    clear: none;
    display: block;
    float: right;
    position: relative;
    width: 150px;
}
.wfw_slate_controls input {
    margin-left: 12px;
}
#editing .wfw_blog_summary {
    float: left;
    left: 0;
    position: relative;
    width: 77%;
}
#editing .wfw_slatepost_title {
    padding-bottom: 15px;
}
#editing #slatelist .slate_title a:nth-child(2) {
    margin-left: 50px;
}
#editing .wfw_slatepost_title a {
    display: inline;
    text-decoration: none;
}


.editmode #page-header .container.clearfix
{
background:#fff;
color:#000;
}
/* END   */


.indartist #main-content, .indartist .subcontent
{
width:90%;
max-width:1040px;
margin:0 auto;
position:relative;
color:#8249ad;
}
.indartist #main-content a, .indartist .subcontent a, .container.content-speaker .btn
{
color:#8249ad;
}

.indartist #main-content h3, .indartist .subcontent h3
{
color:#000;
}

.indartist .subcontent .container
{
width:100%;
padding:0 0 0 0;
}

#slideshow_container #editing, #slidercontainer1 #editing, #editing
{
width:85%;
margin:0 auto;
position:relative;
max-width:1200px;
}


#EDITOR
{
color:#000;
}

.vc_custom_1477678545113 h1
{
color:#0e2703;
}

/* blog feed styles */

.blogfeeder  .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
width:23%;
padding: 12px 1% 16px 1%;
float:left;
position:relative;
height:225px;
clear:none;
background:#234b12;
color:#fff;
left:0;
margin:10px 1% 10px 1%;
-webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.7);
box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.7);
opacity: .8;
}

.preview .slate_layout_1 a
{
color:#eee;
}



.preview .slate_layout_1 a:hover
{
text-decoration: underline;
}


.blogfeeder .wfw_postfeed, .preview .slate_layout_1 .slate_title
{
display:block;
width:98%;
padding: 4px 4% 4px 4%;
background:rgba(8,46,3,.7);
}

.blogfeeder .wfw_postfeed_title, .preview .slate_layout_1  .wfw_slatepost_title
{
width:100%;
clear:both;
display:block;
line-height:1.2;
font-size:17px;
margin-bottom:6px;
border-top:none;
border-bottom:none;
}



#blogleft .wfw_postfeed, #blogleft .slate_layout_1
{
position:relative;
display:block;
float:left;
clear:none;
left:0;
width:28%;
padding: 20px 20px 20px 20px;
margin: 15px 0 15px 0;
height:520px;
overflow:hidden;
}

#blogleft .slate_layout_1
{
height:520px;
}


.blog_pages 
{
font-size:16px; 
width:300px;
float:left;
position:relative;
display:block;
}

.blog_pages a
{
color:#8249ad;
}


#blogpcontain
{
clear:both;
position:relative;
display:block;
width:90%;
margin:0 auto;
padding: 30px 0 50px 0;
}


.blog_pages a, .blog_pages span
{
display:inline-block; 
padding: 0px 2px 0px 2px;
}

#viewarchive
{
position:relative;
display:block;
float:right;
color:#8249ad;
font-size:16px;
width:300px;
}

#viewarchive a
{
color:#8249ad;
}

/* .previewmode #blogleft #wfw_slate_wrapper img
{
display:none;
} */

.previewmode #blogleft #wfw_slate_wrapper  .wfw_post_summary
{
display:none;
} 

.wfw_slate_breadcrumb
{color:#fff;
padding-bottom:12px;}

.wfw_slate_breadcrumb a
{color:#8249ad}

.previewmode #blogleft #wfw_slate_wrapper .wfw_blog_content img
{
display:block
}

#blogleft  #editing .slate_layout_1
{
width:100%;
height:auto;
clear:both; 
float:none;
border-top: solid 1px #000;
}

#blogleft .wfw_postfeed_title, #blogleft .slate_layout_1 .slate_title
{
font-weight:800;
font-size: 16px;
display:block;
width:100%;
clear:both;
position:relative;
height:auto!important;
padding: 5px 0 0 0;
}

#blogleft .wfw_postfeed_title, #blogleft .slate_layout_1 .cat_date
{
padding: 20px 0 0 0;
font-style:italic;
font-weight:normal;
font-size:10px;
}

#blogleft .wfw_postfeed_title, #blogleft .slate_layout_1 .slate_title.blogslatetitle
{
height:auto!important;
}

#blogleft .wfw_slatepost_title
{
border-top:none;
border-bottom:none;
}

/* #blogleft .wfw_blog_summary
{
display:none;
} */

#blogleft #editing .wfw_blog_summary, #blogleft .slate_layout_1 .wfw_blog_summary
{
display:block;
font-size:12px;
}

#blogleft .slate_layout_1 .blog_summary_text, #blogleft .slate_layout_1 .blog_summary_text a
{
font-weight:normal;
font-size:16px;
/* padding-left: 10px; */
}

#blogleft  .wfw_postfeed_thumb, #blogleft .wfw_postfeed_summary
{
width:100%;
clear:both;
display:block;
}

#blogleft  .wfw_postfeed_thumb, #blogleft .wfw_postfeed_summary .wfw_blog_summary
{
padding-bottom: 16px;
}

#blogleft  .wfw_blog_date
{
display:none;
}

.wfw_blog_breadcrumb
{
display:none!important;
}


.wpb_wrapper.homesquares
{
padding-bottom:18px;
}

.homesquares .section-title.headings.text-center  
{
margin-bottom:0;
margin-top:16px;
}

.preview .slate_layout_1 img
{
margin-top:7px;
display:none!important;
padding-bottom:20px;
}

.preview .slate_layout_1 .blog_summary_text img
{
margin-top:7px;
display:block!important;
}


.preview .slate_layout_1 .blog_summary_text
{

font-weight:normal;
font-size:16px;
}

.slate_layout_1 .wfw_blog_links, .preview .wfw_slate_title
{
display:none;
}

#editing .slate_layout_1 .wfw_blog_links, #editing .wfw_slate_title
{
display:block;
}

.blogfeeder .wfw_postfeed_thumb
{
max-width:200px;
height:auto;
float:none;
left:0;
margin:0 auto;
margin-bottom:5px;
position:relative;
display:block;
}

.blogfeeder .wfw_postfeed_summary
{
display:block;
line-height:1.1;
}

.blogfeeder .wfw_postfeed_date
{
display:none;
}

.blogfeeder .wfw_blog br
{
display:none;
}

.blogfeeder .wfw_blog .wfw_blog_post br
{
display:block;
}


@media (max-width: 1230px) 
{
.blogfeeder  .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
height:245px;
}
}

@media (max-width: 1100px) 
{
.blogfeeder  .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
height:260px;
}
}

@media (max-width: 1000px) 
{
.blogfeeder .wfw_blog_post, .blogfeeder .wfw_postfeed
{
height:395px;
}

.blogfeeder  .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
height:275px;
}
}

@media (max-width: 950px) 
{
.blogfeeder .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
width:46%;
}

#blogleft .wfw_postfeed, #blogleft .slate_layout_1 
{
width:28%;
height: 550px;
}

#blogleft  #editing .slate_layout_1
{
width:100%;
height:auto;
clear:both; 
float:none;
border-top: solid 1px #000;
}

.blog_pages, #viewarchive
{
clear:both;
width:100%;
margin:0 auto;
float:none;
text-align:center;
}
}

@media (max-width: 900px) 
{
.blogfeeder .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
height:210px;
}

}

@media (max-width: 840px) 
{
#blogleft .wfw_postfeed, #blogleft .slate_layout_1 
{
width:45%;
height: 550px;
}

#blogleft  #editing .slate_layout_1
{
width:100%;
height:auto;
clear:both; 
float:none;
border-top: solid 1px #000;
}
}


@media (max-width: 700px) 
{
.blogfeeder .wfw_blog_post, .blogfeeder .wfw_postfeed, .preview .slate_layout_1
{
width:90%;
max-width:360px;
margin:0px auto;
margin-bottom:16px;
padding: 16px 5% 16px 5%;
clear:both;
float:none;
left:0;
right:auto;
height:auto;
}

#blogleft .wfw_postfeed_title
{
font-size:14px;
}

#blogleft .wfw_postfeed, #blogleft .slate_layout_1 
{
width:90%;
max-width:400px;
height:auto;
min-height:300px;
margin:15px auto;
float:none;
clear:both;
}
}

@media (max-width: 540px)
{
.lightbox_gallery .thumbnail_wrapper
{
width:48%;
margin:10px 1% 10px 1%;
}
}


@media (max-width: 500px)
{
.wsmobileheader
{
background: rgba(191, 152, 221, 1);
width:100%;
min-height:55px;
}

html
{
margin-top:0!important;
}


.smallogo
{
width:99%;
right:0;
top:0;
float:right;
position:absolute;
}
}

@media (min-width: 1080px)
{
.leftcol iframe
{
min-height:550px;
}
}

.previewmode #blogleft .wfw_blog_keywords
{
display:none;
}

.rightcol .headings
{
margin-bottom:3px;
}