﻿/*
 Theme Name:   FBABEE
 Theme URI:    http://generatepress.com
 Description:  A Child Theme Designed For B2B 
 Author:       Teaboss
 Author URI:   www.teaboss.me
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

.site-header .header-image {
    height: 50px;
	margin-top: 10px;
}

/* Give the link some padding and some color */
.main-navigation .main-nav ul li.menu-button a {
    background-color: #f39433;
    color: #ffffff;
	  border-radius: 300px;
	line-height:35px;
	margin-top:17px;
}

/* Give the button a hover & active state */
.main-navigation .main-nav ul li.menu-button a:active,
.main-navigation .main-nav ul li.menu-button a:hover{
    background-color: #1B214C;
}


@media (max-width: 768px){
	.main-navigation .main-nav ul li.menu-button a {
	  border-radius: 0;
	margin-top:0;
}
}

.mobile-header-navigation .mobile-header-logo img {
    margin-top: 10px;
}

/*Table*/
table tr th {
    padding: 10px;
    /*color: #FCCA48;*/
    font-size: 20px;
}

table tr td {
    padding: 8px 10px;
	font-weight:300;
}

table tr:hover {
   background-color:#FCCA48;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:nth-child(odd) {
    background-color: #fff;
}

#price-table table tr:hover {
    background-color: #FCCA48;
    color: #fff;
}

footer.entry-meta {
      display: none;
}

.cat-links, .tags-links, .comments-link {
      display: inline-block;
      margin-left: 10px;
}

/*Number Counter*/
.fl-number-string {
    line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .bg-color-mobile .fl-row-content-wrap{background-image:none;}
}
