/*
Theme Name: Baker
Theme URI: https://baker.qodeinteractive.com
Description: A Fresh Theme for Bakeries, Cake Shops, and Pastry Stores
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: baker
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.9
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

body {
  font-weight: 400;
  color: #222;
}

.sp-tab__nav-item .sp-tab__nav-link {
  padding-left: 10px !important;
}

.sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
  background-color: #0087be !important;
  /* background-color: #f4f4f4 !important; */
}

.sp-tab__nav-item .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
  color: #fff !important;
}

table.tablepress tbody tr:nth-child(2n + 1) {
  background-color: #fff;
}

table.tablepress tbody tr:nth-child(2n) {
  background-color: #f4f4f4;
}

.dataTables_paginate.paging_simple {
  margin-bottom: 30px;
}

.edgtf-menu-area.edgtf-menu-center {
  display: none;
}

.edgtf-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner {
  display: inline-block;
}

.edgtf-sticky-header {
  height: 82px;
}

.edgtf-sticky-header .edgtf-sticky-holder .edgtf-vertical-align-containers {
  padding: 0;
}

.edgtf-position-left {
  margin-left: -35px;
}

.edgtf-position-right-inner {
  margin-right: -20px;
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
  display: block;
}

.edgtf-sticky-holder .edgtf-vertical-align-containers {
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
  .edgtf-sticky-holder .edgtf-vertical-align-containers {
      width: 1300px;
  }
}

@media only screen and (max-width: 1200px) {
  .edgtf-sticky-holder .edgtf-vertical-align-containers {
      width: 950px;
  }
}

.edgtf-mobile-logo-wrapper {
  display: none;
}

.edgtf-mobile-header .edgtf-mobile-header-inner {
  height: 50px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fff;
}

.cf_button {
  display: flex;
  flex-direction: row-reverse;
}

table.tablepress {
  margin-bottom: 3em;
}

.policy-label {
  margin-bottom: 2em;
  text-align: left;
}

.policy-label .wpcf7-list-item {
  margin-left: 0;
}

.main-page__form-block .policy-label, .main-page__form-block a {
  color: #fff;
}

.edgtf-page-header .edgtf-menu-area.edgtf-menu-right {
	display: none;
}