/* Start custom CSS */.page-title {
    display:none;
}
#content {
    margin-top:0;
}
#content * {
    font-family: 'GothamBook';
}
body {
    background-color: #fff;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Book.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'GothamBook';
    src: url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/wp-content/themes/wish-site/fonts/gotham/Gotham-Bold.svg#Gotham-Book') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}/* End custom CSS */