/*
	Theme Name:		Phantom
	Description:	Phantom
	Template:		ghost
	Version:		9.9.9
	Text Domain:	phantom
	Tags:			phantom
*/

@import url('../ghost/style.css');
@import url('css/site.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* ----------!GLOBAL---------- */
body {
	font-family: 'Roboto', sans-serif;;
	}

/* ----------!NAVIGATION---------- */
.dropdown-menu>li>a { 
	color: #333; 
	}

/* ----------!BUTTON---------- */
@media (min-width: 48em) {
	.btn-lg {
    	max-width: none;
		}
	}

/* ----------!CONTENT---------- */
.hentry p + table {
	margin-top: 30px;
	}
.hentry p + h3,
.hentry ul + h3,
.hentry ol + h3,
.hentry table + h3 {
	padding-top: 45px;
	}
.hentry h3 + table {
	margin-top: 50px;
	}