/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child - Doutor Gestão
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */

 p {
	font-size: 16px !important;
	line-height: 30px !important;
 }
 
.navigation {
    padding: 10px 0;
    justify-content: space-between;
}
.stm_lms_courses_search {
	display: none
}
#wrapper, .stm-lms-wrapper {
	background: #f8f8f8
}
.stm_lms_courses__filter:first-child {
	border: 0 none;
}
.stm_lms_courses__archive_filters {
	box-shadow: none;
	background: #fff;
	border: 1px solid #ddd;
	
}
.tpg-even.grid-behaviour {
	 align-items: normal
}
/* -----------------*/

.stm_lms_courses__archive_filters, .stm_lms_courses__single__inner, .rt-tpg-container .grid-layout1 .rt-holder, .rt-tpg-container .grid-layout3 .rt-holder {
	border-radius: 10px;
	overflow: hidden;
}
.courses_filters__activities .lms_courses.search .stm_lms_courses__search input {
	border-width: 1px;
	height: 42px;
	padding-left: 15px !important
}
.courses_filters .stm_lms_courses_grid__sort {
	border-width: 1px;
	background: #fff
}
.courses_filters__switcher{
	background: #fff
}
.stmlms-grid, .stmlms-list {
	border-width: 1px !important;
}
/* ------------------- */
.post-container {
	max-width: 1000px !important
}
.single-post .single-post-thumbnail {
	margin: 30px 0 !important
}
.single-post .post-container .post-categories ul li a {
	padding: 5px 10px !important;
	margin-bottom: 10px;
}
/* ------------------- */
@media (min-width: 767px) {
	.stm_lms_courses_grid {
		width: 1320px !important
	}
	#wrap-posts {
		display: flex
	}
	#wrap-posts-list {
		width: calc(100% - 300px);
	}

	#wrap-posts-list-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 15px;
	}
	aside {
		width: 300px
	}
}
@media (min-width: 767px) {
	.cover {
		width: 1320px;
	}
}
#sidebar {
	padding: 0 20px;
}
#sidebar ul {
	padding: 0
}
#wrap-posts-list-grid section {
	background: #fff;
    overflow: hidden;
    border-radius: 15px;
	border: 1px solid #ddd;
}
.post-main div {
	padding: 0 15px
}
.post-title h2 {
	margin-top: 20px
}
.wp-post-image {
	width: 100%
}
.categoria {
	background: #eee;
    font-size: 10px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 50px;
}
.post-category-list {
	margin: 10px 0
}
#search-list img {
	width: 250px
}

/* ------------------- */
.stm_lms_courses_wrapper h1 {
	font-size: 26px !important;
	font-weight: bold !important
}
.wp-block-masterstudy-adaptive-box.alignfull {
	border-bottom-left-radius: 0 !important;
	background-position-y: top !important;
}
.wp-block-search {
	position: relative;
}
.wp-block-search button {
	position: absolute;
    right: 5px;
    top: 5px;
}
.container-gallery {
	max-width: 1320px !important;
}
.container-gallery .wp-block-gallery.has-nested-images figure.wp-block-image img {
	height: 60px !important;
    width: auto !important;
    max-width: max-content !important;
}
/* ---- */
#sub-footer .container {
	padding: 80px 0;
}
#sub-footer ul {
	padding: 0;
}
#sub-footer li {
	list-style: none;
	display: block;
	margin: 10px 0;
}
@media (min-width: 767px) {
	#sub-footer .container {
		display: flex;
		gap: 50px;
		justify-content: stretch;
	}
	#logo-footer {
		width: 20%;
	}
	#text-footer{
		width: 30%;
	}
	#menu-footer {
		width: 30%;
	}
}
@media (max-width: 767px) { 
	#sub-footer .container {
		padding: 20px;
	}
	#sub-footer .container img {
		display: none;
	}
}
#sub-footer .container img {
	max-width: 150px
}

/*----*/
body .masterstudy-buy-button:active, body .masterstudy-buy-button:focus, body .masterstudy-buy-button:hover {
	background-color: #000 !important;
}
.user-account-page {
	background-color: #fff !important;
}