﻿/*
Theme Name:     Newspaper X 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:        10.1
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.    
*/

/* Input buttons */
input[type=submit] {
  font-family: 'Roboto';
  font-size: 13px;
  background-color: #F59B1E !important;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

/* remove more from author */
.td_block_related_posts .td-related-right {
display:none;
}

/* WP Store Locator */
#wpsl-stores .wpsl-store-thumb {
    float: left;
    border-radius: 0px;
    margin: 7px 20px 0 0;
    padding: 0;
    border: none;
}

#wpsl-wrap #wpsl-result-list ul li {
    list-style: none !important;
}

#wpsl-stores, 
#wpsl-direction-details {
    height:100% !important;
    overflow-y:auto;
}

#wpsl-search-btn {
    padding: 7px 14px;
    margin: 2px;
    border: none !important;
    border-radius: 0px !important;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #f59b1e;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: -ms-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: none;
    background-image: -o-linear-gradient(top,#f4f4f4,#e6e6e6);
    background-image: linear-gradient(top,#f4f4f4,#e6e6e6);
    box-shadow: none;
    text-transform: none!important;
}

/* remove Breadbrumb */
.page .entry-crumbs{
display:none!important;
}

.archive .entry-crumbs{
display:none!important;
}

/* Modul: Image Box with border */
.td_block_image_box .td-custom-image a:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 40 ")";
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.td_block_image_box .td-custom-image a:after {
    content: '';
    border: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 30 ")";
    filter: alpha(opacity=30);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Widget Link Farbe */
.widget_text a {
    color: #F59b1E !important;
}

.vc_wp_text .textwidget a {
  color: #F59b1E;
}

/* Footer Link Farbe */
.td-footer-wrapper a {
    color: #F59b1E !important;
}

/* h2 Event Ãœbersicht */
h2 > a {
  color: #f59b1e !important;
}