/*
Theme Name: Blossoming
Theme URI: http://www.blossoming.it/
Author: redvoler
Author URI: http://www.redvolver.it
Description: Redvolver Framework
Version: 1.0
License: GNU General Public License
License URI: GPL.txt
Tags: editor-style, custom-menu, blossoming, redvolver
Text Domain: redvolver
*/

.gcp_link {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row; }
@media screen and (max-width: 1023px) {
	.gcp_link {
		right: auto;
		left: 5px;
		bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; } }
.gcp_link span {
	font-size: 15px;
	font-family: "BlossomPro", sans-serif;
	color: white;
	margin-right: 10px; }
@media screen and (max-width: 1023px) {
	.gcp_link span {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 12px; } }
.gcp_link a img {
	width: 60px;
	height: 60px; }

