/*
 Theme Name:   Steel City Painter
 Theme URI:    http://timothyryan.co.uk/
 Description:  A custom portfolio child-theme for timothyryan.co.uk
 Author:       Gav George
 Author URI:   http://smokeyplanet.co.uk
 Template:     firmasite
 Version:      1.0.0
 Tags:         light, full-width, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  http://timothyryan.co.uk/
*/
@import url("../firmasite/style.css"); 

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
    background-color: #E6DECC;
    
}


.label-info {
    background-color: inherit;
}

.nimble-portfolio-template-3colround .nimble-portfolio-filter {
    height: 30px;
    margin-top: 30px;
}
.nimble-portfolio-template-3colround ul.nimble-portfolio-ul {
    font-size: 20px !important;
    
}
.nimble-portfolio-template-3colround div.nimble-portfolio-filter ul li a {
    background: -moz-linear-gradient(90deg, #FDFDFD, #F9F9F9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #108FA2 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: block;
    font-weight: 400;
    line-height: 30px !important;
    padding: 0 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
a {
    color: #D9584C !important;
    text-decoration: none !important;
}

.nimble-portfolio-template-3colround div.three h6 {
    color: #108FA2 !important;
    font-size: 18px;
    margin: 10px 0;
    text-align: left !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #108FA2;
    color: #FFFFFF !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #108FA2;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}
h1, h2 {
text-align:center;
}
h2, .h2 {
    font-size: 32px;
    margin: 0 !important;
}

.nimble-portfolio-template-3colround div.nimble-portfolio ul li a.button-fixed, div.description a.button-fixed {
    float: left;
    font-size: 15px !important;
    font-weight: 400;
    height: 29px;
    line-height: 26px;
    margin: 10px 0 0;
    text-align: left;
    width: 50% !important;
}

#logo {
    margin-bottom: 20px;
}

.nav-pills > li {
    float: right;
}

.img-shadow {
    border-radius: 8px 25px;
    box-shadow: 0 0 5px #000000 !important;
}
.shadow{
box-shadow: 0 0 5px #000000
}

.nimble-portfolio-template-3colround .nimble-portfolio-rollerbg{
box-shadow: 0 0 5px #000000;
}

h1.page-header a {
    color: #108FA2 !important;
    font-weight: 300;
}
.panel-default {
    /* border-color: #108FA2; */
}
.panel {
    background-color: #FFFFFF;
    
    border-radius: 5px 0 5px 10px;
    /* box-shadow: 0 1px 10px #108FA2; */
    margin-bottom: 21px;
}

.panel-body {
    background: none repeat scroll 0 0 #E6DECC;
    padding: 15px;
}


a.pull-right {
    visibility: hidden;
}

.entry-content {
    padding: 15px;
}


*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.page-header {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 9.5px;
}

.Collage {
    /* box-shadow: 0 1px 10px #108FA2; */
    padding: 10px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    float: left;
    padding: 20px;
    position: relative;
    width: 46%;
}

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    color: inherit;
    margin-top: 0;
    text-align: center;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p {
        margin-top: 5px;
		text-align: center;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.navbar-collapse.in {
    overflow-y: visible;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E6DECC !important;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 21px;
    margin-top: 21px;
}
.fscf-div-submit {
    margin-top: 15px;
}
.fscf-div-captcha-m {
    margin-bottom: 15px;
    margin-top: 15px;
}
.fscf-input-captcha.form-control {
    width: 175px;
}
.panel-default {
    border-color: #E6DECC;
}
.panel {
   box-shadow: none;   
}
.page-header {
   
    margin: 12px 0 12px !important;
    padding-bottom: 9.5px;
}
.collapse, .navbar-collapse, .main-menu-collapse, .nav-pills {
    font-size: 20px;
    font-weight: 300;

z-index: 1000;

}
.dropdown-menu {
    font-size: 15px;
z-index: 1001;
}

.dropdown-menu> li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #108FA2;
    color: #FFFFFF !important;
}
.page-header.page-title a {
    font-weight: 400;
}

*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.img-circle {
    border-radius: 50%;
    box-shadow: 0 0 1px 2px #D9584C;
}

 .fancybox-opened .fancybox-title {
    visibility: hidden !important;
} 
h1, .h1 {
    font-size: 4.7em;
}

h2{
color:#D9584C;
}
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #D9584C;
    border-radius: 50%;
    float: right;
    margin-bottom: 5.5px;
    margin-right: 15px;
    margin-top: 5.5px;
    position: relative;
}
.navbar .nav {
position:relative;
z-index: 8050;
}

.collage{
z-index: -1;
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 480px) {
/* Styles */
h1, .h1 {
    font-size: 3.2em;
}
}