/*
Theme Name: Blog Vulcan
Theme URI: https://example.com/blog-vulcan
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme using Bootstrap 5.3 with Vulcan header/footer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-vulcan
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    background-color: #1a1920;
	font-family: "Inter", sans-serif;
}
a{
    text-decoration: none;
}
footer a:hover {
    color: #F28F18;
}
.bg-dark{
	background-color: #1a1920;
}
.text-primary {
    color: #F28F18 !important;
}
.text-grey {
    color: #848e9c;
}
.border-top{
	border-top: 1px solid  #383645 !important;
}
font-size-14{
	font-size: 14px;
}
.btnBorderOrange{
    background-color: transparent;
    border: solid 1px #F28F18;
    border-radius: 4px;
    color: #F28F18;
    display: inline-block;
    flex-shrink: 0;
    text-decoration: none;
}
.btnBorderOrange:hover {
    background-color: #F28F18;
    color: #1A1920;
}
.btnBorderOrange.small {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
}
.btnOrange {
    border: solid 1px transparent;
    background-color: #F28F18;
    border-radius: 4px;
    color: #1A1920;
    flex-shrink: 0;
}
.btnOrange.small {
    font-size: 14px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}
.btnOrange:hover {
    background-color: #D47A0C;
    color: #1A1920;
}
#menu-primary .menu-item a{
    color: #ffffff;
    text-decoration: none;
	font-size: 14px;
	margin-right: 1.3rem;
}
#menu-primary .menu-item a:hover{
    color: #F28F18;
}
footer a {
    color: #848e9c;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26px' height='26px'%3E%3Cpath fill='white' fill-rule='evenodd' d='M 0 4 L 0 6 L 26 6 L 26 4 Z M 0 12 L 0 14 L 26 14 L 26 12 Z M 0 20 L 0 22 L 26 22 L 26 20 Z '%3E%3C/path%3E%3C/svg%3E") !important;
}
 .navbar-toggler:focus{
	border: none !important;
	box-shadow: none;
}
/*  Responsive */
   
.offcanvas-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") !important;
}
 #menu-primary-1 li a {
        align-items: center;
        display: flex;
        font-size: 16px;
        gap: 7px;
    color: #eaecef;
    }
#menu-primary-1 li {
      display: flex;
      height: 56px;
      margin: revert;
 }
.navbar-toggler-icon{
	width: 26px;
	height: 26px;
}
#nav-tabContent .tab-pane .card .wp-post-image {
    max-width: 100%;
	height: 240px;
    object-fit: cover;
    display: block;
}
.search-result-img img{
	height: 240px;
    object-fit: cover;
    display: block;
}
/* .search_box{
	display: none;
} */
.load-more{
	color: #F28F18;
}
.load-more:focus{
	border:none;
	outline: none;
}
.load-more:hover {
    color: #D47A0C;
}
.font-size-10{
	font-size: 10px;
}
.font-size-14{
	font-size: 14px;
}