/*
Theme Name: NewEra
Theme URI: http://themeforest.net/user/OrangeIdea/portfolio
Description: NewEra - Responsive Theme For WordPress
Author: OrangeIdea
Author URI: http://themeforest.net/user/OrangeIdea
Version: 1.0.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: 
License URI:
*/
@import url('framework/bootstrap/bootstrap.css');
@import url('framework/css/main_style.css');
@import url('framework/css/options.css');



.wpcf7-form-control-wrap {
    position: initial !important;
}
/*font*/
@font-face {
	font-family: "century_gothic_bold";
	src: url('/wp-content/uploads/font/century-gothic/gothicb.ttf') format("opentype");
	font-display: auto;
}
@font-face {
	font-family: "gothic";
	src: url('/wp-content/uploads/font/century-gothic/Century-Gothic') format("opentype");
	font-display: auto;
}
.gothic-font {
    font-family: "gothic" !important;
}

.century_gothic_bold {
	font-family: "century_gothic_bold" !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}