#header {
	background-color: #fff;
}

div.logo {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.site-title a{
	font-family: 'Times New Roman' !important;
	text-transform: none !important;
	font-weight: normal;
}

.primary-navigation a, .primary-navigation ul ul a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
	color: #AAAAAA !important;
	font-family: 'Times New Roman'
}

.primary-navigation .try-now-chameleon a, .primary-navigation ul ul .try-now-chameleon a {
	color: #f18215!important; 
}

.wp-block-button__link, .wp-block-button a {
    border: none !important;
	background-color: #ffffff !important;
    border-radius: 3px;
    color: #e56525 !important;
	text-decoration: none !important;
	margin: 0 0 25px 0 !important;
}

.wp-block-button__link:hover, .wp-block-button a:hover {
    border: 1px solid #e56525 !important;
	background-color: #fade6c !important;
    border-radius: 3px;
    color: #e56525 !important;
	text-decoration: none !important;
	margin: 0 0 25px 0 !important;
}

b, strong {
	color: #f18215 !important;
}

h2 {
	margin-bottom: 0;
}

#maincontent {
	padding-top: 0;
}

#maincontent div > div > h1 {
	display: none;
}

#video {
	border: 1px #eee solid;
}

#footer .inner {
  background: #fff !important;
  border: 1px solid #ccc !important;
}

#footer .inner .copyright p {
  color: #aaa !important;
}

.virtualize-sub-heading {
	margin-top: 10px !important;
	margin-bottom: 25px !important;
}

@media screen and (max-width: 1000px) {
	#menu-sidebar {
			background-image: none !important;
			background-color: #e56525 !important;
	}
	#menu-sidebar #contact-info {
		display: none;
	}

	#header .primary-navigation ul.sub-menu li a, #header .primary-navigation ul li a {
			color: #fff !important;
			font-size: 30px;
			font-family: 'Roboto';
	}
}

.model-links-row, .single-video {
	margin-bottom: 20px !important;	
}

.model-links-row figure {
	margin: 0 15px !important;	
}

.model-link {
	border: 1px solid #dee1fa !important;
}

.app-store-row {
	margin: 50px 0 !important;
}

.virtualize-divider {
	margin: 50px 0 !important;
	color: #eee !important;
	background-color: #eee !important;
}
