/*
Theme Name:  CitNOW Group
Text Domain:  CitNOW Group
Version: 1.0
Description: CitNOW Group Website Theme
Tags: Modern, Responsive
Auther:  Andrew Morriss
Author URI:  https://www.citnow.com
*/


/* Generic */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'montserrat', sans-serif;
}

h1 {
	color: #1e1f5d;
	font-weight: 400;
	font-size: 1.4rem;
}

h2 {
	color: #1e1f5d;
	font-weight: 400;
	font-size: 1.2rem;
}

h3 {
	color: #1e1f5d;
	font-weight: 400;
	font-size: 1.1rem;
}

p {
	font-weight: 400;
	font-size: 0.835rem;
	line-height: 1.6rem;
}

a {
	color: #666666;
	text-decoration: none;
	transform: 0.3s;
}

a:hover {
	color: #1e1f5d;
	text-decoration: none;
	font-weight: 500;
}

strong {
	font-weight: 600;
}

ul {
	list-style-type: square;
	padding-left: 30px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

ul li {
	color: #1e1f5d;
	font-size: 0.835rem;
	line-height: 1.6rem;
}

ul li span {
	color: #000;
}

ul li strong {
	color: #000;
}


.cg-main-content-wrap {
	margin-top: 96px;
}



/* ================ Override Map Styles ================ */

@media screen and (max-width:1025px) {
	.map_wrapper .map_box .map_aspect_ratio {
		padding-top: 35%;
	}
}

@media screen and (max-width:550px) {
	.map_wrapper .map_box .map_aspect_ratio {
		padding-top: 90%;
	}
}
