/**
* Theme Name: Tayler Child
* Description: This is a child theme of Tayler, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/templatepath">TemplatePath</a>
* Template: tayler
* Version: 1.3
*/
.hide {
	display: none !important;
}
footer .about-widget_phone {
	display:none;
}
.header-top {
    position: relative;
    background-color: #212b62;
    padding: 8.5px 0;
}
header .btn-give {
    background: #00919e;
    color: #ffffff !important;
    transition: .5s ease unset;
}
.page-title {
	background-color: #454456 !important;
}

.main-menu .navigation > li > a {
	text-transform: none;
}

.banner-section .link-box a {
    color: #FAC915;
}
.banner-section .link-box a:hover {
    color: #454456;
}

header .btn-give {
    display: none;
}
header.fixed-header .btn-give {
    display: flex;
}

header .btn-give:hover,
header .btn-give:focus,
header .btn-give:active {
    background: #283583;
    color: #fff!important;
    transition: .5s ease unset;
}
.header-top ul.contact-info li i, .header-top ul.contact-info li{
    color:  #ffffff;
}
footer .about-widget a {
    color: #00919e;
}
footer .contact-widget_mail a {
	color: white;
}
.contact-info-section .col-lg-5.col-md-6.icon_box:last-child {
    width: 60%;
    max-width: 100%;
}
@media screen and (max-width: 1480px) {
	header .btn-give {
        margin: 0 2rem 0 0;
    }
}

@media screen and (max-width: 1480px) {
	header .btn-give {
        margin: 0 2rem 0 0;
    }
}
@media screen and (max-width: 1139px) {	
	.contact-info-section .col-lg-5.col-md-6.icon_box:last-child {
		width: inherit;
	}
	header .btn-give {
        margin: 0 0 0 0;
    }
	.header-top .left-column {
    width: 100% !important;
}
	.header-top ul.contact-info {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {	
	.banner-text-md {
		display: none !important;
	}
	.banner .elementor-col-100.elementor-top-column {
		width: 100%;
	}
	.section-team br {
		display: block;
	}
}