/*
Theme Name: Flatsome Child
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: 'Open Sans';
  font-display: swap;
}

@font-face {
  font-family: 'fl-icons' !important;
  src: url('/wp-content/themes/flatsome/assets/fonts/icons/fl-icons.woff2?v=3.19.14') format('woff2') !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-display: swap !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/*************** JUSTIFY ALL PARAGRAPH ***************/
p {
  text-align: justify;
}


/*************** REGISTER/MY ACCOUNT ***************/
.account-link {
    color: white !important;
    font-size: 18px;
},
.account-link:visited {
    color: Orange !important;
    font-size: 20px;
},
.account-link:active {
    color: Yellow !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}
.account-link:hover {
    text-decoration: underline;
}


/*************** LOGIN/LOGOUT ***************/
.login-logout-link {
    color: white !important;
    font-size: 18px;
},
.login-logout-link:visited {
    color: Orange !important;
    font-size: 20px;
},
.login-logout-link:active {
    color: Yellow !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}
.login-logout-link:hover {
    text-decoration: underline;
}
