/*
Theme Name: Tyburn Metal Recyling

/* =Notes
--------------------------------------------------------------


/* =Reset
-------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    background: #4DA076;
    line-height: 1;
    font-size: 0.625em;
    font-family: 'Ruda', helvetica, arial, sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: none !important; /* Prevent font scaling in landscape */
}

a:focus {
    outline: thin dotted;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

/* Structural Engineering
------------------------*/
.wrap {
    background-color: #fff;
}

#page, .holder {
    width: 960px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #51AB7E;
}

.clear {
    clear: both;
}


/* Header
----------------------- */

header#masthead {
    background: #323232;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 30px 0 0 0;
    margin-bottom: 15px;
}

header hgroup.logo {
    padding-left: 25px;
    display: inline-block;
    float: left;
    width: 30%;
    height: 110px;
    min-width: 265px;
}

header hgroup h1.site-logo a {
    display: inline-block;
    float: left;
    background: url('/wp-content/uploads/2015/11/tyburn-logo.png') no-repeat 0 0;
    width: 100%;
    height: 110px;
    text-indent: -9999px;
}


header hgroup.details {
    padding-right: 25px;
    display: inline-block;
    width: 60%;
    padding-top: 15px;
    text-align: right;
    float: right;
}

header hgroup.details h2 {
    font-size: 2.2em;
    color: #51AB7E;
    font-weight: 400;
    margin-bottom: 10px;
}

hgroup.details p.phone {
    font-size: 2.8em;
    color: #9F9F9F;
}


nav.main-navigation {
    clear: both;
    width: 100%;
    padding: 0 25px;
    background: #51ab7e;
    overflow: hidden;
}

nav.main-navigation li {
    float: left;
    padding: 1em 0;

}

nav.main-navigation li:first-of-type a {
    padding-left: 0;
}

nav.main-navigation li a {
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: url('images/split.gif') no-repeat 100% 50%;
}

nav .desc {
    display: inline-block;
    float: right;
    color: #c2e2d2;
    padding-top: 0.75em;
    font-size: 1.6em;
    text-transform: uppercase;
}


/* Banner
--------------------------- */

.banner {
    text-indent: -9999px;
    width: 100%;
    background: url('images/payment-banner.jpg') no-repeat 0 0;
    min-height: 260px;
    background-size: contain;

    @media screen and (max-width: 768px) {
        background-size: cover;
        min-height: 210px;
        padding: 0;
    }
}


/* content
--------------------------- */
#content {
    width: 66%;
    padding-right: 2%;
    line-height: 2em;
    display: inline-block;
    float: left;
}


article h1, article h2 {
    margin: 25px 0;
    font-size: 2.2em;
    color: #51AB7E;
    font-weight: 400;
}

#content article {
    overflow: hidden;
}

#content article p {
    font-size: 1.6em;
    margin: 15px 0;
    color: #323232;
    line-height: 1.5em;
}

article ul li {
    font-size: 1.6em;
    font-weight: 400;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
    background: url('images/tick.png') no-repeat left 0px;
}

article.home ul {
    margin-top: 20px;
    width: 50%;
    display: inline-block;
    float: left;
}


.inside-content article ul li {
    padding-left: 15px;
    margin: 15px 0;
    background: url('images/bullet.png') no-repeat left 40%;
    font-size: 1.6em;
}

.dark-box {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 32.5%;
    margin-right: 1.25%;
    background: #333;
    min-height: 202px;
    border-radius: 5px;
    padding: 20px 30px 10px;
}

.sidebar .dark-box {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
}

.reflect:last-of-type {
    margin-right: 0;
}

div.dark-box:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 0;
}

.dark-box h3 {
    color: #51AB7E;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 10px;
}

.dark-box p {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.6em;
}

.reflect {
    width: 32.5%;
    margin-right: 1.25%;
    min-height: 30px;
    border-radius: 5px 5px 0 0;
    margin-top: 2px;
    background: url('images/reflect.png') repeat-x 0 0;
    float: left;
}

.sidebar .reflect {
    width: 100%;
}

#content article p.call {
    font-size: 1.8em;
    color: #51AB7E;
    padding: 30px 0 10px;
    line-height: 2em;
    clear: both;
    margin-bottom: 0;
}

.sidebar p.call {
    font-size: 1.8em;
    color: #51AB7E;
    line-height: 1.8em;
}

p.call span {
    font-weight: bold;
}

.sidebar {
    float: right;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    width: 32%;
    margin-top: 15px;
    background-image: linear-gradient(top, rgb(234, 234, 234) 6%, rgb(255, 255, 255) 53%);
    background-image: -o-linear-gradient(top, rgb(234, 234, 234) 6%, rgb(255, 255, 255) 53%);
    background-image: -moz-linear-gradient(top, rgb(234, 234, 234) 6%, rgb(255, 255, 255) 53%);
    background-image: -webkit-linear-gradient(top, rgb(234, 234, 234) 6%, rgb(255, 255, 255) 53%);
    background-image: -ms-linear-gradient(top, rgb(234, 234, 234) 6%, rgb(255, 255, 255) 53%);

    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.06, rgb(234, 234, 234)),
            color-stop(0.53, rgb(255, 255, 255))
    );
}

.sidebar.inner {
    background: none;
    padding: 0;
}

.sidebar h3 {
    font-size: 1.8em;
    font-weight: 400;
    color: #51AB7E;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.sidebar strong {
    font-size: 1.6em;
}

.sidebar ul {
    margin: 10px 0 30px;
}

.sidebar ul li {
    padding-left: 15px;
    margin: 15px 0;
    background: url('images/bullet.png') no-repeat left 40%;
    font-size: 1.4em;
}


footer {
    margin-top: 25px;
    background: #4DA076;
    padding: 25px 0;
    font-size: 1.3em;
    line-height: 1.6em;
    overflow: hidden;
}

footer .footblock {
    display: inline-block;
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
    color: #fff;
}

.footblock h4 {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 400;
}

.footblock img {
    width: 100%;
}

.footblock p span {
    padding: 20px 0;
    font-size: 2.2em;
    display: block;
}

.footblock:last-of-type {
    margin-right: 0;
    position: relative;
}

.footblock:last-of-type a {
    display: block;
    padding-top: 8px;
    width: 175px;
    height: 30px;
    color: #fff;
    background-color: #323232;
    position: absolute;
    bottom: 6px;
    right: 0px;
    text-decoration: none;
    text-align: center;
}

.footblock:last-of-type a:hover {
    color: #51AB7E;
}

/* Forms
--------------------------- */


#respond h1 {
    font-size: 1.8em;
}

#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}

#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}

#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}

#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

#respond form label {
    display: block;
    line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}

.required {
    color: red;
}

.sidebar #respond ul li {
    background: none;
    padding-left: 0;
}

.respond {
    display: none;
}

.contact-info .one {
    float: left;
    width: 45%;
}

.contact-info .two {
    width: 35%;
    float: left;
}

.contact-info .three {
    width: 20%;
    float: left;
}

.contact-info h3 {
    font-size: 1.6em;
}


footer iframe {
    height: 150px;
}

input[type="submit"] {
    width: 40%;
    padding: 6px 10px !important;
    font-size: 1.4em !important;
    line-height: 1.428571429 !important;
    font-weight: normal !important;
    color: #7c7c7c !important;
    background-color: #e6e6e6 !important;
    background-repeat: repeat-x !important;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6) !important;
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6) !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1) !important;
}

input[type="submit"] {
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

input[type="submit"]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

input[type="submit"]:active {
    color: #999999;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    top: -1px;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

.sole {
    background-color: #333333;
    text-align: center;
}

.sole a:link {
    color: #ffffff;
    font-size: 2em;
    margin: 15px 0;
    line-height: 3.5em;
}

.sole a:visited {
    color: #ffffff;
}

.sole a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*
Media Quries
*/

/* <- 960px */
@media only screen and ( max-width: 960px ) {
    #page, .holder {
        width: 100%;
    }

    #content {
        width: 64%;
    }

    #main {
        padding: 0 2em;
    }

    .banner {
        display: table;
        width: 100%;
        height: 100%;
        padding: 13%;
    }
}

/* <- 860px */
@media only screen and ( max-width: 860px ) {
    header hgroup.details {
        font-size: 0.8em;
    }

    .contact-info div {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

}


/* <- 740px */
@media only screen and ( max-width: 740px ) {

    .dark-box {
        width: 100%;
        display: block;
        margin: 5px 0;
        min-height: inherit;
        padding: 20px;
    }

    .reflect {
        display: none;
    }

    header hgroup.details {
        font-size: 0.6em;
        width: 50%;
    }


}

/* <- 640px */
@media only screen and ( max-width: 640px ) {

    header hgroup.logo {
        width: 100%;
        display: block;
    }

    header hgroup h1.site-logo a {
        float: none;
        display: block;
        background-position: 50% 0;
    }

    .sidebar {
        width: 100%;
        display: block;
        float: none;
    }

    #content {
        width: 100%;
    }

    article.home ul {
        width: 100%;
        display: block;
        float: none;
    }


    footer .footblock {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    header hgroup.details {
        display: block;
        font-size: 0.7em;
        float: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding-bottom: 10px;
    }

    footer iframe {
        height: 250px;
    }

    footer .footblock:last-of-type a {
        bottom: 20px;
        padding-top: 8px;
        right: 20px;
    }


    .main-navigation ul, .main-navigation p {
        display: none;
    }

    .respond {
        display: block;
        width: 100%;
        position: relative;
    }

    .respond select {
        background: #51ab7e;
        width: 100%;
        height: 42px;
		appearance: none;
        -webkit-appearance: none;
        -webkit-user-select: none;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.6em;
        position: relative;
        font-weight: bold;
        width: 100%;
        outline: none;
        border: none;
    }

    .respond label::after {
        content: '';
        width: 30px;
        height: 32px;
        position: absolute;
        display: inline-block;
        top: 5px;
        right: 0px;
        background: url('images/drop.png') no-repeat right center;
        pointer-events: none;
    }

}

#field_1_5 label {
    display: none !important;
}
