/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 01 2019 | 04:37:32 (am)
/*
/******* Do not edit this file *******/

.erf-container .erf-form select {
    max-width: 100%;
    text-transform: none;
    white-space: nowrap;
}

.author {
     display: none;
}
.posted-on {
   background: none;
  display: none;
}
.byline {
    background: none;
    display: none;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;

}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;

}
.entry-content img, .comment-content img, .widget img, .header-image img, .author-avatar img, .wp-post-image img {
}
.footerwidget-right .widget-area, .footerwidget-right .textwidget {
    font-size: 14px;
    text-align: center;
    width: 940px;
}
blockquote.pullquote p, aside.pullquote p, div.pullquote p {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: double;
    border-width: 3px 0;
    font-family: Roboto Slab,serif;
    font-size: 16px;
  	color: gray;
 	text-align: left;
}
.dgx-donate-form-section {
    background: none repeat scroll 0 0 #e9f4fd;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 0 24px;
    padding: 32px;
}
  .site-content h2.entry-content h2, .site-content h2 .comment-content h2, #tinymce h2 {
    color: gray;
    font-family: roboto slab;
    font-size: 20px;
    line-height: 28px;
}
.one_half, .one_half_last {
    float: left;
    width: 48%;
    margin-top: -20px;
}
.erf-container .erf-form .form-group {
    padding: 10px 0;
    width: 100%;
    white-space: pre-wrap;
}
/* PAYPAL PAYMENT FORM CODE */

.pp-form	{ margin: 0px; }

.pp-input	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-textarea	{ width: 130px; margin: 3px 0px 3px 0px; }

.pp-button 	{ width: 134px; margin: 3px 0px 3px 0px; }

.pp-badge	{
		float: left;
		margin: 20px auto 0px 0px;
		}

.pp-canvasarea	{
		background-color: #F0F0F0;
		border: #D4D4D4 1px solid;
		display: inline-block;
		display: inline; zoom: 1; /* FOR IE7-8 */
		padding: 6px;
		}

.pp-formbox	{
		font: normal 13px arial, sans-serif;
		float: left;
		padding: 0px 10px 0px 0px;
		}

.pp-clear-float	{ height: 1px; clear: both; }

.site-content .entry-content p a img, .site-content .entry-content p img {
box-shadow: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}

.one_half, .one_half_last {
float: left;
margin-top: 30px;
width: 48%;
}
.nav-menu li {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px; 
}
.metaslider {
    position: relative;
    z-index: 0;
    margin-top: 20px;
}

#tribe-bar-form {
	background: #f5f5f5;
	margin: 25px 3px;
	position: relative;
	width: 100%;
}
.page-id-1634 img {
    height: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-top: 50px;
    
/* MENU COLORS */
}
.current_page_item a,
.current-menu-parent a,
.current-post-parent a,
.current-post-ancestor a,
.current-menu-ancestor a,
.current-menu-item a {
	background: #4eae53;
}
.current_page_item a:hover,
.current-menu-parent a:hover,
.current-post-parent a:hover,
.current-post-ancestor a:hover,
.current-menu-ancestor a:hover,
.current-menu-item a:hover {
	background: #4b7830;
}
.sf-menu li {
	/*background: #404040;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
               
}

.sf-menu ul li {
	background: #565656;
                /*border-top: 1px solid #E6E6FA;  fallback colour must use full shorthand */
}
.sf-menu ul ul li {
	background: #707070;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #50b75e; /* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}