/*!
Theme Name: trp child
Theme URI: http://zake.studio/
Description: child theme for trp
Author: Zake
Author URI: https://zake.studio/
Template: trp
Version: 1.0.78
Text Domain: trp-child
*/

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #F6F6F6;
}

* {
	box-sizing: border-box;
}

.nav-menu-mobile ul ul li.menu-item-has-children >a{
	color: rgba(75, 75, 75, 1) !important;
	font-weight: 600 !important;
	margin: 10px 0;
	position: relative;
}
.nav-menu-mobile ul ul li.menu-item-has-children >a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 50%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.nav-menu-mobile .menu-btn-secondary-zm{
	margin-bottom: 20px;
}

.trp-post-meta{
	border-top: 1px solid #CDCDCD;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	padding: 15px 0;
	gap: 25px 0;
}

.trp-post-meta img{
	width: auto;
    aspect-ratio: auto;
    object-fit: auto;
    border-radius: 0;
}

.trp-post-meta .card-share-post{
	background: none; 
	border: none;
	box-shadow: none;
	padding: 0;
}

.trp-contact-us{
	margin: 20px 0;
	background: #BC2026;
	border-radius: 24px;
	padding: 48px;
	color: white;
	text-align: center
}

.trp-contact-us h4{
	font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
    border-radius: 25px;
    padding: 8px 16px;
    display: inline-block;
}

.trp-contact-us h3{
	font-family: Roboto;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 20px 0;
}

.trp-contact-us p{
	font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin: 0 auto;
    max-width: 55%;
}

.trp-contact-us a{
	display: inline-flex;
	align-items: center;
	gap: 0 15px;
	background: #ffffff;
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    border-radius: 41px;
    padding: 12px 24px;
	margin: 30px auto 0;
}

.related-blogs{
	margin: 35px auto ;
	padding: 0 10px;
}

.related-blogs .view-all{
		display: flex;
		justify-content: space-between;
	align-items: center;
	}

.related-blogs .view-all h3{
	font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.related-blogs .view-all a, .related-blogs .mobile-link{
	background: none;
	border: 1px solid #BC2026;
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    text-align: left;
    border-radius: 41px;
    padding: 12px 75px;
    box-sizing: border-box;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	text-decoration: none;
}

.related-blogs .mobile-link{
		display: none;
	}

.related-blogs .posts-list-trp > article:nth-child(2n){
	position: static !important;
}

@media (max-width:768px){
	.trp-contact-us{
	padding: 24px;
	}
	
	.mobile-link

.trp-contact-us p{
	
    max-width: 80%;
}
	.desktop-link{
		display: none !important;
	}
	.mobile-link{
		display: flex !important;
		margin-top: 25px
	}
}