/*!
Theme Name: Assan
Theme URI: https://themesvila.com/themes-wp/assan
Author: Themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: Digital marketing WordPress Theme
Version: 1.1
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assan
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.

Assan 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:
----------------------------------------------------------------
# Components

	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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


/* Posts and pages
--------------------------------------------- */
a:hover,
a:focus{
	color: #232434;
}
.sticky {
	display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	
}

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

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

.bypostauthor {
	display: block;
}
.logged-in-as{
	margin-bottom: 10px;
	color: #232434;
}
.logged-in-as a{
	color: #232434;
}
.comments-area li li{
	padding-left: 15px;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

.widget li{
	margin-bottom: 1em;
	line-height: 28px;
}
img{
	display: block;
	height: auto;
	max-width: 100%;
}
select{
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.widget select{
	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;
}

/* Start uniti test data style*/

.entry-content{
	 overflow: hidden;
}
.entry-content .btn-light-bg{
	margin-top: 10px;
}
.entry-content h1 {
	font-size: 42px;
	margin: 24px 0;
}
.entry-content h2 {
	font-size: 30px;
	margin: 25px 0;
}
.entry-content h3 {
	font-size: 22px;
	margin: 22px 0;
}
.entry-content h4 {
	font-size: 20px;
	margin: 23px 0;
}

.entry-content h5 {
	font-size: 18px;
	margin: 30px 0;
}
.entry-content h6 {
	font-size: 16px;
	margin: 33px 0;
}
.entry-content b, strong {

}
.entry-content blockquote, q {
	-moz-hyphens: none;
	hyphens: none;
	quotes: none;
	
}
.entry-content .wp-block-gallery.alignleft{
	margin-right: 10px;
}
.entry-content img{
	height: auto !important;
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	background: #232434;
	border: inherit;
	color: #fff;
	text-align: center;
	padding: 47px 35px 35px;
	position: relative;
}
blockquote:after{
	position: absolute;
	content: "\e67f";
	top: 15px;
	left: 15px;
	font-family: themify;
	font-size: 30px;
}
blockquote a,
blockquote code{
	color: #fff;
}
.entry-content p{
	margin-bottom: 20px;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6  {
	margin-top: 15px;
	line-height:normal;
}
.entry-content {
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
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;
	background-color: #fff;
	border-radius: 4px;
}
.content-area .home_single_blog{
	margin-bottom: 40px;
}
body.blog .content-area,
body.search .content-area,
body.archive .content-area{
	padding-bottom: 0;
}
.content-area .single_pm ,  
.content-area .single_pm a{

}
.single_pm .pull-left{
	margin-top: 5px;
}
.cat_list a {
	border: 1px solid #232434;
	color: #fff!important;
	padding: 5px 16px;
	margin-top: 1px;
	display: inline-block;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: #232434;
}
.entry-content  ol, 
.entry-content  ul,
.single_comment  ol, 
.single_comment  ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-content ul {
	list-style-type: inherit;
}
.entry-content iframe {
	width:100%;
}


.entry-content li > ul, li > ol {
	margin: 0;
}
.entry-content address {
	font-style: italic;
}

.entry-content img {
	max-width:100%;
	height: auto;
	margin-bottom: 15px;
}
.entry-content table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}



.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"],
.content-area textarea {
	border: 1px solid #ddd;
	padding: 6px 10px;
	box-shadow: inherit;
	transition: .5s;

}
.content-area textarea{
	height: 120px;
	padding: 10px 10px;
}
.content-area input[type="text"],
.content-area input[type="email"],
.content-area input[type="url"],
.content-area input[type="password"],
.content-area input[type="search"],
.content-area input[type="number"],
.content-area input[type="tel"],
.content-area input[type="range"],
.content-area input[type="date"],
.content-area input[type="month"],
.content-area input[type="week"],
.content-area input[type="time"],
.content-area input[type="datetime"],
.content-area input[type="datetime-local"],
.content-area input[type="color"]{
	height: 50px;
	line-height: 50px;
}
.content-area input[type="text"]:focus,
.content-area input[type="email"]:focus,
.content-area input[type="url"]:focus,
.content-area input[type="password"]:focus,
.content-area input[type="search"]:focus,
.content-area input[type="number"]:focus,
.content-area input[type="tel"]:focus,
.content-area input[type="range"]:focus,
.content-area input[type="date"]:focus,
.content-area input[type="month"]:focus,
.content-area input[type="week"]:focus,
.content-area input[type="time"]:focus,
.content-area input[type="datetime"]:focus,
.content-area input[type="datetime-local"]:focus,
.content-area input[type="color"]:focus,
.content-area textarea:focus{
	border-color: #232434;
	box-shadow: inherit;
}
.form-submit #submit,
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"]{
	border: 1px solid #232434;
	background: #232434;
	border-color: #232434;
	padding: 10px 27px;
	cursor: pointer;
	transition: .5s;
	border-radius: 2px;
	color: #fff;
}
.wp-block-search__input{
	border-radius: 2px;
}
.form-submit #submit{
	margin-top: 15px;
}
.form-submit #submit:hover,
.form-submit #submit:focus,
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover{
	background: #232434;
	border-color: #232434;
	color: #fff;
}
.post-password-form input[type="submit"]{
	margin-left: 10px;
}
#searchform .form-control {
	height: 52px;
	line-height: 53px;
	padding: 7px 20px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #232434;
	box-shadow: inherit;
	color: #888;
	background: #f5f8fa;
}
.wp-block-search__input.wp-block-search__input{
	border-radius: 4px;
}
#searchform .form-control:hover{
	
}
#searchform .form-control:focus{
	border-color: #232434;
}
#searchform .search_btn{
	background: #232434;
	color: #fff;
	border-color: #232434;
	cursor: pointer;
	transition: .5s;
	padding: 13px 20px;
	border-radius: 0px 4px 4px 0;
}
#searchform .search_btn:hover,
#searchform .search_btn:focus{
	background: #232434;
	border-color: #232434;
}
.wp-block-button__link{
	background-color: #232434;
	color: #fff!important;
	transition: .5s;

}
.wp-block-button__link:hover,
.wp-block-button__link:focus{
	background: #232434;
}
.wp-block-cover-text{
	color: #fff!important;
}
.navigation.pagination,
.navigation.post-navigation{
	margin-bottom: 30px;
}

.navigation.post-navigation .nav-links div{
	display: inline-block;
}
.navigation.post-navigation .nav-next{
	float: right;
}
.entry-content .wp-block-group {
	padding: 30px;
}
.wp-block-media-text__media img{
	margin-bottom: 0;
}
.wp-block-media-text{
	margin-bottom: 15px;
}
.has-large-font-size{
	line-height: normal;
}
.tagcloud a{
	font-size: 15px!important;
	padding: 5px 10px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 5px;
}

.widget li li{
	padding-left: 10px;
}
.widget li li:last-child{
	margin-bottom: 0;
}
.error-404.not-found .page-header,
.error-404.not-found p{
	margin-bottom: 30px;
}
.error-404.not-found #searchform{
	margin-bottom: 30px;
}

/* Extra CSS */

.right-menu #main-menu ul {
	list-style-type: none;
	text-align: right;
}

/*START PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid #232434;
    border-radius: 50%;
    -webkit-animation: spinner 600ms infinite linear;
    animation: spinner 600ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/