<?php/*Script Name: 	Custom Metaboxes and FieldsContributors: 	Andrew Norcross (@norcross / andrewnorcross.com)Jared Atchison (@jaredatch / jaredatchison.com)Bill Erickson (@billerickson / billerickson.net)Justin Sternberg (@jtsternberg / dsgnwrks.pro)Description: 	This will create metaboxes with custom fields that will blow your mind.Version: 		0.9.4*//*** Released under the GPL license* http://www.opensource.org/licenses/gpl-license.php** This is an add-on for WordPress* http://wordpress.org/** *********************************************************************** This program is free software; you can redistribute it and/or modify* it under the terms of the GNU General Public License as published by* the Free Software Foundation; either version 2 of the License, or* (at your option) any later version.** This program is distributed in the hope that it will be useful,* but WITHOUT ANY WARRANTY; without even the implied warranty of* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the* GNU General Public License for more details.* ***********************************************************************//************************************************************************You should not edit the code below or things might explode!*************************************************************************/?>/* Color Theme - Amethyst /Violet/

color - #f1c40f
/* 01 MAIN STYLES
****************************************************************************************************/
a {
  color: #f1c40f;
}
::selection {
  color: #fff;
  background: #f1c40f;
}
::-moz-selection {
  color: #fff;
  background: #f1c40f;
}

/**** Custom logo ****/
.logo{
	width: 211px;
	height: 74px;
	background: url('http://oachile.cl/site/wp-content/uploads/2015/01/logo-web-w3.png') no-repeat center center;
	background-size: 211px 74px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width: 211px;
	height: 63px;
	background: url('http://oachile.cl/site/wp-content/uploads/2015/01/logo-web2.png') no-repeat center center;
	background-size: 211px 63px;
}


.slidecontent h1 span span{
	color:#f1c40f;
}
.subline{
	border-bottom:1px dashed #f1c40f;
}
.team-mem span{ 
	border-top:1px dashed #f1c40f;
}
.team-social li.icon-team a {
	color: #f1c40f; 
}
#action span {
	border-top:1px dashed #f1c40f;
}
#sep h6{
	color: #f1c40f; 
}
#sep2 h6{
	color: #f1c40f; 
}
.facts-wrap-num{
	color:#f1c40f;
}
#sync2 .item{
	border:1px dashed #f1c40f;
}
.blog-post {
	border-top:3px solid #f1c40f;
} 
.blog-post a p{ 
	color:#f1c40f;
}
.con-info .con-icon {
	color:#f1c40f;
}
.paragraf-left {
	border-left:3px solid #f1c40f;
}
.portfolio-icon, .widget_categories ul li, .widget_archive ul li, .widget_meta abbr, .search_form:hover:before,
#wp-calendar tfoot #next, #wp-calendar tfoot #prev {
	color: #f1c40f;
}
.search_form input:focus {border-color:#f1c40f; }
#wp-calendar tbody td#today {background: #f1c40f;}

/**** STYLE FOOTER ****/
#footer {background: #ffffff;color: #827b7d;}
