/*
Theme Name: S-Journey
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face{
    font-family: "Aptima";
    font-weight:400;
    font-style: normal;
    src: url(fonts/Aptima.woff);
}


body{font-family: 'Aptima', sans-serif !important;}

/* Contact Form */
.contact_1{
    background: none !important;
    border-bottom:1px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10 !important;
    box-shadow: none;
}

::placeholder {
  color: #fff !important;
}

a.experience-col:hover{
    background-image: linear-gradient(#dba628, white) !important;
    color: #750612;
}
