/*!
Theme Name: Stephen Mhando
Theme URI: https://stephenmhando.com
Author: Shaun Childerley
Author URI: https://wordpress.com/
Description: A lightweight WordPress theme for stephenmhando.com
Version: 1
License: MIT
License URI: https://mit-license.org/
Text Domain: stephenmhando
*/

/* .nav-item a:link:before {
    content: "";
    position: absolute;
    background: red;
    width: 3px;
    height: 3px;
	left:-2px;
	top:20px;
    border-radius: 100%;
} */


.bg-wave-dots {
	background: url('img/wave-dots-left.svg') no-repeat;
	background-position: left;
	background-size: cover;
}

.bg-grey {
	background-color: #FAFAFA;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.shadow, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-red {
	color:#BE1E2D;
}

p {
    color: #595959;
    line-height: 1.5em;
}
p {
    margin: 10px 0;
}
 
.qodef-h1, h1 {
    font-family: Cormorant, serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    font-size: 45px;
    line-height: 1em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.footer_navigation ul {
	display:block;
}

.footer_navigation a:link {
	color:#FFFFFF;
}

.advertisers {
	display:block;
}
.advertisers ul {
	list-style-type:none;	
	
}.advertisers li {
	display:inline;
}

.social_icons {
	color:#FFFFFF;
}

.social_icons {
	list-style-type: none;
	
}.social_icons li {
	display:inline;
}

.footer_navigation a:link {
	text-decoration: none;
	color:#FFF;
}

.footer_navigation a:visited {
	text-decoration: none;
	color:#FFF;
}

.footer_navigation a:active {
	text-decoration: none; 
	color:#FFF;
}

.footer_navigation a:hover {
	text-decoration: underline;
	color:#FFF;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #BE1E2D;
}