/*
 Theme Name:   Excelcap 2020 Theme
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme for ExcelCapital
 Author:       Intelliwebmedia
 Author URI:   https://www.excelcapmanagement.com
 Template:     generatepress
 Version:      0.1
*/



/* wp admin styles */
body, html {
    height: 100%;
}

body#tinymce{ margin:0; padding:0; border:none;}

body#tinymce .company_text{ display:block !important;}

.preload{ width:0; height:0; overflow:hidden;}



/* Fonts */

@font-face {
	font-family: 'CircularStd-Book';
	src: url('fonts/CircularStd-Book.ttf');
}

@font-face {
	font-family: 'CircularStd-Medium';
	src: url('fonts/CircularStd-Medium.ttf');
}

@font-face {
	font-family: 'CircularStd-Bold';
	src: url('fonts/CircularStd-Bold.ttf');
}

@font-face {
	font-family: 'CircularStd-BookItalic';
	src: url('fonts/CircularStd-BookItalic.ttf');
}


@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.ttf');
}

@font-face {
	font-family: 'SourceSansPro-ExtraLight';
	src: url('fonts/SourceSansPro-ExtraLight.ttf');
}


@font-face {
	font-family: 'robotoblack';
	src: url('fonts/Roboto-Black-webfont.eot');
	src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Roboto-Black-webfont.woff2') format('woff2'),
	url('fonts/Roboto-Black-webfont.woff') format('woff'),
	url('fonts/Roboto-Black-webfont.ttf') format('truetype'),
	url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}