/* global */

body {
	font-size: 16px;
	max-width: 1920px;
	margin: 0 auto;
	color: #000000;
}

@media screen and (min-width: 736px) and (max-width: 1920px) {
body {
	font-size: 0.8333333333333334vw;
}

}

/* grouped classes */

img.wp-post-image {
    float: left;
}

.gallery, 
nav.navigation.posts-navigation, 
.page.hentry, 
.site-footer {
    clear: both;
}

.uppercase, .visit span, .main-navigation, .entry-title, .widget-area h2, .uppercase-bold, p.uppercase-bold, .uppercase-bolder, p.uppercase-bold, a.theme-button, .theme-button, .nav-links a, input[type="submit"], .loop-title, .site-info .menu-title, .search, .search, .cat-list li a {
    text-transform: uppercase;
}

.capitalise, 
.cat-list li li a {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

blockquote, blockquote p, p blockquote {
    font-style: italic;
	margin-left: 0;
}

.home .post.hentry, .hfeed .post.hentry, .similar .post.hentry {
	text-align: center;
}

.phone-number, .phone-number a, .install {
	display: block;
}


.entry-title, .loop-title {
    margin: 0;
    line-height: 1;
}

ul.cat-list li li {
    line-height: 1;
    padding: 0.2em 0;
}


/* specific */

a.theme-button, .theme-button, .nav-links a, input[type="submit"] {
	padding: 5px 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

h1.entry-title {
    clear: none;
}

input {
    max-width: 100%;
}

.similar {
    overflow: auto;
}

.similar .entry-title {
    padding: 0 1% 0.5em;
}

/* hover for category dropdown 

ul.children {
    display: none;
}

li.cat-item:hover ul.children {
    display: block;
}
*/

/* block elements */

.home .product-loop {
    overflow: auto;
    padding: 1em 9.1%;
}
/* inner elements */

.home .post.hentry, .hfeed .hentry, .similar .post.hentry {
    max-width: 486px;
}

ul.cat-list {
    margin: 2em 0;
    line-height: 1.4;
}

ul.cat-list > li {
    padding: 0.3em 0;
}

/* spacings */

.hfeed .post.hentry, .site-content .widget-area, .site-main
.posts-navigation, .similar .post.hentry {
    margin: 1em 1%;
}

.hfeed .site-content {
    width: 80%;
    margin: 2em auto;
}

/* single */



/* Main Navigation */


form.search-form {
    margin-right: 11%;
    text-align: right;
    padding: 0.2em 0;
}

form.search-form * {
    vertical-align: top;
}

form.search-form input.search-submit {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    /* visibility: hidden; */
    box-shadow: none;
    padding: 0;
    border: none;
    background-color: inherit;
    color: transparent;
    background-image: url(../img/search.png);
    background-size: cover;
    border-radius: 0;
    font-size: 1em;
    width: 7.246376811594203vw;
    height: 7.246376811594203vw;
}

input.search-field {
    border-radius: 0;
    border: none;
    height: 7.246376811594203vw;
    text-align: center;
}

form.search-form a {
    display: inline-block;
}

form.search-form a:last-child img {
    background-color: black;
}

.site-header form.search-form a:last-child img {
    border: 0.2em solid black;
    border: none;
    background-color: #ffffff;
    border-radius: 0.5em;
}

.enquiry-page form input, .enquiry-page form textarea {
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    border-radius: 0;
}

.page-content form.search-form {
    text-align: left;
}

.page-content form.search-form .search-field {
    border: 1px solid;
}

/* hero */

.hero {
    overflow: hidden;
}

/* video section */

div#vidwrap img {
    vertical-align: bottom;
    cursor: pointer;
}

iframe {
    background-image: url(../img/video.png);
    background-size: contain;
	background-repeat: no-repeat;
}

/* content */
.home h1 span {
    display: block;
}

.cat-list .current-menu-item {
    font-weight: 600;
}

.cat-list .current-menu-item li {
    font-weight: normal;
}

/* Multi step form */

.step {
    margin: 1em auto;
}

.step input[type="text"], .step input[type="email"] {
    width: 100%;
}

.step p {
    color: #000000;
}

.step label {
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
    margin: 1em 0 0;
    display: block;
}

.step input, .wpcf7-form .mgswpcf7multistepsection .step select.wpcf7-form-control.wpcf7-select, .step textarea {
    font-size: 1em;
    padding: 0.5em;
}

.enquiry-page-multi .mgswpcf7multistepsection .mgswpcf7multistepsection-tagline {
    font-weight: bold;
    font-size: 2.375em;
    text-transform: uppercase;
}