.sched {
font-family: 'Lato', sans-serif;
font-weight: 400; -webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
-ms-transition: opacity .5s;
transition: opacity .5s;
opacity: 0;
}
.sched.sched-visible {
opacity: 1;
}
.sched, .sched *, .sched-popup, .sched-popup * {
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.sched:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched .sched-style {
display: none;
} .sched-top:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
body .sched h2.sched-title {
font-size: 24px;
line-height: 32px;
padding: 0 !important;
margin: 18px 32px 18px 0 !important;
font-weight: 700;
display: inline-block !important;
float: left;
}
.sched h2.sched-title span {
font-weight: 400;
}
.sched-sort {
display: block;
color: #3c3c3c;
font-size: 14px;
margin: 9px 0; line-height: 18px;
height: 50px;
float: left;
}
.sched-sort.sched-sort-right {
float: right;
}
.sched-sort.sched-sort-below-title {
float: none;
clear: both;
margin-left: 0;
}
.sched-sort:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-sort .sched-sort-label {
display: block;
line-height: 18px;
padding: 16px 8px 16px 0;
height: 18px;
float: left;
}
.sched-sort .sched-sort-dropdown {
display: block;
line-height: 18px;
padding: 16px 0;
height: 18px;
float: left;
position: relative;
-webkit-transition: background .2s;
-moz-transition: background .2s;
-o-transition: background .2s;
-ms-transition: background .2s;
transition: background .2s;
background: transparent;
z-index: 22;
} .sched-sort.sched-sort-open .sched-sort-dropdown {
background: #e8e8e8; }
.sched-sort .sched-sort-current {
font-weight: bold;
line-height: 18px;
padding: 0;
margin: 0;
-webkit-transition: padding .2s, margin .2s;
-moz-transition: padding .2s, margin .2s;
-o-transition: padding .2s, margin .2s;
-ms-transition: padding .2s, margin .2s;
transition: padding .2s, margin .2s;
}
.sched-sort .sched-sort-current:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current {
padding-left: 16px;
}
.sched-sort .sched-sort-current .sched-sort-current-label {
display: inline-block;
width: 100px; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
line-height: 18px;
height: 18px;
padding: 0;
margin: 0;
float: left;
-webkit-transition: width .2s, max-width .2s;
-moz-transition: width .2s, max-width .2s;
-o-transition: width .2s, max-width .2s;
-ms-transition: width .2s, max-width .2s;
transition: width .2s, max-width .2s;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-label {
max-width: initial;
width: 180px; }
.sched-sort .sched-sort-current .sched-sort-current-icon {
display: inline-block;
width: 30px;
line-height: 18px;
height: 18px;
padding: 0;
margin: 0 0 0 8px;
float: left;
}
.sched-sort .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-up {
display: none;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-up {
display: inline;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-down {
display: none;
}
.sched-sort .sched-sort-dropdown .sched-sort-dropdown-select {
display: none;
opacity: 0;
position: absolute;
background: #e8e8e8;
z-index: 20;
top: 50px;
width: 100%;
-webkit-transition: opacity .2s, box-shadow .2s;
-moz-transition: opacity .2s, box-shadow .2s;
-o-transition: opacity .2s, box-shadow .2s;
-ms-transition: opacity .2s, box-shadow .2s;
transition: opacity .2s, box-shadow .2s;
box-shadow: 0 0 12px rgba(0,0,0,.1);
padding-bottom: 8px; }
.sched-sort .sched-sort-dropdown .sched-sort-dropdown-select:after {
width: 100%;
height: 12px;
z-index: 0;
background: #e8e8e8;
position: absolute;
top: -12px;
left: 0;
content: '';
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-dropdown-select {
display: block;
opacity: 1;
}
.sched-sort .sched-sort-item {
width: 100%;
line-height: 18px;
padding: 9px 0;
cursor: pointer;
-ms-user-select: none; -moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.sched-sort .sched-sort-item:hover {
}
.sched-sort .sched-sort-item:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-sort .sched-sort-item.sched-sort-item-all {
padding-left: 30px;
font-weight: bold;
}
.sched-sort .sched-sort-item .sched-sort-item-icon {
float: left;
width: 30px;
text-align: right;
opacity: 0;
-webkit-transition: opacity .2s, width .2s;
-moz-transition: opacity .2s, width .2s;
-o-transition: opacity .2s, width .2s;
-ms-transition: opacity .2s, width .2s;
transition: opacity .2s, width .2s;
}
.sched-sort .sched-sort-item:hover .sched-sort-item-icon {
opacity: .3;
}
.sched-is-mobile .sched-sort .sched-sort-item:hover .sched-sort-item-icon {
opacity: 0;
}
.sched-sort .sched-sort-item.sched-sort-item-selected:hover .sched-sort-item-icon {
opacity: .8;
}
.sched-is-mobile .sched-sort .sched-sort-item.sched-sort-item-selected:hover .sched-sort-item-icon {
opacity: 1;
}
.sched-sort .sched-sort-item.sched-sort-item-selected .sched-sort-item-icon {
opacity: 1;
}
.sched-sort .sched-sort-item .sched-sort-item-label {
margin-left: 30px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 16px;
-webkit-transition: margin .2s;
-moz-transition: margin .2s;
-o-transition: margin .2s;
-ms-transition: margin .2s;
transition: margin .2s;
} .sched-sort.sched-sort-empty .sched-sort-item .sched-sort-item-icon {
opacity: 0;
width: 0;
}
.sched-sort.sched-sort-empty .sched-sort-item .sched-sort-item-label {
margin-left: 0;
}
.sched-sidebar {
width: 100px;
float: left;
}
.sched-sidebar.sched-sidebar-right {
float: right;
}
.sched-sidebar .sched-time {
margin-top: 50px; }
.sched-sidebar .sched-time .sched-time-value {
line-height: 14px;
height: 14px;
padding: 0 20px 36px 0;
color: #3f3f3f;
font-size: 14px;
text-align: right;
position: relative;
top: -9px;
}
.sched-sidebar.sched-sidebar-right .sched-time .sched-time-value {
text-align: left;
padding: 0 0 36px 20px;
}
.sched-sidebar .sched-time .sched-time-value:last-child {
padding-bottom: 0;
}
.sched-columns { margin-left: 100px;
position: relative; }
.sched-columns:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-column {
width: 25%;
float: left;
position: relative;
}
.sched-column .sched-column-tooltip {
position: absolute;
z-index: 15 !important;
color: #fff;
display: none;
top: -70px;
z-index: 1;
background: #18bc9c;
color: #fff;
width: 100%;
border-radius: 3px;
padding: 6px 0 6px 0;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-arrow {
position: absolute;
bottom: -5px;
left: 50%;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-arrow .sched-column-tooltip-arrow-inside {
position: relative;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #18bc9c transparent transparent transparent;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-title {
font-size: 14px;
line-height: 22px;
padding: 0 6px;
text-align: center;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-description {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-column .sched-column-header {
font-size: 14px;
background: #e8e8e8;
line-height: 18px;
height: 18px;
padding: 16px;
text-align: center;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: bold;
}
.sched-columns .sched-column:last-child .sched-column-header:after {
background:red #e8e8e8;
top: 0;
right: 0;
content: '';
height: 100px;
width: 1px;
position: absolute;
}
.sched-column .sched-column-header:after {
position: absolute;
background: #fff;
content: '';
right: 0px;
top: 0px;
height: 100%;
width: 1px;
}
.sched-column:last-child .sched-column-header:after {
background: #e8e8e8;
}
.sched-column .sched-column-header-handle {
position: absolute;
right: 8px;
top: 18px;
font-size: 14px;
line-height: 14px;
opacity: .3;
}
.sched-column .sched-column-content {
position: absolute; top: 50px;
width: 100%;
}
.sched-column .sched-column-bg {
background: #fff;
width: 100%;
height: 100%;
}
.sched-column .sched-column-bg .sched-column-bg-block {
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
height: 49px;
position: relative;
}
.sched-column .sched-column-bg .sched-column-bg-block:after {
position: absolute;
background: #f5f5f5;
content: '';
left: 0px;
top: 50%;
height: 1px;
width: 100%;
}
.sched-column:first-child .sched-column-bg .sched-column-bg-block {
border-left: 1px solid #e8e8e8;
}
.sched-row {
}
.sched-row.sched-row-no-title {
margin-bottom: 20px;
}
.sched-row-no-title .sched-column .sched-column-header {
display: none;
}
.sched-row-no-title .sched-column .sched-column-content {
top: 0;
}
.sched-row-no-title .sched-sidebar .sched-time {
margin-top: 0;
}
.sched-row-no-title .sched-column .sched-column-bg {
box-shadow: 0 -1px 0 #e8e8e8; }
a.sched-event {
position: absolute;
top: 100px;
height: 99px;
z-index: 10;
width: 100%;
color: #fff !important;
font-family: 'Lato', sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
text-decoration: none !important;
font-style: normal !important;
background: none !important;
padding: 0 !important;
margin: 0 !important; -webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
outline: none !important;
border: none !important;
box-shadow: none !important; }
a.sched-event:hover {
z-index: 11; }
a.sched-event[data-onclick="0"]:hover {
cursor: default;
}
a.sched-event.sched-event-sort-hidden {
opacity: .3;
}
.sched-column:first-child a.sched-event:after {
left: 1px;
}
.sched-event .sched-event-tooltip {
position: absolute;
z-index: 15;
color: #fff;
display: none;
top: -70px;
z-index: 1;
background: #18bc9c;
color: #fff;
width: 100%;
border-radius: 3px;
padding: 6px 0 6px 0;
left: 0;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-arrow {
position: absolute;
bottom: -5px;
left: 50%;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-arrow .sched-event-tooltip-arrow-inside {
position: relative;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #18bc9c transparent transparent transparent;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-title {
font-size: 14px;
line-height: 22px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-time {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-description {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-inner {
background: #888; margin: 0 1px 0px 0px;
height: 100%;
padding: 0 20px;
position: relative;
-webkit-transition: background .2s;
-moz-transition: background .2s;
-o-transition: background .2s;
-ms-transition: background .2s;
transition: background .2s;
}
.sched-event .sched-event-inner .sched-event-inner-bar {
display: none;
background: #d06726;
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
content: '';
opacity: .5;
}
.sched-columns .sched-column:first-child .sched-event .sched-event-inner .sched-event-inner-bar {
left: 1px;
}
.sched-event.sched-event-invert .sched-event-inner .sched-event-inner-bar {
display: block;
}
.sched-event .sched-event-inner > * { }
.sched-column:first-child a.sched-event:before {
position: absolute;
z-index: 12;
width: 1px;
height: 100%;
background: #e8e8e8;
left: 0;
top: 0px;
content: '';
}
.sched-event .sched-event-copy-icon {
position: absolute;
top: 1px;
left: 1px;
color: #fff;
background: rgba(0,0,0,.5); height: 16px;
line-height: 16px;
text-align: left;
font-size: 12px;
border-radius: 2px;
padding: 3px 7px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.sched-event .sched-event-copy-icon span {
display: none;
margin-left: 6px;
}
.sched-event .sched-event-copy-icon:hover span {
display: inline;
}
.sched-event .sched-event-title {
font-size: 14px;
line-height: 18px;
padding-top: 14px;
font-weight: bold;
}
.sched-event .sched-event-subtitle {
font-size: 12px;
line-height: 16px;
padding-top: 6px;
}
.sched-event .sched-event-description {
font-size: 12px;
line-height: 16px;
padding-top: 6px; }
.sched-event-fulldescription {
display: none;
}
.sched-event-image-load {
display: none;
}
.sched-popup {
position: absolute;
width: 174px; color: #535353; top: 0;
left: 0;
z-index: 99999999;
display: none;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.sched-popup.sched-popup-done {
box-shadow: 2px 2px 10px rgba(0,0,0,.25); }
html body .sched-popup .sched-popup-description-text a,
html body .sched-popup .sched-meta a {
color: #18bc9c;
}
.sched-popup .sched-popup-title {
font-size: 18px;
line-height: 18px;
background: #01c0c8;
color: #fff;
padding: 30px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.sched-popup.sched-popup-has-image .sched-popup-title {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.sched-popup .sched-popup-title > div { position: relative;
}
.sched-popup .sched-popup-media {
display: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.sched-popup .sched-popup-media[data-media-type=youtube] {
background: #000;
position: relative;
}
.sched-popup .sched-popup-media[data-media-type=youtube] i {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 16px;
}
.sched-popup .sched-popup-media img {
width: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: relative;
left: 0;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
box-shadow: 0 0 0 rgba(0,0,0,.25);
padding: 0;
margin: 0;
display: block;
border: none;
} .sched-popup .sched-popup-close {
position: absolute;
right: 0px;
top: 0px;
color: #fff;
font-size: 18px;
line-height: 18px;
height: 18px;
width: 18px;
padding: 10px;
text-align: center;
z-index: 999999999;
opacity: 0;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
border-top-right-radius: 3px;
display: block;
}
.sched-popup.sched-popup-done .sched-popup-close:hover {
opacity: 1;
}
.sched-popup.sched-popup-done .sched-popup-close {
opacity: .75;
}
.sched-popup .sched-popup-description {
display: none;
background: #fff;  padding: 30px 30px 16px 30px; padding: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.sched-popup p.sched-popup-description-text {
font-family: 'Lato', sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 24px !important;
padding: 0 !important;
margin: 0 !important;
padding: 30px 30px 30px 30px !important;
}
.sched-popup p.sched-popup-description-text.sched-event-no-description {
display: none;
}
.sched-meta {   }
.sched-meta .sched-meta-field {    padding: 15px 30px 15px 30px;
-webkit-transition: background .2s;
-moz-transition: background .2s;
-o-transition: background .2s;
-ms-transition: background .2s;
transition: background .2s;
}
.sched-meta .sched-meta-field:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-meta .sched-meta-field:hover { }
.sched-meta .sched-meta-field .sched-meta-icon {
float: left;
font-size: 20px; text-align: center;
width: 18px;
margin-top: 14px;
}
.sched-meta .sched-meta-field .sched-meta-right {
margin-left: 50px; }
.sched-meta .sched-meta-field .sched-meta-right .sched-meta-name {
}
.sched-meta .sched-meta-field .sched-meta-right .sched-meta-value {
}
.sched-meta .sched-meta-field.sched-meta-field-single {
}
.sched-meta .sched-meta-field.sched-meta-field-single .sched-meta-icon {
margin-top: 0px;
}
.sched-meta .sched-meta-field.sched-meta-field-no-icon .sched-meta-right {
margin-left: 0;
}
.sched-meta .sched-meta-field.sched-meta-field-no-icon .sched-meta-icon {
display: none;
}
.sched-popup .sched-popup-widgets {
margin-bottom: 16px;
}
.sched-popup .sched-popup-widget { }
.sched-popup .sched-popup-widget:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-popup .sched-popup-widget .sched-popup-widget-icon {
float: left;
margin-top: 3px;
}
.sched-popup .sched-popup-widget .sched-popup-widget-text { margin-left: 30px;
}
.sched-popup .sched-popup-buttons { border-top: 1px solid #eee; padding: 16px;
display: none;
}
.sched-popup .sched-popup-buttons a {  }
.sched-popup .sched-popup-buttons a:hover { }
.sched-popup .sched-popup-edit {
padding: 20px;
box-shadow: inset 0 0 20px rgba(0,0,0,.25);
background: #595967;
height: 100px;
color: #fff;
}
.sched-popup .sched-popup-social-buttons {
margin: 16px 30px 0 30px;
border-top: 1px solid #eee;
padding-top: 16px;
}
.sched-popup .sched-popup-social-buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button {
text-decoration: none!important;
border: none !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
width: 40px;
height: 40px;
border-radius: 20px;
z-index: 999;
display: inline-block;
font-size: 14px !important;
color: #fff !important;
line-height: 40px !important;
text-align: center !important;
float: left;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-facebook {
background-color: #3b5998;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-twitter {
background-color: #55acee;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-google-plus {
background-color: #dd4b39;
}
.sched-popup-overlay {
background: #000;
position: fixed;
width: 100%;
height: 100%;
z-index: 99999998;
top: 0;
left: 0;
overflow: hidden;
opacity: 0;
display: none;
}
.sched-popup-overlay.sched-popup-overlay-show {
display: block;
animation-duration: 0.5s;
animation-name: schedFadeOverlay;
-ms-animation-duration: 0.5s;
-ms-animation-name: schedFadeOverlay;
-moz-animation-duration: 0.5s;
-moz-animation-name: schedFadeOverlay;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: schedFadeOverlay;
opacity: .5;
}
.sched-popup-overlay.sched-popup-overlay-hide {
display: block;
animation-duration: 0.5s;
animation-name: schedFadeOverlayReverse;
animation-direction: reverse;
-ms-animation-duration: 0.5s;
-ms-animation-name: schedFadeOverlayReverse;
-ms-animation-direction: reverse;
-moz-animation-duration: 0.5s;
-moz-animation-name: schedFadeOverlayReverse;
-moz-animation-direction: reverse;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: schedFadeOverlayReverse;
-webkit-animation-direction: reverse; }
@keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-ms-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-moz-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-webkit-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-ms-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-moz-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-webkit-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}@font-face{font-family:FontAwesomeSCHED;src:url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//beverlyhillsfilmfestival.com/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.sched-icon{display:inline-block;font:normal normal normal 14px/1 FontAwesomeSCHED;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.sched-icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.sched-icon-2x{font-size:2em}.sched-icon-3x{font-size:3em}.sched-icon-4x{font-size:4em}.sched-icon-5x{font-size:5em}.sched-icon-fw{width:1.28571429em;text-align:center}.sched-icon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.sched-icon-ul>li{position:relative}.sched-icon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.sched-icon-li.sched-icon-lg{left:-1.85714286em}.sched-icon-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.sched-icon.pull-left{margin-right:.3em}.sched-icon.pull-right{margin-left:.3em}.sched-icon-spin{-webkit-animation:sched-icon-spin 2s infinite linear;animation:sched-icon-spin 2s infinite linear}.sched-icon-pulse{-webkit-animation:sched-icon-spin 1s infinite steps(8);animation:sched-icon-spin 1s infinite steps(8)}@-webkit-keyframes sched-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes sched-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sched-icon-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sched-icon-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sched-icon-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sched-icon-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.sched-icon-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .sched-icon-flip-horizontal,:root .sched-icon-flip-vertical,:root .sched-icon-rotate-180,:root .sched-icon-rotate-270,:root .sched-icon-rotate-90{filter:none}.sched-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.sched-icon-stack-1x,.sched-icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.sched-icon-stack-1x{line-height:inherit}.sched-icon-stack-2x{font-size:2em}.sched-icon-inverse{color:#fff}.sched-icon-glass:before{content:"\f000"}.sched-icon-music:before{content:"\f001"}.sched-icon-search:before{content:"\f002"}.sched-icon-envelope-o:before{content:"\f003"}.sched-icon-heart:before{content:"\f004"}.sched-icon-star:before{content:"\f005"}.sched-icon-star-o:before{content:"\f006"}.sched-icon-user:before{content:"\f007"}.sched-icon-film:before{content:"\f008"}.sched-icon-th-large:before{content:"\f009"}.sched-icon-th:before{content:"\f00a"}.sched-icon-th-list:before{content:"\f00b"}.sched-icon-check:before{content:"\f00c"}.sched-icon-close:before,.sched-icon-remove:before,.sched-icon-times:before{content:"\f00d"}.sched-icon-search-plus:before{content:"\f00e"}.sched-icon-search-minus:before{content:"\f010"}.sched-icon-power-off:before{content:"\f011"}.sched-icon-signal:before{content:"\f012"}.sched-icon-cog:before,.sched-icon-gear:before{content:"\f013"}.sched-icon-trash-o:before{content:"\f014"}.sched-icon-home:before{content:"\f015"}.sched-icon-file-o:before{content:"\f016"}.sched-icon-clock-o:before{content:"\f017"}.sched-icon-road:before{content:"\f018"}.sched-icon-download:before{content:"\f019"}.sched-icon-arrow-circle-o-down:before{content:"\f01a"}.sched-icon-arrow-circle-o-up:before{content:"\f01b"}.sched-icon-inbox:before{content:"\f01c"}.sched-icon-play-circle-o:before{content:"\f01d"}.sched-icon-repeat:before,.sched-icon-rotate-right:before{content:"\f01e"}.sched-icon-refresh:before{content:"\f021"}.sched-icon-list-alt:before{content:"\f022"}.sched-icon-lock:before{content:"\f023"}.sched-icon-flag:before{content:"\f024"}.sched-icon-headphones:before{content:"\f025"}.sched-icon-volume-off:before{content:"\f026"}.sched-icon-volume-down:before{content:"\f027"}.sched-icon-volume-up:before{content:"\f028"}.sched-icon-qrcode:before{content:"\f029"}.sched-icon-barcode:before{content:"\f02a"}.sched-icon-tag:before{content:"\f02b"}.sched-icon-tags:before{content:"\f02c"}.sched-icon-book:before{content:"\f02d"}.sched-icon-bookmark:before{content:"\f02e"}.sched-icon-print:before{content:"\f02f"}.sched-icon-camera:before{content:"\f030"}.sched-icon-font:before{content:"\f031"}.sched-icon-bold:before{content:"\f032"}.sched-icon-italic:before{content:"\f033"}.sched-icon-text-height:before{content:"\f034"}.sched-icon-text-width:before{content:"\f035"}.sched-icon-align-left:before{content:"\f036"}.sched-icon-align-center:before{content:"\f037"}.sched-icon-align-right:before{content:"\f038"}.sched-icon-align-justify:before{content:"\f039"}.sched-icon-list:before{content:"\f03a"}.sched-icon-dedent:before,.sched-icon-outdent:before{content:"\f03b"}.sched-icon-indent:before{content:"\f03c"}.sched-icon-video-camera:before{content:"\f03d"}.sched-icon-image:before,.sched-icon-photo:before,.sched-icon-picture-o:before{content:"\f03e"}.sched-icon-pencil:before{content:"\f040"}.sched-icon-map-marker:before{content:"\f041"}.sched-icon-adjust:before{content:"\f042"}.sched-icon-tint:before{content:"\f043"}.sched-icon-edit:before,.sched-icon-pencil-square-o:before{content:"\f044"}.sched-icon-share-square-o:before{content:"\f045"}.sched-icon-check-square-o:before{content:"\f046"}.sched-icon-arrows:before{content:"\f047"}.sched-icon-step-backward:before{content:"\f048"}.sched-icon-fast-backward:before{content:"\f049"}.sched-icon-backward:before{content:"\f04a"}.sched-icon-play:before{content:"\f04b"}.sched-icon-pause:before{content:"\f04c"}.sched-icon-stop:before{content:"\f04d"}.sched-icon-forward:before{content:"\f04e"}.sched-icon-fast-forward:before{content:"\f050"}.sched-icon-step-forward:before{content:"\f051"}.sched-icon-eject:before{content:"\f052"}.sched-icon-chevron-left:before{content:"\f053"}.sched-icon-chevron-right:before{content:"\f054"}.sched-icon-plus-circle:before{content:"\f055"}.sched-icon-minus-circle:before{content:"\f056"}.sched-icon-times-circle:before{content:"\f057"}.sched-icon-check-circle:before{content:"\f058"}.sched-icon-question-circle:before{content:"\f059"}.sched-icon-info-circle:before{content:"\f05a"}.sched-icon-crosshairs:before{content:"\f05b"}.sched-icon-times-circle-o:before{content:"\f05c"}.sched-icon-check-circle-o:before{content:"\f05d"}.sched-icon-ban:before{content:"\f05e"}.sched-icon-arrow-left:before{content:"\f060"}.sched-icon-arrow-right:before{content:"\f061"}.sched-icon-arrow-up:before{content:"\f062"}.sched-icon-arrow-down:before{content:"\f063"}.sched-icon-mail-forward:before,.sched-icon-share:before{content:"\f064"}.sched-icon-expand:before{content:"\f065"}.sched-icon-compress:before{content:"\f066"}.sched-icon-plus:before{content:"\f067"}.sched-icon-minus:before{content:"\f068"}.sched-icon-asterisk:before{content:"\f069"}.sched-icon-exclamation-circle:before{content:"\f06a"}.sched-icon-gift:before{content:"\f06b"}.sched-icon-leaf:before{content:"\f06c"}.sched-icon-fire:before{content:"\f06d"}.sched-icon-eye:before{content:"\f06e"}.sched-icon-eye-slash:before{content:"\f070"}.sched-icon-exclamation-triangle:before,.sched-icon-warning:before{content:"\f071"}.sched-icon-plane:before{content:"\f072"}.sched-icon-calendar:before{content:"\f073"}.sched-icon-random:before{content:"\f074"}.sched-icon-comment:before{content:"\f075"}.sched-icon-magnet:before{content:"\f076"}.sched-icon-chevron-up:before{content:"\f077"}.sched-icon-chevron-down:before{content:"\f078"}.sched-icon-retweet:before{content:"\f079"}.sched-icon-shopping-cart:before{content:"\f07a"}.sched-icon-folder:before{content:"\f07b"}.sched-icon-folder-open:before{content:"\f07c"}.sched-icon-arrows-v:before{content:"\f07d"}.sched-icon-arrows-h:before{content:"\f07e"}.sched-icon-bar-chart-o:before,.sched-icon-bar-chart:before{content:"\f080"}.sched-icon-twitter-square:before{content:"\f081"}.sched-icon-facebook-square:before{content:"\f082"}.sched-icon-camera-retro:before{content:"\f083"}.sched-icon-key:before{content:"\f084"}.sched-icon-cogs:before,.sched-icon-gears:before{content:"\f085"}.sched-icon-comments:before{content:"\f086"}.sched-icon-thumbs-o-up:before{content:"\f087"}.sched-icon-thumbs-o-down:before{content:"\f088"}.sched-icon-star-half:before{content:"\f089"}.sched-icon-heart-o:before{content:"\f08a"}.sched-icon-sign-out:before{content:"\f08b"}.sched-icon-linkedin-square:before{content:"\f08c"}.sched-icon-thumb-tack:before{content:"\f08d"}.sched-icon-external-link:before{content:"\f08e"}.sched-icon-sign-in:before{content:"\f090"}.sched-icon-trophy:before{content:"\f091"}.sched-icon-github-square:before{content:"\f092"}.sched-icon-upload:before{content:"\f093"}.sched-icon-lemon-o:before{content:"\f094"}.sched-icon-phone:before{content:"\f095"}.sched-icon-square-o:before{content:"\f096"}.sched-icon-bookmark-o:before{content:"\f097"}.sched-icon-phone-square:before{content:"\f098"}.sched-icon-twitter:before{content:"\f099"}.sched-icon-facebook-f:before,.sched-icon-facebook:before{content:"\f09a"}.sched-icon-github:before{content:"\f09b"}.sched-icon-unlock:before{content:"\f09c"}.sched-icon-credit-card:before{content:"\f09d"}.sched-icon-rss:before{content:"\f09e"}.sched-icon-hdd-o:before{content:"\f0a0"}.sched-icon-bullhorn:before{content:"\f0a1"}.sched-icon-bell:before{content:"\f0f3"}.sched-icon-certificate:before{content:"\f0a3"}.sched-icon-hand-o-right:before{content:"\f0a4"}.sched-icon-hand-o-left:before{content:"\f0a5"}.sched-icon-hand-o-up:before{content:"\f0a6"}.sched-icon-hand-o-down:before{content:"\f0a7"}.sched-icon-arrow-circle-left:before{content:"\f0a8"}.sched-icon-arrow-circle-right:before{content:"\f0a9"}.sched-icon-arrow-circle-up:before{content:"\f0aa"}.sched-icon-arrow-circle-down:before{content:"\f0ab"}.sched-icon-globe:before{content:"\f0ac"}.sched-icon-wrench:before{content:"\f0ad"}.sched-icon-tasks:before{content:"\f0ae"}.sched-icon-filter:before{content:"\f0b0"}.sched-icon-briefcase:before{content:"\f0b1"}.sched-icon-arrows-alt:before{content:"\f0b2"}.sched-icon-group:before,.sched-icon-users:before{content:"\f0c0"}.sched-icon-chain:before,.sched-icon-link:before{content:"\f0c1"}.sched-icon-cloud:before{content:"\f0c2"}.sched-icon-flask:before{content:"\f0c3"}.sched-icon-cut:before,.sched-icon-scissors:before{content:"\f0c4"}.sched-icon-copy:before,.sched-icon-files-o:before{content:"\f0c5"}.sched-icon-paperclip:before{content:"\f0c6"}.sched-icon-floppy-o:before,.sched-icon-save:before{content:"\f0c7"}.sched-icon-square:before{content:"\f0c8"}.sched-icon-bars:before,.sched-icon-navicon:before,.sched-icon-reorder:before{content:"\f0c9"}.sched-icon-list-ul:before{content:"\f0ca"}.sched-icon-list-ol:before{content:"\f0cb"}.sched-icon-strikethrough:before{content:"\f0cc"}.sched-icon-underline:before{content:"\f0cd"}.sched-icon-table:before{content:"\f0ce"}.sched-icon-magic:before{content:"\f0d0"}.sched-icon-truck:before{content:"\f0d1"}.sched-icon-pinterest:before{content:"\f0d2"}.sched-icon-pinterest-square:before{content:"\f0d3"}.sched-icon-google-plus-square:before{content:"\f0d4"}.sched-icon-google-plus:before{content:"\f0d5"}.sched-icon-money:before{content:"\f0d6"}.sched-icon-caret-down:before{content:"\f0d7"}.sched-icon-caret-up:before{content:"\f0d8"}.sched-icon-caret-left:before{content:"\f0d9"}.sched-icon-caret-right:before{content:"\f0da"}.sched-icon-columns:before{content:"\f0db"}.sched-icon-sort:before,.sched-icon-unsorted:before{content:"\f0dc"}.sched-icon-sort-desc:before,.sched-icon-sort-down:before{content:"\f0dd"}.sched-icon-sort-asc:before,.sched-icon-sort-up:before{content:"\f0de"}.sched-icon-envelope:before{content:"\f0e0"}.sched-icon-linkedin:before{content:"\f0e1"}.sched-icon-rotate-left:before,.sched-icon-undo:before{content:"\f0e2"}.sched-icon-gavel:before,.sched-icon-legal:before{content:"\f0e3"}.sched-icon-dashboard:before,.sched-icon-tachometer:before{content:"\f0e4"}.sched-icon-comment-o:before{content:"\f0e5"}.sched-icon-comments-o:before{content:"\f0e6"}.sched-icon-bolt:before,.sched-icon-flash:before{content:"\f0e7"}.sched-icon-sitemap:before{content:"\f0e8"}.sched-icon-umbrella:before{content:"\f0e9"}.sched-icon-clipboard:before,.sched-icon-paste:before{content:"\f0ea"}.sched-icon-lightbulb-o:before{content:"\f0eb"}.sched-icon-exchange:before{content:"\f0ec"}.sched-icon-cloud-download:before{content:"\f0ed"}.sched-icon-cloud-upload:before{content:"\f0ee"}.sched-icon-user-md:before{content:"\f0f0"}.sched-icon-stethoscope:before{content:"\f0f1"}.sched-icon-suitcase:before{content:"\f0f2"}.sched-icon-bell-o:before{content:"\f0a2"}.sched-icon-coffee:before{content:"\f0f4"}.sched-icon-cutlery:before{content:"\f0f5"}.sched-icon-file-text-o:before{content:"\f0f6"}.sched-icon-building-o:before{content:"\f0f7"}.sched-icon-hospital-o:before{content:"\f0f8"}.sched-icon-ambulance:before{content:"\f0f9"}.sched-icon-medkit:before{content:"\f0fa"}.sched-icon-fighter-jet:before{content:"\f0fb"}.sched-icon-beer:before{content:"\f0fc"}.sched-icon-h-square:before{content:"\f0fd"}.sched-icon-plus-square:before{content:"\f0fe"}.sched-icon-angle-double-left:before{content:"\f100"}.sched-icon-angle-double-right:before{content:"\f101"}.sched-icon-angle-double-up:before{content:"\f102"}.sched-icon-angle-double-down:before{content:"\f103"}.sched-icon-angle-left:before{content:"\f104"}.sched-icon-angle-right:before{content:"\f105"}.sched-icon-angle-up:before{content:"\f106"}.sched-icon-angle-down:before{content:"\f107"}.sched-icon-desktop:before{content:"\f108"}.sched-icon-laptop:before{content:"\f109"}.sched-icon-tablet:before{content:"\f10a"}.sched-icon-mobile-phone:before,.sched-icon-mobile:before{content:"\f10b"}.sched-icon-circle-o:before{content:"\f10c"}.sched-icon-quote-left:before{content:"\f10d"}.sched-icon-quote-right:before{content:"\f10e"}.sched-icon-spinner:before{content:"\f110"}.sched-icon-circle:before{content:"\f111"}.sched-icon-mail-reply:before,.sched-icon-reply:before{content:"\f112"}.sched-icon-github-alt:before{content:"\f113"}.sched-icon-folder-o:before{content:"\f114"}.sched-icon-folder-open-o:before{content:"\f115"}.sched-icon-smile-o:before{content:"\f118"}.sched-icon-frown-o:before{content:"\f119"}.sched-icon-meh-o:before{content:"\f11a"}.sched-icon-gamepad:before{content:"\f11b"}.sched-icon-keyboard-o:before{content:"\f11c"}.sched-icon-flag-o:before{content:"\f11d"}.sched-icon-flag-checkered:before{content:"\f11e"}.sched-icon-terminal:before{content:"\f120"}.sched-icon-code:before{content:"\f121"}.sched-icon-mail-reply-all:before,.sched-icon-reply-all:before{content:"\f122"}.sched-icon-star-half-empty:before,.sched-icon-star-half-full:before,.sched-icon-star-half-o:before{content:"\f123"}.sched-icon-location-arrow:before{content:"\f124"}.sched-icon-crop:before{content:"\f125"}.sched-icon-code-fork:before{content:"\f126"}.sched-icon-chain-broken:before,.sched-icon-unlink:before{content:"\f127"}.sched-icon-question:before{content:"\f128"}.sched-icon-info:before{content:"\f129"}.sched-icon-exclamation:before{content:"\f12a"}.sched-icon-superscript:before{content:"\f12b"}.sched-icon-subscript:before{content:"\f12c"}.sched-icon-eraser:before{content:"\f12d"}.sched-icon-puzzle-piece:before{content:"\f12e"}.sched-icon-microphone:before{content:"\f130"}.sched-icon-microphone-slash:before{content:"\f131"}.sched-icon-shield:before{content:"\f132"}.sched-icon-calendar-o:before{content:"\f133"}.sched-icon-fire-extinguisher:before{content:"\f134"}.sched-icon-rocket:before{content:"\f135"}.sched-icon-maxcdn:before{content:"\f136"}.sched-icon-chevron-circle-left:before{content:"\f137"}.sched-icon-chevron-circle-right:before{content:"\f138"}.sched-icon-chevron-circle-up:before{content:"\f139"}.sched-icon-chevron-circle-down:before{content:"\f13a"}.sched-icon-html5:before{content:"\f13b"}.sched-icon-css3:before{content:"\f13c"}.sched-icon-anchor:before{content:"\f13d"}.sched-icon-unlock-alt:before{content:"\f13e"}.sched-icon-bullseye:before{content:"\f140"}.sched-icon-ellipsis-h:before{content:"\f141"}.sched-icon-ellipsis-v:before{content:"\f142"}.sched-icon-rss-square:before{content:"\f143"}.sched-icon-play-circle:before{content:"\f144"}.sched-icon-ticket:before{content:"\f145"}.sched-icon-minus-square:before{content:"\f146"}.sched-icon-minus-square-o:before{content:"\f147"}.sched-icon-level-up:before{content:"\f148"}.sched-icon-level-down:before{content:"\f149"}.sched-icon-check-square:before{content:"\f14a"}.sched-icon-pencil-square:before{content:"\f14b"}.sched-icon-external-link-square:before{content:"\f14c"}.sched-icon-share-square:before{content:"\f14d"}.sched-icon-compass:before{content:"\f14e"}.sched-icon-caret-square-o-down:before,.sched-icon-toggle-down:before{content:"\f150"}.sched-icon-caret-square-o-up:before,.sched-icon-toggle-up:before{content:"\f151"}.sched-icon-caret-square-o-right:before,.sched-icon-toggle-right:before{content:"\f152"}.sched-icon-eur:before,.sched-icon-euro:before{content:"\f153"}.sched-icon-gbp:before{content:"\f154"}.sched-icon-dollar:before,.sched-icon-usd:before{content:"\f155"}.sched-icon-inr:before,.sched-icon-rupee:before{content:"\f156"}.sched-icon-cny:before,.sched-icon-jpy:before,.sched-icon-rmb:before,.sched-icon-yen:before{content:"\f157"}.sched-icon-rouble:before,.sched-icon-rub:before,.sched-icon-ruble:before{content:"\f158"}.sched-icon-krw:before,.sched-icon-won:before{content:"\f159"}.sched-icon-bitcoin:before,.sched-icon-btc:before{content:"\f15a"}.sched-icon-file:before{content:"\f15b"}.sched-icon-file-text:before{content:"\f15c"}.sched-icon-sort-alpha-asc:before{content:"\f15d"}.sched-icon-sort-alpha-desc:before{content:"\f15e"}.sched-icon-sort-amount-asc:before{content:"\f160"}.sched-icon-sort-amount-desc:before{content:"\f161"}.sched-icon-sort-numeric-asc:before{content:"\f162"}.sched-icon-sort-numeric-desc:before{content:"\f163"}.sched-icon-thumbs-up:before{content:"\f164"}.sched-icon-thumbs-down:before{content:"\f165"}.sched-icon-youtube-square:before{content:"\f166"}.sched-icon-youtube:before{content:"\f167"}.sched-icon-xing:before{content:"\f168"}.sched-icon-xing-square:before{content:"\f169"}.sched-icon-youtube-play:before{content:"\f16a"}.sched-icon-dropbox:before{content:"\f16b"}.sched-icon-stack-overflow:before{content:"\f16c"}.sched-icon-instagram:before{content:"\f16d"}.sched-icon-flickr:before{content:"\f16e"}.sched-icon-adn:before{content:"\f170"}.sched-icon-bitbucket:before{content:"\f171"}.sched-icon-bitbucket-square:before{content:"\f172"}.sched-icon-tumblr:before{content:"\f173"}.sched-icon-tumblr-square:before{content:"\f174"}.sched-icon-long-arrow-down:before{content:"\f175"}.sched-icon-long-arrow-up:before{content:"\f176"}.sched-icon-long-arrow-left:before{content:"\f177"}.sched-icon-long-arrow-right:before{content:"\f178"}.sched-icon-apple:before{content:"\f179"}.sched-icon-windows:before{content:"\f17a"}.sched-icon-android:before{content:"\f17b"}.sched-icon-linux:before{content:"\f17c"}.sched-icon-dribbble:before{content:"\f17d"}.sched-icon-skype:before{content:"\f17e"}.sched-icon-foursquare:before{content:"\f180"}.sched-icon-trello:before{content:"\f181"}.sched-icon-female:before{content:"\f182"}.sched-icon-male:before{content:"\f183"}.sched-icon-gittip:before,.sched-icon-gratipay:before{content:"\f184"}.sched-icon-sun-o:before{content:"\f185"}.sched-icon-moon-o:before{content:"\f186"}.sched-icon-archive:before{content:"\f187"}.sched-icon-bug:before{content:"\f188"}.sched-icon-vk:before{content:"\f189"}.sched-icon-weibo:before{content:"\f18a"}.sched-icon-renren:before{content:"\f18b"}.sched-icon-pagelines:before{content:"\f18c"}.sched-icon-stack-exchange:before{content:"\f18d"}.sched-icon-arrow-circle-o-right:before{content:"\f18e"}.sched-icon-arrow-circle-o-left:before{content:"\f190"}.sched-icon-caret-square-o-left:before,.sched-icon-toggle-left:before{content:"\f191"}.sched-icon-dot-circle-o:before{content:"\f192"}.sched-icon-wheelchair:before{content:"\f193"}.sched-icon-vimeo-square:before{content:"\f194"}.sched-icon-try:before,.sched-icon-turkish-lira:before{content:"\f195"}.sched-icon-plus-square-o:before{content:"\f196"}.sched-icon-space-shuttle:before{content:"\f197"}.sched-icon-slack:before{content:"\f198"}.sched-icon-envelope-square:before{content:"\f199"}.sched-icon-wordpress:before{content:"\f19a"}.sched-icon-openid:before{content:"\f19b"}.sched-icon-bank:before,.sched-icon-institution:before,.sched-icon-university:before{content:"\f19c"}.sched-icon-graduation-cap:before,.sched-icon-mortar-board:before{content:"\f19d"}.sched-icon-yahoo:before{content:"\f19e"}.sched-icon-google:before{content:"\f1a0"}.sched-icon-reddit:before{content:"\f1a1"}.sched-icon-reddit-square:before{content:"\f1a2"}.sched-icon-stumbleupon-circle:before{content:"\f1a3"}.sched-icon-stumbleupon:before{content:"\f1a4"}.sched-icon-delicious:before{content:"\f1a5"}.sched-icon-digg:before{content:"\f1a6"}.sched-icon-pied-piper:before{content:"\f1a7"}.sched-icon-pied-piper-alt:before{content:"\f1a8"}.sched-icon-drupal:before{content:"\f1a9"}.sched-icon-joomla:before{content:"\f1aa"}.sched-icon-language:before{content:"\f1ab"}.sched-icon-fax:before{content:"\f1ac"}.sched-icon-building:before{content:"\f1ad"}.sched-icon-child:before{content:"\f1ae"}.sched-icon-paw:before{content:"\f1b0"}.sched-icon-spoon:before{content:"\f1b1"}.sched-icon-cube:before{content:"\f1b2"}.sched-icon-cubes:before{content:"\f1b3"}.sched-icon-behance:before{content:"\f1b4"}.sched-icon-behance-square:before{content:"\f1b5"}.sched-icon-steam:before{content:"\f1b6"}.sched-icon-steam-square:before{content:"\f1b7"}.sched-icon-recycle:before{content:"\f1b8"}.sched-icon-automobile:before,.sched-icon-car:before{content:"\f1b9"}.sched-icon-cab:before,.sched-icon-taxi:before{content:"\f1ba"}.sched-icon-tree:before{content:"\f1bb"}.sched-icon-spotify:before{content:"\f1bc"}.sched-icon-deviantart:before{content:"\f1bd"}.sched-icon-soundcloud:before{content:"\f1be"}.sched-icon-database:before{content:"\f1c0"}.sched-icon-file-pdf-o:before{content:"\f1c1"}.sched-icon-file-word-o:before{content:"\f1c2"}.sched-icon-file-excel-o:before{content:"\f1c3"}.sched-icon-file-powerpoint-o:before{content:"\f1c4"}.sched-icon-file-image-o:before,.sched-icon-file-photo-o:before,.sched-icon-file-picture-o:before{content:"\f1c5"}.sched-icon-file-archive-o:before,.sched-icon-file-zip-o:before{content:"\f1c6"}.sched-icon-file-audio-o:before,.sched-icon-file-sound-o:before{content:"\f1c7"}.sched-icon-file-movie-o:before,.sched-icon-file-video-o:before{content:"\f1c8"}.sched-icon-file-code-o:before{content:"\f1c9"}.sched-icon-vine:before{content:"\f1ca"}.sched-icon-codepen:before{content:"\f1cb"}.sched-icon-jsfiddle:before{content:"\f1cc"}.sched-icon-life-bouy:before,.sched-icon-life-buoy:before,.sched-icon-life-ring:before,.sched-icon-life-saver:before,.sched-icon-support:before{content:"\f1cd"}.sched-icon-circle-o-notch:before{content:"\f1ce"}.sched-icon-ra:before,.sched-icon-rebel:before{content:"\f1d0"}.sched-icon-empire:before,.sched-icon-ge:before{content:"\f1d1"}.sched-icon-git-square:before{content:"\f1d2"}.sched-icon-git:before{content:"\f1d3"}.sched-icon-hacker-news:before{content:"\f1d4"}.sched-icon-tencent-weibo:before{content:"\f1d5"}.sched-icon-qq:before{content:"\f1d6"}.sched-icon-wechat:before,.sched-icon-weixin:before{content:"\f1d7"}.sched-icon-paper-plane:before,.sched-icon-send:before{content:"\f1d8"}.sched-icon-paper-plane-o:before,.sched-icon-send-o:before{content:"\f1d9"}.sched-icon-history:before{content:"\f1da"}.sched-icon-circle-thin:before,.sched-icon-genderless:before{content:"\f1db"}.sched-icon-header:before{content:"\f1dc"}.sched-icon-paragraph:before{content:"\f1dd"}.sched-icon-sliders:before{content:"\f1de"}.sched-icon-share-alt:before{content:"\f1e0"}.sched-icon-share-alt-square:before{content:"\f1e1"}.sched-icon-bomb:before{content:"\f1e2"}.sched-icon-futbol-o:before,.sched-icon-soccer-ball-o:before{content:"\f1e3"}.sched-icon-tty:before{content:"\f1e4"}.sched-icon-binoculars:before{content:"\f1e5"}.sched-icon-plug:before{content:"\f1e6"}.sched-icon-slideshare:before{content:"\f1e7"}.sched-icon-twitch:before{content:"\f1e8"}.sched-icon-yelp:before{content:"\f1e9"}.sched-icon-newspaper-o:before{content:"\f1ea"}.sched-icon-wifi:before{content:"\f1eb"}.sched-icon-calculator:before{content:"\f1ec"}.sched-icon-paypal:before{content:"\f1ed"}.sched-icon-google-wallet:before{content:"\f1ee"}.sched-icon-cc-visa:before{content:"\f1f0"}.sched-icon-cc-mastercard:before{content:"\f1f1"}.sched-icon-cc-discover:before{content:"\f1f2"}.sched-icon-cc-amex:before{content:"\f1f3"}.sched-icon-cc-paypal:before{content:"\f1f4"}.sched-icon-cc-stripe:before{content:"\f1f5"}.sched-icon-bell-slash:before{content:"\f1f6"}.sched-icon-bell-slash-o:before{content:"\f1f7"}.sched-icon-trash:before{content:"\f1f8"}.sched-icon-copyright:before{content:"\f1f9"}.sched-icon-at:before{content:"\f1fa"}.sched-icon-eyedropper:before{content:"\f1fb"}.sched-icon-paint-brush:before{content:"\f1fc"}.sched-icon-birthday-cake:before{content:"\f1fd"}.sched-icon-area-chart:before{content:"\f1fe"}.sched-icon-pie-chart:before{content:"\f200"}.sched-icon-line-chart:before{content:"\f201"}.sched-icon-lastfm:before{content:"\f202"}.sched-icon-lastfm-square:before{content:"\f203"}.sched-icon-toggle-off:before{content:"\f204"}.sched-icon-toggle-on:before{content:"\f205"}.sched-icon-bicycle:before{content:"\f206"}.sched-icon-bus:before{content:"\f207"}.sched-icon-ioxhost:before{content:"\f208"}.sched-icon-angellist:before{content:"\f209"}.sched-icon-cc:before{content:"\f20a"}.sched-icon-ils:before,.sched-icon-shekel:before,.sched-icon-sheqel:before{content:"\f20b"}.sched-icon-meanpath:before{content:"\f20c"}.sched-icon-buysellads:before{content:"\f20d"}.sched-icon-connectdevelop:before{content:"\f20e"}.sched-icon-dashcube:before{content:"\f210"}.sched-icon-forumbee:before{content:"\f211"}.sched-icon-leanpub:before{content:"\f212"}.sched-icon-sellsy:before{content:"\f213"}.sched-icon-shirtsinbulk:before{content:"\f214"}.sched-icon-simplybuilt:before{content:"\f215"}.sched-icon-skyatlas:before{content:"\f216"}.sched-icon-cart-plus:before{content:"\f217"}.sched-icon-cart-arrow-down:before{content:"\f218"}.sched-icon-diamond:before{content:"\f219"}.sched-icon-ship:before{content:"\f21a"}.sched-icon-user-secret:before{content:"\f21b"}.sched-icon-motorcycle:before{content:"\f21c"}.sched-icon-street-view:before{content:"\f21d"}.sched-icon-heartbeat:before{content:"\f21e"}.sched-icon-venus:before{content:"\f221"}.sched-icon-mars:before{content:"\f222"}.sched-icon-mercury:before{content:"\f223"}.sched-icon-transgender:before{content:"\f224"}.sched-icon-transgender-alt:before{content:"\f225"}.sched-icon-venus-double:before{content:"\f226"}.sched-icon-mars-double:before{content:"\f227"}.sched-icon-venus-mars:before{content:"\f228"}.sched-icon-mars-stroke:before{content:"\f229"}.sched-icon-mars-stroke-v:before{content:"\f22a"}.sched-icon-mars-stroke-h:before{content:"\f22b"}.sched-icon-neuter:before{content:"\f22c"}.sched-icon-facebook-official:before{content:"\f230"}.sched-icon-pinterest-p:before{content:"\f231"}.sched-icon-whatsapp:before{content:"\f232"}.sched-icon-server:before{content:"\f233"}.sched-icon-user-plus:before{content:"\f234"}.sched-icon-user-times:before{content:"\f235"}.sched-icon-bed:before,.sched-icon-hotel:before{content:"\f236"}.sched-icon-viacoin:before{content:"\f237"}.sched-icon-train:before{content:"\f238"}.sched-icon-subway:before{content:"\f239"}.sched-icon-medium:before{content:"\f23a"}.cq_allinone_accordion {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_accordion.png) !important;
background-size: 32px;
}
.cq_vc_accordion_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_accordion_item.png) !important;
background-size: 32px;
}
.cq_allinone_hotspot {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_hotspot.png) !important;
background-size: 32px;
}
.cq_allinone_ihover {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_ihover.png) !important;
background-size: 32px;
}
.cq_allinone_faanimation {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_faanimation.png) !important;
background-size: 32px;
}
.cq_allinone_dagallery {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_dagallery.png) !important;
background-size: 32px;
}
.cq_allinone_mediumgallery {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_mediumgallery.png) !important;
background-size: 32px;
}
.cq_allinone_masonry {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_masonry.png) !important;
background-size: 32px;
}
.cq_allinone_scrollnotification {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_scrollnotification.png) !important;
background-size: 32px;
}
.cq_allinone_timeline {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_timeline.png) !important;
background-size: 32px;
}
.cq_allinone_fluidbox {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_fluidbox.png) !important;
background-size: 32px;
}
.cq_allinone_productcover {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_productcover.png) !important;
background-size: 32px;
}
.cq_allinone_ribbon {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_ribbon.png) !important;
background-size: 32px;
}
.cq_allinone_appmockup {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_appmockup.png) !important;
background-size: 32px;
}
.cq_allinone_depthmodal {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_depthmodal.png) !important;
background-size: 32px;
}
.cq_allinone_profilecard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_profilecard.png) !important;
background-size: 32px;
}
.cq_allinone_testimonial {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_testimonial.png) !important;
background-size: 32px;
}
.cq_allinone_tab {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_tab.png) !important;
background-size: 32px;
}
.cq_allinone_tab_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_tab_item.png) !important;
background-size: 32px;
}
.cq_allinone_image {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_image.png) !important;
background-size: 32px;
}
.cq_allinone_parallax {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_parallax.png) !important;
background-size: 32px;
}
.cq_allinone_stackgallery {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_stackgallery.png) !important;
background-size: 32px;
}
.cq_allinone_figurenav {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_figurenav.png) !important;
background-size: 32px;
}
.cq_allinone_button01 {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_button01.png) !important;
background-size: 32px;
}
.cq_allinone_todolist {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_todolist.png) !important;
background-size: 32px;
}
.cq_vc_todolist_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_todolist_item.png) !important;
background-size: 32px;
}
.cq_allinone_carouselgallery {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_carouselgallery.png) !important;
background-size: 32px;
}
.cq_allinone_zoommagnify {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_zoommagnify.png) !important;
background-size: 32px;
}
.cq_allinone_fullscreenintro {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_fullscreenintro.png) !important;
background-size: 32px;
}
.cq_allinone_pagetransition {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_pagetransition.png) !important;
background-size: 32px;
}
.cq_allinone_thumbcaption {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_thumbcaption.png) !important;
background-size: 32px;
}
.cq_allinone_imagearrow {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imagearrow.png) !important;
background-size: 32px;
}
.cq_allinone_metrocarousel {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_metrocarousel.png) !important;
background-size: 32px;
}
.cq_allinone_separator {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_separator.png) !important;
background-size: 32px;
}
.cq_allinone_materialcard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_materialcard.png) !important;
background-size: 32px;
}
.cq_allinone_cubebox {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_cubebox.png) !important;
background-size: 32px;
}
.cq_allinone_sidebyside {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_sidebyside.png) !important;
background-size: 32px;
}
.cq_allinone_typewriter {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_typewriter.png) !important;
background-size: 32px;
}
.cq_allinone_sticker {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_sticker.png) !important;
background-size: 32px;
}
.cq_allinone_imageoverlay {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imageoverlay.png) !important;
background-size: 32px;
}
.cq_allinone_imageoverlay2 {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imageoverlay2.png) !important;
background-size: 32px;
}
.cq_allinone_flipbox {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_flipbox.png) !important;
background-size: 32px;
}
.cq_allinone_bannerblock {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_bannerblock.png) !important;
background-size: 32px;
}
.cq_allinone_beforeafter {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_beforeafter.png) !important;
background-size: 32px;
}
.cq_allinone_compareslider {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_compareslider.png) !important;
background-size: 32px;
}
.cq_allinone_imageaccordion {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imageaccordion.png) !important;
background-size: 32px;
}
.cq_allinone_profilepanel {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_profilepanel.png) !important;
background-size: 32px;
}
.cq_allinone_videocover {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_videocover.png) !important;
background-size: 32px;
}
.cq_allinone_stackblock {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_stackblock.png) !important;
background-size: 32px;
}
.cq_allinone_gradientbox {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_gradientbox.png) !important;
background-size: 32px;
}
.cq_allinone_vectorcard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_vectorcard.png) !important;
background-size: 32px;
}
.cq_allinone_avatarwithpopup {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_avatarwithpopup.png) !important;
background-size: 32px;
}
.cq_allinone_coverslider {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_coverslider.png) !important;
background-size: 32px;
}
.cq_allinone_colorblock {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_colorblock.png) !important;
background-size: 32px;
}
.cq_allinone_testimoniallist {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_testimoniallist.png) !important;
background-size: 32px;
}
.cq_allinone_homeslider {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_homeslider.png) !important;
background-size: 32px;
}
.cq_allinone_accordioncover {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_accordioncover.png) !important;
background-size: 32px;
}
.cq_allinone_hovercard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_hovercard.png) !important;
background-size: 32px;
}
.cq_allinone_backgroundbutton {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_backgroundbutton.png) !important;
background-size: 32px;
}
.cq_vc_diamondgrid_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_diamondgrid_item.png) !important;
background-size: 32px;
}
.cq_vc_diamondgrid {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_diamondgrid.png) !important;
background-size: 32px; }
.cq_vc_expandgrid_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_expandgrid_item.png) !important;
background-size: 32px;
}
.cq_vc_expandgrid {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_expandgrid.png) !important;
background-size: 32px; }
.cq_vc_chatbubble_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_chatbubble_item.png) !important;
background-size: 32px;
}
.cq_vc_chatbubble {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_chatbubble.png) !important;
background-size: 32px; }
.cq_vc_avatarblock {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_avatarblock.png) !important;
background-size: 32px;
}
.cq_vc_skewbox_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_skewbox_item.png) !important;
background-size: 32px;
}
.cq_vc_skewbox {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_skewbox.png) !important;
background-size: 32px; }
.cq_vc_shadowcard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_shadowcard.png) !important;
background-size: 32px; }
.cq_vc_materialslider_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_materialslider_item.png) !important;
background-size: 32px;
}
.cq_vc_materialslider {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_materialslider.png) !important;
background-size: 32px;
}
.cq_vc_borderhover {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_borderhover.png) !important;
background-size: 32px;
}
.cq_vc_videocard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_videocard.png) !important;
background-size: 32px;
}
.cq_vc_stepcard_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_stepcard_item.png) !important;
background-size: 32px;
}
.cq_vc_stepcard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_stepcard.png) !important;
background-size: 32px;
}
.cq_vc_timelinecard_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_timelinecard_item.png) !important;
background-size: 32px;
}
.cq_vc_timelinecard {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_timelinecard.png) !important;
background-size: 32px;
}
.cq_vc_flipboxv2_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_flipboxv2_item.png) !important;
background-size: 32px;
}
.cq_vc_flipboxv2 {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_flipboxv2.png) !important;
background-size: 32px;
}
.cq_vc_hovercardv2_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_hovercardv2_item.png) !important;
background-size: 32px;
}
.cq_vc_hovercardv2 {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_hovercardv2.png) !important;
background-size: 32px;
}
.cq_vc_timeline_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_timelinev2_item.png) !important;
background-size: 32px;
}
.cq_vc_timeline {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_timelinev2.png) !important;
background-size: 32px;
}
.cq_vc_imagecompare_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imagecompare_item.png) !important;
background-size: 32px;
}
.cq_vc_imagecompare {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_imagecompare.png) !important;
background-size: 32px;
}
.cq_vc_profilecardv2_item {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_profilecardv2_item.png) !important;
background-size: 32px;
}
.cq_vc_profilecardv2 {
background-image: url(//beverlyhillsfilmfestival.com/wp-content/plugins/vc-extensions-bundle/img/icon_profilecardv2.png) !important;
background-size: 32px;
} .cqadmin-col-offset{
margin: 12px 0;
}
.cqadmin-firstcol-offset{
padding: 0;
margin-bottom: 12px;
}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}