/*
Theme Name: porto-child
Version: 1.0
Description: A child theme of porto
Template: porto
*/

@import url("../porto/style.css");



div.home-intro { margin-bottom: 0px; font-size: 1.5em; background: #000; padding: 25px 0px 0px 0px;
 /* background-image: url(http://spyropress.com/porto/wp-content/uploads/2013/12/parallax-transparent.jpg); */  }

.intro-sub-txt { color: #999; display: block; font-size: 0.9em; padding-top: 5px; }

.btn-toolbar { text-align: right; }

.btn-large-cta { padding:15px 25px;font-size:20px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}


/* .control-group { margin-bottom: 15px; } */

.tp-caption a { color: #0060a0; }

/* FEATURE BOXES */

/*1st*/
div.featured-box-primary i.icon-featured, div.featured-box-primary i.image-icon { background-color: #8ad644; }
div.featured-box-primary div.box-content { border-top-color: #8ad644; }
div.featured-box-primary h4 { color: #8ad644; }

/*2nd*/
div.featured-box-secundary i.icon-featured, div.featured-box-secundary i.image-icon { background-color: #72b039; }
div.featured-box-secundary div.box-content { border-top-color: #72b039; }
div.featured-box-secundary h4 { color: #72b039; }

/*3rd*/
div.featured-box-tertiary i.icon-featured, div.featured-box-tertiary i.image-icon { background-color: #639833; }
div.featured-box-tertiary div.box-content { border-top-color: #639833; }
div.featured-box-tertiary h4 { color: #639833; }

/*4th*/
div.featured-box-quaternary i.icon-featured, div.featured-box-quaternary i.image-icon { background-color: #528028; }
div.featured-box-quaternary div.box-content { border-top-color: #528028; }
div.featured-box-quaternary h4 { color: #528028; }