/*
Theme Name: Journo Child
Theme URI: http://journo.edge-themes.com
Description: A child theme of Journo Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: journo
Template: journo
*/

/* VIDEO POST PAGE should not show views and comments */

.edgtf-post-info .edgtf-post-info-date::after {
	display: none !important; /* dont show a slash "/" from the after condition */
}

.edgtf-post-info .edgtf-views-holder {
	display: none !important;
}

.edgtf-post-info .edgtf-post-info-comments-holder {
	display: none !important;
}

/* FOOTER */

.edgtf-footer-bottom-holder a{
	color: #e7e7e7;
}

/* 1vo4 contact formular AGBs */
a.link_on_dark_bg {
	color: grey;
}

/* 1vo4 CONTACT FORM (WPFORMS) */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: inherit;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    color: black;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    font-family: Montserrat,sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    color: #fff;
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 43px;
    cursor: pointer;
}

/* ALLGEMEIN  */

.teleZ_title h2 {
    font-family: Montserrat,sans-serif;
    color: white;
}

.teleZ_title h3 {
    font-family: Montserrat,sans-serif;
    color: #bbb;
}

/* MENU issues */

.edgtf-position-right {
    z-index: 3 !important;
}

/* SEARCH FORM */

.searchandfilter {
    float: right;
}

.searchandfilter li {
	font-family: Montserrat,sans-serif;
}

.searchandfilter li input[type="submit"]:hover {
    color: #fff;
    background-color: #e2ae7f;
}

.searchandfilter li input[type="submit"] {
    font-family: Montserrat,sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    color: #fff;
    background-color: #121212;
    border: 1px solid transparent;
    padding: 15px 43px;
    cursor: pointer;

}

.searchandfilter li input[name="ofsearch"] {
    position: relative;
    width: calc(100% - 21px);
    height: 54px;
    line-height: 54px;
    margin: 0 21px 0 0;
    padding: 0 20px 0 13px;
    font-family: Montserrat,sans-serif;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border: 1px solid #ebebeb;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    box-sizing: border-box;
	cursor: text;
}

/* SEARCH PAGE */

.edgtf-search-page-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 30px 0;
    margin: 0;
	border-top: none;
  	border-bottom: 1px solid #ebebeb;  /* changed from top to bottom */
}



.edgtf-search-page-holder .edgtf-search-page-form {
    display: none;
}





