/*
Theme Name: Appeal Child
Theme URI: https://themeforest.net/user/codeecstasy
Author: Code Ecstasy
Description: This is a child theme for appeal.
Version: 20190215-1.1.0
Author URI: http://codeecstasy.com
Template: appeal
Text Domain: appeal-child
*/

/* Add your custom css below */

@font-face {
	font-family: 'LemonMilk';
	src: url('fonts/LemonMilk.eot?') format('eot'),
		 url('fonts/LemonMilk.woff') format('woff'),
		 url('fonts/LemonMilk.ttf') format('truetype'),
		 url('fonts/LemonMilk.svg#LemonMilk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'graphik_trialbold';
    src: url('fonts/graphikbold-webfont.woff2') format('woff2'),
         url('fonts/graphikbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphik_regular_trialregular';
    src: url('fonts/graphikregular-webfont.woff2') format('woff2'),
         url('fonts/graphikregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nt_wagnerbold';
    src: url('fonts/ntwagner-webfont.woff2') format('woff2'),
         url('fonts/ntwagner-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.entry-title {
	font-family: LemonMilk;
}

.menu-item {
	font-family: LemonMilk;
}

/*h1, h2, h3, h4, h5, h6 {
	font-family: nt_wagnerbold;	!important
}*/

/*.entry-content {
	font-family: graphik_regular_trialregular;
}*/

embed,
iframe,
object,
img {
    max-width: 100%;
    border: 0;
}

.top-link-1 {
    background: none;
    color: #fffff7; 
    border: 2px solid #f5684a;
    float: right;
}

#backTop.custom {
	margin-bottom: 70px !important;
}

.wpcf7-form input[type=submit]
{
    display: inline-block;
    letter-spacing: 4px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    background-color: #f5684a;
    color: #fffff7;
    border: 0;
    box-shadow: none;
    line-height: 22px;
    text-shadow: none;
    font-family: inherit;
}

.wpcf7-form input[type=submit]:hover
{
    background-color: #f5684a;
}

.dk-speakout-submit {
	background: #f5684a;
}

table td, table th {
    background-color: #fffff7 !important;
}

tr {
	white-space: normal;
}

.dk-speakout-signaturelist-name {
	white-space: normal;
}

.dcountup {
	line-height: 1;
}