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

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/Century Gothic.eot');
	src: url('assets/fonts/Century Gothic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Century Gothic.woff2') format('woff2'),
		url('assets/fonts/Century Gothic.woff') format('woff'),
		url('assets/fonts/Century Gothic.svg#Century Gothic') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F108;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/Century Gothic Bold.eot');
	src: url('assets/fonts/Century Gothic Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Century Gothic Bold.woff2') format('woff2'),
		url('assets/fonts/Century Gothic Bold.woff') format('woff'),
		url('assets/fonts/Century Gothic Bold.svg#Century Gothic Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F108;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/Century Gothic Bold Italic.eot');
	src: url('assets/fonts/Century Gothic Bold Italic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Century Gothic Bold Italic.woff2') format('woff2'),
		url('assets/fonts/Century Gothic Bold Italic.woff') format('woff'),
		url('assets/fonts/Century Gothic Bold Italic.svg#Century Gothic Bold Italic') format('svg');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-F108;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('assets/fonts/Century Gothic Italic.eot');
	src: url('assets/fonts/Century Gothic Italic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Century Gothic Italic.woff2') format('woff2'),
		url('assets/fonts/Century Gothic Italic.woff') format('woff'),
		url('assets/fonts/Century Gothic Italic.svg#Century Gothic Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-F108;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.dropcap {
	color: white;
	display: inline-block;
	float: left;
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
	width: 43px;
	margin: 3px 9px 0 0;
	background: #c4c4c4;
	font-family: Georgia;
    clear: left;
}

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


}