/* Type in or paste your custom CSS */

.legal h2 {
    font-size: 1.5rem;
	color: #111;
}

.rwg-header-business, .rwg-posted-on-source, .rwg-review-header {
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 24px!important;
	font-weight: 600!important;
}

.rwg-review-total  {
    display: none;
}

.rwg-review-name {
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px!important;
	font-weight: 600!important;
	padding-top: 10px;
}

.rwg-title {
	display: none;
}


.rwg-review-img {
    height: 100%!important;
    width: 50px!important;
}

.rwg-review-text p, .rwg-review-text p.trunc-enabled {
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px!important;
}



.rwg-text-label {
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px!important;
	color: #666;
}

#rwg-floating-rotator .rwg-floating-main .rwg-review-text p {
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px!important;
	color: #666;
}


.rwg-review-date {
    display: none;
}

.rwg-posted-on {
    display: none;
}

a#rwg-load-more {
		font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
    background: #0429f9!important;
    color: #fff!important;
    font-size: 16px!important;
    border-radius: 8px;
}

a#rwg-load-more:hover {
    background: #d00!important;
}

.rwg-load-more-contain a#rwg-load-more {
    color: #fff;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 20px;
    text-decoration: none;
}


.rwg-load-more-contain a#rwg-load-more {
    color: #000;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 20px;
    text-decoration: none
}


.header-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.hp-text {
    background: #fff; 
	max-width: 720px; 
	padding: 36px; 
	margin: 0 auto; 
	text-align: center; 
	border: 1px solid black;
}



.hp-image {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    vertical-align: middle;
    position: relative;
    z-index: 1;
/* 	text-align: right; */
	padding: 0;
}

/* .hp-header {
    background-position: center center;
} */


.wrap-shadow {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    color: #fff !important;
	background-color: #0429f9;
			border: none;
    font-weight: 600;
	padding: 10px 20px;
	border-radius: 4px;
	max-width: 400px;
}

.btn-primary:hover {
    color: #fff !important;
	background-color: #d00;
		border: none;
    font-weight: 600;
}

.carbon-test a, .carbon-test a:hover {
    color: #fff !important;
    font-weight: 700;
}

.footer-menu {
    color: #fff!important; 
	font-size: 1.15rem; 
	font-weight: 600; 
	text-align: center;
}

.footer-menu a, .footer-menu a:hover {
    color: #fff!important; 
	text-decoration: none; 
}

.nav-item > .sub-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    background-color: #fefefe;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    text-align: left;
    padding-left: 0;
}


/* <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name */

.montserrat-busydaze {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    font-family: var(--montserrat-busydaze);
    font-size: 1.125rem;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
	color: #008;
}

p {
    margin-bottom: .9rem;
/*	font-size: 1.125rem; */
}


img {
  padding-top: 8px;
}

a {
  color: #008;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
  color: #d00;
	text-decoration: none;
}

.topbar-left {
  font-size: 1rem;
		text-align: left;
}

.topbar-right {
  font-size: 1rem;
	text-align: right;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='DarkBlue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-toggler {
  border: 2px solid #000080!important;
  margin-right: .5rem;
}
.navbar-toggler:focus{
  box-shadow: none!important;
}


@media only screen and (max-width: 600px) {

.topbar-left {
  font-size: 1rem;
		text-align: center;
			padding-bottom: 20px;
}

	.topbar-right {
  font-size: 1.5rem;
	font-weight: 600!important;
	text-align: center!important;
	margin: -10px 0 10px 0;
			padding-bottom: 20px;
}
	
.topbar-right a {
  font-size: 1.75rem;
	font-weight: 600!important;
	background: #0429f9;
	color: #fff;
	text-align: center;
	padding: 10px 75px;
	border-radius: 8px;
	margin: 0 auto;
}
	
	.topbar-right a:hover {
	background: #d00;
}
	
.icon-mobile {
  display: none;
}
	
.hp-image {
	margin-top: -30px!important;
	width: 350px;
	height: 350px;
}
	
.hp-text {
    background-color: #f5f5f5;
	padding: 10px; 
	margin: 0 auto; 
	text-align: center; 
	border: 0;
}
}