/* mobile */

/* category menu */

ul.children {
    display: none;
}

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

/* loop */

.loop-title {
    padding: 0.85em 5%;
}

.site-main {
    margin: 2em;
}

.similar {
    padding: 2em;
}

.gallery-columns-6 .gallery-item {
    width: 50%;
    max-width: 240px;
    margin-top: 0;
}

/* single */
.breadcrumb {
    padding: 2em 0 2em;
	clear: both;
}

/* header */

.site-branding {
    display: table;
    padding: 0.5em 1em;
    width: 100%;
}

.get-in-touch, .site-branding .custom-logo-link, .visit {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}

.visit {
    text-align: right;
}

.site-branding .custom-logo-link {
    text-align: center;
    width: 50%;
}

.phone-number, .phone-number a, .install {
    font-size: inherit;
}

.get-in-touch, .visit {
    font-size: 2.7vw;
}

.get-in-touch {
    width: 25%;
}

.menu-toggle {
    background-color: #000000;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 4vw;
    padding: 0em;
    border-radius: 0;
    width: 22vw;
    height: 30px;
    float: right;
    margin: 1.5vw;
    height: 7.246376811594203vw;
}


button.menu-toggle span:after {
    content: '\2630';
    padding: 5%;
}

form.search-form {
    margin: 0;
    position: absolute;
    padding: 1.5vw;
    max-width: 78.26086956521739vw;
}

.menu-main-menu-container {
    clear: both;
    padding: 0 0.5em;
    background-color: #3fc7f4;
}

.main-navigation li {
    float: none;
    border-top: 1px solid #fff;
    padding: 0.5em;
}

.main-navigation li:first-child {
    border: none;
}

form.search-form img {
    width: 7.246376811594203vw;
}

input.search-field {
    font-size: 3vw;
    width: 46vw;
    padding: 1vw;
}

.main-navigation ul li:hover ul {
    position: relative;
    width: 100%;
    float: none;
    box-shadow: none;
}

/* footer */

.site-info {
    text-align: center;
    padding: 1em;
}

.site-info form.search-form {
    position: relative;
    padding: 2em 0;
}

.site-copyright p a {
    font-size: 3.5vw;
}

.site-info .sep {
    display: none;
}

.site-info strong {
    display: block;
}

/* Footer Section */

.enquiry-page {
    padding: 2em;
}

@media screen and (max-width: 735px) and (orientation: portrait) {

iframe {
    max-height: 56.52173913043478vw;
}
}