/* GLOBAL */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpb_single_image .vc_figure-caption {
	font-family: 'Playfair Display', serif;
}
.single-content .btn-primary br {
  display: none;
}
.main, .side-bar {
    background-color: #f6f4e7;
}
.thumbnail {
  border-radius: 5px 5px 5px 5px;
}
.main-nav .menu > li > a {
    color: #000000!important;
}
.filter-item .btn {
    color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}
/* TWITTER EMBED */
.MediaCard-media .MediaCard-borderOverlay {
  border-width: 0px !important;
}
.exc_embed_url_post .thumbnail {
  border: none;
}

.type-exc_book_post .image > a > img, .type-exc_module_post .image > a > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 8px rgba(0,0,0,0.25);
}

/* ACCORDIONS */

.vc_tta-panel .vc_tta-panel-heading {
  border-radius: 3px 3px 3px 3px!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-family: 'Poppins', sans-serif;
  font-size: 14px!important;
  line-height: 1.57142!important;
}

/* TOP BAR */
.top-bar .topbar-inner a {
  color: #ffde84;
}
.top-bar .topbar-inner a:hover {
  color: #ffde84;
  text-decoration: none;
  opacity: 0.7;
}


/* SLIDER */
.rev_slider a.tp-caption {
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.tp-caption img {
  opacity: 0.7;
}

.widget .header {
    border-radius: 3px 3px 0px 0px; 
}

/* FORMS */
input, textarea {
  border-radius: 3px 3px 3px 3px;
}

/* MESSAGE BOXES */
.vc_color-chino.vc_message_box-solid {
  background-color: #f5f3e6!important;
  color: #000000!important;
}

/* RESOURCE POSTS */
.post-single .post-image img {
	border-radius: 5px!important;
  border: 1px solid #e9e9e9!important;
}

/* AUDIO PLAYER */
.wp-playlist {
  border-radius: 5px;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  border-radius: 3px;
}
.wp-playlist-item {
  border-radius: 3px;
}

/* DASHBOARD FIXES TO FOLLOWERS */

.dashboard .exc-user-profile-pic{
	  float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    height: auto !important;
    width: 100% !important;
    min-height: 100%;
}

.dashboard .exc-user-profile-pic img{
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1300px){
  .exc-user-statistics li a{
		font-size: 11px;
  }
}