/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.cb-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.brx-popup .brx-popup-backdrop {
    background-color: #9c9b8b8f !important;
}
#brxe-ympggu .bricks-nav-menu > .current-menu-ancestor > .brx-submenu-toggle > * {
    text-decoration: none !important;
}
#brxe-ugbkcs a:hover {
    color: #000;
}
#brxe-ympggu .bricks-nav-menu .sub-menu > .current-menu-item > a {
    background-color: transparent !important;
    color: #c7744c !important;
    text-decoration: none;
}
ul.sub-menu.brx-submenu-positioned {
    line-height: 37px !important;
    padding: 20px 0px;
}
.cb-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#brxe-bsrsay li , #brxe-8f8884 li , #brxe-73dfb3 li {
    margin-bottom: 20px;
}
#brxe-c18609-list img , #brxe-9ab3a9-list img , #brxe-c3a2a9-list img {
    width: 84px;
}
#brxe-uidkym-list img , #brxe-ulfcgt-list img , #brxe-orhdqu-list img  {
    width: 84px;
}
div#brxe-odtbur h3, div#brxe-odtbur div {
    color: #000;
}
.cb-image{
    height: 278px;
    min-height: 278px;
    position: relative;
}
li#menu-item-9 button {
    display: none;
}
div#brxe-1f2fce ul , #brxe-a2477c ul , #brxe-90d5de ul {
    padding: 0px !important;
    margin: 0;
    padding-left: 20px !important;
}
#brxe-c18609 div#brxe-c18609-track , #brxe-c3a2a9 div#brxe-c3a2a9-track , #brxe-9ab3a9 div#brxe-9ab3a9-track {
    max-width: 770px;
	margin:auto;
}
#brxe-c18609 div#brxe-c18609-track .splide__list , #brxe-c3a2a9 div#brxe-c3a2a9-track .splide__list, #brxe-9ab3a9 div#brxe-9ab3a9-track .splide__list{
    height: auto !important;
}
.accordian-sty.service-faq .accordion-title{
	color:#fff !important;
}
.accordian-sty.service-faq .accordion-title .icon {
    color: #fff !important;
}
.accordian-sty.service-faq .accordion-content-wrapper{
	color: #fff !important;
}
.bricks-comments-inner h4#reply-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 36px;
    font-family: "Playfair Display";
    margin-bottom: 10px;
}

.bricks-comments-inner p {
    font-size: 14px;
    line-height: 21px;
    color: #2B2B2B;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Poppins";
}

.bricks-comments-inner label {
    font-family: "Poppins";
}

.bricks-comments-inner textarea#comment {
    background: transparent;
    border-radius: 20px;
}

.bricks-comments-inner input#submit {
    color: #fffef6;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    border-radius: 50px;
    background-color: #c7744c;
}
.cb-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #C7744C73;
    border-radius: 20px;
}

.cb-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.cb-content {
    padding: 14px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cb-tags {
    display: flex;
    gap: 7px;
    margin-bottom: 23px;
}

.cb-tags span {
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #2B2B2B;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 100%;
}

.cb-title {
    margin: 0 0 27px;
}

.cb-title a {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: "Playfair Display";
    line-height: 35px;
    color: #000000;
}

.cb-excerpt {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 22px;
}

.cb-readmore {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #2B2B2B;
    font-family: "Poppins";
    text-decoration: underline;
}

.cb-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.cb-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 6px;
    border-radius: 50%;
    background: #f2eee8;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
}

.cb-pagination .page-numbers.current {
    background: #1f1f1f;
    color: #ffffff;
}

.cb-pagination .page-numbers:hover {
    background: #e5e1db;
}
.post-detail-content {
    max-width: 100%;
    margin: 0px;
    width: 820px;
    text-align: left;
}

.post-detail-block {
    margin-bottom: 40px;
}

.post-detail-heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    line-height: 45px;
    font-family: "Playfair Display";
}
h3#brxe-ckouox {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #C7744C;
    line-height: 45px;
    font-family: "Playfair Display";
    font-style: italic;
}
.post-detail-description p {
	font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Poppins";
}

.post-author-box {
    font-family: "Poppins";
}

.author-top {
    display: flex;
    gap: 20px;
}

.author-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.author-name {
    margin: 0;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 700;
    font-family: "Poppins";
}

.author-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0 8px;
    color: #2B2B2B;
    font-family: "Poppins";
}

.author-description {
	font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    font-weight: 400;
    font-family: "Poppins";
}

.author-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid var(--Grays-Black, #000000);
    margin-top: 25px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins";
    flex-direction: column;
}

.author-bottom .share-icons {
    border-top: 1px solid var(--Grays-Black, #000000);
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    border-bottom: 1px solid var(--Grays-Black, #000000);
    padding-bottom: 8px;
}

.share-icons a {
    margin-right: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.share-icons a img {
    width: 23px;
    height: 23px;
    object-fit: cover;
}
.share-icons a .l-icon{
	width: 22px;
	height: 21px;
}
.share-icons a .f-icon{
	width: 12px;
    height: 22px;
}
.share-icons a:hover {
    opacity: 0.6;
}
.mobile-ser-sec{
	display:none !important;
}
ul.sub-menu.brx-submenu-positioned li:hover a {
    color: #c7744c;
}

div#brxe-aa6cac {
    right: 165px;
}

div#brxe-624fa2 {
    left: 175px !important;
}

div#brxe-c4d02d {
    right: 165px;
}


div#brxe-6b9ba8 {
    left: 180px !important;
}

div#brxe-d58ec1 {
    right: 160px !important;
}

div#brxe-f56a33 {
    right: 165px;
}

div#brxe-xxasoz {
    left: 175px !important;
}

div#brxe-xxflax {
    right: 165px;
}

div#brxe-svedhf {
    left: 175px !important;
}

div#brxe-nfqghj {
    right: 165px;
}

div#brxe-1f990e {
    right: 180px;
}

div#brxe-15eade {
    left: 175px !important;
}

div#brxe-20317a {
    right: 165px;
}

div#brxe-e45041 {
    left: 180px !important;
}

div#brxe-93d145 {
    right: 165px;
}
.orangebtn.mobile , .last-mobile{
	display:none;
}

.brxe-container.mobile-target {
    display: none;
}
#brxe-mbmvma div.accordion-title-wrapper , #brxe-lhhfcp div.accordion-title-wrapper , #brxe-dccsay div.accordion-title-wrapper {
    background: #9d9c8d;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
#brxe-mbmvma div.accordion-title-wrapper h6.title, #brxe-lhhfcp div.accordion-title-wrapper h6.title, #brxe-dccsay div.accordion-title-wrapper h6.title{
    font-family: "Playfair Display";
}
@media (max-width: 1024px) {
    .cb-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
	.brxe-container.desktop-target {
		display: none;
	}
	.brxe-container.mobile-target {
		display: block;
	}
	div#brxe-15eade , div#brxe-e45041 ,div#brxe-624fa2 , div#brxe-6b9ba8 , div#brxe-xxasoz , div#brxe-svedhf {
		left: unset !important;
	}
	.orangebtn.desk , .last-desktop{
		display:none;
	}
	.orangebtn.mobile {
		display:block;
	}
	#brxe-59aa15 #brxe-77627a, #brxe-59aa15 #brxe-594453 , #brxe-59aa15 #brxe-repvdh {
		width: 100%;
	}
	.list-styling li {
		line-height: 20px !important;
        list-style-position: inside;
        margin-left: -18px !important;
        font-size: 16px !important;
        margin-bottom: 8px;
        margin-top: 8px;
    }
	.mobile-slider .splide__list {
		margin-top: 40px;
	}
	div#brxe-097245 p , #brxe-dd7a1d p , #brxe-68b244 p , #brxe-7abcd2 p {
/* 		text-align: left !important; */
	}

	.last-mobile{
		display:list-item;
	}
	div#brxe-d58ec1{
		right: unset !important;
	}
	.desktop-ser-sec{
		display:none !important
	}
	section#brxe-dxuefm {
		display: none;
	}
	.mobile-ser-sec{
		display:block !important;
	}
    .cb-archive-grid {
        grid-template-columns: 1fr;
    }
	.author-name {
		font-size: 14px;
	}

	.author-title {
		font-size: 14px;
	}

	.author-description {
		font-size: 13px;
		line-height: 20px;
	}
	.share-icons a img {
		width: 18px;
		height: 18px;
		object-fit: cover;
	}
	.share-icons a .f-icon{
		width: 9px;
		height: 18px;
	}
	.share-icons a .l-icon{
		width: 18px;
		height: 17px;
	}
	.post-detail-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.post-detail-description p {
		font-size: 14px;
		line-height: 22px;
	}
}

