/*
Theme Name:         Tangmere v4
Theme URI:          https://www.browsedigital.com
Description:        Tangmere Theme is a WordPress starter theme based on Sage Starter Theme (8.5.4).
Version:            4.0.0
Author:             Browse Digital Ltd.
Author URI:         https://www.browsedigital.com
Text Domain:        tgm
*/

.footer-list-social {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.footer-list-social li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer-list-social li a{
	display: block;
	font-size: 22px;
	padding: 5px;
	color: #cccccc !important;
}

.footer-list-social li a:hover {
	color: #344895 !important;
}
@media only screen and (max-width: 991.98px) {
	header#main-header .header-box ul.header-list.header-list-social {
		display: block;
		margin: 18px 35px 0 0;
	}
	
	header#main-header .header-box ul.header-list.header-list-social li a {
		border: none;
		width: 22px;
		height: 22px;
		padding: 0;
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 400px) {
	header#main-header .header-box .navbar-brand {
		max-width: 150px;
	}
	header#main-header .header-box .navbar-toggler {
		margin-top: 5px;
	}
	header#main-header .header-box ul.header-list.header-list-social {
		margin-top: 13px;
	}
}

