/*
Theme Name: Rank Child
Template: financo
Theme URI: http://demo.themexy.com/financo-wp
Author: DAG Websites
Author URI: http://themexy.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: financo

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.

Financo and Taw Child are based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
@import '../financo/style.css';

/* main theme overrides and additions */

/* reduce logo header padding */
header .header_top {
    padding: 25px 0;
}
a.logo img {
    padding-top: 0px;
}

/* hide h4 title in slides */
.banner .carousel-inner .item .carousel-caption h4 {
    visibility: hidden;
}

/* set slide colour to white */
.banner .carousel-inner .item .carousel-caption h1,
.banner .carousel-inner .item .carousel-caption p {
    color: #fff;
}
.carousel-caption > h1 {
    line-height: 1.0!important;
}

.carousel-caption > p {
    line-height: 18px!important;
}
.banner .carousel-inner .item .carousel-caption p {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.carousel-caption div {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.banner .carousel-inner .item .carousel-caption p,
.carousel-caption div{
    background-color: #2C4850;
    padding: 6px 10px 6px;
    position: relative;
    width: 330px;
    overflow: hidden;
    opacity:0.8;
}

.banner .carousel-inner .item .carousel-caption {
    top: calc(50% - 190px);

}

/* reduce height of page banner */
.page_header {
    padding: 65px 0;
}

.page_header::before {
    background: rgba(44, 72, 80, 0.45) none repeat scroll 0 0!important;
}

.blog .row.page_header{
    background-image: url("https://www.rankengineering.co.uk/wp-content/uploads/2016/08/balustrade-services.jpg") !important;
}

/* Content Typography */
body p{
    font-family:"Roboto", sans-serif!important;
}

.latest_post_area .latest_post .item_area .item .item_right a {
    font: 700 18px "Roboto", sans-serif!important;
}
.service_style_1 h4, .service_style_2 h4 {
    font: normal 18px/1 "Roboto", sans-serif!important;
}

.entry-content ul,
.entry-content ul li{
    color: #2c4850;
    font: 14px/26px "Roboto",sans-serif;
}

.wpb_content_element ul,
.wpb_content_element ul li{
    color: #5b7279;
    font: 14px/26px "Roboto",sans-serif;
}

/* Contact form */
.contact_box .input_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    height: 100%;
}

/* projects */
.single_project_area {
    padding: 30px 0;
}
.single_project_area .single_project .project_bottom .item_info h3 {
    padding-top: 0px;
}

.single_project_area .single_project .project_bottom {
    padding-top: 0px;
}
.project_2 .project .project_item:last-child .single_item .member_info h6 {
    visibility: hidden;
}

.row.m0.section_title_left{
    display: none;
}

/* reduce testimonial area padding */
.testimonial_area {
    padding: 0 0 30px 0;
}

/* reduce brand logo area padding */
.topics_area {
    padding: 30px 0 30px 0;
}

/* add footer copywright area padding */
.footer_bottom_area {
    padding:15px 0 10px 0;
}



@media (max-width: 767px) {
    header .header_top .logo_part {
        display: block;
        margin-bottom:10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /*width: 70%;*/
    }

    div.c_info:last-of-type {
        display: none;
    }
}

@media (max-width: 450px){
    header .header_top .logo_part {
        width: 90%;
    }
    .logo > img{
        width:100%;
    }
}
