/*
 * Theme Name:     Betra
 * Author:         Artech Themes
 * Template:       artech
 * Text Domain:    betra
 * Tested up to:   6.6
 * Requires PHP:   5.6
 * Description:    The Betra Business Theme is a versatile and dynamic WordPress theme crafted to empower users in creating stunning and professional websites. Designed primarily for small businesses, startups, and personal portfolio websites, Betra offers a range of customizable features to suit various needs and preferences.
 * Author URI:     https://artechthemes.com/
 * Theme URI:     https://artechthemes.com/betra-pro/
 * Version:        2.7
 * License:        GPLv3 or later
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-Commerce, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, grid-layout, one-column, portfolio, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 */

:root {
    --primary-color: linear-gradient(to right, #205bf2, #1a98ff);
    --dark: #0f0f35;
    --white: #ffffff;
    --black: #000000;
}
::selection {
    background: var(--primary-color);
    color: var(--white);
}
a {
    color: var(--primary-color);
    text-decoration: underline;
}
a:focus-within,
a:hover {
    text-decoration: dotted underline;
}
nav.navbar .btn-bars {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.navbar, .menubar_bg, .menu-bar .right-menu ul {
    background-color: #fff;
}
footer .wp-block-calendar table:where(:not(.has-text-color)) {
    color: #ffffff;
}
.menubar_bg a i.fa.fa-search {
    border: 1px solid var(--bs-blue);
    border-radius: 50px;
    padding: 10px;
	color: var(--bs-blue);
}
.sticky{}
.bypostauthor {}
.alignleft{}
.alignright{}
.aligncenter {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}

.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 15px;
}
footer .wp-block-latest-posts.wp-block-latest-posts__list li a, footer .wp-block-latest-posts__post-author, footer .wp-block-latest-posts__post-date{
    color:#fff;
}
footer .wp-block-search .wp-block-search__label {
    margin-left: -15px;
    font-size: 26px;
}
.custom-btn a:hover {
    text-decoration: none;
}
.widget_meta ul{
	margin-top:20px;
}
.sidebar figure.wp-block-gallery.has-nested-images {
    padding: 20px 0 0;
}
.sidebar .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
	height: 100px;
}
.blog-section figure.post-image img {
    height: auto;
}
.wp-block-gallery .wp-block-image{
	height:100px;
}
.wp-block-latest-comments__comment {
    margin-bottom: 0px;
}
.wp-block-archives-list, .wp-block-categories-list{
    margin-left: -10px;
}
.comment-content table,.comment-content p{
	margin-bottom:15px;
}