/*
Theme Name:   Janelas child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://janelaswp.themesflat.com/
Template:     janelas
Version:      1.0.1
Tested up to: 5.9.3
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  janelas-child-theme
*/

@font-face {
    font-family: 'GRAPHIKARABIC';
    src: url('/fonts/GRAPHIKARABIC-SEMIBOLD.OTF');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'GRAPHIKARABIC';
    src: url('/fonts/GRAPHIKARABIC-MEDIUM.OTF');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GRAPHIKARABIC';
    src: url('/fonts/GRAPHIKARABIC.OTF');
    font-weight: 400;
    font-display: swap;
}


.tf-services-wrap.style3 .services-post .post-icon {
    display: none;
}

.tf-services-wrap.style3 .services-post .tf-button-container {
    margin: 0 !important;
}

.tf-services-wrap.style3 .services-post .content {
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
}

.services-post .featured-post a, .portfolios-post .featured-post a, .project-post .featured-post a {
	width: 100%;
}

nav.rank-math-breadcrumb {
    text-align: center;
    color: #fff;
    position: relative;
}

nav.rank-math-breadcrumb p, nav.rank-math-breadcrumb a {
    color: #fff;
}

.page-title .page-title-heading {
    letter-spacing: 0;
    margin-bottom: 10px;
}

.wpcf7, .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}

#footer {
    padding-top: 33px !important;
    padding-bottom: 28px !important;
}

.tficonbox .wrap-icon.circle .wrap-icon-inner, .tficonbox .wrap-icon.circle-outline .wrap-icon-inner, .tficonbox .wrap-icon.circle .wrap-icon-spin-around:before, .tficonbox .wrap-icon.circle-outline .wrap-icon-spin-around:before {
    padding: 0 !important;
}

.contact-get-quote .form-group span {
    margin-right: 0;
	margin-left: 0;
}

.contact-get-quote .form-group span:first-child {
    margin-right: 30px;
	margin-left: 0;
}


@media only screen and (max-width:768px) {
	.themesflat-top {
		display: none;
	}
}