/*
Theme Name: SA.repair
Theme URI: https://sa.repair/
Author: SA.repair
Author URI: https://sa.repair/
Description: Mobile and Tablet Responsive WordPress Theme
License: SA.repair
License URI: -
Version: 3.0.1
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sweipe
*/

body *{

	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

input{
	outline: none;
}

.logged-in.admin-bar .tc-page {
	top: 0;
}

.logged-in.admin-bar .ms-panel,
.logged-in.admin-bar .tc-page {
	top: 32px;
	bottom: 0;
}

@media screen and (max-width: 782px){
	.logged-in.admin-bar .ms-panel ,
	.logged-in.admin-bar .tc-page {
		top: 46px;
	}
}

.entry-header{
	line-height: normal;
	margin-bottom: 10px;
}

.wp-block-quote{
	padding: 10px 30px;
	border-left: 5px solid rgba(0,0,0,.12);
	margin: 10px 0;
}

.wp-block-quote.has-text-align-right{
	padding: 10px 30px;
	border-left: none;
	border-right: 5px solid rgba(0,0,0,.12);
	margin: 10px 0;
}

.wp-block-pullquote{
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-bottom-color: inherit;
	border-top-color: inherit;
}

figure{
	max-width: 100%;
	height: auto;
	margin: 0 0 1rem;
}

article img{
	max-width: 100%;
	height: auto;
}

.alignleft{
	display: block;
	margin-right: 1rem;
	float: left;
}

.alignright{
	display: block;
	margin-left: 1rem;
	float: right;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
	display: inline-block;
}

sub, sup{
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub{
	bottom: -.25em;
}

sup{
	top: -.5em;
}

var {
	font-style: italic;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
	-webkit-box-shadow: inset 0 -0.1rem 0 rgb(0 0 0 / 25%);
	box-shadow: inset 0 -0.1rem 0 rgb(0 0 0 / 25%);
}

b, strong {
	font-weight: bolder;
}

table {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

table th,table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
	/*white-space: nowrap;*/
}

table thead:first-child tr:first-child th,table tbody:first-child tr:first-child th,table tbody:first-child tr:first-child td {
	border-top: 0
}

table thead:first-child tr:first-child th:first-child,table tbody:first-child tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0
}

table thead:first-child tr:first-child th:last-child,table tbody:first-child tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0
}

table thead:last-child tr:last-child th:first-child,table tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px
}

table thead:last-child tr:last-child th:last-child,table tbody:last-child tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr, tla, acronym {
	text-decoration: underline;
	cursor: help;
}

ins {
	background-color: rgba(254,255,0,0.68);
	text-decoration: none;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

cite, q {
	font-style: italic;
}

.bypostauthor{

}

.wp-caption,.wp-caption img {
	max-width: 100%;
	text-align: center
}

.wp-caption-text {
	font-size: .875rem;
	color: #6c757d;
	margin: 3px 0
}

.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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.entry-content .wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
	max-width: 100%;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	background-color: #f8f8f8;
	text-align: center;
}

.entry-content .wp-caption img {
	max-width: 98%;
	height: auto;
}

.page-links > *:not(:first-child){
	padding:0 7.5px;
}


[id*="gallery-"]{
	margin: auto;
}

[id*="gallery-"] .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}

.gallery-columns-9 .gallery-item{width: calc(100% / 9);}
.gallery-columns-8 .gallery-item{width: calc(100% / 8);}
.gallery-columns-7 .gallery-item{width: calc(100% / 7);}
.gallery-columns-6 .gallery-item{width: calc(100% / 6);}
.gallery-columns-5 .gallery-item{width: calc(100% / 5);}
.gallery-columns-4 .gallery-item{width: calc(100% / 4);}
.gallery-columns-3 .gallery-item{width: calc(100% / 3);}
.gallery-columns-2 .gallery-item{width: calc(100% / 2);}
.gallery-columns-1 .gallery-item{width: calc(100% / 1);}


.gallery-columns-9 .gallery-item:nth-child(9n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1)
{clear: left;}

[id*="gallery-"] img {
	border: 2px solid #cfcfcf;
}

[id*="gallery-"] + * {
	clear: left;
}

[id*="gallery-"] .gallery-caption {
	margin-left: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.format-image .entry-content {
	overflow: hidden;
	padding: 0
}

.format-image .post-format-image {
	margin-bottom: 20px
}

.format-image img.wp-post-image {
	width: 100%
}

.format-image .entry-content img,
.format-image .entry-content a {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	width: 100%
}

.format-image .entry-content .wp-caption img{
	margin-bottom: 0;
}

.format-image .entry-content>* {
	margin-right: 20px;
	margin-left: 20px
}

.format-image .entry-content ol,.format-image .entry-content ul {
	padding-right: 20px;
	padding-left: 20px
}

.format-image .entry-content table {
	margin-right: 0;
	width: 93%
}

.format-image .entry-content .wp-caption {
	margin: 0;
	padding: 0;
	width: 100%!important;
	border: 0
}

.format-image .entry-content .wp-caption figcaption.wp-caption-text {
	padding-bottom: 20px
}

.format-image .entry-content .wp-caption img {
	max-width: 100%;
	width: 100%
}

.format-image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	max-width: 100%
}

.format-video .video-container,.fluid-width-video-wrapper {
	margin-right: 0!important;
	margin-bottom: 20px;
	margin-left: 0!important;
	width: 100%
}

.format-video .entry-content {
	padding: 0
}

iframe{
	max-width: 100%;
}

.format-video .entry-content>* {
	margin-right: 20px;
	margin-left: 20px
}

.format-video .entry-content *:first-child,.format-video .video-container,.format-video .fluid-width-video-wrapper {
	margin-right: 0;
	margin-left: 0
}

.format-video .entry-content ol,.format-video .entry-content ul {
	padding-right: 20px;
	padding-left: 20px
}

.format-video .entry-content table {
	margin-right: 0;
	width: 93%
}

.page-links {
	clear: left;
}

@media (max-width: 767px){
	.tc-blog-sidebar-box:first-child{
		margin-top: 30px;
	}

	.ms-panel .tc-blog-sidebar-box:first-child{
		margin-top: 0;
	}
}
