/*
THEME NAME: Kiri Spray Shop
THEME URL: http://www.kirissprayshop.co.uk/
DESCRIPTION: (c) 2013 Matt Stevens
VERSION: 1.0
Author: Matt Stevens - http://www.mattstevens.co.uk/
*/

@charset "UTF-8";
/* CSS Document */

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

/* always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* make buttons play nicely in IE */
button {
	width: auto;
	overflow: visible;
}

/* bicubic resizing for non-native sized image */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* initialise */
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	background: #eff1f1;
	font-family: 'Open Sans', sans-serif;
}

img {
	outline: none;
	border: none;
    background: transparent;
}

a {
	text-decoration: none;
	border: none;
    outline: none;
	font-weight: bold;
	color: #343d3f;
    transition: all 0.3s ease-in-out;
}

p a {
    text-decoration: underline;
}

p a:hover {
	color: #99b24c;
}

h1 {
	text-transform: capitalize;
	font-size: 1.9em;
	font-weight: 500;
	color: #343d3f;
	margin: 0.9em 0 1.1em 0;
}

.column-holder h1 {
    font-size: 1.2em;
	font-weight: 600;
}
    

h2 {
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: 600;
	color: #343d3f;
	letter-spacing: 1px;
	margin: 3em 0 1em 0;
}

h3 {
	text-transform: capitalize;
	font-size: 1.15em;
	font-weight: 600;
	color: #343d3f;
	margin: 0 0 0.5em 0;
}

p {
	font-size: 1.05em;
	color: #5b6061;
	line-height: 1.7em;
	margin-bottom: 1.8em;
}

h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #343d3f;
	margin: 10px 0px 10px 0px;
}

.container {
	margin: 0px;
	padding: 0px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #ffffff;
	height: 80px;
}

.header-container {
	background: #ffffff;
	width: 100%;
	display: block;
	left: 0 !important;
	right: 0 !important;
}

#content {
    width: 100%;
}

.logo {
	float: left;
	width: 153px;
	height: 80px;
	background: url(img/logo.jpg);
	text-indent: -9999px;
}

.contact-info {
	display: block;
	float: right;
	text-align: right;
	margin: 20px 20px;
	text-transform: uppercase;
	font-size: 13px;
	color: #343d3f;
	letter-spacing: 2px;
}

.contact-info span.contact-number {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #343d3f;
	letter-spacing: 1px;
	margin-top: 4px;
}

#nav {
	border-top: 2px solid #343d3f;
	border-bottom: 1px solid #c9ced1;
	margin: 2em 0 2em 0;
    padding: 0.3em 0 0.3em 0;
    text-align: center;
    line-height: 3em;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
	color: #343d3f;
	display: inline-block;
	margin: 0.5em 1.5em 0.5em 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 1.1em 0 1.1em;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

#nav ul li a:last-child {
    margin-right: 0;
}

#nav ul li a:hover {
	color: #99b24c;
}

.selected-nav {
	animation: nav-select 0.3s forwards;
}

.copy {
	border-top: 2px solid #343d3f;
	margin: 1em 0 4em 0;
	width: 100%;
}

.sub-page-title {
	margin: 50px 0px 0px 0px;
	width: 100%;
}

.sub-page-copy {
	border-top: 2px solid #343d3f;
	margin: 10px 0px 60px 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.column-holder {
	width: 100%;
	margin-left: 0px;
	position: relative;
	overflow: auto;
}

.column1 {
	border-top: 3px #ad1818 solid;
	display: block;
	float: left;
	width: 30%;
	padding: 0px;
}

.column2 {
	border-top: 3px #1781ae solid;
	display: block;
	float: left;
	width: 30%;
	margin-left: 5%;
	padding: 0px;
}

.column3 {
	border-top: 3px #65ad18 solid;
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
	padding: 0px;
}

#footer {
	border-top: 1px solid #c9ced1;
	margin: 3em 0 9em 0;
	padding-top: 1em;
    font-size: 0.7em;
    width: 100%;
	
}

#copyright {
	float: left;
	display: inline-block;
	text-transform: capitalize;
	color: #343d3f;
}

#footer-nav {
	display: inline-block;
	float: right;
}

#footer-nav ul {
	list-style: none;
}

#footer-nav ul li {
	display: inline-block;
	text-transform: capitalize;
	color: #343d3f;
    margin-left: 1em;
}

#footer-nav ul li a {
	color: #343d3f;
}

#footer-nav ul li a:hover {
	color: #343d3f !important;
	border-bottom: 1px dotted #343d3f;
}

p .btn,
.btn {
	display: inline-block;
	text-transform: uppercase;
text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #343d3f;
	margin: 1em 0 0 0;
	padding: 1em 1.4em 1.2em 1.4em;
	background: #dbe0e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    border: none;
}

p .btn:hover,
.btn:hover {
	background: #c9ced1;
    border: none;
}

/*carousel*/

.hero {
    width: 100%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}

.hero-img {
	width: 100%;
	height: auto;
	background: #c9ced1;
    overflow: hidden;
}

.hero-img img {
	width: 100%;
    height: 100%;
}

.hero-caption {
	background: #ffffff;
	display: inline-block;
	position: absolute;
    width: 100%;
    bottom: 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #343d3f;
	letter-spacing: 1px;
	padding: 1em;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
    margin: 0;
}

.hero-caption span {
	display: block;
	position: relative;
	text-transform: capitalize;
	font-weight: normal;
	color: #343d3f;
    margin: 0.5em 0 0 0;
    padding: 0;
}

.hero-caption span p {
    margin: 0;
    padding: 0;
}

.cycle-slide {
    width: 100%;
    background: #FFFFFF;
}

.cycle-slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.cycle-pager { 
    text-align: center;
	width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0.2em 0 1em 0;
    
}

.cycle-pager span { 
    font-family: arial;
	font-size: 3em;
	width: 0.5em;
	height: 0.5em; 
    display: inline-block;
	color: #c7db89;
	cursor: pointer; 
}

.cycle-pager span.cycle-pager-active { 
	color: #343d3f;
}

.cycle-pager > * {
	cursor: pointer;
}

/*gallery*/

.gallery {
	margin: auto;
	width: 100%;
    display: inline-block;
}

.gallery-item {
	margin: 0;
	padding: 0 0 1em 0;
	width: 33.3%;
	height: auto;
	float: left;
	text-align: center;
}

.gallery-icon {
	padding: 0px;
	margin: 0px;
}

.gallery-item img {
	width: 90%;
    margin: 2% 5% 2% 5%;
	height: auto;
}

.gallery-caption {
	margin-left: 0;
display: none;
}

.wp-caption-text {
    display: none;
}

.gallery br { display: none; }

/* columns */

.column-sect {
    clear: both;
    display: inline-block;
    overflow: auto;
}

.post-column {
    display: inline;
    float: left;
    margin-right: 18px;
    text-align: justify;
    width: 45%;
}

.map {
    width: 100%;
    height: 220px;    
}

.back-to-top {
    float: none;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.back-to-top a {
    text-align: center;
	margin: 1.4em 0 0 0;
	padding: 1em;
	text-transform: uppercase;
	font-size: 1.1em;
    display: inline-block;
	text-transform: uppercase;
	background: #dbe0e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.back-to-top a:hover {
	background: #c9ced1;
}


.highlight-box {
    background: rgba(52, 61, 63, 0.05);
    border: 1px solid rgba(52, 61, 63, 0.1);
    padding: 2em;
    margin: 0 0 1em 0;
}

.highlight-box h1:first-of-type,
.highlight-box h2:first-of-type,
.highlight-box p:first-of-type {
  margin: 0 0 1em 0;
}


/*  --------  animations  --------  */

@keyframes nav-select {
  0% {
    color: #99b24c;
    background: transparent;
  }
  100% {
    color: #c7db89;
	background: #343d3f;
  }
}



/* ----------------------------------------------------------------------------------------- BREAKPOINTS ----------------------------------------------------------------------------------------- */


@media screen and (max-width: 1200px) {
    
    .container {
        width: 90%;
    } 
    
    .copy, .column-holder, .sub-page-title, .sub-page-copy {
        width: 100%;
    }
    
}

@media screen and (max-width: 960px) {
    
        
}

@media screen and (max-width: 720px) {

    .column1, .column2, .column3 {
        width: 100%;
        margin: 1em 0 1em 0;
    }
    
    #nav ul li a {
        margin: 0 1em 0.5em 0;
        letter-spacing: 1px;
    }
    
    #footer {
        width: 90%;
        margin: 3em 5% 0 5%;
        text-align: center;
        padding: 3em 0 4em 0;
    }
    
    #copyright {
        float: none;
        width: 90%;
        margin: 0;
        text-align: center;
    }
    
    #footer-nav {
        float: none;
        width: 90%;
        margin: 1em 0 0 0;
        text-align: center;
        font-size: 1.5em;
        line-height: 2.7em;
    }
    
    .hero {
        overflow: visible;
        height: auto;
        text-align: center;
    }

    .hero-caption {
        display: inline-block;
        position: relative;
        padding: 1em 0 1em 0;
        letter-spacing: 0;
        height: auto;
    }
    
     .hero-caption span {
         padding: 0 1em 0 1em;
     }
    
    .contact-info {
        width: 55%;
        letter-spacing: 1px;
        margin-top: 21px;
    }
    
    /*gallery*/
    
    .gallery {
        width: 100%;
        padding: 0;
    }

    .gallery-item {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    
    .gallery-icon {
        margin: 1em 5% 0 0;
        padding: 0;
    }
    
    .gallery-icon .portrait {
        margin: 0;
        padding: 0;
    }

    .gallery-item img {
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;	
    }
    
    
    #lightboxOverlay {
        z-index: 999999999 !important;
    }
    #lightbox {
        z-index: 9999999999 !important;
    }
    
    #lightbox img {
        max-height: 70vh;
        max-width: 75vw;
    }


    .lb-outerContainer, .lb-dataContainer {
        max-height: 75vh;
        max-width: 80vw;
        width: auto !important;
        height: auto !important;
    }
    
    .lb-close {
        float: left;
    }
    
    .back-to-top a, .btn {
        padding: 1.3em;
    }
    
}

@media screen and (max-width: 420px) {
    
    .container {
        width: 100%;
    }
    
    .hero {
        width: 90%;
        margin-left: 5%;
    }
    
    #header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999999;
    }
    
    #nav {
        margin: 5.5em 0 1em 0;
        padding: 0.7em 0 0.4em 0;
        border-top: none;
    }

	#nav ul li a {	
		margin: 0.5em 1.7em 0.5em 0;
		font-size: 0.95em;
		padding: 0 0.7em 0 0.7em;
	}

	#nav ul li {	
		margin-left: 0.2em;
	}
    
    .contact-info {
        width: 45%;
        margin: 10px 15px 0 0;
        text-transform: uppercase;
        font-size: 12px;
        color: #343d3f;
        letter-spacing: 0px;
    }
    
    .contact-info span.hide-me {
        display: none;
    }
  
    .contact-info span.contact-number {
      margin: -0.06em -0.1em 0 0; 
    }
    
    .copy, .column-holder, .sub-page-title, .sub-page-copy {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    p {
        font-size: 1em;
    }

    .column1, .column2, .column3 {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 1em 0 1em 0;
        padding-top: 1em;
    }
    
    h1 {
        margin: 0.9em 0 1em 0;
    }

    h2 {
        margin: 2em 0 1em 0;
    }

    /*gallery*/

    .gallery-item {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }
  
  .highlight-box {
    padding: 1em;
  }

}