.main-header .logo-box .logo img {
    width: 200px;
    height: auto;
}
.main-header .sticky-header .logo img {
    width: 135px;
    height: auto;
}

/*--------------------------theme check----------------------------------*/
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: center; 
	color: #333; 
	font-size: 16px; 
	padding-bottom:0px;
	font-weight:700;
}
#wp-calendar thead { 
	font-size: 14px;
}
#wp-calendar thead th { 
	padding: 8px;
	border: 1px solid #eaeaea;
	text-align: center;
	border-radius: 0px;
	color: #fff;
	background: var(--color-four);
}
#wp-calendar tbody { 
	color: #aaa; 
}
#wp-calendar tbody td { 
	background: #f0f0f0;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 8px;
	color: #555;
}
#wp-calendar tbody td:hover { 
	background: #fff; 
}
#wp-calendar tbody .pad { 
	background: none; 
}
#wp-calendar tfoot tr{
	background:var(--color-four);
}
#wp-calendar tfoot #next { 
	font-size: 14px; 
	text-transform: uppercase; 
	text-align: right;
	padding: 10px; 
}
#wp-calendar tfoot #prev { 
	font-size: 14px; 
	text-transform: uppercase; 
	padding: 10px; 
}
.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.gallery-caption {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.bypostauthor{
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.alignright{ 
	text-align:right;
}
.alignleft{ 
	text-align:left;
}
.aligncenter{ 
	text-align:center;
}	
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.thm-unit-test .tag-sticky-2 .news-block_three .news-block_three-inner .news-block_three-content,
.thm-unit-test .sticky .news-block_three .news-block_three-inner .news-block_three-content{
	background:#fafafa;
	border:5px solid #e1e1e1;
	padding:30px !important;
}
.thm-unit-test h1,
.thm-unit-test h2,
.thm-unit-test h3,
.thm-unit-test h4,
.thm-unit-test h5,
.thm-unit-test h6{
	color: #222222;
	display: block;
	margin-bottom:15px;
	line-height: 1.4;
	font-weight: 700;
}
.thm-unit-test table{
	margin-bottom:30px;
	width:100%;
}
.thm-unit-test table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding:8px;
}
.thm-unit-test table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.thm-unit-test table tbody tr th a,
.thm-unit-test table tbody tr td a{
	color:var(--color-four);
	font-weight:400;
}
.thm-unit-test table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.thm-unit-test .blog-detail_lower-content > ol,
.thm-unit-test .blog-detail_lower-content > ul,
.thm-unit-test > ol,
.thm-unit-test > ul{
	padding-left:18px;
	margin-bottom:20px;
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.8em;
}
.thm-unit-test .blog-detail_lower-content > ul li ul,
.thm-unit-test .blog-detail_lower-content > ul li ul li ul,
.thm-unit-test .text > ul li ul,
.thm-unit-test .text > ul li ul li ul,
.thm-unit-test > ul li ul,
.thm-unit-test > ul li ul li ul,
.thm-unit-test .blog-detail_lower-content > ol li ol,
.thm-unit-test .blog-detail_lower-content > ol li ol li ol,
.thm-unit-test .text > ol li ol,
.thm-unit-test .text > ol li ol li ol,
.thm-unit-test > ol li ol,
.thm-unit-test > ol li ol li ol{
	padding-left:40px;
}
.thm-unit-test .blog-detail_lower-content > ul li,
.thm-unit-test .text > ul li,
.thm-unit-test > ul li{
	list-style-type:disc;
	display:list-item;
}
.thm-unit-test .blog-detail_lower-content > ul li a > span{
	margin-left:5px;
}
.thm-unit-test .blog-detail_lower-content > ul li ul li,
.thm-unit-test .text > ul li ul li,
.thm-unit-test > ul li ul li{
	list-style-type:circle;
}
.thm-unit-test .blog-detail_lower-content > ul li ul li ul li,
.thm-unit-test .text > ul li ul li ul li,
.thm-unit-test > ul li ul li ul li{
	list-style-type:square;
}
.thm-unit-test ol li{
	list-style-type:decimal;
	display:list-item;
}
.thm-unit-test ol li ol li{
	list-style-type:lower-alpha;
}
.thm-unit-test ol li ol li ol li{
	list-style-type:upper-roman;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
	max-width:100%;
	width: auto;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}

/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:15px 10px 15px 5px;
	margin-top:15px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*********************WP Gallery*********************/
.gallery figure{
	display:inline-block;
}

.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
	margin-left:-15px;
	margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
	padding-left:15px;
	padding-right:15px;
}
.gallery-columns-1 .gallery-item{
	width:100%;
}
.gallery-columns-2 .gallery-item{
	width:50%;
}
.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-6 .gallery-item{
	width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
	width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
	width: 12.5%;
}
.gallery-columns-9 .gallery-item{
	width: 11.11111111%;
}

/************************** Widget Rss*****************************/
.widget_rss ul li a {
	padding: 5px 25px;
}
.widget_rss ul li a:before {
    content: "" !important;
}
.widget_rss ul li a:hover {
	background:none;
}
.widget.widget_recent_comments ul li{
	display:block;
	color: var(--color-three);
    font-size: 16px;
	font-weight:400;
}
.widget.widget_recent_comments ul li a{
	padding:0px !important;
	display:inline !important;
	font-weight: 400;
	display: inline-block;
}
.widget.widget_recent_comments ul li a:hover{
	background:none;
}
.widget.widget_recent_comments ul li a::before {
	position: relative !important;
	content: "" !important;
}
.widget.widget_recent_comments ul li span {
	padding:0 !important;
	display: inline-block;
}
.widget_rss.footer-widget ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:0px !important;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
	color:#222;
	font-weight:700;
	padding-left:0px !important;
}
.widget_rss.footer-widget ul li a{
	font-size:16px;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
	color:var(--color-four);
	display:block;
	margin:10px 0;
}
.widget_rss.footer-widget ul li .rss-date{
	color:#fafafa;
}
.widget_rss.widget ul li:before{
	display:none;
}
.widget_rss.widget ul li .rssSummary{
	font-size:14px;
}
.widget_rss.footer-widget ul li .rssSummary{
	font-size:16px;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
	color:var(--color-four);
	display:block;
	font-size:14px;
	margin-top:10px;
}
.widget_rss.footer-widget ul li cite{
	color:#fafafa;
}
.widget_rss.footer-widget ul li{
	border-bottom:1px dashed #fafafa;
}
.widget_rss.footer-widget ul li .rss-date{
	margin-top:10px;
}
.blog-link .left-btn a{
	margin:0 10px 0 0;
}

/*********************Custom Navigation Styling************************/
.paginate-links a,
.paginate-links > span {
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	min-width: 40px;
	color: var(--color-three);
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.paginate-links a:hover,
.paginate-links > span{
	color: #ffffff;
	border-color: #222222;
	background-color: #222222;
}
.post-password-form input[type="password"]{
	position: relative;
	margin-top:15px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	display: block;
	font-size: 14px;
	width: 100%;
	color: #000000;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.post-password-form input[type="submit"]{
	background:var(--color-four);
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	cursor:pointer;
}
.thm-unit-test .posts-nav{
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #e4e4e4;
}
.thm-unit-test .posts-nav .pull-left a,
.thm-unit-test .posts-nav .pull-right a{
	display:block;
}
.thm-unit-test .posts-nav .pull-right a{
	text-align:right;
}
.thm-unit-test .posts-nav a h6{
	margin-bottom:6px;
}
.thm-unit-test .posts-nav a span{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:14px;
	background:var(--color-four);
}
.thm-unit-test .posts-nav .pull-right a span{
	left:auto;
	right:0px;
}
.thm-unit-test .posts-nav a:hover{
	color:var(--color-four);
}
.thm-unit-test .posts-nav a:hover span{
	background:var(--color-four);
}
.thm-unit-test .posts-nav .pull-left{
	float:left;
}
.thm-unit-test .posts-nav .pull-right{
	float:right;
}
.thm-unit-test .posts-nav a{
	font-size:15px;
	color:#333333;
	padding-top:9px;
}
.thm-unit-test .posts-nav a:hover{
	color:var(--color-four);
}

/*********************Comments Styling*******************/
.sidebar-page-container .shina_theme .group-title h2,
.sidebar-page-container .group-title h2{
	margin-bottom:0px;
}

.pingback .author-thumb,.trackback .author-thumb{
	display:none !important;
}
.pingback,.trackback {
	padding-left:0px !important;
}
.pingback .text-holder,.trackback .text-holder{
	margin-left:0px !important;
}
.no-comments{
	display:inline-block;
	background:var(--color-four);
	padding:8px 15px;
	color:#ffffff !important;
	margin-top:60px;
}

/*********************Custom Footer widget Styling************************/
.footer-widget{
	margin-bottom:30px;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li ul {
	margin-top: 10px;
	padding-left: 15px;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li ul li a{
	line-height:20px;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li a,
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li {
	position:relative;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li a,
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li,
footer .footer-widget .textwidget p{
	color:#ffffff;
	font-size:16px;
	margin-bottom: 10px;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li a{
	padding-left: 20px;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li a:hover {
  opacity: 0.80;
}
footer .footer-widget ul:not(.footer-social_box):not(.main-footer_contact-list) li a:before{
	position: absolute;
	content: '\f054';
	left: 0px;
	top: 2px;
	font-size: 14px;
	line-height: 1em;
	font-family: "fontawesome";
}
footer
.footer-widget.widget_rss ul .rsswidget{
	color:#fafafa;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:15px 0 0px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.news-block-two .inner-box .image img{
	max-width:100%;
	width:auto;
}
.blog-single .news-block-two {
    margin-bottom: 0px;
}
.page .paginate-links{
	margin-top:30px;
}
.thm-unit-test > p{
	margin-bottom:25px;
}
.sidebar-page-container .comments-area .comment-box .comment-box{
	border-bottom:none;
	border-top:1px solid #ebe8e8;
	margin-top:25px;
	padding-bottom:0px;
}
.sidebar-page-container .comments-area .comment-box .comment-box > .comment{
	padding-top:30px;
}
.sidebar-page-container .comments-area .comment-box .comment-box > .comment .author-thumb,
.sidebar-page-container .comments-area .comment-box .comment-box > .comment .post-options a{
	top:30px;
}
.footer-widget .textwidget p.wp-caption-text{
	color:#222222;
}
.footer-widget .tagcloud a{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 20px;
	margin: 0px 6px 10px 0px;
	color: #fff;
	text-align: center;
	font-size: 14px !important;
	background: none;
	font-weight: 400;
	border-radius: 0px;
	border: 1px solid #fff;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.footer-widget .tagcloud a:hover{
	background:#fff;
	color:#222;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 30px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0px 4px 0px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
figcaption{
	padding:10px 0;
}
.thm-unit-test p{
	margin-bottom:30px;
}
/**************New****************/
dd,dt{
	margin-bottom:10px;
}
.wp-block-cover p:not(.has-text-color){
	color:#ffffff;
}
.wp-block-button{
	margin-bottom:25px;
}
.thm-unit-test .text > ul li.blocks-gallery-item,
.thm-unit-test > ul li.blocks-gallery-item{
	display:inline-block;
}
.footer-widget ul li.recentcomments{
	padding-left:20px;
	position:relative;
}
.footer-widget ul li.recentcomments:before{
	position: absolute;
	content: '\f054';
	left: 0px;
	top: 7px;
	font-size: 14px;
	line-height: 1em;
	font-family: "fontawesome";
}
.footer-widget ul li.recentcomments a:before{
	position:relative;
	content: '';
	font-family: 'Font Awesome 5 Free' !important;
}
.footer-widget ul li.recentcomments:before{
	color:#ffffff;
	font-size:13px;
}
.sidebar-title h4 a,
.main-footer .footer-widget h4 a{
	color:inherit;
}
dl dd a{
	color:var(--color-four);
}
#wp-calendar tfoot tr td a{
	color:#ffffff;
}

a:not([href]):not([tabindex]) {
    color: #ffffff;
}

/* Widgets */
.widget_text img{
	margin-bottom: 0px;
	display: block;
}

.widget_text strong{
	margin-bottom: -10px;
	display: block;
}

/*Widget Sidebar*/
.sidebar-side .widget_block .wp-block-search .wp-block-search__label,
.sidebar-side .widget_block h2 {
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-20);
	line-height: 1.4em;
	font-weight: 700;
	font-size: var(--font-24);
}
.sidebar-side .widget_block .wp-block-search .wp-block-search__input {
	padding:0 10px;
}
.sidebar-side .widget_block .wp-block-search .wp-block-search__input:focus-visible {
    outline: 0px;
}
.sidebar-side .sidebar-widget.style-two .widget_search {
	background: none;
}
.sidebar-side .widget_block ol {
	margin:0;
	padding:0;
}
.sidebar-side .widget_block ul,
.sidebar-side .widget_block ol {
	position: relative;
}
.sidebar-side .widget_block ol li {
	position: relative;
	margin-bottom: 15px;
}
.sidebar-side .widget_block ol li article footer {
	line-height:1.5em;
	font-size: 16px;
	color:var(--color-three);
}
.sidebar-side .widget_block ol li:last-child {
	border-bottom: 0;
	margin-bottom:0;
}
.sidebar-side .widget_block ol li a {
	color:var(--color-three);
}
.sidebar-side .widget_block ol li a:hover {
	color: var(--color-four);
}

/*Search Footer*/
.main-footer .search-box .form-group {
	position:relative;
}
.main-footer .search-box .form-group input[type="search"]{
    position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 54px;
	color: #000000;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-footer .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 54px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: var(--color-four);
    border-radius: 0px;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

/*Widget Footer*/
.main-footer .widget_block .wp-block-search .wp-block-search__label {
	position: relative;
	font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .widget_block .wp-block-search .wp-block-search__input {
	padding:0 10px;
}
.main-footer .widget_block .wp-block-search .wp-block-search__input:focus-visible {
    outline: 0px;
}

.main-footer .widget_block ol {
	margin:0;
	padding:0;
}
.main-footer .widget_block ol {
	position: relative;
}
.main-footer .widget_block ol li {
	position:relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 2em;
	padding-left:20px;
}
.main-footer .widget_block ol li:before {
    position: absolute;
    content: '\f054';
    left: 0px;
    top: 5px;
    line-height: 1em;
    font-family: 'FontAwesome' !important;
	font-size:12px;
	font-weight:800;
}
.main-footer .widget_block ol li article footer {
	line-height:1.5em;
}
.main-footer .widget_block ol li:last-child {
	border-bottom: 0;
}
.main-footer .widget_block ol li a {
	color:#ffffff;
}
.main-footer .widget_recent_comments ul li a {
	padding-left:0;
}
.main-footer .wp-calendar-nav-prev a,
.main-footer .wp-calendar-nav-next a {
	color:#ffffff;
}

/*Select List Style*/
.sidebar-widget select {
    -webkit-appearance: none;
	appearance: none;
    padding: 15px 15px !important;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: url(../images/icons/down-arrow.png) right center no-repeat #fff;
    background-position-x: 95%;
}
.footer-widget select {
    -webkit-appearance: none;
	appearance: none;
    padding: 15px 15px !important;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    background: url(../images/icons/down-arrow.png) right center no-repeat #fff;
    background-position-x: 95%;
}

/*************Blog Widget Style****************/

.widget ul{
	position:relative;
}
.widget ul li{
	position:relative;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-left:0px;
	display:block;
	color:var(--color-three);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.widget ul li ul li{
	padding-left:20px;
}
.widget.widget_rss ul li{
	padding-left:0px;
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	padding-top:0px;
	margin-top:10px;
	margin-left:0px;
}
.widget ul li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:var(--color-three);
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.widget ul li ul li:before{
	top:20px;
}
.widget ul li a:hover,
.widget ul li:hover:before{
	color:#fbb908;
}
.widget ul li:last-child {
	border-bottom:none;
}
.sidebar .popular-posts .post .post-thumb {
    width: 85px;
    height: 85px;
    background-position: left center;
    background-repeat: no-repeat;
}

.thm-unit-test blockquote {
	position: relative;
	color: #222222;
	font-size: 18px;
	padding: 30px 40px !important;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-left: 4px solid var(--color-four);
}
.thm-unit-test blockquote p{
	margin-bottom: 0px;
}

.blog-detail_blog-detail_lower-content ul li {
	line-height: 30px;
	color: var(--color-three);
	font-size: var(--font-16);
}

.wp-block-group {
	padding:20px;
}


@media only screen and (max-width: 767px){
	.sidebar-page-container .comments-area .comment-box .comment-box > .comment .author-thumb{
		top:0;
	}
	
	ul, ol {
		padding: 0 15px;
	}

	footer .wp-block-group {
		padding:0;
	}
}
