/*
Theme Name:     Refreshmedia Child Theme
Description:    Child theme of Refreshmedia
Author:         Refreshmedia
Template:       default

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

nav.navbar.navbar-default.navbar-fixed-top {
    background: #7fbc09;
}
.navbar-default .navbar-nav li > a:after {
    background: #000000;
}
.navbar-default .navbar-nav li > a:before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background: #000000;
}
section.slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-content a {
    background-color: #a4713c;
    background: #a4713c;
}
.hvr-sweep-to-right:before {
    background: #a4713c;
}
section.slideshow .swiper-container .swiper-wrapper .swiper-slide .swiper-content h3 {
    font-family: 'Titan One', cursive;
}
h2, h3 {
    font-family: 'Titan One', cursive;
}
.featured h2 {
    font-family: 'Titan One', cursive;
    color: #7fbc09;
}
.featured a.feature p.button {
    color: #a4713c;
}
section.intro .inner .inner-content h1 {
    font-family: 'Titan One', cursive;
}
.content .container .padding-content h3, .content-two .container .padding-content h3 {
    font-family: 'Titan One', cursive;
}
section.video-fullwidth .inner .inner-content h3{
    font-family: 'Titan One', cursive;
}
ul.team-members li:before {
    width: 0;
}
ul.team-members li {
    width: 33%;
    float: left;
}
.row.team-members .member-image {
    text-align: center;
}
.member-link {
    text-align: center;
    margin-top: 20px;
}
.team_members_list h3 {
    text-align: center;
    padding-bottom: 20px;
    font-family: raleway;
    font-weight: 700;
}
.member-link h4 {
    color: #333333;
}
.member-link a {
    text-decoration: none;
}
ul.members-social-list li:before {
    width: 0;
    margin: 0px;    
    display: none;
}
ul.members-social-list li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
ul.members-social-list {
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
}
ul.members-social-list li a.font_img {
    width: 35px;
    height: 35px;
    background: #333333;
    color: #fff;
    display: block;
    border-radius: 50%;
}
a.btn.btn-primary.hvr-sweep-to-right {
    background-color: #a4713c;
    background: #a4713c;
}
.more_button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.btn-primary, .btn-ghost{
    background-color: #a4713c;
    background: #a4713c;
}
.col-md-8.team_content h3 {
    color: #7FBC09;
    margin-bottom: 0px;
}
.col-md-8.team_content h4 {
    color: #333333;
    margin-top: 20px;
}
.col-md-4.team_image {
    text-align: center;
}
.col-md-4.team_image img {
    width: 90%;
    border-radius: 50%;
}
.row.team-members a.btn.btn-primary.hvr-sweep-to-right {
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .row.team-members .col-md-4 {
        margin-bottom: 20px;
    }
}