/*
Theme Name: Mersal
Theme URI: http://shtheme.com/demosd/mersal
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2018, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: mersal

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

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

a {
    color: #333;
}
.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td {
 background: #f5f5f5; 
 border: 1px solid #E9E9E9; 
 text-align: center; 
 padding:8px;
}
#wp-calendar tbody td#today {
    background: #16A085; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
    color: #827b7d;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
    color: #615C5C;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    padding: 7px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: auto;
}
.form-submit input.submit:hover{
    background: #16A085 none repeat scroll 0 0;
    border: 1px solid #16A085;
    color: #ffffff;
}
.screen-reader-text{
    color: #777;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    margin-bottom: 25px;
    text-transform: capitalize;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #777;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
ul.children{
    margin-left: 16px;
}

/*add */ 
span.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 10px;
    margin: 0px 5px 12px 0px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #f3f3f3;
    color: #1a1a1a;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.wp-tag-cloud li:hover a {
    background-color: #16A085;
    border-color: #16A085;
    color: #ffffff !important;
}
p.logged-in-as {
    padding: 5px 0px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}
a.comment-reply-link {
    color: #333333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
}
a.comment-reply-link:hover {
    color: #16A085;
}
.leave-form input {
    margin-bottom: 0px;
}
.text-leave textarea {
    margin-bottom: 30px;
}
body.logged-in .text-leave textarea {
    margin-bottom: 0px;
}
.single-widget ul li {
    margin-bottom: 10px;
}
.contact-form .cont-submit {
    border: 1px solid #16a085 !important;
    width: auto;
    border-radius: 0px !important;
    }
.white .white {
    color: #fff !important;
}
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url(img/blog/list/breadcrumb.jpg) no-repeat scroll center center / cover;
    padding-bottom: 100px;
    padding-top: 150px;
    position: relative;
}
.error404 .breadcrumb-area{
    height: 500px;
}
.page-404 .blog-info a {
    color: #fff !important;
    border-color: #fff !important;
}
.pd-bt-40 {
    padding: 10px 0px;
}
.menu.one-page ul.sub-menu {
    display: none;
}
.media-list .comment_text li {
    margin-bottom: 0px;
}
.blog-meta{
    margin-top: 0px;
}
.blog-img{
    margin-bottom: 20px;
}

@media (max-width: 767px){
body.logged-in #main-menu.stick{
    padding-top: 15px!important;
}
.navbar-toggle {
    margin-top: 7px;
}
}

form.post-password-form input[type=submit]{
        padding: 0px 20px;
        height: 46px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
h4.comment-title{
    background: none;
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-comment-section .media-body{
    padding-left: 0px;
}
.media-left, .media>.pull-left {
    padding-right: 15px;
}
.blog-text.blog-details-post{
    margin-top: 0px;
}

p{
    line-height: 25px;
    letter-spacing: 1px;
}
.error404 .breadcrumb-area{
    min-height: 830px;
}
.page-404{
margin-top: 150px;
    }

.blog-info .blog-meta{
    margin-bottom: 10px;
}
.single-blog{
        border-bottom: 0.5px solid #999;
    padding-bottom: 20px;
}
.blog-single{
    border-bottom:  none; 
}
.breadcrumb-area {
    background: #16A085;
}


.pagination>li>a, .pagination>li>span{
    color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
.pagination li span.current{
    background-color: #eee;
}
.blog-details-post p{
    margin-bottom: 10px;
}
#wp-calendar tfoot{
    display: none;
}
.wp-tag-cloud li a{
    font-size: 14px!important;
    margin: 0px;
}
.wp-tag-cloud li{
    margin-right: 10px;
    margin-bottom: 13px!important;
}

.blog-info .blog-meta{
    font-weight: 700;
    font-size: 16px;
}
.span-comment{
    float: right;
    margin-right: 10px;
}
.copyright-left{
    font-weight: 700;
}
.copyright-left.text-left > span{
    margin-top: 5px;
}


.page-links{
    clear: both;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
.single-blog.blog-details-img.mb-50{
    padding-bottom: 37px;
    margin-bottom: 27px;
}
.single-blog:hover .blog-img img {
    transform: scale(1);
}
.single-blog.blog-details-img .blog-img a img{
    margin-top: 10px;
}
a.comment-reply-link{
    top: 15px;
}
.theme-comment-section .media{
    padding-top: 10px;
}
.media-body > h3{
    padding-bottom: 10px;
}
.form-submit input.submit{
    background: #16A085 none repeat scroll 0 0;
    border: 1px solid #16A085;
    color: #ffffff;
}
.form-submit input.submit:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #16A085;
}
a.comment-reply-link{
    color: #16A085;
    font-weight: 700;
}
@media (max-width: 767px){
.main-menu > nav > ul {
    padding-left: 15px;
    }
}

.theme-comment-section li.media .media-left{
        overflow: hidden;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.theme-comment-section li.media .media-body{
        display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
}
h4.comment-title{
    padding-left: 0px;
}