/*
Theme Name:     Newspaper 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:        3.3c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.block-title > span {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #0066cc;
  border-radius: 3px;
  padding: 2px 15px;
  position: relative;
  display: inline-table;
  vertical-align: middle;
  line-height: 16px;
  top: -2px;
}

.td-adspot-title {
    color: #bbb;
    font-size: 10px;
    text-align: left;
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}
/* Sharing Icons Strich blau */
.td-post-sharing-top, .td-post-sharing-bottom {
    padding-top: 10px;
    padding-bottom: 3px;
    border-top: 1px solid #0066cc;
}

/* Breadcrumps blau */
.entry-crumbs {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #0066cc;
}
/* Kategorie Trennstreifen blau */
.td_category_template_3 .td-scrumb-holder {
    min-height: 49px;
    border-bottom: 1px solid #0066cc;
}

/* Rahmen um Kategoriebeschreibung */
.td-category-header .td-container 
 p {
    margin-bottom: 0;
	border-color: #0066cc;
    border-width: 1px;
    border-style: solid;
}

/* ==========================================
   FÜR ALLE GERÄTE (Desktop, Tablet & Handy)
   ========================================== */

/* Rahmen um Bilder im Text */
.td-modal-image img {
  border: 1px solid #0066cc;
  margin: 10px;
  padding: 5px;
}

/* Rahmen um Feature Bilder oben */
.td-post-featured-image img {
  border: 1px solid #0066cc;
  margin: 10px;
  padding: 5px;
}


/* ==========================================
   NUR FÜR DAS HANDY (max. 768px Breite)
   ========================================== */
@media only screen and (max-width: 768px) {

  /* Feature Bild auf dem Handy zentrieren */
  .td-post-featured-image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

}


/*Feature Bild animieren */
.td-post-featured-image img
{
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}

.td-post-featured-image:hover img
{
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
}
/* Bilder im Text animieren */
.td-modal-image img
{
    transition: all 0.7s ease-in-out;
    transform: scale(1.0);
}

.td-modal-image:hover img
{
    transition: all 0.2s ease-in-out;
    transform: scale(1.07);
}
