File: /home/storage/162/3480162/user/htdocs/wp-content/themes/gutenbiz/rtl.css
/*!
Theme Name: gutenbiz
*/
/*=============================================
= Normalize =
=============================================*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*=============================================
= Base Typography =
=============================================*/
html {
font-size: 90%;
}
body {
font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
font-size: 1rem;
color: #51585f;
line-height: 1.8;
}
code {
background-color: #f1f3f5;
padding: 0.125em 0.25em;
}
pre {
background-color: #f8f9fa;
padding: 20px;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #e9ecef;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}
/*=============================================
= Lists =
=============================================*/
ul,
ol {
margin: 0 1.6rem 1.6rem 0;
padding-right: 0;
}
ul {
list-style: square;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-right: 1.6rem;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.6rem 1.6rem;
}
/*=============================================
= Table =
=============================================*/
table {
margin: 0 0 1.5em;
width: 100%;
}
table th,
table td {
text-align: right;
border: 1px solid #e9ecef;
padding: 1em;
}
/*=============================================
= Links =
=============================================*/
a {
color: #16181a;
text-decoration: none;
-webkit-transition: color 0.35s ease-in-out;
transition: color 0.35s ease-in-out;
}
a:hover, a:focus {
color: #269bd1;
}
a:focus {
outline: thin dotted;
}
a:active {
outline: 0;
}
.entry-content a {
color: #269bd1;
text-decoration: underline;
}
/*=============================================
= Accesibility =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
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: #e9ecef;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #16181a;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*=============================================
= Alignments =
=============================================*/
.alignleft {
display: inline;
float: right;
margin-left: 1.5em;
}
.alignright {
display: inline;
float: left;
margin-right: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
}
.alignfull {
margin: 32px calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}
/*=============================================
= Clearings =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
display: table;
content: "";
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
clear: both;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
background-color: #269bd1;
color: #fff;
padding: 0.7rem 1rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #1e7ba6;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #16181a;
border: 1px solid #dee2e6;
padding: 0.7rem 1rem;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #51585f;
}
input[type="checkbox"],
input[type="radio"] {
margin-left: 0.5rem;
vertical-align: middle;
display: inline-block;
}
label {
margin-bottom: 0.5rem;
display: inline-block;
}
select {
border: 1px solid #dee2e6;
}
/*=============================================
= 404 Page =
=============================================*/
.error-404 {
text-align: center;
}
.error-404 .search-form {
margin-top: 20px;
}
/*=============================================
= Posts and Pages =
=============================================*/
.sticky {
display: block;
}
.hentry {
margin: 0 0 3em;
}
.updated:not(.published) {
display: none;
}
.extra-hatom {
display: none;
}
.post-thumbnail,
.entry-content {
margin: 0 0 3em;
}
.post-thumbnail {
display: block;
}
.page-links {
clear: both;
margin: 0 0 1.5rem;
}
.entry-title {
margin: 0 0 0.5em;
font-size: 2.25rem;
}
.entry-meta {
margin: 0 0 2em;
}
.entry-meta > span {
margin-left: 0.5rem;
}
.entry-meta > span:last-child {
margin-left: 0;
}
/*=============================================
= Comments =
=============================================*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#comments {
border-top: 1px solid #e9ecef;
padding-top: 2rem;
}
#comments .comment-list {
list-style-type: none;
margin-right: 0;
}
#comments .comment-list .children {
list-style-type: none;
margin-right: 2rem;
}
#comments .comment-list .comment-body {
margin-bottom: 2rem;
}
#comments .comment-list .comment-meta {
position: relative;
margin-bottom: 0.5rem;
min-height: 40px;
}
#comments .comment-list .comment-meta .comment-author img.avatar {
position: absolute;
right: 0;
top: 0;
}
#comments .comment-list .comment-meta .comment-author .fn {
margin-right: 3.5rem;
}
#comments .comment-list .comment-meta .comment-author .says {
display: none;
}
#comments .comment-list .comment-meta .comment-metadata {
margin-right: 3.5rem;
}
.comment-form-cookies-consent label {
margin-bottom: 0;
}
/*=============================================
= Captions =
=============================================*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-right: auto;
margin-left: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*=============================================
= Gallery =
=============================================*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.header-top.tb-style-1:after,
.header-top.tb-style-2:after,
.header-top.tb-style-3:after,
.rt-top-right,
.header-top.tb-style-1:before {
background: transparent !important;
}
.header-top.tb-style-1:before {
border-color: transparent !important;
}
ul#menu-topbar {
text-align: left;
}
.rt-main-menu > ul {
justify-content: flex-end;
width: 100%;
}
.header-icons {
right: auto;
left: -33px;
}
.footer-widget .widget-title,
#secondary .widget-title,
.footer-widget ul li,
.rt-top-list,
.footer-widget p,
body p,
article.post .entry-content h2,
article.page .entry-content h2,
article.product .entry-content h2,
article.post .wrapper-grid .entry-content .entry-meta,
.read-more-btn-wrap,
.inner-banner .entry-header .post-title,
.inner-banner .entry-header p,
.inner-banner .entry-header a,
.inner-banner .entry-header span,
.inner-banner .entry-header .entry-title,
.post-content,
#breadcrumb ul.trail-items,
.widget p,
.widget a,
.widget ul li,
.widget {
text-align: right;
}