/*
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");
@import url('assets/styles/styles.css?v=50');

.slider-pagination .swiper-pagination-switch {
    border: none;
    background-color: transparent;
    background: url('assets/images/carThumb.png') no-repeat;
    background-size: cover;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0 4px;
    width: 18px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.swiper-container .slider-pagination .swiper-active-switch, .slider-pagination .swiper-pagination-switch:hover {
    background: url('assets/images/carThumbAct.png') no-repeat;
    background-size: cover;
}

.swiper-slide .content h2 {
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 42px;
    line-height: 42px !important;
    font-weight: 600;
}

sup {
    font-size: 14px;
    vertical-align: text-top;
}

li.project-type {
    list-style: none;
}

/*Carousel*/
.umbrella-carousel .content {
    top: 150px !important;
}

.umbrella-carousel p.transparent-bg {
    display: none;
}

ul.carousel-list {
    float: right;
}

li.carousel-item {
    background: rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 10px;
}

li#carousel-item-1 {
    padding: 30px 15px;
}

li.carousel-item ul li.carousel-upper {
    margin-bottom: 30px;
}

li#carousel-item-1 ul li.carousel-upper {
    margin-bottom: 100px;
}

li.carousel-item ul li {
    font-size: 14px;
}

.person-item {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

a .my-thumb {
	padding-top:0px !important;
}

.persons a {
	font-size: 15px !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1800px) {
    li#carousel-item-1 ul li.carousel-upper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1659px) {
    li.carousel-item ul li.carousel-upper,
    li#carousel-item-1 ul li.carousel-upper {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1499px) {
    li#carousel-item-1,
    li.carousel-item {
        padding: 10px;
    }
}

@media only screen and (max-width: 1309px) {
    .umbrella-carousel .content {
        top: 100px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1169px) {
    ul.carousel-list {
        display: inline-flex;
    }

    li.carousel-item {
        background: rgba(0, 0, 0, .3);
        padding: 15px;
        margin-right: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .umbrella-carousel .content {
        top: 50px !important;
    }

    li.carousel-item ul li {
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .umbrella-carousel .content {
        display: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

.g-recaptcha iframe[src]
{
    opacity: 1;
}

body .meta-author {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #efefef !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 9%) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 9%) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border: 0 !important;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    padding: 10px!important;
}

.select2-container .select2-selection--single {
    height: inherit !important;
    min-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}