/*
 Theme Name:   CIFF Big Stream
 Theme URI:    http://www.ciff.net
 Description:  Big Stream Child Theme
 Author:       Carlos A. Castro Puertas
 Author URI:   http://www.facebook.com/carloscastro72
 Template:     bigstream
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ciffbigstream
*/
.section-heading-tag {
	color: #fafafa;
}
.blog-item-data {
	text-transform: none !important;
}
.team-item-detail {
	font-size:12px;
	padding-left:10;
	padding-right:10px;
}

.alt-service-wrap:hover .alt-service-item:not(.animating):not(.animate-in){
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}

.contact-form select.ci-field {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.15);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 17px;
    font-weight: 400;
    height: 44px;
    padding: 10px 0;
    text-transform: none;
}

.contact-item2 {
    color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding-left: 67px !important;
    position: relative;
    text-align: left;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

.ci-icon2 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    height: 40px;o
    line-height: 40px;
    position: absolute;
    left: 7px;
    text-align: center;
    top: 4px;
    width: 45px;
}
.owl-prev, .owl-next {
    color: rgba(0, 0, 0, 0.7);
}

section.banner-section {
	padding:100px 0;
}
section.banner-section .home-text {
	vertical-align:top;
}

section.banner-section .sub-heading {
	padding-bottom:30px;
}
section.banner-section .button_link {
	padding-bottom:20px;
}

section.banner-section .logo{
	padding: 0 0 50px;
}

.bar-early-bird {
    padding: 15px;
    background-color: #f0f0f0;
    color: #c0c0c0;
    border: 1px solid #ccc;
    text-transform: uppercase;
}

.description-earlybird-active {
    text-align: center;
    padding: 25px 10px;
    opacity: .9;
}
.section-text-big {
    font-size: 1.4em;
    padding-bottom: 20px;
}

.bot2-menu {
    text-align: center;
    background: #dfdfdf;
    font-weight: 400;
    color: #474747;
    font-size: 0;
    word-spacing: 0;
}
.bot2-menu .bot-menu-item, .bot2-menu .bot-menu-item:visited, .bot2-menu .bot-menu-item:focus {
	border-right: 1px solid #dfdfdf;
}
.bot2-menu .bot-menu-item:first-child {
    border-left: 1px solid #dfdfdf;
}

.home-text .local-scroll .btn {
	margin-bottom:10px;
}

.fixed-height-verysmall{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
	   .fixed-height-verysmall{
        min-height: 250px;
    }
}
.fixed-height-verysmall{
    min-height: 500px;
}

.team-grid{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
    justify-content: center;
}

.team-grid .team-item{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis:0;
    height: 37rem;
    position: relative;
    display: inline-block;
    max-width: 20em;

}
.team-item-image{
	width: 20em;

}
