/*
 Theme Name:   DSDI Child Theme
 Author:       MSonder
 Template:     twentynineteen
 Version: 1.1.1

*/



* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #262521;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 26px;

	background: #fff;
}

body.admin-bar {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}



body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}


a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #765f3d;
	color: #f9f2e8;
    text-shadow: none;
}

::selection {
    background: #765f3d;
	color: #f9f2e8;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.hidden {display: none;}

.responsive {width: 90%;}
.icon_red {color: #990000;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */

        #header-wrapper {
            width: 100%;
            height: auto;
            background: #000 url(images/slideshow-bg.jpg) no-repeat scroll top center / cover;
            border-top: 10px solid #c6b57b;
        }
        .home #header-wrapper {
            background: transparent;
        }

        #header-wrapper {
			width: 100%;
			height: auto;
		}
		#header {
			width: 90%;
			height: auto;
			margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
		}		
        #header #logo {margin-right: auto;}		
		#logo img {width: 100%;}	
		
				
		#slideshow-wrapper {
			width: auto;
			height: auto;
			background: #000 url(images/slideshow-bg.jpg) no-repeat scroll center center / cover;
		}	
		
		#slideshow-bg {
			width: 70%;
			margin: 0 auto;
            padding: 80px 0 130px 0;
		}	

		.tan-wrapper {
			width: auto;
			height: auto;
			background: #f8f4e6;
            border-top: 1px solid #e5dab2;
            border-bottom: 1px solid #e5dab2;
			padding: 80px 0;
		}	
		.tan {
			width: 90%; 
			margin: 0 auto;
		}	
		.tan a {color: #bf0f1e; text-decoration: underline; line-height: 20px;}
		.tan a:hover {color: #970916; text-decoration: none;}
	
        .home .tan-wrapper {background: #f8f4e6 url(images/tan-wrapper-bg.jpg) no-repeat scroll center left / auto 100%;}
		

/* Call Out Boxe Styles */
.cta {
    background: #f8f4e6;
    border: 1px solid #e5dab2;
    padding: 25px;
}
.single-signer .cta {padding: 15px;}
.tan .cta {background: #e9e2c9; border: 1px solid #d6cba1;}

.cta i.fas {
    font-size: 18px;
    color: #fff;
    background: #181e40;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 150px;
    border: 3px solid #fff;
    text-align: center;
}
            


		.content-wrapper {
			width: 90%; 
			height: auto;
			margin: 0px auto;
		}
		
		.content {
			width: 100%;
			margin: 0px auto;
			height: auto;
			padding: 40px 0px 50px 0px;
		}
		.content a {color: #bf0f1e; text-decoration: underline; line-height: 26px;}
		.content a:hover {color: #970916; text-decoration: none;}
				
		

        .homepage-bell-tappers {
            background: #bf0f1e;
            color: #fff;
            padding: 25px 35px;
        }
        .homepage-bell-tappers h2 {color: #fff;}
        .homepage-bell-tappers a {font-weight: bold; color: #d8cdaa; text-decoration: underline; line-height: 20px;}
        .homepage-bell-tappers a:hover {color: #f3e8c6; text-decoration: none;}
		


/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
		
	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {}
	ul.menu li:first-child a {}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 40px;
		font-size: 18px;
		font-weight: bold;
	  	text-align: center;
		padding: 0 10px;
		width: 100%;
		color: #fff;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {}

	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

	ul.menu li:hover ul {left: 0;}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #888;
		width: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.menu li:hover ul li a:hover {background: #666;}
    



/* Top/Utility Menu */

	ul.top-menu {margin: 0; padding: 0px; margin-bottom: -86px;}
	
	ul.top-menu li {list-style: none; position: relative; float: left;}
	ul.top-menu li:last-child a {
        background: #c6b57b;
        color: #281810;
        font-weight: 600;
        border-radius: 0 0 5px 5px;
        padding: 0 15px;
    }
	
	ul.top-menu li:hover {cursor: default;}
	ul.top-menu li a {
		display: block;
		line-height: 40px;
		font-size: 15px;
		font-weight: 400;
        text-transform: uppercase;
	  	text-align: center;
		padding: 0 10px;
		width: 100%;
		color: #fff;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.top-menu li a:hover, ul.top-menu li a:focus {text-decoration: underline;}
    
	ul.top-menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

	ul.top-menu li:hover ul {left: 0;}
	ul.top-menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.top-menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #888;
		width: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.top-menu li:hover ul li a:hover {background: #666;}

    ul.top-menu li:hover ul li:last-child a {font-weight: 400;}


/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


.prefooter-search-wrapper {
	height: auto; 
	width: 100%;
    background: #e9ddb8;
}
.prefooter-search {
    height: auto; 
    width: 90%; 
    margin: 0 auto;
    padding: 25px 0;
    font-family: 'Playfair Display', serif; 
    font-weight: bold;
    font-size: 26px; 
    line-height: 34px; 
    color: #181e40;
    display: flex;
    align-items: center;

}
.prefooter-search p {margin-right: auto; padding: 0px 0px 0px 0px;}
.prefooter-search p i {color: #bf0f1e; font-size: 20px; margin-right: 10px;}
.prefooter-search form.is-search-form {flex: 0 0 60%;}


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #000 url(images/footer-bg.jpg) no-repeat scroll center center / cover;
            border-top: 10px solid #c6b57b;
		}		
		#footer {
			height: auto; 
			width: 90%; 
			margin: 0 auto;
			padding: 25px 0 0 0;
			background: transparent;
			font-family: 'Jost', sans-serif; 
			font-size: 14px; 
			line-height: 22px; 
			color: #ffffff;
		}
		#footer a {color: #ffffff; text-decoration: none;}
		#footer a:hover {color: #cfcfcf; text-decoration: underline;}
	


.footer-heading {
	color: #d8cdaa;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
ul.footer-menu {
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
ul.footer-menu li {
  padding: 2px 5px;
  font-size: 18px;
  margin: 0px;
}
ul.footer-menu li:hover {opacity: 0.8; text-decoration: none !important; background: #07466f;}
ul.footer-menu li a { font-size: 18px; color: #fff !important; text-decoration: none !important;}
ul.footer-menu li a:hover {color: #d8cdaa !important; text-decoration: underline !important;}
ul.footer-menu li:before {
    content: '\f30b';
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 600;
    color: #bf0f1e;
    font-size: 14px;
    margin-right: 5px;
}



			/* Options - Social */
			ul.social-media-icons {width: 30%; list-style: none; text-align: right !important; margin: 0 !important; padding: 0;}
			ul.social-media-icons li {display: inline; padding: 2px 5px 0px 0px; margin: 0 !important;}
			ul.social-media-icons a i {
				font-size: 18px;
				width: 35px;
				height: 35px;
				line-height: 35px;
				text-align: center;
				background: #083d62;
				color: #91f8fc;
				border-radius: 6px;
			}
			ul.social-media-icons li a:hover {opacity: 0.8; text-decoration: none !important;}
				
		#copyright {
			height: auto; 
			width: 90%; 
			margin: 0 auto;
			padding: 20px 0;
			background: transparent;
			font-family: 'Jost', sans-serif; 
			font-size: 12px; 
			line-height: 18px; 
			color: #c6b57b;
            border-top: 1px solid #c6b57b;
		}
		#copyright a {color: #c6b57b; text-decoration: none;}
		#copyright a:hover {color: #cfcfcc6b57bf; text-decoration: underline;}



/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */	

h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	
	
h1 {
	color: #fff;
    background: #181e40;
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	line-height: 44px;
	margin: 0px;
	padding: 20px;
	margin-bottom: 25px;
    border-radius: 0 150px 150px 0;
    border-left: 10px solid #bf0f1e;
}
.home h1 {
	color: #fff;
    background: none;
	font-family: 'Playfair Display', serif;
	font-size: 68px;
	line-height: 72px;
	margin: 0px;
	padding: 0px !important;
	margin-bottom: 25px;
    border-radius: 0 !important;
    border-left: none;
}
.home h1 b {font-size: 40px; line-height: 46px;}

/* Heading w/ icon */
    h1.big, h2.big {	
        color: #fff;
        background: #181e40;
        font-family: 'Playfair Display', serif;
        font-size: 42px;
        line-height: 48px;
        margin: 0px;
        padding: 20px;
        margin-bottom: 25px;
        position: relative;
        border-radius: 150px 0 0 150px;
    }
    h1:not(.has-text-align-center).big ,h2:not(.has-text-align-center).big {padding-left: 120px;}

        h1.big i, h2.big i {  
            background: #bf0f1e;
            font-size: 30px;
            width: 100px;
            height: 100px;
            line-height: 90px;
            border-radius: 150px;
            position: absolute;
            left: -10px;
            top: -6px;
            border: 4px solid #fff;
            text-align: center;
        }

h2 {
	color: #162663;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 46px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

h3 {
	color: #bf0f1e;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

    h3:after {
      content: " ";
      width: 80px;
      display: block;
      border: 2px solid #e5dab2;
      margin-top: 20px;
    }
    /* center dash */ h3.has-text-align-center:after {margin: 0 auto !important; margin-top: 20px !important;}
    /* on tan+cta */ h3:after {border: 2px solid #d3c79b;}

h4 {
	color: #bf0f1e;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 2px; 
	background: #e5dab2;
	text-align: center;
	line-height: 2px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #e5dab2;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	.pquote {	
		border-left: 12px solid #bf0f1e;
		background: #f8f4e6;
		padding: 20px 10px 20px 20px;
	}
	.pquote a {color: #000 !important; font-weight: bold;}		
	.pquote a:hover {color: #ec1f27 !important;}		
	

	blockquote {	
		border-left: 12px solid #bf0f1e !important;
		background: #f8f4e6;
		padding: 20px 10px 20px 40px !important;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #000 !important; font-weight: bold;}		
	blockquote a:hover {color: #bf0f1e !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}
.tan blockquote {background: #fdfcf7;}

	a.link {
		display: inline-block;
		background: #bf0f1e;
		font-family: 'Jost', sans-serif;
		color:#fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.link:hover {background: #970916; color: #f2e1d4 !important;}

	a.wp-block-button__link {
		display: inline-block;
		background: #bf0f1e;
		font-family: 'Jost', sans-serif;
		color: #fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 40px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #970916; color: #f2e1d4 !important;}


        a.highlight-link {color: #bf0f1e; font-weight: bold; text-decoration: none;}
        a.highlight-link:after {
            content: '\f178';
            font-family: "Font Awesome 6 Pro";
            font-style: normal;
            font-weight: 600;
            padding-left: 10px;
            color: #bf0f1e;
            transition: all 0.25s ease-in-out;
        }
        a.highlight-link:hover:after {padding-left: 15px;}


ul.list-icon {list-style-type: none; list-style: none; padding-left: 50px;}
ul.list-icon li {margin: 0 0 10px 0; position: relative;}
ul.list-icon li:before {
    content: '\f14a';
    font-family: "Font Awesome 6 Pro";
    color: #bf0f1e;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: calc(-1 * 23px - 4px);
    line-height: 32px;
    font-size: 20px;
    top: 0;
}



/*	--------------------------------------------------
	:: Signer Styles
	-------------------------------------------------- */

h1.signer {	
    color: #262521;
    background: none;
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	line-height: 66px;
    margin-bottom: 15px !important;
	margin: 0px;
	padding: 0px !important;
    border-radius: 0 !important;
    border-left: none;
}
.headshot, .image-caption {font-size: 11px; font-style: italic; line-height: 16px;}
.headshot img {box-shadow: 0 0 20px 0 #988f6e; margin: 25px 0 0 0;}
.lifespan {color: #bf0f1e; font-size: 20px; letter-spacing: .5px; font-weight: bold;}
.state-born {	
    font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 28px;
}
.caption {
    font-size: 14px;
    text-align: center;
    color: #9a9171;
}
.signer-list {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
}

.signer-item {
    display: flex;
    width: 25%;
    background: #e5dab2;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    border: .5px solid #fff;
    padding-top: 8px;
}
.signer-item a {display: block; color: #262521; text-decoration: none !important;}

.signer-item:nth-of-type(even) {background: #d6cba1;}

.signer-item:hover {background: #d6cba1;}
.signer-item:nth-of-type(even):hover {background: #e5dab2;}

.sources {font-size: 14px; font-style: italic; color: #808080;}

/* Gallery Arrows */
.lSAction > .lSPrev {left: 20px !important;}
.lSAction > .lSNext {right: 20px !important;}

/* Post Navigation */
.post-navigation {margin: 0;}
.post-navigation .nav-links {margin: 0 auto; max-width: 95%;}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {min-width: 50%;}
.post-navigation .nav-links .nav-next {order: 1;}
.post-navigation .nav-links .nav-previous {order: 2;text-align: right; }
.post-navigation .nav-links a:hover {color: #970916;}

/* Sidebar */
.state-sidebar {padding: 0 20px 0 0;}
.state-sidebar h3 {
    color: #fff;
    background-color: #bf0f1e;
    padding: 10px;
    margin-bottom: 0px;
}
.state-sidebar h3:after {display: none;}
.state-sidebar ul {margin: 0;padding: 0;}
.state-sidebar ul li {
    margin: 0;
    list-style: none;
    cursor: pointer;
}
.state-sidebar ul li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    color: #232A29 !important;
    font-size: 20px;
	line-height: 30px;
    background: #f8f4e6;
    padding: 10px 15px;
    border-bottom: 3px solid #e5dab2;
    transition: all 0.25s ease-in-out;
}
.state-sidebar ul li.current-menu-item a, 
.state-sidebar ul li a:hover {background-color: #e5dab2; font-weight: bold; cursor: pointer;}

.state-sidebar ul li a i {color: #bf0f1e; font-size: 16px; padding-right: 20px;transition: all 0.25s ease-in-out;}
.state-sidebar ul li a:hover i {padding-left: 10px; padding-right: 10px;}


/* Gravity Forms registration form */
#field_2_20 label, 
#field_2_21 label, 
#field_2_24 label, 
#field_2_26 label, 
#field_2_27 label, 
#field_2_28 label, 
#field_2_29 label, 
#field_2_30 label,
#field_2_34 label 
{display: inline-flex;width: 320px;}


#field_2_20 .ginput_container ,
#field_2_21 .ginput_container ,
#field_2_24 .ginput_container,
#field_2_26 .ginput_container,
#field_2_27 .ginput_container,
#field_2_28 .ginput_container,
#field_2_29 .ginput_container,
#field_2_30 .ginput_container,
#field_2_34 .ginput_container

{display: inline-flex;}

#field_2_20 .ginput_quantity_label ,
#field_2_21 .ginput_quantity_label ,
#field_2_24 .ginput_quantity_label ,
#field_2_26 .ginput_quantity_label ,
#field_2_27 .ginput_quantity_label ,
#field_2_28 .ginput_quantity_label ,
#field_2_29 .ginput_quantity_label ,
#field_2_30 .ginput_quantity_label,
#field_2_34 .ginput_quantity_label
{padding: 0 15px;}

#gform_wrapper_2 .ginput_product_price_label {display: none;}
#gform_wrapper_2 .ginput_product_price_wrapper  {width: 75px; text-align: right;}

/*	--------------------------------------------------
	:: Spirit of '76 / Newsletter Styles
	-------------------------------------------------- */

.newsletter_archive {
    display: flex;
    flex-flow: row wrap;
    gap: 30px 20px;
    justify-content: space-around;
}


.newsletter {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(16.666% - 20px);
    background: #e2e2e2;
    padding: 7px;
}
.newsletter a {text-decoration: none;}
.newsletter a:hover {text-decoration: underline;}

.g12 .newsletter {min-height: 225px;}
.g12 .newsletter img {min-height: 110px;}



/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}

.blog-sidebar {
    background-color: #f8f4e6;
    border: 1px solid #e5dab2;
    padding: 15px 15px !important;
}
.blog-sidebar ul, .blog-sidebar ol {padding-left: 0;}
.blog-sidebar h3 {font-size: 18px;}
.blog-sidebar p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.blog-sidebar li::marker {content: '' !important;}

.blog-sidebar .widget_search .search-field {width: 100% !important;}

.widget {
    background-color: #fff;
    color: #231f20;
    margin: 0 0 24px;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 2px #dcd3b3;
    box-shadow: 0 0 10px 2px #dcd3b3;
}
.widget h2.widgettitle,
.blog-title {
	color: #bf0f1e;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
.widget li {
    padding: 0px;
    background: #fff;
    margin: 0 0 0px;
    font-family: 'Jost', sans-serif;
    line-height: 0px !important;
}
.widget li:hover {background: #f8f4e6;}

.widget li a {
    display: block;
    color: #181e40 !important;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 15px;
}
    .widget li a:after {
        content: '\f178';
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        color: #bf0f1e;
        transition: all 0.25s ease-in-out;
    }
    .widget li a:hover:after {padding-left: 15px;}



.blog-date {
    border: 2px solid #c6b57b; 
    background: #181e40;
    color: #fff;
    text-align: center; 
    font-size: 20px;
    border-radius: 8px;
    padding: 45px 0 !important;
    margin-bottom: 5px;
}
.blog-date i {color: #fff;}

.content a .excerpt {text-decoration: none !important; color: #000;}


/* WordPress Number Pagination CSS Styles*/
.page-navi.meta {
    color: RGB(38, 166, 154);
    font-size: 20px;
    font-weight: normal;
    border: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    padding-left: 0;
    border-radius: 3px;
}
.page-numbers {
    border-right: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    margin-left: -6px;
}
.page-numbers.current {
    padding: 10px 20px;
    background: #181e40;
    color: #fff;
    font-weight: 600;
}
.page-navi .prev {
    float: left;
    margin-right: 0;
    margin-top: -10px;
    border-right: solid 1px #eee;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
}
.page-navi .next {
    float: right;
    margin-top: -10px;
    border-left: solid 1px #ddd;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
}



/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div#content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}

.g10, .g15, .g16, .g20, .g30, .g35, .g40, .g50, .g60, .g65, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g15 {width:15%;}
.g16 {width:16.6666%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g35 {width:35%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g65 {width:65%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: Block Table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wp-block-table table {background: #f8f4e6;}
.wp-block-table td, .wp-block-table th {border: 1px solid #e5dab2;}
.tan .wp-block-table table {background: #e9e2c9;}
.tan .wp-block-table td, .tan .wp-block-table th {border: 1px solid #d6cba1;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: Membership Active Classes 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.form_success {padding: 10px; background-color: #8dc7bd; color: #fff} 
.form_success a {color: #fff !important} 
.form_error {padding: 10px; background-color: #efabab;} 

.custom-sidebar .search-directory {padding: 20px !important;}
.custom-sidebar { 
    background-color: #f9f7ee;
    border: 1px solid #e5dab2;
    padding: 15px 15px !important;
    margin-right: 2%;
    width: 28% !important;
}
.custom-sidebar ul {margin: 0;padding: 0;}
.custom-sidebar ul li {
    margin: 0;
    list-style: none;
    background: #ebe1bd;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    transition: background-color 0.2s, color 0.2s ease-in-out;
}
.custom-sidebar ul li.current-menu-item, 
.custom-sidebar ul li:hover {background-color: #c6b57b;}

.custom-sidebar ul li.current-menu-item a, 
.custom-sidebar ul li:hover a {cursor: pointer;}

.custom-sidebar ul li.current-menu-item a {font-weight: bold;}

.custom-sidebar ul li a {
    text-decoration: none !important;
    color: #232A29 !important;
    font-size: 16px;
	line-height: 18px;
}
.custom-sidebar h2, .custom-sidebar h3 {
	color: #bf0f1e;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
    background: transparent;
}

.custom-sidebar nav ul li {width: 100%;}

.custom-sidebar nav ul li a { text-align: left; padding: 0 5px; }

.custom-sidebar li.widget {list-style: none !important; padding: 0;}
.custom-sidebar .widget {
    /*background: none;*/
	border-bottom: none;
}
.custom-sidebar .widget_search .search-field {width: 100%;}
.custom-sidebar input {
    background: #fff !important;
}

.custom-sidebar ul.menu li a:hover, ul.menu li a:focus {
    background: none;}




/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */

input, textarea, select {
    border: 0px !important;
	background: #ecf0f3 !important;
	border-bottom: 2px solid #2e74a9;
    font-family: inherit;
    padding: 10px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #ccd6dd!important;
	border-bottom: 2px solid #1a5079;
    font-family: inherit;
    padding: 10px !important;
}
select:focus {padding: 14px !important;}


            
	.gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 100%;
	}
	.ginput_complex.ginput_container_address .address_city {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address span.ginput_right+.ginput_left.address_zip {
		width: 33% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		display: block;
		float: right;
		flex: unset !important;
	}

::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}



button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bf0f1e 0%, #8c0303 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #bf0f1e !important;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
	text-transform: uppercase;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8c0303 0%, #bf0f1e 100%) repeat scroll 0 0 !important;
}




/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */

@media screen and (min-width: 1200px) {
	.responsive {width: 1200px !important;}
}

@media screen and (max-width: 1200px) {
    #header #logo {width: 40%;}
    ul.top-menu {margin-bottom: -54px;}
}


@media screen and (min-width: 811px) {.opensub {display: none;}} 

.mobile-menu{display: none;}

@media screen and (max-width: 810px) {
    
    .home #header-wrapper, #header-wrapper {background: url(images/slideshow-bg.jpg) no-repeat scroll top center;}
    #header {display: block; width: 100%;}
    #header #logo {width: 100%; padding-left: 3%;}
    #header #logo img {width: auto;}
    #slideshow-bg {width: 95%;}
    .signer-item {width: 33%;}
    
    .home h2.has-text-align-center.big {text-align: left !important; padding-left: 50px;}
    h1.big, h2.big {border-radius: 0px;}
    h1.big i, h2.big i {
        font-size: 20px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        border: 2px solid #fff;
        margin-bottom: 15px;
        left: -40px;
        top: 9px;
    }
    h2.big i {left: -35px;}
    h1:not(.has-text-align-center).big,
    h2:not(.has-text-align-center).big {padding-left: 50px;}
    
    
    
    .mobile-menu {display: block;}
    .top-menu, .menu {display: none;} 
    
    .custom-sidebar ul.menu {display:block!important;}
    .custom-sidebar {margin-bottom: 25px;}
    

	/* ********* Mobile Navigation Styles ********** */

	button#menuToggle {
		display: block;
		border: 0;
		background: #181e40 !important;
		border-bottom: transparent !important;
		padding: 20px 0 !important;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #181e40 !important;}

	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
    ul.mobile-menu {padding-left: 0px !important;}
	ul.mobile-menu li {position: relative; background: #0e1330; list-style: none; float: none; width: 100%; text-align: center; border-bottom: 2px solid #181e40;}
    ul.mobile-menu li:hover {background: #090d26 !important;}
	ul.mobile-menu li a {color: #fff; font-size: 20px; line-height: 50px;}
	ul.mobile-menu li a:hover,
	ul.mobile-menu li.current-menu-item a,
	ul.mobile-menu li a:focus {color: #fff; background: #090d26;}

	/* submenu */
	ul.sub-menu {display: none;}
    ul.sub-menu {padding-left: 0px !important;}
    ul.sub-menu li {background: #090d26; list-style: none; float: none; width: 100%; text-align: center; border-bottom: 2px solid #090d26;}
    ul.sub-menu li a {color: #e7dbb4; font-size: 16px; line-height: 40px;}
    
	ul.mobile-menu li ul {
		position: static;
		left: 0;
		width: auto;
	}
	ul.mobile-menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.mobile-menu li:hover ul li:hover {text-align: center;}

	ul.mobile-menu li .opensub {
        color: #fff;
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        cursor: pointer;
	}	
    	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}


@media screen and (max-width: 480px) {

	.responsive {width: 93% !important;}
    
    #header.responsive {width: 100% !important;}
    .home h1 {font-size: 48px;line-height: 54px;}
    .home h1 b {font-size: 30px; line-height: 36px;}
    a.link, a.wp-block-button__link {text-align: center;}
    .signer-item {width: 50%;}
    h1.big i, .home h2 i {display: none;}
    .home h2.big {border-left: 10px solid #bf0f1e;}
    .home h2.has-text-align-center.big {text-align: left !important; padding-left: 20px;}
    h1:not(.has-text-align-center).big,
    h2:not(.has-text-align-center).big {padding-left: 20px;}

    h1.big, h2.big {font-size: 38px; line-height: 44px;}
    h1 {border-radius: 0;}
    h2 {font-size: 34px; line-height: 40px;}
	
    .blog-date { padding: 15px 0 !important;}
    
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}