/*!
Theme Name: Marwa
Theme URI: http://getmasum.com/themes-wp/marwa
Author: Themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: A Digital Agency 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: marwa
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.

Marwa 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

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



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* 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 35px;
}

.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;
}

.widget img{
	height: auto;
}
.widget.widget_block.widget_text{
	padding-left: 30px;
	padding-right: 30px;
}
.widget.widget_block.widget_text p{
	padding-top: 15px;
}
.wp-block-search .wp-block-search__button {
	background-color: #1BB5C5;
	border: 1px solid #1BB5C5;
	color: #fff;
}
.wp-block-button{
	margin-bottom: 15px;
}
.wp-block-cover{
	margin-bottom: 15px;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover .wp-block-cover-text{
	color: #fff;
}
.blocks-gallery-item{
	margin-bottom: 0px;
	overflow: hidden;
}
.wp-block-gallery {
	overflow: hidden;
}
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
	background: transparent;
}
.entry-content .blocks-gallery-grid img{
	margin-bottom: 0;
}
.post_description.entry-content ul{
	padding-left: 15px;
	list-style-type: inherit;
}
.wp-block-categories-dropdown,
.wp-block-archives-dropdown{
	margin-bottom: 15px;
}

.widget select{
	width: 100%;
}
.wp-block-group__inner-container{
	
}
.post_description.entry-content img{
	height: auto;
}

.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: 10px 10px;
	box-shadow: inherit;
	transition: .5s;

}
.content-area textarea{
	height: 120px;
	padding: 10px 10px;
}
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"]{
	height: 45px;
	line-height: 45px;
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.entry-content input[type="text"]:focus,
.entry-content input[type="email"]:focus,
.entry-content input[type="url"]:focus,
.entry-content input[type="password"]:focus,
.entry-content input[type="search"]:focus,
.entry-content input[type="number"]:focus,
.entry-content input[type="tel"]:focus,
.entry-content input[type="range"]:focus,
.entry-content input[type="date"]:focus,
.entry-content input[type="month"]:focus,
.entry-content input[type="week"]:focus,
.entry-content input[type="time"]:focus,
.entry-content input[type="datetime"]:focus,
.entry-content input[type="datetime-local"]:focus,
.entry-content input[type="color"]:focus,
.entry-content textarea:focus{
	border-color: #1BB5C5;
	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 #1BB5C5;
	background: #1BB5C5;
	padding: 12px 22px;
	cursor: pointer;
	transition: .5s;
	border-radius: 2px;
	color: #fff;
}
.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: #333;
	border-color: #333;
	color: #fff;
}
.post-password-form input[type="submit"]{
	margin-left: 10px;
}

/*WordPress Css*/

.content-area{
	padding: 80px 0;
}
.content-area .home_single_blog .home_blog_text{
	margin-bottom: 30px;
}
.home_single_blog.blog-details .home_blog_text{
	margin-bottom: 0px;
}
.content-area .home_single_blog.simple-blog .home_blog_text{
	width: 100%;
	margin: 0 auto;
	
}
.blog_embed_code{
	margin-bottom: -10px;
}
.blog_embed_code iframe{
	width: 100%;
	height: 450px;
}
.format-audio .blog_embed_code iframe{
	width: 100%;
	height: 150px;
}
.home_single_blog.simple-blog p{
	margin-top: 10px;
}

.sticky .home_single_blog{
	border-top: 4px solid #1BB5C5;
}
.home_single_blog.blog-details .home_blog_text{
	overflow: hidden;
	box-shadow: inherit;
	padding: 0;
}
.blog-details .post_tags{
	overflow: hidden;
	width: 100%;
}
.home_single_blog.blog-details p{
	margin-top: 0;
}
.navigation.pagination{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 20px;
	
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span
{
	width: 50px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background-color: #f1f1f1;
	border-radius: 4px;
	color: #333;
	margin: 0 8px;
}

.navigation.pagination .page-numbers.current{
	background-color: #1BB5C5;
	color: #fff;
}

.widget-area{
	padding-left: 20px;
}
.widget-area .title-wrap{
	
	border-bottom: 2px solid #1BB5C5;
	display:block;
	font-size: 20px;	
	margin-bottom: 17px;
}


.widget-area .widget h2{
	background-color: #1BB5C5;
	color: #fff;
	font-size: 17px;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 30px;
	line-height: 23px;
}
.widget-area .widget h2 a{
	color: #fff;
}
.widget-area .title-wrap{
	margin-bottom: 30px;
}
.widget-area .title-wrap h2{
	margin-bottom: 0;
	background-color: #1BB5C5;
	color: #fff;
	padding: 3px 10px;
}
.widget-area .widget ul,
.widget-area .widget ol{
	padding-left: 0;
	color: #666;
	list-style-type: none;
}
.widget-area .widget ,
.widget-area .widget a{
	color: #666;
}
.widget-area li{
	padding-bottom: 15px;
}
.widget-area li li:last-child{
	padding-bottom: 0px;
}
.widget-area li li{
	padding-left: 15px;
}

select{
	width: auto;
	border: 1px solid #f1f1f1;
	padding: 13px 10px;
	background-color: #F7FDFE;
}
.widget select{
	width: 100%;
}
.tagcloud a{
	display: inline-block;
	padding: 2px 12px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	font-size: 14px!important;
	margin-right: 5px;
	margin-bottom: 12px;
	transition: .5s;
	border-radius: 3px;
}
.tagcloud a:hover,
.tagcloud a:focus{
	background-color: #1BB5C5;
	border-color: #1BB5C5!important;
	color: #fff!important;
	
}
.blog-details .post_tags{
	padding-top: 40px;
	display: block;
}
.blog-details .post_tags a {
	display: inline-block;
	padding: 1px 15px;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	border-radius: 4px;
	transition: .5s;
}
.blog-details .post_tags a:hover,
.blog-details .post_tags a:focus{
	background-color: #1BB5C5;
	border-color: #1BB5C5;
	color: #fff;
}
.home_single_blog.blog-details .home_blog_text{
	width: 100%;
} 
.home_blog_text,
.bannar_padding {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.bannar_padding{
	text-align: left;
	color: #fff;
}
.bannar_padding .meta {
	display: inline-block;
	text-align: center;
	width: 100%;
}


.home_blog_text.entry-content li li{
	padding-left: 15px;
}


/* 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: 1px;
	right: 1px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	height: 47px;
	padding: 0 19px;
}

.customize-support #navigation {

	margin-top: 18px;
}

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

.section-title.title-padding-zero{
	margin-bottom: 0;
}