/*
Clan 2015 custom style sheet
http://clananalogue.org
custom.css
Text Domain: twentyfourteen
Description: Dupe of wp 2014 theme with modifications
Version: 2.2 - 17th May 2022 - change for searchbar over new cat Shop

Clan DK Gray #1f1f21
Clan LT Gray #303336
Clan vLT Gray #292826
Orange(old) - #f55b20
Orange2(links) #f57c06
Green - #408b89
Green(hover) - #255d5b
Dark Grey - #666666
Off White - #aaa7a7
*/
@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
/***************************************
transitional styles for converting 
crossblock theme to this one (Clan 2015)
***************************************/
.xblockThumbImageSmall {
  max-width: 500px;
  margin: 12px auto 6px;
  border: 3px solid #408b89;
}
.releaseListing img {
  width: auto;
  max-width: 96%;
}
@media screen and (max-width: 820px) {
  .xblockThumbImageSmall {
    width: 90%;
  }
}
/**************************************
overrides for (Clan 2015) style.css
**************************************/
body {
	background: #000000;
  min-width: 320px;
  color: #aaa7a7;
}
::selection {
	background: #f57c06;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #f57c06;
	color: #fff;
	text-shadow: none;
}
a {
  color: #f57c06;
  text-decoration: none;
}
a:active,
a:hover {
	color: #f57c06;
  text-decoration: underline;
}
.site {
  margin: 0 auto;
  background-color: #1f1f21;
  max-width: 1400px;
}
.site:before {
	background-color: #1f1f21;
}
.site-header {
  max-width: 100%;
  height: 100%;
  min-height: 180px;
  background-color: #1f1f21;
  border-bottom: 1px solid #aaa7a7;
}
.site-title  {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #f57c06;
  max-width: 100%;
}
h1.site-title a {
  color: #f57c06;
}
.site-description {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
.search-box-wrapper {
  position: relative;
  top: -39px;
  right: 0;
  width: 30%;
  max-width: 330px;
  padding-left: 0;
  float: right;
  margin-right: 3%;
}
.search-box {
  background-color: #1f1f21;
  padding-top: 0;
}
.search-box .search-field {
  border: 1px solid #408b89;
  height: 30px;
}
.content-area,
.content-sidebar {
  padding-top: 16px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 100%;
}
/* featured post overrides */
.slider .featured-content .hentry, .featured-content {
  width: 100%;
  max-width: 1178px;
  height: 100%;
  max-height: 400px;
  border-bottom: 1px solid #aaa7a7;
  background: none;
  box-sizing: content-box;
  background-color: #1f1f21;
}
.slider .featured-content .entry-header,
.slider-control-paging {
	width: 771px;
  display: none;
}
.slider-direction-nav {
  margin-top: -60px;
}
.slider-control-paging {
	padding-left: 24px;
}
.slider-control-paging li {
	margin: 12px 12px 12px 0;
}
.slider-control-paging a {
	height: 24px;
	width: 24px;
}
.slider-control-paging a:before {
	top: 6px;
	left: 6px;
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #408b89;
}
.slider-control-paging a:hover:before {
	background-color: #408b89;
}
.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #408b89;
}
.slider-direction-nav a:hover {
	background-color: #408b89;
}
.site-content footer.entry-meta {
  display: none!important;
}
/* sidebar widgets */
.footer-sidebar .widget .widget-title,
.primary-sidebar .widget .widget-title {
  font-size: 14px;
	color: #408b89;  
}
#secondary {
  background-color: #303336;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa7a7;
}
.content-sidebar {
  background-color: #303336;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa7a7;
}
.content-sidebar .widget .widget-title {
	border: 0;
  color: #408b89;
}
.widget {
  margin-bottom: 12px;
}
.widget a {
	color: #f57c06;
}
.widget a:hover , .widget a:active {
  color: #f57c06;
	text-decoration: underline;
}
.content-sidebar .widget a {
  color: #f57c06;
}
.content-sidebar .widget a:hover , .widget a:active {
  color: #f57c06;
	text-decoration: underline;
}
.widget ul  li {
  color: #f57c06;
}

select {
  background-color: #000000;
  color: #f57c06;
  width: 100%;
  border-color: #408b89; 
}
.site-content .entry-header {
  border-top: 2px solid #aaa7a7;
  background-color: #000000;
  margin-top: 0!important;
}
.site-content .entry-meta {
  background-color: #000000;
  padding-bottom : 4px;
  border-bottom: 1px dotted #aaa7a7;
}
.entry-meta a {
  color: #aaa7a7;
}
.entry-meta a:hover, .entry-meta a:active  {
  color: #aaa7a7;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #000000;
  color: #aaa7a7;
  padding-bottom: 12px;
  border-bottom: 2px solid #aaa7a7;
  word-wrap: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.entry-title {
  font-size: 28px;
	font-weight: 400;
}
.entry-title a {
	color: #408b89;
}
.entry-title a:hover {
	color: #255d5b;
}
.list-view .site-content .hentry {
  border: 0;
}
.hentry {
	margin: 0 auto 8px;
}
.list-view .site-content .hentry {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
}
.archive-header {
  margin-left: 12px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-top: 8px;
}
.archive-title {
  color: #408b89;
  font-size: 32px;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}
.post-navigation .meta-nav {
  color: #408b89;
}
.post-thumbnail {
  background: #000000;
  max-width: 90%;
}
a.post-thumbnail:hover {
  background:none;
}
.wp-post-image, .post-thumbnail img {
  max-width: 500px;
  margin: 12px auto 6px;
  border: 3px solid #408b89;
}
.featured-content .post-thumbnail img {
  max-width: 100%;
  margin: 0;
  border: 0;
}
.post-navigation a,
.image-navigation a {
  color: #f57c06;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #f57c06;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #f57c06;
}

.paging-navigation a:hover {
	border-top: 5px solid #f57c06;
	color: #f57c06;
}
.comment-reply-title,
.comments-title {
  color: #408b89;
}
.comment-author a {
	color: #f57c06;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #f57c06;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #aaa7a7; 
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #408b89;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #255d5b;
}
/***************************************
new styles for new elements (Clan 2015)
***************************************/
#headerLeftContainer {
  margin-top: 24px;
  float: left;
}
#headerRightContainer {
  float: right;
  margin-right: 4%;
  height: 196px;
}
#headerRightContainer img {
  height: 100%;
  width: auto;
}
#headerNavbarContainer {
  width: 100%;  
  min-height: 40px;
}
#headerNavbarFloat {
  display: block;
  float: left;
}
.navbar-link {
  display: inline-block;
  width: 90px;
  height: 30px;
  border-bottom: 1px solid #408b89;
  margin-right: 8px;
  text-align: center;
  text-transform: uppercase;
}
#headerNavbarContainer a {
  color: #f57c06;
  text-decoration: none;
}
#headerNavbarContainer a:hover, #headerNavbarContainer a:active {
  text-decoration: underline;
}
#sidebarSocialsContainer {
  width: 100%;
  height: 55px;
}
.sidebarSocials {
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 2px;
}
.sidebarSocials img {
  width: 100%;
  height: auto;
}
#sidebarAlbumsContainer {
  width: 100%;
  height: 100%;
  min-height: 770px;
}
.sidebarImage {
  width: 100%;
  max-width: 250px;
  height: 100%;
  margin: 12px auto;
}
.sidebarImage img {
  width: 100%;
  height: auto;
  border: 3px solid #408b89;
  box-shadow: 0 0 10px #1f1f21;
}
.releaseListing {
  width: 90%;
  margin: 0 auto 24px;
  padding-left: 4%;
  background-color: #000000;
  border-bottom: 1px solid #aaa7a7;
}
h1.releaseTitle {
  font-size: 20px;
  width: 82%;
  line-height: 1.2;
  margin: 12px 0;
}
/*****************************************
media queries for all elements (Clan 2015)
*****************************************/
@media screen and (min-width: 673px) {
  .search-box .search-field {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .search-box-wrapper {
    clear: both;
    display: block;
    float: none;
    top: 0; 
    width: 80%;
    margin: 0 auto;
  }
@media screen and (max-width: 990px) {  
  #secondary {
    height: 100%;
  }
  .sidebarImage {
    float: left;
    margin: 0;
    margin: 12px 12px;
  }
  /*
  .search-box-wrapper {
    clear: both;
    display: block;
    float: none;
    top: 0; 
    width: 80%;
    margin: 0 auto;
  }
  */
}
@media screen and (max-width: 720px) {
  #headerRightContainer {
    display: none;
  }
  #headerNavbarFloat {
    margin: 0 auto;
    float: none;
  }
  .navbar-link {
    margin: 0 auto 6px;
  }
  .slider .featured-content .entry-header,
  .slider-control-paging {
    width: 100%;
  }
@media screen and (max-width: 600px) {
  .sidebarImage {
    float: none;
    margin: 12px auto;
  }
}