/*
Theme Name:   AvenueChild
Description:  Avenue-Child
Author:       Saurav Sharma
Author URL:   https://usingphp.com
Template:     avenue
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  AvenueChild
*/
.contact-row .detail {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 45px 15px 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 16px;
    line-height: 24px;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    border-bottom: thin solid #e4e4e4;
    overflow: hidden;
    position: relative;
}
.contact-row .detail:hover {
    padding-left: 5px;
}
.contact-row .detail a {
    color: #f8f8f8;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
	    display: table;
    width: 100%;
    text-align: center;
}
.contact-row .detail .fa {
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 0%;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    letter-spacing: normal !important;
    right: -40px;
    font-size: 22px !important;
    transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    opacity: 0;
}
.contact-row .detail:hover .fa {
    right: 0px;
    opacity: 1;
}
footer div#secondary h2.widget-title {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
footer .site-info .col-xs-9.text-right a {
    display: none !important;
}
body,#homepage-area-c .textwidget, p {
    font-size: 18px !important;
}
h2.widget-title{
	font-family: 'Playfair Display';
}
#homepage-area-d, #homepage-area-e{
    background: #f8f8f8;
    text-align: center;
    list-style-type: none;
}
#homepage-area-d > .inner, #homepage-area-e > .inner{
    padding: 50px 0;
}
a.site_plan {
    border: 2px solid #fff !important;
}
#homepage-area-e{
	background: #d6d6d6;
}
#homepage-area-d h2{
    font-size: 55px;
    font-weight: 500;
    line-height: normal;
	    text-transform: uppercase;
}
.main-navigation a {
    font-size: 18px;
}
.frontpage.location-page h2.post-title {
    margin-bottom: 20px;
}