/* Enter Your Custom CSS Here */
.site-title {
	background: url(http://www.orpheusmuses.com/wp-content/uploads/2017/02/logo_header_trans.png) center center no-repeat;
	width: 250px;
	height: 261px;
	display: block;
}
@media screen and (max-width: 1024px) {	
  .site-title {
      background: url(http://www.orpheusmuses.com/wp-content/uploads/2017/02/logo_header_trans_mobile.png) center center no-repeat;
      width: 200px;
      height: 209px;
      display: block;
  }
}
@media screen and (max-width: 512px) {	
  .site-title {
      background: url(http://www.orpheusmuses.com/wp-content/uploads/2017/11/logo_header_trans_mini-1.png) center center no-repeat;
      width: 100px;
      height: 141px;
      display: block;
  }
}
.site-title a {
	display: none;
}

.site-description {
	display: none;
}

.site-header-image {
	min-height: 0px;
	max-height: 425px;
	padding: 4% 0;
/*  	top: 0px; */
}
.site-branding {
	/* padding: .8em 1.7em; */
  	background-color: transparent;
}

.site-branding-wrapper {
  	text-align: right;
}
.csColumn {
	margin: 0px; 
  	padding: 0 2.5% 0 0; 
  	float: left; 
  	width: 45%;
}
br.csColumn { 
  display: none; 
} 

@media screen and (max-width: 1024px) {	
  .csColumn {
    clear: both !important;
    float: none !important;
    text-align: left !important;
    margin-left:  0% !important;
    margin-right: 0% !important;
    width: 95% !important;	
    padding: 0%;
  }	
  .csColumn img {
    clear: both !important;
    float: none !important;
  }
  .csColumnGap
  {
    display: none !important;	
  }
  br.csColumn { 
    display: block; 
  } 
}
