/*
Theme Name: Atmosphere Child
Theme URI: http://atmosphere.edge-themes.com
Description: A child theme of Atmosphere Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: atmosphere
Template: atmosphere
*/



/* 
	Coming soon styles
*/

div#seed-csp4-page {
    display: table;
    width: 100%;
}

div#seed-csp4-content {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}


@font-face {
    font-family: 'gotham_bookregular';
    src: url('/wp-content/themes/atmosphere-child/assets/fonts/ufonts.com_gotham-book-webfont.woff2') format('woff2'),
         url('/wp-content/themes/atmosphere-child/assets/fonts/ufonts.com_gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: "gotham_bookregular", sans-serif!important;
}

.edgtf-content p a,
.edgtf-content a:not(vc_btn3),
.edgtf-side-menu a {
    text-decoration: underline;
}
.edgtf-content p a:hover,
.edgtf-content a:not(vc_btn3):hover,
.edgtf-side-menu a:hover,
.edgtf-content .edgtf-ps-back-btn a,
.edgtf-content h2 a {
    text-decoration: none;
}