/*
Theme Name:     Fandor
Theme URI:      http://www.fandor.com/blog
Description:    Child theme for the Arthemia premium theme
Author:         Fandor
Author URI:     http://www.fandor.com/company/about
Template:       arthemia-premium
*/

@import url("../arthemia-premium/style.css");

* {
  font-family: "ff-meta-web-pro", sans-serif;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-family: "ff-meta-web-pro", sans-serif;
}

body {
  background: white !important;
}

iframe {
  max-width: 100%;
}

blockquote {
  margin: 10px;
  color: #3fabb0;
  background: none;
  border: 0;
}

#top, #middle, #page, #footer {
  background: #c8c8c6 !important;
}

.post-content p {
  font-size: 14px;
}

.entry a {
  color: #0093b8;
}

.wp_rp_content a {
  color: black;
}

.page p {
  font-size: 18px;
}

#logo {
  width: 266px;
}

#madmenu {
  text-transform: capitalize !important;
}

#madmenu .home {
  border: 0;
  padding-top: 3px;
}

#madmenu .menu-item {
  font-weight: normal;
  font-size: 12px;
}

#madmenu #menu-primary > .menu-item {
  font-size: 1.5em;
  padding-top: 19px;
  border: 0;
}

#madmenu .sub-menu {
  margin-top: 24px;
  height: 50px !important;
}

#madmenu li {
  border: 0 !important;
}

.navbar-icon {
  margin-top: -7px !important;
  padding-right: 5px !important;
}

#searchform input {
  margin-top: 15px;
  width: 180px;
  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: 5px 0;
  padding-left: 25px !important;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
}

#searchform input:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}

#headline {
  max-height: 282px;
  background-size: cover !important;
}

#headline a {
  color: white !important;
}

#headline .title {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  margin-top: 200px;
  margin-left: -25px;
  background: rgba(255, 0, 0, 0.5);
  padding: 0;
}

#headline .title a {
  display: inline-block;
  color: white;
  margin: 0;
  padding: 7px 10px 3px 25px;
}

#headline .excerpt {
  background: rgba(0, 0, 0, 0.5);
  margin-left: -25px;
}

#headline .excerpt p {
  margin: 0;
  padding: 3px 0 3px 25px;
}

#headline .author {
  display: inline-block;
  padding-left: 25px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.5);
}

#featured {
  background: white;
  padding: 0;
  width: 34%;
  height: 307px !important;
  margin-right: 10px;
  padding-left: 5px;
}

#featured .jcarousel-item {
  overflow: hidden;
}

#featured a.title {
  color: #ff5717;
  font-size: 14px;
  line-height: 128.5%;
  font-weight: normal;
}

#featured h3.label {
  display: inline-block;
  padding-top: 5px;
  padding-left: 4px;
}

#featured h3.label a {
  font-size: 1.4em;
  color: #5e5c58;
  font-weight: normal;
  text-transform: none;
}

#featured .author {
  display: inline-block;
  margin-left: 88px;
}

#featured div.author {
  display: none;
}

#featured p {
  font-size: 12px;
  line-height: 116.67%;
}

#category-bar {
  background-color: white;
}

.index-80-thumb {
  height: 80px;
  width: 80px;
}

.categorybar {
  height: auto!important;
  width: 20%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-width: 3px !important;
}

.categorybar a {
  text-decoration: none;
}

.categorybar div.cat_title {
  padding-bottom: 3px;
}

.categorybar span.cat_title {
  margin-left: 10px;
  color: white;
  text-transform: none;
  font-weight: normal;
}

.categorybar .cat_post_title {
  padding: 5px 25px 0 5px;
}

.categorybar .cat_post_image * {
  height: 124px;
}

.categorybar .cat_post_image img {
  margin: 0;
  padding: 0;
  border: 0;
}

.categorybar .cat_post:hover {
  color: white;
}

.widget_colabs_twitter {
  display: none;
  /*display: block; Disabled for now until it's either upgraded to Twitter's API v1.1 by ColorLabs or us*/
  background: black;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
}

.widget_colabs_twitter a {
  color: #82c973;
}

.widget_colabs_twitter .twitter-header-block {
  color: #82c973;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  min-height: 55px;
  background: url(images/tweets-keyframe.png) no-repeat 5px center;
}

.widget_colabs_twitter .twitter-header {
  margin-left: 60px;
  margin-top: 8px;
}

.widget_colabs_twitter .twitter-header h2 {
  display: block;
  font-weight: normal;
  line-height: 100%;
}

.widget_colabs_twitter #twitterbox {
  display: inline-block;
  width: 79%;
  margin-left: -3px;
  padding-top: 6px;
  line-height: 128.5%;
}

.widget_colabs_twitter #twitterbox .back p {
  display: none;
}

.widget_colabs_twitter .widget-tweet li {
  display: inline-block;
  color: white;
  width: 49%;
  vertical-align: top;
}

.widget_colabs_twitter .widget-tweet li:first-child {
  padding-right: 11px;
}

.post .title {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 8px !important;
  background: none !important;
}

.post .title a {
  color: #5e5c58;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 50%;
}

.post .author {
  color: #5e5c58;
}

.post .meta {
  color: #5e5c58;
  font-weight: normal;
  margin-bottom: 5px;
}

.post .meta a {
  color: #5e5c58;
  font-weight: normal;
}

.cat-label {
  margin-left: -11px;
  padding: 1px 10px;
  color: white;
  background-color: #303030;
}

/* Articles Category */
.cat-3151 {
  background-color: #ff5717 !important;
}

/* Festivals Category */
.cat-1793 {
  background-color: #40abb0 !important;
}

/* Videos Category */
.cat-5 {
  background-color: #ed9e42 !important;
}

/* Interviews Category */
.cat-8 {
  background-color: #5e5c59 !important;
}

/* Lists Category */
.cat-1115 {
  background-color: #82c973 !important;
}

.widget_film_widget, .widget_text {
  padding: 0;
}

.widget_film_widget * {
  display: block !important;
}

.widget_film_widget li {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-bottom: 10px solid #c8c8c6 !important;
}

.widget_film_widget li:last-child {
  border-bottom: 0 !important;
}

.widget_film_widget .info {
  padding: 10px 10px 20px 10px !important
}

.widget_film_widget .title {
  font-size: 1.3em;
  color: #40abb0;
}

.widget_film_widget h3, .widget_text h3 {
  padding: 10px !important;
  margin-bottom: 0 !important;
}

.widget_film_widget h3, .widget_recent_entries h3, .widget_text h3 {
  background-color: #40abb0 !important;
  font-size: 1.3em !important;
  font-weight: normal;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.widget_recent_entries h3 {
  margin: -10px -10px auto -10px !important;
}

.widget_recent_entries li {
  background: none !important;
  padding-top: 10px !important;
}

.widget_recent_entries .title {
  font-size: 1.3em !important;
}

#sidebar .widget_rss h3 {
  background: none!important;
}

#sidebar .widget_rss h3 a[title*="Syndicate this content"] {
display: none!important;
}

#sidebar .widget_rss li a {
display: block;
font-weight: 600;
}

#sidebar .widget_rss li {
border-bottom: 0px dotted #bbb!important;
background-image: none!important;
}

#content .title {
  border-top: none !important;
  color: #5e5c58 !important;
  font-weight: normal !important;
  border-bottom: none !important;
}

#content .excerpt p {
  font-weight: bold !important;
}

#content #stats {
  padding-top: 3px;
  padding-bottom: 0;
  font-weight: normal;
  border-top: 1px solid #e2e2e2;
}

#content #stats * {
  display: inline-block;
  vertical-align: top;
}

#content #stats .author a {
  color: black;
  font-weight: bold;
}

#content #stats .date {
  padding-left: 8px;
  color: #c8c8c6;
}

#content #stats span.left {
  padding-top: 3px;
}

#content #stats .right a {
  margin-top: 2px;
  color: #0093b8 !important
}

input.submitbutton {
  font-size: 14px;
  background-color: #ff5717;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

#content.archive h1.title {
  font-size: 14px;
  margin: -19px -19px auto -18px;
  color: white !important;
  background-color: #303030;
  padding: 5px 15px;
  line-height: normal;
}

.pinterest img {
  border: 0;
  margin-right: 10px;
  margin-top: -2px;
}

.archive .tanbox {
  width: 48%;
}

.tags a {
  color: #0093b8;
}

#map {
  display: none;
}

.lead-image {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.lead-image img {
  width: 100%;
}

.widget_film_widget .image-wrapper {
  width: 100%;
  height: 219px;
  text-align: center;
}

.widget_film_widget .image {
  z-index: 5;
  width: 100%;
}

.widget_film_widget .play {
  z-index: 15;
  margin-left: auto;
  margin-right: auto;
  margin-top: -144px;
}

@media (max-width: 767px) {
  .widget_colabs_twitter {
    display: none;
  }
}

#head .right {
  width: 300px;
  margin-top: 10px;
}
#head .right p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
#head .right p a {
  font-size: 14px;
  color: #0093b8;
}

.orange-button {
  display: inline-block;
  background-color: #ff5717;
  border-radius: 5px;
  color: white !important;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 2px 10px;
  margin-top: 4px;
}

.orange-button:hover {
  background-color: #0093b8;
  text-decoration: none;
}

#madmenu .sub-menu {
  height: auto !important;
}

.cat_post .cat_post_image .left {
  float: none;
  display: block;
}
