/*!
Theme Name: Bissas
Theme URI: http://getmasum.com/themes-wp/bissas
Author: themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: Bissas - Personal Portfolio WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bissas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bissas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*Default Css*/

.page-links {
	clear: both;
	margin: 15px 0 0;
}

dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
}

/* Comment Style */

.comment-area{
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-area li{
	list-style-type: none;
	margin-bottom: 25px;
}
.comment-area li ul{
	padding-left: 30px;
	margin-top: 25px;
}
.comment-title,
.comment-form h3{
	font-size: 24px;
	margin-bottom: 40px;
}
.author_pic{
	float: left;
	margin-right: 25px;
}
.author_pic img{
	border-radius: 50%;
	width: 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	height: 80px;
}
.comments-area .comment-list{
	list-style-type: none;
	padding-left: 0;
}
.comments-area .comment-list .children{
	list-style-type: none;
	padding-left: 25px;
}
.comment_text{
	overflow: hidden;
	margin-bottom: 45px;
}
.com-title{
	font-size: 17px;
}
.comment_text .date{
	font-weight: 400;
}
.comment_text .date .com_reply{
	float: right;
	font-size: 13px;
}
.comment-form {
	padding-top: 10px;
}
.comment-form .form-control{
	margin-bottom: 20px;
}
.comment-form textarea{
	height: 150px;
}
.comment-form .form-control:focus{
	box-shadow: inherit;
}

/* Search Style */

#searchform{
	position: relative;
}

#searchform .form-control{
	height: 50px;
	line-height: 50px;
	padding: 0 17px;
}
.search-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	height: 60px;
	padding: 0 19px;
}

.customize-support #navigation {

	margin-top: 18px;
}

.404_content p{
	margin-bottom: 20px;
}

.banner-area{
	padding-top: 80px;
}
#blog-details-area{
	padding-bottom: 80px;
}
#blog-details-area .single-blog.entry-content{
	margin-bottom: 45px;
}
a{
	color: #444;
	transition: .5s;
}
a:hover,
a:focus{
	color: #fc5356;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="phone"],
.contact-form textarea {
	border: 2px solid #ddd;
	transition: .5s;
	border-radius: 4px;
	height: 42px;
	line-height: 42px;
	padding: 5px 15px;
	width: 100%;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="phone"]:focus,
.contact-form textarea:focus {
	border-color: #fc5356;
	box-shadow: inherit;
}
.contact-form textarea{
	height: 130px;
}
.comment-reply-link,
#cancel-comment-reply-link{
	margin-left: 15px;
	text-decoration: none;
}
.com-title a,
.logged-in-as a{
	text-decoration: none;
}

.single-blog, 
#blog-details-area{
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.wp-block-button{
	margin-bottom: 15px;
}
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

/* Dark Mode Css */

.dark_mode{
	background-color: #111;
	color: #fff;
}
.dark_mode .global-btn{
	background-color: transparent;
	color: #fff;
}
.dark_mode .banner-text h1,
.dark_mode h3.designation,
.dark_mode .section-title h2,
.dark_mode .elementor-15 .elementor-element.elementor-element-abed575,
.dark_mode .elementor-15 .elementor-element.elementor-element-7077de0 .elementor-heading-title,
.dark_mode .elementor-15 .elementor-element.elementor-element-1d82e91 .elementor-heading-title,
.dark_mode .work-content h4,
.dark_mode .cont-info h4,
.dark_mode .social-title,
.dark_mode .comment-title, 
.dark_mode .comment-form h3,
.dark_mode #reply-title,
.dark_mode .com-title a, 
.dark_mode .logged-in-as a,
.dark_mode  .comment-reply-link, 
.dark_mode #cancel-comment-reply-link

{
	color: #fff;
}

.dark_mode .single-resume p,
.dark_mode .post-content p,
.dark_mode .single-blog .entry-content{
	color: #444;
}
.dark_mode .single-blog .entry-content{
	padding: 0px 30px 30px;
}
.dark_mode .work-content p{
	background: rgba(252, 83, 86, 0.8);
	color: #fff;
}
a#dark,
a#light{
	font-size: 17px;
}
.dark_mode a#light{
	color: #fff;
}