/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap');
.innerpagesheader {
    text-align: center;
    width: 100%;
    padding: 2.6rem 0px;
}
.innarpageouter {
    width: 100%;
}
.innerpagesheader > a {
    max-width: 160px;
    margin: 0 auto 30px;
    display: block;
}
.innerpagesheader nav.main-navbar ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 35px;
}
.woocommerce button {
    background: #4b1110 !important;
}
.innerpagesheader nav.main-navbar ul a.menu-link {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    font-family: "Montserrat", sans-serif;
}
.innerpagesheader nav.main-navbar ul .current-menu-item a.menu-link,
.innerpagesheader nav.main-navbar ul a.menu-link:hover{
	color: #4B1110;
}
.innerpagesheader h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.innarpageouter .listing-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 20px;
    row-gap: 40px;
    justify-content: center;
    margin: 30px auto 70px;
    max-width: 1080px;
    width: 100%;
}
.innarpageouter .listing-item .inner-div {
    width: 200px;
}
.innarpageouter .listing-item .features-image {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.innarpageouter .listing-item .features-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.innarpageouter .listing-item .receipt-title {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #4B1110;
    font-family:"Montserrat", sans-serif;
    line-height: 1.7;
}
.innerpagesheader > p {
    font-size: 16pt;
    text-align: left;
    line-height: 1.7;
    font-weight: 500;
    margin: 0 0 15px;
    font-family: "Montserrat", sans-serif;
}
.page-item .cuts-items-outer > h2{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.cuts-items-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 0 50px;
}
.cuts-items-inner .receipt-title {
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #0000006b;
    bottom: 10px;
    padding: 10px 0px;
}
.cuts-items-inner .inner-div {
    position: relative;
}
.cuts-items-inner .receipt-title a {
    color: #FFF;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.cuts-items-inner .inner-div .features-image {
    height: 400px;
}
.cuts-items-inner .inner-div .features-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.innerpagesheader > h1 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #222;
    padding: 0 0 20px;
    margin: 0 0 30px;
   	font-family: "Oswald", sans-serif !important;
  	font-optical-sizing: auto;
}
/**/
.blog-page-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
    padding-bottom: 70px;
}
.blog-page-item .inner-div .features-image{
	height: 384px;
	width: 100%;
	margin: 0 0 20px;
}
.blog-page-item .inner-div .features-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-text .entry-title {
        letter-spacing: 0;
    line-height: 1.1;
        margin: 0 0 15px;
        color: #4B1110;
        font-size: 30px;
        font-weight: 700;
    font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
}
.blog-text .entry-title a {
    text-decoration: underline;
    font-weight: bold;
    color: #4b1110;
}
.page-template-template-ourmission .blog-text .entry-title,
.page-template-template-news .blog-text .entry-title {
    font-size: 18px;
    font-weight: 600;
}
.page-template-template-ourmission .blog-text .entry-title a,
.page-template-template-news .blog-text .entry-title a{
    font-size: 18px;
    font-weight: 600;
}
.blog-text .entry-meta {
    margin-bottom: 15px;
    color: #676c71;
    font-size: 14px;
}
.blog-text .entry-meta *{
    color: #676c71;
}
.blog-text .entry-meta span + span:before {
    content: " /  ";
    color: #B6BABB;
    margin: 0 5px;
    font-style: normal;
    opacity: .7;
}
.blog-text .entry-meta a {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
    color: #4b1110;
}
.blog-text .entry-content {
    line-height: 1.7;
}
.blog-text .entry-content p {
    margin: 0 0 20px;
    padding: 0;
    color: #777;
}
.blog-text .readmore_button a {
    display: inline-block;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    padding: 10px 20px;
    font-size: 14px;
    background: #000;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
/*single page css*/
body.single {
    background: #fff;
}
.project-description{
    padding-bottom: 120px;
}
.project-description .single-features-image {
    height: 500px;
}
.project-description .single-features-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project-description header.entry-header {
    margin: 20px 0 40px;
}
.project-description header.entry-header h1.entry-title.fn {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
}
.project-description header.entry-header .entry-meta * {
    color: #676c71;
    font-family: "Montserrat", sans-serif;
}
.project-description header.entry-header .entry-meta span.entry-author {
    color: #4b1110;
}
.project-description .entry-content p{
    color: #0c0c0c;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
        font-size: 16px;
}
.project-description figure.wp-block-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.project-description figure.wp-block-image a img {
    width: 100%;
    display: block;
}
.project-description.cuts-page header.entry-header h1.entry-title.fn {
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
.project-description.single-pages-text h1.entry-title.fn {
    font-weight: 900;
}
.project-description.single-pages-text .entry-content .wp-block-heading,
body.single .project-description .entry-content .wp-block-heading{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
body.single .innerpagesheader{
    padding-bottom: 0;
}
body.single .ast-container {
    max-width: 1240px !important;
}
.op-welcome-form form .wpforms-field {
    padding: 0;
}
.op-welcome-form form .wpforms-field input {
    min-width: 100%;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 4px !important;
    padding: 10px 15px;
}
.op-welcome-form form .wpforms-submit-container button{
    padding: 12px !important;
    color: #fff;
    width: 100% !important;
    border-radius: 50px !important;
    font-family: var(--e-global-typography-008e1f6-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-008e1f6-font-size) !important;
    font-weight: var(--e-global-typography-008e1f6-font-weight) !important;
    text-transform: var(--e-global-typography-008e1f6-text-transform) !important;
    line-height: var(--e-global-typography-008e1f6-line-height) !important;
    letter-spacing: var(--e-global-typography-008e1f6-letter-spacing) !important;
    word-spacing: var(--e-global-typography-008e1f6-word-spacing) !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    height: auto !important;
}
.op-welcome-form form .wpforms-submit-container button:hover{
    background: #182937 !important;
}
@media screen and (max-width: 1199px) {
	.innerpagesheader nav.main-navbar ul {
	    flex-wrap: wrap;
	}
	.cuts-items-inner .inner-div .features-image {
	    height: 250px;
	}
	.cuts-items-inner .receipt-title a {
	    font-size: 24px;
	}
	.innerpagesheader > p {
	    font-size: 12pt;
	}
}
@media screen and (max-width: 767px) {
	.innerpagesheader > a {
	    max-width: 90px;
	    margin: 0 auto 20px;
	}
	.innerpagesheader nav.main-navbar ul a.menu-link {
	    font-size: 14px;
	}
	.innerpagesheader nav.main-navbar ul {
	    margin: 0 0 20px;
	    gap: 15px;
	}
	.innerpagesheader {
	    padding: 2.6rem 0px 10px;
	}
	.cuts-items-inner {
	    margin: 0 0 30px;
    	grid-template-columns: 1fr;
	}
	.blog-page-item {
	    grid-template-columns: 1fr;
	    gap: 30px;
	    padding-bottom: 50px;
	}
	.blog-page-item .inner-div .features-image{
		height: auto;
	}

}