@font-face {
	font-family:"GeorgiaMac";
	src: url('/wp-content/themes/forbesvn-event/fonts/Georgia.ttf');
}
@font-face {
	font-family:"GuardianEgyp";
	src: url('/wp-content/themes/forbesvn-event/fonts/GuardianEgyp-Semibold.otf');
}
@font-face {
	font-family:"GuardianEgyp2";
	src: url('/wp-content/themes/forbesvn-event/fonts/GuardianEgyp-Medium.otf');
}
body, h1, h2, h3, h4, h5, h6{
	font-family: GuardianEgyp, sans-serif;
}
.featured-event-content a{color:inherit}
div, p{font-family:"GeorgiaMac";}
.widget-wrapper{
	width:100%;
}
h2{font-size:32px;font-family:"GuardianEgyp2";color:#363636;line-height:36px;padding-bottom:10px;border-bottom:2px solid #363636;margin-bottom:15px}
h2 a{color:inherit}
.featured-image{max-width:350px;float:left;margin-right:20px;margin-top:10px;}
.featured-event-content{}
.featured-event-content h4{text-transform:uppercase;font-size:20px;font-family:"GuardianEgyp";color:#333;line-height:30px;margin-bottom:10px;}
.featured-event-content p{font-size:16px;line-height:20px}
.slide-event{margin-top:20px;}
.event{width:130px;position:relative;float:left;margin-right:10px;height: auto;}
.block-front{background:#b9c7c1;text-align:center;padding:15px 20px;}
.block-logo{padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid #fff;}
.event-time-place h6{font-size:9px;font-family:"GeorgiaMac";color:#fff;line-height:12px;}
.block-back{display:none}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 27px;
  height: 44px;
  margin-top: -13px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:before{
	content: "\f137";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 5px;
}
.slick-next{right: 5px;}
.slick-next:before{
	content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}
@media screen and (max-width: 480px) {
.featured-image{margin-right:0;}
}
.slide-event-wrapper{position: relative;}
.image-arrow{
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-top: 11px;
    color:#fff;
}

.image-next{right: 0;}
.image-prev{left: 5px;}