/*
 Theme Name:   FGL Child
 Theme URI:    http://localhost/fgl-child/
 Description:  FGL Child Theme
 Author:       John Doe
 Author URI:   http://localhost.com
 Template:     fgl
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fgl-child

/**********************************Font Files Starts **************************************/

@font-face {font-family: "BrandonGrotesque-Medium";
    src: url("fonts/font-1/BrandonGrotesque-Medium.ttf"); /* IE9*/
}
@font-face {font-family: "Brandon-Grotesque-Light";
    src: url("fonts/brandon-grotesque-light.otf"); /* IE9*/
}
@font-face {font-family: "brandon-grotesque-medium-italic";
    src: url("fonts/brandon-grotesque-medium-italic.otf"); /* IE9*/
}

body{    
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 500;  
}
strong{
    font-weight: 800;
}
a {
    transition: color .6s ease;
}
a, a:active, a:focus, a:hover {
    color: #ee4ac0;
    outline: 0;
    text-decoration: none;
}
header.top-menu {
    box-shadow: 0px 0px 5px 0px #a7a7a7;
}
.heading-padding {
    padding-top: 15px;
}
.title-font{
    font-family: 'Brandon-Grotesque-Light';
}
.title-font-space{
    letter-spacing: 3px;
}
.title-font button{
    font-family: 'BrandonGrotesque-Medium';
}
.title-text-font-size{
    font-size: 24px;
}
.inline{
    display: inline-block;
    margin-left: -2px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1px 2% 0 2%!important;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px #a7a7a7;
    background: #ffffff;
    margin-bottom: 4px;
    z-index: 999;
}
.sticky img.logo {
    height: auto;
    max-width: 185px;
    max-height: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky .rt{
	padding-top: 5px !important;
}
.sticky.top{
	height: 50px !important;
}
.sticky.top img{
	padding-top: 5px !important;
}
.sticky .t-icons {
    padding-top: 15px !important;
}
.title h3 {
    font-family: 'Josefin Sans';
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 40px 0;
    padding-bottom: 10px;
    position: relative;
}
.title h3:after {
    content: "";
    position: absolute;
    right: 0;
    height: 0.5em;
    border-bottom: 3px solid #000;
    z-index: -1;
    top: 35px;
    left: 0px;
    width: 5%;
}

.button-size button{
    padding-bottom: 15px !important;
}
.button-size button:hover{
    background-color: #203256 !important;
    color: #fff !important;
       transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.button-color button{
    background-color: #ad9c8c !important;
}
.bdp-post-image-bg img{
    display: block;
    max-width: 100%;
    height: auto;
}
h2.bdp-post-title{
    font-size: 1.3rem;
}
h2.bdp-post-title a{
    color: #000;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right{
    float: right;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-style: normal;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ee4ac0;
    font-weight: 300;
    text-decoration: none;
    border-color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

p{
    line-height: 1.8;
}
header{
    background-color: transparent;
}

header.top{
    height: 112px;
}

header.top img{
    vertical-align: top;
    padding-top: 25px;
}
h2.heading-border{
    letter-spacing: 3px;
    float: left;
    margin-right: 20px;
}
.text-uppercase button{
    text-transform: uppercase;
}
.clearfix{
    clear: both;
}
.rt{
    padding-top: 35px;
    padding-bottom: 10px;
    padding-right: 0;
}
.t-icons{
    padding-top: 40px;
    padding-left: 0;
}
.phn{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
}
.button-family button{
    font-family: 'Roboto' !important;
    font-size: 19px !important;
}
.button-family button:hover{
    background-color: #e8790e !important;
}
.list-inline{
    display: inline-flex;    
}
.list-inline li{
    padding-right: 5px;
}
.address, .social_media{
    text-align: right;
    color: #fff;
}
.td-footer .social_media{
    text-align: left;
}
.address i{
    color: #e9aac9;
    padding-right: 5px;
    font-size: 16px;
}
.social_media li a {
    color: #000;
    font-size: 17px;    
}
.td-footer .social_media li a{
    color: #f04ac3;
}
.social_media li a:hover {
    color: #000;
}
.single-featured-image-header{
    text-align: center;
}
.single-post header.entry-header{
    text-align: center;
    padding-top: 30px;
}
.ph a {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
.social_media a:first-child{
    padding-right: 15px;
}
.bird{
    animation: blink 3s linear infinite;
}
.ph a:hover{
    color: #1b5797;
    background: #fff;
     transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
    text-transform: uppercase;
}
.vc-hoverbox-front-inner h2{
    padding-top: 150px;
}

.colors-custom .entry-content a{
    box-shadow: none !important;
}
.heading{
    font-family: 'Poppins';
}
.testimonial_rotator.template-longform .testimonial_rotator_quote {
    text-align: center;
    color: #939292;
    font-style: italic;
    font-family: 'Open Sans';
    font-size: 20px;
}
.testimonial_rotator_prev, .testimonial_rotator_next{
    color: #939292;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info p{
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #939292;
    padding-top: 32px;
    text-transform: inherit;
}
.testimonial_rotator_author_info{
    text-transform: inherit;
}
.longform_hr{
    display: none;
}
#features.vc_sep_width_10 {
    width: 5%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: #fff;
}
ul li{
    list-style: none;
}
.services ul{
    padding: 0;
    line-height: 1.8;
    color: #fff;

}

.services ul li:before{
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    content: "\f058";
    font-family: FontAwesome;
}
.common .content ul{
    padding: 0;
}
.common .content ul li:before, .common .content ol li:before {
    padding-right: 10px;
    color: #29471f;
    font-weight: bold;
    content: "\f058";
    font-family: FontAwesome;
    line-height: 2;
}
.bird-sign ul li{line-height: 2}
.bird-sign ul li:before{
	padding-right: 10px;
    content: "" !important;
	background: url(http://shikha74.dev.wcukdev.co.uk/dev1/littlebird/wp-content/uploads/2020/08/bird-logo-before.png);
    line-height: 2.5;
    width: 30px;
    height: 21px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: -25px;
    background-repeat: no-repeat;
    margin-top: 11px;
}
.testimonial_rotator_author_info{
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 500;
    color: #465f6a;
}
.testimonial_rotator_quote{
    font-size: 15px;
}
.text-width{
    width: 65%;
    margin: auto;
}
.text-bold{
    font-weight: 700;
}
.text-color{
    color: #fff;
}
a.blog-more-link {
    background: #896486;
    color: #fff !important;
    clear: both;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    text-decoration: none !important;
    padding: 15px 15px;
}
a.blog-more-link:hover{
    background-color: #5b5070;
     transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
a.blog-more-link span{
    float: right;
}
p.blog-short-content{
    margin-bottom: 25px !important;
}
.blog_pagination a, .blog_pagination a{
    background: #896486;
}
.colors-custom .prev.page-numbers, .colors-custom .next.page-numbers{
    background-color: hsl(261, 17%, 38%) !important;
}
.colors-custom .prev.page-numbers:hover, .colors-custom .next.page-numbers:hover{
    color: #fff !important;
}

.wpcf7-submit {
    background: #90928f;
    color: #fff;
    font-size: 15px;
    height: 51px;
    padding-bottom: 0px;
    font-family: 'Open Sans';
    padding: 0px 30px;
    vertical-align: bottom;
    border: 0px solid #5c5171;
}
.wpcf7-submit:hover{
    background: #ddd !important;
    color: #000;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    border: 0px solid #5c5171;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.wpcf7 input:not([type=submit]) {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    margin-top: 20px;    
    border-radius: 0px;
    font-family: 'Open Sans';
}
.wpcf7 textarea {
    border-color: #e5e5e5;
    font-size: 14px;
    height: auto;
    padding: 6px 15px;
    max-height: 165px;
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    font-family: 'Open Sans';
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
}
.text-right img{
    margin-top: -6px;
    margin-left: -21px;
}
.text-center{
    text-align: center;
}
.wpcf7{
    padding-top: 0;
}
.colors-custom input[type="submit"]{
    background-color: #5b5070 !important;
}
.colors-custom .single-featured-image-header{
    text-align: center;
    background-color: #fff !important;
}
.colors-custom .nav-subtitle{
    color: hsl(305, 16%, 46%) !important;
}
.post-navigation .screen-reader-text, .nav-next .screen-reader-text, .nav-previous .screen-reader-text,
.nav-previous .nav-title, .nav-next .nav-title
{
    display: none;
}
.single-blog_post .single-featured-image-header{
    padding-top: 20px;
}
p{
    margin-bottom: 1rem;
}
.nav-previous{
    float: left;
}
.nav-next{
    float: right;
}
.nav-links{
    padding: 32px 15px;
}
.single-blog_post .site-content-contain{
    padding-bottom: 32px;
}
.common-post .entry-title{
    font-size: 30px;
    font-family: 'Open Sans';
    padding-top: 50px;
    padding-bottom: 20px;
}
.common-page h5{
    padding-top: 20px;
    color: #000 !important;
}
body.colors-custom{
    color: #000 !important;
}
span.wpcf7-not-valid-tip{
    text-align: left;
}
.contact-btn{
    margin-top: 50px;
}
footer.bottom {
    position: relative;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    padding-bottom: 30px;
    z-index: 9;
    height: auto;
    transition: padding .6s ease;
    line-height: 28px;
    color: #000 !important;
    padding-top: 50px;
}
footer a{
    color: #000;
    font-family: 'open sans';
}
footer h5{
    text-transform: capitalize;
    color: #000;
}
footer .td-footer p span{
    display: block;
    padding-top: 5px;
}
.footer_logo{
    position: absolute;
    right: 30px
}
footer .col-xl-9{
    position: inherit;
}
footer .menu{
    list-style: none;
    padding: 0;    
}
footer .menu ul{
    padding: 0;
}
footer .td-social a{
    padding-right: 15px;
    color: #a0ca38;
    border: 1px solid #5c5171;
    border-radius: 50px;
    padding: 10px 12px;
    margin-right: 10px;
    background: #5c5171;
    color: #ebaccb !important;

}
footer .td-social a:first-child{
    padding: 10px 14px;
}
footer .td-social a:hover{
    color: #fff !important;

}
footer h5{
    font-family: 'Open Sans';
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 600;
}
footer .td-footer{
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 80px;
    border-top: 1px solid #eae2e0;

}
footer .td-footer-feature-content i {
    padding-right: 10px;
    color: #f04ac3;
}
footer .td-copyright{    
    font-size: 13px;
}

.td-footer-bottom{
    padding-top: 50px;
}
.brand-logo{
    padding-left: 50px;
}
@media (min-width: 1200px){
   /*.container {
        max-width: 1245px;
    }*/
    .footer-menu{
        padding-left: 50px;
    }
}


@media (max-width: 1024px){
     .menu-section .vc_column_container>.vc_column-inner{
        margin-bottom: 100px !important;
    }
}
@media (max-width: 767px){
    header.top {
        height: 100px;
    }
    .menu-section .vc_column_container>.vc_column-inner{
        margin-bottom: 100px !important;
    }
    header.top img {
        vertical-align: top;
        padding-top: 21px;
    }
    .td-footer-bottom {
        padding-top: 0;
    }
    .bird-sign .wpb_wrapper{
        padding-left: 12px;
    }
    .bird-sign ul li:before{
        margin-top: 8px;
        left: 1px;
    }
    .contact-us h2{font-size: 14px !important}
    .contact-us .vc_row.vc_row-has-fill{margin-right: 0 !important}
    .title h3{font-size: 30px;}
    .title h3:after{border: 0}
}

@media (max-width: 480px){
    header.top {
        height: 100px;
    }
    .menu-section .vc_column_container>.vc_column-inner{
        margin-bottom: 100px !important;
    }
    header.top img {
        vertical-align: top;
        padding-top: 30px;
    }
    .td-footer-bottom {
        padding-top: 0;
    }
    .bird-sign .wpb_wrapper{
        padding-left: 12px;
    }
    .bird-sign ul li:before{
        margin-top: 8px;
        left: 1px;
    }
    .contact-us h2{font-size: 14px !important}
    .contact-us .vc_row.vc_row-has-fill{margin-right: 0 !important}
    .title h3{font-size: 30px;}
    .title h3:after{border: 0}
}