/*
Theme Name: adrianwaters
Theme URI: #
Author: the WordPress team
Author URI: #
Description: #
Version: 2.2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: #
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/



.title-section {
    background-image: url('https://adrianwatersarchitect.co.uk/wp-content/themes/img/banner.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    /*height: 350px;*/
       padding: 200px 0 100px;
}
.title-section:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
   
    background-color: rgba(0, 0, 0, 0.8);

    content: "";
}
.title-section_text {
    margin-top: 50px;
}
.title-section_text h1 {
    font-size: 40px;
          font-family: "Gill Sans", "Gill Sans MT" !important;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
	letter-spacing:4px;
}
ul#breadcrumbs {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}
ul#breadcrumbs li {
    display: inline-block;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
ul#breadcrumbs li a {
    color: #ffffff;
    font-size: 18px;
          font-family: "Gill Sans", "Gill Sans MT";
    font-weight: 500;
}
strong.bread-current {
    color: #f1f2f2;
    font-size: 18px;
            font-family: "Gill Sans", "Gill Sans MT";
    font-weight: 500;
    padding-left: 5px;
}
li.separator.separator-home {
    color: #ffffff;
    font-weight: bold;
    margin: 0px 10px;
    font-size: 18px;
}
li.separator.separator {
    color: #ffffff;
    font-weight: bold;
    margin: 0px 10px;
    font-size: 18px;
}
li.item-current.item {
    color: #191919;
    text-align: left;
    font-size: 18px;
    display: inline-block;
}


.blog-details-wrap {
      box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    border-radius: 10px;
}

.blogimage img {
    width: 100%;
}
.details__content.pb-50 {
    padding: 25px;
}
.details__content.pb-50 ul {
    display: flex;
    padding: 0px;
    list-style: none;
    margin-bottom: 25px;
}
.blog-details-wrap h2 {
    font-weight: 700;
    font-size: 25px;
    color: #1d2327;
       font-family: "Gill Sans", "Gill Sans MT" !important;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.blog-details-wrap p {
    font-size: 16px;
    line-height: 30px;
        font-family: "Gill Sans", "Gill Sans MT";
    font-weight: 400;
    color: #191919;
}
.details__content ul li {
    margin-right: 20px;
}
section#pd aside {
    padding: 25px;
        box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    border-radius: 5px;
}
section#pd h2.widget-title {
    font-weight: 700;
    font-size: 25px;
    color: #1d2327;
       font-family: "Gill Sans", "Gill Sans MT" !important;
    text-transform: uppercase;
    margin-bottom: 25px;
}
section#recent-posts-2 ul {
    padding: 18px;
}
section#recent-posts-2 ul li a {
    font-size: 16px;
    line-height: 30px;
    font-family: "Gill Sans", "Gill Sans MT";
    font-weight: 400;
    color: #191919;
}

.teston2 {
	 font-size: 16px;
    line-height: 30px;
        font-family: "Gill Sans", "Gill Sans MT";
    font-weight: 400;
    color: #191919;
}

section#clients .col-lg-3 {
    margin-bottom: 15px;
}