/*
Theme Name:     Matador Child
Theme URI:      http://themestockyard.com/matador
Description:    Child theme for the Matador theme
Author:         themestockyard
Author URI:     http://themestockyard.com/
Template:       matador                             
Version:        1.0
*/
@import url("../matador/style.css");
/*------------------------------------------
Do not put any css rules above this point!!!
------------------------------------------*/
.meta-item-author {
	display: none !important;
}
#main-nav > ul > li > a {
	font-size: 15px;
}
.main-nav > ul > li, .main-nav > div > ul > li {
	margin-left: 40px;
}
#logo .logo-image {
	float: left !important;
}
@media only screen and (min-width: 960px) {
    [class*="ts-fade-in"] { 
        position: relative; 
        opacity: 1; 
        -webkit-transform: translateZ(0);
    }
    .ts-fade-in-from-left { left: -100px; }
    .ts-fade-in-from-right { right: -100px; }
    .ts-fade-in-from-top { top: -100px; }
    .ts-fade-in-from-bottom { bottom: -100px; }
}