/*
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");

/* GENERAL */

body {
	color: #868686;
}

.hidden {
    display: none;
}

/*
.home,
.page-id-1000 {
    background-image: url('https://secretspaceprogram.org/wp-content/uploads/2015/08/big-black-bird6.jpg');
    background-size: cover;
    background-position: center center;
}

.home #page-header-wrap,
.home #page-header-bg,
.home .custom-no-bg,
.home .container-wrap, 
.home .project-title,
.page-id-1000 #page-header-wrap,
.page-id-1000 #page-header-bg,
.page-id-1000 .custom-no-bg,
.page-id-1000 .container-wrap,
.page-id-1000 .project-title{
    background: none !important;
}
*/

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"], body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
    display: none;
    opacity: 0;
}

#header-outer {
    background: url('https://secretspaceprogram.org/wp-content/uploads/2015/08/black-yellow-temp.jpg');
    background-repeat: repeat-x;
    background-size: auto 5px;
}

body[data-bg-header="true"] .container-wrap, 
body.single-portfolio .container-wrap, 
body.page-template-template-portfolio-php .container-wrap, 
body.tax-project-type .container-wrap {
    padding-bottom: 0px !important;
}

#conf-speakers .vc_separator h4,
#conf-presentations .vc_separator h4,
#conf-tickets .vc_separator h4 {
    font-size: 35px !important;
}

.toggle h3 a {
    font-weight: 700 !important;
}

.smallerbg .row-bg.using-image.no-cover {
    background-size: auto 5px !important;
}

/* PAGE HEADERS */

.row.page-header-no-bg,
#page-header-wrap .inner-wrap {
    max-width: 600px;
    margin: 0 auto;
}

/* TICKETS BUTTON */

.ssp-tickets {
    background-color: #ffcc00;
    padding: 15px 20px;
    color: #fff;
    border-top-left-radius: 10px;
 /*   cursor: pointer; */
    border-top-right-radius: 10px;
    margin-bottom: -10px !important;
}

.main-tickets a.nectar-button.large.see-through-2 {
    border: solid 3px;
    font-size: 30px;
}

/*
.ssp-tickets:hover {
    opacity: 0.85;
}
*/

/* SIGNUP FORM */

.ssp-signup {
	padding: 10px 0 40px;
}

.ssp-signup #email {
    float: left;
    width: 70%;
    background-color: #FBFBFB !important;
    border: none !important;
    padding: 10px 15px 9px 15px !important;
    font-size: 14px !important;
}

.ssp-signup #submit {
    width: 30%;
    padding: 9px 5px !important;
    border: solid 1px !important;
}

.ssp-signup #mce-EMAIL {
    background-color: #FBFBFB !important;
    border: none !important;
    padding: 10px 15px 9px 15px !important;
    font-size: 14px !important;
    color: #000 !important;
}

/* CONTACT PAGE */

.wpcf7 .wpcf7-response-output {
    color: #000;
}

/* PRESENTATIONS HACK */

/*
.page-id-28 .portfolio-items .col .work-info .vert-center {
    opacity: 0;
}

.portfolio-items .col .work-item.style-3 .work-info-bg {
    opacity: 0 !important;
}
*/

div.portfolio-items[data-col-num="elastic"] {
    background: #000;
}

.single-portfolio .toggles .toggle h3 a {
    background: none;
    padding-top: 15px;
}

.single-portfolio .toggles .toggle.open h3 a {
    background: none !important;
    padding-top: 15px;
    color: #888888 !important; 
}

.single-portfolio .toggles .toggle.open h3 a i {
    color: #888888 !important;
}

body.single-portfolio .toggles .toggle > div {
    background: none !important;
    box-shadow: none !important;
    padding: 0px;
}

/* STICKY FIXED FOOTER */
/*
#footer-outer {
    background: url('https://secretspaceprogram.org/wp-content/uploads/2015/08/black-yellow-temp.jpg');
    background-repeat: repeat-x;
    background-color: #252525;
    background-size: auto 35px;
    color: #fff;
}
*/

#footer-outer #copyright {
    padding: 5px 0px;
    color: #fff;
}

#footer-outer #copyright li a i {
    color: #fff;
}