/* Enter Your Custom CSS Here */

/* Change fonts on the input forms to be darker */

input, select, textarea {
  color: #000;
  font-weight: bold;

}



@media only screen and (min-width:320px) and (max-width: 767px) {
#login, #pass, #sendpass {width: 200px!important;}
.am-form fieldset {
  display: block;
  float: left;
  width: 240px;
  border: 0;
}
}

.footer-widgets {
 padding: 0;
  height: 0;
}

/* remove date and author from cat page  */
.dateleft {
 display: none; 
}


::selection {
	background-color: #000;
	color: #fff;
}
a {
	color: #16387C;
	text-decoration: none;
  	font-style: normal;
}

/*Override the font size for these items so they don't inherit default font size  */
.menu-item a { font-size: 12px; }
.entry-comments-link a { font-size: 10px; }
.entry-title { font-size: 20px; }
.postarea a { font-size: 20px; }


 
/* shorten the padding in the header above image and below */
.site-header {
padding-top: 10px;

}
.site-header .wrap {
	padding: 0px 0;
}

.header-left {
	padding-left: 25px;
}

/* Remove the horizontal lines from the left widget title */

.widget-title {
border-top: 0px;
border-bottom: 0px;
color: #000;
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
padding: 16px;
display: none;
}

/* Custom sectoin for radio-show search area defined in category description */
.search-widget-title {
border-top: 0px;
font-size: 16px;
color: #000;
font-weight: 400;
margin-bottom: 0px;
padding-right: 1px;
margin-left: 5px;
}

.search-form input[type="submit"] {
	border: 0;
	height: 30px;
	width: 100px;
  	position: inherit;
  	vertical-align: text-bottom;
  	margin-left: 30px;
}
 
.search-form input[type="submit"]:hover {
        background-color: red;
}
 
.search-form input[type="search"] {
	width: 180px;
}



/* shrink the login boxes by changing padding to 1px */

input,
select,
textarea {
	padding: 1px;
}

/* shrink the login button by changing padding to 5px */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	padding: 5px;
}

/* Update the footer */
.site-footer {
background: #012851;
/*  height: 30px;  */
margin: 0px;
padding: 0px;
text-align: center;
}  

/*  Change the default bullet points from an arrow to an actual bullet point  */
.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
/*	content: "\2022"; */
	content: "";
	font-size: 12px;
	margin: 0 10px;
  	text-align: left;
}

/* This is to make sure that ordered lists containing long sentences are indented on second line */
.after-entry li,
.news-pro-home .content li,
.sidebar li {
	display: inline-flex;
}

/* make torah look nice  */
.entry {
padding: 10px;
}
.jwplayer.playlist-bottom {
border: 1px solid;
}
#container_display {
 background-color: white; 
}

.entry-meta {
 display: none; 
}
.playlistName {
 display: none; 
}
.entry-header {
 text-align: center;
}

.search-form {
 text-align: center;  
}

#div-gpt-ad-1383149171278-0 {
 text-align: center; 
}

.widget {padding: 0px;}  


@media only screen and (min-width:320px) and (max-width: 767px) {
.sidebar-primary {
 width: 100%;
}
.sidebar .widget {
padding-left: 0px;
padding-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}


@media only screen and (min-width:1024px) and (max-width:1024px) {
.content {
width: 618px;
}
.sidebar-primary {
 float: left;
 width: 340px;
}  
.menu-item a {
font-size: 10px;
}  
}
