﻿/* This stylesheet is meant for custom styles, on top of the Bone Template */
body {
    font-family: "Montserrat", Sans-serif;
}

p {
    font-size: 1.25em;
    text-align: justify;
}

footer p, .copyright {
    font-size: 1.00em;
}

h1 {
    font-size: 3em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Newsreader", Sans-serif;
}

    h5.skill {
        font-family: "Montserrat", Sans-serif;
    }
.service h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 1.25em;
}

.logo {
    height: 69px;
    margin-top: 9px;
    margin-bottom: 2px;
}

.grid .contact-details {
    background-color: #999;
}

.btn.btn-default {
    background: #999;
    color: #fff;
}

input:focus, input:active, textarea:focus, textarea:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #999 !important;
    background: #999;
    color: #2E2E2E;
    !important;
}

label {
    color: #999;
}

.grid .grid-item.contact-form .inner, .progress-bar.progress-bar-accent {
    background-color: #fff;
}

span.accent {
    color: #9eca50;
}

.grid .contact-details:before {
    padding-top: 97%;
}

.contact-form.TPO_form:before {
    padding-top: 80.001%;
}

.modal-response-text {
    float: right;
    margin-top: 43px;
}

[data-error="true"] {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .modal-response-text {
    color: #ba0000;
}

.image-paragraph {
    width: 100%;
}

.no-bottom {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.no-top {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.contact-details a {
    color: #fff;
}

.radio_cookie label {
    padding-left: 5px;
    padding-right: 15px;
}

.service {
    width: 100%;
    min-height: 220px;
    border: solid 1px #999;
    font-size: 0.85em;
}

    .service .icon {
        color: #999;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 2.5em;
    }

.title-block, .title-block h2 {
    margin-bottom: 0px;
}

p a, .copyright a {
    font-weight: normal;
    color: #2E2E2E;
}

    .copyright a:hover, .copyright a:focus {
        color: #2E2E2E !important;
        text-decoration: underline;
    }

.background-left {
    background-position-x: left !important;
    background-image: url()
}

ul li {
    font-size: 1.25em;
    list-style-type: none;
    text-align: justify;
}

.paragraphs ul li:before {
    content: '✓';
    padding-right: 5px;
}
.paragraphs table td, .paragraphs table th{
    padding: 5px;
}

a.privacy {
    color: #999 !important;
}

@media screen and (max-width: 768px) {
header {
		background-color: #fff;
	}
.hero .content {
		margin-top: 85%;
	}

.hero .content h1,.hero  .content h3{
	display:none;
	}	
}