@charset "UTF-8";
/**
 *
 *	Admin page styles for the plugin
 *
 *	@since 1.0
 *
 **/
 

.gfb-inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
 
 .gfb-layout {
	width: 100%;
}
 
 .gfb-layout .field-label {
	width: 40%;
}

.gfb-def-list dd {
	margin-left: 5px;
}

.gfb-def-list dt,
.gfb-def-list dd {
	display: inline-block;
	margin-bottom: 1em;
}

.gfb-desc {
	font-style: italic;
}

.gfb-highlight {
	background: #e4f2fd;
	padding: 10px;
}

.gfb-example {
	margin: 5px 0;
}

.genesis-footer-builder .metabox-holder,
.genesis_page_genesis-footer-builder .metabox-holder,
.genesis-footer-builder .genesis-metaboxes,
.genesis_page_genesis-footer-builder .genesis-metaboxes {
	position: relative;
}

.genesis-footer-builder .genesis-metaboxes,
.genesis_page_genesis-footer-builder .genesis-metaboxes {
	max-width: 690px;
}

.genesis-footer-builder #column2-sortables,
.genesis_page_genesis-footer-builder #column2-sortables {
	position: absolute;
	left: 750px;
	top: 10px;
	min-width: 300px;
	max-width: 300px;
}

.genesis-footer-builder h2.hndle,
.genesis_page_genesis-footer-builder h2.hndle {
	float: none;
}

.gfb-lander-banner {
	position: absolute;
	left: 750px;
	top: 223px;
	max-width: 300px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.gfb-lander-banner h3 {
	line-height: 1.4;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	background-color: #ffffff;
}

#gfb-sb-showcase {
	_margin-top: 325px;
}

.gfb-sb-creds {
	border-top: 1px solid #bfbfbf;
	padding: 10px 0 0;
	margin-top: 10px;
}

#tab-panel-gfb-ht-shortcodes dt {
	font-weight: bold;
}

#tab-panel-gfb-ht-shortcodes dd {
	margin-left: 15px;
}

.genesis-footer-builder .one-half {
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.genesis-footer-builder .first {
	margin-left: 0;
}

.genesis-footer-builder .clearfix {
	display: block;
	clear: both;
}

.genesis-footer-builder .wrap img {
	max-width: 100%;
	display: block;
}

.gfb-showcase a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.gfb-showcase .showcase-all {
	margin-top: 25px;
	margin-bottom: 15px;
}

.gfb-showcase .showcase-all a {
	background-color: #eeeeee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	display: block;
	padding: 0.85em 0.618em;
}

/* Affiliate and Donation section */

.genesis-footer-builder .green-cta {
	background-color: #3fbf3f;
	border-radius: 2px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.genesis-footer-builder .green-cta:hover {
	background-color: #39ac39;
	color: #fff;
	transition: all 0.4s ease-in-out 0s;
}

.genesis-footer-builder .green-cta .dashicons {
	background-color: #39ac39;
	left: 0;
	margin-right: 3px;
	padding: 10px 12px;
	position: absolute;
	top: 0;
	width: 40px;
}

.genesis-footer-builder .green-cta:hover .dashicons {
	background-color: #3fbf3f;
	transition: all 0.4s ease-in-out 0s;
}

/* Genesis Tips section */

.gfb-genesis-tips {
	margin-bottom: 20px;
}

.gfb-genesis-tips ul {
    list-style: outside none none;
	padding: 0 23px;
}
.gfb-genesis-tips li:before { 
	_top: 2px;
	_content: '\f345';
	_font-family: 'dashicons';
	-webkit-font-smoothing: antialiased;
	border-color: rgba(0, 0, 0, 0) #999;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	content: "";
	display: block;
	height: 0;
	left: -18px;
	position: relative;
	top: 15px;
	width: 0;
}

.gfb-genesis-tips li a {
	text-decoration: none;
}


/* Media queries */

@media only screen and (max-width: 1025px) {
	.genesis_page_genesis-footer-builder #column2-sortables{
		position: relative;
		left: 0;
		top: 0;
		max-width: unset;
	}
	
	.gfb-lander-banner {
		display: inline-block;
		left: 0;
		position: relative;
		width: 100%;
		top: 0;
		max-width: 600px;
		margin-bottom: 30px;
	}
	
	#gfb-sb-showcase {
		margin-top: 0;
	}	
}