/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/*====button css start====*/

@font-face {
    font-family: 'gothamthin';
    src: url('fonts/Gotham-Thin.otf') format('otf'),
		url('fonts/gotham-thin-webfont.woff2') format('woff2'),
         url('fonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamlight';
    src: url('fonts/Gotham-Light.otf') format('otf'),
 		 url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.otf') format('otf'),
    font-weight: normal;
    font-style: normal;

}
*/
.cc-window.cc-floating, .cc-animate.cc-revoke.cc-bottom {
    font-family: "gotham-light";
}

a.cc-btn.cc-dismiss {
    text-transform: uppercase;
	padding-top: 0.8em;
    padding-right: 2.3em;
    padding-bottom: 0.8em;
    padding-left: 2.3em;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

a.cc-btn.cc-dismiss:hover {
    background: #ff6d05;
}