/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.sticky .entry-title a:before{
	content: '\F08D';
	font-family: 'FontAwesome';
	color: inherit;
	margin-right: 5px;
}
.hentry {
	margin: 0;
}
.archive .hentry {
	margin: 30px;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.home .entry-content {
	margin-top: 0;
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
{
	margin-top:15px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
.wp-caption {
	margin: 1em 0 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* -----------------------------------
** Widgets area
-------------------------------------*/
.widget {
  background: #fff;
  padding: 42px 45px;
  box-shadow: 0 0 35px rgba(95, 95, 95, 0.07);
  border-radius: 5px;
  margin-bottom: 30px;
}
.widget select {
	font-family: inherit;
	padding: 8px 20px;
	width: 100%;	
}
.widget ul {
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 12px;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.widget-title:before {
  width: 77px;
  height: 8px;
  background: #ffff00;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
}

.optimus-widget-area section.widget_categories ul li {
	margin: 18px 0 18px 0;
}
.optimus-widget-area section.widget_categories ul li li {
	padding-left: 10px;
}
.optimus-widget-area section.widget_categories ul ul {
	margin-top: 18px;
	padding-left: 10px;
}
.optimus-widget-area section.widget_categories ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget > ul {
	list-style-type: none;
	padding-left: 0;
}
.widget .menu {
	padding-left: 0;
}
.widget > ul li span {
	padding-left: 5px;
	color: #b5b5b5;
}
.calendar_wrap tr td, .calendar_wrap tr th {
	padding: 0 8px;
	text-align: center;
	border: 0;
}
.calendar_wrap td#prev {
	text-align: left;
}
.calendar_wrap td#next {
	text-align: right;
}
.widget_tag_cloud .border-heading {
	margin-top: 10px;
}
.widget_tag_cloud .heading {
	margin-top: 23px;
}
.widget_tag_cloud ul {
	padding: 0;
	margin: 0;
}
.widget_tag_cloud ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a {
	padding: 3px 10px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a:hover {
	background: #0b52e4;
	color: #fff;
}
/* recent post widget */
.widget_optimus_recent_post .meta-box {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}
.widget_optimus_recent_post .image img {
	width: 100%;
}
.widget_optimus_recent_post p {
	font-size: 14px;
}
.widget_optimus_recent_post .recent-post-items {
	margin-bottom: 25px;
}
section.widget.widget_nav_menu ul li {
    padding: 5px 0;
    margin: 0;
}
section.widget.widget_nav_menu .dropdown > li {
    border-top: none;
}
section.widget_pages ul li {
	padding: 10px 0;
}
section.widget_pages .children {
	margin-left: 10px;
	padding-top: 10px;
    padding-left: 0;
}
.widget ul li ul.sub-menu li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #FFF;
	margin-right: 10px;
}
/* -----------------------------------
** End Widgets area
-------------------------------------*/
/* -----------------------------------
** Start Blog Area
-------------------------------------*/
.optimus-content-area, .optimus-widget-area {
	padding-top: 80px;
	padding-bottom: 75px;
}
.blog article.post {	
	margin-bottom: 45px;	
}
.meta-info .date {
	margin-right: 15px;
}
.entry-content .musica-button {
	margin-top: 20px;
}
.blog-thumbnail{
	margin-top:40px;
}
.meta-box {
	font-size: 16px;
	font-weight: 700;
	color: #808080;
}
.meta-box .date {
	text-transform: uppercase;
}
.meta-box a {
	font-weight: 700;
	color: #808080;
}
.meta-box .comment .fa-dot-circle-o, .meta-box .author .fa-dot-circle-o {
	font-size: 12px;
	margin: 0 10px;
	color: #cccccc;
}
.meta-box .comment i {
	margin-right: 3px;
}
.single-blog-item {
	text-align: center;
	margin-top: 22px;
}
.single-blog-item .image {
	max-width: 170px;
	max-height: 170px;
	margin: auto auto 30px auto;
}
.single-blog-item .image img {
	margin-left: auto;
	margin-right: auto
}
.single-blog-item h4 {
	font-size: 16px;
	text-transform: uppercase;
}
.single-blog-item h4 a {
	color: #222222;
}
.single-blog-item .meta-description {
	margin: 12px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #b5b5b5;
}
.single-blog-item .meta-description span.category a {
	color: #b5b5b5;
	margin-left: 10px;
}
.single-blog-item .meta-description span.category a:hover {
	color: #0b52e4;
}
article.post .entry-meta ul.post-categories {
	display: inline-block;
}
article.post .entry-meta ul.post-categories li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
}
article.post .entry-meta ul.post-categories li a {
	font-size: 12px;
	color: #b5b5b5;
	text-transform: uppercase;
}
.single-blog-item p {
	line-height: 26px;
}
.single-blog-item a.read-more {
	font-size: 30px;
	color: #d1d1d1;
	display: inline-block;
	margin: 19px 0;
	letter-spacing: 3px;
}
.nav-previous a span {
	display: inline-block;
	vertical-align: middle;	
	color: inherit;	
}
.nav-previous a span:before {
	content: '\f177';
	font-family: 'FontAwesome';
	color: inherit;
	margin-right: 10px;
}
.nav-next a span {	
	color: inherit;	
}
.nav-next a span:after {
	content: '\f178';
	font-family: 'FontAwesome';
	color: inherit;
	margin-left: 10px;
}
span.post-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #121212;
	width: calc(100% - 140px);
	padding-right: 10px;
}
.nav-next span.post-title {
	padding: 0;
	padding-left: 10px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
ol.comment-list {
	list-style-type: none;
	padding:0 0 55px 0;
}
span.edit-link {
	display: block;
	margin: 15px 0;
}
span.edit-link a {	
	float: left;
}
span.edit-link a.vc_inline-link {
	float: right;
}
span.edit-link:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.search-form {
	position: relative;
}
.search-form input {
	padding: 8px 20px;
	color: #868686;
	font-size: 13px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #b5b5b5;
}
.search-form input:focus {
	outline: 0;
}
.search-form i {
	position: absolute;
	right: 20px;
	top: 18px;
}
/* search-box */
.content-search-box input[type="text"] {
	border-radius: 40px;
}
.content-search-box .searchform {
	position: relative;
	margin-bottom: 50px;
}
.content-search-box .submit-button {
	position: absolute;
	top: 16px;
	right: 15px;
	background: transparent;
	border: 0;
	font-size: 18px;
	color: #fff;
}
.post-password-form input[type="password"] {
	height: 40px;
}
.post-password-form input[type="submit"] {
	padding: 7px 0;
    padding-bottom: 5px;
    min-width: 100px;
	margin-left:10px;
}
.post-password-required .entry-header h3.entry-title {
	line-height: 42px;
}
.page-header {
	border-bottom: 1px solid #2d2c31;
}
/* Posts page Pagination Navigation */
.navigation.pagination {
	display: block;
	margin: 30px 0;
}

.nav-links,
.page-links {
  font-size: 13px;
  color: #000000;
  margin: 35px 0;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
}

.nav-links a, .nav-links span {
  margin-right: 8px;
}
.page-links a, .page-links > span{
	margin-right:8px;
}
.page-links a span, .page-links > span{
	font-weight: 600;
    font-size: 16px;	
}
.nav-links .page-numbers{
    float: left;
    margin: 3px 8px 3px 0;
}

.nav-links a{
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}

.nav-links .optimus-button {
  color: #FFFFFF !important;
}

.page-links {
	margin-top: 15px;
}
.page-links .page-links-title {
	font-size: 16px;
	padding-left: 0;
	width: auto;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
/*--------------------------------------------------------------
	Comments-Area
--------------------------------------------------------------*/
.single-comment .image img {
	border-radius: 50%;
}
time.updated {
	margin-left: 10px;
}
time.published.updated {
	margin-left: 0;
}
.comment-box {
	padding-top: 35px;
}
.comment-box ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-box .comment-list .children {
	clear: both;
	list-style-type: none;
}
.comment-box .comment-list .children li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.comment-box ol.comment-list .pingback .image{
	display:none;	
}
.comment-box ol.comment-list .pingback .text{
	padding-left:0;
}
.comment-form {
	padding-top: 27px;
}
.comment-edit-link, .comment-reply-link {
	text-transform: uppercase;
	margin-right: 10px;
}
.comment-respond {
	padding-top: 10px;
}
.comment-respond .comment-reply-title {
	font-weight: 900;
	margin: 30px 0;
	font-size: 35px;
}
.comment-box .heading, .comment-form .heading {
	font-weight: 900;
	padding-bottom: 50px;
	font-size: 35px;
	margin:0;
}
.single-comment.replay-comment {
	padding-left: 50px;
}
.comment-form .row {
	margin-left: -9px;
	margin-right: -9px;
	display: flex;
}
.comment-form .row .single-input {
	padding: 0 9px;
	flex: 1 1 auto;
}
/* -----------------------------------
**    New Style
-------------------------------------*/

.form-element {
	margin-bottom: 10px;
}
.optimus-content-area .single.next {
	text-align: right;
	display: table;
}
.optimus-content-area .single.prev {
	display: table;
}
.optimus-content-area .single .heading {
	padding: 0 10px;
}
.optimus-content-area .single.next > a, .optimus-content-area .single.prev > a {
	display: table-cell;
	vertical-align: middle;
}
.optimus-content-area .single.next h3, .optimus-content-area .single.prev h3 {
	margin-top: 0;
	display: table-cell;
}
.widget ul li ul.sub-menu {
	margin-left: 10px;
	padding-top: 10px;
    padding-left: 0;
}
/*.page-links > span {
	background: #0b52e4;
	color: #fff;
}*/
.page-links > span.page-links-title {
	background: transparent;
	color: #b5b5b5;
}
.author-title{
	margin:0;
}