/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* DEFAULT CSS */

#wp-admin-bar-elementor_notes {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: none;
}


/* HEADER */

.site-header {
  padding-block-end: 0;
  padding-block-start: 0;
}
.site-header .site-branding {
	padding: 60px 0;
}

/* HEADER - MENU */

.ts-top-menu a.elementor-item.elementor-item-active {
	font-weight: 500 !important; 
}


/* FLUENT FORMS STYLING */

.ts-form label.ff-el-form-check-label {
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.ts-form label.ff-el-form-check-label span {
	margin-left: 5px;
	font-size: 15px;
}


/* HOME PAGE - PANEL-2 */

.ts-panel-2 h2 span {
	font-size: 30px;
}
.ts-panel-2 p {
}


/* HOME PAGE - PORTFOLIO SECTION */

.ts-portfolio-home article {
    border-radius: 8px;
}

/* HOME PAGE - TESTIMONIAL */

.ts-testimonial div.elementor-post__text {
	background: url("images/testimonial-quote.png") top left no-repeat; 
}

@media (max-width: 767px) {
	.ts-testimonial div.elementor-post__title,
    .ts-testimonial h3.elementor-post__title {
		margin-left: 50px;
	}
}

/* HOME PAGE - WORK WITH ME CTA */

h2.ts-smaller-title {
	font-size: 44px;
}
h2.ts-smaller-title span {
	font-family: "Noto Sans" !important;
}

@media (max-width: 767px) {
	h2.ts-smaller-title {
		font-size: 40px;
	}	
}


/* ABOUT PAGE */

.ts-about-signature h2 span,
.ts-about-signature h3 span {
    font-size: 16px;
    font-weight: 500;
}


/* PORTFOLIO - ARCHIVES */

.ts-portfolio-archive div.elementor-post__thumbnail {
	border-top-left-radius:  7px;
	border-top-right-radius: 7px;
}

.ts-portfolio-archive img,
.ts-gallery-post figure.gallery-item img {
    -webkit-filter: brightness(100%);
}

.ts-portfolio-archive img:hover,
.ts-gallery-post figure.gallery-item img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.ts-portfolio-archive div.elementor-post__text {
	padding: 15px 0;
	background-color: #272523;
	border-bottom-left-radius:  7px;
	border-bottom-right-radius: 7px;
}


/* PORTFOLIO - SINGLE */ 
/* (also see transition CSS added above) */ 

.ts-gallery-post div.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
}

.ts-gallery-post figure.gallery-item {
    width: 50%;
    margin: 0;
    padding: 0 15px 20px 15px;
}

@media (max-width: 1366px) {
    .ts-gallery-post figure.gallery-item {
        margin: 0;
        padding: 0 10px 15px 10px;
    }    
}

@media (max-width: 767px) {
    .ts-gallery-post figure.gallery-item {
        width: 100%;
        margin: 0;
        padding: 0 0 25px 0;
    }      
}

.ts-gallery-post figure.gallery-item img {
    border-radius: 5px;
}

.slb_container span.slb_data_title {
    display: none !important;
}


/* DESIGN PROCESS */

.ts-toggle div.elementor-tab-title {
    background: #f9f9f9;
    border-radius: 9px;
}


/* FOOTER - COPYRIGHT */

.ts-copyright p {
	margin-bottom: 0px;
}
.ts-copyright p a {
	margin-left: 3px;
	color: #cbb097;
}

