/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** CUSTOM FONTS  ***************/
/** RIFT SOFT **/
@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Demi.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Light-Italic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Medium-Italic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Demi-Italic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Rift";
	src: url("./fonts/rift/Fort-Foundry-Rift-Bold-Italic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

/** RIFT SOFT **/
@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Demi.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Light-Italic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Medium-Italic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Demi-Italic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Rift-Soft";
	src: url("./fonts/rift/Fort-Foundry-Rift-Soft-Bold-Italic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

/** CODE **/
@font-face {
	font-family: "CODE";
	src: url("./fonts/code/CODE-Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: "CODE";
	src: url("./fonts/code/CODE-Italic.otf") format("opentype");
	font-style: italic
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title {
	font-family: "Rift", sans-serif;
}


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


}
