/*
Theme Name:Total Toilet Hire
Author:Tracey Shaw @ GOOP
Author URI:http://www.goop.com.au/
Description:Custom WordPress theme for Total Toilet Hire.
Version:1.0
*/

@import url("css/base.css");
@import url("css/form.css");
html,
body {
    margin: 0;
    padding: 0 0 0 0;
    background: #ffffff;
    line-height: 1.5;
    font-size: 100%;
    color: #1a1a1a;
}

#totaltoilethire {
    background: #ffffff;
}


/* Fonts */

body,
input,
select,
textarea,
header .telephone,
label {
	font-family: 'Hind', sans-serif;
}

nav.main-menu ul li {
    font-weight: 700;
}
header #telephone span:first-of-type {
	padding-top: 15px;
}

header #telephone,
#buttons li a span {
		font-weight: 700;
		line-height: 1.3em;
}

#slides div span,
#slides div strong,
.wpcf7 form button,
.wpcf7 form input.wpcf7-submit {
    font-weight: 700;
    font-family: 'britannicefmediumregular', Arial, Helvetica, serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

header #telephone span {
    font-weight: 400;
}


/* Header */

header {
    padding: 20px 0;
}

header .logo {
    max-height: 200px;
    max-width: 333px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1000;
		height: auto;
}

header #telephone {
    text-align: right;
    font-size: 1.5em;
    padding: 0 5px 0 0;
    float: right;
    z-index: 200;
    color: #ec2227;
    z-index: 1500;
    margin: 60px auto 0;
}

header #telephone a {
    color: #ec2227;
    text-decoration: none;
}

header #telephone span {
    clear: both;
    display: block;
    margin-top: -6px;
    letter-spacing: 0px;
    font-size: 1.5em;
    color: #323232;
}

header #telephone ul {
    list-style: none;
    float: right;
}

header #telephone ul li {
    float: left;
    margin: 0 0 -7px 20px;
}

header #telephone ul li span {
    margin: -3px 0 0px 0;
    font-size: 0.7em;
}


/* Navigation */

nav {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	background-color: #ec2227;
}

nav ul,
nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-content: center;
	max-width: 960px;
	margin: auto;
}

nav ul li {
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	display: inline-block;
	margin: 0;
}

nav ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 10px;
	margin: 0;
	font-weight: 700;
}

nav ul li.current-menu-item a {
	color: #ffffff;
	background-color: #d31e21;
}

nav ul li.menu-item-home a,
nav ul li.menu-item-58 a {
	margin-left: 3px;
}

nav ul li:hover a,
nav ul li.current-menu-item a,
nav ul li.current_page_ancestor a,
body.single-post nav ul li.menu-item-news a {
	color: #ffffff;
	background-color: #d31e21;
}

nav ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index: 500;
	background-color: #EEE;
}

nav ul li:hover > ul {
	opacity: 1;
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	height: auto;
	white-space: nowrap;
	text-align: left;
}

nav ul li ul li:hover {
	background-color: #ec2227;
	color: #FFFFFF
}
nav ul li ul li.current-menu-item a:hover {
	background-color: #ec2227;
	color: #FFFFFF
}
nav ul li:hover ul li a,
nav ul ul li a {
	font-size: 0.8em;
	color: inherit;
	display: block;
	border: none;
	line-height: 30px;
	padding: 10px;
	margin: 0;
	background: none;
	font-weight: normal;
}



/* Buttons */

#buttons {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	list-style: none;
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

#buttons li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
	padding-bottom: 20px;
}

#buttons li a {
		background-color: rgb(88, 88, 90);
		border-radius: 50%;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		font-size: 1.1em;
		height: 165px;
		justify-content: center;
		position: relative;
		text-align: center;
    text-decoration: none;
		width: 165px;
}

#buttons li a:before {
	content: " ";
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 4px solid #ffffff;
}
#buttons li:first-child a:before {
	border: 4px solid #ec2227;
}


#buttons li a span {
    display: block;
    font-weight: 700;
		font-size: 1.1em;
		line-height: 1.8em;
		padding: 5px 0;
}

#buttons li a:hover {
    background-color: rgb(114, 114, 114);;
}

#icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	list-style: none;
	margin: 20px 0 15px;
	float: left;
	width: 100%;
}

#icons li {
    display: block;
    float: left;
    width: 150px;
    height: 155px;
    line-height: 1.1em;
    margin: 0 21px;
    text-indent: -9000px;
}

#icons li.phone {
    background: url(img/icons/phone.png) center center no-repeat;
}

#icons li.address {
    background: url(img/icons/address.png) center center no-repeat;
}

#icons li.pobox {
    background: url(img/icons/pobox.png) center center no-repeat;
}

#icons li.hours {
    background: url(img/icons/hours.png) center center no-repeat;
}

#icons li.email {
    background: url(img/icons/email.png) center center no-repeat;
}


/* Content */

section {
    padding: 30px 15px;
}


/* Slideshow */

section#slideshow {
	background-color: #ffffff;
    padding: 0;
    position: relative;
}

.grey {
	background-color: rgba(88, 88, 90, 0.2);
}

#slides {
    max-width: 960px;
    max-height: 290px;
    overflow: hidden;
    z-index: 1;
    margin: 2px auto 0;
}

#slides div {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#slides div img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#slides div span,
#slides div strong {
    background: url(img/slides/text.png) top left repeat-x;
    color: #323232;
    padding: 5px 15px 5px 20px;
    position: absolute;
    right: 0;
    font-weight: normal;
    font-style: italic;
}

#slides div span {
    font-size: 1.8em;
    top: 75px;
}

#slides div strong {
    font-size: 2.5em;
    top: 130px;
}


/* Article */

article h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    line-height: normal;
		margin-bottom: 20px;
		font-weight: 700;
}

article h2{
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #ec2227;
    font-weight: 600;
}

article h3 {
		font-size: 1.1em;
		color: #ec2227;
		margin-bottom: 10px;
}

article h4 {
    font-size: 1em;
    margin-top: 5px;
}

article h5 {
    font-size: 1em;
    margin-top: 5px;
}

article h6 {
    font-size: 1em;
    margin-top: 5px;
}

article p {
    font-size: 1em;
    margin-bottom: 1em;
}

article ul,
article ol {
    margin: 0 10px 15px 30px;
}

article p + ul,
article p + ol {
    margin: -5px 10px 15px 30px;
}

article ul li,
article ol li {
    margin-bottom: 3px;
    font-size: 1em;
}

#testimonials article ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#testimonials article ul li {
    margin-bottom: 20px;
}

article ol li ul {
    margin-top: 10px;
    list-style: disc;
}

article ul.triple,
article ul.quad,
article ul.five {
    width: 100%;
    margin: 10px 0px 15px 0px;
    overflow: hidden;
}

article ul.triple li {
    float: left;
    display: inline;
    width: 33.333%;
}

article ul.quad li {
    float: left;
    display: inline;
    width: 25%;
}

article ul.five li {
    float: left;
    display: inline;
    width: 20%;
}

#contact article ul.quad li {
    text-align: center;
    padding: 0 3%;
    width: 19%;
    font-weight: bold;
}

#contact article ul.five li {
    text-align: center;
    padding: 0 1%;
    width: 18%;
    font-weight: bold;
}

article table {
    margin: 0 0 20px 0;
}

article table tr td {
    padding: 1px 10px 3px 0;
    font-size: 1em;
}

article hr {
    border-color: #990000;
    border-style: dotted;
    margin-top: 25px;
}

article .domain:before {
    content: "\40";
    margin-right: 0px;
}


/* Links */

article a,
#faqs article h1 + p a {
		color: inherit;
		text-decoration-line: underline;
		text-decoration-color: inherit;
		/*text-decoration-style: dotted;*/
}

article a:hover,
#faqs article h1 + p a:hover {
	color: #7c7c7c;
	text-decoration-line: underline;
	text-decoration-color: #7c7c7c;
	text-decoration-style: dotted;
}

article h1 a {
		border-bottom: 1px dotted #dbdbdb;
		color: inherit
}

article h2 a {
		border-bottom: 1px dotted #323232;
		color: inherit
}

article h1 a:hover,
article h2 a:hover,
article h1 + p a:hover {
    border-bottom-style: solid;
}


/* Children */

article .child {
    margin-bottom: 10px;
}

article .child h2 {
    margin: 0 0 5px 0;
}

article .child h2 a {
    border-bottom: 1px dotted transparent;
    font-style: italic;
}

article .child h2 a:hover {
    color: #525252;
    border-bottom: 1px dotted #dbdbdb;
}

article .child:last-child {
    margin-bottom: 0;
}

article .child a.readmore span {
    font-weight: 700;
}

article .child a.readmore .arrow {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8em;
    margin-left: 3px;
    content: "\3e";
}


/* Posts */

article .post h2.heading a {
    border: none;
}

article .post h2.heading a:hover {}

article .post a.readmore {
    padding-top: 10px;
    text-transform: none;
    font-weight: 700;
}

article .post a.readmore .arrow {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8em;
    margin-left: 3px;
    content: "\3e";
}

article .post {
    border-bottom: 1px dotted #990000;
    margin: 0 0 1em 0;
    padding: 0px 0 20px 0;
}

article .post small {
    display: inline;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #990000;
    border-right: 1px solid #990000;
    margin-right: 4px;
    padding-right: 6px;
}

article .post small + p {
    display: inline;
}

.single article .post {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.single article .post small {
    display: block;
    border: none;
    border-bottom: 1px solid #990000;
    margin: -5px 0 10px 0;
    padding: 3px 0;
    color: #990000;
}

.single article .post small + p {
    display: block;
}


/* Photos */

article .wp-caption {
    float: right;
    margin: 0 0 20px 20px;
    clear: right;
}

article .wp-caption img {
    display: block;
    border: 1px solid #cccccc;
    padding: 6px;
    background: #ffffff;
}

article .wp-caption .wp-caption-text {
    padding: 5px 10px;
    font-size: 0.75em;
    margin: 0 -4px 0 0;
    font-style: italic;
}

article img.alignnone,
article img.size-full {
    float: right;
    display: block;
    border: 1px solid #cccccc;
    padding: 6px;
    background: #ffffff;
    margin: 0 0 20px 20px;
    clear: right;
}

article .wp-caption img.alignnone,
article .wp-caption img.size-full {
    margin: 0;
    float: none;
}

article img.signature {
    float: none!important;
    display: block;
    border: none;
    padding: 0px;
    margin: 0;
}

article .gallery a {
    border: none;
}
#gallery-2.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#gallery-2.gallery .gallery-item {
	float: none;
}
#gallery-2.gallery .gallery-item img {
	padding: 0 10px;
	margin: 0 auto;
	border: none !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
    display: none;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
    display: none!important;
}


/* Pagination */

article .pagination {
    margin-bottom: 13px;
    float: left;
    clear: both;
}

article .pagination .page-numbers {
    background: #c21e20;
    display: block;
    height: 18px;
    width: 18px;
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 0.8em;
    margin-right: 5px;
}

article .pagination a.page-numbers,
article .pagination .page-numbers.dots {
    color: #e7e7e7;
    background: #c21e20;
    text-decoration: none;
    border: none;
}

article .pagination a.page-numbers:hover,
article .pagination .page-numbers.current {
    background: #ffffff;
    color: #bd262a;
}

article .pagination a.page-numbers.prev,
article .pagination a.page-numbers.next {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 0.7em;
}

article .pagination.single {
    border-top: 1px dotted #990000;
    display: block;
    margin: 0 0 0;
    padding: 10px 0 10px;
    float: none;
}

article .pagination.single a {
    border: none;
}

article .pagination.single div {
    display: block;
    width: 50%;
    float: left;
}

article .pagination.single div.right {
    text-align: right;
}

article .pagination.single div.left a:before {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8em;
    margin-right: 6px;
    content: "\3c";
}

article .pagination.single div.right a:after {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8em;
    margin-left: 6px;
    content: "\3e";
}


/* Sitemap */

article ul.sitemap li a {
    border: none;
}

article ul.sitemap li ul {
    margin-top: 8px;
}

article ul.sitemap li.current_page_item {
    display: none;
}


/* Privacy */

#privacy article h1 {
    margin-bottom: 10px;
}


/* Contact Form - see form.css for more */

.wpcf7 form {
    clear: none;
    margin: 20px 0 0 0;
    float: left;
    padding: 20px;
    width: 500px;
    background: url(img/backgrounds/form.png);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    min-height: 390px;
}

.wpcf7 form fieldset {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.wpcf7 form label {
    width: 100%;
    display: block;
    text-transform: none;
    padding: 0 0 3px 0;
}

.wpcf7 form label small {
    font-size: 0.7em;
}

.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
    font-weight: normal;
    text-transform: none;
    border: 1px solid #bbbbbb;
    width: 488px;
}

.wpcf7 form select {
    width: 501px;
    padding: 5px;
}

.wpcf7 form input[type=date] {
    padding: 3px 5px;
}

.wpcf7 form button,
.wpcf7 form input.wpcf7-submit {
    -webkit-appearance: none;
    background: #e7e7e7;
    border: none;
    color: #bd262a;
    text-transform: uppercase;
    display: block;
    margin-left: 0;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0 0 20px 0;
}

.wpcf7 form input.wpcf7-submit:hover {
    background: #ffffff;
    border: none;
}

.wpcf7 form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-not-valid-tip-no-ajax {
    margin-left: 0;
    font-size: 0.8em;
}

.wpcf7 form .wpcf7-response-output {
    clear: both;
    display: inline-block;
    border: none;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
}

.wpcf7 form input.wpcf7-not-valid,
.wpcf7 form select.wpcf7-not-valid,
.wpcf7 form textarea.wpcf7-not-valid {
    background: #bbbbbb;
}

#contact .wpcf7 form {
    min-height: 650px;
}

.wpcf7 .screen-reader-response {
    display: none!important;
}


/* Google Map */

article #googlemap {
    display: block;
    margin: 20px 0 20px 20px!important;
    float: left!important;
	max-width: 100%; 
	padding: 0 10px;
}

article #googlemap div {
    text-align: right;
    margin-top: -6px;
}

article #googlemap div a {
    font-size: 0.7em;
    border: none;
    text-transform: uppercase;
}


/* Aside */

aside {
    padding-left: 20px;
}

aside h2 {
    color: #e7e7e7;
    text-transform: uppercase;
}

aside ul.archives {
    border-top: 1px dotted #990000;
    margin-top: 5px;
}

aside ul.archives li {
    padding: 5px 0;
}

aside ul.archives li a {
    color: #e7e7e7;
    border: none;
}

aside ul.archives li a:hover {
    color: #525252;
}

/* Footer */

footer {
	background-color: rgb(88, 88, 90);
    padding-bottom: 10px;
    position: relative;
}

footer small {
    display: block;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
}

footer .logins {
    padding-top: 6px;
    list-style: none;
}

footer .logins li {
    float: left;
    margin-right: 10px;
}

footer .logins li a {
    color: #e7e7e7;
    font-size: 0.7em;
    text-decoration: none;
    text-transform: uppercase;
}

footer .logins li a:hover {
    text-decoration: underline;
}

footer #hria {
    display: block;
    width: 75px;
    margin: 20px auto 0;
}

footer #hria a {
    display: block;
}

footer #hria a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}


/* Footer Credits */

footer ul#goop {
    display: block;
    margin: 4px 8px 5px 0px;
    padding: 0;
    width: 100%;
}

footer ul#goop li {
    display: block;
    margin: 5px 10px 0 0;
    padding: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    float: left;
}

footer ul#goop li a {
    text-decoration: none;
    color: #e7e7e7;
    font-weight: normal;
}

footer ul#goop li.goop {
    margin-right: 0;
    float: right;
}

footer ul#goop li a span {
    display: inline-block;
    text-indent: -9000px;
    background: url(img/goop.png) no-repeat center center;
    width: 38px;
    margin: 0 0 -1px 5px;
}

footer ul#goop li.sitemap,
footer ul#goop li.privacy {
    float: left;
}

.mobile-menu {
    display: none;
}
.mobile-menu ul {
    align-items: center;
    background-color: #ec2227;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.mobile-menu ul li {
    color: rgba(255, 255, 255);
    flex-grow: 1;
    font-size: 1.5em;
    padding: 0.35em 0.5em;
    text-align: center;
    text-transform: uppercase;
}
.mobile-menu ul li a {
    color: inherit;
    text-decoration: none;
}
.mobile-menu ul li .fa {
    cursor: pointer;
}

.nav--mobile {
    background-color: rgba(0,0,0, 0);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
		bottom: 50px;
    transition: 0.3s all;
    width: 100%;
    z-index: 9998;
}
.nav--mobile.slide {
    background-color: rgba(0,0,0, 0.8);
    max-width: 100%;
    overflow: auto;
    pointer-events: initial;
    display: block;
}
.nav--mobile.slide ul {
    margin-left: 0;
}
.nav--mobile ul {
    background-color: white;
    font-size: 0.9em;
    min-height: 100%;
    list-style: none;
    margin: 0 0 0 -60%;
    padding: 0.5em 0 20px;
    transition: 0.3s all;
    width: 60%;
    display: flex;
    flex-direction: column;
}
.nav--mobile ul li {
    color: black;
    margin: 0;
}
.nav--mobile ul li ul.sub-menu {
    padding: 0 20px 0;
}
.nav--mobile ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 1em;
    border-bottom: 1px solid black;
}

iframe {
	max-width: 100%;
}
/* Print */

.print {
    display: none!important;
}


/* IE */

.ie nav ul li a {
    padding: 0 10px 0 6px;
    margin: 0;
}

.ie nav ul li.menu-item-hire ul {
    left: -61px;
}

.ie nav ul li.menu-item-purpose ul {
    left: -224px;
}

.lt-ie10 nav ul li.menu-item-home a,
.lt-ie10 nav ul li.menu-item-58 a {
    margin-left: 3px;
}

.lt-ie10 nav ul li.menu-item-hire ul {
    left: -64px;
}

.lt-ie10 nav ul li.menu-item-purpose ul {
    left: -227px;
}

.lt-ie9 nav ul li a {
    padding: 0 6px 0 2px;
    margin: 0;
}

.lt-ie9 nav ul li:hover a:hover,
.lt-ie9 nav ul li.current-menu-item a:hover,
.lt-ie9 nav ul li.current_page_ancestor a:hover,
.lt-ie9 body.single-post nav ul li.menu-item-news a:hover {
    background: url(img/backgrounds/navigation-hover.png);
}

.lt-ie9 nav ul li.menu-item-home a,
.lt-ie9 nav ul li.menu-item-58 a {
    margin-left: 0px;
}

.lt-ie9 nav ul li.menu-item-hire ul {
    left: -56px;
}

.lt-ie9 nav ul li.menu-item-purpose ul {
    left: -226px;
}

.lt-ie9 nav ul ul:hover li a,
.lt-ie9 nav ul li.current-menu-item ul li a {
    background: none;
}

.lt-ie9 nav ul ul:hover li a:hover,
.lt-ie9 nav ul li.current-menu-item ul li a:hover,
.lt-ie9 nav ul li ul li.current-menu-item a {
    background: url(img/backgrounds/navigation-hover.png);
}

.lt-ie8 nav {
    z-index: 500;
    position: relative;
    display: block;
}

.lt-ie8 nav ul li {
    font-size: 1.05em;
}

.lt-ie8 nav ul li a {
    padding: 0 5px 0 2px;
    margin: 0;
}

.lt-ie8 nav ul li.menu-item-home a,
.lt-ie8 nav ul li.menu-item-58 a {
    margin-left: 5px;
}

.lt-ie8 nav ul li.menu-item-hire ul {
    left: -64px;
}

.lt-ie8 nav ul li.menu-item-purpose ul {
    left: -230px;
}


/* Firefox */

@-moz-document url-prefix() {
    nav ul li a {
        padding: 0 10px 0 6px;
        margin: 0;
    }
    nav ul li.menu-item-hire ul {
        left: -67px;
    }
    nav ul li.menu-item-purpose ul {
        left: -229px;
    }
}


/* Tablet > Portrait */

@media screen and (max-width: 768px) {
    nav {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    #buttons li a {
		font-size: 0.7em;
		height: 125px;
		width: 125px;
    }
    .nav--mobile {
        display: none;
    }
    footer {
        padding-bottom: 60px;
    }
    header .ten.columns {
        display: flex;
    }
    footer ul#goop li.goop {
        float: left;
    }
	header #telephone {
    text-align: left;
	}
	article #googlemap {
    margin: 0 !important;
	}
	#slides {
		height: 200px !important;
	}
	#slides div strong,
	#slides div span {
    font-size: 1.7em;
	}
	#gallery-2.gallery .gallery-item {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	#buttons li {
		width: 50%;
  }
	#buttons li a {
		margin: 0 auto;
	}
}
