@charset "UTF-8";

/*
Theme Name: Stellarblog
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this themeâ€™s soft colors and eye-catching â€” yet timeless â€” design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
.submit{
	background: #e11f26;
    color: #fff;
    max-width: 187px;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 600;
    display: block;
    /* max-width: 100%; */
    width: 100%;
    outline: 0;
    border: solid 1px #e9ecef;
    margin: 0.5rem 0;
    transition: all .3s;
    padding: 1rem;
    font-size: 15px;
}
textarea{
	display: block;
    max-width: 100%;
    width: 100%;
    outline: 0;
    border: solid 1px #e9ecef;
    margin: 0.5rem 0;
    transition: all .3s;
    padding: 1rem;
    font-size: 15px;
}
input{
	display: block;
    max-width: 100%;
    width: 100%;
    outline: 0;
    border: solid 1px #e9ecef;
    margin: 0.5rem 0;
    transition: all .3s;
    padding: 1rem;
    font-size: 15px;
}
.avatar {border-radius: 32px;margin-top: 29px;}
.comment-metadata a time{display: block;font-style: normal; font-size: 12px;color: #818181;}
.reply a{font-size: 14px;color: #616161;font-family: 'Montserrat';}
.comment-content p{font-size: 14px;padding: 0.5rem 0;font-family: 'open sans';margin-top:1.5rem;}
.comment-respond h2{font-family: 'Montserrat';font-size: 1.25rem;font-weight: 500;}
.comments-area .comments-title{font-size: 18px;font-family: 'Montserrat';font-weight: 500;}
.comment-author b{font-size: 14px;color: #181617;font-family: 'open sans';}
.comment-list li {list-style: none;}
.nav-links span{font-size: 14px;color: #818181;display: inline-flex;align-items: center;text-indent: 5px;transition: .3s all;}
.nav-links span:hover{color: #181617;}
.nav-links svg{color: #818181;}
.nav-links svg:hover{color: #181617;}
.nav-links .page-numbers{color: #818181;}
.nav-links .page-numbers:hover{color: #181617;}
.widget-title{font-size: 18px;font-weight: 600;}
#toc_container{display:none;}
.comment-metadata{margin-left: 66px;margin-top: -34px;}
.center_body img{max-width:100%;height:auto;}
.center_body p{word-break: break-word;}
.navigation ul{padding-left:0;margin:0;}
iframe{max-width:100%;}
.reply {border-bottom: solid 1px #ddd;padding-bottom: 1rem;}
.related_post{font-size: 20px;margin-top: 1rem;margin-bottom: 1rem;font-weight: 700;}
.heateor_sss_facebook {vertical-align: unset !important;}
.heateor_sss_button_twitter{vertical-align: unset !important;}
.heateor_sss_button_linkedin{vertical-align: unset !important;}
.heateor_sss_button_instagram{vertical-align: unset !important;}
.heateor_sss_button_pinterest{vertical-align: unset !important;}

@media  screen and (max-width:767px){
	.navigation ul{display:flex;flex-wrap:wrap;justify-content:center;}
	.navigation ul li{display:flex;align-items:center;padding:3px;}
	.navigation ul li a, .navigation ul li a.active{padding: 2px 8px !important;font-size: 12px;line-height: normal;}
}


