/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

.swiper-slide.home-slider .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
    width: 70% !important;
}


.swiper-slide.home-slider .content {
    background-color: rgba(255, 255, 255, 0.7);
}

.swiper-slide.home-slider .content h2 {
    font-size: 40px;
}

.swiper-slide.home-slider .content p {
    font-size: 18px;
    margin: auto;
    color: #444 !important;
}

#page-header-bg .span_6 {
    width: 30%;
    margin: 0 auto;
    float: none;
}

#page-header-bg .inner-wrap h1 {
    color: #444 !important;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    font-size: 1.4em;
}

.lamp-gallery .col img {
    margin-left: auto;
    margin-right: auto;
}

.portfolio-items .work-info-bg {
    opacity: 0!important;
}


/*FORMS*/
/*
.wpcf7-form textarea,
.wpcf7-form input {
    border: 1px solid #404040;
    background-color: #fff;
}

.wpcf7-form p .wpcf7-form-control-wrap.your-message {
    display: block!important;
}

.wpcf7-form p .wpcf7-form-control-wrap {
    display: inline-block !important;
    margin-right: 1.1em;
}


.wpcf7-form p:last-of-type {
    text-align: right;
}
*/


/*FOOTER */

.gg-info {
    float: right;
}
