/**
 * Theme Name: TC Jewfolk
 * Author: Grossman Design Associates
 * Version: 1.0
**/



.comment-form .comment-notes, .comment-form label{
	font-weight: 500;
}

.form-submit input[type='submit'] {
		font-weight: 500;
}

.comment-form .required{
	color: red;
}


#tribe-events .tribe-events-button, .tribe-events-button{
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
}

body .single-post-meta-data span {
	background-color: rgba(0, 0, 0, .8);
}

@media only screen and (max-width: 640px) {


.top-bar ul li.has-dropdown .accordion-toggle{
	left: auto;
	right: -40px;
}

.top-bar ul li.has-dropdown .accordion-toggle i.fa{
margin-top: 5px;
}

.top-bar ul li.has-dropdown .is-accordion-submenu{
	padding-left: 10px;
}

.top-bar ul li.has-dropdown .is-accordion-submenu li{
	    margin-top: 5px;
}


.comment-form .comment-form-comment {
  width: 100%;
  padding-right: 0;
  float: none;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 100%;
  padding-left: 0;
  float: none;
}
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
.comment-form .comment-form-comment {
  width: 100%;
  padding-right: 0;
  float: none;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 100%;
  padding-left: 0;
  float: none;
}
}