/*
 Theme Name:   Tfingi Child
 Theme URI:    http://example.com
 Description:  Tfingi Child Theme
 Author:       Jaan Sein
 Author URI:   http://meem.ee
 Template:     tfingi
 Version:      1.0.0
 Tags:         
 Text Domain:  tfingi-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
p {}

.site-content blockquote p, .widget-area blockquote p {
font-weight: lighter;
color: #0033FF;
}

h1 {color: #e85212;}
h2 {color: #0033FF;}
.entry-header, .home.page .entry-header {
background: #FF8000;
color: white;
padding-top: 26px;
padding-bottom: 24px;
}

.entry-header h1, .home.page .entry-header h1 {color: white;}


.site-menu-bar, .fixable-menu-spacer, .site-subheader, .fixable-subheader-spacer, .orbit-slider__header span {
	background-color: black;
}

.site-subheader p.darken {
	color: white;
}

a:hover {
color: white;
}

.site-subheader h1, .site-subheader h2, .site-subheader h3, .site-subheader h4, .site-subheader h5, .site-subheader h6, .site-subheader p {

color: white;
}

/* Links */

a:not(.button),
.is-home .entry-header h1 a,
.archive .entry-header h1 a,
.search .entry-header h1 a {
  color:  #E75113;
}

a:hover:not(.button),
.is-home .entry-header h1 a:hover,
.archive .entry-header h1 a:hover,
.search .entry-header h1 a:hover {
  color:  #FF8000;
}

a:active:not(.button) {
  color:  #990000;
}

a h1 {color: black;}


/* Button */

.button, .button.primary, form#commentform #submit {
	background-color: #E75113;
}

.button:hover,
.button:focus,
.button.primary:hover,
.button.primary:focus,
form#commentform #submit:hover,
form#commentform #submit:focus,
.button.white:hover, .button.white:focus,
form.custom.portfolio-filter div.custom.dropdown:hover a.current {
	background-color: #FF8000;
}

.button:active,
.button.primary:active,
form#commentform #submit:active {
	background-color: #990000;
	border-style: none;
    border-width: 0px;
}

.button.secondary {
	color:#FFFFFF;	background-color: #0033FF;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #0066FF;
}

.button.secondary:active {
	background-color: #0000CC;
}

.button.white:hover {
	background-color: #999999;
	color: white;
}

.button.white:active {
	background-color: #4D4D4D;
}

/* Social Button */

.site-footer .social-profiles .button:hover {
	background: #FF8000;
}


/* Header Menu links */


.nav-bar.primary-menu > li:hover {
  	background-color: #FF8000;
}

.nav-bar.primary-menu > li.active {
	border-color: #FF8000;
}

/* FF3300, #E75113 */

/* FLYOUT */

.sub-menu li a, .sub-menu a {
width: 100%;
display: inline-block;
position: relative;
background: none;
border: none!important;
padding: 6px 2px;
font-size: 14px;
color: #535962;
}

.flyout-panel ul.sub-menu li a, .flyout-panel ul.sub-menu a, .footer-site-map ul.sub-menu li a, .footer-site-map ul.sub-menu a, .sub-menu li a, .sub-menu a {
width: 100%;
display: inline-block;
position: relative;
background: none;
border: none!important;
padding: 6px 2px;
font-size: 14px;
color: black;
}

.no-touch .flyout-panel ul.sub-menu li a:hover,
.no-touch .sub-menu li a:hover,
.no-touch .flyout-panel ul.sub-menu a:hover ,
.no-touch .sub-menu a:hover {
	background: #FF8000;
  	color:  white;
}

.entry-date {display: none;}

.site-content .entry-header h1 {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
