/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper                             
Version:        7.2c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* GOT LOGO RESIZE */

.td-header-style-3 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 130px;
  margin: 10px 28px 0 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}

.td-header-style-3 .td-header-sp-logo img {
/* max-height: 90px; */
max-height: 135px;
/* responsive portrait tablet */
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-3 .td-header-sp-logo img {
    /* max-height: 60px; */
		max-height: 90px;
  }
  
}

/* GOT FONT MODS */

.td-post-content hr {
border:none;
width: 696px;
height:3px;
background: #ef4635;
margin:0 0 25px 0;
}

.td-post-content blockquote {
background:#f5f5f5;
border-left:5px solid #eee;
padding-top:1em;
padding-left:1em;
padding-right:1em;
padding-bottom:0.1em;
margin: 10px 0 10px 0;
}

.td-post-content blockquote p {
color:#000!important;
font-family:inherit;
font-size:inherit;
line-height:inherit;
font-weight:normal;
font-style:italic;
text-align:left;
text-transform:none;
}

.td-post-content blockquote p:first-child {
padding-top: 0px;
}

.td-post-content iframe.instagram-media {
margin-bottom:20px !important;
}

.inline-edit {
position:relative;
top:2px;
display:inline;
margin-left:4px;
}

.inline-edit a {
color:#000;
font-weight:bold;
}

.inline-edit a:hover {
color:#ef4635;
}

.td-post-sub-title {
color:#555;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
 
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
 
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

#disqus_thread a {
	color: #EF4635!important;
}

/* GOT MISC. LAYOUT MODS */

.td_smart_list_2 .td-item:last-child {
margin-bottom: 10px;
}

#gallery-2 figcaption.wp-caption-text {
display:none;
}

.td-rec-hide-on-m img, .MEDIALETS_AD_TAG img {
	width:inherit;
}

.widget {
    overflow: visible;
}

.td-content-wrap {
	background:#fff;
}

.td-attachment-prev img, .td-attachment-next img {
	width:100px;
	height: 140px;
}

.td-block-title-wrap > h4.block-title,
aside.widget.widget_text > .block-title {
	background:#000;
	border-bottom: 3px solid #ef4635;
	padding: 5px;
	font-size:18px;
	margin-bottom:16px;
}

.block-title {
	border:none;
}

.block-title span {
	background:#000;
}

a.td-social-sharing-buttons.td-social-google, 
a.td-social-sharing-buttons.td-social-pinterest {
	display:none;
}

.td-affix {
	border-bottom: 3px solid #ef4635;
}

body.home .td-load-more-wrap a {
    color: #ef4635;
}

body.home .td-load-more-wrap a:hover {
	color: #fff;
}

body.home .td_ajax_load_more {
    border: 3px solid #ef4635;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
	font-weight: bold;
    line-height: 1;
    padding: 10px;
    text-align: center;
	text-transform:uppercase;
    vertical-align: middle;
	width: 100%;
}

body.home .td_ajax_load_more i {
	font-size: 18px;
}