/*
  Theme Name: Human Rights Funders Network
  Theme URI: 
  Description: HRFN Custom Themes 2017
  Version: 1.0.0
  Author: Dinkuminteractive
  Author URI: http://www.dinkuminteractive.com/
*/



/*------------------------------------*\
  WORDPRESS CORE
\*------------------------------------*/


/*image styling*/
.alignnone {
  margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display:block;
  margin:5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
a img.alignnone {
  margin:5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption{
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  max-width: 100%;
}
.wp-caption img{
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption p.wp-caption-text,
.gallery-caption {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.5);
}
.wp-caption.alignnone {
  margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin:5px 20px 20px 0;
}
.wp-caption.alignright {
  margin:5px 0 20px 20px;
}


/*comment styling*/

/*comment*/
#comment-section p{
  margin-bottom: 10px;
}
#comment-section p label {
  display: block;
  font-size: 14px;
}
#comment-section p#form-allowed-tags{
  display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
  padding: 10px;
  width: 60%;
  height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
#comment-section ul li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
  border: none;
}
#comment-section ul {
  padding: 0;
  margin: 0;
}
#comment-section figure{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 12px; 
}
#comment-section figure img{
  max-width: 100%;
  height: auto;
}
#comment-section .comment-detail{
  float: left;
}
#comment-section .comment-meta cite{
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}
#comment-section .comment-meta a{
  font-weight: normal;
  color: #ccc;
}
#respond{
  margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}



/*------------------------------------*\
  ADDITIONAL STYLES
\*------------------------------------*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
  font-weight: lighter !important;
  }
}


/*reset main*/
@media screen and (min-width: 62em) {
  .header.header-fixed {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  }
}

.header.header-fixed .head-main {
  background-color: #ffffff;
}
.head-top-right ul li.src,
.head-top-right ul li.src button {
  padding: 0;
}
.head-top-right ul li {
  border: none;
}
.btn-src:before {
  margin: 0;
  line-height: 18px;
  color: #f9c100;
  transition: all 0.3s linear;
}
.btn-src:hover:before{
  color:#3b8fab;
}
.header .head-main {
  padding-bottom: 0;
}
.header .head-main .container {
  padding-bottom: 25px;
}
@media screen and (min-width: 62em){
  .header .head-main .container {
      padding-bottom: 20px;
  }   
  .content-format blockquote p{
    font-size: 24px;
    line-height: 1.3em;
  }
  .quotes:before,
  blockquote.quotes:before,
  blockquote.quotes.qblue-icon:before,
  .content-format blockquote p:before{
    position: absolute;
    content: '\f10d';
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: -20px;
    width: initial;
    height: initial;
    margin-right: 0;
    background: transparent;
    background-image: none;
    font-size: 45px;
    color: #f16c23;
  }

}
.header .head-main  .search-main .container {
  padding-bottom: 0;
}
.main-nav ul li{
  padding: 8px 10px;
}
.main-nav ul li:last-child {
  padding-right: 0;
}
.main-nav ul li ul {
  left: 39px;
}
.main-nav ul li:first-child ul {
  left: 15px;
}
.main-nav ul li:last-child ul {
  left: initial;
  right: -40px;
}
@media screen and (max-width: 1200px){
  .main-nav ul li {
      padding: 8px 10px;
  }
}
@media screen and (max-width: 992px){
  .main-nav ul li {
      padding: 8px 5px;
  }
  .main-nav ul li:first-child{
      padding-left:0;        
  }
  .main-nav ul li:last-child{
      padding-left:0;
  }
  .logo {
      margin: 0;
  }
}
@media screen and (min-width: 62em){
  .woocommerce-page .logo img,
  .logo img{
      max-width: 75%;
  }
  .header .head-main{
      padding: 20px 0
  }
  .header .head-main .container{
      padding-bottom: 0;
  }
  .main-nav{
      margin-top: 20px;
  }
}
@media screen and (max-width: 991px){
  .main-nav ul li{
      padding: 8px 5px;
  }
  .main-nav{
      margin-top: 12px;
  }
}



/*homepage*/
.visual-home {
  border-bottom: 5px solid #f9c100;
}
.hero-article .content-padd h3{
  font-size: 1.25em;
}
.hero-article .content-padd{
  padding: 0 20px
}
@media screen and (min-width: 62em){
  .visual-home:hover .rounded-yellow {
      animation: none;
  }
  .hero-section .hero-desc {
      padding-top: 0;
      position: absolute;
      left:0px;
      right:0px;
      bottom: 40px;
      margin: auto;
      z-index: 5;
  }
  .hero-section .item {
      min-height: 400px;
  }
  .hero-section-half .item {
      min-height: 300px;
  }
  .hero-article .content-padd{
    background-color: rgba(231,246,253, 0.6);
    padding: 0 20px 5px;
    display: inline-block !important;
  }
  .hero-article .content-padd h3{
  font-size: 2.75em;
  }
}
.community-voice-bar.newbie-section {
  background: #f16c23;
  padding: 23px 0;
  color: #ffffff;
}
.community-voice-bar.newbie-section{
  padding: 15px 0;
}
.community-voice-bar.newbie-section h3{
  color: #ffffff;
  float: left;
}
.community-voice-bar.newbie-section .title-community figure{
  margin: 0 40px;
  float: right;
}
.community-voice-bar.newbie-section figure img{
  border-radius: 9999px;
  max-width: 115px;
}
@media screen and (min-width: 62em){
  .community-voice-bar.newbie-section .title-community{
      padding-left: 38px;
  }
  .community-voice-bar.newbie-section .title-community h3{
     line-height: 115px;
  }
  .community-voice-bar.newbie-section .featured-community{
      padding-right: 38px;
  }
  .community-voice-bar.newbie-section .featured-community .quotes{
      margin-left: -17px;
  }
  .community-voice-bar.newbie-section .featured-community .quotes+a{
      margin-left: 23px;
  }
}
@media screen and (max-width: 767px){
  .community-voice-bar.newbie-section .title-community,
  .community-voice-bar.newbie-section .featured-community{
      display: block;
      overflow: hidden;
  }
  .community-voice-bar.newbie-section .title-community h3{
      width: 100%;
  }
  .community-voice-bar.newbie-section .title-community figure{
      float: left;
      margin: 10px 0 20px;
  }
  .community-voice-bar.newbie-section .featured-community a.remore-link{
      margin-left: 40px;
  }
}

.featured-community figure.show-mobile{
  display: none;
}
.featured-community p.quote-author,
.featured-community a.remore-link {
  padding-left: 22px;
}
a.permalink:hover {
  text-decoration: none;
}
.post-item a.permalink {
  color:#1d3950;
}
span.caption-circle {
  position: absolute;
  bottom: 0px;
  left:0;
  right:0;
  width: 100%;
  margin: 0 auto;
  background: rgba(0,0,0,0.7);
  color: #fff;
  opacity: 0.7;
  padding: 5px 25% 15px 25%;
  text-align: center;
}

.tweetbox-thumbs .rounded-bubble {
  float: left;
  position: relative;
}
@media screen and (max-width :1200px){
  .community-voice-bar.newbie-section .title-community figure{
      margin:0;
  }
}
@media screen and (max-width :992px){
  .featured-community p.quote-author, .featured-community a.remore-link{
      padding-left: 40px;
  }
}
@media screen and (max-width :767px){
  .title-community figure{
      display: none;
  }
  .featured-community figure.show-mobile{
      display: block;
  }
  .featured-community {
      margin-top: 20px;
  }
  .featured-community figure,
  .featured-community .content{
      float:left;
  }
  /*.featured-community figure{
      width: 20%;
  }
  .featured-community .content{
      width: 80%;
  } */  
  .featured-community a.remore-link {
      padding-left:0;
  }
}
@media screen and (max-width: 540px){
  /*.featured-community figure{
      width: 30%;
  }
  .featured-community .content{
      width: 70%;
  } */ 
}


/*list and content*/
.main{
  overflow: hidden;
}
h1.title-sm-lt{
  margin-left: -1px;
  color: #f16c23;
}
a.view-article {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.quotes:before,
blockquote.quotes:before,
blockquote.quotes.qblue-icon:before,
.content-format blockquote p:before{
  position: absolute;
  content: '\f10d';
  font: normal normal normal 14px/1 FontAwesome;
  left: 0;
  top: 0px;
  width: initial;
  height: initial;
  margin-right: 0;
  background: transparent;
  background-image: none;
  font-size: 25px;
  color: #f16c23;
}
.quotes:before{
  font-size: 30px;
  top: 0px;
}
.quotes:after,
blockquote.quotes:after,
blockquote.quotes.qblue-icon:after,
.content-format blockquote p:after{
  width: initial;
  height: initial;
  content: '\f10e';
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  background: transparent;
  background-image: none;
  transform: none;
  color: #f16c23;
}
blockquote.quotes,
.content-format blockquote p{
  padding-left: 30px;
  position: relative;
}

@media screen and (min-width: 62em){
	.quotes:before,
	blockquote.quotes:before,
	blockquote.quotes.qblue-icon:before,
	.content-format blockquote p:before{
	  top: -12px;
	  font-size: 35px;
	}
	blockquote.quotes,
	.content-format blockquote p{
	  padding-left: 50px;
	  position: relative;
	}
	
}

.featured_event blockquote.quotes:after,
.featured_event blockquote.quotes:before,
.quotes:before,
.quotes:after{
  color: #fff;
}
.post-item .ev-title{
  margin-top: 0;
}
@media screen and (min-width: 48em){
  .fr-item.featured-list {
      height: 175px;
      padding: 20px 30px
  }   
  .fr-item.featured-list h3{
      font-size: 18px;
  }
}


/*sidebar*/
.sidebar {
  padding-left: 0;
}
a.side-rounded:hover {
  text-decoration: none;
  background-color: #fc0;
}
@media screen and (min-width: 42em){
  .side-rounded {
      width: 275px;
      height: 275px;
      padding:25px 35px;
  }   
}
.side-rounded h3 {
  font-size: 26px;
}
.side-df-menu ul li:before {
  display: none;
}
.side-df-menu ul li:hover, .side-df-menu ul li.active,
.side-df-menu ul li:hover a, .side-df-menu ul li.active a{
  color: #1d3950;
  font-weight: 700;
}

.side-df-menu ul li a{
  position: relative;
}
.side-df-menu ul li a:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  color: #f9c100;
  opacity: 0;
  left: -100%;
  position: absolute;
  left: -10px;
  top: 3px;
  z-index: 1;
  transition: all 0.8s ease;
}

.side-df-menu ul li a {
  color: #1d3950;
  font-weight: 700;
}

.side-df-menu ul li a:hover, 
.side-df-menu ul li.active a,
.side-df-menu ul li.current_page_parent a,
.side-df-menu ul li.current_page_item a,
.side-df-menu ul li ul.children li.current_page_item a,
.side-df-menu ul li.current_page_parent ul.children li.current_page_item a {
  color: white;
  text-decoration: none;
}

.side-df-menu ul li a:hover:before, 
.side-df-menu ul li.active a:before,
.side-df-menu ul li.current_page_parent a:before,
.side-df-menu ul li.current_page_item a:before {
  opacity: 1;
  left: -10px;
}
.side-df-menu ul li ul.children{
  padding-left: 15px;
}
.side-df-menu ul li.current_page_parent ul.children li a,
.side-df-menu ul li.current_page_item ul.children li a{
  color: #1d3950;
}
.side-df-menu ul li.current_page_parent ul.children li a:before{
  display: none;
}


/*footer*/
#footer-menu ul.sub-menu {
  padding-left: 0;
  list-style: none;
}


/*resources*/
.fr-item-resources,
.fr-item{
  background-position: center center;
}
.fr-item:before,
.fr-item-resources:before {
  background-color: rgba(59, 143, 171, 0.9);
}
.fr-item.odd:before,
.fr-item-resources.odd:before  {
  background-color: rgba(29, 57, 80, 0.9);
}

body.page-template-template-resources .fr-item-resources,
.fr-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
}    
.btn.btn-yellow-lg.btn-float{
  float: left;
  width: auto;
  padding: 28px 80px 25px;
}




/* Blog and Resources */

.featured_event .box-postfeature:nth-child(1) {
  margin-bottom: 20px;
}
.rp4wp-related-posts,
.post-nav {
  margin-top: 3em;
  overflow: hidden;
  padding-top: 1em;
  border-top: 1px solid #d0d1d1;
  clear: both;
}
.post-nav-previous,
.post-nav-next {
  width: calc(50% - 1em);
}
.post-nav-previous {
  float: left;
}
.post-nav-next {
  border-left: 1px solid #d0d1d1;
  margin-left: 1em;
  padding-left: 1em;
  float: right;
}
.post-nav .post-nav-slug {
  display: block;
  color: #777;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}



/* related resources */

div ul.rp4wp-posts-list {
	margin: 0;
	padding: 0;
}
div.rp4wp-related-posts h3 {
  font-weight: normal;
  color: #777;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;	
  margin-top: 0;
}
ul.rp4wp-posts-list li.rp4wp-col::before { content: ''; }

.rp4wp-related-posts li div {
	height: auto;
	padding-bottom: .25em;
}

ul.rp4wp-posts-list li.rp4wp-col {
	height: auto;
	padding: 0;
	margin-bottom: 1em;
}

ul.rp4wp-posts-list li.rp4wp-col:nth-child(4) { display: none; }

@media screen and (min-width: 48em){	
	ul.rp4wp-posts-list li.rp4wp-col {
		width: calc( 33% - 1em );
		padding-right: 1em;
		border-right: 1px solid #ccc;
	}
	ul.rp4wp-posts-list li.rp4wp-col:nth-child(3)  {
	  margin: 0;
	  padding: 0;
	  border: none;
	}
}




/*detail*/
.post-detail .post-dtl-article .ev-date {
  width: auto;
}
.post-detail .post-dtl-article .ev-date .multiple .month,
.post-detail .post-dtl-article .ev-date .multiple .date,
.post-detail .post-dtl-article .ev-date .multiple .year,
.post-detail .post-dtl-article .ev-date .multiple strong{
  display:inline-block;
  margin: 0 8px 0 0;
}
.post-detail .post-datetime .post-datesm {
  left: initial;
  bottom: 24px;
  font-size: 1.5em;
  margin-left: .5em;
}
@media screen and (min-width: 62em){
  .post-dtl-lt-content{
      right: 0;
  }
  .post-dtl-thumb{
      text-align: center;
  }
  .single-post .post-dtl-thumb{
      max-width: 25%;
  }
}


/*Form search*/
#form-search-event-sidebar #wpas-search_query,
#form-search-event-content #wpas-html,
#form-search-event-content #wpas-tax_event_topics,
#form-search-event-content #wpas-tax_event_types,
#form-search-event-content #wpas-meta_event_start,
#form-search-resources-sidebar #wpas-search_query,
#form-search-resources-sidebar #wpas-order,
#form-search-resources-content #wpas-html,
#form-search-resources-content #wpas-tax_resources_topics,
#form-search-resources-content #wpas-tax_resources_types,
#form-search-resources-content #wpas-date_y{
  display: none;
}
aside .wpas-field { margin-bottom: 38px; }

aside .wpas-field .label-container label {
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
aside .wpas-field .wpas-checkbox-container label,
aside .wpas-field .wpas-radio-container label{
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-decoration: underline;
  color: white;
  cursor: pointer;
  transition: all 0.3s linear;
}
aside .wpas-field .wpas-radio-container label:hover{
  color: #f9c100;   
}


aside .wpas-field .wpas-checkbox-container {
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
}
aside .wpas-field .wpas-checkbox-container .wpas-checkbox {
	float: left;
	margin-top: 1px;
} 
aside .wpas-field .wpas-checkbox-container label {
	display: block;
	width: calc(100% - 30px);
	float: left;
	line-height: 1.4;
	margin-left: 10px;	
}


aside .wpas-field select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#form-search-event-content {
  overflow: hidden;
}
.wpas-field.wpas-search-field input{
  height: 45px;
  font-size: 35px;
  font-weight: 300;
  border: none;
  box-shadow: none;
  background: #e7e8e8 url(assets/img/search.png) left 43% no-repeat;
  background-size: 35px auto;
  display: block;
  width: 100%;
  padding: 6px 12px 6px 45px;
  line-height: 1.42857;
  color: #555555;
}
#form-search-resources-content,
#form-search-blog-content,
#form-search-event-content{
  overflow:visible;
}
#form-search-resources-content #wpas-search_query,
#form-search-blog-content #wpas-search_query,
#form-search-event-content #wpas-search_query {
  background-color: #e7e8e8;
  padding: 15px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
#form-search-resources-content #wpas-search_query:before,
#form-search-blog-content #wpas-search_query:before,
#form-search-event-content #wpas-search_query:before{
  content: '';
  position: absolute;
  z-index: -1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e8e8;
}
#form-search-resources-content #wpas-search_query:after,
#form-search-blog-content #wpas-search_query:after,
#form-search-event-content #wpas-search_query:after,
.src-subpages:after{
  content: '';
  position: absolute;
  z-index: -1;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e8e8;
}
.wpas-field.wpas-order {
  margin-bottom: 30px;
  text-align: right;
}
.wpas-field.wpas-order .wpas-radio-container{
  display: inline;
  padding: 0 10px;
}
.wpas-field.wpas-order .wpas-radio-container:last-child{
  padding-right:0;
}
.wpas-field.wpas-order .wpas-radio-container label{
  font-weight: bold;
  font-size: 14px;
  color: #a5a6a6;
  text-transform: uppercase;
  cursor: pointer;
}
.wpas-field.wpas-order .wpas-radio-container input[type="radio"]:checked+label{
  color: #3b8fab;
  text-decoration: none;
}
.post-result {
  overflow: hidden;
}
.post-result .pagination {
  float: right;
}
.post-result .pagination span,
.post-result .pagination a{
  font-weight: bold;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 3px 8px;
  color: #428bca;
}
.post-result .pagination span.current,
.post-result .pagination a.current{
  color: #a9a9a9;
}


/*---content-format----*/
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5{
  margin: 18px 0;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}
.content-format h1{
  font-weight: 300;
  font-size: 36px;
  margin-top: 0;
  margin-left: -1px;
  color: #f16c23;
}
.content-format h2{
  font-size: 32px;
}
.content-format h3{
  font-size: 24px;
}
.content-format h4{
  font-size: 20px;
}
.content-format h5{
  font-size: 18px;
}


/*.content-format blockquote{
  padding: 28px 0;
  border: none;
  border-top: 3px solid #e7e8e8;
  border-bottom: 3px solid #e7e8e8;
  margin: 40px 0;
  color: #f16c23;
  font-size: 26px;
  line-height: 1.2em;
  font-family: 'Lora', serif;
  font-style: italic;
  padding-left: 40px;
  position: relative;
}
.content-format blockquote em{
  display: block;
  font-size: 18px;
  margin-top: 25px;
  color: #f16c23;
}
.content-format blockquote:before{
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 30px;
  height: 27px;
  margin-right: 10px;
  background-size: 30px auto;
  display: inline-block;
  background-image: url(assets/img/quote-orange.png);
}*/


.content-format blockquote {
  border: none;
  padding: 0 20px;
}
.content-format blockquote + p.author  {
	margin: -20px 30px 20px 0px;
	font-size: 15px;
	text-align: right;
}

@media screen and (min-width: 62em) {
	.content-format blockquote {
	  border: none;
	  padding: 0 40px;
	}
  .content-format blockquote + p.author  {
    margin: -40px 50px 40px 0px;
    font-size: 15px;
    text-align: right;
  }
}

.content-format blockquote p{
  color: #f16c23;
}
.content-format blockquote p:after {
  font-size: 20px;
  margin-left: 10px;
  margin-top: -20px;
}
.content-format ul,
.content-format ol{
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.content-format ol{
  list-style: decimal;
  padding-left: 40px;
}
.content-format ul li,
.content-format ol li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.content-format ol li{
  padding-left: 0px;
}
.content-format ul li:before{
  content: "• ";
  display: inline-block;
  color: #ffbd0a;
  position: absolute;
  left: 0;
  top: 1px;
}
.post-dtl-lt-content{
  text-align: center;
}
.post-dtl-thumb figure {
  margin: 0 auto 28px auto;
  position: relative;
  display: inline-block;
}
figure.ev-thumb{
  position: relative;
}
.post-dtl-thumb figure span.caption,
figure.ev-thumb span.caption{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
span.caption-transparent {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  padding: 1px 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  opacity: 0.7;
}
ul.pdf-files,
ul.pdf-files li {
  padding:0;
}
ul.pdf-files li:before{
  display: none;
}
ul.pdf-files li{
  display: block;
  margin-bottom: 20px;
}
ul.pdf-files li span{
  display: inline-block;
  vertical-align: top;
}
ul.pdf-files li span.figure i{
  font-size: 60px;
  margin-right: 10px
}
ul.pdf-files li span.files a{
  display: inline-block;
  color:#1d3950;
  background: #f9c100; 
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 5px;
}
ul.pdf-files li span.files a:hover{
  background:#1d3950;
  color: #f9c100;
  text-decoration: none;
}



/*------------------------------------*\
  RESPONSIVE
\*------------------------------------*/

@media screen and (max-width :990px){
  .hero-article .content-padd{
      background: transparent;
  }
}

.sidebar.sidebar-mobile{
  display: none;
  padding: 40px 20px;
}
#form-search-resources-mobile,
.view-filter{
  display: none;
}
#form-search-resources-mobile{
  padding: 20px 0;
}
.view-filter{
  margin: 30px 0;
  text-align: center;
}
.view-filter a{
  color: #1d3950;
  font-weight: bold;
}

@media screen and (max-width :767px){
  #form-search-resources-content #wpas-search_query, 
  #form-search-event-content #wpas-search_query{
      margin-bottom: 0;
  }
  .sidebar,
  #form-search-resources-content #wpas-order,
  #form-search-resources-mobile #wpas-search_query,
  #form-search-resources-mobile #wpas-order{
      display: none;
  }
  .sidebar.sidebar-mobile,
  .view-filter{
      display: block;
  }
}
@media (min-width: 1824px){
  .container {
      width: 1280px;
  }
  .sidebar{
      width: 33.33333%;
  }
  .content-right{
      width: 66.66667%;
  }
  .sidebar:before,
  #form-search-resources-content #wpas-search_query:after, #form-search-blog-content #wpas-search_query:after, #form-search-event-content #wpas-search_query:after, .src-subpages:after{
      display: none;
  }
  #form-search-resources-content #wpas-search_query:before, #form-search-blog-content #wpas-search_query:before, #form-search-event-content #wpas-search_query:before{
      left: -20%;
  }
  .sidebar{
      padding-left: 40px;
  }
}