/**
 * Theme Name:     Shan Photography
 * Author:         jasmeet Kalsi
 * Template:       astra
 * Text Domain:	   shan-photography
 * Description:    Shan Photography is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Shan Photography comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Shan Photography is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 * Theme URI:      http://www.kalsiinfotech.com
 * Version:        1.0.0
 */
body{
	overflow-x:hidden;
}
header.elementor-sticky--effects {
    background: rgba(0,0,0,0.5);
}
.blogs-trend-home article h3{
	transition:all 0.3s ease;
}
.blogs-trend-home article h3:hover{
	transform:translate(10px, 0);
}
.blogs-trend-home article h3:hover a{
	color:#a78262;
}

.ekit-wid-con embed, .ekit-wid-con img:not([draggable]), .ekit-wid-con object, .ekit-wid-con video {
    max-width: 110px;
    height: auto;
    margin-right: 20px;
}
.footer-locations ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.site-footer {
    display: none;
}
.site-header{
	position:absolute;
	width:100%;
	z-index:2;
}
p{
	margin-bottom:0;
}
.ekit-wid-con .elementskit-post-image-card{
	background:transparent;
	box-shadow:none;
}
.elementskit-entry-header a {
    position: relative !important;
}
.elementskit-entry-header a:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.elementskit-post-image-card, .elementskit-entry-header{
	position:relative;
}
.elementskit-post-body {
    position: absolute !important;
    bottom: 0;
    z-index: 2;
    padding: 20px !important;
}
.elementskit-post-body h2 {
    margin-bottom: 0 !important;
}
span.ekit-accordion-title {
    padding-left: 20px;
}
.photography .elementor-widget-container{
	position:relative;
}
.photography .elementor-widget-container:before{
		display: block;
    font-family: "Playfair display";
    font-size: 150px;
    position: absolute;
    line-height: 100%;
    color: #d8cec5;
    margin-top: 0;
    content: "01.";
    top: -90px;
		left:0
}
.photography.num2 .elementor-widget-container:before{
	content: "02.";
}
.photography.num3 .elementor-widget-container:before{
	content: "03.";
}
.photography.num4 .elementor-widget-container:before{
	content: "04.";
}
.photography.num5 .elementor-widget-container:before{
	content: "05.";
}
.faq-page ul{
	padding-left:20px;
}
span.elementor-price-table__period.elementor-typo-excluded {
    margin-top: 25px;
}

.post-list-sec {
    display: flex;
	margin-bottom:50px;
	align-items: center;
}
.post-list-sec a.post-thumbnail {
    width: 45%;
}
.post-list-sec .post-content {
    width: 55%;
	padding:20px 60px;
}
.post-list-sec a.post-thumbnail img {
    height: 500px;
    object-fit: cover;
}
.post-list-sec .post-content h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}
.post-list-sec .post-content h4 {
    font-size: 22px;
    line-height: 1.3;
	text-transform:uppercase;
}
.post-list-sec .post-content p {
    font-size: 18px;
}
.post-list-sec:nth-child(even) {
    flex-direction: row-reverse;
}

@media(max-width:767px){
		footer .elementor-image-box-wrapper figure {
			position: absolute;
			left: 0;
			top: 0;
	}
	footer .elementor-image-box-wrapper .elementor-image-box-content {
			margin-left: 80px;
	}
	html, body {
			overflow-x: hidden;
	}
}