/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*remove blog sub header with author date etc */
#page-header-bg[data-post-hs="default_minimal"] #single-below-header {
    display: none !important;
}

/* headers with round icons */
.cir-head{
    float:left;
    margin-bottom:0 !important;
}

.cir-head-icon{
    float: right;
    margin-left: 10px;
    width: 30px !important;
}

.cir-head-clear{
    clear:both;
    margin: 0 !important;
}

/*cut off icons fix */
.nectar-flickity.nectar-carousel[data-border-radius*="px"] .flickity-slider .inner-wrap {
    overflow: visible !important;
}


/* white headers in list module on /about */
.white-list-headers .nectar-icon-list[data-icon-color="accent-color"][data-icon-style="border"] .content h4{
    color: white !important;
}

/* colored circles on map */
.color-circle-title{
    display:inline;
    float:left;
}

.color-circle-title p{
    color:white !important;   
    margin-left:20px;
    padding-top:5px;
    text-align:left;
}

@media only screen and (max-width:1189px) and (min-width:1000px) {
    .color-circle-title p {
        font-size: 12px !important;
    }  
}

.map-line{   
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    display: inline;
    float: left;
    height:10px;
    margin-bottom: 0;
    margin-top: 12px;
    width: 35px;
}

.color-circle{
    border-radius:50%;
    display:inline;
    float:left;
    height:35px;   
    width:35px; 
} 

.white-circle{  
    background-color: white;   
}

.red-circle{
    height:35px;    
    background-color: #EA3E38;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.dark-orange-circle{
    height:35px;    
    background-color: #DE7049;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.light-orange-circle{
    height:35px;    
    background-color: #E79452;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.yellow-circle{
    height:35px;    
    background-color: #FDF362;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.green-circle{
    height:35px;    
    background-color: #98C354;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.purple-circle{
    height:35px;    
    background-color: #8B64A4;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

.blue-circle{
    height:35px;    
    background-color: #1E5AA5;
    border-radius:50%;
    display:inline-block;
    width:35px;
}

/* httpdocs/wp-content/plugins/salient-core/includes/vc_templates */

.testim-img{
    display:inline-block;
    vertical-align: top;
    width:50%;
}

.testim-txt{
    display:inline-block;
    padding-left:20px;
    width:50%;
}

.testimonial_slider .image-icon.has-bg {
	border-radius: 50%;	
	height: 350px; 
	margin-top:20%; 
    margin-right: 15%; 
    width: 350px;
}

.testimonial_slider blockquote p {
    padding-bottom: 10px;
}

.testim-quote{
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10%;
}

.testimonial_slider .testim-quote:before{
	background-color: #8DC640;
	color: white;
	content: 'Testimonials';
	display: block;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px 10px;
	text-transform: uppercase;    
    width: 120px;
}

.testimonial_slider blockquote p {     
    text-align: left;
}

.testimonial-name{
     margin-bottom: 0;
     text-align: left;  
}

.testimonial_slider .title {
    color: white !important;
    font-size:14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
    text-align: left;
}

.testimonial_slider[data-style="minimal"] .testimonial-next-prev .next {
    right: 0%;
}

.testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev {
    left: 0%;
}

/*MOBILE MENU CLOSE BUTTON ON SMALLER PHONE SCREEN */
@media only screen and (max-width: 375px){
.off-canvas-menu-container .menu {
            margin-top: 40px !important;
    }
}

@media only screen and (max-width: 1285px){

.testim-img{
    display:block;
    width:100%;
}

.testim-txt{
    display:block;
    padding-left:0;
    width:100%;
}

.testimonial_slider .image-icon.has-bg {
	border-radius: 50%;
	display:block;
	height: 250px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:7%;  
    width: 250px;
}

.testimonial_slider .testim-quote:before{
	background-color: #8DC640;
	color: white;
	content: 'Testimonials';
	display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto 20px auto;
    padding: 5px 10px;
	text-transform: uppercase;    
    width: 120px;
}

.testimonial_slider blockquote p {   
    display: block;
    float: none;
    margin-left: 0;
    padding-top: 10%;
    position: relative;
    text-align: center;
    width: 100%;
}

.testimonial-name{
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.testimonial_slider .title {
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%;
    }
}

.circle-about-img{
    border-radius: 50%;
    max-width: 70% !important;
}
}


