/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* create more space for the site-description-- mec*/
.site-branding {
	width: 50%;
}

.custom-logo {
	max-width: 400px;
}

@media screen and (min-width: 600px) and (max-width: 1280px) {
#site-navigation.main-navigation {
	width: 50%;
	float: right;
	padding-right: 20px;
}
}

/*white-header mec*/
.standard-menu .site-header, .standard-menu .site-header a {
	background: #fff;
	color: #2b2b2b;
}

/*adjust font on the our team page*/
.page-id-2 {
   font-family: 'Ek Mukta'; 
font-style: normal; 
font-weight: 400; 
text-transform: none; 
}

/*adjust font on the our team page*/
.page-id-2 {
   font-family: 'Ek Mukta'; 
font-style: normal; 
font-weight: 400; 
text-transform: none; 
}

#site-navigation button {
    background: #339966;
    color: #ffffff;
    box-shadow: none;
    border:  0;
}
 
.content-caption .entry-content h2.entry-title {
    font-family: "Montserrat";
}
 
.content-caption .entry-content .button,
.home a.button {
    color: white;
    text-align: center;
}
 
.site-footer input[type="text"], 
.site-footer input[type="email"],
.site-footer input[type="url"], 
.site-footer input[type="password"],
.site-footer input[type="search"], 
.site-footer .jetpack_subscription_widget #subscribe-email input[type="email"] {
    border: none;
    box-shadow: none;
}
 
.site-footer input[type="submit"] {
  font-family: "sans serif";
  border: none;
  background: white;
  padding: 4px 10px;
  box-shadow: none;
}
 
.site-footer .widget_search {
    border-bottom: 0;
    box-shadow: none;
}


/*---Adjust the logo size---*/
.custom-logo {
	max-width: 200px;
}

/*---Header content centered---*/
.content-caption {
	margin-left: auto;
	margin-right: auto;
	left: 0;
/*---Hide Homepage read more links---*/
}

/*---Change footer background color---*/
.site-footer {
	background: #339966;
}

/*change menu link color*/
ul#menu-1-menu a {
	color: #339966;
}

/*change entry title color*/
.entry-title {
	color: #339966 !important;
}

/*menu link background green with white text*/
.main-navigation ul ul a {
	background: #339966 !important;
	color: #ffffff !important;
}

.main-navigation ul ul {
	background: #339966 !important;
}

.home .post-4 .cd-main-content {
    max-width: 90%;
    margin: 0 auto;
}
 
@media screen and (min-width: 600px) and (max-width: 1280px) {
    .home .post-4 .cd-main-content {
        max-width: 33%;
    }
}
 
.home a.more-link {
    display: none;
}
 
.home a.button {
    background: #339966 !important;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding: 0 !important;
    font-size: 20px !important;
}
 
.site-footer input[type="search"], 
.site-footer .jetpack_subscription_widget #subscribe-email input[type="email"] {
    background: white;
    color: black;
}
 
.site-footer {
    font-family: 'Ek Mukta';
}
 
.page-id-178 .slideshow-window {
    background-color: white;
    border: 20px solid white;
}
 
#site-navigation button {
    color: black;
}
 
@media screen and (max-width: 882px) {
    .main-navigation.toggled ul#menu-1-menu {
        display: block;
        margin-top: 60px;
        padding-top:0;
        border: solid 1px black;
    }
}

/* Homepage Title Color | 1465736-zen */
.home .cd-main-content h2.entry-title {
    color: white !important;
    font-style: normal;
}
 
/* Homepage Title Width | 1465736-zen */
@media screen and (min-width: 80em) {
    .content-caption {
        max-width: 47%;
    }
}
 
/* Form Submit in Footer | 1465736-zen */
.site-footer input[type=submit] {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Show entire site title on homepage | 1490678-zen (NL) */
@media screen and (max-width: 1280px) and (min-width: 600px) {
  .home .post-4 .cd-main-content {
    max-width: 600px;
  }
}

/* add padding around Gutenberg columns */
.wp-block-column {
    padding: 1em;
}
.home .cd-main-content h2.entry-title{
font-weight: 300;
}
/* Set mobile menu button to white text | 7518870-hc */
#site-navigation button  {
  color: #ffffff !important;
}
/* remove original responsive menu button - mf - 8650444 */
button.menu-toggle {
display: none;
}

/* Change hamburger menu to have entirely green background mf - 8650444 */
@media screen and (max-width: 700px) {
	button#responsive-menu-button  {
    background: #267c51;
}
.responsive-menu-open button#responsive-menu-button {
    background: #267c51;
}
#responsive-menu-container, #responsive-menu-wrapper {
    background:  #267c51
}
.responsive-menu-open button#responsive-menu-button:hover, .responsive-menu-open button#responsive-menu-button:focus, button#responsive-menu-button:hover, button#responsive-menu-button:focus {
    background: #267c51;
}
#responsive-menu-container, #responsive-menu-container:before, #responsive-menu-container:after, #responsive-menu-container *, #responsive-menu-container *:before, #responsive-menu-container *:after {
background: #267c51;
	}	
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		background: #267c51;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    background-color: #267c51;
}	
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
    background-color: #267c51;
	}
}