/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

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

	.datepicker {
		width: 100%;
	}

	.ui-datepicker-calendar {
		display: block;
	}

	.gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th {
		padding: 1px !important;
	}

	.gform_wrapper.gravity-theme input[type='submit'] {
		width: 100%;
	}

}
/* #Table
================================================== */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
line-height: 1.5em;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
	font-size: 13px;
}

th {
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 9px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

td {
	font-size: 16px;
	padding: 6px 9px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

tr th:first-child,
tr td:first-child{
	border-left-style: solid;
	border-left-width: 1px;
}

tr:first-child th,
tr:first-child td{
	border-top-style: solid;
	border-top-width: 1px;
}

#top th.nobg {
	background: none;
	border-top: 0;
	}
	@media only screen and (min-width: 990px) {
    #top .narrow-table {
        table-layout: fixed;
    }

    #top .narrow-table tr th:first-child,
    #top .narrow-table tr td:first-child {
        width: 13%;
    }
		.page-id-14936 table {
    table-layout: fixed;
}

.page-id-14936 table th:nth-child(1),
.page-id-14936 table td:nth-child(1) {
    width: 20%;
}

.page-id-14936 table th:nth-child(2),
.page-id-14936 table td:nth-child(2) {
    width: 11%;
}

.page-id-14936 table th:nth-child(3),
.page-id-14936 table td:nth-child(3) {
    width: 20%;
}

.page-id-14936 table th:nth-child(4),
.page-id-14936 table td:nth-child(4) {
    width: 12%;
}

.page-id-14936 table th:nth-child(5),
.page-id-14936 table td:nth-child(5) {
    width: 12%;
}

.page-id-14936 table th:nth-child(6),
.page-id-14936 table td:nth-child(6) {
    width: 25%;
}

/* ======================================================================================================================================================
SUBMENU
====================================================================================================================================================== */

#top .sticky_placeholder{
	height:51px;
	position: relative;
	clear:both;
}

#top .av-submenu-container	{
	min-height:52px;
	position: relative;
	width:100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
	font-size: 17px;
	line-height: 1.65em;
}