/*
  Theme Name: Solaar – Ecology Wind & Solar Energy Wordpress Theme
  Author: Ordain IT
  Support: http://www.ordainit.com/support/
  Description: Solaar – Ecology Wind & Solar Energy Wordpress Theme
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}
img{
	max-width: 100%;
	height: auto;
}

.border-right .it-header-menu > nav > ul {
	border-right: 0;
}

/*comments list */
.postbox-comment-content ul li .children {
	margin-left: 60px;
	margin-top: 0;
	padding-left: 0;
}
.postbox-comment-content ul li .children li {
	margin-top: 50px;
}
.postbox-comment-content ul li:last-child {
	margin-bottom: 0;
}
#cancel-comment-reply-link {
	color: #000;
	margin-left: 8px;
	font-size: 16px;
}
/*comments form*/
.comment-reply-title{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.comment-notes > span {
    display: inline-block;
    margin-bottom: 45px;
}
.postbox-details-input input, .postbox-details-input textarea {
    width: 100%;
    line-height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #49494933;
    margin-bottom: 20px;
    border-radius: 6px;
}
.postbox-details-input textarea {
    height: 165px;
    line-height: 26px;
    padding: 22px 26px;
}

.postbox-details-input input:focus, .postbox-details-input textarea:focus {
    border-color: #494949;
    outline: none;
    background: #ffffff;
}

.it-comment-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #000;
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #000;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
}
.it-comment-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #ffffff;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}
.it-comment-btn:hover::after {
	transform: skewX(45deg) scale(1, 1);
}

.it-comment-btn:hover {
    box-shadow: none;
    color: #000;
}
.it-postbox.format-audio iframe {
	border-radius: 20px;
}

.comment-form-cookies-consent {
	display: none;
}
div.postbox-comment-content > ul{
	padding-left: 0;
}
.postbox-comment-content > ul > li{
	list-style: none;
}
.postbox-comment-content > ul > li li{
	margin: 0;
	padding: 0;
}
.postbox-comment-content ul .children{
	list-style: none;
}
.postbox-comment-content .comments-text ul li,.postbox-comment-content .comments-text ol li {
	margin-bottom: 3px;
}
.postbox-comment-content .comments-text > ul,.postbox-comment-content .comments-text > ol{
	margin-bottom: 20px;
}
.postbox-comment-content ul .comment-respond {
	padding: 35px 0;
	padding-bottom: 15px;
}
.comment-respond {
    margin-top: 70px;
}
.it-page-content .postbox-comment{
	clear: both;
}



/* post sticky */

.postbox-thumb-box.sticky {
	border: 3px solid #000;
    padding: 40px;
}

.postbox-main-thumb iframe {
    width: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}
.wp-block-image .alignright {
    margin-bottom: 40px;
}
.postbox__details .alignright {
    margin-bottom: 40px;
}

/*it unit css */
.it-blog-area > ul, .it-blog-area > ol, .it-blog-area ul, .it-blog-area ol {
	padding-left: 35px;
}
.it-blog-area dl, .it-blog-area ol, .it-blog-area ul {
	margin-top: 0;
	margin-bottom: 25px;
}
.postbox__details  ol li, .postbox__details  ul li {
	padding-top: 7px;
}
.it-blog-area ol ol, .it-blog-area ol ul, .it-blog-area ul ol, .it-blog-area ul ul {
	margin-bottom: 0;
}

/*it-page-content*/
.it-page-content .blog-post-comment {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px;
}
.it-page-content ol, .it-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
}
.it-page-content ol li, .it-page-content ul li {
	margin-bottom: 7px;
}
.it-page-content ol li ol, .it-page-content ul li ul {
	margin-top: 7px;
}
.it-page-content ol ol, .it-page-content ol ul, .it-page-content ul ol, .it-page-content ul ul {
	margin-bottom: 0;
}
.it-page-content .size-full.alignright {
	margin-bottom: 35px;
	margin-top: 20px;
	clear: both;
}
.wp-block-image {
    overflow: hidden;
}
.it-page-content .it-page-post > p {
	margin: 32px 0;
	margin-top: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 10px;
	padding-top: 30px;
}
.page-links > span.page-links-title {
	border: 0;
	color: inherit;
}
.wp-block-archives-list.extraclass.wp-block-archives li a {
	color: var(--tp-text-body);
}
.wp-block-archives-dropdown .nice-select {
	margin-bottom: 15px;
}
.postbox-dsc .nice-select {
	float: none;
	margin-bottom: 20px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.oit-footer-area .nice-select {
	float: none;
	margin-bottom: 20px;
}

ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}
.postbox-dsc ul li a,dl a {
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;
}
.postbox-dsc ul li a:hover,dl a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}
.wp-block-button {
	margin-bottom: 10px;
}
.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
div.postbox__details .wp-block-cover-text {
	color: #fff;
}
.wp-block-cover {
	margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}
.blocks-gallery-caption {
	margin-bottom: 40px !important;
}
.wp-block-group.has-background {
	margin-bottom: 25px;
}
.postbox-dsc p.has-text-align-center.has-large-font-size {
    font-size: 26px !important;
    line-height: 1.2;
    color: #ffff;
    margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 20px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
}
.page-links a, .page-links > span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}
.page-links > span {
	border: 2px solid #000;
	color: #000;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
}
.wp-block-preformatted {
	margin: 30px 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}


.tp-post-tag{
overflow: hidden;
clear: both;
margin-top: 20px;
padding-top: 30px;
	
}
.tp-post-tag span {
	font-size: 16px;
	color: var(--tp-common-black);
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tp-post-tag a{
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 500;
	color: var(--tp-text-11);
	background: var(--tp-grey-2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.tp-post-tag a:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-1);
}

.postbox-dsc .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: #5F6160;
	background: #F5F6F8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.postbox-dsc .wp-block-tag-cloud a:hover {
	color: #fff;
	background: #000;
}
ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
	padding-left: 0;
}

/*block quote*/
.wp-block-quote {
	border: 0;
}
 blockquote {
	margin: 35px 0px !important;
	padding: 40px;
	color: #666;
	position: relative;
	background: #f3f4f8;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
	border: 1px solid #f3f4f8;
}
blockquote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: #000;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.it-blog-area blockquote p {
	margin-bottom: 10px !important;
	line-height: 1.3;
	font-size: 20px;
	color: #070337;
	font-weight: 400;
	font-style: italic;
}
blockquote cite {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #070337;
	font-style: inherit;
	font-weight: 500;
}
blockquote cite::before {
	content: "";
	font-size: 28px;
	color: #000;
	padding-bottom: 0px;
	display: inline-block;
	background: #000;
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}

.postbox__text blockquote.is-style-large cite::before {
	margin-right: 0;
}
.wp-block-quote.has-text-align-right {
	border-right: 0;
	padding: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin: auto;
	display: inline-block;
}

.comments-box blockquote {
	background: #fff;
}
.wp-block-column .wp-block-quote {
	padding: 10px;
}

/*gallery */
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 10px !important;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

/*table */
.postbox__details table {
	margin-bottom: 30px;
	width: 100%;
}
.postbox__details  table, .postbox__details  th, .postbox__details  td {
	border: 1px solid #d1d1d1;
}
.postbox__details table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}
.postbox__details table tbody td {
	text-align: center;
}
.postbox__details table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.postbox__details .comments-text table {
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
}

.postbox-comment-item .comment-flex-fix {
    flex-wrap: wrap;
    align-items: flex-start !important;
}
.postbox-comment-item .comment-flex-fix .postbox-user-info {
    width: 100%;
    margin-top: 10px;
}
.postbox-comment-user .postbox-comment-main {
    overflow: hidden;
}
.postbox-tag-box {
    clear: both;
}

/*pabe table*/
.it-page-content table{
	margin-bottom: 30px;
}
.it-page-content table, .it-page-content th, .it-page-content td {
	border: 1px solid #d1d1d1;
}
.it-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}
.it-page-content table tbody td {
	text-align: center;
}
.it-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.it-page-content table a {
	color: #000;
}


/*post password*/

.post-password-form input[type="password"] {
  background: #F5F6F8;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.post-password-form label {
  width: 100%;
}
.post-password-form input[type="submit"]{
  width: 120px;
  height: 50px;
  background: #000;
  color: #fff;
  border: 0;
  margin-top: 10px;
  transition: .3s;
}
.post-password-form input[type="submit"]:hover {
	background: #031220;
}


.wp-block-search__input {
  background: #F5F6F8;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.wp-block-search__button{
  width: 120px;
  height: 50px;
  background: #000;
  color: #fff;
  border: 0;
  transition: .3s;
  margin-left: 0;
}
.wp-block-search__button:hover {
	background: #031220;
}


/*widget*/
.sidebar-widget ul {
	padding-left: 0;
}
.sidebar-widget ul li {
    list-style: none;
	margin-bottom: 15px;
}

.sidebar-widget ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
 .sidebar-widget ul li a:hover {
	color: var(--oit-clr-black);
} 

.it-shop-sidebar .sidebar-widget ul li a::after {
    display: none;
}
.it-blog-area .sidebar-widget ul li a::after {
	display: none;
}
.it-sv-details-area .sidebar-widget ul li a::after {
	display: none;
}
.postbox-area .sidebar-widget ul li a::after {
	display: none;
}
.sidebar-widget ul li a:hover::after {
	left: 7px;
	color: #000;
}
.sidebar-widget .rc-post-title a{
	padding-left: 0px;
}
.sidebar-widget .rc-post-title a::after{
	content: "";
}
.sidebar-widget .rc-post-thumb a{
	padding-left: 0px;
}
.sidebar-widget .rc-post-thumb a::after{
	content: "";
}

.sidebar-widget.widget_recent_comments ul li a::after {
	display: none;
}
.sidebar-widget.widget_recent_comments ul li a {
	padding-left: 0;
}
.sidebar-widget.widget_recent_comments .comment-author-link a{
	color: #000;
}
.sidebar-widget.widget_recent_entries  ul li a::after {
	display: none;
}
.sidebar-widget.widget_recent_entries  ul li a {
	padding-left: 0;
}
.sidebar-widget.widget_rss  ul li a::after {
	display: none;
}
.sidebar-widget.widget_rss .rssSummary  {
	padding: 10px 0;
}
.sidebar-widget.widget_rss  ul li a {
	padding-left: 0;
}
.sidebar-widget .nice-select {
	float: none;
}
.sidebar-widget .nice-select .list {
	width: 100%;
}
.sidebar-widget .nice-select .option {
	margin-bottom: 0 !important;
}
.sidebar-widget .nice-select::after {
	right: 18px;
}
.textwidget  img{
	max-width: 100%;
	height: auto;
}
/*sidebar block widget*/
.sidebar-widget .wp-block-group__inner-container h2  {
	font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  margin-bottom: 25px;
}
.sidebar-widget .wp-block-group__inner-container h2::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 18px;
	border-radius: 5px;
	border-radius: 50%;
	margin-right: 7px;
	background-color: var(--it-theme-1);
}
.sidebar-widget  .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	height: 57px;
	padding: 0 15px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-widget  .wp-block-search__input:focus {
	border-color: #000;
}
.sidebar-widget  .wp-block-search__input:focus-visible {
	border-color: none;
}
.sidebar-widget .wp-block-search__label {
	display: none;
}
.sidebar-widget .wp-block-search__inside-wrapper {
	position: relative;
}
.sidebar-widget .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	color: #fff;
	border: 0;
	padding: 0 25px;
}
.sidebar-widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}
.sidebar-widget.widget_block ul.wp-block-latest-posts li a {
	color: #000;
	padding-left: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}
.sidebar-widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}
.sidebar-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}
.sidebar-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-1);
}
.sidebar-widget .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: var(--tp-text-11);
	background: var(--tp-grey-2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.sidebar-widget .wp-block-tag-cloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-1);
}
.sidebar-widget .wp-block-calendar table th {
	background: no-repeat;
}

.postbox-area .sidebar-right .sidebar-widget.widget_rss ul a.rsswidget {
    font-size: 17px;
}



/*footer widget*/
.df-footer-widget ul li .rssSummary{
	padding: 10px 0;
	color: #3c3c3c;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	color: #000;
}
#wp-calendar thead {
	font-size: 14px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #666;
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0;
	transition: 0.3s;
}

#wp-calendar tbody td#today {
	background: #000;
	color: #fff;
}
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}
.sidebar-widget .wp-calendar-nav-prev a {
	color: #6c757d;
}
.footer__widget .wp-calendar-table a {
	color: var(--tp-theme-1);
}
#wp-calendar tbody td#today {
	background: #000;
	color: #fff;
}
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}
.footer__widget .wp-calendar-nav-prev a {
	color: #6c757d;
}
.footer__widget .tagcloud a {
	background: #fff;
}
.footer__widget .tagcloud a:hover {
	background: var(--tp-theme-1);
}
.footer__widget .sidebar__search input {
	background: #fff;
}
.footer__widget .nice-select {
	float: none;
}
.footer__widget.widget_rss ul li {
	line-height: 1.5;
}
/*footer block widget*/
.footer__widget .wp-block-group__inner-container h2  {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
.footer__widget   .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: #fff;
	height: 52px;
	padding: 0 15px;
}
.footer__widget  .wp-block-search__label {
	display: none;
}
.footer__widget  .wp-block-search__inside-wrapper {
	position: relative;
}
.footer__widget  .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--tp-theme-1);
	color: #fff;
	border: 0;
	padding: 0 25px;
}
.footer__widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}
.footer__widget .widget_block ul.wp-block-latest-posts li a {
	color: var(--tp-common-black);
	padding-left: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}
.footer__widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tp-common-black);
}
.footer__widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}
.footer__widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-1);
}
.footer__widget .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: var(--tp-text-11);
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.footer__widget .wp-block-tag-cloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-1);
}
.footer__widget .wp-block-calendar table th {
	background: no-repeat;
}

.bypostauthor {
	display: block;
}
.gallery-caption {
	display: block;
}
/* 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. */
}

.it-service-item-wrap .it-service-item:last-child {
    margin-bottom: 0;
}

.admin-bar .oit-header-transparent{
	margin-top: 32px !important
}

.admin-bar .oit-offcanvas {
    top: 32px !important;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .admin-bar .header-sticky{
		margin-top: 0px!important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .admin-bar .header-sticky{
		margin-top: 42px !important;
	}
}

.postbox__details .postbox__title {
	display: none;
}
.it-header-style-3 .border-none .it-header-menu nav {
	border-left: 0;
	border-right: 0;
}
.oit-footer-defult-widget ul li .comment-author-link a {
    color: #000;
}
.oit-footer-defult-widget ul li a:hover {
    color: var(--it-theme-1);
}
.oit-footer-defult-widget ul li {
    list-style-type: none;
	color: #000000;
}

.oit-footer-defult-widget ul li:not(:last-child) {
    margin-bottom: 20px;
}
.oit-footer-defult-widget ul li a::before {
    content: "";
    height: 1px;
    width: 4px;
    transition: 0.3s;
    display: inline-block;
    transform: translateY(-5px);
    opacity: 0;
    background-color: var(--it-common-white);
}
.oit-footer-defult-widget ul li a:hover::before {
  opacity: 1;
  width: 10px;
  margin-right: 10px;
  background-color: var(--it-theme-1);
}
.oit-footer-defult-widget {
    padding-bottom: 50px;
}
.df-footer-widget ul li ul {
    padding-left: 10px;
    padding-top: 10px;
}
.df-footer-widget .textwidget strong {
    color: #1e1e1e;
    font-size: 15px;
}
.df-footer-widget .textwidget p {
    color: #707070;
    margin-bottom: 0px;
}

/* Menu Last Items */
.it-header-menu ul li.menu-last .submenu{
	left: auto;
	right: 0;
}
.it-header-menu ul li.menu-last .submenu li > .submenu{
	left: auto;
	visibility: hidden;
	opacity: 0;
	right: 100%;
}
.it-header-menu ul li.menu-last .submenu li:hover > .submenu{
	visibility: visible;
	opacity: 1;
}
.it-header-menu ul li .submenu li> a:after{
    display: none;
}
.sidebar-right .widget_it_custom_contact_widget, .reak-sidebar-right .widget_it_custom_contact_widget {
    padding: 0;
}
.oit-footer-defult-widget .wp-block-heading {
    color: var(--it-common-white);
}

/*woo */
.star-rating{
	position: relative;
	display: inline-block;
}
.star-rating span {
	position: absolute;
	top: 3px;
	left: 0;
	overflow: hidden;
	font-size: 0px;
}
.star-rating::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #d9d9ea;
	font-size: 11px;

}
.star-rating span::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffbf14;
	font-weight: 900;
	display: inline-block;
	font-size: 11px;
}
.it-shop-cart a.added_to_cart.wc-forward {
    display: none;
}
.product-categories a {
	width: 100%;
	display: flex;
	font-size: 16px;
	transition: 0.3s;
	text-transform: capitalize;
	justify-content: space-between;
}
.product-categories a:hover {
	background-color: var(--it-theme-1);
	border-color: var(--it-theme-1);
	color: var(--it-common-white) !important;
}
.product-categories a:hover::after {
    color: var(--it-common-white) !important;
}

.price_slider_amount {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.price_slider_amount .button {
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    padding: 7px 40px;
}
.price_slider_amount .price_label {
    text-align: right;
}
.it-shop-widget-content a::after {
    display: none;
}


/* Default empty star (fal) */
.mytheme-star-rating i {
    color: #e0e0e0;
    font-size: 22px;
    transition: color .15s ease;
}

/* Filled stars get theme color */
.mytheme-star-rating i.filled {
    color: #2dc457 !important;
}

/* Radio Hidden */
.mytheme-star-rating input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.woocommerce-Reviews .comment-reply-title {
	font-size: 24px;
    color: var(--it-common-black);
    text-transform: capitalize;
}

.it-shop-details__price > span {
    margin-left: 0;
}

.it-shop-details__price > span > ins{
    margin-left: 20px;
	text-decoration: none;
}

.it-shop-details__Category span {
    margin-bottom: 20px;
}
.flex-control-nav.flex-control-thumbs {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.flex-control-nav.flex-control-thumbs li {
	margin-right: 10px;
	margin-top: 10px;
}
.flex-control-nav.flex-control-thumbs li:last-child {
	margin-right: 0;
}
.woocommerce-product-gallery__image img {
    width: 100% !important;
}

.it-shop-details__quantity-wrap .cart {
    display: flex;
    flex-wrap: wrap;
}
.it-shop-details__Category .posted_in a:hover {
	color: var(--it-theme-1);
}
.it-shop-details__Category .tagged_as a {
    font-size: 14px;
    line-height: 1;
    border: 1px solid #DADCE0;
    padding: 4px 12px;
    margin-bottom: 6px;
    display: inline-block;
}
.it-shop-details__Category .tagged_as a:hover {
	background-color: var(--it-theme-1);
	border-color: var(--it-theme-1);
	color: var(--it-common-white) !important;
}
.product__details-stock span {
    border: 1px solid var(--it-theme-1);
    padding: 5px 18px;
	font-family: var(--it-ff-body);
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
.it-shop-details__quantity-box .stock.in-stock {
	display: none;
}

/* Shop Details tab Table CSS */

.woocommerce-product-attributes.shop_attributes {
    width: 100%;
}

.woocommerce-product-attributes-item {
    padding: 0 30px;
	color:#212529;
}

.woocommerce-product-attributes-item__label {
    padding: 19px 30px;
	color: #212529;
}

.woocommerce-product-attributes-item__value {
    padding: 0 30px;
}

.woocommerce-product-attributes-item__value p {
    margin: 0;
	color: #212529;
}
.product__details-info table > tbody > tr:nth-of-type(odd)>* {
    background-color: #f2f2f2;
	border-top: 1px solid #eaedff;
}


/* Shop Details Review CSS */
.woocommerce-Reviews .comment_container{
	overflow: hidden;
	margin: 20px 0;
}
.woocommerce-Reviews .comment_container img {
    float: left;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.woocommerce-Reviews .commentlist {
    margin: 0;
    padding: 0;
}

.woocommerce-Reviews .comment-text {
    overflow: hidden;
}
.rel-slider-active .it-woo-product{
	margin: 0 10px;
}
.rel-slider-active {
	margin: 0 -10px;
	margin-top: 30px;
}
.it-shop-details__quantity-wrap .variations_form.cart {
	display: block;
}

/* Shop Details Product Variation CSS */

.variations tr {
    display: block;
    margin-bottom: 20px;
}
.variations tr .label {
	padding-right: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #222;
	width: auto;
	display: inline-block;
	margin-bottom: 8px;
}
.variations tr .nice-select:after {
    right: 14px;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}
.woocommerce-grouped-product-list-item {
	margin-bottom: 15px;
	display: inline-block;
}

/* View Cart Button */

.woocommerce-message {
	background: var(--it-grey-1);
	padding: 9px 20px;
	margin-bottom: 20px;
	border-top: 3px solid var(--it-theme-1);
}
.button.wc-forward {
	color: var(--it-theme-1);
}

.it-page-content table a.wc-block-components-product-name {
    color: #091216;
    font-size: 20px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	height: auto;
}
.wc-block-components-product-price {
	color: #444;
}
ins.wc-block-components-product-price__value {
    font-weight: 700;
}
body .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
}
.is-large.wc-block-cart .wc-block-cart-items th {
	font-size: 16px;
	color: #222;
}
.wc-block-components-totals-coupon-link {
	color: #444;
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 5px 18px;
	display: inline-block;
}
.wc-block-components-totals-item__label {
	color: #222;
}
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
	text-decoration: underline;
}
.wc-block-components-button__text {
	font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 30px;
    text-align: center;
    transition: 0.4s;
    position: relative;
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wc-block-components-button__text:hover {
	background-color: var(--it-common-black);
	color: var(--it-common-white);
}
.wc-block-components-shipping-calculator-address__button{
    background-color: #16171a;
}
.wc-block-components-shipping-calculator-address__button:hover{
    background-color: var(--tp-theme-1);
}
.wc-block-components-button:not(.is-link) {
	transition: .3s;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}
body .wc-block-components-form .wc-block-components-text-input input[type="email"], body .wc-block-components-form .wc-block-components-text-input input[type="number"], body .wc-block-components-form .wc-block-components-text-input input[type="tel"], body .wc-block-components-form .wc-block-components-text-input input[type="text"], body .wc-block-components-form .wc-block-components-text-input input[type="url"], body .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], body .wc-block-components-text-input input[type="tel"], body .wc-block-components-text-input input[type="text"], body .wc-block-components-text-input input[type="url"] {
	border: 1px solid hsla(0,0%,7%,.14);
}
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: 1px solid #dedede;
}
body .wc-block-components-textarea {
	border: 1px solid #dedede;
}
.wc-block-components-checkout-place-order-button.components-button  {
	line-height: inherit;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 0;
}
.wp-block-woocommerce-checkout-order-summary-block {
    padding: 0 10px;
}

/* my account  */
.form-row > label {
    margin-left: 0;
	margin-bottom: 10px;
	display: block;
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.woocommerce-LostPassword.lost_password {
    text-decoration: underline;
}
.woocommerce-Button, .woocommerce-button {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 30px;
    text-align: center;
    transition: 0.4s;
    position: relative;
    color: var(--it-common-white) !important;
    background-color: var(--it-theme-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-Button:hover, .woocommerce-button:hover {
	background-color: var(--it-common-black);
	color: var(--it-common-white);
}
div.woocommerce .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	border-bottom: 1px solid #EAEAEF;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 8px 0;
	display: inline-block;
	position: relative;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	height: 2px;
	width: 0;
	bottom: 0;
	background-color: var(--it-theme-1);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
	width: 100%;
	left: 0;
	right: auto;
}
div.woocommerce .woocommerce-MyAccount-content > p a {
	color: var(--it-theme-1);
}
div.woocommerce .woocommerce-MyAccount-content > p a:hover {
	text-decoration: underline;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	width: 100%;
}
.woocommerce-orders-table__cell {
	text-align: center;
}
.woocommerce-orders-table__cell-order-number a{
    color: var(--it-theme-1);
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
	display: flex;
	align-items: center;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title > a {
	color: var(--it-theme-1);
	font-weight: 500;
	font-size: 16px;
	margin-left: 40px;
	margin-bottom: 5px;
}
.woosw-list table.woosw-items {
	margin: 0;
	padding: 0;
	width: 100%;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    padding: 0;
}

.it-header-top-style-2.it-header-top-ptb {
    background-color: #fff;
}

/* Mini Cart */
.it-header-right-shop {
	padding: 26px 0;
	margin-right: 35px;
}
.it-header-right-shop a {
	font-size: 25px;
	position: relative;
}
.it-header-right-shop i {
	font-size: 30px;
	color: #ddd;
}
.cart__count {
	position: absolute;
	top: -12px;
	right: -7px;
	font-size: 13px;
	color: #000;
	height: 20px;
	width: 20px;
	background: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}
.mini_shopping_cart_box {
	position: absolute;
	background: #fff;
	width: 320px;
	right: -20px;
	top: 105%;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3;
}
.it-header-right-shop:hover .mini_shopping_cart_box{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    margin-bottom: 12px;
    position: relative;
  }
  .it-mini-cart-thumb {
	flex: 0 0 auto;
	margin-right: 15px;
}
  .it-mini-cart-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .it-mini-cart-title {
	font-size: 18px;
}
.it-mini-cart-del {
	position: absolute;
	right: 0px;
	top: 30%;
	font-size: 30px;
	color: #555;
}
.woocommerce-mini-cart__buttons.buttons {
	margin: 0;
}
.woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.woocommerce-mini-cart__total.total .woocommerce-Price-amount {
	font-size: 18px;
    font-weight: 600;
    color: var(--it-common-black);
}
.woocommerce-mini-cart__buttons.buttons a {
	display: block;
	background: var(--it-common-black);
	color: #fff;
	margin-top: 5px;
	padding: 8px 10px;
	font-weight: 500;
	text-align: center;
}
.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: var(--it-theme-1);
} 
.it-mini-cart-price .woocommerce-Price-amount.amount {
	color: var(--it-theme-1);
}
.woocommerce-mini-cart__empty-message {
	margin: 0;
	font-size: 20px;
	color: #333;
}

div.it-blog-3-thumb img {
	height: 304px;
	object-fit: cover;
}


/* ===============================
   DEFAULT (page load)
================================ */
.it-header-logo {
    display: none;
}

.it-header-logo-3 {
    display: block;
}


/* ===============================
   STICKY STATE
================================ */
.header-sticky .it-header-logo {
    display: block;
}

.header-sticky .it-header-logo-3 {
    display: none;
}

/* ===============================
   New Unit Test css reak
================================ */
.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a {
    margin-right: 5px;
    font-size: 14px;
    color: #000;
}

.postbox-area .wp-block-comment-reply-link.has-small-font-size a.comment-reply-link {
    border: 1px solid #000;
    display: inline-block;
    padding: 0px 11px;
	color: #000;
}
p.logged-in-as a {
    color: #000;
}
span.required {
    color: #000;
}
.comment-respond.wp-block-post-comments-form input, .comment-respond.wp-block-post-comments-form textarea {
    height: 56px;
    font-size: 14px;
    border-radius: 14px;
    border: 1px solid #1a1b1e;
}
.comment-respond.wp-block-post-comments-form textarea {
    height: 165px;
    resize: none;
    line-height: 1.4;
    padding: 17px 26px;
}
div.wp-block-post-comments-form input[type=submit] {
    padding: 20px 54px;
    padding-bottom: 20px;
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--oit-clr-white);
    letter-spacing: -0.01em;
    background-color: var(--oit-clr-black);
}
.it-blog-area.postbox-area .wp-block-column-is-layout-flow {
    margin-bottom: 20px !important;
}
:root :where(.wp-block-separator.is-style-dots)::before {
    color: #000;
}
.wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.it-blog-area.postbox-area a.wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 10px;
    padding: 0.5em 1em;
}
blockquote, .wp-block-quote {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    text-align: center;
}