@font-face {
font-family: 'Open Sans';
src: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/fonts/OpenSans-Light.ttf) format( 'truetype' );
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/fonts/OpenSans-Regular.ttf) format( 'truetype' );
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/fonts/OpenSans-Semibold.ttf) format( 'truetype' );
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/fonts/OpenSans-Bold.ttf) format( 'truetype' );
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/fonts/OpenSans-ExtraBold.ttf) format( 'truetype' );
font-weight: 800;
font-style: normal;
}
body {
font-family: 'Open Sans', sans-serif;
} .hide {
display:none !important;
}
.show {
display:block !important;
} .centre-wrap-1280 {
margin: 0 auto;
padding: 0 8px;
max-width: 1280px;
}
.centre-wrap-1024 {
margin: 0 auto;
padding: 0 8px;
max-width: 1024px;
}
.centre-wrap-960 {
margin: 0 auto;
padding: 0 8px;
max-width: 960px;
}
.centre-wrap-800 {
margin: 0 auto;
padding: 0 8px;
max-width: 800px;
}
.clear-after:after {
display: block;
clear: both;
content: "";
} a {
text-decoration:none;
}   .content h2 {
padding: 24px 0;
text-transform: uppercase;
font-size: 2rem;
font-weight: 600;
}
.content h3 {
padding: 16px 0;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 600;
} .content p {
margin: 0 0 16px;
line-height:1.5rem;
}
.content p:last-child {
margin: 0;
}
.content .break-word {
word-break: break-all;
}
.content .text-centre {
text-align: center;
} .content a {
color: #e2b72c;
}
.content a:hover {
color: #121212;
} .content ul,
.content ol {
margin: 0 0 16px;
}
.content ul:last-child,
.content ol:last-child {
margin: 0;
}
.content ul > li > ul,
.content ol > li > ol {
margin: 8px 0 !important;
}
.content ul > li,
.content ol > li {
line-height: 1.25rem;
margin: 0 0 8px 24px;
}
.content .two-column {
-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}
.content .three-column {
-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
}
.content .three-column > li {
vertical-align: top;
} .content table {
margin: 0 0 16px;
}
.content table th,
.content table td {
padding: 0 16px;
line-height: 1.5rem;
}
.content .table-header-left th:first-child {
text-align: right;
} .img-fullwidth {
display: block;
margin: 32px 0;
width: 100%;
}
.img-3-col {
margin: 0 0 16px;
text-align: center;
font-size: 0;
}
.img-3-col > img {
display: inline-block;
margin: 0 2%;
width: 29.333%;
} .enquiry-button {
position: relative;
display: block;
margin: 48px auto 0;
border: 0;
padding: 16px 48px 16px 0;
width: 200px;
background-color: #121212;
text-align: center;
text-transform: uppercase;
font-size: 1rem;
font-weight: 300;
color: #e2b72c;
}
.enquiry-button > span {
display: block;
position: absolute;
top: 0;
right: 0;
padding: 16px 0;
width: 48px;
background-color: #e2b72c;
text-align: center;
font-weight: 600;
color: #000;
cursor: pointer;
}
@media only screen and ( max-width:640px ) {
.content .three-column {
-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}
}
@media only screen and ( max-width:480px ) {
.content .two-column {
-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;
}
.content .three-column {
-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;
}
}  .form > header {
margin-bottom: 4px;
border-radius: 8px;
padding: 16px;
background-color: #121212;
overflow: hidden;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 300;
color: #FFF;
}
.form > header > div {
text-align: center;
}
.form > div {
border-radius: 16px;
padding: 20px;
background-color: #f1f1f1;
}
.form span,
.form input {
display: block;
} .form .form-element {
margin-bottom: 12px;
}
.form .form-element input {
margin: 0;
border: none;		border: solid 1px #999;	
border-radius: 8px;
padding: 12px 8px;		width: 100%;	
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-size: 1rem;	
}
.form .form-element textarea {
display: block;
margin: 0;
border: none;		border: solid 1px #999;	
border-radius: 8px;
padding: 12px 8px;		width: 100%;	
box-sizing: border-box;
height: 4.5rem;
font-family: 'Open Sans', sans-serif;
font-size: 1rem;
} .form .form-captcha {
margin: 0 0 24px;
}
.form .form-captcha > img {
display:block;
float:right;
border-radius: 8px;
height: 46px;
width:150px;
}
.form .form-captcha > span {
float:right;
margin-left: 16px;
width:180px;
}
.form .form-captcha > span > input {
margin:0;
border: none;		border: solid 1px #999;	
border-radius: 8px;
padding: 12px 8px;		width: 100%;	
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-size: 1rem;	
} .form .submit-wrap {
position: relative;
margin: 0 auto;
width: 248px;
}
.form .submit-wrap input {
margin: 0;
border: none;
border-radius: 6px;
padding: 10px 48px 10px 0;
width: 248px;
background-color: #e2b72c;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.5rem;
font-weight: 400;
color: #FFF;
}
.form .submit-wrap img {
display: none;
}
.form .submit-wrap > span {
position: absolute;
top: 0;
right: 0;
border-radius: 6px;
padding: 12px 0;
width: 48px;
font-size: 1.5rem;
background-color: #121212;
color: #FFF;
text-align: center;
}  @media only screen and ( min-width:721px ) {
.sidebar-form > section > div {
display: block !important;
}
}
@media only screen and ( max-width:720px ) {
.sidebar-form > section {
position: relative;
margin: 0 auto;
max-width: 320px;
}
.sidebar-form > section > header {
cursor: pointer;
}
.sidebar-form > section > div {
display: none;
position: absolute;
}
}  .form-show {
cursor: pointer;
}
#popup-form {
display: none;
position: fixed;
top: 0;
z-index: 900;
padding-top: 64px;
width: 100%;
height: 100%;
background-color:rgba(0, 0, 0, 0.5);
}
#popup-form > section {
margin: 0 auto;
max-width: 320px;
}
#popup-form > section > header {
position: relative;
background-color: #e2b72c;
}
#popup-form > section > header > span {
position: absolute;
top: 0;
right: 0;
border-radius: 8px;
padding: 12px;
background-color: #121212;
font-size: 2rem;
cursor: pointer;
} #popup-form .form .form-captcha > img {
width:160px;
}
#popup-form .form .form-captcha > span {
width:160px;
}  #header-wrap {
padding: 16px 0;
background-color: #121212;
} #header-title {
float: left;
text-align: center;
font-size: 0;
}
#header-title > a {
display: inline-block;
padding: 35px 0;
}
#header-title > a > img {
display: block;
width: 100%;
} #header-phone {
float: right;
text-align: center;
font-size: 0;
}
#header-phone > div {
display: inline-block;
padding: 32px 0 32px 152px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-phone-1.png) no-repeat;
text-align: left;
}
#header-phone > div > header {
font-size: 1.5rem;
color: #FFF;
}
#header-phone > div a {
display: block;
font-size: 3.5rem;
color: #e2b72c;
}
@media only screen and ( max-width:960px ) { #header-title {
float: none;
}
#header-title > a {
padding: 0 0 24px;
} #header-phone {
float: none;
}
#header-phone > div {
padding: 10px 0 10px 96px;
background-size: 88px;
}
#header-phone > div a {
font-size: 2.75rem;
}
}
@media only screen and ( max-width:480px ) { #header-phone {
float: none;
}
#header-phone > div {
padding: 10px 0 10px 80px;
background-size: 72px;
}
#header-phone > div > header {
font-size: 1rem;
}
#header-phone > div a {
line-height: 2.25rem;
font-size: 2rem;
}
}  #header-nav-wrap {
background-color: #e2b72c;
} #header-menu-button {
display: none;
} #header-menu {
position: relative;
text-align: center;
font-size: 0;
}
#header-menu > li {
display: inline-block;
border-right: solid 1px #FFF;
text-align: left;
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 300;
}
#header-menu > li:last-of-type {
border-right: none;
}
#header-menu > li > a {
display: inline-block;
padding: 20px 40px;
letter-spacing: 2px;
color: #FFF;
}
#header-menu > li > a:hover {
color: #121212;
}
#header-menu > .current-menu-item > a {
background-color: #FFF;
font-weight: 400;
color: #e2b72c;
} #header-menu > .menu-item-has-children > ul {
position: absolute;
z-index: 520;
display: none;
background-color: #e2b72c;
}
#header-menu > .menu-item-has-children:hover > ul {
display: block;
}
#header-menu .sub-menu > li {
border-top: solid 1px #FFF;
}
#header-menu .sub-menu > li > a {
display: block;
padding: 20px 28px;
color: #FFF;
}
#header-menu .sub-menu > li:hover > a {
color: #121212;
}
#header-menu .sub-menu > .current-menu-item > a {
background-color: #FFF;
font-weight: 400;
color: #e2b72c;
}
@media only screen and ( max-width:1140px ) {
#header-menu > li > a {
display: inline-block;
padding: 20px 24px;
}
}
@media only screen and ( max-width:800px ) { #header-menu-button {
display: block;
width: 48px;
height: 48px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-menu-button.png) no-repeat;
cursor: pointer;
} #header-menu {
display: none;
position: absolute;
z-index: 500;
right: 8px;
background-color: #e2b72c;
width: 75%;
}
#header-menu > li {
display: block;
margin:0;
padding: 0;
border-top:solid 1px #FFF;
}
#header-menu > li::after {
display: none;
}
#header-menu > li > a {
display: block;
padding:16px;
} #header-menu > .menu-item-has-children {
position:relative;
}
#header-menu > .menu-item-has-children > .sub-menu-button {
position:absolute;
z-index:510;
right:0;
width:48px;
height:48px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-menu-arrow.png) no-repeat;
}
#header-menu > .menu-item-has-children > ul {
position:absolute;
right:0;
border-left: solid 1px #FFF;
width:75%;
background-color: #121212;
}
#header-menu > .menu-item-has-children:hover > ul {
display:none;
}
#header-menu .sub-menu > li > a {
display:block;
padding:16px;
}
#header-menu .sub-menu > li > a:hover {
color: #e2b72c;
}
}
@media only screen and ( max-width:480px ) { #header-menu {
width: calc( 100% - 18px );
}
}  #banner-wrap {
min-height: 649px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/gold-class-locksmiths-sydney-banner-1.png) center top no-repeat;
color: #FFF;
}
#banner-wrap header {
margin-bottom: 40px;
padding-top: 96px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 3.5rem;
font-size: 3rem;
font-weight: 600;
}
#banner-wrap p {
margin-bottom: 88px;
text-align: center;
font-size: 2rem;
font-weight: 300;
}
#banner-wrap p > strong {
font-weight: 600;
}
#banner-wrap .banner-button {
text-align: center;
font-size: 0;
}
#banner-wrap .banner-button > button {
padding: 17px 56px;
border: solid 6px #e2b72c;
text-transform: uppercase;
background-color: transparent;
letter-spacing: 2px;
font-family: 'Open Sans', sans-serif;
font-size: 1.5rem;
color: #FFF;
}
@media only screen and ( max-width:800px ) {
#banner-wrap header {
line-height: 3rem;
font-size: 2.5rem;
}
#banner-wrap p {
line-height: 2rem;
font-size: 1.5rem;
}
}
@media only screen and ( max-width:560px ) {
#banner-wrap header {
line-height: 2.5rem;
font-size: 2rem;
}
#banner-wrap p {
margin-bottom: 48px;
}
#banner-wrap .banner-button > button {
padding: 17px 32px;
}
}  #services-wrap {
padding: 32px 8px;
text-align: center;
font-size: 0;
}
#services-wrap > .service-item {
display: inline-block;
margin-right: 11%;
width: 26%;
}
#services-wrap > .service-item:last-of-type {
margin-right: 0;
}
#services-wrap > .service-item > img {
display: block;
margin: 0 auto 16px;
width: 100%;
max-width: 210px;
}
#services-wrap > .service-item > header {
margin-bottom: 32px;
text-transform: uppercase;
line-height: 2.5rem;
font-size: 2rem;
}
#services-wrap > .service-item > p {
margin-bottom: 32px;
line-height: 1.75rem;
font-size: 1.25rem;
}
#services-wrap > .service-item > a {
position: relative;
display: block;
margin: 0 auto;
padding: 16px 48px 16px 0;
width: 152px;
background-color: #121212;
text-align: center;
text-transform: uppercase;
font-size: 1rem;
font-weight: 300;
color: #e2b72c;
}
#services-wrap > .service-item > a > span {
display: block;
position: absolute;
top: 0;
right: 0;
padding: 16px 0;
width: 48px;
background-color: #e2b72c;
text-align: center;
font-weight: 600;
color: #000;
}
@media only screen and ( max-width:1024px ) {
#services-wrap > .service-item {
display: inline-block;
margin-right: 5%;
width: 30%;
text-align: center;
}
#services-wrap > .service-item > p {
min-height: 140px;
}
}
@media only screen and ( max-width:800px ) {
#services-wrap > .service-item > header {
line-height: 2rem;
font-size: 1.5rem;
}
#services-wrap > .service-item > p {
min-height: 100px;
line-height: 1.25rem;
font-size: 1rem;
}
}
@media only screen and ( max-width:720px ) {
#services-wrap > .service-item {
margin-right: 5%;
margin-bottom: 32px;
margin-left: 5%;
width: 40%;
}
#services-wrap > .service-item:last-of-type {
margin-right: 5%;
margin-left: 5%;
}
}
@media only screen and ( max-width:560px ) {
#services-wrap > .service-item {
margin-right: auto;
margin-bottom: 64px;
margin-left: auto;
width: 80%;
max-width: 300px;
}
#services-wrap > .service-item > p {
min-height: 0;
}
}  #home-body-wrap {
padding: 48px 0;
background-color: #f1f1f1; }
#home-body-wrap h1 {
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 3rem;
font-weight: 400;
}
#home-body-wrap .h1-underline {
margin: 32px auto;
max-width: 530px;
}
@media only screen and ( max-width: 480px ) {
#home-body-wrap h1 {
font-size: 2rem;
}
}  #home-quote-wrap {
padding: 40px 0;
background-color: #e2b72c;
}
#home-quote-wrap header {
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 3rem;
font-weight: 400;
color: #FFF;
}
#home-quote-wrap .header-underline {
margin: 32px auto;
max-width: 460px;
border-color: #e9c555;
}
#home-quote-wrap p {
margin-top: 32px;
text-align: center;
font-size: 0;
}
#home-quote-wrap p a {
display: inline-block;
padding: 5px 0 5px 58px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-phone-2.png) no-repeat;
letter-spacing: 2px;
font-size: 2.5rem;
font-weight: 600;
color: #FFF;
}
@media only screen and ( max-width: 480px ) {
#home-quote-wrap header {
font-size: 2rem;
}
}  #home-testimonials-wrap {
padding: 36px 0;
background-color: #f1f1f1;
}
#home-testimonials-wrap header {
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 3rem;
font-weight: 400;
}
#home-testimonials-wrap .header-underline {
margin: 32px auto;
max-width: 240px;
} #home-testimonials-wrap .testimonial {
position: relative;
padding-top: 48px;
width: 46%;
}
#home-testimonials-wrap .testimonial:first-of-type {
float: left;
}
#home-testimonials-wrap .testimonial:last-of-type {
float: right;
}
#home-testimonials-wrap .testimonial > img {
display: block;
position: absolute;
top: 0;
left: 0;
}
#home-testimonials-wrap .testimonial > div {
position: relative;
margin-left: 199px;
padding: 36px;
background-color: #FFF;
}
#home-testimonials-wrap .testimonial > div::before {
display: block;
position: absolute;
top: 20px;
left: -28px;
width: 28px;
height: 32px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-testimonial-arrow.png) no-repeat;
content:"";
}
#home-testimonials-wrap .testimonial > div > span:first-of-type {
display: block;
position: absolute;
top: 8px;
left: 8px;
font-size: 4rem;
color: #e2b72c;
}
#home-testimonials-wrap .testimonial > div > span:last-of-type {
display: block;
position: absolute;
bottom: -20px;
right: 8px;
font-size: 4rem;
color: #e2b72c;
}
#home-testimonials-wrap .testimonial > div > p {
line-height: 1.5rem;
text-align: center;
}
#home-testimonials-wrap .testimonial > div > strong {
display: block;
margin-top: 16px;
padding: 0 8px;
text-align: right;
}
@media only screen and ( max-width: 1024px ) { #home-testimonials-wrap .testimonial {
padding-top: 24px;
width: 48%;
}
#home-testimonials-wrap .testimonial > img {
width: 120px;
}
#home-testimonials-wrap .testimonial > div {
margin-left: 152px;
}
}
@media only screen and ( max-width: 800px ) { #home-testimonials-wrap .testimonial {
padding-top: 24px;
width: auto;
}
#home-testimonials-wrap .testimonial:first-of-type {
float: none;
margin-bottom: 32px;
}
#home-testimonials-wrap .testimonial:last-of-type {
float: none;
}
}
@media only screen and ( max-width: 480px ) {
#home-testimonials-wrap header {
font-size: 2rem;
} #home-testimonials-wrap .testimonial {
padding-top: 88px;
}
#home-testimonials-wrap .testimonial > img {
z-index: 1;
top: 0;
left: calc( 50% - 60px );
}
#home-testimonials-wrap .testimonial > div {
margin-left: 0;
}
#home-testimonials-wrap .testimonial > div::before {
display: none;
}
}  #home-location {
padding: 40px 0;
padding-left: 176px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/icon-location.png) 41px 24px no-repeat;
}
#home-location > div:first-of-type {
float: left;
width: 50%;
}
#home-location > div:last-of-type {
float: right;
padding-top: 32px;
width: 50%;
height: 300px;
}
#home-location > div:last-of-type > iframe {
width: 100%;
height: 100%;
}
#home-location > header {
text-transform: uppercase;
font-size: 2rem;
font-weight: 600;
}
#home-location ul {
margin-top: 40px;
}
#home-location ul > li {
margin-left: 32px;
line-height: 2.75rem;
font-size: 2.25rem;
font-weight: 300;
}
@media only screen and ( max-width: 800px ) {
#home-location > div:first-of-type {
float: none;
width: auto;
}
#home-location > div:last-of-type {
float: none;
width: auto;
}
}
@media only screen and ( max-width: 560px ) {
#home-location {
padding: 40px 0;
padding-left: 0;
background: none;
}
}  #footer-wrap {
padding: 40px 0;
background-color: #f1eff0;
} #footer-nav {
float: left;
}
#footer-nav > header {
margin-bottom: 12px;
font-size: 2rem;
font-weight: 700;
color: #E2B72C;
}
#footer-menu > li > a {
display: block;
border-bottom: solid 1px #999;
padding: 12px 0;
font-size: 1.25rem;
color: #000;
}
#footer-menu > li:last-child > a {
border-bottom: none;
} #footer-contact {
float: right;
}
#footer-contact > header {
font-size: 2rem;
font-weight: 700;
color: #E2B72C;
}
#footer-contact > header:first-of-type {
margin-bottom: 16px;
}
#footer-contact > header:last-of-type {
margin: 64px 0 24px;
}
#footer-contact > ul {
list-style-type: none;
}
#footer-contact > ul > li {
padding: 12px 0;
}
#footer-contact > ul > li a {
color: #000;
}
@media only screen and ( max-width: 800px ) { #footer-nav {
float: none;
margin: 0 auto;
width: 80%;
max-width: 320px;
} #footer-contact {
float: none;
margin: 0 auto;
width: 80%;
max-width: 320px;
}
#footer-contact > header:first-of-type {
margin-top: 48px;
}
#footer-contact > header:last-of-type {
margin: 48px 0 24px;
}
}  #footer-notice-wrap {
margin-top: 4px;
padding: 32px 0;
background-color: #f1eff0;
} #footer-notice-message {
float: left;
width: 50%;
line-height: 1.25rem;
color: #333;
} #footer-notice-phone {
float: right;
border-radius: 12px;
padding: 16px;
background-color: #FFF;
}
#footer-notice-phone > header {
margin-bottom: 4px;
text-align: center;
}
#footer-notice-phone a {
text-align: center;
font-size: 1.75rem;
font-weight: 600;
color: #E2B72C;
}
@media only screen and ( max-width: 480px ) {
#footer-notice-wrap {
text-align: center;
} #footer-notice-message {
float: none;
width: auto;
} #footer-notice-phone {
display: inline-block;
float: none;
margin-top: 32px;
}
}  #footer-copyright-wrap {
margin-top: 4px;
padding: 20px 0;
background-color: #f1eff0;
}
#footer-copyright-wrap > div > div {
float: left;
}
#footer-copyright-wrap > div > a {
display: block;
float: right;
color: #000;
}
@media only screen and ( max-width: 640px ) {
#footer-copyright-wrap {
text-align: center;
}
#footer-copyright-wrap > div > div {
float: none;
}
#footer-copyright-wrap > div > a {
float: none;
margin-top: 16px;
}
}  #body-1-wrap {
padding: 96px 0;
} #body-1-form {
float: right;
margin: 0 0 32px;
width: 300px;
min-height: 64px;
} #body-1-main {
float: left;
margin: 0 0 32px;
width: calc( 100% - 332px );
min-height: 320px;
}
#body-1-main > header {
margin: 0 0 32px;
}
#body-1-main > header > h1 {
text-transform: uppercase;
font-size: 2.5rem;
font-weight: 600;
color: #e2b72c;
}
#body-1-main > header > span {
display: block;
margin: 8px 0 0;
color: #999;
} #body-1-main .post-wrap {
padding:32px 0;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #000;
}
#body-1-main .post-wrap > header {
margin:0 0 24px;
}
#body-1-main .post-wrap > header > h2 {
margin:0 0 8px;
padding: 0;
}
#body-1-main .post-wrap > header > span {
display:block;
font-size:0.9rem;
color:#999;
}
#body-1-main .post-wrap > a {
display: inline-block;
background-color: #000;
padding: 16px 24px;
margin: 24px 0 0;
color: #FFF;
} #body-1-side {
float: right;
clear: right;
width: 300px;
min-height: 64px;
} .service-thumb {
display: block;
float: left;
padding: 0 16px 32px;
width: 33.3333%;
box-sizing: border-box;
}
.service-thumb > img {
display: block;
margin-bottom: 8px;
width: 100%;
}
.service-thumb > span {
display: block;
min-height: 48px;
text-align: center;
text-transform: uppercase;
font-size: 1.5rem;
} .sidebar-testimonial > img {
display: block;
margin: 0 auto 28px;
width: 100%;
max-width: 167px;
}
.sidebar-testimonial > div {
position: relative;
padding: 20px 24px;
background-color: #f1eff0;
}
.sidebar-testimonial > div::before {
display: block;
position: absolute;
top: -28px;
left: calc( 50% - 16px );
width: 32px;
height: 28px;
background: url(//goldclasslocksmiths.com.au/wp-content/themes/goldclasslocksmiths/images/interface/testimonial-sidebar-arrow.png) no-repeat;
content: "";
}
.sidebar-testimonial > div > p {
line-height: 1.25rem;
font-size: 0.875rem;
}
.sidebar-testimonial > div > strong {
display: block;
}
@media only screen and ( max-width: 1024px ) { .service-thumb > span {
font-size: 1rem;
}
}
@media only screen and ( max-width: 960px ) { .service-thumb {
padding: 0 24px 32px;
width: 50%;
}
}
@media only screen and ( max-width: 720px ) { #body-1-form {
float: none;
width: auto;
} #body-1-main {
float: none;
width: auto;
} #body-1-side {
float: none;
width: auto;
}
}
@media only screen and ( max-width: 480px ) { .service-thumb {
float: none;
margin: 0 auto;
padding: 0 0 32px;
width: 100%;
max-width: 280px;
}
.service-thumb > span {
padding: 0 0 24px;
font-size: 1.5rem;
}
}
.call {
font-size: 34px;
letter-spacing: 2px;
}
ul.product {
list-style:outside none none;
text-align:left;
margin-bottom: 20px;
}
ul.product li {
display: inline-block;
vertical-align: middle;
overflow: hidden;
margin-right: 10px;
margin-bottom: 20px;
max-width: 220px;
}
ul.product li img {
display: block;
width: 100%; 
height: 70px;
}
.max-width li {
max-width: 175px !important;
}
@media only screen and ( max-width: 400px ) {
ul.product {
text-align:center;	
}
ul.product li {
display:block;
}
}