/*GENERAL*/

body, p, .td-excerpt, .td-sub-footer-container, .wp-caption-text, .wp-caption-dd, .post-date {
	font-family: 'IBM Plex Serif';
}

h1, h2, h3, h4, h5, h6, input[type=submit], .td_ajax_load_more, .footer-text-wrap, .block-title, .td-module-meta-info, .entry-crumbs, .td-category-header .td-pulldown-filter-display-option, .td-page-header h1 span, .sf-menu > li > a, .td-header-style-9 .td-header-top-menu-full a, .td-footer-wrapper aside a, .td-related-title, .td_block_related_posts .td-module-title, .widget_recent_entries li, .entry-category, .td-author-name, .widget_recent_entries, .td-tags, .bump-view  {
	font-family: 'Libre Franklin';
/*	font-size: 1.2em !important;
*/}

a:hover{
	color:#cda038;
}

.td-page-header h1 span{
	text-transform: uppercase;
    font-weight: 800;
}

.td_ajax_load_more {
    font-size: 14px;
    border-radius: 6px;
    padding: 12px 20px;
}
.td-crumb-container {
	display: none;
}
.td-main-content-wrap.td-container-wrap {
	padding-top: 85px;
}
.home .td-main-content-wrap.td-container-wrap {
	margin-top: 0;
	padding-top: 65px;
}
.archive .td-main-content-wrap.td-container-wrap {
	padding-top: 85px;
}
.post-type-archive .td-main-content-wrap.td-container-wrap {
	padding-top: 85px;
}
.archive.category .td-category-header.td-container-wrap {
	padding-top: 85px;
}
.archive.category .td-main-content-wrap.td-container-wrap {
	padding-top: 0;
}
.td-post-category {
	display: none !important;
}
.td-post-category:hover {
	color: white;	
}

/* Sidebar */


.td_module_8 {
	border:none;
}


#mc4wp-form-1 {
	background: #efefef;
    padding: 20px;
}


.mc4wp-form-fields p{
	margin-bottom:5px;
}

.mc4wp-form-fields h3{
    color: #cda038;
    font-weight: 600;
    font-size: 20px;
	margin-top: 0;
}

.mc4wp-form-fields input {
   height: 45px;

}

.mc4wp-form-fields input[type=submit]{
    background: #cda038;
    width: 100%;
	text-transform: uppercase;
}
input[type=zip] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    padding: 3px 9px;
}

.widget_recent_entries li {
	border-bottom: none;	
}
.td_block_slide .td-image-gradient:before {
	height: 0 !important;
}

/* Eventbrite */

#eb-widget .eaw-booknow a {
	color: #cda038;
	font-weight: bold;
}
#eb-widget .eaw-booknow a:hover {
	text-decoration: underline !important;
}
#eb-widget h3.eaw-title a {
	font-size: 14px;
	font-weight: 500;
}
#eb-widget {
	padding: 5px;
    background-color: #f7f7f7;
}
#eb-widget .eaw-time {
	color: #7c7c7c;
	text-transform: uppercase;
	font-size: 14px;
}
#eb-widget ul.eaw-ulx > li:last-child {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 0;
	padding-bottom: 0;
}

/* HOME */

.main-home-news .td-block-title{
 	display:none;
}

/*.td-module-image .td-post-category, .td-module-comments, .td-post-comments{
	display:none !important;
}
*/
.td-module-comments, .td-post-comments {
	display:none !important;
}


/*.td-post-category, .slide-meta-cat{
	display:none !important;
}
*/


/* TWITTER FEEDS */

.twitter_box {
    border: 1px solid #eaeaea;
    font-family: 'IBM Plex Serif';
}
.twitter_header {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    display: table;
}
.twitter_header .twitter_icon {
    float: none; 
    margin: 0px 10px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}
.twitter_header .twitter_title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 75%;
	font-family: 'Libre Franklin';
}

/* HEADER */


.site-tagline {
	font-size: 16px;
	color: black;
	margin: -21px 0 40px 0;
    line-height: 120%;
	font-family: 'Libre Franklin';
}
.sf-menu > li > a {
    font-size: 11.5px !important;
    line-height: 55px;
    padding-bottom: 5px;
    font-weight: 600;
}



.td-header-gradient:before{
	bottom:-12px;
}

.td-header-menu-wrap{
	    border-top: solid 6px #cda038;
}

.td-header-style-9 .td-header-top-menu-full {
    background-color: black;
    border: none;
    padding: 5px;
}

.td-header-style-9 .td-header-top-menu-full a {
    color: #FFF;
}

/* Bottom border on Main Menu */
.sf-menu > li > a:after {
  background-color: transparent;
  content: '';
  width: 0;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

/* hover and current menu border */
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
  background-color: #cda038;
  width: 100%;
}

.td-header-sp-top-menu li a {
	font-size: 1.1em;
}

/* Footer */

.footer-text-wrap .footer-email-wrap a {
    color: #cda038;
	    font-weight: 600;
}

.td-footer-wrapper .block-title span{
	 color: #cda038;
	     font-weight: 600;
}

.td-footer-wrapper aside a {
    text-transform: uppercase;
    font-size: 12px;
}

/* GRID */

.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
     transition: none; 
    -webkit-transition: none; 
}

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.td-grid-style-4.td-hover-1 .td-module-thumb .entry-thumb {
     transition: none; 
    -webkit-transition: none; 
}
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.td-grid-style-4 .entry-title, .td-grid-style-1 .entry-title {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .entry-thumb {
	transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.td-grid-style-4 .td-big-thumb .entry-title, .td-grid-style-1 .td-big-thumb .entry-title {
    font-size: 24px;
    line-height: 120%;
    padding: 20px;;
}
.td-grid-style-4 .td-medium-thumb .entry-title, .td-grid-style-1 .td-medium-thumb .entry-title {
    font-size: 20px;
    line-height: 120%;
    padding: 15px;
}

/*.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}*/

/* ARCHIVES */

.archive .td-page-title {
	margin-top: 0;
}

/* Blog */

.post-type-archive .td-page-title {
	margin-top: 40px;
}
.post-type-archive-blog .td-page-title {
	margin-bottom: 10px;
	margin-top: 0;
}
.post-type-archive-blog .archive-subtitle {
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 40px;
}
.post-type-archive-blog .td-module-thumb, .page.blog .td-module-thumb {
	display: none;	
}
.post-type-archive-blog .td_module_10 .item-details, .page.blog .item-details {
	margin-left: 0;	
	min-height: 1px;
}
.single-blog .td-post-featured-image {
	display: none;	
}

/* SINGLE */

/*.single-post .td-post-sub-title, .single-blog .td-post-sub-title, .single-video-audio .td-post-sub-title {
	display: none !important;
}*/
.td_module_mx7 .td-post-author-name span {
    display: inline;
}
.td_module_mx7 .td-post-author-name span:last-child {
    display: none;
}
.single .td-main-content-wrap.td-container-wrap {
	margin-top: 0;
}
.single .td-category a {
    color: #222222;
    background-color: transparent;
    padding: 0 10px 4px 10px;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    border-right: solid 1px;
    text-transform: uppercase;
}
.single .td-category  li:first-child a{
	padding-left: 0;
}
.single .td-category  li:last-child a{
	border:none !important;
}

.author-box-wrap {
    border: none;
    padding: 0px;
}
.single .td-post-small-box span {
    padding: 15px 20px;
    line-height: 1px;
}
.td-author-counters {
	display: none;	
}
.single .td-post-small-box a {
    line-height: 1px;
    padding: 15px 10px;
}
.author-box-wrap .avatar {
    border-radius: 50%;
}

/*.single .td-post-sub-title {
    font-family: 'IBM Plex Serif';
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 20px 0 30px 0;
	font-style:normal;
}*/

.td-post-content p {
    font-family: 'IBM Plex Serif' !important;
}

/* SUBSCRIBE PAGE */

.subscribe-cta .tds-title {
	display: none;
}
.subscribe-cta .tdm-descr {
	font-family: 'IBM Plex Serif' !important;
}
.subscribe-cta .tdm-btn-text {
	font-family: 'Libre Franklin';
}
.subscribe-cta .tdm-text-wrap {
	padding-top: 0;
}	
.subscribe-cta a.tdm-btn:hover {
	color: white !important;
}

/* CONTACT FORMS */

.wpcf7-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.wpcf7-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
.wpcf7-form::-moz-placeholder { /* Firefox 19+ */
   font-size: 14px;
}
.wpcf7-form:-ms-input-placeholder { /* IE 10+ */
   font-size: 14px;
}
.wpcf7-form:-moz-placeholder { /* Firefox 18- */
   font-size: 14px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    border: none !important;
    background: rgba(0, 0, 0, 0.81) !important;
    color: white;
    width: auto;
    border-radius: 4px;
    top: 0;
    right: 10%;
	left: auto;
}
.use-floating-validation-tip .your-message span.wpcf7-not-valid-tip {
	top: -40px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
	height: 45px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    font-size: 14px;
    line-height: 100%;
    color: #6f6f6f;
    border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 3px 9px;
	border-radius: 4px;
	margin-bottom: 12px;
}
.wpcf7-form textarea {
	padding-top: 8px;
}
#contact-form-cont {
	max-width: 358px;
}
.wpcf7-submit {
	border-radius: 4px !important;
	background-color: #cda038 !important;
	width: 100%;
	max-width: 165px;
	height: 48px;
	font-size: 14px;
}
.wpcf7-submit:hover {
	background-color: black !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #cda038;
}
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 0.2em 1em;
    border: 2px solid #cda038;
	max-width: 358px;
}
.page-id-169951 .mc4wp-form {
	max-width: 358px;
	padding: 0 !important;
	background: none !important;
	margin-top: 45px;
}
.page-id-169951 .mc4wp-form h3, .page-id-169951 .mc4wp-form p.intro-subscribe {
	display: none;
}
.mc4wp-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
.mc4wp-form ::-moz-placeholder { /* Firefox 19+ */
   font-size: 14px;
}
.mc4wp-form :-ms-input-placeholder { /* IE 10+ */
   font-size: 14px;
}
.mc4wp-form :-moz-placeholder { /* Firefox 18- */
   font-size: 14px;
}
.mc4wp-form-fields input {
   border-radius: 4px;
   border-color: #eaeaea;
}
.page-id-169951 .mc4wp-form .mc4wp-form-fields input {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	font-size: 14px;
}
.page-id-169951 .mc4wp-form p {
	margin-bottom: 12px;	
}
.page-id-169951 .mc4wp-form-fields input[type=submit] {
    background: #cda038;
    width: 100%;
    text-transform: uppercase;
	max-width: 165px;
	height: 48px;
	font-size: 14px;
}

/* COMMENTARY */

.category-commentary .td-post-category {
	display: none !important;
}

/*menu item 
#menu-item-177431 a{
color: #00EE00 !important;
}

.nav-menu-item-177431 a {
background: #5b462e;
text-decoration: none;
}*/