/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@font-face {
  font-family: Felgiine;
  src: url('./Felgine-Regular.woff2') format('woff2'),
        url('./Felgine-Regular.woff') format('woff'),
        url('./Felgine-Regular.ttf') format('truetype');
}
h1,h2,h3,h4,h5,h6{font-family: Felgiine !important;color: #b89263 !important; }

.about-wrap{
    text-align: center;
}
.about-wrap .wpb_text_column{
    margin: 0 auto;
    
}
.heading-with-underline{
    font-size: 4rem;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 2rem;
}
.about-wrap p{
    font-size: 1.2rem;
    color: #b89263 !important
}
.address-wrap{
    display: flex;
}
.icon-wrap{
    padding-right: 10px;
}

#footer-outer .widget{
    margin-bottom: 7px;
}
.social-main{
    display: flex;
    align-items: center;
}
.social-label{
    padding-right: 20px;
}
.social-main .social{
    display: flex;
    align-items: center
}
h2.white{color: #fff !important;}
.social-main .social i{font-size: 24px;}
.social-main .social li{margin-right: 15px;}
.social-main .social svg{margin-bottom: 0;vertical-align: -5px;}
.service-main .tilt-button-wrap{position: absolute;bottom: 20px;top: auto; left: 42px;z-index: 1;}
.service-main .nectar-fancy-box[data-style=hover_desc]{padding-bottom: 22%;}
.service-main .tilt-button-wrap a{min-width: 150px; text-align:center;letter-spacing: 1px;}
@media only screen and (min-width: 1000px) {
    .copy-right{text-align: right;}
    .testimonial_slider blockquote p{font-size: 18px;line-height: 24px}
    #footer-outer .row{display: flex;align-items:center;}
    .social-main{justify-content: flex-end}
    .social-label,.address-wrap p,.copy-right{font-size: 1.2rem;}
}
@media only screen and (max-width: 999px) {.testimonial_slider blockquote p{font-size: 14px;line-height: 18px}}