@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

.site-content {
background-color : black;
}
.entry-summary{
  width: 90%;
}
.site-content
{
  
  background-image: none !important;
}
.wp-block-fv-player-gutenberg-basic{
  color:white;
}
.track-title{
color:orange;
}
.entry-title{
    color: white;
}
.responsive-tabs__list__item {
  font-size: 22px !important;
  
  border-top-left-radius: 10px !important;
    border-top-right-radius: 10px  !important; 
}
.responsive-tabs__list__item--active{ 
  border: none !important; 
}
.responsive-tabs__panel--active{
  /*background-color: #181c1f !important;
  border: 1px solid #181c1f !important;*/
  border-radius: 10px  !important;
  padding-bottom: 30px !important;
}
.responsive-tabs__panel {  
 padding: 0 !important;
}
.responsive-tabs {
    font-family: serif;
}


@media (max-width: 767px) {
  .portfolio-audio-wrapper{
	margin: 5px auto;
  width:100%;  
  justify-content: center;
  display:grid;
  grid-template-columns: 100% !important; 
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
	}  
}
.portfolio-audio-wrapper{
	margin: 20px auto;
  width:100%;  
  justify-content: center;
  display:grid;
  grid-template-columns: 45% 45%; 
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
} 

.portfolio-soundcloud-widget{
    background-color:#8a8a8a;
    padding:20px;
    border-radius:10px;
    color:#fff; 
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-family:sans-serif;
  }
.portfolio-video-caption{
  font-size: 1.2rem;
    text-align: center;
}
.portfolio-soundcloud-widget-title {
    font-size: 1.8rem;
    text-align: center;
    margin: 5px;
}
.mythemes-logo img{
 width: 75% ;
}
div.mythemes-topper {
    position: fixed;
    z-index: 100000;
}
header div.mythemes-social a.mythemes-icon-linkedin {
    background: #0082b2;
}
header div.mythemes-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s linear;
}
header div.mythemes-social a, header div.mythemes-social a:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
div.mythemes-social a.mythemes-icon-instagram {
    background: #00749c;
}
div.mythemes-social a:hover {
    opacity: 1;
}
div.mythemes-social a.mythemes-icon-facebook {
    background: #265999;
}
div.mythemes-social a.mythemes-icon-soundcloud {
    background: #ff4f00;
}

div.mythemes-header-antet
{
  padding-top: 10px;
}
.portfolio-audio-wrapper:before{
 content:none !important; 
}
.contentswap-effect {
    
    height: 0px;
}



#social-test {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  
  
}
.social-test li {
    display: inline-block;
  }
.social-test ul{
  
 margin: 0 0 0 0em !important
}
.social-test  li a {
    color: rgba(256, 256, 256, 0.6);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    line-height: 100px;
    padding: 1%;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s;
 
  }
.social-test  li a :hover{
        color: #ffca27; 
}
.social:hover > li {
  opacity: 0.5;
}

.social:hover > li:hover {
  opacity: 1;
  color: #ffca27;
}

.main{
  
  background: #696969 !important;
}
.max-width {
    max-width: 100%;
}


 