/*
  Theme Name: Rooft – Roofing Services HTML Template
  Author: Ordain IT
  Support: http://www.ordainit.com/support/
  Description: Rooft – Roofing Services HTML Template
  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;
}

/*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;
}
#cancel-comment-reply-link {
	color: #0083DA;
	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__comment-input input, .postbox__comment-input textarea {
    width: 100%;
    line-height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 6px;
}

.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
    border-color: #0083DA;
    outline: none;
    background: #ffffff;
}

.it-comment-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #0083DA;
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #0083DA;
    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: #0083DA;
}







.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;
}






/* post sticky */

.postbox-thumb-box.sticky {
	border: 3px solid #0083DA;
    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;
}
.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;
}
.it-footer-area .nice-select {
	float: none;
	margin-bottom: 20px;
}

ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}
.postbox__details p:last-child{
	margin-bottom: 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 #0083DA;
	color: #0083DA;
}
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: #0083DA;
}
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: #0083DA;
	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: #ff5421;
	padding-bottom: 0px;
	display: inline-block;
	background: #0083DA;
	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-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;
}
hr:not([size]) {
	height: 1px;
}

/*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: #0083DA;
}


/*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: #0083DA;
  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: #0083DA;
  color: #fff;
  border: 0;
  transition: .3s;
}
.wp-block-search__button:hover {
	background: #031220;
}


/*widget*/
.sidebar-widget .rc-post-title a{
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.56;
    margin-bottom: 0;
}
.sidebar-widget ul {
	padding-left: 0;
}
.sidebar-widget ul li {
    list-style: none;
	margin-bottom: 15px;
}
.sidebar-widget ul li:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar-widget ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
.sidebar-widget ul li a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    color: #343a40;
}
 .sidebar-widget ul li a:hover {
	color: #0083DA;
} 
.sidebar-widget ul li a::after {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #001d23;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar-widget ul li a:hover::after {
	left: 7px;
	color: #0083DA;
}
.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: #0083DA;
}
.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-size: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #f0f0f5;
}
.sidebar-widget  .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: #F5F6F8;
	height: 57px;
	padding: 0 15px;
}
.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: #0083DA;
	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: #0083DA;
	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: #0083DA;
}
.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;
}


/*footer widget*/
.it-footer-widget ul li .rssSummary{
	padding: 10px 0;
}
#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: #666;
}
#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;
}
/* .sidebar-widget .wp-calendar-table a {
	color: #0083DA;
} */
#wp-calendar tbody td#today {
	background: #0083DA;
	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: #0083DA;
	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 .header-sticky{
	margin-top: 32px !important
}
.admin-bar #header-sticky.header__area.header__transparent{
	margin-top: 32px !important;
}

.admin-bar .offcanvas__wrapper {
    margin-top: 32px;
}

@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;
}

.it-footer-defult-widget ul li a {
    color: var(--it-common-white);
    position: relative;
}
.it-footer-defult-widget ul li .comment-author-link a {
    color: #0083DA;
}
.it-footer-defult-widget ul li a:hover {
    color: var(--it-theme-4);
}
.it-footer-defult-widget ul li {
    list-style-type: none;
}

.it-footer-defult-widget ul li:not(:last-child) {
    margin-bottom: 20px;
}
.it-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);
}
.it-footer-defult-widget ul li a:hover::before {
  opacity: 1;
  width: 10px;
  margin-right: 10px;
  background-color: var(--it-theme-1);
}

.it-footer-widget ul li ul {
    padding-left: 10px;
    padding-top: 10px;
}

/* 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;
}
.it-footer-defult-widget .wp-block-heading {
    color: #fff;
}
div.it-blog-thumb img {
	height: 285px;
	object-fit: cover;
}
div.it-blog-thumb-right img {
	height: 150px;
	object-fit: cover;
}
.it-sv-details-area .widget_it_custom_contact_widget {
    padding: 0;
}
.it-sv-details-list ul li p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: var(--it-common-black-2);
}
.it-footer-col-2-4 {
    padding-left: 10px;
}