/*!
Theme Name: X Blog
Theme URI: https://sumonrana.com
Author: SmRana
Author URI: https://sumonrana.com
Description: A Simple Lightweight Blog theme
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: xblog
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

h1{
	font-size: 25px;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #efefef8f;
}

#main {
    margin-top: 1rem;
    box-shadow: 0px 5px 6px 5px #80808033;
    background: #fff;
}

.btn-primary {
    background: #263b8e;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.post img, .post-thumbnail img {
    width: 1200px;
    border: 5px solid #193e41;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.blog-category a {
    font-weight: bold;
    color: #000;
    /* font-size: 12px; */
}

#sidebar.sticky-top {
    top: 110px;
    box-shadow: -1px 3px 9px 2px #c5bcbc4d;
    padding: 5px;
}

.widget-card {
    margin-bottom: 20px;
    border: 1px solid #d9a9a963;
}



.widget-card .card-header h3 {
    font-size: 18px;
    margin: 0;
}

.widget-card a{
	color: black;
}

.main-content {
    box-shadow: -1px 3px 9px 2px #c5bcbc4d;
    padding: 0px 20px !important;
    text-align: justify;
}

#menu-main-menu li {
    margin-left: 5px;
}

.card.card-home {
    border: 1px solid #b4bfb440;
}

.home-title {
    font-size: 25px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.navbar-header{
	background-color: #fff;
	box-shadow: -1px 4px 6px 0px #8d82822b;
}

.navbar-header .nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #2e335e;
    margin-right: 5px;
}

.main-menu .nav-link:hover, .main-menu .nav-link.active {
    background: #2c3fa3;
    color: #fff;
}

.page-header, footer {
    background-image: linear-gradient(28deg, #263b8e 0%, #124012 100%);
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 10px 60px;
}

.widget-card .card-header{
	
	color: #fff;
	background: #263b8e;
	
}

.archive .page-title{
	
	color: #fff;
	font-size: 25px;
	padding: 10px;
	font-weight: bold;
}

.card-home .card-header {
    background: #263b8e;
}

.entry-content .post-thumbnail {
	text-align: center;
}

.category-archive-meta {
    font-size: 22px;
    text-align: center;
}

.jobstable{
	margin: 30px;
}

.jobstable>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
}

.jobstable thead th {
    background-color: #21759b !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold !important;
    font-size: 18px;
    /* border-bottom: 1px solid !important; */
}

.jobstable tr td:first-child {
	background-color: #f0f0f0; /* Replace with your desired color */
  }
  

#footer {
    background-color: #000 !important;
    color: #fff;
    padding: 20px;
	margin-top: 0px;
}

#footer .menu-item a{
	color: #fff;
}

#footer .menu-item a[aria-current=page] {
    color: #00ff22 !important;
}

.page .entry-title {
    font-size: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #8080803b;
    padding-bottom: 25px;
    text-align: center;
}

.entry-title{
	text-align: center;
}

.share-text {
    /* width: 115px; */
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    background: #e7e1e1f0;
    padding: 3px 10px;
    margin-right: 10px;
}

.share-platforms a {
    width: 45px;
    border: 0;
    margin-left: 5px;
}

.social-share {
    margin: 25px 5px;
}

.author-meta .avatar-48 {
    margin-right: 0px;
    border-radius: 50%;
    margin-left: 10px;
    /* border-left: 1px solid; */
    padding-right: 0px;
}
.author-meta .author-name{
	font-weight: bold;
}

.entry-meta {
    font-size: 20px;
    margin-top: .75rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.entry-meta i {
    background: #219a9b;
    padding: 5px;
    border-radius: 50%;
    font-size: 22px;
}

.update-time {
    margin-right: 30px;
}

h1.post-title.fw-bold {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.entry-content h2 {
    background: #263b8e;
    color: #fff;
    padding: 5px;
    text-align: left;
    padding-left: 20px;
    font-size: 25px;
    margin: 20px 0px;
}

.entry-content h2::before{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-weight: 900;
}

.post-previous {
    margin-right: 20px;
}
.post-navigation a {
    background: #2e335e;
    color: #fff;
    font-weight: bold;
}

.btnapply a {
    margin: 30px;
    width: 100%;
    padding: 10px;
}

.header-content {
    padding: 50px 0px;
}

.btnapply .wp-block-button__link::before {
    content: "\f08e"; /* Font Awesome icon code */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    margin-right: 8px; /* Space between the icon and the text */
}

@media (max-width: 768px) {

	.page-header {
		padding: 10px;
	}

	h1.post-title.fw-bold {
		font-size: 21px;
	}

	.entry-meta{
		display: block;
	}
	.entry-meta i {
        font-size: 16px;
        padding: 4px;
    }
	.header-content {
		padding: 10x 0px;
	}
	.social-share{
		display: block !important;
	}

	.share-text{
		margin-bottom: 15px;
	}

	.jobstable {
		margin: 0px;
	}
}





