/*
Theme Name:  StructurePress Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the StructurePress
Author:      ProteusThemes
Template:    structurepress-pt
Version:     v1.0.0
*/


/* add custom CSS code bellow */

/* .jumbotron .jumbotron__extras {
	display: flex;
	align-items: center;
	align-content: center;
}

.page-template-template-front-page-slider .jumbotron__widgets .icon-box .fa {
	font-size: 28px;
	flex-grow: 0;
}

.page-template-template-front-page-slider .jumbotron__widgets {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.page-template-template-front-page-slider .jumbotron__widgets .widget {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0;
} */

/* .page-template-template-front-page-slider .jumbotron__widgets .widget-social-icons {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0;
} */

a:focus {
	outline: none;
}

.hidden {
	display: none!important;
}

.page-box__title {
	margin-bottom: 0.6rem;
}

.portfolio-grid__nav-link {
	color: #414141;
	padding-bottom: 1rem;
}

.portfolio-grid__nav-item.is-active > .portfolio-grid__nav-link {
	user-select: none;
}

.top__menu {
	visibility: hidden;
}

.sidebar .widget_nav_menu a {
	color: #3b3b3b;
}

.jumbotron__widgets .icon-box {
	display: flex;
	align-items: center;
	margin-right: 0;
}

.jumbotron__widgets .icon-box .icon-box__text {
	margin-left: 8px;
}

.btn.btn-primary {
	/* text-shadow: 1px 1px 1px rgba(0,0,0, 1); */
}

.cta-row {
	background-color: white;
	border-top: 6px dotted gray;
	border-bottom: 6px dotted gray;
}

.call-to-action .call-to-action__title {
	color: #303030;
}

.header__logo img {
	margin: 0;
	margin-top: 0;
	padding-right: 1rem;;
}

.jumbotron-content__description .btn {
	text-shadow: none;
}

.page-box--inline .page-box__title {
	margin-bottom: 0.2rem;
}

.meta__item.meta__item--author {
	display: none;
}

/* .page-box--inline .page-box__picture img {
	margin-bottom: 0;
	min-height: 100%;
	object-fit: cover;
} */

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 1rem;
}

.wp-block-latest-posts__post-title {
	font-weight: bold;
	line-height: 1rem;
	color: #3f3f3f;
}

.widget_archive ul, .widget_pages ul, .widget_categories ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
	list-style: none;
	padding: 0;
}

.widget_archive a, .widget_pages a, .widget_categories a, .widget_meta a, .widget_recent_comments a, .widget_recent_entries a, .widget_rss a {
	font-size: 18px;
	font-weight: bold;
}

ol.wp-block-latest-comments {
	padding: 0;
}

@media (min-width: 992px) {
	.header__logo img {
		margin-top: 0!important;
	}

	.jumbotron-content__title {
		text-shadow: 4px 4px 6px rgba(0,0,0, 1);
	}

	.jumbotron-content__description p {
		font-size: 18px;
		font-weight: bold;
		text-shadow: 1px 1px 6px rgba(0,0,0, 1);
	}

}

@media (min-width: 1200px) {
	.jumbotron__extras {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: linear-gradient(rgba(0,0,0, 0.6), #000000);
	}
  }

.jumbotron__control {
	background: #FFFFFF;
	user-select: none;
}

.jumbotron .carousel-item > img {
	object-position: right center;
	width: 100%;
	min-width: 100%;
	height: 660px;
	max-height: 60vh;
	max-width: 100%!important;
	object-fit: cover;
}