/*!
Theme Name: Cult Ore Bespoke Theme
Theme URI: http://sourmashinternet.co.uk
Author: Sour Mash Internet
Author URI: http://sourmashinternet.co.uk
Description: WordPress Theme for Cult Ore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dpp
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*Fix Safari Column Issues*/
.col-md-9:before,
.col-md-9:after,
.col-md-8:before,
.col-md-8:after,
.col-md-4:before,
.col-md-4:after,
.col-md-3:before,
.col-md-3:after,
.row:before,
.row:after {
	content: normal; // IE doesn't support `initial`
}

a:hover, a:active, a:focus, input:focus {
  outline: 0 !important;
}

a,a:hover  {
	text-decoration:none;
	}

/*BODY OVERRIDES*/

body {
	color: rgb(180,172,165);
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
  padding-top: 86px;
}

@media(max-width:767px) {
  body {
  padding-top: 60px;
}
}

.cult-grey {
	color:rgb(179,172,166);
	color:#B3ACA6;
}

h1,h2,h3,h4,h5 {
	/*font-family: 'Oswald', sans-serif;*/
	/*letter-spacing: 1px;*/
	color: rgb(22,65,148);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

h1 {
  color:rgb(180,172,165);
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 16px;
}

p {
	margin-bottom: 0.5em
}

.full-width {
	width:100%;
}

.full-width.gradient {
  background-image: linear-gradient(to right, #fff 50%, rgb(180,172,165) 50%);
}

.full-width.gradient-tint {
  background-color: rgba(180,172,165,0.25)
}

}

.full-width.title-bg {
		border-bottom: 2px solid rgb(33,56,109);
    	background-color: #AADCD6;
	}

.full-width.home-pods {
	border-top:2px solid #4C546C;
	padding-top: 30px;
}

/**********/
/* HEADER */
/**********/

/*NAVIGATION*/

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff
}

ul.navbar-nav li {
  text-align: center;
}

ul.navbar-nav li a {
  color: rgb(179,172,166);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color:#333;
}

ul.navbar-nav li a:hover, ul.navbar-nav li.active a {
  color: rgb(179,172,166);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler {
   border:2px solid rgb(179,172,166);
   border-radius: 50%;
   height:34px;
   width: 34px;
   display: inline-block;
   z-index:5000;
   /*padding-left: 5px;*/
   padding: 0.25rem 0.5rem;
}



.bar1, .bar2, .bar3 {
  width: 14px;
  height: 2px;
  background-color: rgb(179,172,166);
  margin: 4px 0;
  transition: 0.5s 0.5s ease;
}

.navbar-toggler:hover .bar1, .navbar-toggler:hover .bar2, .navbar-toggler:hover  .bar3  {
  background-color: rgba(179,172,166,0.5);
}

.change .bar1 {
  /*-webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);*/
  opacity: 0;
}

.change .bar2 {opacity: 1;}

.change .bar3 {
  /*-webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);*/
  opacity: 0;
}

.navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    transition: all 0.6s 0s ease;
    display: block;
            border-top: 2px solid rgba(179,172,166,0.25);
    border-bottom: 2px solid rgba(179,172,166,0.25);
}

@media (min-width:768px){
  .navbar-collapse {
    top: 86px;
  }

}
.navbar-collapse.collapsing {
    left:100%;
    height: auto !important;
    margin-left: 100%;
    transition: all 0.6s 0s ease;
    display: block;
}
.navbar-collapse.show {
    left: 0%;

    /*margin-right: 100%*/
}

/*.navbar-toggler span.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,175,87,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler span.navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,175,87,0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}*/

/*HEADER SEARCH*/

.header-search-mobile  {
  width: 100%;
  position: absolute;
  top:90px;
  right:10px;
  z-index:1000;
  border-bottom: 1px solid rgb(22,65.148) !important;
  padding: 10px;
  background-color: rgba(255,255,255,0.0);
  display:none;
  text-align: right;
}

@media (min-width:768px) {
  .header-search-mobile {
    right:50px;
  }
}

.search-box-container {
  display: block;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.header-search-mobile input[type=text] {
  border-radius: 0%;
  /*margin-bottom: 0.5em;*/
  color:#001139;
  padding:6px 6px 4px 6px;
  width:300px;
  font-size: 16px;
  border-bottom: 1px solid rgb(179,172,166);
  border-top: 1px solid rgb(179,172,166);
  border-left: 1px solid rgb(179,172,166);
  border-right: 1px solid rgb(179,172,166);
  text-align: center;
}

.header-search-mobile button.search-button {
  padding: 6px 2px 6px 10px;
  background: none;
  color: rgb(22,65.148);
  /*font-size: 20px;*/
  border: none;
}

.header-search-mobile button.search-button:hover {
  color:#ffb30d;
}

.search-text label {
  margin-bottom: 0;
}

a.header-search-icon-mobile, a.header-search-icon-flip{
  display: table;
  width: 34px; height: 34px; 
  background-color: #fff;
  border:2px solid rgb(179,172,166);
  border-radius: 50%;
}
a.header-search-icon-mobile i, a.header-search-icon-flip i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

a.header-search-icon-mobile i, a.header-search-icon-mobile i:hover,
a.header-search-icon-flip i, a.header-search-icon-flip i:hover {
  cursor: pointer;
}


a.header-search-icon-mobile,
a.header-search-icon-mobile i,
a.header-search-icon-flip,
a.header-search-icon-flip i{
  color:rgb(179,172,166) !important;
  transition: 0.3s;
}

a.header-search-icon-mobile i:hover,
a.header-search-icon-flip i:hover {
  color:rgba(179,172,166,0.5) !important;
}

.nav-container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  margin-right: 8px !important;
}

/*Media Queries for Buttons*/

@media (min-width:576px) {

    .nav-container {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-brand {
  margin-right: 16px;
}


}

@media (min-width:768px) {


  .navbar-toggler {
   border:2px solid rgb(179,172,166);
   border-radius: 50%;
   height:50px;
   width: 50px;
   display: inline-block;
   z-index:5000;
   padding: 0.25rem 0.75rem;
   /*padding-left: 5px;*/
}



.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: rgb(179,172,166);
  margin: 6px 0;
  transition: 0.5s 0.5s ease;

}

a.header-search-icon-mobile, a.header-search-icon-flip{
  display: table;
  width: 50px; height: 50px; 
  background-color: #fff;
  border:2px solid rgb(179,172,166);
  border-radius: 50%;
}

a.header-search-icon-mobile i, a.header-search-icon-flip i {
  font-size: 20px;
}

}

/* HOME CONTENT */

.home-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-content-wrapper p {
  font-size: 24px;
  text-align: center;
  color:rgb(180,172,165);
}



/* PODS */

.pod-wrapper {
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .pod-wrapper {
  margin-bottom: 0px;
}
}

img.pod-image {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
}

.pod-text-wrapper {
  margin-top: 5px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pod-text-wrapper h2 {
  color: rgb(180,172,165);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  transition: all 1s;
  letter-spacing: 2px;
}

.pod-text-wrapper {
  background-color: rgba(180,172,165,0);
  transition: all 1s;
  /*border-bottom: 1px solid rgb(180,172,165);*/

}


a.pod-link:hover img.pod-image {
  -webkit-filter:none;
  filter:none;
}

a.pod-link:hover .pod-text-wrapper {
  background-color: rgba(180,172,165,1);
}

a.pod-link:hover .pod-text-wrapper h2 {
  color: #fff;
}

.pod-text-wrapper.current-view {
  background-color: rgba(180,172,165,1);
  color: #fff;
}

.pod-text-wrapper.current-view h2 {
  color: #fff;
}


/*a img.pod-image:hover */

.quote-wrapper {
  background-color: rgba(180,172,165,0.25);
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-post .quote-wrapper {
  background-color: transparent;
}

.single-post .gradient-tint {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .single-post .quote-text-wrapper h1 {
    margin-bottom: 0;
  }
  .single-post .quote-text-wrapper p.meta {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.single-post .quote-text-wrapper p.meta {

}

.quote-text-wrapper p {
  margin-top: 15px;
  margin-bottom: 0;

}

.post-content a, .privacy a {
  color:rgba(180,172,165,0.5);
}

.post-content a:hover,  .privacy a:hover {
  color:rgba(180,172,165,1);
}

@media (min-width:768px) {
  
  .quote-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote-image-wrapper {
    background-color:#fff;
  }

  .quote-text-wrapper p {
    margin-top: 0;
  }
}

.quote-wrapper p, .quote-wrapper .fa {
    font-size: 24px;
  text-align: left;
  color:rgb(180,172,165);
  font-style: italic;
}

@media (min-width:768px) and  (max-width:991px) {
  .quote-wrapper p {
    font-size: 18px;
  }
}

/*ABOUT*/

body.page-template-about .page-content p:first-of-type {
  /*font-size: 24px;*/
}

body.page-template-about .page-content-wrapper {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;

}

.page-content-wrapper {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

/*POSTS*/

.index-wrapper {
  text-align: left;
  border-bottom: 1px solid rgb(180,172,165);
  /*border-top: 1px solid rgb(180,172,165);*/
  padding-top: 15px;
  padding-bottom: 10px;

}

/*.page-content .index-wrapper::last-of-type {
  border-bottom: 1px solid rgb(180,172,165);
}*/

.index-wrapper h2 {
  /*text-transform: uppercase;*/
  font-size: 38px;
}

a .index-wrapper h2, a .index-wrapper p {
  color:rgb(180,172,165);

}

a.post-link h2:hover {
  color:rgba(180,172,165,0.5);
}

span.excerpt p {
  margin-bottom: 6px;
}

.index-wrapper p {
  /*line-height: 32px;*/
  font-size: 18px;
}

.index-wrapper p.meta {
  font-size: 16px;
}

a .index-wrapper {
  background-color:#fff;
  transition: all 1s;

}

a .index-wrapper:hover {
  background-color:rgba(180,172,165,0.25);
}

/*SINGLE TITLE*/

.title-wrapper {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-post .gradient-tint {
  margin-bottom: 30px;
}



.title-text-wrapper p {
  margin-top: 15px;
  margin-bottom: 0;

}

@media (max-width:767px) {
  
  .title-text-wrapper h1 {
    margin-bottom: 0;
  }
  .title-text-wrapper p {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (min-width:768px) {
  
  .title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-image-wrapper {
    background-color:#fff;
  }

  .title-text-wrapper p {
    margin-top: 0;
  }
}

.title-wrapper p, .title-wrapper .fa {
    font-size: 18px;
  text-align: left;
  color:rgb(180,172,165);
  /*font-style: italic;*/
}

@media (min-width:768px) and  (max-width:991px) {
  .title-wrapper p {
    font-size: 18px;
  }
}

.single-post .page-title p {
  margin-top: 0;
  font-size: 18px;
}

.single-post .page-title h1 {
  margin-bottom: 0;
}

.single-post .page-content-wrapper {
  border-bottom: 1px solid rgb(180,172,165);
  padding-bottom: 15px;
}

.single-post .page-content-wrapper p {
  font-size: 18px;
}

.single-post .page-content-wrapper p:first-of-type {
  /*font-size: 24px;*/
}

.media-link {
  text-align: center;
}

.media-link a {
  color:rgb(180,172,165);
  transition: 1s;
}

.media-link a:hover {
  color:rgba(180,172,165,0.5);
}


/*FOOTER*/

.footer-wrapper {
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
  
}

.footer-wrapper a {
  color:rgb(180,172,165);
}

.footer-contact-wrapper {
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-social-wrapper {
  text-align: center;
}

.footer-social-wrapper a {
  margin-right: 15px;
  transition:all 1s;
}

.footer-social-wrapper a:last-of-type {
  margin-right: 0;
}

.footer-wrapper a:hover {
  color:rgba(180,172,165,0.5);
}

@media(min-width:768px) {
  
  .footer-contact-wrapper {
  text-align:left;
  margin-bottom: 0;
}

  .footer-social-wrapper {
    text-align:right;
  }
}

/*FORMS*/

.form-container {
  background-color: rgb(180,172,165);
  padding:15px;
  padding-bottom: 10px;
}

.form-container h1 {
  text-align: center;
  color:#fff;
}


div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #fff;
  border: 1px solid #fff;
  color:rgb(180,172,165);
  text-transform: uppercase;
  display: block;
  margin-left: auto;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color:#eee
}

.wpforms-confirmation-container-full {
  border-color:#fff;
  color: #fff;
  background-color:rgba(180,172,165,0.25);
  font-size: 18px;
  text-align: center;
}

.contact-address {
  text-align: left;
}

.contact-address h2 {
   color:rgb(180,172,165);
}

.contact-address a {
  color:rgb(180,172,165);
}

.contact-address a:hover {
  color:rgba(180,172,165,0.5);
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width:575px) {
  .navbar-brand img.mobile-logo {
    max-width: 140px;
}
}

/*ARTWORK*/

.artwork {
  text-align: center;
}

.artwork p {
  font-size: 24px;
}



.artwork-pods {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(180,172,165);
  margin-bottom: 30px;
}

.artwork-pods h2 {
  font-size: 18px;
}

.installation-quote, .custom-lightbox {
  padding-top: 30px;
}

.installation-quote p {
  font-size: 16px;
  text-align: left
}

#installations-div {
  display: none;
}

#sculptures-div {
  display: block;
}

img.gallery-image {
  margin-bottom: 30px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 0.5s;
}

img.gallery-image:hover {
    -webkit-filter:none;
  filter:none;
}

/*PAGINATION*/

.pagination {
clear:both;
padding:0px;
position:relative;
font-size:12px;
line-height:12px;
margin-left: auto;
float: right;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
/*text-decoration:none;*/
width:auto;
color:rgb(22,65,148);
border: 1px solid rgb(22,65,148);
/*background: #555;*/
text-decoration: none;
}

.pagination a:hover, .pagination .current {
color:#fff;
background: rgba(22,65,148,0.4);
text-decoration: none;
}

/*SCROLL TO TOP*/

#scroll {
    position:fixed;
    right:25px;
    bottom:25px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:rgba(180,172,165,1);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    z-index:10000;
    border: 2px solid #fff

}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
    z-index:10000;
}

#scroll:hover {
    background-color:rgba(180,172,165,0.5);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.metaslider .flexslider {
  margin-bottom: 30px !important;
}

div.tos-caption-0 {
  font-weight: 400;
}