.wp-admin select {
	min-width: 150px;
}

ul.social li {	
	-webkit-transition: margin 0.25s linear;
	-moz-transition: margin 0.25s linear;
	-o-transition: margin 0.25s linear;
	transition: margin 0.25s linear;
	display: block;
}
ul.social li:hover {
	margin-left: 10px;
}

/**
 * Genericons
 */

/* Social icons */
ul.social .genericon-wordpress:before {
	color: #21759b;
}
ul.social .genericon-flickr:before {
	color: #0063DC;
}
ul.social .genericon-github:before {
	color: #101010;
}
.genericon-facebook:before, .genericon-facebook-alt:before {
	color: #3B5998;
}
ul.social .genericon-twitter:before {
	color: #00ACED;
}
ul.social .genericon-googleplus:before {
	color: #DB4A38;
}

/* General icons */
ul.social .genericon-star:before {
	color: #FFD300;
    text-shadow: 1px 1px 0 #FFFFFF;
}
ul.social .genericon-mail:before {
	color: #7D7D7D;
    text-shadow: 0 1px 0 #FFFFFF;
}

/**
 * Checkboxes and Radios
 * @ref http://codepen.io/Jackreichert/pen/xjyer
 */
.section input[type="checkbox"],
.section input[type="radio"] {
	visibility: hidden;
}
.section .checkbox-wrap,
.section .checkbox-wrap > ul li,
.section .radio-wrap,
.section .radio-wrap > ul li {
	float: left;
	margin: 0 35px 0 -10px;
	position: relative;
	width: 20px;
}
.section .checkbox-wrap > ul,
.section .radio-wrap > ul {
	margin: 0;
	padding: 0;
}
.section .checkbox-wrap li,
.section .radio-wrap li {
	line-height: 2.4em;
	margin-left: 0 !important;
}
.section .checkbox-wrap label,
.section .radio-wrap label {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
	border-image: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	height: 20px;
	position: absolute;
	top: 0;
	width: 20px;
	text-indent: 30px;
}
.section .radio-wrap label {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.section .checkbox-wrap label:after,
.section .radio-wrap label:after {
	content: attr(title);
	visibility: hidden;
}
.section .checkbox-wrap label:before,
.section .radio-wrap label:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 transparent;
	border-color: -moz-use-text-color -moz-use-text-color #333333 #333333;
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 3px 3px;
	content: "";
	height: 5px;
	left: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 9px;
}
.section .checkbox-wrap label:hover:before,
.section .radio-wrap label:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.section .checkbox-wrap input[type="checkbox"]:checked + label:before,
.section .radio-wrap input[type="radio"]:checked + label:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/**
 * Input fields
 */
.section input.regular-text {
}
.section textarea {
    width: auto;
}
.section code {
	display: inline-block;
}
.section .description {
	width: 100%;
}

/**
 * File uploads
 */
div.img {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 5px 5px 0 #EFEFEF, 10px 10px 1px #DEDEDE;
    padding: 25px;
	max-width: 460px;
}
div.img img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/**
 * MISC
 */

.section .wp-picker-container,
.section .wp-picker-container:active {
	float: left !important;
}

/**
 * http://www.responsivegridsystem.com/
 */
 
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.col-group:before,
.col-group:after {
	content:"";
	display:table;
}
.col-group:after {
	clear:both;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 762px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 762px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}