/*
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");


.cd-container {
	max-width: 1200px !important;
}
.timeline-width30 {
	width: 40% !important;
}
.cd-timeline-content .the-excerpt img {
	width:100% !important;
	height:auto !important;
}

.widget .vcalendar h4, .widget h4.entry-title {
	line-height:1em;
	margin-bottom:5px !important;
	font-size:16px !important;
}
.widget .duration {
   	font-weight:400;
	line-height:1em;
	font-size:12px;
}
.upw-posts .entry-image {
   	margin-bottom: 1em;
	float:left;
	margin-right:10px;
	max-width:75px;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
	float:left;
}
#footer-outer .gform_wrapper .top_label .gfield_label {
    margin-bottom: 5px;
    margin-top: 5px;
}
#footer-outer #footer-widgets .col ul li {
    padding: 0;
}
#footer-outer .gform_wrapper {
    margin: 0;
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}