/*
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

/* Font Open Sans */
@font-face {
	font-family: 'Open Sans';
	src: url( '../font/open-sans/regular.eot' );
	src: url( '../font/open-sans/regular.eot?#iefix' ) format( 'embedded-opentype' ),
	url( '../font/open-sans/regular.woff' ) format( 'woff' ),
	url( '../font/open-sans/regular.ttf' ) format( 'truetype' ),
	url( '../font/open-sans/regular.svg##open-sans ') format( 'svg' );
	font-weight: normal; /* 400 */
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url( '../font/open-sans/bold.eot' );
	src: url( '../font/open-sans/bold.eot?#iefix' ) format( 'embedded-opentype' ),
	url( '../font/open-sans/bold.woff' ) format( 'woff' ),
	url( '../font/open-sans/bold.ttf' ) format( 'truetype' ),
	url( '../font/open-sans/bold.svg##open-sans ') format( 'svg' );
	font-weight: bold; /* 700 */
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url( '../font/open-sans/italic.eot' );
	src: url( '../font/open-sans/italic.eot?#iefix' ) format( 'embedded-opentype' ),
	url( '../font/open-sans/italic.woff' ) format( 'woff' ),
	url( '../font/open-sans/italic.ttf' ) format( 'truetype' ),
	url( '../font/open-sans/italic.svg##open-sans ') format( 'svg' );
	font-weight: normal; /* 400 */
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url( '../font/open-sans/bold-italic.eot' );
	src: url( '../font/open-sans/bold-italic.eot?#iefix' ) format( 'embedded-opentype' ),
	url( '../font/open-sans/bold-italic.woff' ) format( 'woff' ),
	url( '../font/open-sans/bold-italic.ttf' ) format( 'truetype' ),
	url( '../font/open-sans/bold-italic.svg##open-sans ') format( 'svg' );
	font-weight: bold; /* 700 */
	font-style: italic;
	font-display: swap;
}
/* original red color: red:#df2e2c blue:#17a2b8*/
.main-background {
	background-color: #fff;
}

.alternate-background {
	background-color: var(--alternateBgColor);
}

.red-background {
	background-color: var(--mainColor)
}
.defaultPadding{
	padding:6rem 0;
}
.btn-primary{
	background: var(--mainColor);
}
.btn-primary:hover{
	background: var(--mainColorHover);
}

.bg-dark {
	background-color: var(--mainColor) !important;
}

a:hover,
a:active,
a:focus {
	color: var(--mainColor);
}
/* Make links distinguishable from "professional" class */
.plink {
	color: var(--mainColor);
	text-decoration: underline;
}
#main{
	margin-top:6rem;
}
/* Used to format Professional Wiki */
.professional {
	color: var(--mainColor);
}

.professional-text-color {
	color: var(--textColor);
}

.btn-primary {
	background-color: var(--mainColor);
	border-color: var(--mainColor);
	padding: 0.7em 2.1em;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: #fff;
	background-color:#2b6284;
	border-color:#285c7c;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow:0 0 0 .25rem #5188aa80;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow:0 0 0 .25rem #5188aa80;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--mainColor);
	border-color: var(--mainColorHover);
}
a.white-action-link {
	color: white;
    font-size: 1.2rem;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 30px 10px;
    text-decoration: none;
}

a.white-action-link:after {
	font-size: 1rem;
	margin-top: 3px;
	margin-left: 3px;
	display: inline-block;
	position: relative;
	right: 0;
	content: "❯";
	vertical-align: top;
}
a.white-action-link:hover {
	background: var(--mainColorHover);
}

.whiteBtn{
	background: #fff;
	color: var(--mainColor) !important;
	border-color: var(--mainColor);
	transition:all ease-in-out 0.2s;
}
.whiteBtn:hover{
	background: #ccc !important;
}
.mainBtn{
	border-radius:50%
}
footer .form-control.email{
	background: var(--mainColor);
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
	color: #fff;
    box-shadow: 0px 0px 20px 0px #20465d;
}
footer .form-control.email:active, footer .form-control.email:focus{
	background: #07070726;
}
footer .validate input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 0.6; /* Firefox */
	font-weight : 500;
  }
.newsletter {
	border-color: rgba(255,255,255,.9);
    display: block;
    margin: 15px auto !important;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 35px;
	width: 100%;
	text-transform: uppercase;
}
.newsletter:hover,
.newsletter:active,
.newsletter:focus {
	background: var(--mainColorHover);
	border-color: rgba(255,255,255,.9);
	color:#fff
}
.carousel {
 	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.carousel-item {
	min-height: 304px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: var(--mainColor);
}

.carousel-header {
	position: static;
	color: black;
	height: 55px;
	padding-top: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center;
}

.carousel-image {
	width: 100%;
}

.portfolio-item {
	margin-bottom: 30px;
}

.footer {
	position: relative;
	opacity: 1;
	clear: both;

	@media (max-width: 575px) {
		padding-left: 10%;
	}
}

.footer .footer-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer .footer-image img {
	object-fit: contain; /* This will ensure that the aspect ratio of the image is maintained */
	object-position: center center; /* Center the image within the element */
}

/* Ensure other elements in the footer have a higher z-index if needed */
.footer > .container {
	position: relative;
	z-index: 1;
}

.language-selector {
	display: block;
	padding: 0.5rem 0;
	color: #232a34;
}

.language-link {
	color: rgba(0,0,0,.3);
}

.language-link:hover,
.language-link:focus {
	text-decoration: none;
	color: var(--mainColor);
}

.language-link.active {
	color: var(--mainColor);
	font-weight: #666;
}
.expanding-box {
	border-top: 1px solid;
}

br.box-align {
	display: none;
}
footer{
	padding:6rem 0;
}
@media (min-width: 1200px) {
	br.box-align {
		display: inline;
	}
}

.wiki-feature-list i.fa {
	color: var(--mainColor);
}

p code {
	color: #000;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 2px;
	padding: 1px 4px;
	white-space: nowrap;
}

div.stickyBox {
	position: sticky;
	top: 75px;
}

a.anchor-link {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.anchor-link:hover {
	text-decoration: none;
	color: inherit;
}

a.anchor-link:focus {
	text-decoration: none;
}

a.anchor-link:before {
	content: '§';
	position: absolute;
	padding: 0 .2em;
	margin-left: -1em;
	border-radius: .2em;
	color: rgba(192, 192, 192, 0.35);
	text-shadow: 0 1px white;
}

a.anchor-link:hover:before {
	color: black;
}

a.contact-icon {
	display: flex;
	align-items: center;
}

a.contact-icon i {
	font-size: 1.5rem;
	margin-right: 10px;
}

.colored-checks i.fa-check {
	color: #58a118;
}

.colored-checks i.fa-times {
	color: #d40b2c;
}

#blogContent h3, .header-underlined h3 {
	border-bottom: 1px solid rgba(0,0,0,.1);
	line-height: 1.5;
	margin-bottom: 1rem;
}

.city-image {
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}

img.use-cases {
	max-width: 750px;
}

iframe.youtube {
	width: 100%;
	height: 412px;
	border: none;
	margin-bottom: 1rem;
}

div.youtube-gallery iframe.youtube {
	width: 100%;
	height: 200px;
}

.lead{
	font-size: 1.5rem;
	margin-bottom:30px;
	margin-top: 20px;
}
.textBanner{
	background-color: var(--mainColor);
	color:#fff;
	padding:6rem 1rem;
}
.textBanner h2{
	font-family: 'Open Sans', serif;
	margin-bottom: 25px;
}

/* home page blog items */
.blog-item{
	margin:30px auto;
	padding:30px;
	border-radius:10px;
	max-width:900px;
	background-color:#fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.blog-item p{
	font-size: 0.95rem;
	text-align:justify
}
.blog-item .imgCover{
	display: flex;
	height: 100%;
}
.blog-item .imgCover img{
	object-fit: contain;
	border-radius:5px !important;
}

.transparentBack{
	background-image: url("http://localhost:8000/img/Professional-MediaWiki-upgrades.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.transparentBack::before{
	content:'';
	width: 100%;
	height:100%;
	background:var(--mainColor);
	position: absolute;
	left: 0;
	top: 0;
	opacity:0.9;
}
.transparentBack p{
	font-size: 2.2rem;
	max-width:1000px;
	margin:0 auto 30px;
	font-family: 'Open Sans', serif;
}
.check-list {
	margin: 0;
	padding-left: 1.2rem;
	font-size: 1.1rem;
	display: inline-block;
	text-align:left;
}

.check-list li {
	position: relative;
	list-style-type: none;
	padding-left: 2.5rem;
	margin-bottom: 0.5rem;
  }

  .check-list li:before {
	  content: '';
	  display: block;
	  position: absolute;
	  left: 0;
	  top: -2px;
	  width: 5px;
	  height: 11px;
	  border-width: 0 2px 2px 0;
	  border-style: solid;
	  border-color: #00a8a8;
	  transform-origin: bottom left;
	  transform: rotate(45deg);
  }
/* hosting plan box section */
.hostingPlansSection{
	padding:6rem 0;
}
.hostingPlansSection h2{
	margin-bottom:30px
}
.list-group-item{
	border:0
}
.card{
	-webkit-box-shadow: 0 0 10px 7px rgb(0 0 0 / 0.04);
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 0.04);
	transition: all ease-in-out 0.25s;
	padding:0px 0 15px;
}

.card.selected .hosting-price, .hostingPlansSection .card:hover .hosting-price{
	color:#fff
}
.card.selected,.hostingPlansSection .card:hover{
	background:var(--mainColor);
	color:#fff
}
.card-header {
	font-size: 2.8571em;
	color: #232a34;
	font-size: 1.8em;
	margin-bottom:0;
	border-bottom:0;
	background:transparent;
	font-weight: 600;
	height: 1.88em;
	text-decoration: none;
	transition: all ease-in-out 0.25s;
}
.card-footer {
	padding: 0 1.25rem .75rem 1.25rem;
	background-color: transparent;
	border-top: none;
}
.list-group-item{
	background: transparent;
}
.support-price {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1em;
	white-space: nowrap;
}

li.hosting-item {
	padding: 1rem 1.25rem;
}

.hosting-price {
	color: var(--mainColor);
	font-weight: 600;
    font-size: 2.5714em;
	line-height: 1em;
	white-space: nowrap;
	transition: all ease-in-out 0.25s;
}
.card .hostingPlanTier{
	color: rgba(38,38,38,0.5);
	font-size: 13px;
	font-weight: 400;
    text-transform: uppercase;
	letter-spacing: 1px;
	padding-top:10px;
	transition: all ease-in-out 0.25s;
}
.hostingPlansSection .card:hover .hostingPlanTier, .card.selected .hostingPlanTier,.hostingPlansSection .card:hover .hostingPerMonth,.card.selected .hostingPerMonth{
	color: rgba(255,255,255,0.7);
}
.hostingDescription{
	color:#8e8e8e;
	transition: all ease-in-out 0.25s;
}
.hostingPlansSection .card:hover .hostingDescription, .card.selected .hostingDescription,
.hostingPlansSection .card:hover .card-header, .card.selected .card-header{
	color: rgba(255,255,255,0.9);
}
.hostingPerMonth{
	color:rgba(38,38,38,0.5);
	transition: all ease-in-out 0.25s;

}
.plan-button {
	margin-bottom: 0.35rem;
    background-color: var(--mainColor);
    color: var(--white);
}
.card.selected .plan-button{
	background: var(--mainColor);
	color: #fff;
}
.card:hover .plan-button{
	background: var(--mainColor);
	color:#fff
}
.plan-button:hover{
	background: var(--mainColorHover) !important;
	color: #fff;
	border:1px solid #fff
}

a.hosting-learn-more {
	text-transform: capitalize;
	transition: all ease-in-out 0.25s;

}
.hostingPlansSection .card:hover a.hosting-learn-more, .card.selected a.hosting-learn-more,.hostingPlansSection a.hosting-learn-more:hover {
	color:#fff;
	text-decoration: none;
}
.form-control{
	height:calc(1.5em + 0.80rem + 13px)
}
input:active, input:focus{
	border: 0;
	outline: none;
}


/* cookie bar / gdpr */
#cookie_bar{
	position: fixed;
    bottom: 10px;
    background: #000;
    padding: 15px;
	text-align: center;
	width:100%;
	margin:0 auto;
	max-width:450px;
	border-radius:5px;
	display:none;
	left: 50%;
    transform: translate(-50%);
}
#cookie_bar p{
	text-align: center;
	font-size: 14px;;
}
#cookie_bar .btn{
    width: 100%;
    border-radius: 5px;
    background: var(--mainColor);
    color: #fff !important;
    padding: 8px 0;
    font-size: 14px;
    text-transform: capitalize;
}
#cookie_bar .btn:hover{
	background:var(--mainColorHover) !important;
}
/*************************************************************
***********************Wikis For Companies******************************************/

.blog_item_box{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15) ;
	padding-top:15px;
	margin:0 auto;
	margin-bottom: 20px;
	max-width: 600px;
	transition: all ease-in-out 0.3s;
	text-align: center;
}
.blog_item_box:hover{
	box-shadow: 0 0 30px 2px rgba(0,0,0,.10);
}
.blog_container{
	margin-bottom:30px;
}
.breadcrumb {
	background:#f8f8f8;
	padding:0;
	border-left:4px solid var(--mainColorHover);
	border-radius: 0;
	padding:10px 15px;
	margin-bottom:2em;
	font-style: italic;
	margin-top:0px;
}
.breadcrumb .breadcrumb-item{
	font-size: 1em;
}
.fa-rss-square{
	color:var(--mainColor);
	font-size: 25px;
}
.fa-rss-square:hover{
	color:var(--mainColorHover);
	font-size: 25px;
}
.blog_item_box img{
	margin-bottom: 10px !important;
}
.blog_item_box p{
	font-size: 0.9rem;
}
.blog_item_box p.small{
	font-style: italic;
	color:#858585
}
.blog_item_box h4{
	margin-bottom:5px !important;
}
.blog_item_box h4 a{
	color:#222222;
	font-weight: 600;
}
.stickyBox h5{
	line-height:1em;
	font-size: 22px;
}
.card-body li{
	margin-bottom: 10px;
    line-height: 1.2em;
}
.card-body li a{
	font-size: 14px;
}
.card-body li a:hover{
	color:var(--blue)
}
.category_widget .card-body a{
    background: #40759b;
    padding: 5px 6px;
    border-radius: 5px;
    color: #fff;
	font-size: 15px;
	margin:2px 0px;
	line-height:1em;
    display: inline-block;
}
.category_widget .card-body a:hover{
	background:#2c506a;
	color:#fff;
	text-decoration: none;
}
.author_widget img{
	width:40px;
	height:40px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	margin-right:5px;
}
.author_widget .author_item{
	margin-bottom: 10px;
}
.sidebar_subscribe_box .btn-primary{
	border-radius:0;
	padding: 0.5em 2.1em;
	width: 100%;
	font-size: 15px;
	margin-top:5px !important;
}
/* single blog page */
.single_blog_section{
	padding:30px;
	border: 1px solid #e0e0e0;
}
.sideabr_social_links li{
	display: inline;
	margin-right:10px
}
.sideabr_social_links li i{
	font-size: 20px;
}
.desktopBorderRight{
	border-right:1px solid #ccc;
}


table.strengths-weaknesses th {
	width: 50%;
}

table.strengths-weaknesses ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table.strengths-weaknesses li {
	margin-bottom: 2px;
	padding-left: 1rem;
}

table.strengths-weaknesses td:first-child li {
	color: darkgreen;
}

table.strengths-weaknesses td:last-child li {
	color: darkred;
}

.pro-bullet-list li {
	margin-bottom: 1rem;
}

.pro-bullet-list li::marker {
	color: var(--mainColor);
	font-size: 1.1rem;
}

.pro-bullet-list li span {
	color: var(--mainColor);
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
}

@media (min-width: 1400px) {
	.pro-bs5-width-container {
		max-width: 1320px;
	}
}

div.extension-card a:hover {
	text-decoration: underline;
}

.showcase .showcase-text {
	padding: 3rem;
}
.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
}
@media (min-width: 768px) {
	.showcase .showcase-text {
		padding: 7rem;
	}
}




.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: "";
	background-color: #e9ecef;
}
.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
	display: table;
	content: " ";
}
.timeline > li:after {
	clear: both;
}
.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: var(--alternateBgColor);
}
.timeline > li .timeline-image img {
	height: 100%;
	object-fit: cover;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
	margin-top: 0;
	color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
	text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.timeline:before {
		left: 50%;
	}
	.timeline > li {
		min-height: 100px;
		margin-bottom: 100px;
	}
	.timeline > li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right;
	}
	.timeline > li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}
	.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.timeline > li {
		min-height: 150px;
	}
	.timeline > li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline > li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 20px 20px;
	}
}
@media (min-width: 1200px) {
	.timeline > li {
		min-height: 170px;
	}
	.timeline > li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline > li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
		margin-top: 40px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 100px 20px 20px;
	}
}


.mediawiki-ai-sections {
	.black-text-decoration {
		text-decoration-color: #000000;
	}

	h3 {
		color: #000000;
	}

	.card {
		box-shadow: none;

		.semantic-mediawiki-image {
			max-height: 400px;

			@media (max-width: 768px) {
				max-height: 300px;
			}

			@media (max-width: 480px) {
				max-height: 200px;
			}
		}
	}

	.card-img-top {
		border-radius: 10px;
	}
}

.wikibase-services {
	img {
		height: 120px !important;
	}

	@media (min-width: 1090px) {
		h4 {
			white-space: nowrap;
		}
	}
}

.wikibase-helped-section {
	.row {
		gap: 20px;
	}

	.card {
		padding: 20px;
		max-width: 350px;

		.card-title {
			color: var( --textColor );
			display: block;
			font-weight: bold;
			font-size: 1.25rem;
			margin-bottom: 20px;
		}
	}
}

.longer-heading {
	white-space: nowrap;

	@media (max-width: 1150px) {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		-webkit-line-break: after-white-space;
	}
}

.services-card-sections {
	margin-top: 30px;

	.card-title {
		font-size: 20px;
		font-weight: bold !important;
		margin-top: 15px !important;
		margin-bottom: 15px!important;
		cursor: pointer;
		color: black;
		display: block;
	}
	.card {
		border-radius: 10px;
		padding: 20px;
		height: fit-content;

		@media (max-width: 1200px) and ( min-width: 768px) {
			height: 425px;
			min-width: 300px;
		}

		.card-text {
			color: #6c757d;
			font-size: 15px;
		}
	}
}

@media (min-width: 768px) {
	.wikibase-link {
		margin-top: 41px;
	}

	.smw-link {
		margin-top: 12px;
	}
}
