


/*------------------------------------------------------------------------------------------------------------------------------------



[Table of contents]

* fonts
	- rrr
* Common Sections
	- Reset Css
	- Common CSS
	- Wordpress CSS
	- Parent Structure
* Header Sections
	- Header / #header
	- Top bar / #top-bar
	- Logo / .site-logo
	- Menu / .main-menu
* Body Sections
	- Page / .Page
	- Page Builder / .content-section
	- Contents / .content
	- Blog / .post-entry
	- Portfolio / .portfolio
	- Widgets / .sidebar-widget
	- woocommerce / .woocommerce-item
* Footer Sections
	- Footer Widget / #footer


-------------------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------


fonts


-------------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Futura Md Bt';
    src:url('fonts/Futurami.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    src:url('/themes/custom/versh/fonts/cambriaz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Montserrat-Black';
    src: url('/themes/custom/versh/fonts/Montserrat-Black.eot');
    src: url('/themes/custom/versh/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('/themes/custom/versh/fonts/Montserrat-Black.woff2') format('woff2'),
        url('/themes/custom/versh/fonts/Montserrat-Black.woff') format('woff'),
        url('/themes/custom/versh/fonts//Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/themes/custom/versh/fonts/Montserrat-Bold.eot');
    src: url('/themes/custom/versh/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/themes/custom/versh/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/themes/custom/versh/fonts/Montserrat-Bold.woff') format('woff'),
        url('/themes/custom/versh/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
	src: url('/themes/custom/versh/fonts/Montserrat-Regular.eot');
    src: url('/themes/custom/versh/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/themes/custom/versh/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/themes/custom/versh/fonts/Montserrat-Regular.woff') format('woff'),
        url('/themes/custom/versh/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face{ 
	font-family: 'OptimaLTDStd';
	src: url('/themes/custom/versh/fonts/optimaltstd.eot');
	src: url('/themes/custom/versh/fonts/optimaltstd.eot?#iefix') format('embedded-opentype'),
	     url('/themes/custom/versh/fonts/optimaltstd.woff') format('woff'),
	     url('/themes/custom/versh/fonts/optimaltstd.ttf') format('truetype'),
	     url('/themes/custom/versh/fonts/optimaltstd.svg#webfont') format('svg');
	font-weight: normal;
    font-style: normal;	 
}




@font-face {
    font-family: 'futura_md_btmedium_italic';
    src: url('/themes/custom/versh/fonts/futurami-webfont.woff2') format('woff2'),
         url('/themes/custom/versh/fonts/futurami-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
