/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Hide Comment UI */
.nectar-love-wrap,
#single-meta {
    display: none !important;
}

/* Remove fixed nav for all sizes */
#header-outer {
    position: relative !important;
}
#header-space {
	display: none !important;
}


/* Fix Mobile Menu */
@media only screen and (max-width: 1120px) and (min-width: 1px) {
	.sub-menu {
		margin-top: 0;
	}
	.sf-sub-indicator .icon-angle-down:before {
	    content: '';
	    display: block;
	    transform: rotate(45deg);
	    border-right: 2px solid #eee;
	    border-bottom: 2px solid #eee;
    	width: 8px;
	    height: 8px;
	}
	#mobile-menu ul li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1120px) and (min-width: 1000px) {
    #mobile-search .minimal-form-input {
        padding-top: 0;
    }
    #mobile-menu .container>ul>li {
        max-width: 500px;
        margin: 0 auto !important;
    }
}


/* Compensation table */
small {font-size: 12px;}
.checked {
  font-weight: bold;
  border-bottom: 2px solid #9ac368 !important;
}
.newTotal {
	font-size: 14px;
	font-weight: bold;
  border-bottom: 2px solid #9ac368;
}
.checked:before {
		background-image: url(http://phillipsfamilymn.org/wp-content/uploads/2018/03/green-check-mark.png);
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -21px;
    top: -3px;
    width: 24px;
    height: 24px;
    z-index: 1;
}
.table-calc {
    cursor: pointer;
		border-bottom: 1px solid gray;
	  position: relative;
	  margin-left: 25px;
		margin-right: 2px;
}
.table-calc:after {
	  content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid gray;
    left: -22px;
    top: 0;
    width: 15px;
    height: 15px;
}
.table-calc.checked:after {
	background-color: #ccc;
	opacity: .5;
}

.text-center {text-align: center;}
button.reset-btn {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
  background: #467F18;
	padding: 7px 11px;
	border-radius: 4px;
  border: none;
	opacity: .9;
}
button.reset-btn:hover {
	opacity: 1;
}
table.comp-table {
	    box-shadow: 1px 1px 14px rgba(70, 127, 24, .5);
    border-radius: 12px;
    overflow: hidden;
    max-width: 500px;
    margin: auto !important;
}
table.comp-table th:first-child {
    width: 155px;
}
table.comp-table td {
    line-height: 20px;
    padding: 15px 10px!important;
}

/* Jobs Portfolio */
.portfolio-filters-inline li a {
    font-size: 14px !important;
}
#project-meta {
  display: none!important; 
}
.portfolio-items h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    text-shadow: 0px 0px 10px #000;
}
.portfolio-items .work-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.3);
    height: 100%;
}
.portfolio-items[data-ps="8"] .col img {
    max-width: none;
    min-width: 100%;
	  position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) !important;
}
.portfolio-filters-inline:not([data-color-scheme="default"]) #current-category {
    color: #9ac368 !important;
    font-weight: 400;
}
.portfolio-filters-inline:not([data-color-scheme="default"]) .container > ul li#sort-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	  color: #9ac368 !important;
    padding-right: 12px;
}
.span_12.dark .portfolio-filters-inline[data-color-scheme*="-underline"].full-width-section a {
	font-weight: bold;
}

/* iPad fix */

	.iPad #header-outer #logo img { padding-bottom: 20px !important;}

.iPad .span_9 nav {display: none !important;}
.iPad header#top .span_9 >.slide-out-widget-area-toggle {display: block !important;}
	
.iPad a > .sf-sub-indicator {
    right: 0px!important;
    position: absolute;
    padding: 16px;
    left: auto!important;
    top: 0px!important;
    height: auto;
    width: auto;
}
.iPad .sf-sub-indicator .icon-angle-down:before {
    content: '';
    display: block;
    transform: rotate(45deg);
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 8px;
    height: 8px;
}
.iPad .sub-menu {
	margin-top: 0;
}

@media only screen and (max-width: 1100px) and (min-width: 1001px) {
	.iPad #mobile-menu {top: 130px !important;}
}


.classic_mobile_menu_open #mobile-menu {
	display: block !important;
}

