/*.Hide site title from home page but not from SEO */
.site-title {
	display: none !important;
}

/* Increase font size and darken color */
.site-description {
	color: #000 !important;
	font-size: 1.1rem !important; 
}

/* Add a hint of bottom shadow to the navigation bar */
.main-navigation {
  -webkit-box-shadow: 0 10px 10px #eeeeee;
  -moz-box-shadow: 0 10px 10px #eeeeee;
  box-shadow: 0 10px 10px #eeeeee;
}

/* increase font size and add a stroke glow effect */
.menu-item a {
	font-size: 1rem !important;
-webkit-text-stroke: 0.1px white;
text-stroke: 0.1px white;
}

/* Add a fun very faded drop shadow effect to PAGE TITLE */
.entry-title {
	text-shadow: 4px 4px #eee;
}

/* Change SVG Icon to logo color */
.svg-icon {
	color: #547591;
}

/* Change DashIcons to logo color */
.dashicons {
	color: #547591;	
}

/* rounded-corners */
.imgSoftCorners, .post-thumbnail img, .tiled-gallery__item img, .wp-block-jetpack-instagram-gallery img  {
	border-radius: 6px !important;
}

/* Give the form some minor details to make it pop */
form {
	padding: 20px;
	border: solid thin #ddd !important;
	border-radius: 10px;
	background-color: #feffff;
}

/* No need to change site footer link color on hover */
.site-info {
	display: none !important;
}
.site-info a:hover {
	color: #547591 !important;
}

/* To make assets very faded */
.opacity {
	opacity: 0.2 !important;
}

/* Add a faded top border to separate footer from page */
.site-footer {
	border-top: solid thin #eee;
}

/* Create a thick right side only border */
.border-right {
	border-right: thick solid #547591;
	padding-right: 10px;
}

/* Customize Table */
.wp-container-9 {
	padding: 20px !important;
	border-radius: 20px;
	
	-webkit-box-shadow: 10px 10px 10px #eeeeee;
  -moz-box-shadow: 10px 10px 10px #eee;
  box-shadow: 0px 3px 30px #aaf inset;
}

/*Customize Newsletter form*/
.tnp form {
	padding: 20px;
	
}

.tnp-submit{
	background-color: #547591 !important;
	border-radius: 6px !important;
  margin-left: 10px !important;
}

.wp-block-search__button {
	background-color: #547591 !important;
}
@media screen and (max-width: 768px){
 
}