/*
Theme Name: TC Museum Pro
Theme URI:  https://www.themescaliber.com/themes/transport-wordpress-theme
Author: Themescaliber
Author URI: https://www.themescaliber.com/
Description: The transport WordPress theme is smart, engaging, enticing and feature-rich with a great use for logistics, packers and movers, warehousing and freight businesses. It focuses on several theme designing tools as well as business boosting aspects, relieving you from the responsibilities that come with a website. As it has a responsive layout, your website will get an easy access to everyone’s mobile, tablet and desktop. It is cross-browser compatible, translation ready and RTL supportive. This transport WordPress theme is easy to use and even easier to customize through theme customizer which allows changing its colour, background, menu, logo and layouts of header, footer, sidebars, blogs and pages in just a few clicks. Our developers have used Font Awesome icons related to logistics to make the website look more interesting. The theme is designed keeping in mind the needs of a transportation website and sections are included accordingly. Each section has the option to switch it on or off anytime. It has a rich set of short codes to include specific functionality without involving in its coding part. This transport WP theme offers premium membership to its users wherein you will get access to regular theme updates and our dedicated support to help you out with your theme related queries.
Version: 0.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tc-museum-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
TC Museum Pro WordPress Theme has been created by Themescaliber(themescaliber.com), 2021.
TC Museum Pro WordPress Theme is released under the terms of GNU GPL
*/
/*Basic Style*/

/*---------*/
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  font-size: 14px;
  color:#5b5b5b;
  overflow-x: hidden;
  font-family: var(--comforta-font);
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:10px 0;
  line-height: 1.4;
  letter-spacing: 1px;
  color:#00AB64;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  font-weight:normal;
  color: #7d7d7d;
}
p, ul li a{
  letter-spacing: 0px;
  font-family: var(--comforta-font);
}
body a{
  text-decoration:none;
  color: #5b5b5b;
}
a:hover{
  text-decoration:none;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li{font-size: 16px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background:#ececec;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 70px;
  position: absolute;
  left: 0px;
  top: -7%;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
select{
  width: 100%;
  padding: 6px;
}

/*SideBar*/
#sidebar h3 {
    color: #f74748;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    position: relative;
    margin-top: 0%;
    margin-bottom: 10px;
}
#sidebar aside {
    margin-bottom: 40px;
    border: 1px solid #f74748;
    padding: 10px;
}
.feature-box img
{
  margin-top: 10px;
  width: -webkit-fill-available;
  margin-bottom: 10px;
}

.wp-block-search__button {
    background: #f74748;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    margin-left: 0.625em;
    word-break: normal;
   /* font-size: inherit;*/
    font-family: inherit;
    line-height: inherit;
    color: #fff;
}
