/*
Theme Name: VIDF2020
Author: jopassed
Author URI:
Version: 1.0
Description: Super dope new theme for 2020 VIDF
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/


/* VIDF 2020 Purple : #660066 was #3366cc now #660066 */

@font-face {
  font-family: "DINRoundPro";
  src: url("fonts/DINRoundPro.eot");
  src: local(" "), url("fonts/DINRoundPro.woff") format("woff"), url("fonts/DINRoundPro.ttf") format("truetype"), url("fonts/DINRoundPro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINRoundPro";
  src: url("fonts/DINRoundPro-Bold.eot");
  src: local(" "), url("fonts/DINRoundPro-Bold.woff") format("woff"), url("fonts/DINRoundPro-Bold.ttf") format("truetype"), url("fonts/DINRoundPro-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINRoundPro";
  src: url("fonts/DINRoundPro-Medium.eot");
  src: local(" "), url("fonts/DINRoundPro-Medium.woff") format("woff"), url("fonts/DINRoundPro-Medium.ttf") format("truetype"), url("fonts/DINRoundPro-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINRoundPro";
  src: url("fonts/DDINRoundPro-Light.eot");
  src: local(" "), url("fonts/DINRoundPro-Light.woff") format("woff"), url("fonts/DINRoundPro-Light.ttf") format("truetype"), url("fonts/DINRoundPro-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DINRoundPro";
  src: url("fonts/DDINRoundPro-Black.eot");
  src: local(" "), url("fonts/DINRoundPro-Black.woff") format("woff"), url("fonts/DINRoundPro-Black.ttf") format("truetype"), url("fonts/DINRoundPro-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

/* font embeds */


/*Roboto */




/*icomoon*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?fwem0e");
  src: url("fonts/icomoon.eot?#iefixfwem0e") format("embedded-opentype"), url("fonts/icomoon.woff?fwem0e") format("woff"), url("fonts/icomoon.ttf?fwem0e") format("truetype"), url("fonts/icomoon.svg?fwem0e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'font-awesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1; /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-transform: none;
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-left:before {
  content: "\e607";
}

.icon-arrow-down:before {
  content: "\e604";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-twitter:before {
  content: "\e602";
}

.icon-google-plus:before {
  content: "\e601";
}

.icon-menu:before {
  content: "\e600";
 padding:10px;
  
    
}


i.icon-cross:before {
  content: "\e605";
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

media-controls-start-playback-button {
    display:none;
}


html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  max-height: 1000000px;
  padding: 0;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,f
audio,
video {
  background: none;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

body {
    font-family: 'Roboto', sans-serif;
  background: #000;
  color: #fff;
   overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: none;
          display: flex;
    flex-direction: column;
}

a {
  color: #c940ff;
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

iframe,
object,
embed {
  max-width: 100%;
}

input,
textarea,
select {
  font: 100% "DINRoundPro", Arial, Helvetica, sans-serif;

  color: #000;
  vertical-align: middle;
}

.btn {
    background-color:#660066;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration: none;
    color:#fff;
    text-align: center;
}

.btn a {
    padding:100px;
}

.btn:hover {
    text-decoration: none;
    background-color:#fff;
    color:#000;
    
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #999;
  margin: 0;
  padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4d4d4d;
}

label {
  vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {

  cursor: pointer;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: bold;
  color:#fff;
}

h1 {
  font-size: 200%;

}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

s,
strike,
del {
  text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  border-left: 4px solid #ccc;
  margin-left: 14px;
  padding-left: 10px;
}

cite {
  display: block;
  text-align: right;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;

  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top;
}

th {
  border-color: #999;
  text-align: center;
  vertical-align: middle;
}

ul {
  margin-left: 1px;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding-left: 3em;
}

ul > li {
  list-style-type: disc;
}

dl dt {
  font-weight: bold;

  clear: left;
  float: left;
  padding-right: 4px;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.widget {
  margin-bottom: 14px;
  overflow: hidden;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 270px;
}

.post-password-form label {
  vertical-align: top;
}

.post-password-form input[type="password"],
.search-form input[type="text"] {
  width: 130px;
}

.commentlist {
  margin: 0 0 14px;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 14px;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  height: 120px;
  margin: 0;
  min-height: 120px;
  overflow: auto;
  padding: 3px 4px;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation {
  margin: 0 0 14px;
  overflow: hidden;
}

.navigation .next {
  float: left;
}

.navigation .prev {
  float: right;
}

.wp-caption {
  border: 1px solid #ccc;
  clear: both;
  max-width: 98%;
  padding: 5px;
}

.wp-caption img {
  vertical-align: top;
}

.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 14px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 14px 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 14px;
}

.search-form input[type="submit"],
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
#searchform #searchsubmit {
  background: #fff;
  border: 2px solid #717171;
  border: 0;
  border-radius: 4px;
  color: #383838;
  color: #fff;
  padding: 3px 14px;
}

.search-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
#searchform #searchsubmit:hover {
  background: #f7f7f7;
}

.homepage #header.active .nav-opener {
  color: #fff;
}

.nav-active .homepage #header.active .nav-opener {
  color: #000;
}

#header {
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  width: 100%;
  z-index: 10;
}

#header.active .nav-opener {
  color: #000;
}

.nav-active #header.active .nav-opener {
  color: #000;
}

.nav-active #header {
  height: auto;
}


#header .mask {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -9999px;
  -webkit-transition: opacity .4s linear;
          transition: opacity .4s linear;
  width: 100%;
}

.nav-active #header .mask {
  opacity: 1;
  top: 0;
}

#header .header-section {
  position: relative;
  z-index: 2;
}

#header .slide {
  left: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transition: all .45s ease-in;
          transition: all .45s ease-in;
  width: 100%;
  z-index: 998;
}

/* menu becomes activated by a jquery class toggle that changes the height and the translate */
.nav-active #header .slide {
  max-height: 4000px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#header .slide-holder {
  background: #fff;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .45s ease-in;
          transition: all .45s ease-in;
}

.homepage #header .slide-holder {
  border: 0;
}

.nav-active #header .slide-holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#header .slide-frame {
  margin: 0 auto;
  max-width: 1340px;
  padding: 44px 12px 0;
   
   }

#header .slide-frame:after {
  clear: both;
  content: " ";
  display: block;
}

#header .section {
  height: 0;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 3;
}

#header .section:after {
  clear: both;
  content: " ";
  display: block;
}

.nav-active #header .section {
  height: auto;
}

.header-holder {
    position:absolute;
    top:37px;
    left: 0;
    width:100%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.to-the-right-holder {
    position:absolute;
    right:0;
    top:0;
    width:50%;
    display: flex;
    justify-content: space-evenly;
}

.to-the-right-holder a {
  float:left;
  color:#fff;

}

.logo {
  float: left;
  margin: 35px 0 0 -10px;
}

.homepage .logo .alt {
  display: none;
}

.logo img {
  display: none;
  -webkit-transition: opacity .4s linear;
          transition: opacity .4s linear;
}

.homepage .logo img {
  display: block;
}

.active .logo img {
  display: block;
}

.nav-active .logo img {
  display: block;
}

.homepage .logo img {
  filter: alpha(opacity=0);
  opacity: 0;
}

.homepage.nav-active .logo img {
  filter: alpha(opacity=100);
  opacity: 1;
}

.logo .alt {
  display: block;
}

.homepage .logo .alt {
  display: none;
}

.nav-active .logo .alt {
  display: none;
}

.active .logo .alt {
  display: none;
}

.shadow {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  visibility: hidden;
  width: 100%;
    z-index: 2;
}

.nav-active .shadow {
  display: block;
  opacity: .5;
  visibility: visible;
}

.homepage .shadow {
  display: none;
}

.bar {
  background-color: #660066;
  height: 5px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}



.calendar-menu {
    display: none; /*For now until i figure out coding calendar and maybe for extra money...*/
    flex-direction: column;
    justify-content: space-between;
    float:left;
    height:100px;
    text-decoration: none;
    color: #fff;
    left: 35px;
    position: absolute;
}

.calendar-menu span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.calendar-menu i {
  margin-left:4px;
}

.calendar-menu:hover {
    text-decoration: none;
    opacity:0.5;
}


.calendar-screen {
    position:absolute;
    max-height: 0px;
    background-color:#000;
    height:90vh;
    width:100%;
    z-index: 6;
    overflow-y: scroll;
    overflow-x:hidden;
    text-align: center;
    top:100%;
    -webkit-transition: all 1s ease-in;
     z-index: 998;
}

.cal-active {
    display:block;
    transition:0.8s;
    max-height: 1600px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}


.cal-close {
    text-decoration: none;
    font-weight:normal;
    font-size:12px;
    color: rgba(255,255,255,0.5);
    position:absolute;
    top:30px;
    right:30px;
    
}

.calendar-on-page {
	position:relative;
	overflow-y:scroll;
	width:100%;
	height:1200px;
	background-color:#FFF;
	}
	
.calendar-on-page #calendar p {
	margin:0;
	padding:0; 
	}

.calendar-on-page #calendar h1,
.calendar-on-page #calendar p,
.calendar-on-page #calendar li,
.calendar-on-page #calendar a {
	color:#000;
	
}

.calendar-on-page #calendar .event a:hover {
color:rgba(0,0,0,0.5);
}

.calendar-on-page #calendar .days li {
	border-top: 1px solid #000;
    	border-right: 1px solid #000;
	}
.calendar-on-page #calendar ul.weekdays li {
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    padding: 10px 6px;
    color: #000;
    font-size: 13px;
    border-right: 1px solid #000;
    }

.calendar-on-page #calendar ul.weekdays {
background:#fff;
}

.calendar-on-page #calendar-wrap header h1 {
color:#000;
}

.calendar-on-page #calendar .weekdays li:last-child {
	border-right:0;
	}
	
.calendar-on-page #calendar-wrap header h1 {
	margin-top:50px;
}

.calendar-on-page #calendar .date {
	color:rgba(0,0,0,0.8);
	}

#calendar-wrap header {
    text-align: center;
}
#calendar {
    width: 100%; 
    margin-top:60px;
}

#calendar-wrap header h1 {
    font-size:20px;
    font-style: normal;
    margin-top:150px;
    color:#fff;
    text-transform: uppercase;
    
  
}

#calendar-wrap header h1::after {
    width:40px;
    margin: 30px auto;
    border: 1px solid #fff;
    content:"";
    display:block;
}

#calendar a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

#calendar a:hover {
    color: rgb(255,255,255);
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.29%;
    padding: 5px;
    box-sizing:border-box;    
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #000;
    border: 1px;
    
}

#calendar .weekdays li:last-child {
    border-right: 0;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    padding: 10px 6px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    border-right: 1px solid rgba(255,255,255,0.4);
}

#calendar .days li {
    height: 180px;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.4);
    position:relative;
}

#calendar .days li:last-child {
    border-right:0;
}



#calendar .date {
    text-align: center;
    font-size:24px;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right:5px;
    width: 24px;
    color:rgba(255,255,255,0.6);
    position:absolute;
    top:0;
    right:0;
    
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 11px;
    border-radius: 4px;
    padding: 5px;
    padding-right:28px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 8px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}





#calendar .event-desc {
    color: rgba(255,255,255,0.6);
    margin: 3px 0 7px 0;
    text-decoration: none;
    padding-right:15px;
}

#calendar .event-desc:hover {
    color: rgba(255,255,255,1);
  }


/* ============================
     Calendar Mobile Responsiveness
   ============================*/

@media(max-width: 1000px) {
    
  


    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar .days li {
        height: auto !important;
        min-height:30px;
        border-top: 1px solid rgba(255,255,255,0.5); 
        border-right: 1px solid rgba(255,255,255,0.5) !important;
        border-left: 1px solid rgba(255,255,255,0.5); 
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }
    
    #calendar ul:nth-child(2) li:nth-child(-n+3) {
        display:none;
    }
    

    #calendar .date {
        float: none;
    }
}



.nav-english-french {
    color:#fff;
    text-decoration: none;
    position:absolute;
    font-size:18px;
    left:0;
    top: 37px;
    vertical-align: middle;
    margin-left:15px;
    display:none;
}
.nav-english-french:hover {
    text-decoration: none;
    opacity:0.5;
}

.header-fest-title {
    font-size: 18px;
   color: #1b1b1b;
  position: relative;
  left: 0;
  text-decoration: none !important;
  text-transform: none;
  display:block; 
    margin-right:15px;
    color: #fff;
}

.nav-opener {
  color: #1b1b1b;
  text-decoration: none !important;
  text-transform: none;
  display:block; 
  margin-right:15px;
 color: #fff;
    float:right;
    
}


.nav-opener span {
  vertical-align: middle;
}

.nav-opener i {
  font-size: 22px;
  line-height: 19px;
  margin: 0 0 0 10px;
  vertical-align: middle;

}



.nav-active .nav-opener span, .nav-active .nav-opener i {
  display: none;
}

.nav-active .nav-close, .nav-active .nav-close i {
    color: rgba(0,0,0,0.5);
    display:inline-block;
    font-size:14px;
    
}

.nav-active .nav-close i {
    vertical-align:middle;
    margin:0 0 0 2px;
}

.nav-active .nav-close {
    right:0;
    position:absolute;
    top:22px
}


.nav {
    font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  color: #1b1b1b;
    float:right;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: right;
  text-transform: capitalize;
    right:50%;
}

.nav li {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 37px;
    
}

.nav li.hover > a,
.nav li.active > a {
  color: #660066;
}

.nav li.hover > ul {
  display: block;
}

.nav a {
  color: #1b1b1b;
  text-decoration: none;
}

.nav ul {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display:none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left:120%;
  text-align: left;
  top: 30px;
  width: 201px;
  text-transform:none;
}

.nav ul li {
  margin: 0 0 8px;
text-transform: none;
}


.entry-box {
    max-width: 100%;
    min-width:100%;
    width:100%;
    text-align: center;
    overflow:hidden;
    background-color:transparent;
    position:relative;
    z-index: 1;
	min-height: 500px;
    height: 80vh;
    margin-bottom:75px; /*Pushing down the logo!*/
    

}


.home-header-img {
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 80vh;
    z-index: -99;
    top:0;
    left:0;
    max-width: 100vw;
    min-height: 500px;

}


.home-header-img:after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width:100%;
  height:100%;
  background: radial-gradient(circle, transparent 30%, black 150%);
  z-index:auto;
}

.headerslider .slick-dots {
top: 50%;
bottom: 0;
transform:translateY(-50%);
z-index: 99999;
right:35px;
width:auto;
display:flex;
    flex-direction: column;
    justify-content: center;


}


.headerslider .slick-dots li button:before {
  width:15px;
  height:15px;
  color:#fff;
  background-color:#fff;
  opacity:1;
  border:2px solid white;
  border-radius:50%;
  content:'';

}

.headerslider .slick-dots li.slick-active button:before {
   background-color:transparent;
}


.headerslider .slick-dots li {
  
  margin-bottom:40px;
  display:block;
}

.workshop-slider .slick-prev {
left:0;
}


.workshop-slider .slick-next {
right:0;
}
 

.perf-box {
     max-width: 100%;
    min-width:100%;
    width:100%;
    text-align: center;
    overflow:hidden;
    background-color:transparent;
    position:relative;
    z-index: 1;
	   height: 50vh;
    min-height: 400px;
    
}



.slider-wrapper {
    width:100%;
    margin:auto;
    overflow:hidden;
    position:relative;
   }



.left-main-box {
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    position:absolute;
    margin-left:300px;
    margin-right:auto;
    top: 50%;
    transform: translateY(-50%);
    width:400px;
    height:400px;
    min-width:400px;
    text-align: left;
    color:#fff;
    font-size:1em;
}

.left-main-box p:first-child {
  font-style: italic;
  font-size:1em;
  text-transform: capitalize;
}

.left-main-box h2 {
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
  font-size: 3em;
  text-transform: uppercase;
  color:#fff;
}



.get-tix-btn {
    padding-left:30px;
    padding-right:0;
    padding-top:20px;
    padding-bottom:20px;
    font-size:1em;
    text-transform: uppercase;
    position:relative;
	 display: block;
    width: 60%;
	background-color: rgba(255,255,255,0);
	border: 1px solid rgb(255,255,255);
    
}


.slogan-date {
    position:relative;
    font-size:1em;
    font-weight:none;
    color:rgb(255,255,255);
    bottom:0.5em;
    z-index: 999;
    float:left;
    padding-left:0;
    text-transform:uppercase;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slogan {
  font-size: 1.3em;
  color: #FFF;
    text-align: left;
    text-indent: none;
 }



.slogan .hold {
  margin: auto;
  max-width: 800px;
}

.slogan mark {
  background: none;
  color: #3366cc;
}



.toggle-photos-nav {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height:48px;
    margin: auto 20px auto 0;
    
}

.toggle-photos-nav ul li {
    list-style:none;
}


.photo-nav li a {
    color:#fff;
}


.follow-us {
    position:absolute;
    left:35px;
    bottom:40px;
    float:left;
    display:inline-block;
    
}


.social-media-icons a i {
    color:#fff;
    padding-left:20px;
    font-size: 1.5em;
}
.social-media-icons a:hover {
    opacity:0.5;
    
}

.about-box { 
    color:#fff;
    height:500px;
    width:100%;
    position:relative;
} 


.about-content-wrap {
  border-top:1px solid rgba(255,255,255,0.5);
    max-width:1346px;
    width:100%;
    margin: 0 auto;
    padding:100px 16px;
    position:relative;
    text-align: center;
    
}

.about-col-1 {
    width:50%;
    float:left;
    display:inline-block;
    text-align: left;
    
}


.about-col-2 {
    width:50%;
    float:right;
    display:inline-block;
}

.support-wrap {
  position: relative;
  justify-content: space-between;
  margin:100px auto 25px auto;

}

.support-link {
  font-size: 1.1em;
  display:block;
  text-transform: uppercase;
  margin:auto;
padding-top: 30px;
    padding-bottom: 30px;
}

.support-link:before {
  content:'';
   border-top:1px solid white;
   width:25px;
      top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
 
}


.logo-box {
    position:absolute;
    display: block;
    top:0;
    left:50%;
      transform:translateX(-50%);
    height:80px;
    width:80px;
    z-index: 99;
    
}


.logo-box img {
  vertical-align: top;
}
.larger-for-logo-wrap {
  position:relative;
  top:0;
  height:85vh;
 
}

.vidf-logo-push {
  position:relative;
  bottom:0;
}

.vidf-logo {
  position:absolute;
  background-image:url("images/2020/2020-vidf-white.svg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  height:150px;
  width:412px;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  z-index: 9;

}

.vidf-perf-title {

  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  z-index: 999;
  margin:0;
  text-align: center;
}

.vidf-perf-title h1 {
  position:relative;
   font-size:3em;
     color:#fff;
      text-transform: uppercase;
 margin:0;
 text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 margin: 0 auto;
 width:50%;
}


h4.perf-country {
    text-align: center; 
    position:relative;
    bottom:0;
    z-index:9999;
    color:#fff;
    text-transform: capitalize;
    font-style:italic;
    font-size:0.8em;
     margin:0;
     padding-bottom:50px;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  
}

.mobile-perf-title {
  text-align: center;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  color:#fff;
      text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  z-index: 9;
  display:none;
}

.vidf-logo-mobile {
  display:none;
  position:absolute;
  background-image:url("images/2020/2020-vidf-white.svg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  height:100px;
  width:275px;
  top:50%;
  left:50%;
  transform:translateX(-50%)translateY(-50%);
  z-index: 999;

}

.arrow {
    position:absolute;
  background-image:url("images/2020/arrow2020.svg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
      height: 40px;
    width: 20px;
  display: block;
    bottom:10vh;
    z-index: 99999;
    right:40px;

}




.arrow2 {
  color: #000;
  background-color: transparent;
  display: inline-block;
  text-decoration: none !important;
    position:absolute;
    bottom:0;
    width:0;
    height:0;
    left:50%;
    transform: translateX(-50%);
    vertical-align: top;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid black;
    text-align: center;
    z-index: 2;
}



.arrow-box2 {
    position:absolute;
    bottom:-50px;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
    margin:0;
}

.arrow-box2 i {
  font-size: 25px;
  display: inline-block;
  color:#fff;

}

.image {
	position:relative;
  height:400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-section,
.post-section {
  overflow: hidden;
  position: relative;
    color:#000;
    text-align: center;
        padding-right: 20px;
}



.image-section .title,
.post-section .title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
	position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
  color:#fff;


}



.image-section .title .txt-holder,
.post-section .title .txt-holder {
  

}

.pres-show-details {
	margin:15px 0 25px 0;
	 line-height: 1.7em;
}

.image-section .title .txt-frame,
.post-section .title .txt-frame {
  margin: 0 auto;
  max-width: 400px;
}

.image-section a {
    color:#000;
}

.image img {
  position:absolute;
	display:block;
	object-fit:cover;
	height:400px;
  z-index: -99;
}

.section-info {
	padding:10px;
	margin-bottom:10px;
	overflow: auto;
  background-color:#fff;
      height: 250px;
    display: flex;
    flex-direction: column;
}

.section-info p {
	margin:0;
}

.image-section .home-pres {
    display: block;
	font-weight: normal;
    width:100%;
    position:relative;
    
}

.image-section .home-date {
    display: block;
    width:100%;
    position:relative;
    
}

.image-section .home-time {
   display:inline;
   font-weight:bold;
    
}

.home-time span:nth-child(3n+4), .home-time span:nth-child(3n+5), .home-time span:first-child {
  display:none;
}


.home-time span:nth-child(1n+6):before {
  content:" & ";
}



.home-time span:last-child::after {
	content:none;
}




.image-section .home-country {
   padding:5px 40px 5px 40px;
	font-size:1em;
    z-index: 9;
	color:#fff;
  font-style:italic;
  opacity:.8;
	
	
}

.pres-btn-wrap {
	display: flex;
	justify-content: space-evenly;
	margin:auto;
	width:100%;
}

.pres-btn-wrap a {
	width:49%;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-radius: 1px;
	text-transform: uppercase;
	font-size:.8em;
  color:#fff;
  margin-right: 12px;
}


.pres-btn-wrap a i {
	vertical-align:middle;
}
.pres-btn-wrap a:last-child {
	background-color:transparent;
	border: 1px solid #fff;
	
}

.pres-btn-wrap a:last-child:hover {
	background-color:#000;
	border: 1px solid #000;
	text-decoration:none;
	color:#fff;
	
}

.pres-btn-wrap a:first-child {
	background-color:#660066;
	color:#fff;
	border:1px solid #660066;
}

.pres-btn-wrap a:first-child:hover {
	background-color:#000;
	color:#fff;
	border:1px solid #000;
	text-decoration:none;
}


.performance-block {
  padding-top: 50px;
  padding-bottom:50px;
  margin-bottom: 100px;
      height: 850px;
  overflow-y: hidden!important;
  
}

.performance-presents {
  color:#fff;
}

.performanceslider {
  height:600px;
}

.performanceslider button {
  top:0;
}



.workshop-slider .workshop-front {
  display:flex;
  flex-direction: row;
      margin: auto;
}

.workshop-section h3 {
  color:#660066;
  float:left;
  display:block;
      margin: 0;
}

.workshop-section h2 {
  color:#000;
  font-size:1em;
}

.workshop-front .image {
    margin: auto;
    width: 100%;

}


.workshop-front .work-right-column {
  width:33%;
  display: flex;
    flex-direction: column;
    justify-content: center;
        box-sizing: border-box;
    padding-left: 30px;
}

.work-right-column p {
  font-style:italic;
  color:rgba(0,0,0,0.6);
}

.workshop-slider button {
  top:0;
}
.performanceslider .slick-next, .workshop-slider .slick-next {
  right:0;
}

.performanceslider .slick-prev, .workshop-slider .slick-prev {
  right:40px;
  left:auto;
}

.performanceslider .slick-next, .performanceslider .slick-prev  {
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    opacity: .5;
    z-index: 9999;
}

.workshop-slider .slick-next, .workshop-slider .slick-prev {
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    opacity: .5;
    z-index: 9999;
}

.performanceslider .slick-prev:before, .performanceslider .slick-next:before {
    font-family: 'font-awesome';
    font-size: 20px;
    line-height: 1;
     color: #fff;
    -webkit-font-smoothing: antialiased;

  }

  .workshop-slider .slick-prev:before, .workshop-slider .slick-next:before  {
    font-family: 'font-awesome';
    font-size: 20px;
    line-height: 1;
     color: #000;
    -webkit-font-smoothing: antialiased;

  }


  .performanceslider .slick-prev:hover, .performanceslider .slick-next:hover, .workshop-slider .slick-prev:hover, .workshop-slider .slick-next:hover  {
    opacity:1;

  }



.performanceslider .slick-prev:before, .workshop-slider .slick-prev:before {
    content:"\f104";
}

.performanceslider .slick-next:before, .workshop-slider .slick-next:before {
  content:"\f105";
}

.performanceslider .slick-list, .workshop-slider .slick-list {
  padding-top: 25px;
}

.performanceslider .pres-btn-wrap {
  justify-content: stretch;
  flex-direction:column;
}


.performanceslider .pres-btn-wrap a {
  width:100%;
  color:#000;
}

.performanceslider .pres-btn-wrap a:first-child {
  color:#fff;
}




.workshop-section {
    background-color:#fff;
  color:#000;
  position:relative;
  display:block;
  padding:25px 0 25px 0;
}

.workshop-slider .work-btn {
  background-color: transparent;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 1px;
    text-transform: uppercase;
    font-size: .8em;
    color: rgba(0,0,0,0.6);
    margin-right: 12px;
}


.text-section {
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;

  background: #1b1b1b;
  color: #b9b9b9;
  text-align: center;
}

.text-section a {
  color: #b9b9b9;
  text-decoration: underline;
}

.text-section a:hover {
  text-decoration: none;
}

.text-section p {
  margin: 0 0 40px;
}

.text-section .holder {
  margin: 0 auto;
  max-width: 720px;
  padding: 133px 15px 140px;
}

.text-section h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;

  color: #fff;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.text-section mark {
  background: none;
  color: #fff;
}

.text-section mark a {
  color: #fff;
}

.main-bottom-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
      width: 100%;
      
}

.main-bottom-nav span {
  text-transform: capitalize;
  color:#fff;
  font-size:2em;

} 

.main-bottom-nav a {
  z-index: 2;
  text-decoration: none;
  color:#fff;
}


.main-bottom-nav div {
  display:flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: none;
  background-size:cover;
  width:100%;
  min-height:303px;
  position:relative;

}

.bottom-overlay {
  position:absolute;
  background-color:rgba(0,0,0,0.4);
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: -999;
  transition:1s;

}


.main-bottom-nav div:first-child:hover .bottom-overlay, 
.main-bottom-nav div:nth-child(2):hover .bottom-overlay,
.main-bottom-nav div:last-child:hover .bottom-overlay,
.main-bottom-nav div:first-child:focus .bottom-overlay, 
.main-bottom-nav div:nth-child(2):focus .bottom-overlay,
.main-bottom-nav div:last-child:focus .bottom-overlay {
    height: 0;
    opacity: 0;
    transition:0.5s;

  }
.main-bottom-nav div:first-child {
  background-image:url(images/2020/art-exhibition.jpg);
}

.main-bottom-nav div:nth-child(2) {
  background-image:url(images/2020/life-draw.jpg);
}

.main-bottom-nav div:last-child {
  background-image:url(images/2020/venue.jpg);
}

.social-section {
  background-color: #000;
    min-height:260px;
    height:auto;
    overflow:auto;
  
   
}

.social-section .holder {
  margin: 0 auto;
  max-width: 1346px;
    padding: 0 16px;
    color:rgba(255,255,255,0.5);
    font-size:14px;
    display:flex;
    justify-content: space-between;
        border-top: 1px solid rgba(255,255,255,0.5);


}

.social-section .holder div {
  display:flex;
  flex-direction:column;
  justify-content: center;
  height:150px;

}

.social-section .holder div p {
  margin:0;
}

.social-section .holder a {
    color:rgba(255,255,255,0.5);
}

.social-section .holder a:hover {
    opacity:0.5;
    text-decoration: none;
}

    
.social-section ul a:hover {
  opacity: .8;
}

.sponsors {
  text-align: center;
    position:relative;
    background-color:#fff;
}

.sponsors .holder {
  margin: 0 auto;
  max-width: 1346px;
  padding: 50px 15px 30px;
  text-align: center;
}

.sponsors ul {
  line-height: 0;

  letter-spacing: -3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sponsors ul li {
  line-height: 16px;

  display: inline-block;
  letter-spacing: 0;
  margin: 0 17px 13px;
  vertical-align: middle;
}

.sponsors a:hover img {
  opacity: .8;
}

.sponsors img {
  vertical-align: top;
}

.entry-box2,
.entry-box3 {
  overflow: hidden;
  position: relative;
}

.entry-box2 .image,
.entry-box3 .image {
  display: block;
}

.entry-box2 .image img,
.entry-box3 .image img {
  height: auto;
  vertical-align: top;
  width: 100%;
    min-height:200px;
}

.entry-box2 h1,
.entry-box3 h1 {
  font-size: 3em;
  font-weight: normal;
  line-height: 125px;

  color: #fff;
  left: 0;
  margin: -60px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
}

.entry-box2 h1 span,
.entry-box3 h1 span {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 15px;
}


.entry-box2 .arrow .arrow-box,
.entry-box3 .arrow .arrow-box {
  color: #fff;
}

.entry-box2 .text-box,
.entry-box3 .text-box {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.entry-box2 .text-box .text-holder,
.entry-box3 .text-box .text-holder {
  display: table;
    margin-top:80px;
  height: 100%;
  width: 100%;
}

.entry-box2 .text-box .text-frame,
.entry-box3 .text-box .text-frame {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.entry-box2 .text-box .text-frame2,
.entry-box3 .text-box .text-frame2 {
  margin: 0 auto;
  max-width: 370px;
  text-align: center;
}

.entry-box2 .text-box time,
.entry-box3 .text-box time {
  font: italic 20px/23px "Times New Roman", Times, serif;

  color: #fff;
  display: block;
  margin: 0 0 40px;
}

.entry-box2 .text-box h1,
.entry-box3 .text-box h1 {
  font-size: 46px;
  line-height: 55px;
  margin: 0;
  position: static;
}



.entry-box2 .text-box h1 a,
.entry-box3 .text-box h1 a {
  color: #fff;
  text-decoration: none;
}

.container {
	margin: 0 auto;
	max-width: 730px;
	padding: 80px 15px 30px;
	position:relative;
	overflow: auto;
}



.perf-slider {
  width:80%;
  margin:auto;
}

.perf-slider .slick-prev {
  left:0;
   z-index: 999999;
}

.perf-slider .slick-next {
 right: 0;
  z-index: 999999;
}

.perf-slider .slick-next, .perf-slider .slick-prev {
  width: 55px;
height: 50px;
border-radius:50%;
}

.perf-slider .slick-prev:before, .perf-slider .slick-next:before {
  color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    padding: 15px 20px;
    
 }

.vim-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
    
.vim-embed-container iframe,
.vim-embed-container object,
.vim-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.perf-slider .slick-prev:before {
  font-family:"font-awesome";
  content:"\f100";
}

.perf-slider .slick-next:before {
      font-family:"font-awesome";
  content:"\f101";
}


.text-frame-right {
    float:right;
    position:absolute;
    top:100vh;
    right:0;
     height:auto;
    width:25%;
    padding-right:5vw;
    padding-left:5vw;
    padding-top:25px;
    padding-bottom: 300px;
    background-color:rgb(238,238,238);
    color:rgb(51,51,51);
    z-index: 99999999;
   

    
}

.text-frame-right h1, .text-frame-right strong, .text-frame-right h5 {
  color:#000;
}

.text-frame-right h2 {
    font-size:1em;
    text-indent: 5px;
    padding-bottom:10px;
    padding-top:25px;
    border-bottom: 1px solid rgb(204,204,204);
    text-transform: uppercase;
    color:#000;
    
}

.perf-venue {
    border-bottom: 1px solid rgb(204,204,204);
}

.ven-map-embed {
    float:right;
    clear:left;
    margin-top:-50px;
    z-index: 99;
}

.arts-ppl-logo {
    background: url("images/arts-ppl-logo.png") no-repeat top;
    width:46px;
    height:36px;
    float:left;
    clear:right;
    margin: 6px 0 6px 25px;
    
}


.perf-get-tix-btn {
  border:none;
    text-transform: uppercase;
    background-color:#660066;
    color:white;
    width:50%;
    height:50px;
    text-align: center;
    margin:0;
    display:inline-block;
    float:left;
}

.perf-get-tix-btn:hover {
	background-color:#000;
}

.perf-donate-btn {

  text-transform: uppercase;
    background-color:transparent;
    color:#fff;
    width:50%;
    height:50px;
    text-align: center;
    margin:0;
    display:inline-block;
    float:left;
    border:1px solid #fff;

}

.perf-donate-btn:hover {
  color:#000;
  background-color:#fff;

}

.perf-donate-btn p {
  margin:0;
}

.get-tix-side {
    padding-top:25px
}

.perf-venue h5 {
    text-transform: capitalize;
    
}

.perf-venue img {
    width:100%;
    height:auto;
    margin:auto;
    
}
.perf-get-tix-btn p {
    font-size:14px;
    text-align: center;
    vertical-align: center;
    display:inline;
    line-height: 50px;
}

.perf-get-tix-btn i {
    padding-left:20px;
    vertical-align: center;
    display:inline;
    
}



.performance ul {
    text-align: center;
    list-style-type: none;
    margin:0;
    padding:0;
    
}

.perf-pricing {
    clear:both;
}

.perf-pricing h3 {
  color:#000;
}

.workshop {
  text-align: center;
}

.workshop ul {
  margin:auto;
  display:relative;
font-size: 1.5em;
padding:0;
position:relative;
}

.workshop ul li {
    text-align: center;
    list-style: none;
    display:inline-block;
    border-right: 1px solid rgb(204,204,204);
    padding:25px 25px 0px 25px;
    
}

.workshop ul li:nth-child(2):before {
  content:'to';
  font-size: 1.2em;
  font-weight: bold;
  color:#fff;
  position: absolute;
  top:40%;
  left:50%;
  transform:translateX(-50%);

}

.workshop ul li p:nth-child(2) {
    font-size:2.1em;
    font-weight:bold;
}

.workshop ul li p:nth-child(1) {
    text-transform:uppercase;
}

.workshop ul li:last-child {
    border-right:none;
}

.performance ul li {
    text-align: center;
    list-style: none;
    display:inline-block;
    border-right: 1px solid rgb(204,204,204);
    padding:25px 25px 0px 25px;
    
}

.performance ul li p:nth-child(2) {
    font-size:2.1em;
    font-weight:bold;
}

.performance ul li p:nth-child(1) {
    text-transform:uppercase;
}

.performance ul li:last-child {
    border-right:none;
}

.perf-pricing ul {
    padding:0 0 25px 0;
}

.perf-pricing ul li {
    list-style-type: none;
    text-indent: none;
    line-height: 1.5em;
}

.perf-main {
  margin:auto;
    width: 70%;
    display:block;
  }

.text-frame2 {
      display:block;
    text-align: center;
    padding-top: 50px;
   	padding-bottom: 50px;
    color:#fff;
}

.per-date-venue-info {
  color:#fff;
  font-size: 1.5em;
}

.per-date-venue-info p {
  margin:0;
}

.perf-bottom-text {
      color: #fff;
      border-top: 1px solid #767676;
      border-bottom: 1px solid #767676;
          padding-top: 50px;
    padding-bottom: 50px;
}

.perf-bottom-text p {
  margin:0;
}

.perf-bottom-text:nth-child(3) {
  border-top:1px solid #767676;
}

.indent-content {
  width:50%;
  margin:auto;
  position:relative;

}

.indent-content h2 {
  color:#fff;
}

.indent-buttons {
  position:relative;
    padding-top: 100px;
     padding-bottom: 150px;

}

.open-perf-box {
    padding-bottom: 20px;
	
}

.open-perf-box img {
    float:left;
    clear:left;
    padding:25px;
    display:inline;
    vertical-align: center;

    
}

.open-perf-box div {
    float:left;
    clear:right;
    display:inline;
    text-align: left;
    clear:right;
    vertical-align: center;
    margin-top:50px;
    
}

.open-perf-box h5,
.open-perf-box span,
.open-perf-box a {
    float:left;
    clear:both;
    padding:0;
    margin:0;
    line-height: 2em;
   
}



.perf-share {
    clear:both;
    border-top: 1px solid rgb(204,204,204);
    padding-top:25px;
    margin-bottom:auto;
}

.perf-share h5 {
    float:none;
    font-weight:normal;
    vertical-align: none;
    margin:0;
    padding-top:10px;
    
}

.perf-share i {
    color:#fff;
    border-radius: 50%;
    vertical-align: center;
    position:absolute;
    font-size:20px;
    top:10px;
    left:50%;
    transform:translateX(-50%);
    
}

.perf-share a:hover {
    color:rgb(204,204,204);
	text-decoration:none;
}

.perf-share .perf-social-wrap {
    position:relative;
    display:block;
}

.perf-share span {
    background-color:#660066;
    border-radius: 50%; 
    width:40px;
    height:40px;
    float:left;
    position:relative;
    margin-left:5px;
    vertical-align: center;
    display:block;
	margin-top: 5px;
    margin-bottom: 5px;
    
	
    
}

.perf-share span:hover {
    background-color:#000;
}

.post {
  padding: 10px 0 81px;
}

.post .image {
  display: block;
  margin: 30px 0;
}

.post .image img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.post p {
  margin: 0;
  padding: 0 0 30px;
}

.post p strong {
  font-weight: 500;
}

.post h6,
.post h5,
.post h4,
.post h3,
.post h1,
.post h2 {
  font-size: 18px;
  line-height: 30px;

  margin: 0;
  text-transform: uppercase;
}

.post .author {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;

  display: block;
  margin: 0 0 14px;
}

.post-section .title {
  text-transform: none;
}

.post-section .title:after {
  height: 600px;
}

.post-section time {
  font: italic 20px/23px "Times New Roman", Times, serif;

  color: #fff;
  display: block;
  margin: 0 0 40px;
}

.post-section h1 {
  font-size: 46px;
  font-weight: normal;
  line-height: 55px;

  margin: 0 0 73px;
  position: static;
  text-transform: uppercase;
}

.post-section h1 a {
  color: #fff;
  text-decoration: none;
}

.post-section .more {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;

  padding: 0 20px;
  position: relative;
  text-decoration: none;
}

.post-section .more:hover {
  color: #7a9642;
}

.post-section .more i {
  display: inline-block;
  margin: 2px 2px 0;
  vertical-align: top;
}

.post-section .arrow-box {
  color: #fff;
}

.post-section .arrow-box i {
  margin: 0 0 0 0;
}

.more-text {
  font: italic 20px/23px "Times New Roman", Times, serif;

  background: #1a1a1a;
  color: #fff;
  display: none;
  padding: 30px 20px;
  text-align: center;
}

.loading .more-text {
  display: block;
}

.entry-box3 .text-box {
  color: #fff;
}

.entry-box3 .text-box h1 {
  font-size: 103px;
  line-height: 97px;

  margin: 0 0 29px;
  max-width: 100%;
  padding: 0 0 33px;
  position: relative;
}

.entry-box3 .text-box h1:before {
  background: #fff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin: 0px 0 0 -23px;
  position: absolute;
  width: 46px;
}

.entry-box3 .text-box .text-frame2 {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 15px;
}



.entry-box3 .text-box mark,
.entry-box3 .text-box time {
  color: #FFF;
  display: block;
  margin: 10px 0 1px;
  text-transform: capitalize;
    text-emphasis: none;
    text-decoration-style: none;
    font-size:2em;
        text-shadow: -1px 0 black, 0 1px black,
 1px 0 black, 0 -1px black;
    
}

.entry-box3 .text-box mark {
  color: #3366cc;
}

.entry-box3 .txt {
  font: italic 24px/26px "Times New Roman", Times, serif;

  color: #fff;
  display: block;
  margin: 76px 0 0;
}

.text-post {
  color: #3c3c3c;
  margin: 0 0 53px;
  text-align: center;
}

.text-post h1 {
  font-size: 18px;
  line-height: 30px;

  margin: 0 0 13px;
}

.text-post p {
  margin: 0;
  padding: 0 0 30px;
}

.text-post strong {
  font-weight: 500;
}

.text-post .more {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  background: url(images/btn.png) no-repeat;
  color: #fff;
  display: block;
  height: 54px;
  margin: 40px auto 0;
  padding: 14px 0 0 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 173px;
}

.text-post .more i {
  display: inline-block;
  margin: 2px 0 0;
  vertical-align: top;
}

.text-post .more:hover {
  opacity: .8;
}


.grid-row:after {
  clear: both;
  content: " ";
  display: block;
}

.grid-row img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.grid-row div[class^="col-"] {
  float: left;
  position: relative;
}

.grid-row .box {
  position: relative;
}

.grid-row .txt-box {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.grid-row .txt-box .holder {
  display: table;
  height: 100%;
  width: 100%;
}

.grid-row .txt-box .frame {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
}

.grid-row .txt-box i {
  display: inline-block;
  margin: 2px 0 0;
  vertical-align: top;
}

.grid-row .txt-box mark {
  font: italic 24px/26px "Times New Roman", Times, serif;

  background: none;
  color: #fff;
  display: block;
  margin: 0 0 64px;
}

.grid-row .txt-box .link {
  font-size: 20px;
  line-height: 23px;

  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

.grid-row .txt-box .link:hover {
  color: #e6e6e6;
}

.grid-row blockquote {
  font: italic 18px/30px "Times New Roman", Times, serif;

  border: 0;
  color: #fff;
  margin: 0 70px;
  text-align: left;
}

.grid-row blockquote q {
  display: block;
  margin: 0 0 9px;
  text-indent: -10px;
}

.grid-row blockquote cite {
  font: 500 14px/16px "DINRoundPro", Arial, Helvetica, sans-serif;

  color: #777;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.video-block {
  position: absolute;
}

.video-block .fluid-width-video-wrapper,
.video-block iframe,
.video-block .mejs-container,
.video-block video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.video-block .btn-box {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.touchscreen .video-block .btn-box,
.touchscreen .video-block img {
  display: none;
}

.touchscreen .video-block .fluid-width-video-wrapper {
  position: static;
}

.mejs-overlay-button {
  background: url(images/btn-play.png) no-repeat !important;
  height: 143px;
  margin: -71px 0 0 -71px !important;
  width: 143px;
}

@media only screen and (max-width: 1600px){
    .entry-box3 .text-box h1 {
        font-size:50px;
        margin: -100px 0 0;
    
    }
    
    .entry-box3 .text-box h1:before {
        bottom:20px;
        
    }

            .performance ul {
    font-size:0.6em;
            
}
   
}



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

    
    
    #calendar .event {
        font-size:11px;
        line-height: 10px;
    }
    
    #calendar ul:nth-child(3) li:nth-child(6) .event p {
     margin-bottom:8px;
    }
        .performance ul {
    font-size:1em;
            
}
    
     .performance ul li {
           padding: 10px 10px 0 10px;
            
}

 .text-frame-right { 
        float:none;
        width:100%;
        display:inline-block;
        padding-bottom:30px;
        height:auto;
        position:relative;
    }
}



@media only screen and (max-width: 1024px) {
    #header .header-holder {
        font-size:0.9em;
                
    }

     .entry-box {
      margin-bottom:0;
      
    }

    .vidf-logo-mobile {
      display:block;
    
    }

    .larger-for-logo-wrap {
        height: 80vh;

  }

    .vidf-logo-push {
     display:none;
   }
    
     p.perf-desc {
        font-size:1em;
    }

    .mobile-perf-title {
      display:block;
    }

  .indent-content {
    width:100%;
  }
    

  


    .slogan-date {
        padding:0;
        margin:auto;
        float:none;
        font-size:1em;
    }
    
    .get-tix-btn {
        position:fixed;
        top:0;
        right:0;
        font-size:0.8em;
        padding:10px;
    }
    
    .entry-btn-wrap a i {
        padding-right:5px;
    }
    .left-main-box {
		display:none;
        position:relative;
        width:80%;
        margin-right:auto;
        margin-left:auto;
        min-width:0;
		text-align: center;
    }
    
  .slogan {
    font-size: 12px;
    line-height: 15px;
  }
    .logo-box {
        display:none;
    }
    
   .entry-box3 .text-box .text-holder h1 {
        margin-top:-90px;
        
    }

  .nav-opener {
    font-size: 12px;
    line-height: 20px;
    right: 0;
    
  }

  .nav-opener i {
    font-size: 24px;
  }
 .nav-get-tickets {
       display:none;
        
    }

  #header .slide-frame {
    padding: 19px 0 0 3px;
  }


  .logo-box img {
    height: auto;
    width: 60px;
      
  }

  .logo-box span {
    padding: 40px 0 60px;
  }

  .arrow-box {
    padding:0;
      margin-bottom:0;
      top:20px;
  }

    
  .image-section .title:after,
  .post-section .title:after {
    height: 211px;
  }



  .text-section {
    font-size: 12px;
    line-height: 21px;
  }

  .text-section h1 {
    font-size: 12px;
    line-height: 21px;

    margin: 0 0 9px;
  }

  .text-section .holder {
    max-width: 520px;
    padding: 90px 15px 96px;
  }

  .text-section p {
    margin: 0 0 29px;
  }

  .workshop-slider .workshop-front {
    flex-direction: column;
  }

  .workshop-front .work-right-column {
    margin: auto;
    text-align: center;

  }

.workshop-front .work-right-column {
    width:100%;
  }

  .workshop-slider .work-btn {
    margin:auto;
  }


.main-bottom-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.social-section .holder {
     flex-direction: column;
   }

   .social-section .holder div {
    margin: auto;
    height:auto;
    padding:20px 0px 20px 0px;
    text-align: center;
   }

  .social-section .title {
    font-size: 17px;
    line-height: 19px;

    margin: 0 0 34px;
  }

  .social-section .holder {
    padding: 52px 15px 56px;
  }

  .social-section ul a {
    font-size: 24px;
    line-height: 50px;
    background-size: 48px 49px;
    height: 50px;
    width: 48px;
  }

  .social-section ul li {
    margin: 0 7px;
  }
    
   .sponsors .holder {
    padding: 26px 5px 30px;
  }

  .sponsors ul li {
    margin: 0 10px 10px;
  }

  .nav {
    padding: 50px 17px 44px;
  }

  .nav ul {
    font-size: 12px;
    line-height: 14px;

    top: 57px;
    width: 183px;
  }

  .nav ul li {
    margin: 0 0 22px;
  }

  .entry-box2 .image,
  .entry-box3 .image {
    margin: 0 -90px;
  }

  .entry-box2 h1,
  .entry-box3 h1 {
    font-size: 60px;
    line-height: 60px;

    margin: -5px 0 0;
  }

  .entry-box2 .arrow,
  .entry-box3 .arrow {
    bottom: 0;
  }

  .container {
    margin: 0 auto;
    max-width: 520px;
    padding: 46px 15px 30px;
  }

  .post {
    font-size: 12px;
    line-height: 21px;

    padding: 0 0 13px;
  }

  .post p {
    padding: 0 0 21px;
  }

  .post .image {
    margin: 6px 0 28px;
  }

  .post h6,
  .post h5,
  .post h4,
  .post h3,
  .post h1,
  .post h2 {
    font-size: 12px;
    line-height: 21px;
  }

  .entry-box2 .text-box .text-frame2,
  .entry-box3 .text-box .text-frame2 {
    max-width: 270px;
  }

  .entry-box2 .text-box time,
  .entry-box3 .text-box time {
    font-size: 14px;
    line-height: 16px;

    margin: 0 0 0px;
  }

  .entry-box2 .text-box h1,
  .entry-box3 .text-box h1 {
    font-size: 33px;
    line-height: 38px;
  }

  .post-section .title:after {
    height: 420px;
  }

  .post-section .title .txt-holder {
    padding: 3px 0 0;
  }

  .post-section .title .txt-frame {
    max-width: 300px;
  }

  .post-section time {
    font-size: 14px;
    line-height: 16px;

    margin: 0 0 26px;
  }

  .post-section h1 {
    font-size: 33px;
    line-height: 38px;

    margin: 0 0 52px;
  }

  .post-section .more {
    font-size: 14px;
    line-height: 16px;

    padding: 0 12px;
  }

  .post-section .more i {
    margin-top: 1px;
  }

  .post-section .arrow-box i {
    margin: 0 0 0px 0px;
  }

  .more-text {
    font-size: 14px;
    line-height: 16px;
  }

  .entry-box3 .text-box .text-frame2 {
    max-width: 540px;
  }

  .entry-box3 .text-box h1 {
   
      font-size: 40px;
    line-height: 64px;
    margin: 0 0 5px;
    padding: 0 0 15px;
  }

  .entry-box3 .text-box h1:before {
    height: 2px;
  }

  .entry-box3 .text-box mark,
  .entry-box3 .text-box time {
    font-size: 1em;
    line-height: 21px;
    top:-20px;
  }

  .entry-box3 .text-box .txt {
    font-size: 17px;
    line-height: 19px;
    margin: 5px 0 0;
  }

  .entry-box3 .arrow-box i {
    margin-bottom: 19px;
  }

  .text-post {
    font-size: 12px;
    line-height: 21px;

    margin: 0 0 27px;
    padding: 10px 0 0;
  }

  .text-post h1 {
    font-size: 12px;
    line-height: 21px;

    margin: 0 0 10px;
  }

  .text-post p {
    padding: 0 0 19px;
  }

  .text-post .more {
    font-size: 14px;
    line-height: 16px;
    background-size: 123px 39px;
    height: 39px;
    margin: 30px auto 0;
    padding: 10px 0 0;
    width: 123px;
  }

  .grid-row .txt-box mark {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 41px;
  }

  .grid-row .txt-box .link {
    font-size: 14px;
    line-height: 17px;
  }

  .grid-row blockquote {
    font-size: 13px;
    line-height: 18px;

    margin: 0 26px;
  }

  .grid-row blockquote q {
    margin: 0 0 4px;
  }

  .grid-row blockquote cite {
    font-size: 9px;
    line-height: 12px;
  }
    
    .text-frame2 {
        float:none;
        width:100%;
        display:inline-block;
    }
    
   
        .performance ul {
    font-size:1em;
}
        .performance ul li {
           padding: 25px 25px 0 25px;
            
}
    
}

@media only screen and (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0;
  }
    
 .entry-box3 .text-box .text-holder h1 {
        margin-top:-100px;
        
    }

  #header .slide-frame {
    padding: 22px 11px 0 3px;
  }
    
    .to-the-right-holder {
       font-size:.6em;
        
        
    }

    .header-fest-title {
        display:none;
    }
  .logo {
    margin: 15px 0 5px;
  }

  .logo img {
    width: 94px;
  }

  .nav-opener {
    right: 15px;
    top: 15px;
  }
    

    
    .about-col-2 {
        font-size:0.8em;
    }

  .nav-opener i {
    margin: 0;
  }

  .nav-opener span {
    display: none;
  }
    
    .nav-english-french {
        top:15px;
        left:15px;
    }

  
    
    .bottom-box {
        height: 70vh;
        min-height:500px;
    }

  .arrow-box {
    width:10.7px;
  }
    

  .slogan {
    line-height: 17px;
    margin: 0;
    padding: 0 10px;
    top: 25%;
  }
    
    
    .video-wrapper h1 {

    font-size:1em;

}

  .logo-box span {
    padding: 50px 30px 60px;
  }


  .image-section .title:after,
  .post-section .title:after {
    height: 210px;
  }

  .text-section .holder {
    padding: 40px 45px 17px;
  }

  .nav {
    font-size: 16px;
    line-height: 18px;

    padding: 4px 8px 10px;
  }

  .nav li {
    margin: 0 0 28px;
  }

  .nav ul {
    top: 8px;
    width: 143px;
  }
    
 

  .nav ul li {
    margin: 0 0 12px;
  }

  .entry-box2 .image,
  .entry-box3 .image {
    margin: 0 -200px;
  }

  .entry-box2 h1,
  .entry-box3 h1 {
    font-size: 39px;
    line-height: 41px;

    margin: -25px 0 0;
  }

  .container {
    padding: 33px 30px 30px;
  }

  .post {
    padding: 0 0 3px;
  }

  .post .image {
    margin: 16px 0 24px;
  }

  .post-section .title:after {
    height: 410px;
  }

  .post-section time {
    margin: 0 0 13px;
  }

  .post-section h1 {
    margin: 0 0 23px;
  }

  .post-section .more {
    padding-left: 0;
  }

  .post-section .arrow-box {
   
  }
    
    .see-performances {
        padding-top:50px;
    }

    .get-tix-btn {
        font-size:0.5em;
    }

  .entry-box3 .text-box h1 {
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 0;
    padding: 0 0 15px;
  }

  .entry-box3 .text-box h1:before {
    height: 2px;
    margin: 0 0 -10px -15px;
    width: 30px;
  }

  .entry-box3 .text-box mark,
  .entry-box3 .text-box time {
    font-size: 16px;
    line-height: 18px;
  }

  .entry-box3 .text-box .txt {
    margin:0;
  }

  .entry-box3 .arrow-box i {
    margin: 0 23px 0 0;
  }

  .text-post {
    padding: 25px 0 0;
    text-align: left;
  }

  .text-post .more {
    margin: 0 auto;
    padding: 12px 0 0 3px;
    text-align: center;
  }

  .col-75 {
    width: 100%;
  }

  .col-25 {
    width: 50%;
  }

  .col-50 {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .grid-row blockquote {
    font-size: 12px;
    line-height: 17px;

    margin: 0 5px;
  }

  .mejs-overlay-button {
    background-size: 71px 71px !important;
    height: 71px;
    margin: -35px 0 0 -35px !important;
    width: 71px;
  }
}

@media only screen and (max-width: 425px) { 
   
    .perf-box {
        min-height: 300px;
        height: 50vh;
    }
    
    .bottom-box {
       min-height:500px;
        height:70vh; 
    }
    .social-media-icons a i {
    padding-left:10px;
    
}
    
 .to-the-right-holder {
  width: 100%;
 }
    
   .followustxt {
        display:none;
    }
  
    
    .logo-box {
        width:60px;
    }
    
    .early-bird {
        top:100px;
    }
    
    .red-arrow {
        top:120px;
        left:30px;
    }
    
    .slogan {
        top:25%;
    }
    

}


.calendar-on-page #calendar .event p {
	padding-top:5px;
}

.ctct-inline-form {
  background-color:#000;
}



.bs-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow:auto;

}

.bs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	overflow:auto;
  width:100%;

}
@media (min-width: 768px) {
  .bs-container {
 width:100%;
  }
}
@media (min-width: 992px) {
  .bs-container {
    width:750px;

  }
}
@media (min-width: 1200px) {
  .bs-container {
    width: 750px;
  }
}

@media (min-width: 1600px) {
  .bs-container {
      width:970px;
    }
}

.col-xs-12, .col-sm-6, .col-md-4, .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-xs-12 {
    width: 100%;
	float:left;
}

@media (min-width: 768px) {
	.col-sm-6 {
		width: 50%;
		float:left;
	}
}

@media (min-width: 992px) {
	.col-md-4 {
		width: 33.33333333%;
		float:left;
	}
}

@media (min-width: 1200px) {
	.col-lg-4 {
		width: 33.33333333%;
		float:left;
	}
}
