/*
Theme Name: Acorn Glass
Theme URI: http://underscores.me/
Author: Mike Davies
Author URI: http://originet.co.uk
Description: A custom theme for Acorn Glazing
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acorn-glass
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Acorn Glass is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	line-height: 1.5;
	overflow-x: hidden;
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a {
	color: #3498DB;
}

/*a:visited {
	color: #3498DB;
}*/

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.front-page-intro {
	/*background: #ffd438;*/
	padding: 20px 0;	
}

.front-page-intro  {
	font-weight: 300;
	font-size: 20px;
 	text-align: center;
}

.front-page-intro h1 {
	font-weight: 300;
	font-size: 40px;
	overflow: hidden;
 	text-align: center;
}

.front-page-intro h1:before, .front-page-intro h1:after {
	 background-color: #003a7c;
	 content: "";
	 display: inline-block;
	 height: 1px;
	 position: relative;
	 vertical-align: middle;
	 width: 50%;
}
.front-page-intro h1:before {
	 right: 0.5em;
	 margin-left: -50%;
}
.front-page-intro h1:after {
	 left: 0.5em;
	 margin-right: -50%;
}

.section h2:before, .section h2:after {
	 background-color: #003a7c;
	 content: "";
	 display: inline-block;
	 height: 1px;
	 position: relative;
	 vertical-align: middle;
	 width: 50%;
}
.section h2:before {
	 right: 0.5em;
	 margin-left: -50%;
}
.section h2:after {
	 left: 0.5em;
	 margin-right: -50%;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.top-bar {
    background-color: #003A7C;
    height: 50px;
}
.top-bar ul {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar ul li {
    display: inline-block;
    margin: 0;
}
.top-bar ul li, .top-bar ul li a {
    color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.site-branding {
	padding: 30px 0;
}
.contact-icons span {
	color: #999;
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-shadow: none;
    margin: 0 0 1px;
}
.contact-icons a {
	color: #60DBEC;
    text-decoration: none;
	font-size: 20px;
}
.contact-icons {
	font-size: 20px;
	color: #60DBEC;
    text-decoration: none;
	margin-left: 40px;
	border-left: 1px solid #e2e1e0;
	padding: 0 17px;
}
.info li {
	font-size: 14px;
}
.main-title {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: none;
}
.text-center {
    text-align: center;
}
.lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}
.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.process .border-right {
    border-right: 2px solid #e1e1e1;
}
.process .content {
    padding: 50px 50px 15px 130px;
    position: relative;
}
.process .content .icon {
    position: absolute;
    left: 50px;
}
.bordered {
    border: 2px solid #ddd;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.process h4 {
	margin-top: 0;
}
.colour-box {
    position: relative;
    padding: 20px;
}
.colour-box .author h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
.meta, .more {
	text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 10px;
	font-weight: bold;
}
.colour-box{
	color: #fff;
}
.colour-box h5{
	margin: 0;
}
.turquoise {
	background: #1ABC9C;
}
.river {
	background: #3498DB;
}
.amathyst {
	background: #8E44AD;
}
.carrot {
	background: #E67E22;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-sorting {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 48px;
}
.portfolio-sorting li a:hover, .portfolio-sorting li a.active {
    color: #2980b9;
    border-bottom: 2px solid #2980b9;
}
.portfolio-sorting li a {
    color: #808080;
    text-decoration: none;
    padding: 6px;
}

/*--------------------------------------------------------------
# Footer styles
--------------------------------------------------------------*/

.inverse-wrapper {
    background: #262b2f;
    color: #ECECEC;
    position: relative;
	padding-top: 40px;
}
hr {
	border-top: 1px solid #4C4848;
}
.gm-style .gm-style-iw {
    color: #333;
}
.box {
	border-right: 10px solid #fff;
}
.well {
    color: #fff;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #1BBC9B;
    border: 1px solid #DEECDC;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #FFF;
    background-color: #60DBEC;
    border-color: #60DBEC;
    text-align: center;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
a:focus, a:hover {
    text-decoration: none;
}
img.alignleft, img.alignright, img.aligncenter {
	border: 6px solid #ebebeb;
}
#owl-carousel-218 .owl-item img {
    width: 100px;
    height: 100px;
}
.vc_message_box a {
	color: #fff;
}
.document-gallery .document-icon img {
    border: 1px solid #ccc;
}