/*!
Theme Name:    Nathan Lustig
Author:        Encycoder
Author URI:    http://encycoder.com
Description:   Nathan Lustig Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/
/* Your custom code goes here! */

* {font-weight:300}
.entry-title, .wpt-tabs, .widget widget_wpt h1 h2 h3 h4 h5 h6{
	font-family: Open Sans;
}
.wpbf-main > .entry-title, .article-header > .entry-title{
	text-align: center;
}
.article-header > .wpbf-post-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.con-newsletter{
	font-family: Open Sans;
	font-size: 21px;
	padding-bottom: 10px;
}
#bd-subscribe{
	font-family: Open Sans;
	font-size: 13px;
    padding-bottom: 10px;
}
#btn-subscribe{
	padding-top: 11px;
    padding-bottom: 10px;
	font-family: Open Sans;
}
.mc4wp-form-fields, .mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type=submit]{
	width: 100%;
    background-color: transparent !important;
    border-color: #2a6496;
    background-image: none;
    color: grey !important;
	text-align: center;
}
#popular-tab-content{
	line-height: 18px;
}
#popular-tab-content > ul > li > .entry-title > a{
	font-size: 13px;
	line-height: 12px;
}
#wpt_widget-2_content{
	border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
#popular-tab{
	visibility: hidden;
}
#popular-tab::before{
	content: "TOP POSTS";
	visibility: visible;
    padding-left: 53px;
	font-weight: 500;
}
.article-content > p > iframe {
	width: 100%;
}
.wpbf-main > article > .entry-summary > p, .wpbf-main > article > .entry-content > p, .wpbf-main > article > .entry-content {
	font-size: 16px;
}
.wpbf-main > article > .article-header > .article-meta > .category-posts { /* Posts Category */
    font-size: 16px;
}
.entry-content > .podcast-bx { /* podcast styling */
	text-align: center; 
}
.nooz-datetime { /* nooz styling */
	font-size: 15px;
}
.entry-content > #mbt-container > .mbt-book-archive > .mbt-breadcrumbs { /* MyBookTable styling */
	display: none;
}
.podcast-player{ 
	overflow: hidden;
	height: 45px;
	position: relative; 
}
.podcast-player iframe{
	position:absolute;
	left:0px;
	bottom:0px;
}


/* Create four equal columns that floats next to each other */
.column-andes-grid-img {
  float: left;
  width: 25%;
  padding: 10px;
  height: 100px; /* Should be removed. Only for demonstration */
  font-size: 12px;
  text-align: center;
  font-family: sans-serif;
}