/**
 * Theme Name: Saratoga Plan 2021
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */
body {

}

h1, h2, h3, h4, h5, h6 {

}

h1 {
text-transform: uppercase !important;
	font-size: 60px;
	color: #5d6770;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	color: #c7b933;
font-weight: bold;
}

h3 {
font-size:26px;
	color: #5d6770;
	font-weight: bold;
}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */


/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */
/* Removes the down arrow for submenus */
.et-menu .menu-item-has-children>a:first-child:after { display: none; }
/* Removes the extra padding needed for the down arrow for submenus*/
.et-menu .menu-item-has-children>a:first-child { padding-right: 0; }

/* Removes padding to level out menu item borders with menu text */
#menu-primary li a { 
	padding-bottom: 0; 
	font-size: 18px;
	color: #222;

}
#top-menu li {
 margin-top: 0;
    padding: 5px 8px;
    border-right: 2px solid;
}
#top-menu li:last-child { border-right: none; }
#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
	padding-right: 0 !important;
}
#top-menu, .et-menu, nav #top-menu-nav, nav.et-menu-nav { float: unset !important}
/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}
.pa-blog .entry-title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}
.pa-blog .post-content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}

/*keep the moved items positioned with their parent items*/

.et_pb_blog_grid article {
	position: relative;
}
/*remove spacing around entire blog post*/

.et_pb_blog_grid .et_pb_post {
	padding: 0px;
}


/*remove negative margins on blog featured image*/

.et_pb_image_container {
	margin: 0;
}


/*remove the margin below the featured image frame*/

.et_pb_post .entry-featured-image-url {
	margin: 0;
}
.et_pb_blog_grid a img{
	height: 500px !important;
	object-fit: cover;
}
.et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0; 
}
.et_pb_post a.more-link {
	border: 2px solid #c7b933;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
.landscape-maps .et-pb-controllers {
    bottom: -35px!important;
}
.landscape-maps .et-pb-controllers a {
    width: 18px!important;
    height: 18px!important;
}
.landscape-maps .et_pb_slider{
    overflow: visible!important;
}
.whats_new_vid{
	align-items: flex-end;
}

/* Switch Search out for Search Icon - Divi Search modules and Search widgets*/

.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    width: 55px;
    z-index: 2;
}

/*Add padding to the search input field*/

.ds-icon-search input.et_pb_s,
.widget_search input#s {
    padding-right: 55px !important;
}

/*Add the icon*/

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
    content: '\55'!important;
	 position: absolute !important;
    font-family: 'ETModules' !important;
    z-index: 1 !important;
    right: 0 !important;
    font-size: 20px;
    padding: 8px 20px;
	color: #fff;
	background-color: #d34927;
}

.ds-icon-search input:focus::placeholder { color: transparent; }
/* End Search Icon modifications */

header .et_pb_search {
	border: 3px solid #d34927;
    border-radius: 2px;
	width: 100%;
    margin-left: 10%;
	margin-bottom: 3% !important;
}
header .et_pb_search input {
	color: #000;
	font-weight: 700;
}
#menu-secondary li a { 
	padding-bottom: 0; 
	font-size: 18px;
	color: #222;

}
#2-menu li {
 margin-top: 0;
    padding: 5px 8px;
    border-right: 2px solid;
}
#2-menu li:last-child { border-right: none; }
#et-secondary-nav .menu-item-has-children>a:first-child,
#2-menu .menu-item-has-children>a:first-child {
	padding-right: 0 !important;
}
#2-menu, .et-menu, nav #2-menu-nav, nav.et-menu-nav { float: unset !important}

/* BOD template */
.page-template-page-board-of-directors #main-content .container:before,
.page-template-page-staff-new #main-content .container:before { display: none; }

.page-template-page-board-of-directors #main-content .container,
.page-template-page-staff-new #main-content .container { 
	width: 85%;
	max-width: 85%;
}

.template-content { 
	display: flex;
}
.template-content .bod-section.left-side {
	width: 65%;
	margin-right: 5%;
}
.template-content .advisory-council-sidebar { 
	width: 30%;
}
.template-content .advisory-council-sidebar ul {
	text-align: center;
	background-color: #C7B933;
	padding: 0 20px 20px 20px;
}
.template-content .advisory-council-sidebar li { padding-bottom: 1em; }
.template-content .advisory-council-sidebar li a { color: #fff !important; }

.template-content .advisory-council-sidebar h2 {
	background-color: #C7B933;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
	padding: 20px;
}

.bod-section .officials-container,
.bod-section .board-container {
	display: flex;
    flex-wrap: wrap;
}

.bod-section .officials-container .bio-container.chair,
.bod-section .officials-container .bio-container.treasurer {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
	text-align: center;
}
.bod-section .officials-container .bio-container.vice-chair,
.bod-section .officials-container .bio-container.secretary {
	width: 47.5%;
	margin-right: 0;
	margin-bottom: 30px;
	text-align: center;
}

.bod-section .board-container .bio-container {
	width: 30%;
	margin-right: 5%;
    margin-bottom: 30px;	
	text-align: center;
}
.bod-section .board-container .bio-container:nth-child(3n) { margin-right: 0 !important; }

.bod-section .officials-container .bio-container img {
	height: 300px;
    width: 300px;
    object-fit: cover;
}

.bod-section .board-container .bio-container img {
	height: 225px;
    width: 225px;
    object-fit: cover;
}

.bod-section .bio-container h2.bio-name { font-size: 28px !important; } 
.bod-section .bio-container h3.bio-title { font-size: 22px !important; } 

.single-board-of-directors .et_post_meta_wrapper .post-meta { display: none; }

.page-template-page-board-of-directors header,
.page-template-page-staff-new header { 
	border-bottom: 15px solid #C7B933;
}

.staff-section .officials-container,
.staff-section .staff-container,
.staff-section .intern-container {
	display: flex;
    flex-wrap: wrap;
}

.staff-section .officials-container .exec-director {
	width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
    text-align: center;
}
.staff-section .officials-container .assoc-director {
	width: 47.5%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
}

.staff-section .staff-container .bio-container,
.staff-section .intern-container .bio-container {
	width: 30%;
	margin-right: 5%;
    margin-bottom: 30px;	
	text-align: center;
}
.staff-section .staff-container .bio-container:nth-child(3n),
.staff-section .intern-container .bio-container:nth-child(3n) { margin-right: 0 !important; }

.staff-section .officials-container .bio-container img {
	height: 400px;
    width: 400px;
    object-fit: cover;
}

.staff-section .staff-container .bio-container img,
.staff-section .intern-container .bio-container img {
	height: 325px;
    width: 325px;
    object-fit: cover;
}

/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */

.footer-section h4 { 
	color: #fff;
    font-weight: 700;
    font-size: 28px;
	border-top: 10px solid #fff;
    padding-top: 20px;
}

.footer-section,
.footer-section a { color: #fff!important; }

.footer-section .footer-newsletter a {
    border: 3px solid #fff;
	border-radius: 25px;
    padding: 3% 4% 2% 4%;
    line-height: 4em;	
}
.footer-section .footer-newsletter a:hover {
	font-weight: 700;
	font-size: 20px;
}

.footer-section .footer-social-title { margin-bottom: 0!important; }

/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */

@media only screen and (max-width: 1280px) {
/* Special button in boards and committees */
	.special_button {
		font-size: 15px !important; 
	}
}
	
@media only screen and (min-width: 980px) {
.landscape-maps .et-pb-arrow-prev  {
font-size: 50px !important;
opacity: 10 !important;
	left: 25px !important;
content:url("https://saratogaplan.org/wp-content/uploads/2021/05/Shape-1-copy-2.png");
	width: 10%;
	}
}
@media only screen and (min-width: 980px) {
.landscape-maps .et-pb-arrow-next{
font-size: 50px !important;
opacity: 10 !important;
right: 25px !important;
content:url("https://saratogaplan.org/wp-content/uploads/2021/05/Shape-1.png");
		width: 10%;
}
}
@media only screen and (max-width: 980px) {
.landscape-maps .et-pb-arrow-prev{
font-size: 50px !important;
opacity: 10 !important;
	left: -25px !important;
content:url("https://saratogaplan.org/wp-content/uploads/2021/05/Shape-1-copy-2.png");
	width: 10%;
	}
}
@media only screen and (max-width: 980px) {
.landscape-maps .et-pb-arrow-next {
font-size: 50px !important;
opacity: 10 !important;
right: -25px !important;
content:url("https://saratogaplan.org/wp-content/uploads/2021/05/Shape-1.png");
		width: 10%;
}
}
@media all and (max-width: 1317px) {
	/*Resizing sidebar in explore trails*/
	.sidebar2 .AddInfo_QuickFacts {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
@media all and (max-width: 1422px) {
.sidebar-letterbox h3{
		font-size: 26px !important;
	}
	.sidebar-letterbox h2{
		font-size: 24px !important;
	}
}
@media all and (max-width: 1370px) {
	#menu-primary li a {
		font-size: 15px !important;
	}
.pa-blog .entry-title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}
.pa-blog .post-content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}	

	/*Resizing sidebar in explore trails*/
	.sidebar2 .AddInfo_QuickFacts {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
.sidebar-letterbox h3{
		font-size: 24px !important;	
	}
.sidebar-letterbox h2{
		font-size: 22px !important;
	}
}
@media all and (max-width: 1245px) {
	.landowner_story h3{
		font-size: 26px !important;	
	}
}
@media all and (max-width: 1265px) {
.et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0;
}
.pa-blog .entry-title {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}
.pa-blog .post-content {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}	
}
@media all and (max-width: 1188px) {
.sidebar-letterbox h3{
		font-size: 20px !important;
	}
	.sidebar-letterbox h2{
		font-size: 18px !important;
	}
}
@media all and (max-width: 1185px) {
	#menu-primary li a {
		font-size: 13px !important;
	}
}
@media all and (max-width: 1120px) {
	.palmer_side_text h3{
		font-size: 26px !important;
	}
	
	.siege_side_text h3 {
		font-size: 25px !important;
	}
	.home_icon_text h4{
		font-size: 26px !important;
	}
}
@media all and (min-width: 980px) {
	.wpc-slider .et_pb_slide{
		padding: 0px 0% !important;
	}
	.wpc-slider .et_pb_text_overlay_wrapper{
		width: 60% !important;
		padding: 50px;
	}
	
	}
@media all and (max-width: 980px) {
#top-menu {
display: block !important;
}
#top-menu li {
display: block !important;
border-right: none !important;
}
	.sidebar-letterbox h3{
		font-size: 26px !important;
	}
	.sidebar-letterbox h2{
		font-size: 22px !important;
	}
	.template-content { flex-direction: column; }
	.template-content .bod-section.left-side {
		width: 100%;
    	margin-right: 0;
	}
	.template-content .advisory-council-sidebar {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 650px) {
	.bod-section .officials-container, 
	.bod-section .board-container { flex-direction: column; }
	.bod-section .officials-container .bio-container.chair, 
	.bod-section .officials-container .bio-container.treasurer,
	.bod-section .officials-container .bio-container.vice-chair, 
	.bod-section .officials-container .bio-container.secretary,
	.bod-section .board-container .bio-container {
		width: 100% !important;
    	margin-right: 0 !important;
	}
	.bod-section .board-container .bio-container img {
    	height: 300px;
    	width: 300px;
	}
} 

@media all and (max-width: 600px) {
	.img_txt_wrap {
		size: 180 x 240 !important;
	}
}

@media all and (max-width: 549px) {
	
	.barkersville_title h1 {
		font-size: 45px !important;
	}
	
}

@media all and (max-width: 767px) {
	.staff-section .officials-container,
	.staff-section .staff-container,
	.staff-section .intern-container { flex-direction: column; }
	.staff-section .officials-container .bio-container,
	.staff-section .staff-container .bio-container, 
	.staff-section .intern-container .bio-container {
		width: 100%;
		margin-right: 0 !important;
	}
	.staff-section .staff-container .bio-container img, 
	.staff-section .intern-container .bio-container img {
		height: 400px;
    	width: 400px;
	}
.et_pb_blog_grid .entry-featured-image-url::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0;
}
.pa-blog .entry-title a{
	font-size: 22px;
	}
.pa-blog .entry-title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}
.pa-blog .post-content {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 100%;
	padding: 30px;
	z-index: 1;
}
}
	@media only screen and (min-width: 981px) {
	.blog_page .et_pb_post img,
	.blog_page .et_overlay {
		width: 25%;
		height: auto !important;
		margin-right: 4%;
		float: left;
	}
	.blog_page .entry-title,
	.blog_page .post-meta,
	.blog_page .post-content { 
	    float: right; 
	    width: 70%; 
	}
	body.rtl .blog_page .et_pb_post img,
	body.rtl .blog_page .et_overlay {
		float: right;
		margin-left: 4%;
		margin-right: 0;
	}
	body.rtl .blog_page .entry-title,
	body.rtl .blog_page .post-meta,
	body.rtl .blog_page .post-content { 
	    float: left; 
	}
		.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 27.875%;
}
		.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 65.625%;
}
}
a.more-link .blog_page {
	float: right;
	padding-top: 25px;
}

@media all and (max-width: 601px) {
	.spec_events_vol_op h1 {
		font-size: 49px !important;
	}
}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}