/* 
Theme Name: Pritiskin
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 */

/*** custom fonts ***/
/*
@font-face {
    font-family: "Avenir";
    src: url(/fonts/AvenirLTStdLight.ttf) format("truetype");
    src: url(/fonts/AvenirLTStdLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url(/fonts/AvenirLTStdBook.ttf) format("truetype");
    src: url(/fonts/AvenirLTStdBook.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url(/fonts/AvenirLTStdHeavy.ttf) format("truetype");
    src: url(/fonts/AvenirLTStdHeavy.woff) format("woff");
    font-weight: bold;
    font-weight: 500;
    font-weight: 600;
    font-weight: 700;
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url(/fonts/AvenirLTStdBlack.ttf) format("truetype");
    src: url(/fonts/AvenirLTStdBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}

body { 
    font-family:"Avenir", Arial, sans-serif; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"Avenir", Arial, sans-serif;
}
p {
    font-family:"Avenir", Arial, sans-serif;
}
*/

/*** responsive ***/
@media screen and (min-width: 1025px) {
    .desktop-hide {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tablet-hide {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}

/*** nav ***/
.menu-item .sub-arrow {
	display: none !important;
}

/*** typography ***/
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a {
    text-decoration: underline;
    color: var( --e-global-color-accent );
}

/*** footer ***/
/** contact form **/
.contact-footer input,
.contact-footer textarea {
    background: transparent;
    color: var( --e-global-color-accent );
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var( --e-global-color-accent );
}
.contact-footer input::placeholder,
.contact-footer textarea::placeholder {
    color: var( --e-global-color-accent ) !important;
}
.contact-footer .ginput_container_consent {
    color: var( --e-global-color-accent );
    font-size: 14px;
}
.contact-footer .ginput_container_consent a {
    color: var( --e-global-color-accent );
    text-decoration: underline;
}
.contact-footer .gform_footer {
    justify-content: center;
}
.contact-footer .gform_footer .gform_button {
    background: transparent;
}

/*** forms ***/
.gform_required_legend {
    display: none;
}