
/* Hide the Read More buttons on the Events page */
.page-id-1438 .more-link-container {
	display: none;
}

/* Hide Like button on Featured Page */
.featured-page-24 .container .front-block-header .entry-content .jetpack-likes-widget-loaded {
	display: none;	
}

/* Expand top message area */
#masthead .top-bar .header-custom-text {
    max-width: 80%;
}

/* Changes the width of the black overlay for the front page content */
#featured-content .featured-slide .hentry .inner-hentry {
    max-width: 100%;
	margin-top: 100px;
}
@media (min-width: 992px) {.has-site-logo #masthead .site-title {
    margin-top: -90px;
    margin-left: 200px;
    width: 200%;
	}
}


@media (min-width: 992px) { #masthead .site-description {
	margin-left: 200px;
}
}

/* Hides front page content */
/*.page-id-1438 .customize-unpreviewable, .entry-content {
display: none;
}*/

.woocommerce div.product div.images img {
    width: 90%;
}

.single-product div#content, .post-type-archive div#content {
    width: 90%;
    margin: 0 auto;
}

body {
	    overflow-x: hidden;
}

/* Adds an extra info to the site credits */
.site-credits:after {
	content: "| SEO by Logical Mix";
}


#featured-content.hero-section {
height: 500px;
}

div.brief-text {
	color: white;
	font-weight: 600;
	font-size: 18px;

}
.home #featured-content .featured-slide .hentry .inner-hentry {
    max-width: 300px;
}

/*Create offset text boxes*/
.quote{
	background: #d7d6e9;
	padding: 5px;
	margin: 10px;
	max-width: 50%;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
}
/*Remove secondary menu white section*/
#masthead .header-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.wf-active .page .entry-content h2 {font-size: 15px;}
/* reduce logo size */
#masthead .site-branding .site-logo {
    width: 200px;
}
/* Move Featured Slider Contact Form to the left */
@media only screen and (min-width: 75em) {
    #featured-content .container {
        margin-left: 25px;
    } 
}
.page-child .entry-thumb {display: none;}

/*control size of slideshow and center it*/
div#gallery-1208-2-slideshow {
  width: 50%;
  margin:auto;
}

.slideshow-window {
  padding-top: 5px!important;
  padding-bottom: 300px!important;
}
/* remove green border bottom from social media icons | RG-7579156-hc */
.entry-content a {border-bottom: none;}
/*---Change the font weight for paragraphs-HC#8082354-GP---*/
p {
    font-weight: 400;
}

/*move secondary menu down and change font size #1591965-zd (DOC) */
.secondary-navigation ul {
  margin-top: 1.2em;
  font-size: 17px;
}

.menu-secondary-container .menu-item, .menu-secondary-container .menu-item-description {
  font-weight: 650;
}
.page .entry-body > .entry-header {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

/* Fixes hero section height */
#featured-content.hero-section {
    height: auto;
}
/* Resize first h1 (front-page) */
.home #featured-content .featured-slide .hentry .inner-hentry h1 {
    font-size: 30px;
}
/* This CSS makes the gray background of the theme white.
* 12930755-hc (jw)
*/
.front-block:nth-of-type(even) {
  background: white;
} /* This CSS forces the YouTube embeds to show up centered.
* 12930755-hc (jw)
*/
.youtube-player {
  margin: 0 auto !important;
}
/*All text in black 12970124-hc*/
body p, body h6, body h5, body h4, body h3, body h2, body h1 {
	color: #000000;
}


.rpwwt-widget ul li {
	display: inline-flex;
}

.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text] {
	width: 100%;
}

input[type=text] {
	border: none;
	border-bottom: solid 1px #6f6f6f !important;
}
	
.contact-form textarea {
		height: 100px;
	border-radius: 15px;
	}

.contact-form button {
	background-color: #fc9f66;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	float: right;
}

input[type="email"] {
	border: none;
	border-bottom: solid 1px #6f6f6f !important;
	
}

.contact-form label {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
/* Change the widgets site title size | RG-17783737-hc */
.wf-active .widget .widget-title {
    font-size: 16px;
}
/* Hide page and post titles except on the blog post page 20427499-hc */
.single-post .entry-title, .page .entry-title {
    display: none;
}
/*Center text in Button Blocks - 27032449-hc*/
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	text-align: center;
}