/*!
Theme Name:   NextGPT
Template:     rocked
Version:      1.0.0
Text Domain:  rocked
*/


a.app-button {
	display: block;
	color: #fff;
	padding: 8px 15px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	background-color: #3f8dc1;
	text-transform: uppercase;
	width: fit-content;
	margin: 0 0 0 auto;
	font-size: 12px;
	line-height: 12px;
}

a.glink:first-child {
	position: relative;
	padding-right: 6px;
	margin-right: 5px;
}

a.glink:first-child:after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	height: 14px;
	width: 1px;
	background-color: #3f8dc1;
	right: 0;
}

div.gtranslate_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav#mainnav {
	float: left;
}

div.main-content {
	padding: 5 0 80px;
}

div.panel-row-style {
	padding: 0!important;
}

footer.site-footer#colophon {
	display: none;
}

@media screen and (max-width: 830px) {
	div.menu-wrapper {
		width: fit-content;
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	
	header.header div.header-wrap div.row {
		display: flex;
		flex-direction: column;
	}
	
	div.site-branding {
		order: 1;
	}
	
	div.header-wrap div.menu-wrapper {
		width: 100%;
		order: 4;
	}
	
	div.header-wrap div.lang-switcher {
		width: 100%;
		margin: 10px auto;
		order: 2;
	}
	
	div.header-wrap div.app-button-wrapper {
		margin: auto;
		float: none;
		width: fit-content;
		max-width: 100%;
		margin: 10px auto 20px;
		order: 3;
	}
}


@media screen and (min-width: 3000px) {
	div#page {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	div.main-content div.container {
		width: 1800px;
		max-width: 95%;
	}
	
}