.twp-comments-section .comment-respond .comment-form .logged-in-as a:after, .twp-comments-section .comment-list li .comment-reply-link:after, .posts-navigation a:after, .pagination .page-numbers:after, .pagination .post-page-numbers:after, .page-links .page-numbers:after, .page-links .post-page-numbers:after, .twp-border-btn.twp-border-btn-white:after {
    background-color: orange;  
}

.single #content #secondary, .page-template-default #content #secondary, .page-template-front-page-template #content #secondary {
   background-color: #f0e1c0;  
}

.twp-not-found .search-form .search-submit, .twp-header .site-branding .site-description, .page-title span:after, .widget-title:after, .pagination .page-numbers.current, .pagination .post-page-numbers.current, .page-links .page-numbers.current, .page-links .post-page-numbers.current, .twp-close-icon span {
    background-color: orange;
}

.widget-area ul li {
    border-color: orange;
}

.widget-area ul li ul li:first-child {
    border-color: orange;
}

.widget_pages .page_item {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 90%;
}

#primary-menu .menu-item a {
	padding: 5px 10px;
	font-size: 90%;
}

#easyListaDePaginas ul { 
/*.page_item, #easyListaDePaginas .page_item_has_children*/ 
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;  
}

#easyListaDePaginas li.page_item, #easyListaDePaginas li.page_item_has_children { 
/*.page_item, #easyListaDePaginas .page_item_has_children*/ 
    padding-left: 0px;
    margin-top: 20px;
}

#easyListaDePaginas li.page_item, #easyListaDePaginas li.page_item_has_children {
	border-style: solid;
	border-width: 1px;
	border-color: orange;
	border-radius: 10px;

	/*display: inline-block;*/
	max-width:50%;
	margin-left:15px;
	margin-bottom:15px;
	padding: 5px;
	
	background-color: orange;
	color:white;
}

#easyListaDePaginas li.page_item a, #easyListaDePaginas li.page_item_has_children a {
	color:white;
}

#primary .post-thumbnail {
  display:none;
}

@media (max-width: 940px) {
  .twp-blog-post {
    display: block;
    flex-wrap: wrap;
  }
}  

.twp-post-with-bg-image .twp-gallery-post .twp-desc {
    position: static;
    width: 100%;
    z-index: 2;
}


.twp-post-with-bg-image .twp-gallery-post.twp-overlay-image-hover:before {
  z-index: -1;
}

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title a {
	border-style: solid;
	border-width: 1px;
	border-color: orange;
	border-radius: 10px;

	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px ;
}

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
	margin: 10px 10px 10px 10px;
}

.wp-block-rss {
  list-style:none;
}

.wp-block-rss .wp-block-rss__item {
  margin-bottom:25px;
}

/* originais
@media (min-width: 768px)
.twp-post-with-bg-image .twp-gallery-post .twp-desc {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
    left: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    z-index: 2;
    background-color: white;
}



.twp-overlay-image-hover {
  transform: perspective(1px) translateZ(0);
  
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;  
}

.twp-overlay-image-hover:before {
  background-color: rgba(255, 170, 166, 0.6);
  content: "";
  -webkit-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -o-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.twp-post-with-bg-image .twp-gallery-post.twp-overlay-image-hover:before {
  z-index: 1;
}

.twp-overlay-image-hover:hover:before {
  -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


*/