/* End custom CSS */

.elementor-kit-719640 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-color-bac526f: #4054b2;
	--e-global-color-863bac: #23a455;
	--e-global-color-3488edd6: #000;
	--e-global-color-375fb6da: #fff;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-kit-719640 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
.page-header {
	padding: 20px;
}

body .container {
	max-width: 1440px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#tab_post .panel-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.divider-color-container {
	background: #f0f0f0;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 3.87px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tab_post .divider-img-container {
	background-image: url("https://myquestconcierge.com/wp-content/uploads/2021/06/divider-colors.jpg");
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 3.87px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tab_post .divider-img-container.nitro-lazy {
	background-image: none !important;
}

#tab_post .card_post .img_card {
	height: 305px;
}

#tab_post .card_post .img_card .img {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
}

#tab_post .card_posts {
	display: grid;
	grid-template-columns: repeat(4, [col-start] 1fr);
	grid-gap: 20px;
}

.tabs_post_c .card_post p, .tabs_post_c .card_post span, .tabs_post_c .card_post a {
	font-family: Roboto;
}

.tabs_post_c .card_post {
	background: #f4f4f4;
	border-radius: 16px;
	text-align: center;
}

.tabs_post_c .card_post .card_content {
	padding: 10px;
}

.tabs_post_c .card_post .title a {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #f90983;
}

.tabs_post_c .card_post .post_date span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #b8b8b8;
}

.tabs_post_c .card_post .post_content p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #454545;
}

.tabs_post_c .card_post .post_cat span {
	font-style: normal;
	font-weight: bold;
	font-size: 15.63px;
	line-height: 27px;
	text-align: center;
	color: #ffbe00;
}

.tabs_post_c .card_content .divider img {
	width: 127px;
	max-width: 127px;
	height: 2.57px;
}

.tabs_post_c .tabs_custom li {
	padding: 15px 5px 15px 5px;
}

.tabs_custom {
	margin: 5px;
	list-style: none;
	display: flex;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
}

.tabs_custom li.r-tabs-state-active a {
	background: #f90983;
	color: #fff;
}

.tabs_custom li .btn-category-tab {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #282828;
	border-radius: 7.2px;
	padding: 5px 10px 5px 10px;
}

.tabs_custom li .btn-subcategory-tab {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	color: #5c5c5c;
	border-radius: 7.2px;
	padding: 5px 10px 5px 10px;
	background: #eaeaea;
}

.tabs_custom li .btn-subcategory-tab:hover {
	background: #f90983;
	color: #fff;
}

/** para POST TABS JQUERY **/
.uc_bold_tabs .panes {
	display: none;
}

.r-tabs .r-tabs-tab {
	display: block;
	margin: 0;
	list-style: none;
}

.r-tabs .r-tabs-panel {
	padding: 0;
	display: none;
}

.r-tabs .r-tabs-accordion-title {
	display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

@media (min-width: 1200px) {
	body .container {
		max-width: 1240px;
		padding: 10px;
	}
}

@media (max-width: 1024px) {
	#tab_post .card_posts {
		display: grid;
		grid-template-columns: repeat(2, [col-start] 1fr);
		grid-gap: 20px;
	}
}

@media (max-width: 767px) {
	body .container {
		padding: 10px;
	}
	
	.tabs_custom {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: initial;
	}
	
	.tabs_custom li {
		flex: 0 0 auto;
	}
	
	#tab_post .card_posts {
		display: grid;
		grid-template-columns: repeat(1, [col-start] 1fr);
		grid-gap: 20px;
	}
}
