/*
Theme Name: Collins and Hall
Author: Delicious Media
Author URI: https://www.deliciousmedia.co.uk/
Description: Theme for Collins and Hall website.
Version: 1.0.6
Text Domain: collinsandhall

Colours:
	Gold #CB9715
	Dark Blue #323941

*/

/*--------------------------------------------------------------
>>> 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
# Grid System
# Collins and Hall
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Helvetica';
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', 'Times New Roman';
}

.site-header,
.playfair {
	font-family: 'Playfair Display', 'Times New Roman';

}


p, #main ol, #main ul {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
  background-color: #EDDDB8;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3C5573;
}

a:visited {
	color: #C08C0A;
}

a:hover,
a:focus,
a:active {
	color: #3C5573;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 1rem 1rem;
	font-family: 'Playfair Display', 'Times New Roman';
}

.main-navigation a {
	color: white;
}

.main-navigation a:hover, .main-navigation a:focus{
	color: #573E00;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li:after{
	content: '\b7\a0';
	display: inline-block;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: white;
}

.main-navigation li:last-child:after{
	display: none;
	padding-right: 0px;
	padding-left: 0px;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 53px;
	left: -999em;
	z-index: 99999;
  background-color: #CB9715;
  border-top: 1px solid #C08C0A;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
  padding-left: 10px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
# 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;
}

.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%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# 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-summary,
.col12.single-case-study,
.col12.single-products,
.archive .content-area,
.blog .content-area,
.page-id-38 .content-area
	 {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 0;
}

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

/*--------------------------------------------------------------
## 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: 0 auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Grid System
--------------------------------------------------------------*/

.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: white;
}

.onepcssgrid-1200 {
	max-width: 1220px;
  clear: both;
}

.onepcssgrid-1000 {
	max-width: 1020px;
}

.onerow {
	clear: both;
	/* padding: 0 1%; */
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 0 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 33%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0; }


@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}
}

@media all and (max-width: 768px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 100%;
	}
}

/*------------------------------
Collins & Hall
------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, h1{
  text-transform: uppercase;
  /* margin-top: 20px; */
  line-height: 1;
  /* margin-bottom: 5px; */
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
  font-weight: normal;
}

h5, h6{
  font-size: 1em;
}

p{
  margin-top: 0;
}

.bluebg {
	background-color: #313c43;
}

.goldbg {
	background-color: #CB9715;
}

.goldstrip {
	background-color: #CB9715;
	padding-bottom: 10px;
}

.bluetext {
	color: #313c43;
}

.goldtext {
	color: #CB9715;
}

.uppercase {
	text-transform: uppercase;
}

blockquote{
  font-family: 'Playfair Display', 'Times New Roman';
}

cite{
  font-family: 'Playfair Display', 'Times New Roman';
  font-style: normal;
  text-transform: uppercase;
  float: right;
  color: #CB9715;
}

/*------------------------------
Header
------------------------------*/
.site-branding {
	float: left;
	width: 33%;
  padding-right: 25px;
}

.site-branding img{
  display: block;
  margin: 0px 0 4px 0;
}

.site-info {
	margin-top: 1rem;
	padding-top: 1rem;
}

.ch-header {
	overflow: hidden;
	padding: 0 10px;
	color: white;
	margin-bottom: 7px;
}

.ch-header .inner{
	max-width: 1220px;
	margin: 0 auto;
}

.header-navigation{
	float: left;
	padding: 0 10px;
	width: 100%;
}

.header-navigation .main-navigation{
	max-width: 1220px;
	margin: 0 auto;
	float: none;
	padding: 0;
	height: 54px;
}

.header-navigation .main-navigation ul{
  line-height: 54px;
}

.header-navigation .main-navigation.toggled ul {
  display: block;
}

.header-navigation .main-navigation.toggled ul.sub-menu {
  display: none;
}

.social-icons{
	float: right;
	padding-top: 13px;
}

.social-icons img{
	height:28px;
  width: 35px;
  padding-left: 7px;
}

.social-icons img:hover, .social-icons img:focus{
	opacity: 0.85;
}

.header-central {
	float: left;
	width: 33%;
	padding-right: 1rem;
	padding-top: 0.5rem;
	text-align: center;
}

.header-central span{
  max-width: 400px;
  display: block;
  padding-bottom: 5px;
  margin-top: 20px;
  padding-top: 0.7rem;
}

.header-right {
	float: left;
	width: 33%;
	text-align: right;
	padding-top: 0.5rem;
}

.header-right span{
  margin-top: 20px;
  display: block;
}

.header-right a {
	color: white;
  padding-bottom: 5px;
}

.menu-main-menu-container{
	max-width: 1220px;
	margin: 0 auto;
}

/*------------------------------
Footer
------------------------------*/
.warranties{
	padding: 20px 10px 15px 10px;
	color: #fff;
	overflow: hidden;
}

.warranties ul{
  max-width:1220px;
  margin: 0 auto;
  padding-left:0;
}

.warranties li{
  background: url( 'img/collins-and-hall-logo-round-small.png' ) no-repeat 0 12px;
	width: 32%;
  min-height: 52px;
  margin-bottom: 0px;
	margin-right: 2%;
  padding: 5px 0 10px 66px;
	list-style: none;
	float:left;
  font-size: 0.9375em; /* 15/16 */
}

.warranties li:nth-child(1), .warranties li:nth-child(2), .warranties li:nth-child(3){
  border-bottom: 1px solid #434D59;
}

.warranties li span{
  font-family: 'Playfair Display', 'Times New Roman';
  font-size: 1.2em; /* 18/15 */
}

.warranties li:nth-child(3n){
	margin-right: 0;
}

.warranties h5{
  max-width: 1220px;
  margin: 0px auto 10px auto;
  font-family: 'Playfair Display', 'Times New Roman';
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
}

.warranties h5 a{
  color: #fff;
	text-decoration: none;
}

.warranties h5 a:hover, .warranties:focus{
	text-decoration: underline;
}

.site-footer {
  padding: 0 10px 1rem 10px;
  color: #FFF;
  clear: both;
}

.stampphoto {
	background-image:url(img/collinsandhallphotostamp.png) !important;
	background-position: center center !important;
}

.mainphoto{
	margin-top: 0.5rem;
}

.home .col4 {
	padding-top: 2rem;
	float: right;
	text-align: right;
}

.footer-top-nav{
  float: left;
  width: 100%;
  padding: 0 10px;
}

.footer-top-nav .main-navigation{
	max-width: 1220px;
  margin: 0 auto;
  float: none;
  padding: 0;
}

.footer-top-nav .main-navigation ul{
	line-height: 54px;
}

.footer-top-nav hr{
  background-color: #C08C0A;
  margin-top: 0;
  margin-bottom: 0;
}

footer .main-navigation{
	max-width: 1220px;
  margin: 0 auto;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.site-info{
	max-width: 1220px;
  margin: 0 auto;
  font-size: 0.875em; /* 14/16 */
  text-align: center;
}

.site-info address{
	display: inline-block;
	margin-left:20px;
	margin-bottom:0px;
	vertical-align: bottom;
}

.site-info .copyright, .site-info .phone, .site-info .company-no{
	margin-left:20px;
  display: inline-block;
}

.footer-top-nav .main-navigation ul li:hover > ul, .footer-top-nav .main-navigation ul li.focus > ul {
  display: none; /* hide dropdown in footer */
}

/*------------------------------
Photo Sidebar
------------------------------*/
/* .photo-sidebar img{
  margin-left: 30px;
} */

/*------------------------------
Blog
------------------------------*/
.index{
  padding-bottom: 1.5em;
}

.featured-image{
	width: 30%;
	margin-right: 2%;
	float: left;
}

.blog .featured-image {
	max-width: 302px;
}

.post .entry-header, .post .entry-content,
.case-studies .entry-header, .case-studies .entry-content,
.products .entry-header, .products .entry-content{
	float: right;
	width:68%;
  margin-top: 0;
}

.single-case-study .case-studies .entry-header, .single-case-study .case-studies .entry-content,
.single-products .products .entry-header, .single-products .products .entry-content,
.single-post .post .entry-header, .single-post .post .entry-content{
  float: left;
  width: auto;
}

.post hr, .case-studies hr{
  margin-top: 1.5em;
}

.entry-meta{
  font-family: 'Playfair Display', 'Times New Roman';
}

.entry-meta a{
  color: #CB9715;
}

.post .entry-header .post-title,
.case-studies .entry-header .post-title,
.products .entry-header .post-title{
	margin-top: 0;
  margin-bottom: 5px;
}

.post-title {
	color: #323941;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-footer{
	overflow: hidden;
  clear: right;
  padding-top: 10px;
  width: 100%;
}

.single h1.entry-title{
	margin-bottom: 5px;
}

.single .entry-meta{
	text-transform: uppercase;
	color: #CB9715;
	margin-bottom: 20px;
}

.single .byline{
	display: none;
}

.blog .posted-on a, .single .posted-on a{
	text-decoration: none;
}

/*------------------------------
Buttons
------------------------------*/
.more, .gform_wrapper .gform_footer .gform_button, .menu-toggle{
	background: #323941;
  padding: 8px 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  font-family: 'Playfair Display', 'Times New Roman';
}

.more, .gform_wrapper .gform_footer .gform_button{
  display: inline-block;
}

.more:hover, .more:focus, .more:visited,
.gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus,
.menu-toggle:hover, .menu-toggle:focus{
	background: #434D59;
	color: #fff;
}

.gform_wrapper .gform_footer .gform_button{
  background: #323941;
  color: #FFF;
	border: none;
  text-shadow: none;
  box-shadow: none;
}

.menu-toggle{
	float: left;
}

.main-navigation .menu-toggle{
  margin-top: 17px;
  font-size: 16px;
  background: url(img/menu-icon.png) no-repeat;
  color: #323941;
  border: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-indent: -999px;
  width: 25px;
  height: 20px;
  padding: 0;
}


/*------------------------------
Tables
------------------------------*/
table, th, td{
	border: 1px solid #DDD;
}

th, td{
  padding: 4px 9px;
}

th{
	border-bottom: 2px solid #DDD;
	text-align: left;
	font-weight: bold;
}

table tr:nth-of-type(even) {
  background-color: #F9F9F9;
}

/*------------------------------
Blog Navigation
------------------------------*/
.nav-previous:before{
	content: '« ';
}

.nav-next:after{
	content: ' »';
}

/*------------------------------
Products
------------------------------*/
.single-post .col4, .single-products .col4, .contact-page .col4{
	padding-left:30px;
}

.posts, .case-studies{
  overflow: hidden;
  margin-bottom: 0;
}

.products{
  overflow: hidden;
  float: left;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 15px;
}

.products .featured-image img{
  padding-bottom: 10px;
  background: #FFF;
}

.products:nth-of-type(2n-1){
	clear:left;
}

.below-products{
  margin-top: 20px;
}

.gallery-item {
  margin: 0;
}

.gallery-caption{
  margin-bottom: 15px;
  font-size: 0.9375em;
  margin-top: -6px;
  font-family: 'Playfair Display', 'Times New Roman';
  text-transform: uppercase;
}

/*------------------------------
FAQs
------------------------------*/
.faqquestion {
	font-size: 1.3rem;
}

.faqs li {
	padding-bottom: 1rem;
	color: #CB9715;
	text-transform: uppercase;
	font-family: 'Playfair Display', 'Times New Roman';
}

.faqs li .faqanswer{
	color: #000;
	text-transform: none;
  font-family: 'Helvetica';
}

/*------------------------------
Contact Page
------------------------------*/
.contact-page .col4{
	padding-top: 20px;
}

.contact-page .contact-heading{
	margin-bottom:5px;
}

/*------------------------------
Guarantees Page
------------------------------*/
.guarantees{
	padding-left:0;
}

.guarantees li{
	background: url( 'img/collins-and-hall-logo-round-dark.png' ) no-repeat;
  margin-bottom: 25px;
	margin-right: 2%;
	padding-left:78px;
	list-style: none;
}

.guarantees li span{
  font-family: 'Playfair Display', 'Times New Roman';
  font-size: 1.2em; /* 18/15 */
}

/*------------------------------
Gravity Forms
------------------------------*/
#gform_wrapper_1{
  max-width: 750px;
}

.gform_wrapper .gform_footer{
	margin-top:0 !important;
}

/*------------------------------
Gravity Forms
------------------------------*/
.dm-link {
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
}

.dm-link:hover, .dm-link:active, .dm-link:visited {
  color: white;
}

.dm-twitter {
  background: #41B7D8;
}

.dm-twitter:hover,.dm-twitter:active {
  background: #279ebf;
}

.dm-facebook {
  background: #3B5997;
}

.dm-facebook:hover,.dm-facebook:active {
  background: #2d4372;
}

.dm-pinterest {
  background: #D64937;
}

.dm-pinterest:hover,.dm-pinterest:active {
  background: #b53525;
}

.dm-social {
  margin: 20px 0px 25px 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

/*------------------------------
Media Queries
------------------------------*/
@media ( max-width: 1260px ){
  .col12{
  	padding: 0 10px;
  }

  .col12 .col12{
  	padding: 0; /* no padding on nested col12s */
  }
}

@media ( max-width: 1165px ){
/* reduce padding on navigation */
	.main-navigation li:after {
	  padding-left: 1rem;
	  padding-right: 1rem;
	}
}

@media ( max-width: 1045px ){
  /* reduce padding on navigation */
	.main-navigation li:after {
	  padding-left: 0.6rem;
	  padding-right: 0.6rem;
	}
}

@media ( max-width: 960px ){
	.featured-image{
		width: 37%;
	}

	.post .entry-header, .post .entry-content,
  .case-studies .entry-header, .case-studies .entry-content,
  .products .entry-header, .products .entry-content{
		width:60%;
	}

	.header-central span, .header-right span {
  	margin-top: 13px;
	}

	.header-navigation .menu-toggle {
		display: block;
	}

	.header-navigation .main-navigation ul {
		display: none;
	}

	.header-central {
		padding-top: 0;
	}

	/* toggled navigation */
	.toggled .menu-toggle{
  	margin-bottom: 10px;
	}

	.toggled .menu-main-menu-container{
		clear:left;
	}

	.main-navigation.toggled li:before {
		content: '\b7\a0';
		color: #fff;
	}

	.main-navigation.toggled li:after {
  	content: none;
	}

	.main-navigation.toggled li {
  	float: none;
  }

  .header-navigation .main-navigation.toggled  ul {
	  line-height: 32px;
  	display: block;
	}

	.toggled .social-icons {
  	float: left;
	  padding-top: 5px;
	  padding-bottom: 5px;
  }

  .toggled .social-icons img {
  	padding-left: 0;
  	padding-right: 7px;
  }

  /* sub menu */
  .main-navigation.toggled ul ul {
	  box-shadow: none;
	  float: none;
	  position: relative;
	  top: 0;
	  left: 0;
  	border-top: 0;
	}

  /* footer menu */
  .footer-top-nav .main-navigation ul {
	  line-height: 28px;
	  margin-top: 13px;
	}

	.footer-top-nav .social-icons {
	  float: left;
  	padding-top: 0;
	}

	.footer-top-nav .social-icons img {
	  padding-left: 0px;
	  padding-right: 7px;
	}

	.footer-top-nav .main-navigation ul li:last-child:after {
	  content: '\b7\a0';
	  display: inline-block;
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	  color: #FFF;
	}
}

@media ( max-width: 880px ){
	/* footer guarantees */
  .warranties li {
  	width: 49%;
  }

  .warranties li:nth-child(3n) {
    margin-right: 2%;
  }

  .warranties li:nth-child(2n){
  	margin-right:0;
  }

	.warranties li:nth-child(1), .warranties li:nth-child(2), .warranties li:nth-child(3), .warranties li:nth-child(4) {
	  border-bottom: 1px solid #434D59;
	}
}

@media ( max-width: 786px ){
	.featured-image{
		width: 100%;
	}

	.post .entry-header, .post .entry-content,
	.case-studies .entry-header, .case-studies .entry-content,
	.products .entry-header, .products .entry-content{
		width: 100%;
	}

	.post .entry-header .post-title {
  	margin-top: 10px;
	}

	.photo-sidebar img {
	  margin: 0 auto 10px auto;
	  display: block;
	}

	.contact-page .col4 {
	  padding-top: 0;
	  padding-left: 0;
	}

	.header-central span, .header-right span {
	  margin-top: 6px;
	}

	/* products */
  .products{
  	width: 100%;
  	margin-left: 0;
  }

  .products .entry-header, .products .entry-content {
  	width: 60%;
	}

	.products .featured-image{
		width: 37%;
	}

	.gallery-columns-5 .gallery-item {
	  max-width: 33.33%;
	}
}

@media ( max-width: 690px ){
	.site-branding{
		width: 55%;
	}

  .header-central{
  	width: 45%;
  }

  .header-right{
  	clear: both;
  	width: 100%;
  	text-align: center;
  	padding-top: 0;
  	padding-bottom: 10px;
  }

	.header-central span{
  	margin-top: 18px;
	}

	.header-right span {
	  margin-top: 0;
	}

  .site-header {
    height: auto;
	}
}

@media ( max-width: 586px ){
	/* footer nav */
	.footer-top-nav .main-navigation li {
  	width: 100%;
	}

	.footer-top-nav .main-navigation li:after,
  .footer-top-nav .main-navigation ul li:last-child:after{
    content: none;
  }

	/* footer guarantees */
  .warranties li {
  	width: 100%;
  }

  .warranties li:nth-child(3n) {
    margin-right: 0;
  }

	.warranties li:nth-child(1), .warranties li:nth-child(2), .warranties li:nth-child(3), .warranties li:nth-child(4) {
	  border-bottom: none;
	}
}

@media ( max-width: 480px ){
	.site-branding, .header-central{
  	width: 100%;
  }

  .site-branding{
	  padding-right: 0;
	}

  .site-branding img{
  	display:block;
  	margin: 0 auto;
  	max-width: 232px;
  }

  .header-central, .header-right{
  	display: none;
	}
}

@media ( max-width: 360px ){
	.products .featured-image {
	  width: 100%;
	}

	.products .entry-header, .products .entry-content {
	  width: 100%;
	}

	.gallery-columns-5 .gallery-item {
	  max-width: 50%;
	}
}