@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Color+Emoji&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-primary: #aa0000;
  --color-light-primary: #eeeeee;
  --color-secondary: #007bff;
  --color-theme-blue: #6bd6D0;
}

*,body{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings: "width" 100;
	box-sizing: border-box;
}

	
p{
	color: #444444;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #666666;
}

a.profile-link, a.blog-item-link{
	color: #444444;
	text-decoration: none;
	font-weight: 600;
}

header{
	border-bottom: 1px solid #eee;
}

.centered-texts{
	text-align: center !important;	
}

.btn-success{
	background-color: #06A680 !important;	
}

.theme-links, a.theme-links{
	color: var( --color-primary ) !important;
	text-decoration: none;
}

.form-control{
	outline: none !important;
	padding: 10px 14px !important;
}

.border-radius-14{
	border-radius: 14px !important;
}

.pale-bg{
	background-color: #fff9ef;
}

.grey-bg{
	background-color: #cccccc;
}

.light-grey-bg{
	background-color: #f9f9f9;
}

.light-grey-bg{
	background-color: #f4f7F0;
}

.light-grey-text{
	color: #777777;
	font-weight: 300;
}

.vertical-align-center{
	vertical-align:center !important;
}


.flex-row{
	display: flex;
	gap: 14px;
}

.flex-grow-1{
	flex-grow:1;
}

.align-items-center{
	align-items:center !important;
}

.align-items-stretch{
	align-items:stretch !important;
}

.flex-no-gap{
	gap: 0px !important;
}


#header-top-strip{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-top-strip > div:first-child{
	width: 140px;
}

#header-top-strip > div:first-child >  a{
	display: inline-block;
}

#header-top-strip > div:first-child > a >  img{
	width: 100%;
}

#header-top-strip > div:last-child > ul{
	margin:0px;
	padding:0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


#header-top-strip > div:last-child > ul > li{
	list-style-type: none;
}


#header-top-strip > div:last-child > ul > li > a{
	display: block;
	margin:0px;
	padding:14px 7px;
}


#header-top-strip > div:last-child > ul > li > a.contact{
	border: 1px solid #444444;
	font-size: 12px;
	padding: 7px 14px;
	color: #444444;
	text-decoration: none;
	border-radius: 3px;
}

#header-top-strip > div:last-child > ul > li > a.social-icon > img{
	width: 21px;
}

#header-top-strip > div:last-child > ul > li > a.headshot > img{
	width: 35px;
	border: 2px solid #444444;
	border-radius: 50%;
}

#header-top-strip > div:last-child > ul > li.menu-icon{
	display: none;
}

#header-top-strip > div:last-child > ul > li.menu-icon > a{
	padding: 0px !important;	
}

#header-top-strip > div:last-child > ul > li.menu-icon > a > img{
	width: 42px;	
}

ul#menubar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0px solid #ccc;
	margin:0px;
	padding:0px;
}

ul#menubar > li{
	list-style-type: none;
	border: 0px solid #ccc;
}

ul#menubar > li > a{
	display: block;
	color: #777777;
	text-decoration: none;
	padding: 14px 0;
	font-size: 14px;
}

.section-header{
	margin: 21px 0px;
	border-bottom: 1px solid var( --color-light-primary );
	padding:0px !important;
}

.section-header > h3{
	display: inline-block;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}

.section-header > h3 > span{
	display: inline-block;
	padding: 10px 0px;
	margin: 0px !important;
	border-bottom: 2px solid var( --color-primary );
}

.left-bg-img > div:first-child, .left-bg-img > a:first-child{
	width: 140px !important;
	background-size: cover;
	background-position: center;
}

.right-bg-img > div:last-child, .right-bg-img > a:last-child{
	width: 140px !important;
	background-size: cover;
	background-position: center;
}

.flex-1{
	flex: 1;
}

.rounded{
	border-radius: 14px;
}

ul#home-trending{
	margin:0px;
	padding:0px;
}

ul#home-trending > li{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 7px 0px;
	border-bottom: 1px dotted #eee;
}

ul#home-trending > li > span{
	width: 49px;
	font-size: 21px;
	color: #cccccc;
	font-weight: 900;
	padding: 0px 0;
}

ul#home-trending > li > div {
	flex: 1;
	border-bottom: 0px dotted #f00;
}

ul#home-trending > li > div > a{
	color: #444444;
	text-decoration: none;
	font-weight: 600;
}

.author-info{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start !important;
	gap: 14px;
	border: 0px solid #f00;
}

.author-info > div:first-child{
	width: 49px;
}

.author-info.large-avatar > div:first-child{
	width: 140px;
}

.author-info.x-large-avatar > div:first-child{
	width: 280px !important;
}

.author-info > div:first-child > img, .author-info > div:first-child > a > img{
	border-radius: 50%;
	border: 3px solid #ccc;
}

.author-info > p{
	display:block;
	padding:3px 0px !important;
	margin:0px !important;
	flex: 1;
	line-height: 18px !important;
}

ul.footer-social-link{
	margin: 0px;
	padding:0px;
	display: flex;
	justify-content: flex-end;
	gap: 14px;
}

ul.footer-social-link > li{
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

ul.footer-social-link > li > a{
	display: block;
}

ul.footer-social-link > li > a > img{
	width: 21px;
}

.fixed-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 2px solid #f7f7f7;
}

.newsletter-cta{
	background-color: #e8f3eb;
	padding: 35px;
	border-radius: 10px;
}

.newsletter-cta h3{
	font-weight: 300 !important;
}

.newsletter-cta input.form-control, .newsletter-cta input.form-control:focus{
	padding: 21px !important;
	outline: none !important;
}

@media ( max-width: 768px ) {
	
	.flex-row.block-mobile{
		display: block !important;
	}	
		
	#header-top-strip > div:last-child > ul > li.menu-icon{
		display: block;
	}

	#header-top-strip > div:last-child > ul > li > a.contact {
		display: none;
	}
	
	#menubar-container{
		display: none;
	}

	#menubar-container.active{
		display: block;
	}

	ul#menubar{
		display: block !important;
		margin:0px;
		padding:0px;
	}

	ul#menubar > li{
		list-style-type: none;
		border: 0px solid #ccc;
	}

	ul#menubar > li > a{
		display: block;
		color: #777777;
		text-decoration: none;
		padding: 10px 0;
		font-size: 14px;
	}
}

