/*
  Theme Name: Dustrilox –  Factory & Industry WordPress Theme
  Author: Theme_Pure
  Support: http://www.devsnews.com/support/
  Description: Dustrilox –  Factory & Industry 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{
	height: auto;
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* post sticky */
.postbox__item.sticky {
	border: 2px solid #53c351;
	padding: 30px;
}

/*--------------------------------------------------------------
# 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;
}

/*tp unit css */
.tp-blog-area ul,.tp-blog-area ol{
	padding-left: 20px;
}
.postbox__social-wrapper {
	clear: both;
	padding-top: 25px;
}
.wp-block-button {
	margin-bottom: 10px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover{
	margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
}
figure.wp-block-gallery-1.wp-block-gallery {
    margin-top: 20px;
}
.blocks-gallery-caption {
	margin-bottom: 50px;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}
figcaption.blocks-gallery-caption {
	margin-bottom: 30px;
}
.wp-block-archives-list.extraclass.wp-block-archives {
	margin-bottom: 20px;
}
.postbox__text > ul {
	margin-bottom: 20px;
}


/*tp unt commenst*/
.latest-comments ul {
	padding-left: 0;
}
.comments-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}
.latest-comments li ul.children {
    padding-left: 50px;
    list-style: none;
}
.postbox__comment-box{
	margin-bottom: 40px;
}
.latest-comments ul .comment-respond{
	margin-bottom: 45px;
}

/*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: #53c351;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.tp-blog-area blockquote p {
	margin-bottom: 10px !important;
	line-height: 1.3;
	font-size: 20px;
	font-weight: 400;
}
blockquote cite {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	font-style: inherit;
	font-weight: 500;
}
blockquote cite::before {
	content: "";
	font-size: 28px;
	color: #53c351;
	padding-bottom: 0px;
	display: inline-block;
	background: #53c351;
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
	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: 15px;
}



/*footer custom css*/
.footer-default-widget ul li {
  list-style: none;
  /* margin-bottom: 15px; */
  overflow: hidden;
}
.footer-default-widget ul li a {
  font-size: 16px;
  font-weight: var(--tp-fw-regular);
  color: #b4b8bb;
  position: relative;
}

.footer-default-widget ul li a::before {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--tp-common-white);
	width: 0;
	height: 1px;
	top: 20px;
}
.footer-default-widget ul li:hover > a::before {
	width: 100%;
	left: 0;
	right: auto;
}
.footer-default-widget ul#menu-main-links li {
	width: 50%;
	float: left;
}
.footer__post .footer__post-item:not(:last-child){
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edf2f64f;
}
.footer__col-1{
	margin-right: 0px;
}

.footer-3-widget ul li a {
	font-size: 16px;
	font-weight: var(--tp-fw-sbold);
	color: #b4b8bb;
	position: relative;
}
.footer-3-widget ul li a::before {
	position: absolute;
	content: "";
	background: var(--tp-theme-1);
	width: 5px;
	height: 2px;
	left: -10px;
	right: 0;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.footer-3-widget ul li:hover > a::before {
	visibility: visible;
	opacity: 1;
}
.footer-3-widget ul li {
	list-style: none;
	/* margin-bottom: 15px; */
}
.footer-3-widget ul li:hover > a {
	margin-left: 10px;
	color: var(--tp-common-white);
}

footer select {
    background-color: #fff;
    border-radius: 5px;
    height: 42px;
    width: 100%;
    line-height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
} 

/*blog css */
.tp-blog__thumb iframe {
	width: 100%;
}
.tp-pagination ul {
	padding-left: 0;
}
.postbox__text li{
	font-size: 16px;
}
/* .postbox__details ol li, .postbox__details ul li {
	padding-top: 7px;
} */
/* .postbox__details dl, .postbox__details ol, .postbox__details ul {
	margin-top: 0;
	margin-bottom: 25px;
} */
/* .tp-blog-area ol ol, .tp-blog-area ol ul, .tp-blog-area ul ol, .tp-blog-area ul ul {
	margin-bottom: 0;
} */
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

/* post table */
.postbox__details table {
	margin-bottom: 30px;
}
.postbox__details table, .postbox__details th, .postbox__details td {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 15px;
}
.postbox__details td {
	padding: 0 20px;
}
#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;
}
#wp-calendar thead {
	font-size: 14px;
}
#wp-calendar thead tr th {
    padding: 12px 12px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    text-align: center;
    background: #ebebeb;
    font-weight: 600;
}
#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: 8px 0;
	transition: 0.3s;
}
#wp-calendar tbody td#today {
    background: #53c351;
    color: #fff;
}
.postbox__details table a {
	color: #53c351;
}
.wp-block-table td, .wp-block-table th {
	padding: 10px 20px;
}
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	padding-left: 0;
}
.postbox__details ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}
.postbox__text ul li a, dl a {
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;
}
.postbox__text ul li a:hover, dl a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}
.wp-block-search__input {
    border: 1px solid #f0f0f5;
    background: #f6f7fb;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 30px;
}
.wp-block-search__button {
    background: #53c351;
    border: 1px solid #53c351;
    padding: 0 30px;
    color: #fff;
    margin-left: .625em;
    word-break: normal;
    font-size: 14px;
    font-family: inherit;
    line-height: inherit;
}
.wp-block-tag-cloud a {
    border: 1px solid #F2F4F6;
    color: var(--tp-theme-3);
    display: inline-block;
    font-size: 13px!important;
    font-weight: 600;
    line-height: 1;
    padding: 10px 25px;
    margin-bottom: 8px;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 5px;
}
.wp-block-tag-cloud a:hover{
	background: #53c351;
	color: #fff;
}
ul.wp-block-rss.wp-block-rss {
	padding-left: 0;
}
.wp-container-1.wp-block-group.has-background {
    margin-bottom: 30px;
    padding: 20px;
}
.postbox__text p.has-large-font-size {
	font-size: 24px !important;
	line-height: 1.2;
	margin-bottom: 10px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
	overflow: hidden;
	padding-top: 40px;
}
.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 #53c351;
	color: #53c351;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
}


.postbox__details table tbody td {
	text-align: center;
}
.postbox__details table {
	margin-bottom: 30px;
	width: 100%;
}
.postbox__details table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.post-password-form input[type="password"] {
	background: #F5F6F8;
	border: 0;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}
.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: #53c351;
	color: #fff;
	border: 0;
	margin-top: 10px;
	transition: .3s;
}
.post-password-form input[type="submit"]:hover{
	background: #333;

}
.latest-comments blockquote {
	margin: 30px 0px !important;
	padding: 40px 50px 40px;
	color: #666;
	position: relative;
	background: var(--tp-grey-5);
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 7px;
}
.latest-comments blockquote p{
	margin-bottom: 0;
}

.latest-comments .comments-text > ul, .latest-comments .comments-text > ol {
	margin-bottom: 20px;
	padding-left: 23px;
}
/* .latest-comments .comments-text ul li, .latest-comments .comments-text ol li {
	margin-bottom: 3px;
} */

.latest-comments ol ol, .latest-comments ol ul, .latest-comments ul ol, .latest-comments ul ul {
	margin-bottom: 0;
	padding-left: 25px;
}
.latest-comments li{
	font-size: 16px;
}
.latest-comments > ul > li {
	list-style: none;
}
.comment-reply-title {
	font-size: 30px;
}

/*page*/
.tp-page-content .post-comments {
	overflow: hidden;
	clear: both;
	padding-top: 60px;
}
.tp-page-content .latest-comments > ul {
	padding-left: 0;
}
.page-links > span.page-links-title {
	border: 0;
	color: #444;
}

.tp-page-content table, .tp-page-content th, .tp-page-content td {
	border: 1px solid #d1d1d1;
}
.tp-page-content table {
	margin-bottom: 30px;
	font-size: 16px;
}

.tp-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}
.tp-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}
.tp-page-content table a {
	color: #53c351;
}

.tp-page-content ol, .tp-page-content ul {
	padding-left: 25px;
	font-size: 16px;
}
/* .tp-page-content ol li ol, .tp-page-content ul li ul {
	margin-bottom: 0;
} */
.tp-page-content .size-full.alignright {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*blog sidebar */
.blog-sidebar__widget ul {
	padding-left: 0;
}
.blog-sidebar__widget .nice-select {
	float: none;
	margin-bottom: 0;
}
.blog-sidebar__widget .wp-calendar-nav {
	margin-bottom: 0;
}
.tp-blog-area .blog-sidebar__widget ul li ul,
.tp-blog-area .blog-sidebar__widget ol li ol {
	padding-top: 10px; 
	padding-left: 12px;
	margin-left: 0;
}
.blog-sidebar__widget #wp-calendar tbody td#today {
	background: #53c351;
	color: #fff;
}

.blog-sidebar__widget.widget_recent_comments ul li a::after {
	display: none;
}
.blog-sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0px;
}

.blog-sidebar__widget.widget_recent_entries ul li a::after {
	display: none;
}
.blog-sidebar__widget.widget_recent_entries ul li a {
	padding-left: 0px;
}

.blog-sidebar__widget.widget_rss ul li a::after {
	display: none;
}
.blog-sidebar__widget.widget_rss ul li a {
	padding-left: 0px;
}

/*footer widget*/
.footer__widget  ul{
	overflow: hidden;
}
.footer__widget ul ul {
	padding-left: 15px;
	padding-top: 11px;
}
.footer-default-widget ul li:last-child{
	margin-bottom: 0;
}
.footer__widget .nice-select {
	float: none;
}
.footer__widget #wp-calendar thead th {
    color: #645f5f;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    background: #ebebeb;
}
.footer__widget #wp-calendar caption {
	color: #fff;
}
.footer__widget .wp-calendar-nav {
	color: #fff;
}
.footer-default-widget ul li span.comment-author-link a{
	color: #fff;
}
.footer-default-widget.widget_recent_comments ul li {
	color: #bdbcbc;
}
.footer-default-widget.widget_rss ul li a {
	color: #fff;
}
.footer-default-widget .rssSummary {
	color: #b4b8bb;
}
.footer-default-widget .rss-date,.footer-default-widget cite {
	color: #b4b8bb;
}
.footer-default-widget .textwidget p strong {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-default-widget .textwidget p img {
	margin-bottom: 20px;
}
.footer-default-widget p{
	color: #b4b8bb;
}


/*menu*/
.main-menu ul li.menu-last .sub-menu {
	left: auto;
	right: 0;
}
.main-menu ul li.menu-last .sub-menu li > .sub-menu {
	left: auto;
	visibility: hidden;
	opacity: 0;
	right: 100%;
}
.main-menu ul li.menu-last .sub-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.main-menu ul li .sub-menu a:after{
	display: none;
}

/* 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. */
}
.bypostauthor {
	display: block;
}
.gallery-caption {
	display: block;
}

.rc__thumb{
	float: left;
}
.rc__content {
	overflow: hidden;
}

.header__lang ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.header__lang ul li {
	list-style: none;
	position: relative;
}
.header__lang ul li ul {
	position: absolute;
	top: 110%;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 120px;
	padding: 12px 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.header__lang ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.header__lang ul li {
	list-style: none;
	position: relative;
}
.header__lang ul li ul li a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.header__lang ul li ul li:hover > a{
	color:  #53c351;
}

.logo img {
	width: 113px;
}
.header__logo-overlay img {
	width: 113px;
}
.header__side-logo img {
	width: 113px;
}
.sidebar__logo img {
	width: 130px;
}
.mobile-logo img {
	width: 113px;
}
.footer__logo img {
	width: 120px;
}
.breadcrumb-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.breadcrumb-menu span.dvr {
	margin: 0 8px;
	font-size: 13px;
}
.error-404-title {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
}
.error__content p {
	margin: 20px 0;
	margin-bottom: 30px;
	padding: 0 69px;
}
.error__title {
	font-size: 35px;
}

/* sidebar block widget css*/
.blog-sidebar__widget .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 0;
}

.blog-sidebar__widget .wp-block-group__inner-container h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color: var(--tp-theme-1);
    font-weight: 500;
}

.blog-sidebar__widget ol{
	padding-left: 0;
}
.blog-sidebar__widget  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: var(--tp-heading-primary);
	padding-left: 0;
}
.blog-sidebar__widget .wp-block-calendar table th {
	background: none;
	font-weight: 700;
	padding-bottom: 0;
}


/*footer blocki widget*/
.footer__widget .wp-block-group__inner-container h2 {
    font-size: 22px;
    color: var(--tp-common-white);
    font-weight: 400;
    padding-bottom: 33px;
}
.footer__widget .wp-block-search .wp-block-search__label {
	display: none;
}
.footer__widget  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: #fff;
	padding-left: 0;
}
.footer__widget.widget_block ol{
	padding-left: 0;
}
.footer__widget.widget_block .wp-block-latest-comments__comment-link {
	color: var(--tp-fw-regular);
}
.footer__widget.widget_block  .wp-block-latest-comments__comment-meta {
	line-height: 1.4;
}
.footer__widget.widget_block .wp-block-calendar table th {
	font-weight: 700;
	background: none;
	padding-bottom: 5px !important;
}
.footer__widget.widget_block #wp-calendar tbody td {
	background: none;
	color: #b4b8bb;
}
/*admin bar css*/

.admin-bar .header-1.header-sticky,
.admin-bar .header-2.header-sticky,
.admin-bar .header-3.header-sticky,
.admin-bar .header-4.header-sticky {
	margin-top: 32px;
}

@media only screen and (max-width: 768px){
    .admin-bar .header-1.header-sticky,
	.admin-bar .header-2.header-sticky,
	.admin-bar .header-3.header-sticky,
	.admin-bar .header-4.header-sticky {
		margin-top: 46px;
	}
}

@media only screen and (max-width: 600px){
    .admin-bar .header-1.header-sticky,
	.admin-bar .header-2.header-sticky,
	.admin-bar .header-3.header-sticky,
	.admin-bar .header-4.header-sticky {
		margin-top: 0;
	}
}

/* comment reply */
.comment-reply-title small {
	margin-left: 16px;
	font-size: 16px;
	color: #53c351;
}
.comment-respond .comment-form {
	margin-bottom: 30px;
}

.nice-select {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
}


/* recent comment sidebar */

.sidebar__widget li.recentcomments span {
    float: left;
    display: inline;
}
.sidebar__widget li.recentcomments a {
    display: inline;
}
.sidebar__widget li.recentcomments:hover a {
	color: #777777;
}
.sidebar__widget li.recentcomments a:hover {
	color: var(--tp-theme-2);
}
.sidebar__widget li.recentcomments a:nth-child(2):before {
    content: none;
}
.sidebar__widget li.recentcomments a:nth-child(2) {
    padding-left: 0;
	font-weight: 600;
}
.sidebar__widget li.recentcomments a:first-child {
    padding-right: 5px;
}

/* rss sidebar */

.sidebar__widget.widget_rss ul li:not(:last-child) {
	padding-bottom: 20px;
}

.sidebar__widget.widget_rss span.rss-date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left;
    width: 100%;
}
.sidebar__widget.widget_rss a.rsswidget {
	margin-bottom:0;
}

.sidebar__widget.widget_rss ul li a.rsswidget::before {
	margin-left: -15px!important;
}

.sidebar__widget ul ul, .sidebar__widget ol ol {
	margin-left: 10px;
}

/* comment */

.latest-comments ul li.tp-comment-list:not(:last-child) {
	
}

div#respond.comment-respond {
    margin-top: 20px;
}

/* last menu */

.tp-main-menu ul li.menu-last .submenu {
	left: auto;
	right: 0;
}
.tp-main-menu ul li.menu-last .submenu li > .submenu {
    left: auto;
    visibility: hidden;
    opacity: 0;
    right: 110%;
}
.tp-main-menu ul li.menu-last .submenu li:hover > .submenu {
	visibility: visible;
	opacity: 1;
}

/* submenu arrow */
.tp-main-menu i.fal.fa-angle-down {
    font-weight: 500;
    padding-left: 5px;
}

.tp-page-area div#respond.comment-respond {
    clear: both;
}
.sidebar__widget ul li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	margin-right: 8px;
	transform: translateY(1px);
	display: inline-block;
}
.dvdr {
	margin: 0 7px;
}
.sidebar__post .rc__post:last-child{
	margin-bottom: 0;
}
.widget_recent_comments ul li a::before,.widget_recent_entries ul li a::before,.widget_rss ul li a::before {
	display: none;
}

.widget_text .nice-select .list {
	width: 100%;
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.sidebar__widget {
	padding: 30px;
}
.default-widget.footer-space-2 {
	padding-left: 0px;
}
.default-widget.footer-space-3 {
	padding-left: 0px;
}
.default-widget.footer-space-4 {
	padding-left: 0;
}

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.tp-blog__wrapper{
	margin-bottom: 40px;
}
.default-widget.footer-space-2 {
	padding-left: 0px;
}
.default-widget.footer-space-3 {
	padding-left: 0px;
}
.default-widget.footer-space-4 {
	padding-left: 0;
}

}


/* small mobile :320px. */
@media (max-width: 767px) {
.tp-blog__wrapper{
	margin-bottom: 40px;
}
.sidebar__widget {
	padding: 30px;
}
.default-widget.footer-space-2 {
	padding-left: 0px;
}
.default-widget.footer-space-3 {
	padding-left: 0px;
}
.default-widget.footer-space-4 {
	padding-left: 0;
}
.latest-comments li ul.children {
	padding-left: 0px;
}
.tpoffcanvas__social .social-icon a {
	font-size: 16px;
}
 
}
