/**
 * Theme Name: Saratoga Voices 2024
 * 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
 -----------------------------------------------------------------------------
 */

@font-face {
	font-family: 'Cinzel';
	src: url(https://saratogavoices.org/wp-content/themes/Saratoga-Voices-2024/fonts/Cinzel-Regular.otf);
}

@font-face {
	font-family: 'Dancing Script';
	src: url(https://saratogavoices.org/wp-content/themes/Saratoga-Voices-2024/fonts/DancingScript-Regular.otf);
}

body {

}

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

}

h1 {
	font-family:'Cinzel';
}

h2 {

}

h3 {
	font-family:'Cinzel';
	font-size:40px;
	padding-bottom:0 !important;
}

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 */

.mobile-only { display: none !important;}

/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */

.header-section {
	padding:0 !important;
}

.header-row #menu-primary a {
  color:black;
  font-size:16px;
}

.header-row #menu-primary .sub-menu {
  border-top-color:#6b152b;
}

.header-row {
    width: 100%;
    max-width: 1915px;
	display: flex;
    align-items: center;
	padding: 1% 0 !important;
}

.header-row .et_pb_column:nth-child(1) {
    width: 10%;
	margin-right:3%;
}

.header-row .et_pb_column:nth-child(2) {
    width: 52% !important;
	margin-right:0 !important;
}

.header-row .et_pb_column:nth-child(1) .et_pb_module:nth-child(1) {
    width: 52%;
    margin-left: 49%;
}

.header-row .et_pb_column:nth-child(3) {
     width: 38%;
}

.header-row .et_pb_column:nth-child(3) .et_pb_text_inner {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

.header-row .et_pb_column:nth-child(3) .et_pb_module:nth-child(2) .et_pb_text_inner p {
    display: flex;
    align-items: center;
	width:65%;
}


.maroon-button {
    background-color: #6b152b;
    color: white;
    border-radius: 34px;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 5%;
	margin-left: 5%;
}

.white-button {
    color: #6b152b;
    border: #6b152b solid 3px;
    background-color: white;
    border-radius: 34px;
    padding: 18px 38px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 5%;
}

.white-button-2 {
    color: #6b152b;
    background-color: white;
    border-radius: 34px;
    padding: 18px 38px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 0 !important;
}


.maroon-button-2 {
    background-color: #6b152b;
    color: white;
    border: white solid 3px;
    border-radius: 34px;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 15px;
    margin-right: 5%;
	margin-left: 5%;
}

.search-show {
	display:block !important;
}

.search-hide {
	display:none !important;
}

.header-search-container {
    padding-right: 10% !important;
    margin-bottom: 2% !important;
}

.ysm-search-widget {
	 margin-right: 3% !important;
}

.close-search {
	background-color: #6b152b !important;
    color: white !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 1% !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;
}

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

.h3-row {
	padding-bottom:0 !important;
}

/* Home */ 

.home-row-1 h1 {
	font-family:'Cinzel';
    font-size: 62px;
	padding-bottom: 3%;
}

.home-row-1 h2 {
	letter-spacing: 8px !important;
    font-size: 27px;
	padding-bottom: 1%;
}

.home-row-1 p {
	font-family:'Dancing Script';
	font-size: 44px;
}

.home-row-1  {
   padding: 9% 0 7% 0 !important;
}

.all-news-button {
	padding: 20px 40px !important;
	margin-left: 32%;
}

.home-section-2 h3 {
	color: #6b152b;
    font-size: 40px;
}

.home-section-2 .et_pb_column:nth-child(2) .et_pb_module:nth-child(1) {
	margin-bottom: 10%;
}

.home-blog-mod .entry-featured-image-url {
	 width: 44%;
    float: left;
}

/* .home-blog-mod .entry-featured-image-url img {
	 height:145px;
} */

.home-blog-mod .entry-title, 
.home-blog-mod .post-meta,
.home-blog-mod .post-content
{
	 width: 48%;
    float: left;
	padding-left: 7%;
}

.home-blog-mod .entry-title {
    padding-bottom: 1%;
}

.home-blog-mod .post-content a {
    color: #6b152b;
    font-weight: 700;
    font-size: 16px
}

.home-blog-mod .entry-title a {
    font-size: 18px;
    color: black;
    font-weight: 700;
    line-height: 1em;
}

.home-blog-mod .post-meta, .home-blog-mod .post-meta a {
	color:black !important;
}

.home-section-2 .et_pb_row:nth-child(1) {
	width: 80%;
    max-width: 1200px;
}

.home-blog-mod article  {
    margin-bottom: 6%;
    padding-bottom: 1%;
}

.home-blog-mod article:nth-child(1), .home-blog-mod article:nth-child(2) {
	border-bottom: 1px solid black;
}

.home-red-row-1 {
	display: flex;
    align-items: center;
}

.home-red-row-1 .et_pb_module:nth-child(2) .et_pb_text_inner {
	 padding-right: 23%;
    margin-bottom: 11%;
}

.home-red-row-1 h3 {
	font-size: 40px;
}

.home-red-row-2 h3 {
	font-size: 40px;
	padding-top:4%;
}

.home-red-row-3 p {
	display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.home-red-row-3 p img {
	margin-right:6%;
}

.home-section-3 .et_pb_row {
	width: 100%;
    max-width: 1200px;
}

.testimonial-mod .t-slide {
	border:none !important;
}

.testimonial-mod .et_pb_text_inner {
	color:black;
	font-size: 15px;
}

.testimonial-mod .testimonial-name {
	margin-top: 6%;
}

.testimonial-mod .testimonial-name, .testimonial-mod .testimonial-company {
	text-align:left !important;
}

.testimonial-mod .wpmslider-pager-item .wpmslider-pager-link::before {
	 background: #6b152b!important;
	width: 15px !important;
}

.testimonial-text-mod p {
	padding-bottom: 1%;
}

.testimonial-header-mod {
	margin-bottom:1% !important;
}

.home-section-4 .et_pb_row:nth-child(1) {
	display: flex;
    align-items: center;
}

#input_1_1 {
   border-radius: 50px;
    padding: 2%;
}

#gform_1 {
	display: flex
}

#gform_1 .gform-body {
	width: 100%;
}

#gform_submit_button_1 {
    background-color: #6b152b;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    border: none;
    position: absolute;
    left: 86%;
    top: 9%;
	padding: 1.5% 3%;
}

.home-events-mod .eo-event-future::marker {
	font-size:0px !important;
}

.news-events-header {
	margin-bottom:1% !important;
}

.eo-event-future .text {
    display: flex;
    flex-direction: column;

}

.eo-event-future .text .title {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.eo-event-future .text .date {
	color: black;
}

.eo-event-future .text .learn-more {
    color: #6b152b;
    font-weight: 700;
    margin-top: 1%;
    font-size: 15px;
}

.home-events-row .title {
	margin-top:3%;
}

.home-icon-row {
	display: flex;
    align-items: center;
}

.home-icon-row .et_pb_column:nth-child(2) {
	margin-right: 1% !important;
}

/* Pages */

.page-header h1 {
	font-size: 45px;
}

.page-header .et_pb_row {
	padding: 4% 0;
}

.page-header {
	    padding: 0 !important;
}


/* About Us */

.about-us-section {
	 margin-top: 2% !important;
}

.about-us-counter-section {
	    padding: 0 !important;
}

.about-us-counter-section .et_pb_row:nth-child(1) {
    width: 100%;
    max-width: 1478px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wpsm_row:nth-child(1) .wpsm_col-md-4:nth-child(1) {
	margin-left:10%;
}

.wpsm_col-md-4 {
	width:15%;
}


.about-us-counter-section .et_pb_row:nth-child(1) .wpsm_number {
     font-family: chinzel !important;
    color: #6b152b !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}

.about-us-counter-section .et_pb_row:nth-child(1) .wpsm_count-title {
    color: black !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
	margin-top: 1% !important;
}  

.main-content-section {
	padding-top:0 !important;
} 

.h3-header-mod{
	margin-bottom:5% !important;
} 

.main-content-section h4{
	font-size:20px;
	font-weight:600 !important;
	color:black;
	padding-bottom: .5%;
} 
.main-content-section p{
	color:black;
	font-weight: 600;
}

.main-content-section .et_pb_row {
	width: 100%;
    max-width: 1200px;
	display: flex;
    align-items: center;
	padding-left: 2%;
    padding-right: 2%;
}

.main-content-section .et_pb_row .et_pb_column:nth-child(2){
	padding-left: 2%;
}

/* Our Team */ 

.board-row {
	align-items: flex-start !important;
}

.board-row {
	padding-bottom: 0 !important;
}

.board-row .h3-header-mod {
	margin-bottom: 2% !important;
}

/* Join our choir */

#gform_submit_button_2 {
    background-color: #6b152b!important;
    color: white;
    border-radius: 50px;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 700;
}

.join-form-row h2 {
	color: #6b152b!important;
}

.join-form-row {
	padding-top:0 !important;
}

.join-form-row h3 b {
	color: #6b152b;
    font-weight: 500;
}

.join-form-row label {
	color: black!important;
}

.join-section-2 {
	padding-top:1% !important;
}

.registration-row .h3-header-mod {
	margin-bottom: 2% !important;
}

.join-section-2 .h3-header-mod {
	margin-bottom: 3% !important;
}

/* Donate */


#gform_submit_button_3, #gform_submit_button_4 {
    background-color: #6b152b!important;
    color: white;
    border-radius: 50px;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 700;
}

.donate-form-row h2 {
	color: #6b152b!important;
}

.donate-form-row h3 b {
	color: #6b152b;
    font-weight: 500;
}

.donate-form-row label, .donate-form-row legend, .donate-form-row p {
	color: black!important;
}

#post-23 ul {
	color:black;
}

.gsection_title {
	 font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
	 font-size: 20px !important;
}

.donate-header-row {
	padding-bottom:0 !important;
}

.donate-form-row {
	padding-top: 0 !important;
}

.gform_heading {
	margin-bottom: 1% !important;
}

.donor-table-mod #tablepress-1_length, .donor-table-mod #tablepress-1_filter, .donor-table-mod #tablepress-1_info, .donor-table-mod #tablepress-1_paginate {
	display:none !important;
}

/* Vocal Scholarship Program */ 

.vocal-grey-row h3 {
	margin-bottom:3%;
}

.vocal-grey-row h5 {
	font-size:20px;
}

.vocal-grey-row p {
	padding-bottom:0;
	color:black;
}

.vocal-grey-row p a, .contact-section label {
	color:black;
}

.vocal-table-mod .sorting, .program-table-mod .sorting, .donor-table-mod .sorting {
	color:white;
	background-color:#6b152b!important;
}

.sch-red-section .et_pb_column:nth-child(1) {
    padding: 0 6%;
}

.sch-red-section .et_pb_column:nth-child(1) .et_pb_text_inner p:nth-child(1) {
     font-size: 20px;
}

.sch-red-section .et_pb_column:nth-child(1) .et_pb_text_inner p:nth-child(2) {
     padding-bottom: 0;
}

.awards-mod p {
	padding-bottom: 0 !important;
}

.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
   color: #6b152b!important;
}

.vocal-competition-row {
	padding-top: 1% !important;
}

.picture-section .et_pb_row:nth-child(1) {
	  margin-top: 2% !important;
}

/* Donate */ 

.choral-text-mod {
	padding: 0 12%;
}

.donate-text-row {
	padding-top:1% !important;
}

.gform_heading p:nth-child(1) {
	display:none;
}

/* News */

.news-row img {
	height:180px !important;
}

.news-row .et_pb_post {
	height:420px !important;
}

.news-row .entry-title a { 
	font-size: 20px;
    color: black;
    font-weight: 700;
}

.news-row .post-meta, .news-row .post-meta a {
	color:black !important;
}

.news-row .more-link {
    color: #6b152b;
    font-weight: 700;
    font-size: 16px;
}

.news-row .pagination a {
    color: #6b152b;
    font-weight: 700;
    font-size: 16px;
}

/* FAQ */ 

.faq-accordion-mod .et_pb_module {
	 border-width: 0px 0px 1px 0px;
    background: white;
    border-color: black;
    padding-top: 0;
    padding-bottom: 3%;
}

.faq-accordion-mod .et_pb_module h5 {
	font-size: 23px;
    color: black;
    font-weight: 700;
}

.faq-accordion-mod .et_pb_module h5::before {
    color: #6b152b;
    font-size: 22px;
}

.faq-accordion-mod .et_pb_toggle_content p {
   color: black !important;
}

/* Advertising Partners */

.main-content-section ol {
	color:black !important;
}

.program-table-mod #tablepress-2_length, .program-table-mod #tablepress-2_filter, .program-table-mod #tablepress-2_info, .program-table-mod #tablepress-2_paginate {
	display:none !important;
}

/* Events */

.upcoming-header-section {
	padding-bottom:1% !important;
}

.upcoming-header-section .et_pb_row {
	padding-bottom:0 !important;
}

.upcoming-header-section .et_pb_row h3 {
    padding-bottom: 4% !important;
}

.upcoming-header-section .et_pb_row hr {
    background-color: black;
}

.events-page-mod .eo-event-future::marker {
	font-size:0px;
}

.events-page-mod .eo-event-future {
	display:flex;
}

.events-page-mod .eo-event-future img {
   width: 34%;
	margin-right:10%;
}

.events-page-mod .eo-event-future .text {
     width: 33%;
}


.events-page-mod .eo-event-future .content {
    color: #6b152b;
    font-weight: 700;
    font-size: 18px;
}

.events-page-mod .eo-event-future .date {
   padding: 4% 0;
}

.events-page-mod .eo-event-future .location {
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    color: black;
}

.buy-tickets-button {
    background-color: #6b152b;
    color: white;
    border-radius: 34px;
    padding: 18px 34px;
    font-weight: 700;
    font-size: 15px;
    width: 154px;
}

.events-page-mod ul li {
	margin-bottom:10%;
}

.events-row img {
	height:30% !important;
}

/* Event */

  blockquote {
	    border-color: #6b152b;
}

.et_pb_post .entry-title {
	color: #6b152b;
    font-weight: 700;
    font-size: 33px;
}

.et_pb_post p {
	color: black;
}

/*advertising partners */

.advertising-button-mod .et_pb_text_inner {width:100% !important;}

/*** Captions */


/*** Galleries */


/*** Images */


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



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

.footer-section .et_pb_row {
	width: 100%;
    max-width: 1600px;
}

.footer-section .et_pb_row  .et_pb_module {
	margin-bottom: 10%;
}

.footer-section .et_pb_row  .et_pb_module p {
	 padding-bottom: 2%;
}

.footer-section .et_pb_column:nth-child(1){
	width: 17% !important;
}
.footer-section .et_pb_column:nth-child(2){
	width: 17% !important;
    margin-right: 8% !important;
}
.footer-section .et_pb_column:nth-child(3){
	margin-right: 8% !important;
	 width: 15.6% !important;
}
.footer-section .et_pb_column:nth-child(4){
	 width: 11% !important;
	 margin-right: 1% !important;
}
.footer-section .et_pb_column:nth-child(5){
	 width: 15.6% !important;
}
.footer-section a {
	color:white;
}

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

.event-mod .eo-events { list-style-type: none !important; }

/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */
@media all and (max-width: 1400px) {
	.all-news-button  { margin-left: auto !important;}
	.home-red-row-1, .home-red-row-2 , .home-red-row-3 {padding-left:3% !important; padding-right:3% !important;}
}

@media all and (max-width: 1250px) {
	#gform_submit_button_1 {left: 84%;}
}

@media all and (max-width: 1200px) {
	.two-button-mod .white-button,
	 .all-news-button { padding: 15px 20px !important; }
}

@media all and (max-width: 1005px) {
	.header-row .et_pb_column:nth-child(1) {margin-right:.5% !important;}
}

@media all and (max-width: 980px) {
	.header-row { flex-direction: column; }
	.header-row .et_pb_column:nth-child(3) { display: none; }
	.header-row .et_pb_column:nth-child(1) {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.header-row .et_pb_column:nth-child(1) .et_pb_module:nth-child(1) {
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
	.header-row .et_pb_column:nth-child(1) img { max-width: 40%; }
	.header-row .et_pb_column:nth-child(2) { width: 80% !important; }
	.mobile-only { display: block !important;}
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {justify-content: flex-start;}
	.home-red-row-1 , .home-red-row-2 , .home-red-row-3 {
		padding-left:3% !important;
	}
	.et_mobile_menu { border-top: 3px solid #6b152b;}
	.mobile_menu_bar::before {color: #6b152b !important;}
	.et_mobile_menu a {color:black !important;}
	.home-icon-row {flex-direction:column;}
	.home-icon-row .et_pb_column {margin-right:0 !important;}
	.home-icon-row .et_pb_column .et_pb_module {    display: flex;
    justify-content: center;}
	#gform_submit_button_1 {left: 82%;}
	.home-section-4 .et_pb_row {
		flex-direction:column !important;
	}
	.footer-section .et_pb_row{
	   align-items: center;
       text-align: center;
		flex-direction:column;
    }
	.footer-section .et_pb_column:nth-child(1), .footer-section .et_pb_column:nth-child(2), .footer-section .et_pb_column:nth-child(3), .footer-section .et_pb_column:nth-child(4), .footer-section .et_pb_column:nth-child(5){
	   width: 50% !important;
       margin-right: auto !important;
       margin-left: auto;
    }
	
	.footer-section .et_pb_row .et_pb_module {text-align:center; margin-bottom:2% !important;}
	
	.main-content-section .et_pb_row, .home-red-row-1 {
		flex-direction:column !important;
	}
	.main-content-section .et_pb_module, .home-red-row-1 {  display: flex;
    justify-content: center;
}
	.events-page-mod .eo-events li {    flex-direction: column;
    align-items: center !important;}
	.events-page-mod .eo-event-future img {margin-right:0 !important;}
	.events-page-mod .eo-event-future img {width: 60%;}
	.events-page-mod .eo-event-future .text {width: 60%; align-items: center;
    text-align: center; }
	
	.board-row .et_pb_text_inner {text-align:center;}
	.interested-button-mod .et_pb_text_inner {width:100%;}
	.main-content-section .et_pb_row .et_pb_column{padding-left:2%;}
	.text-mod .et_pb_text_inner, .advertising-button-mod, .h3-header-mod .et_pb_text_inner{
		text-align:center !important;
	}
	.callortext-mod {padding-right:6%;}
	.two-button-mod .all-news-button {margin-left: 0 !important; margin-bottom:0;
    }
		.two-button-mod .white-button {margin-left: 0 !important; margin-right:0 !important;
  }
	.home-row-1 h2 { font-size: 24px; }
	.home-row-1 h1 { font-size: 50px; }
	.home-row-1 p { font-size: 38px; }
	.home-row-1 { padding: 0 !important; }
	.home-red-row-1 .et_pb_module {text-align:center !important;}
	.home-red-row-1 .et_pb_module:nth-child(2) .et_pb_text_inner{padding-right:0!important; margin-bottom:3% !important;}
	.home-red-row-3 p, .home-section-4 .et_pb_module {display:flex; justify-content:center;}
	.wpmtst-testimonial-inner, .testimonial-mod .testimonial-name, .testimonial-mod .testimonial-company {text-align:center !important;}
	.eo-event-future .text {text-align:center;}
	.two-button-mod p {align-items:center;     display: flex;
    justify-content: center;
}
/* 	.two-button-mod p a {margin-right:0 !important;} */
}

@media all and (max-width: 800px) {
	#gform_submit_button_1 {left: 80%;}
}

@media all and (max-width: 767px) {
	.two-button-mod p {display:flex; flex-direction: column;}
	.white-button-2, .maroon-button-2 {
		margin-right:0 !important;
		margin-left:0 !important;
		margin-top:2%;
		
	}
	#gform_submit_button_1 {left: 78%;}
	.home-row-1 h1 { font-size: 42px; }
	.home-row-1 p { padding-bottom: 0 !important; }
		.two-button-mod .all-news-button {margin-left: 0 !important; margin-bottom:2%;
			margin-right:0 !important;}
}

@media all and (max-width: 650px) {
	/*.header-row {
		flex-wrap:wrap;
	}
	.header-row .et_pb_column:nth-child(3){
		width:100%;
	}
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content:flex-end;
	}
	.header-row .et_pb_column:nth-child(1) {width:20% !important;}
	.header-row .et_pb_column:nth-child(2) {width:74% !important;}*/
	#gform_submit_button_1 {left: 76%;}
}

@media all and (max-width: 600px) {
	.home-row-1 h2 { font-size: 20px !important; }
	.home-row-1 h1 { font-size: 34px !important; }
	.home-row-1 p { font-size: 32px !important; }
}
	
@media all and (max-width: 540px) {
	#gform_submit_button_1 {left: 73%;}
}

@media all and (max-width: 479px) {
	#gform_submit_button_1 {left: 67%;}
	.home-blog-mod .entry-title a {font-size: 16px;}
	.h3-header-mod h3 {font-size:37px;}
	h1 {font-size:40px !important;}
}

@media all and (max-width: 400px) {
	.home-row-1 h2 { font-size: 18px !important; }
	.home-row-1 h1 { font-size: 28px !important; }
	.home-row-1 p { font-size: 26px !important; }
}

@media all and (max-width: 300px) {
	.maroon-button {font-size:10px; padding:10px 20px;}
    .white-button {font-size:10px; padding:9px 27px;}
	.two-button-mod .white-button {width:49% !important; }
	.two-button-mod .maroon-button {width:46% !important; padding: 9px 27px !important;}
	.gform_footer #gform_submit_button_1 {font-size:12px !important;}
	h3 {font-size:27px !important;}
	.footer-section .et_pb_column:nth-child(4){width:24% !important;}
	.home-blog-mod .entry-title a {font-size:12px;}
	.news-row .et_pb_post {height:465px !important;}
	h1 {font-size:28px !important;}
}

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

@media print {

}