/* 
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 */


/* ------------------------------------------------------------------------ */
/* -------------------------------- GLOBAL -------------------------------- */
/* ------------------------------------------------------------------------ */

body, p {
	font-family: "forma-djr-banner", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "forma-djr-banner", sans-serif !important;
}
nav ul li a { font-family: "forma-djr-banner", sans-serif !important; }

.elementor-button-text {
    font-weight: 700 !important;
}
.icon-r ul li.elementor-icon-list-item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.yellow-nomal {
	color: var( --e-global-color-6df45c3 );
}

.yellow-italic {
	color: var( --e-global-color-6df45c3 );
	font-style: italic;
}

.blue-normal {
	color: var( --e-global-color-7470051 );
}

.blue-italic {
	color: var( --e-global-color-7470051 );
	font-style: italic;
}

::selection {
    background: #1A1A1A;
    color: #FEBE10;
}

/* ------------------------------------------------------------------------ */
/* -------------------------------- HEADER -------------------------------- */
/* ------------------------------------------------------------------------ */

/* .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a:hover, .elementor-nav-menu>li.current-menu-item:not(:last-child)>a{
	font-style: italic !important;
	font-weight: 700 !important;
	transition: all 0s;
} */

.elementor-nav-menu>li.current-menu-item:not(:last-child)>a {
    font-style: italic !important;
    font-weight: 700 !important;
}

.elementor-nav-menu .sub-menu a {
    justify-content: center !important;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-left: 0 solid transparent !important;
}

.menu-button {
    background-color: var( --e-global-color-accent );
	color: #fff;
	margin-left: 20px !important;
    transition: all .3s;
}

.menu-button:hover {
    background-color: var( --e-global-color-6df45c3 );
	color: #1A1A1A !important;
    transition: all .3s;
}

.menu-button a {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
	font-weight: 700 !important;
	text-transform: uppercase;
    letter-spacing: 0.51px;
	color: #fff;
    fill: #fff;
    text-align: center;
	padding: 10px 24px !important;
}

.menu-button a:hover {
		color: #1A1A1A !important;
}
/* ------------------------------------------------------------------------ */
/* --------------------------------- BODY --------------------------------- */
/* ------------------------------------------------------------------------ */

.swiper-pagination {
    text-align: left;
	margin-left: -6px;
}

.portfolio-tabs .elementor-widget-image a {
    display: block !important;
}

.portfolio-tabs .elementor-widget-image img:hover {
    cursor: pointer !important;
}

.portfolio-tabs .elementor-tabs-wrapper {
    flex-wrap: wrap;
}

.portfolio-tabs .elementor-tab-title {
	background: #006FBA;
	margin: 0 10px 20px;
}

.portfolio-tabs .elementor-tab-title:hover {
	background: #FEBE10;
	color: #1a1a1a !important;
	transition-duration: 0.3s;
}

.portfolio-tabs .elementor-tab-title.elementor-active {
	background: #FEBE10;
}

.portfolio-tabs .elementor-tab-content {
    padding: 0 !important;
}
/* ------------------------------------------------------------------------ */
/* -------------------------------- FOOTER -------------------------------- */
/* ------------------------------------------------------------------------ */

.page-id-1172 .footer-testimonial {
	display: none !important;
}

/* WPFORM  */

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #febe10b0 !important;
    border: 1px solid #FEBE10 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0.59 !important;
    line-height: 20px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full p {
    letter-spacing: 0.59px !important;
}

div.wpforms-container-full input , div.wpforms-container-full textarea {
	font: normal normal normal 17px/20px "forma-djr-banner" !important;
	letter-spacing:0.59px;
	border:2px solid #1a1a1a !important;
	border-radius:3px !important;
	font-weight:500 !important;
}

.wpforms-submit {
	font-weight:700 !important;
	letter-spacing:0.51px !important;
	border-radius:0 !important;
}

.wpforms-submit:hover {
	background: var( --e-global-color-6df45c3 ) !important;
	color: #fff !important; 
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    font-weight: 500 !important;
    letter-spacing: 0.51px !important;
}

/* ------------------------------------------------------------------------ */
/* ------------------------------- RESPONSIVE ----------------------------- */
/* ------------------------------------------------------------------------ */

@media (max-width: 1024px){
	.menu-button {
    background-color: var( --e-global-color-accent );
	color: #fff;
	margin-left: 0 !important;
    max-width:150.64px;
	margin: 10px 20px 20px !important;
	}
	.menu-button a{
	justify-content: center;
	}
}

@media (max-width: 991px){}

@media (max-width: 767px){
	.elementor-tabs .elementor-tabs-wrapper {
		display: flex !important;
		justify-content: center;
		max-width: 95%;
   		margin: 0 auto;
	}
	.elementor-tabs .elementor-tabs-content-wrapper {
		display: block !important;
	}
	.elementor-tabs .elementor-tab-title.elementor-tab-mobile-title {
		display: none !important;
	}
	.elementor-widget-tabs .elementor-tab-desktop-title, .portfolio-tabs .elementor-tab-title  {
    padding: 16px 16px 14px !important;
    font-size: 14px !important;
	}
	li.menu-button a {
	color: #fff !important; 
	}
	.menu-button {
    max-width: 151px;
    margin: 20px 20px 20px !important;
	}
}
@media (max-width: 575px){}

/*Min width (Mobile First)*/
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}
@media (min-width: 1400px){}