/*
Theme Name:  Twenty Sixteen
Template: 	 twentysixteen
Theme URI:	 https://wordpress.org/themes/twentysixteen/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: twentysixteenchild
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-content {
    margin-top: 10;
    padding-top: 10;
}
.site-header { padding-top:10 !important }
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none;
}
#site-header.top-header .header-bottom {
    text-align: center;
    display: none;
}

.site-info {
    display: none;
}
.post-navigation .post-title, .entry-title, .comments-title {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}
.site-info {
    display: none;
}
body.search-results .ssba {
    display: none;
}
.post-navigation .post-title, .entry-title, .comments-title {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}
button#load-more {
    background: #640907;
}
#load-more-button {
    text-align: center;
    margin-top: -60px;
}
.entry-summary .ssba {
    display: none
}
.ssba a {
    box-shadow: none;
}
.site-header-main.scroll-to-fixed-fixed {
    background: #fff;
}
.site-branding {
    opacity: 0;
    visibility: hidden;
}
.scroll-to-fixed-fixed .site-branding {
    opacity: 1;
    visibility: visible;
}
.site-header-main.scroll-to-fixed-fixed {
    background: #640907;
    z-index: 999;
    margin-top: 10px;
}
.site-header-main.scroll-to-fixed-fixed:before {
    background: #640907;
    position: absolute;
    left: 50%;
    top: 0;
    width: 999999px;
    content: "";
    z-index: -1;
    height: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.site-header-main.scroll-to-fixed-fixed .main-navigation > div > ul > li >a {
    color: #fff;
}
.custom-filter-outer {
    margin: 0 auto;
    max-width: 500px;
}
/*
.custom-filter-outer {
    border-top: 4px solid #1a1a1a;
    padding-top: 1.3125em;
} */
.custom-filter-outer h2 {
    margin: 0 0 1.3125em;
    font-family: Tahoma, "Helvetica Neue", sans-serif;
    font-size: 16px;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    text-transform: uppercase;
}
.search-fields:after {
    clear: both;
    display: block;
    content: "";
}
.search-fields {
    position: relative;
    padding-right: 35px;
}
.search-fields .search-input {
    width: 100%;
    display: block;
}
.search-fields .search-input input {
    width: 100%;
    font-size: 15px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    color: #686868;
    padding: 8px 10px;
    line-height: normal;
    border-radius: 2px 0px 0 2px;
}
.search-fields .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background: #1a1a1a url(https://wildfiretoday.com/wp-content/uploads/2019/12/search-icon.png) no-repeat center center !important;
    background-size: 15px auto !important;
    border: none;
    height: 100%;
    font-size: 0;
    border-radius: 0 2px 2px 0;
}
.search-fields .search-button:hover {
    background: #007acc url(https://wildfiretoday.com/wp-content/uploads/2019/12/search-icon.png) no-repeat center center !important;
    background-size: 15px auto !important;
}
.search-sec {
    margin: 0 0 30px 0;
}
.filter-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter-sec ul:after {
    clear: both;
    display: block;
    content: "";
}
.filter-sec ul li {
    float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
}
.filter-sec ul li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}
.filter-sec ul li select {
    width: 100%;
    font-size: 15px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    color: #686868;
    padding: 0 10px;
    line-height: normal;
    border-radius: 2px;
    background: #fff;
    text-transform: capitalize;
    height: 35px;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.filter-sec ul li input[type="text"] {
    width: 100%;
    font-size: 15px;
    background: #fff;
    height: 35px;
    border: 1px solid #d1d1d1;
    color: #686868;
    padding: 8px 10px;
    line-height: normal;
    border-radius: 2px;
}
.filter-sec ul li input[type="submit"] {
    font-size: 13px;
    height: 35px;
}
mark {
    background: none;
    color: inherit;
    font-weight: 900;
    text-decoration: underline;
    padding: 0;
}
.site-header {
    position: relative;
}
.site-header:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 999999px;
    height: 100px;
    content: "";
    background: #640907;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    margin-left: 0;
}
div#page {
    overflow: hidden;
    margin-top: 0;
}
.wp-custom-logo .site-header-main {
    margin-bottom: 30px;
}

@media (max-width:1160px) {
.main-navigation a {
    padding: 8px 8px;
    font-size: 13px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 0.6125em;
}
.custom-logo {
    max-width: 200px;
}
}

@media (max-width:909px) {
.site-header-main.scroll-to-fixed-fixed .menu-toggle {
    color: #fff;
}
.site-header-main.scroll-to-fixed-fixed .dropdown-toggle {
    color: #fff;
    height: 34px;
}
.site-header-main.scroll-to-fixed-fixed .main-navigation a {
    color: #fff;
}
.dropdown-toggle {
    height: 34px;
}
button#menu-toggle {
    position: relative;
    z-index: 99;
    margin-top: 3px;
    margin-bottom: 20px;
    color: #fff;
    border-color: #fff;
    outline: none;
}
.site-header:before {
    height: 96px;
}
.scroll-to-fixed-fixed button#menu-toggle {
    margin: 20px 0;
}
.site-header {
    position: relative;
    padding-top: 27px;
}
.dropdown-toggle {
    height: 33px;
    outline: none !important;
}
.sidebar .custom-filter-outer {
    display: none;
}
.mobile-filter {
    display: block !important;
    margin: 0 0 30px;
    padding: 0 7.6923%;
}
.mobile-filter form.custom-filter-outer {
    max-width: 100% !important;
}
.mobile-filter .filter-main {
    display: none;
}
.mobile-filter .custom-filter-outer {
    border-top: none;
}
.mobile-filter .custom-filter-outer h2.trigger {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    margin: 0 0 0em;
    background: url(https://fireaviation.com/wp-content/uploads/2019/12/filter.png) no-repeat 100% center !important;
    background-size: 32px 32px !important;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}
.mobile-filter .custom-filter-outer {
    padding-top: 0px;
}
.mobile-filter .filter-main {
    margin-top: 5px;
}
.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 7.6923%;
}	
}

@media (max-width:709px) {
button#menu-toggle {
    margin: 0;
}
.site-header:before {
    height: 80px;
}
.site-header {
    padding-top: 15px;
}
.site-header-menu {
    padding-top: 3px;
}
}
.post .entry-header .entry-title {
    margin-bottom: 0px;
}
.meta-section {
    border-bottom: 1px solid #686868;
    padding-bottom: 0px;
    margin-bottom: 35px;
}
.meta-section span {
    display: inline-block !important;
    margin-right: 10px;
}
.meta-section span.author img {
    display: none;
}
.meta-section span a {
    color: #686868;
    font-family: Tahoma, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: normal;
}
.meta-section span a:hover {
    text-decoration: underline;
}
.post .entry-summary, .post .entry-summary p {
    margin-bottom: 10px !important;
}

@media (min-width:910px) {
.site-header {
    padding: 3px 4.5455% 5.25em;
}
.content-area .post .entry-content {
    width: 100% !important;
}
.site-header-menu, .header-image {
    margin-top: 20px;
}
.header-image {
    margin-bottom: 0px;
}
.site-header {
    padding-bottom: 3.25em;
}
.site-header-main.scroll-to-fixed-fixed .site-header-menu {
    margin: 25px 0px;
}
.site-header .main-navigation #menu-main > li> a {
    color: #fff;
}
.site-header {
    position: relative;
    z-index: 9999;
}
div#site-header-menu {
    margin-top: -10px;
}
.site-header:before {
    height: 80px;
}
.site-header-main.scroll-to-fixed-fixed div#site-header-menu {
    margin-top: 15px;
    margin-bottom: 15px;
}
body.admin-bar .site-header-main.scroll-to-fixed-fixed {
    margin-top: 30px;
    padding-bottom: 0;
}
}

@media screen and (min-width: 44.375em) {
body.admin-bar .site-header-main.scroll-to-fixed-fixed {
    margin-top: 40px;
    padding-bottom: 10px;
}
}
