/*
 Theme Name:   P. Woods and Sons Child
 Author:       Concept NI
 Author URI:   https://conceptni.com
 Template:     pwoods
*/

@import 'https://fonts.googleapis.com/css?family=Roboto';

body {
    color: #333;
    line-height: 1.5;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 48px;
    text-transform: uppercase;
}

.home h1 {
    font-size: 40px;
    text-transform: inherit;
}

h2 {
    clear: left;
    font-weight: 400;
    margin: 10px 0;
}

h3 {
    margin: 5px 0 0;
    font-weight: 400;
}

p {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    padding: 0 0 0 30px;
    margin: 0 0 15px;
}

a,
a:visited,
a:focus,
a:active,
.entry-content a,
.comment-content a {
    color: #243f8b;
    text-decoration: none;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#page {
    max-width: none;
    border: 0;
}


/*====================================
*************HEADER*******************
=====================================*/

html .site-header {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0;
}

.site-header a.home-link {
    min-height: 0;
    display: table;
    max-width: none;
    width: auto;
    margin: 14px 0;
    float: left;
    position: relative;
    z-index: 9999999;
    width: 100%;
    max-width: 60%;
}

.site-header:before {
    content: "";
    position: absolute;
    /* background: #243f8b; */
    height: 100%;
    width: 23%;
    right: 0;
    z-index: 1;
}

.tp-caption {
    text-shadow: 2px 2px 2px #000;
}

a.home-link img {
    width: 100%;
    height: auto;
}

.top-bar {
    display: none;
}

.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    text-decoration: none;
}

.top-bar i {
    background: #ffffff;
    color: #243f8b;
    padding: 3px;
    border-radius: 18px;
    width: 25px;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0 4px 0 19px;
    top: -3px;
}

.top-bar i:after {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    /* border-left: 3px solid #243f8b; */
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}

html .site-header {
    overflow: visible;
}


/*====================================
*************HEADER END***************
=====================================*/


/*====================================
*************NAVIGATION***************
=====================================*/

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.main-navigation {
    min-height: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #243f8b;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    width: 235px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    border: 2px solid #c1bbbb;
    left: 0;
}


div#navbar {
    position: relative;
    z-index: 2;
    width: 100%;
    float: right;
    background: none;
    background: #223f8d;
}

html body .navbar-mobile li {
    width: 100%;
}



html body .navbar-mobile li a {
    padding: 21px 10px;
}

html body .navbar-mobile ul.sub-menu {
    position: relative;
    float: right;
}

html body .navbar-mobile ul.sub-menu li a {
    width: 100%;
}

.navbar-mobile {
    display: none;
}

div.navbar-mobile.open,
div.navbar-mobile.open #primary-menu {
    display: block;
}

.nav-menu li a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 5px;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #ffffff;
    font-style: normal;
    background: rgba(255, 255, 255, 0.25);
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    background-color: rgba(255, 255, 255, 0.39);
    color: #ffffff;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

button.menu-toggle {
    padding: 0;
    width: 49px;
    margin: auto;
    height: 32px;
    z-index: 9999;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    margin: auto;
}

button.menu-toggle div {
    width: 23px;
    height: 3px;
    display: block;
    background: #ffffff;
    margin: 0 0 4px 0;
}

button.menu-toggle:after {
    display: none;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    padding: 0;
}

.nav-menu .sub-menu {
    background: #243f8b;
    padding: 0;
    border: 0;
    margin: 0;
}

.nav-menu .sub-menu li a {
    color: #fff;
    border-bottom: 1px solid #c1bbbb;
    padding: 17px 10px;
    font-size: 17px;
}

.nav-menu .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.27);
}


/*====================================
*************NAVIGATION END***********
=====================================*/


/*====================================
*************HOMEPAGE*****************
=====================================*/

.hentry {
    padding: 0;
}


/*
Homepage Top (Below Slider)
*/

.fp-top {
    text-align: center;
    padding: 36px 0 50px;
    position: relative;
    overflow: hidden;
}

.fp-top:before {
    content: "";
    border-bottom: 540px solid #F1F1F1;
    border-top: 1590px solid transparent;
    border-left: 1290px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fp-top h1 {
    color: #111;
    position: relative;
    background: #fff;
    display: table;
    /* margin: 0 auto 60px; */
    padding: 0 26px 0 10px;
    text-transform: uppercase;
}

h2.entry-title {
    display: table;
    color: #666;
    background: #fff;
    position: relative;
    display: table;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    font-size: 36px;
}

.fp-top .entry-header:before {
    content: "";
    height: 1px;
    background: #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

html .home .entry-header {
    position: relative;
    bottom: 0;
}


/*
End Homepage Top (Below Slider)
*/


/*
Circles in Homepage Top
*/

.circle-container {
    display: inline-block;
    /* width: 260px; */
    padding: 0 0 11%;
    max-width: 260px;
    margin: 0;
}

.circle-container h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 39px 0 16px;
}

.circle {
    width: 100%;
    height: 232px;
    background: #243f8b;
    border-radius: 230px;
    position: relative;
    padding: 6px;
}

.circle:before {
    content: "";
    border-top: 29px solid #243f8b;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
}

.tony-harley .inner-circle {
    background-position: center;
}

.inner-circle {
    position: absolute;
    width: 95%;
    height: 95%;
    border-radius: 200px;
    border: 4px solid #FFF;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn {
    background: #333;
    position: relative;
    display: table;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 11px auto;
}

.btn:before {
    content: "";
    border: 1px solid #333;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -3px;
    top: -3px;
    padding: 2px;
}


/*
Circles in Homepage Top
*/


/*
Homepage Bottom (Below Homepage Top)
*/

.fp-bottom-bg {
    padding: 0;
    text-align: center;
    color: #666666;
    font-size: 20px;
}

.fp-bottom-bg .entry-header {
    color: #666666;
    margin: 20px auto;
}


/*
End Homepage Bottom (Below Homepage Top)
*/


/*
Accrediations
*/

.accreditations {
    margin: 35px 0 0 0;
    border-top: 1px solid #dadada;
}

.home .accreditations {
    margin: 59px 0;
    border: 0;
}

.accreditations ul {
    margin: 0;
    padding: 20px;
    text-align: center;
}

.accreditations li {
    display: inline-block;
    padding: 20px;
}

.accreditations li img {
    width: 100%;
}

.accreditations li:nth-child(3) {
    margin: 0px 5% 0 6%;
}

.accreditations li:nth-child(2) {
    margin: 0 0 0 5%;
}


/*
End Accreditations
*/


/*====================================
*************HOMEPAGE END*************
=====================================*/


/*====================================
***************SERVICE****************
=====================================*/



.service-info {
    width: 100%;
    float: left;
}

html .unslider {
    width: 100%;
    float: left;
    position: relative;
}



html .unslider img {
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.46);
    width: 100%;
    border: 1px solid #fff;
}


html .unslider .gallery ul li {
    display: inline-block;
    width: 24.7%;
    letter-spacing: 0;
    padding: 6px 7px 0 0;
    padding: 7px 10px;
}

.service-header {
    font-size: 32px;
    font-weight: bold;
    margin: 0px 0 43px 0;
    position: relative;
    padding: 0 0 10px;
}

.service-header:before {
    content: "";
    height: 8px;
    width: 50px;
    position: absolute;
    bottom: -20px;
    background: #243f8b;
    z-index: 9;
}

.service-header:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: -17px;
    background: #a19898;
    width: 100%;
    left: 0;
}

.wp-block-columns {
    margin-bottom: 0;
}

/*====================================
*************FOOTER*******************
=====================================*/

.site-footer {
    background-color: #333;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

/*
.site-footer:after {
    content: "";
    content: "";
    position: absolute;
    background: #3E3E3E;
    height: 100%;
    width: 39%;
    left: -2%;
    -ms-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    transform: skew(22deg);
    z-index: 1;
    top: 0;
}

.site-footer:before {
    content: "";
    content: "";
    position: absolute;
    background: #3E3E3E;
    height: 100%;
    width: 39%;
    right: -2%;
    -ms-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    transform: skew(-22deg);
    z-index: 1;
    top: 0;
}
*/

.site-info {
    position: relative;
    z-index: 99;
    padding: 15px 30px;
    max-width: 1160px;
}


/*====================================
*************FOOTER END***************
=====================================*/


/*====================================
*****************PAGES***************
=====================================*/


/*
GENERAL STYLES THAT APPEAR ON MOST PAGES 
*/

.wow {
    visibility: hidden;
}

div#main {
    margin: 0;
}

div#content {
    padding: 20px 0;
}

.home div#content {
    padding: 20px 0 0;

}


.title-container {
    background: url(./images/main-header-bg.jpg) center center;
    height: 200px;
    background-size: cover;
    position: relative;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.title-container:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.page .entry-header,
.single .entry-header {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
}

.two-cols {
    width: 100%;
    float: left;
    margin: 0 0 17px;
}

.product-container {
    display: inline-block;
    width: 47%;
    font-size: 27px;
    margin: 29px 3px 29px;
    vertical-align: top;
}

.aggregate-info {
    float: left;
    margin: 0 0 0 4%;
}

.product-container .product-image {
    border-radius: 200px;
    overflow: hidden;
    display: table;
    max-width: 150px;
    border: 4px solid #B4B4B4;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.34);
    /* margin: 0 auto 14px; */
    position: relative;
    float: left;
}

.product-container .product-image:before {
    border-top: 10px solid #A8A8A8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.product-image:before {
    content: "";
    border-top: 10px solid #A8A8A8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin: 0 auto;
    display: block;
    width: 0;
    position: relative;
    top: -10px;
    display: none;
}

.overlay {
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.57);
    z-index: 999;
    /* top: 100%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 200px;
    font-size: 0%;
}

.product-container * {
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product-image:hover .overlay {
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 150%;
}

.overlay span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    width: 200px;
    text-align: center;
    color: #fff;
}

.product-image:hover .overlay i {
    font-size: 50%;
    position: relative;
    top: -5px;
}

.speel {
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 27px;
    margin: 6px 0 10px;
}

.contact-box {
    display: inline-block;
    width: 33%;
    text-align: center;
}


/* Quarry Page */

.info-holder {
    width: 73%;
    float: left;
}

.address-holder {
    float: right;
    width: 25%;
    background: #FFF;
    margin: 0 0 0 10px;
    /* padding: 0 10px; */
    border: 1px solid #ccc;
    font-size: 20px;
    text-align: center;
}

.title {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid #43A4E5;
    margin: 0 0 14px;
}

.title:before {
    content: "";
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
}

ul.aggregates-list {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.aggregates-list li.title {
    font-size: 15px;
    border-bottom: 3px solid #6c6c6c;
    padding: 10px 0;
}

ul.aggregates-list li {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 8px 0 8px 27px;
}

ul.aggregates-list li:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #333;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.contact-details {
    /* clear: both; */
    float: left;
    width: 74%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-details li {
    display: inline-block;
    padding: 0 20px;
    font-size: 24px;
}

.contact-details li:first-child {
    border-right: 1px solid #ccc;
    padding-left: 0;
}

.for-sale-gallery ul {
    padding: 0;
}

.for-sale-gallery li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}

.for-sale-gallery li img {
    width: 100%;
}

.description {
    border: 1px solid #ccc;
    border-top: none;
    padding: 9px 10px;
    background: #f5f5f5;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.for-sale-gallery a {
    color: #333;
}

div#contact-info {
    float: left;
    width: 100%;
}

.contact-box {
    width: 100%;
    text-align: left;
    margin: 0 0 29px 0;
}

.contact-form {
    width: 100%;
    font-size: 18px;
    float: left;
}

.contact-form h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.contact-form h3 i {
    color: #243f8b;
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
}

.cf-input {
    margin-bottom: 15px;
    float: left;
    width: 50%;
}

.cf-input:nth-of-type(2) input {
    width: 98%;
}

.cf-input input,
.cf-message textarea {
    padding: 14px;
    border: 1px solid #AAA;
    width: 100%;
}

.cf-select select {
    padding: 10px;
    width: 100%;
}

.cf-message textarea {
    width: 100%;
    margin: 20px 0 10px;
}

.cf-input input:focus,
.cf-message textarea:focus {
    border: 1px solid #147FC6;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #243f8b;
    border-bottom: 0;
    color: #ffffff;
	margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #c1bbbb;
}

select.placeholder {
    color: #777;
}

.contact-box .fa-map-marker {
    font-size: 45px;
    float: left;
    margin: 0;
    color: #243f8b;
}

div#wpcf7-f4-p12-o1 p {
    margin: 0;
}

.below-contact-form {
    text-align: center;
    position: relative;
}

.below-contact-form .contact-or {
    font-size: 21px;
    text-transform: uppercase;
    width: 40px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.below-contact-form:before {
    content: "";
    width: 73px;
    height: 1px;
    background: #555;
    display: block;
    position: absolute;
    top: 17px;
    margin: auto;
    right: 0;
    left: 0;
}


/**/

.below-contact-form .contact-email {
    font-size: 20px;
    margin: 20px 0 0;
}

.below-contact-form i {
    color: #ffffff;
    background: #243f8b;
    border-radius: 33px;
    width: 39px;
    padding: 12px 0;
    font-size: 16px;
    margin: 0 9px 0 0;
}

.address-container {
    float: right;
    width: 85%;
}

.address-container i {
    color: #243f8b;
    font-size: 24px;
    margin: 0 7px 0 0;
    position: relative;
    bottom: -4px;
}

.address-container h3 {
    margin: 0;
    padding: 0 0 10px;
}

div#wpcf7-f4-p12-o1 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 20px 20px 0 20px;
}

.product-container a {
    color: #111;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    border-top: 0;
    background: #EAA910;
}

.image {
    border: 1px solid #333;
}

.gallery ul li {
    display: inline-block;
    width: 24.7%;
    letter-spacing: 0;
    padding: 6px 7px 0 0;
}

.gallery ul li:last-child {
    padding-right: 0;
    padding: 6px;
    padding-right: 0;
}

.gallery ul {
    margin: 0;
    padding: 0;
    word-spacing: -4px;
}

.gallery-container {
    width: 100%;
    float: left;
}

.machine-info {
    width: 100%;
    float: left;
    padding: 0;
}

.machine-info h2 {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
}

.breadcrumbs {
    margin: 10px auto;
    float: left;
    background: #243f8b;
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    text-shadow: none;
    text-align: center;
    font-size: 13px;
    display: table;
}

.breadcrumbs a {
    color: #333;
}


/*
.machine-info ul li {
    display: inline-block;
    width: 49%;
    list-style: none;
    padding: 8px;
    border-right: 1px solid #ccc;
    margin: 4px 0;
}

.machine-info ul {
    margin: 0 0 19px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.machine-info ul li:nth-child(2n) {
    border: 0;
}
*/

.gallery {
    margin-bottom: 20px;
    margin-left: 0;
}

.gallery img {
    border: 1px solid #333;
}

.entry-content.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.home .entry-content {
    font-size: 20px;
}

.entry-content.services a {
    width: 50%;
}

.service-box {
    background: #243f8b;
    color: #fff;
    margin: 2%;
    padding: 15px;
    height: 96%;
}

.service-icon img {
    width: 50%;
}

.service-name {
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 17px;
    font-size: 18px;
}

.service-box:hover {
    background: #666;
}

.legal {
    padding-bottom: 20px;
}

.copyright {
    width: 100%;
    float: left;
    text-align: center;
}

.conceptni {
    text-align: center;
    font-size: 90%;
}

.conceptni a, .legal a {
    color: #fff;
}

.conceptni a:hover, .legal a:hover {
    text-decoration: none;
    color: #cccccc;
}

@media (min-width: 480px) {

    
}


@media (min-width: 643px) {

    html .site-header {

        position: absolute;

    }

    html .unslider {
        width: 100%;
        float: left;
        padding: 0 0 0 45px;
        position: relative;
    }

    .nav-menu li a {
        font-size: 12px;
        color: #ffffff;
    }

    .nav-menu .sub-menu {
        padding: 0;
    }

    a.home-link img {
        width: 100%;
        max-width: 265px;
    }

    div#navbar {
        top: 24px;
    }

    div#navbar {

        width: auto;

    }

    .circle-container {
        margin: 0 2% 0;
    }

    .accreditations li {
        padding: 0;
    }

    .circle-container {
        width: 164px;
        padding: 0;
    }

    .circle {
        height: 167px;
        padding: 4px;
    }

    .site-header:before {
        content: "";
        position: absolute;
        /* background: #243f8b; */
        height: 100%;
        width: 58%;
        right: 0;
        z-index: 1;
    }

    .product-container {
        width: 33%;
        margin: 29px 0 29px;
    }

    .two-cols {
        width: 50%;
    }

    .two-cols:first-child {
        padding: 0 44px 0 0;
    }

    .for-sale-gallery li {
        width: 32%;
    }

    div#contact-info {
        float: left;
        width: 40%;
        padding: 0 0 0 30px;
        line-height: 1.3;
    }

    .contact-form {
        width: 60%;
        font-size: 18px;
        float: left;
    }

    .site-header a.home-link {
        max-width: 30%;
    }

    div#navbar {
        top: 22px;
        background: none;
    }

    .breadcrumbs {
        margin: -48px 0 0px;
        float: right;
        background: #243f8b;
        color: #fff;
        padding: 4px 15px;
        border-radius: 3px;
        text-shadow: none;
        font-size: 15px;
    }

    .title-container {
        height: 300px;
    }
    
        .entry-content.services a {
    width: 33%;
}

}


@media (min-width: 830px) {
    a.home-link img {
        height: auto;
    }
    


    .circle-container {
        width: 256px;
        padding: 0;
    }

    .circle {
        height: 232px;
        padding: 6px;
        max-width: 236px;
    }

    .copyright {
        width: 50%;
        float: left;
        text-align: left;
    }

    .conceptni {
        text-align: right;
    }


    .nav-menu li a {
        font-size: 15px;
        padding: 9px 6px;
    }

    div#navbar {
        top: 28px;
    }

    html .site-header {
        margin: 0;
    }

    .top-bar {
        background: rgb(36, 63, 139);
        color: #fff;
        text-align: right;
        padding: 8px 0px;
        z-index: 99;
        width: 100%;
        display: block;
    }

    html .unslider {
        width: 63%;
    }

    .title-container {
        height: 500px;
    }

}

@media (min-width: 920px) {
    .nav-menu li a {
        font-size: 16px;
        padding: 9px 7px;
    }
    
        .entry-content.services a {
    width: 20%;
}

    div#navbar {
        top: 34px;
    }

    .address-container {
        float: right;
        width: 89%;
    }

    .gallery-container {
        width: 50%;
        float: left;
    }

    .machine-info {
        width: 50%;
        padding: 0 0 0 27px;
    }
}

@media (min-width: 1160px) {
    .nav-menu li a {
        font-size: 19px;
        padding: 12px 12px;
    }

    div#navbar {
        top: 40px;
    }

    .site-header:before {
        width: 100%;
    }

    .site-header:after {
        right: 52%;
    }
}

@media (min-width: 1200px) {
    .circle-container {
        padding: 0;
    }

    .site-header a.home-link {
        margin: -14px 0 23px;
    }
}

@media (max-width: 1160px) {

    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links,
    .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 643px) {

    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 36px;
    }
}
