body {
	font: 400 16px 'Roboto', sans-serif;
	font-style: normal;
}

a {
	color: #ffaa00;
}

.main-navigation a, .main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after {
	color: #ffaa00;
}

.is-sticky #sticky_header {
	background-color: rgba(0, 0, 0, 0.65);
}

input[type="reset"], input[type="button"], input[type="submit"], .search-submit {
	background-color: #ffaa00;
	border: 0px none;
}

#site-branding {
	float: left;
}

.post-container .entry-title:after {
	display: none;
}

h2.entry-title {
	background-color: #ffaa00;
	padding: 5px 10px 2px 20px;
}

#post_masonry .has-post-thumbnail .entry-header {
	padding: 10px 20px 10px 0px;
	color: #000;
}

#post_masonry .has-post-thumbnail .entry-title a {
	color: #000;
}

#post_masonry .has-post-thumbnail .entry-title a:hover {
	color: #fff;
}

#post_masonry .entry-content {
	padding: 10px 20px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
}

.post-container .entry-title, .post-container .entry-title a {
	padding-bottom: 8px;
}

.post-container .entry-header {
	padding: 0;
}

.entry-content {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

.entry-meta .author, .entry-meta .comments, .entry-meta .posted-on i   {
	display: none;
}

.entry-meta .posted-on {
	margin-left: 20px;
	font-family: sans-serif;
}

.slider-title a {
	background-color: #ffaa00;
	padding: 10px 30px;
	color: #000 !important;
}

.slider-text {
		background-color: rgba(0,0,0,0.6);
	padding: 30px 0px 10px 30px;
}

.slider-title, h2.slider-title {
	line-height: 0px !important;
}

.slider-content {
	text-align: left;
}

.site-footer {
	background: #ffaa00;
	color: #222222;
	font-family: "Roboto", sans-serif;
	padding: 40px 0 0 0;
}

#footer-sidebar a {
	font-size: 1rem;
	color: #333 !important;
}

#footer-sidebar .widget-title, .widget-title a {
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 10px
}

#colophon .widget-title:after {
	content: none;
}

.site-info .copyright, .site-info .copyright a {
	color: #ffaa00;
		font-size: 1rem;
}

.site-info .copyright a:hover {
	color: #fff;
}


.go-to-top a {
	color: #ffaa00;
	border-color: #333;
}

.header-search:hover, .header-search-x:hover {
	color: #ffaa00;
}

.site-info .social-links ul li a {
	border-color: #fff;
	color: #fff;
}

#footer-sidebar, .below-masonry {
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	align-content: stretch;
}

#footer-sidebar .row {
	width: 100%;
}

#testimonials {
	margin-top: 50px;
}

.testimonial-theme3-theme3 {
	font-family: "Roboto", sans-serif;
}

.testimonial-theme3-theme3 .testimonial-theme3-theme3-title span {
	color: #ffaa00 !important;
}

.testimonial-theme3-theme3 .testimonial-theme3-pic-theme3 {
	border: 3px solid #ffaa00;
}

.below-masonry #testimonials {
	width: 50vw !important;
}

.super-testimonial-theme3 {
	display: none;
}