/*

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

*/

@font-face {
    font-family: 'new_shine_scriptregular';
    src: url('fonts/new_shine_script-webfont.woff') format('woff2'),
         url('fonts/new_shine_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.page-id-2 #header-outer, .page-id-2 #header-space {
	display: none !important;
}


img.img_100 {
	max-width: 100px !important;
}
img.img_200 {
	max-width: 200px !important;
}
img.img_300 {
	max-width: 300px !important;
}
img.img_400 {
	max-width: 400px !important;
}
img.img_500 {
	max-width: 500px;
}
img.img_600 {
	max-width: 600px;
}

.border-left:after {
	position: absolute;
	top: 0px;
	left: -2.1%;
	width: 1px;
	height: 100% !important;
	background-color: rgba(0,0,0,.15);
	visibility: visible !important;
}


.container {
	max-width: 1280px !important;
}


/* ================ TAGLINE ================ */

.big-tagline h1 {
	font-size: 21vh;
    line-height: 19vh;
    color: #FFF;
}

/* ================ MODAL ================ */

.modal-container h1, .modal-container h1 a {
	font-size: 54px;
	line-height: 52px;
	color: #FFF !important;
}

.modal-container p {
	margin: 42px 0 !important;
}

.mfp-content {
	width: 50%;
	max-width: 600px; 
}

#menu-item-36 > a {
	cursor: pointer !important;
}

/* ================ HOMEPAGE ================ */

.home-buttons .vc_col-sm-6 {
	padding: 21px !important;
}

.home-buttons .vc_col-sm-6 > .vc_column-inner {
	padding:  42px !important;
	background-color: #2E2E2E;
} 

.home-buttons .vc_col-sm-6.purple:hover > .vc_column-inner {
	background-color: #A6539F;
}

.home-buttons .vc_col-sm-6.pink:hover > .vc_column-inner {
	background-color: #ED4088;
}

/* ================ SPEAK UP ================ */

.large-list li {
	font-size: 32px;
	line-height: 36px;
	list-style: none !important;
	margin: 11px 0;
}


/* ================ RESOURCES ================ */

.resource-links p {
	padding-bottom: 0px !important;
}

.resource-links a {
	font-size: 18px;
	padding: 21px;
	width: 100%;
	margin: 3px 0 !important;
	display: inline-block;
}

.resource-links a:hover {
	background-color: rgba(0,0,0,.05);
}



/* ================== SPEAK UP MODIFICATIONS =================== */

.nectar-milestone .number {
	font-family: Rubik;
}


/* ================== PEOPLE LIST MODIFICATIONS =================== */


.people-list ul {
	margin: 21px 0 !important;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.people-list ul li {
	width: 45%;
	margin: 5px 2.5%;
	float: left;
	list-style: none;
	text-align: center;
	background-color: rgba(255,255,255,.4);
	padding: 21px;
	font-weight: bold;
	font-size: 18px;
}


/* ================== QUESTION LIST MODIFICATIONS =================== */


.question-list ul {
	margin: 21px 0 !important;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.question-list ul li {
	width: 100%;
	margin: 11px 0;
	float: left;
	list-style: none;
	background-color: rgba(255,255,255,.4);
	padding: 21px;
	font-weight: bold;
	font-size: 18px;
}


/* ================== RESOURCE LIST MODIFICATIONS =================== */


.resource-list ul {
	margin: 21px 0 !important;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.resource-list ul li a {
	width: 100%;
	margin: 11px 0;
	float: left;
	list-style: none;
	text-align: center;
	background-color: rgba(255,255,255,.4);
	padding: 21px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF !important;
}

.resource-list ul li {
	list-style: none;
}



.pink-header h3 {
	background-image: linear-gradient(to right bottom, #ED4088, #C2346F);
	color: #FFF !important;
	padding: 7px;
}

.gform_button {
	width: 100% !important;
	background: linear-gradient(to bottom right,#04bedb,#03c4bd);
}

.join-question .wpb_column {
	background: #FFF;
	padding:  21px;
	box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 20px 70px rgba(0,0,0,0.12);
}

.join-question .wpb_wrapper {
	height: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
}

.join-question .nectar-button {
	align-self: flex-end;
	margin: 0 auto;
	margin-top: auto;
}

.join-answer {
	background: #40C3CF;
	padding:  21px !important;
	box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 20px 70px rgba(0,0,0,0.12);
}

.join-content {
	background: #A6539F;
	padding:  21px !important;
	box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 20px 70px rgba(0,0,0,0.12);
}

.gform_wrapper ul.gfield_checkbox {
	display: flex;
	align-content: space-between;
}

.gform_wrapper ul.gfield_checkbox li {
	width: 100%;
}

.gform_wrapper ul.gfield_checkbox li input {
	display: none !important;
}

.gform_wrapper ul.gfield_checkbox li label {
	width: 100%;
    padding: 21px !important;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.6)!important;
	color: #FFF !important;
}

.gform_wrapper ul.gfield_checkbox li input:checked+label {
	border: 1px solid rgba(255,255,255,1)!important;
}

.cell-box .wpb_column {
	background-color: #2E2E2E;
	padding: 42px;
}

.cell-box .wpb_column .vc_column-inner {
	width: 100%;
   	height: 0;
   	padding-bottom: 100%;
	background-color: #2E2E2E;
	display: flex;
	align-items: center;
}


::-webkit-input-placeholder { color:#FFF; }
:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
:-ms-input-placeholder { color:#FFF; } /* ie */
input:-moz-placeholder { color:#FFF; }