
.page-template-categorized-portfolio-tpl .site-content .content-wrapper, .single-instrument .site-content .content-wrapper{
	max-width: 1400px;
}


.filter li.category{
  display: inline-block;
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
  cursor: pointer;
}

.posts-list .filter .category::after {
  content: '/';
  font-family: 'Quicksand', sans-serif;
  color: #355C83 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  top: 3px;
  position: relative;
  margin-left: 5px;
}
.posts-list .filter .category:last-child:after {
  content: none;
}



.posts-list .filter{
	margin: 30px 0;
}

.posts-list .category{
	display: inline-block;
	font-weight: bold;
	padding: 3px 10px;
	letter-spacing: 0;
	margin: 5px;
	cursor: pointer;
	font-size: 13px;
}
.posts-list .category:hover, .posts-list .category.active{
	opacity: 0.3;
}



.posts-list .posts-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.posts-list .item{
	aspect-ratio: 1;
	width: 24%;
  	margin: 2% auto;
	display: none;
}	
.posts-list .item.active{
	display: inline-block;
}	
.posts-list .item a{
	text-decoration: none;
	text-align: center;
}	
.posts-list .item a .image{

}	
.posts-list .item a img{

}	
.posts-list .item a .title{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	margin-top: 18px;
}	
.posts-list .item a .text{
	margin-top: 10px;
}	
.posts-list .item a .date{

}	
.posts-list .item a .comment{

}	
.posts-list .item button{
	margin-top: 15px;
}	



/*---------------------------------------------*/


.single-instrument h1{
	color: #355C83;
	font-size: 40px;
	font-family: "beretta";
	font-weight: bold;
}

.single-instrument #breadcrumb{
	margin-top: 80px;
	margin-bottom: 80px;
	color: #6E6555;
}
.single-instrument #breadcrumb a{
	color: #6E6555;
	font-size: 18px;
}



#instrument-content{
	
}




.bx-wrapper{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 30px !important;
}


/*
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
    border-bottom-width: 1px;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
*/





#instrument-content .main-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start; 
	flex-flow: row;
}
#instrument-content .main-content > div{
	width: 100%;
	margin: 10px;
}

#instrument-content .main-text{
	line-height: 1.6em;
	font-size: 18px;
}


#instrument-content  .secondary-text{
	display: none;
	font-size: 18px;
}
#instrument-content .secondary-text.active{
	display: inline-block;
}

#instrument-content .more{
	background: transparent url('arrow.svg') left center no-repeat padding-box;
	background-size: 16px;
	padding-left:22px;
	font-weight: bold;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 20px;
}



#instrument-content .demand{
  background-color: #fff;
  border: 2px solid #355C83;
  color: #355C83;
  padding: 9px 30px 7px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
#instrument-content .demand:hover{
  background-color: #355C83;
  color: #fff;
}
#instrument-content .demand:hover a{
  color: #fff;
}


#instrument-content .secondary-content{
	border-top: 2px solid #F4F4F4;
	margin-top: 70px; 
}

#instrument-content .secondary-content .video{
	margin-top: 70px;
}


ul.ui-tabs-nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
}
 
li.ui-tabs-tab{
    text-align: center;
    flex-direction: row;
    list-style:none;
    padding:0 30px;
}
li.ui-tabs-tab a{
	font-size: 25px;
	color: #6E6555;
}
li.ui-tabs-tab.ui-state-active a{
	font-weight: bold;
	text-decoration: underline;
}

#tabs .ui-tabs-panel{
	text-align: center;
}
#tabs .text{
	width: 70%;
	display: inline-block;
	text-align: left;
	color: #1F1E1B;
}



#instrument-content #tabs-1{
	line-height: 1.6em;
}





#instrument-content #tabs-2 .images .image img{
	max-width: 600px;
	margin-bottom: 30px;
}
#instrument-content #tabs-2 .images .image1{
	float: left;
}
#instrument-content #tabs-2 .images .image2{
	float: right;
	margin-top: 30px;
}
#instrument-content #tabs-2 .images .image3{
	float: left;
	margin-left: 30px;
}
#instrument-content #tabs-2 .images .image4{
	float: right;
}




#instrument-content #tabs-3 .images{
	margin-top: 50px;
}

