#footer p {
    line-height: 160%;
    color: #fff;
}
#footer p > a {
    color: #fff !important;
}
#footer p > a:hover{
	color: #dadada !important;
}
#main{
	min-height:calc(100vh - 342px );
}
#footer .widget-title,
#footer .widget.contact-info .contact-details strong,
#footer .contact-details span,
#footer .contact-details a,
#footer .tooltip-icon{
	color: #fff !important;
}
#footer .footer-bottom, 
#footer .footer-bottom p, 
#footer .footer-bottom .widget > div > ul li, 
#footer .footer-bottom .widget > ul li {
    color: #fff !important;
}
#footer .contact-details span{
	font-size: inherit;
}
span.footer-copyright{
	font-size: 14px;	
}
#footer .widget.contact-info .contact-details strong{
	font-size: 16px;
	text-transform: capitalize;
    margin-bottom: 6px;
    font-weight: 700;
}
.share-links > a {
    padding: 0 !important;
    margin: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgb( 242, 110, 47 ) !important;
    border-radius: 50% !important;
    background-color: rgb( 255, 255, 255 ) !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #f26e31 !important;
    margin-right: 10px !important
}
.share-links > a:hover {
	background-color: #f26e31 !important;
	color: #fff !important;
}
.widget.widget_text ul.quick-links li > a {
	color: #fff !important;
}
#footer .widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.widget.widget_text ul{
	column-count: 2;
}
#footer .widget > div > ul li {
    margin-bottom: 20px;
}
.widget.widget_text ul.quick-links li {
    position: relative;
    line-height: 180%;
    margin-bottom: 10px;
    margin-left: 0;
}
.widget.widget_text ul.quick-links li a > i {
    font-size: 12px;
    margin-right: 10px;
    vertical-align: middle;
}
.widget.widget_text ul.quick-links li:before {
	content: none;
}
#footer .contact-details a, .widget.widget_text ul.quick-links li > a{
	font-size: 15px;
}
.widget.widget_text ul.quick-links li > a:hover, #footer .contact-details a:hover {
    color: #dadada !important;
}
#footer .contact-details > li {
    margin-bottom: 15px;
}
#footer .contact-details > li > i{
	display: none;
}
/* footer item widget title color  */
aside#nav_menu-6 .widget-title {
    color: #fff;
    font-family: 'Montserrat';
}
@media (max-width: 575px){
    div#footer.footer-1{
        margin-bottom: 0;
    }
}
@media (max-width: 420px){
	.share-links > a {
        font-size: 20px !important;
        width: 50px !important;
        height: 50px !important;
    }
}