/* Additional styles */

/* PHL FOR ARTICLES */        
/* div block */      
/*body.single.single-post .et_post_meta_wrapper,
body.archive .et_post_meta_wrapper,
body.search .et_post_meta_wrapper {
    background-color: #373737!important;
	padding: 15px 15px 15px 15px;
	margin-bottom: 15px;
    color: #fff;}*/
body.single.single-post .et_post_meta_wrapper,
body.archive .et_post_meta_wrapper,
body.search .et_post_meta_wrapper {
    background-color: transparent!important;
	padding: 0px;
	margin-bottom: 10px;}
        
/*body.single.single-post h1.entry-title,
body.archive h1.entry-title,
body.search h1.entry-title{
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;}*/
body.single.single-post h1.entry-title,
body.archive h1.entry-title,
body.search h1.entry-title{
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 27px;
	line-height:1.2em;
    text-align: left;}
        
body.single.single-post .post-meta,
body.archive .post-meta,
body.search .post-meta {
	padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777 !important;
    line-height: 1.3em;
    text-align: left;}

body.single.single-post #left-area .post-meta {
	margin-bottom: 0px;
    display: block;
    padding-bottom: 10px;}
    
body.archive #left-area .post-meta,
body.search #left-area .post-meta {
	margin-bottom: 0px;
    display: block;
    text-align: left;
    padding-bottom: 10px;}
    
body.single.single-post #left-area .post-meta a,
body.archive #left-area .post-meta a,
body.search #left-area .post-meta a {
	color: #333;}
        
/*body.single.single-post .entry-content p,
body.archive .entry-content p,
body.search .entry-content p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8em;}*/
body.single.single-post .entry-content p,
body.archive .entry-content p,
body.search .entry-content p {
    font-size: 100%;
    letter-spacing: 0px;
    line-height: 1.8em;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;}


      
body.single.single-post h2,
body.archive h2,
body.search h2 {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: 10px;
	font-size: 22px;
    color: #555;
    font-weight: 500;}

body.single.single-post h4,
body.archive h4,
body.search h4 {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;}

body.single.single-post .article-source {
    font-size: 13px!important;
    color: #777;
    font-weight: 400!important;}

/*body.single.single-post .et_pb_post .entry-content,
body.archive .et_pb_post .entry-content,
body.search .et_pb_post .entry-content {
    padding-top: 20px;
	padding-bottom: 20px;
    border-right: 6px solid #f15757;
    margin-top: 10px;
    padding-right: 10px;}*/
body.single.single-post .et_pb_post .entry-content,
body.archive .et_pb_post .entry-content,
body.search .et_pb_post .entry-content {
    padding-top: 20px;
	padding-bottom: 20px;
    margin-top: 10px;
    padding-right: 10px;}

body.single.single-post .et_pb_widget ul li,
body.archive .et_pb_widget ul li,
body.search .et_pb_widget ul li {
	padding-bottom: 4px;
    line-height: 1.3em;}

body.single.single-post .container,
body.archive .container,
body.search .container {
    max-width: 90%;}

body.single.single-post .btnnewsletter,
body.archive .btnnewsletter,
body.search .btnnewsletter {
            color: #ffffff!important;
            border-width: 0px!important;
            padding: 10px;
            letter-spacing: 1px;
            font-family: 'Saira Extra Condensed',Helvetica,Arial,Lucida,sans-serif!important;
            font-weight: 600!important;
            line-height: 24px;
            font-size: 16px;
            display: block;
            text-align: center;
            text-transform: uppercase!important;
            background-color: #000000;}

body.single.single-post .signupemail,
body.archive .signupemail,
body.search .signupemail {
    display: block;}

body.single.single-post hr.newsletterline,
body.archive hr.newsletterline,
body.search hr.newsletterline {
            margin-top: 20px;
            border-width: 1px;
            border-color: rgba(0,0,0,.06);
            border-style: solid;}

body.single.single-post input[type=text],
body.archive input[type=text],
body.search input[type=text] {width: 100%; height: 34px;}
/* PHL FOR ARTICLES */