html,
body {
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #F8CA36;
}

p a {
    color: #337ab7;
}

a:hover {
    text-decoration: none;
    color: ;
}

a:focus,
a:active,
a:visited {
    outline: none;
    border: none;
    text-decoration: none;
}

.container {
    width: 1200px;
}

/*.btn {
    color: ;
    background: ;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {}*/

button {
    border: 0 none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.post-list-section .post-list-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.post-list-section .content {
    padding-right: 30px;
    position: relative;
}



/*.post-list-section .content:after {
content: '';
border-top: 3px solid #F8CA36;
position: absolute;
top: 0;
left: 0;
right: 30px;
display: block;
}*/

.post-list-section .content .content-post {
    padding: 24px 35px 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    border-top-width: 3px;
    border-top-color: #F8CA36;
}

.post-list-section .content .content-post .author {
    margin-bottom: 14px;
}

.post-list-section .content .content-post .author-logo {
    display: inline-block;
    background-position: center;
    background-size: cover;
    width: 28px;
    height: 28px;
}

.post-list-section .content .content-post .author-options {
    position: relative;
    top: -10px;
    padding-left: 4px;
    display: inline-block;
}

.post-list-section .content .content-post .author-options a {
    padding-right: 5px;
    text-transform: capitalize;
    color: #4a4a4a;
    font-size: 13px;
}

.post-list-section .content .content-post .author-options a:hover {
    color: #F8CA36;
}

.post-list-section .content .content-post .author-options span {
    color: #c2c2c2;
    font-size: 12px;
}

.post-list-section .content .content-post .post-title h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.post-list-section .content .content-post .post-image {
    padding-top: 50%;
    background-position: center;
    background-size: cover;
    float: none;
    width: 100%;
}

.post-list-section .content .content-post .post-content {
    margin-top: 30px;
    float: none;
    width: 100%;
}

.post-list-section .content .content-post .post-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.post-list-section .content .content-post .post-content .button-wrapper {
    text-align: center;
    clear: both;
}

.post-list-section .content .content-post .post-content .button-wrapper a {
    padding: 0 20px;
    border-radius: 3px;
    line-height: 40px;
    color: #4a4a4a;
    background-color: #f0f0f0;
}

.post-list-section .content .content-post .post-content .button-wrapper a .fa {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.post-list-section .content .content-post .post-content .button-wrapper a .keep-reading {
    font-size: 13px;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}

.post-list-section .content .content-post .post-content .button-wrapper a .count {
    font-weight: 600;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}

.post-list-section .content .content-post .post-footer {
    margin-top: 30px;
    clear: both;
}

.post-list-section .content .content-post .post-content .button-wrapper a .count {
    font-size: 98%;
}



/*// .post-list-section .content .content-post .post-footer .category {
	//   float: left;
	//   padding: 10px;
	//   background-color: #F8CA36;
	//   text-transform: uppercase;
	//   font-weight: 600;
	//   color: #fff;
	// }*/

.post-list-section .content .content-post .post-footer .category:hover {
    color: #000;
}

.post-list-section .content .content-post .post-footer .social-links {
    float: right;
}

.post-list-section .content .content-post .post-footer .social-links ul {
    list-style-type: none;
}

.post-list-section .content .content-post .post-footer .social-links ul li {
    display: inline-block;
    margin-left: 11px;
}

.post-list-section .content .content-post .post-footer .social-links ul li a {
    width: 32px;
    height: 32px;
    line-height: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
    color: #4a4a4a;
}

.post-list-section .content .content-post .post-footer .social-links ul li a:hover {
    color: #008dc8;
}

.post-list-section .content .content-post .post-footer .social-links ul li a .fa {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
}

.text-large {
    display: none;
}

.post-list-section .sidebar {
    background: #fff;
    border: solid 1px #e8e8e9;
    padding: 30px 25px;
}

.post-list-section .sidebar-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-align: left;
    color: #a9a9a9;
    margin: 0;
    text-transform: uppercase;
}

.post-list-section .sidebar-post {
    margin-top: 25px;
}

.post-list-section .sidebar-post-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.46;
    text-align: left;
    color: #4a4a4a;
    margin: 0 0 2px;
}

.post-list-section .sidebar-post-head:hover {
    color: #F8CA36;
}

.post-list-section .sidebar-post-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.62;
    text-align: left;
    color: #848484;
}

.stickybot {
    position: fixed;
    bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-list-section .content .content-post .post-footer .category-wrapper {
    float: left;
}

.post-list-section .content .content-post .post-footer .category-wrapper ul {
    list-style-type: none;
}

.post-list-section .content .content-post .post-footer .category-wrapper ul li {
    display: inline-block;
    padding-right: 15px;
}

.post-list-section .content .content-post .post-footer .category-wrapper ul li a {
    padding: 10px;
    background-color: #F8CA36;
    text-transform: uppercase;
    font-weight: 600;
    color: #4a4a4a;
}

#header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.drawer-open {
    bottom: 0 !important;
}

.post-list-section {
    margin-top: 135px;
}

.search-page-title {
    color: #a9a9a9;
    font-size: 28px;
    margin-left: 20px;
    margin-right: 20px;
}

.post-content p img {
    width: 100%;
}

.post-content p img.alignleft {
    max-width: 100%;
    width: auto;
}

.post-content p img.alignright {
    max-width: 100%;
    width: auto;
}



/*// .post-content p img.aligncenter {
		//   max-width: 100%;
		//   width: auto;
		// }*/

.primary-menu li a:hover {
    color: #F8CA36 !important;
}

.post-content p {
    font-family: 'PT Serif', serif;
}

.primary-menu ul li a,
.social-icons li .mobile-menu ul li a {
    font-family: 'Montserrat', sans-serif;
}

.a2a_svg {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-size: 36px !important;
}


.post-list-section h2.title {
    text-align: left;
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 13px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 75px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.post-list-section .headline-block-wrapper {
    background-color: #fff;
    padding-bottom: 10px;
    position: relative;
}

.post-list-section .headline-block-wrapper .img-wrapper {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -20px;
    left: 35px;
}

.post-list-section .headline-block {
    display: none;
    padding-right: 30px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.post-list-section .headline-block-content {
    border-top: 3px solid #000;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
}

.post-list-section .headline-block-content-list {
    list-style-type: none;
}

.post-list-section .headline-block-content-list li a {
    font-size: 24px;
    color: #4b4b4b;
    font-weight: 500;
}

.post-list-section .headline-block-content-list li a:hover {
    color: #F8CA36;
}

.post-list-section .button-wrapper {
    text-align: center;
}

.post-list-section .button-wrapper a {
    padding: 0 20px;
    border-radius: 3px;
    line-height: 40px;
    color: #4a4a4a;
    background-color: #f0f0f0;
}

.post-list-section .button-wrapper a .fa {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.post-list-section .button-wrapper a .keep-reading {
    font-size: 16px;
    margin-left: 10px;
}

.post-list-section .button-wrapper a .count {
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

.last-part-the-wire {
    display: none;
}

.view-headline-less {
    display: none;
}

.article-content-wrapp .article-excerpt p {
    font-family: 'PT Serif', serif;
    font-size: 16px;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp {
    margin-bottom: 15px;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp a {
    font-size: 12px;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn-warning {
    background-color: transparent;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn-warning {
    background-color: transparent;
    border-color: #F8CA36;
    color: #000;
    text-transform: capitalize;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn-warning:hover {
    background-color: transparent;
    color: #F8CA36;
    border-color: #F8CA36;
}

.adinjwidget {
    list-style-type: none;
    text-align: center;
    margin-bottom: 20px;
}

.adinjwidget iframe {
    height: 80px;
}

#header .ad-section {
    text-align: center;
}

ins {
    background-color: transparent;
}

#header .container {
    width: 1250px;
}

.social-icons ul li a {
    font-size: 24px;
}

.search-button .fa.fa-search {
    font-size: 24px;
}

.primary-nav>.primary-menu>.menu li a {
    color: #4b4b4b;
    font-weight: 600;
}

.submenu .search-btn-main #search-button-listener {
    line-height: 0;
}

.social-icons ul li a {
    color: #F8CA36!important;
    ;
}

.header-section .primary-nav {
    width: 35%;
}

.header-section .logo {
    margin-left: -50px;
}

.first-part-the-wire li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #F8CA36;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -18px;
    margin-right: 5px;
}

.sidebar-col .ad-section .widget {
    text-align: center;
}

#a2apage_dropdown {
    display: none !important;
}

.first-part-the-wire .more-source-link-wrapp {
    float: left;
}

.first-part-the-wire .social-links {
    text-align: right;
}

.first-part-the-wire li {
    clear: both;
    position: relative;
}

.post-list-section .headline-block-content {
    padding-left: 60px;
}

.text-small.brief_body>.addtoany_share_save_container {
    display: none !important;
}




/*BUTTONS NEW STYLES*/

.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn-warning,
.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn {
    padding: 10px;
    background-color: #F8CA36 !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #4a4a4a !important;
    font-size: 14px;
    border-radius: 0;
    line-height: 1.3em;
    border:1px solid #F8CA36 !important; 
    font-weight: 600;
}

.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn-warning:hover,
.post-list-section .headline-block-content-list li .more-source-link-wrapp .btn:hover {
    color: #000 !important;
    background-color: #F8CA36 !important;
    border-color: #F8CA36 !important;
    border:1px solid #F8CA36 !important; 
}

.more-source-link-wrapp .btn-warning,
.more-source-link-wrapp .btn {
    padding: 10px;
    background-color: #F8CA36 !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #4a4a4a !important;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    border:1px solid #F8CA36 !important; 
}

.more-source-link-wrapp .btn-warning:hover,
.more-source-link-wrapp .btn:hover {
    color: #000 !important;
    background-color: #F8CA36 !important;
    border:1px solid #F8CA36 !important; 
}

.h5ab-print-button-container {
	display: none !important;
}

.addtoany_content {
	float: right;
	margin: 0;
}

.content-post .caption {
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 10px;
}
em {
    font-size: 16px !important;
    line-height: 28px !important;
}
.drawer-hamburger {
    top: 107px;
}