/*
 Theme Name:   Salient Child
 Description:  salient child theme for symbisassessment.com
 Template:     salient
*/

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



/* -----------------------------------------------
	STRUCTURE
----------------------------------------------- */

.col.boxed:hover, .wpb_column-boxed:hover {
	top: 0;
}



/* -----------------------------------------------
	GLOBAL
----------------------------------------------- */

.nectar-button
{
	top: 0;
	padding: 8px 15px 7px;
	text-align: center;
}



/* -----------------------------------------------
	TESTIMONIAL SHORTCODE
----------------------------------------------- */

.single-testimonial {
	overflow: hidden;
	padding: 0 20px;
}

.single-testimonial.half-width, .single-testimonial.third-width, .single-testimonial.fourth-width {
	display: inline-block;
}

.single-testimonial.half-width { width: 50%; }
.single-testimonial.third-width { width: 33.33%; }
.single-testimonial.fourth-width { width: 25%; }

.single-testimonial.gap-top { margin-top: 40px; }
.single-testimonial.gap-bottom { margin-bottom: 40px; }

.single-testimonial .img-wrapper {
	float: left;
	width: 60px;
	overflow: hidden;
}
.single-testimonial.image-left .img-wrapper { float: left; }
.single-testimonial.image-right .img-wrapper { float: right; }

.single-testimonial .img-wrapper img {
	border-radius: 50%;
}

.single-testimonial .text-wrapper {
	overflow: hidden;
	padding-left: 20px;
	font-size:16px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.6;
}

.single-testimonial.image-right .text-wrapper {
	padding-left: 0;
	padding-right: 20px;
}




/* -----------------------------------------------
	TOP NAV
----------------------------------------------- */

#login-status {
	padding: 15px 0 20px 20px;
}

#login-status > div {
	border-left: 1px solid #eee;
	border-left: 1px solid rgba(0,0,0,0.08);
	height: 21px;
	padding-left: 20px;
}

#login-status > div a {
	font-family: brandon_grotesque;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 0 5px 5px;
}
/* ----- MOBILE MENU ----- */
#mobile-menu #mobile-search {
	display: none;
}
#mobile-menu #login-status {
	padding: 0px 0px 10px;
	margin: 0px;
	font-family: inherit;
	font-weight: inherit;
}
#mobile-menu #login-status > div {
	border-left: none;
	padding: 0px;
	height: inherit;
}
#mobile-menu ul li a {
	border:none;
	font-weight: 700;
	padding: 10px 0 !important
}

/* -----------------------------------------------
	FACILITATOR SEARCH
----------------------------------------------- */

/* ----- RESULTS PAGE ----- */

.results-heading {
	overflow: hidden;
}

.results-heading .nectar-button {
	float: right;
}

.robots-only { 
	display: none; 
}

.facilitators {
	background-color: #fff;
	padding: 0 20px;
	border: 1px solid #eee;
	box-shadow: 0 0 3px #eee;
}

.row .col .facilitators img {
	display: block;
}

.facilitators .facilitator {
	padding: 20px 0;
	border-top: 1px solid #dbdbdc;
	line-height: 1.4;
	font-size: 12px;
}

.facilitator:first-child {
	border-top: 0;
}

.facilitator .avatar {
	float: left;
	margin: 0 20px 15px 0;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
}

.facilitator p {
	padding-bottom: 10px;
}

.facilitator .name, .facilitator .location, .facilitator .contact {
	font-weight: 700;
}

.facilitator .name {
	font-size: 15px;
}

/* ----- BLOG SIDEBAR WIDGET ----- */

#sidebar h4 {
	line-height: 1.4;
}

#sidebar .facilitator-search-input {
	/*width: 75%;*/
}

#sidebar .nectar-button {
	margin-top: 15px;
}

/* ----- HOME PAGE WIDGET ----- */

body.home .facilitator-search > h4,
body.page .facilitator-search > h4 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

body.home .facilitator-search .facilitator-search-form,
body.page .facilitator-search .facilitator-search-form {
	max-width: 380px;
	margin: auto;
	width: 100%;
}

body.home .facilitator-search .facilitator-search-input,
body.page .facilitator-search .facilitator-search-input {
	float: left;
	width: 69%;
	padding: 8px !important;
	margin: 0;
}

body.home .facilitator-search .nectar-button,
body.page .facilitator-search .nectar-button {
	float: right;
	width: 29%;
	padding: 7px 10px 8px;
}

/* ----- SEARCH PAGE ----- */

.search-page-widget > h4, .facilitator-message-to {
	font-size: 20px;
	color: #999;
	margin-bottom: 20px;
}

.search-page-widget .facilitator-search-form {
	width: 100%;
	max-width: 350px;
}

.search-page-widget .facilitator-search-input {
	float: left;
	width: 69%;
	padding: 9px !important;
	margin: 0;
}

.search-page-widget .nectar-button {
	float: right;
	width: 29%;
	top: 0;
	text-align: center;
}



/* -----------------------------------------------
	GRAVITY FORMS
----------------------------------------------- */

.main-content .gform_wrapper {
	max-width: none;
}

.main-content .gform_wrapper .gsection .gfield_label,
.main-content .gform_wrapper h2.gsection_title,
.main-content .gform_wrapper h3.gform_title
{
	font-family: 'Open Sans', brandon_grotesque, arial, sans-serif;
	font-size: 1.1em;
}

body .gform_wrapper .top_label .gfield_label {
	letter-spacing: normal !important;
	font-family: "Open Sans", brandon_grotesque, arial, sans-serif !important;
}

.main-content .gform_wrapper .top_label input.large,
.main-content .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.main-content .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.main-content .gform_wrapper .top_label textarea.textarea
{
	width: 100%;
}

.main-content .gform_wrapper .top_label input.medium
{
	width: 49%;
}

.gform_wrapper .gform_button {
	font-family: brandon_grotesque, arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 3px;
	background-color: #31BCB4;
	text-transform: uppercase;
	-webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
}

.gform_wrapper .gform_button:hover {
	opacity: .75;
}



/* -----------------------------------------------
	404 PAGE
----------------------------------------------- */

body #error-404 h2 {
	line-height: 1;
}



/* -----------------------------------------------
	Button Style
----------------------------------------------- */

a.button {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    color: #FFFFFF;
    font-family: 'OpenSansbold';
    font-size: 12px;
    letter-spacing: 2px!important;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #27CFC3;
    display: inline-block;
}
a.button:hover {
	 opacity: 0.75;
	 color: #fff;
}
.button.extra-color-2 {
  background-color: #4bba75 !important;
}
.button.red {
  background-color: #E7484F !important;
}

/* -----------------------------------------------
	Footer Post Image Fix
----------------------------------------------- */

.recent_posts_extra_widget .popular-featured-img {
	max-width:50px;
}
.recent_posts_extra_widget .popular-featured-img {
	border-radius:0px;	
}
.recent_posts_extra_widget span.meta-wrap {
	padding-left:10px !important;
}
#footer-widgets .widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-title {
    font-size: 15px !important;
    line-height: 20px !important;
}
#footer-widgets .widget ul.nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li a .popular-featured-img, .widget ul.nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li:not(.has-img) a:before, .widget ul.nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] > li:not(.has-img):after {
	border-radius:0px;
}