/*
	Theme Name: Elipsa
	Theme URI: https://elipsa.qodeinteractive.com
	Description: A Contemporary Theme for Creative Business
	Author: Edge Themes
	Author URI: https://qodeinteractive.com
	Text Domain: elipsa
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
	Version: 1.2.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/

/* home left sticky fix */
.elementor-element.qodef-sticky-column > div {
	position: fixed;
	left: 40px;
	bottom: 40px;
	width: calc( 50% - 40px );
}

@media only screen and (max-width: 1024px) {
	.elementor-element.qodef-sticky-column > div {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

/* hide slide index on home page */
.elementor-element.qodef-sticky-column rs-bullets {
	display: none;
}

/* misc - hide social share, and burger on desktop */
.home .qodef-social-share {
	display: none;
}

#qodef-page-header .widget_elipsa_core_side_area_opener {
	display: none;
}

#qodef-page-header .widget_elipsa_core_search_opener.widget {
	margin-right: 0;
}

/* back-to-top */
#qodef-back-to-top {
	width: auto;
}

#qodef-back-to-top .qodef-back-to-top-text {
	padding: 0 10px;
}

#qodef-back-to-top .qodef-svg-holder {
	height: calc(100% + 2px);
	-webkit-transform: translate(-14px,-5px) rotate(-6deg);
	-ms-transform: translate(-14px,-5px) rotate(-6deg);
	transform: translate(-14px,-5px) rotate(-6deg);
	width: calc(100% + 25px);
}

/* category changes */
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-category {
	width: auto; 
}

.qodef-e-info-category .qodef-svg-holder {
	height: calc(100% + 16px);
	-webkit-transform: translate(-12px, -7px) rotate(-6deg);
	-ms-transform: translate(-12px, -7px) rotate(-6deg);
	transform: translate(-12px, -7px) rotate(-6deg);
	width: calc(100% + 20px);
	z-index: -1;
}

.qodef-e-info-category .qodef-svg-holder svg {
	color: #d6986a;
}

.entry-date {
	display:none;
}


#sertMain #gallery-1 img {
	width: 70%;
}
html {
	scroll-behavior: unset!important;
}
.form_small_text{
	font-size: 12px;
    line-height: 1.2;
    margin-top: 30px;
}
.form_small_text a{
	color: #d6986a;
}

@media only screen and (max-width: 1024px) {
	#sertMain #gallery-1 img {
		width: 100%;
	}
	}	