/*
Theme Name: CAPA Child
Description: Child theme for the strappress theme 
Author: Bryan Thatcher
Template: strappress
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700);
@import url(//fonts.googleapis.com/css?family=Sanchez);

#yellow a, #blue a, #green a, #purple a, #red a {
	color: #ffffff;
	display: block;
}
div#red{
	background: rgba(237, 29, 36, 1.8);
}
div#yellow{
	background: rgba(251, 176, 63, 1.8);
}
div#blue{
	background: rgba(6, 125, 191, 1.8);
}
div#green{
	background: rgba(140, 198, 63, 1.8);
}
div#purple{
	background: rgba(127, 64, 152, 1.8);
}
.icon-breadcrumb {
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 70px;
	width: 100%;
}

img.left-icon.size-full {
	float: left;
	margin-right: 10px;
}

p#icon-text {
	font-weight: bold;
}

.breadcrumb-trail {
display: none;
}
.breadcrumb{display: none;}
.navbar-nav {
	background-color: #1d4397;
	width: 100%;
}

/*responsive stuff*/
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: statics;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    box-shadow: none;
}
}

@media (max-width: 767px) {
.navbar-nav {
    background-color: #1d4397;
	color: #1d4397;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;	
}
div.contact a {
	font-size: .85em;
	color: #666666;
 visibility: hidden;
}
}
/* end responsive stuff*/

.navbar-header{float:leftwidth: 1px;
	width: 100%;
	color: #ecd1d1;
	padding-bottom: 7px;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.nav > li {
width: auto;
 display:table-cell;
  
}.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
	
}
.nav > li ~ li > a{
	border-left: 1px solid white;
}
.navbar-inverse{background-color:#ebe8e5;border-color: #fff
height: 9px;
}
.navbar-fixed-top {
	margin-bottom: 18px !important;
}

ul#sortable.ui-sortable {
	padding-left: 0;
	float: right;
	display: inline;
	margin-top: 5px;
	clear: none;
	}

div.tranlate {
}

div.contact {
	float: right;
	position: relative;
	top: -30px;
	font-size: .85em;
}
div.contact a {
	font-size: .85em;
	color: #666666;
	visibility: visiable;
}

#recent-posts-6 ul li {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*.nav > li + li:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(0.53, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0);
    background-image: o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,0);
}
.nav > li + li > a:after {
    left: auto;
    right: -1px;
}
*/
div#logo {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	width: 270px;
	height: 53px !important;
	margin-top: 26px;
}
#content {
	padding-left: 40px;
}

div.col-lg-3 {
	padding-top: 30px;
}
div.call-out-box {
	padding: 10px 20px 20px;
	background: -moz-linear-gradient(top,  rgba(255,234,0,0.4) 0%, rgba(255,234,0,0.05) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,234,0,0.4)), color-stop(100%,rgba(255,234,0,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,234,0,0.4) 0%,rgba(255,234,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,234,0,0.4) 0%,rgba(255,234,0,0.05) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,234,0,0.4) 0%,rgba(255,234,0,0.05) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,234,0,0.4) 0%,rgba(255,234,0,0.05) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffea00', endColorstr='#0dffea00',GradientType=0 ); /* IE6-9 */
	margin-bottom: 10px;
}
div.call-out-box-grey {
	padding: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.01) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.01))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.01) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.01) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.01) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.01) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
}
/* =Post Thumbnails 
-------------------------------------------------------------- */

img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	margin:15px auto;
	width:auto;
	border-style: none;
	/*border: 0 !important;*/
}
dd {
	margin-left: 10px;
	font-weight: 700;
}

/*page items*/
.page-header{padding-bottom:9px;margin:20px 0 20px;border-bottom:1px solid #eee}



.gallery .gallery-item {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	text-align:center;
	width: 110px;
	margin-left: 10px;
	/*border: 0px !important;*/
}

.gallery img {
	border: 0px none #ddd;
	/*border: 0 !important;*/
}
.wp-caption {
	background:#fff;
	border: 1px solid #fff;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
ul.yellow {
	list-style-type:none;
}
li.yellow:before {
	font-size: 1.5em;
    color: #ffea00;
    float: left;
    margin: -.4em 0 0 -1em;
    width: 1em;
    content: "•";
}

#widgets {
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
}
#widgets ul li {
/*	margin-left:15px;*/
	padding-bottom: 10px;
}
div.seal-description {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
hr.blog-break{
	margin: 20px 0;
}
#content-archive {
	margin-bottom: 20px;
	margin-top: 15px;
}
/*blog sidebar*/
.form-search .btn {
	margin: 0;
	color: #ffffff;
}
.input-group{position:relative;display:table;border-collapse:separatemargin-bottom: 2px;
	margin-bottom: 20px;
}

/* horizontal rule*/
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	margin: 10px 0;
	width:100%;
}

div#wrapper.clearfix {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* footer */
#footer {
	clear: both;
	padding: 0 20px;
	background-color: #F8F8F8;
}

#footer-wrapper {
	margin:0;
	padding: 20px 20px 20px 20px;
	background-color: #efedeb;
}
#footer-bottom-wrapper {
	margin: 0;
	padding: 10px 20px 0px 20px;
	/*	background-color: #c9c8cd;*/
	/*background-color: #1d4397;*/
	/*background-color: #d0d7e5;*/
	background-color: #b2bacb;
}
.footer-menu li a {
	border-left:0px none #404040;
	padding: 0 px;
	font: .85em 'Open Sans', sans-serif;
	font-weight: bold;
	float: left;
	clear: left;
}
ul.sub-menu {
	float: left;
	padding-left: 0;
	color: #666;
}
ul.sub-menu a{
	padding-left: 10;
	color: #666;
	font-weight: normal;
	float: left;
}
.copyright {
	text-align:left;
	font-size: .8em;
	font: 11px Open Sans;
}

.powered {
	text-align:right;
	float: right;
	font-size: .8em;
}

/* =Participating Maunfactures
-------------------------------------------------------------- */
div.pt-type {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}
select.js-wpv-filter-trigger {
	width: 13em;
}
button.pt-submit.js-wpv-submit-trigger {
	background-color: #1d4397;
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	border-style: none;
}

img.attachment-full.pm-logo {
	float: left;
	margin-top: 10px;
	width: 100px;
}

h4 {

	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.6em;
}

p.pm-address {
	line-height: 1.25em;
}

div.pm-meta {
	margin-left: 150px;
	padding-bottom: 20px;
}
select {
	height:auto;
	width:40%;
}
select.js-wpv-filter-trigger {
	font-size: 16px;
	margin-left: 10px;
}

form.wpv-filter-form.js-wpv-filter-form.js-wpv-filter-form-1.js-wpv-ajax-results-enabled {
	margin-bottom: 20px;
	font-weight: bold;
}

/* =Standard for Parts
-------------------------------------------------------------- */

strong.center {
	display:block;
	margin: 5px auto 15px;
	width:auto;}
	
img.attachment-full.part-image {
	display:block;
	margin: 5px auto;
	width:auto;}	
	}
.table.cparts>thead>tr>th {
	width: 25%;
}
/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap:break-word;
	color: #34495E;
	line-height: 1.5em;
	font-size: 1.1em;
}
strong {
	font-weight: 600;
}

em {
	font-style: italic;
	font-weight: 400;
}
ol {
	color: #34495E;

}
ol > li {	
color: #34495E;
	margin-bottom: .5em;
}
/*h1 {
	font: 24px Sanchez !important;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

/* commented out 12/7/21 */
/*h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.25em !important;
	font-weight: 700;
	line-height: 1.75em;
}*/
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em !important;
	font-weight: 600;
	border-top: 1px solid #000000;
	padding-top: 10px;
}
/* Who are you?*/
h2.home {
	font: 17.5px Sanchez;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: -10px;
}
h2.site-description {
	font-size: 1.25em !important;
	font-family: 'Sanchez', serif;
	color: #000000;
	margin-top: 55px;
	display: inline-block;
	padding-left: 10px;
	letter-spacing: -1px;
}
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	text-align: left;
}
.jumbotron p {
	padding: 0;
	text-align: left;
}
.call-to-action {
	text-align: left;
}
h2.widgettitle {
	font-size: 1em;
	font-family: 'Sanchez', serif;
	font-weight: bold;
	color: #1b429a;
/*	padding-left: 12px;
*/}

div.translate {
	    display: none;
}

div.col-lg-offset-9.translate {
	margin-top: 10px;
}
/* buttons */
a.btn {
	color: #ffffff;
	font-size: 18px;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	background: none #1d4397;
	border: 1px solid transparent;
  border-radius: 0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
	background-color: #4275E3;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
div.center-button {
	text-align: center;
}
#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap {
	
	font-size:13px;
	margin: 0;
	/*padding: 0 0 25px;*/
	list-style: none;
}
div.widget-title {
	border-top: 1px solid #553636;
	margin-bottom: 10px;
}
a.a-button, a.a-button:hover, a.a-button:active {
	color: #ffffff !important;
}
/* Revslider rounded corners*/
.tp-bgimg.defaultimg { border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; }

/*revslider bullets*/
.tp-bullets{
	visibility: hidden;
}
.tparrows{
	visibility: hidden;
}

/* =Home page Icons container
-------------------------------------------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 16px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.home #widgets ul, .home #widgets .textwidget, .home #widgets .tagcloud, .home #widgets #searchform, .home #widgets #calendar_wrap {
	border-top:none;
	font-size:13px;
	margin: 20px 0;
	padding: 0;
	border: none;
}
tr td:last-child,
tr th:last-child {
	margin-right: 0;
	padding-right: 0;
	background-color: #ffffff;
}


/* =Home page Icons
-------------------------------------------------------------- */
.jm-item {
	display: inline-block;
	text-align: left;
}
.jm-item-wrapper {
	position: relative;
}
.jm-item-image {
	position: relative;
	overflow: hidden;
}
.jm-item-image img {
	display: block;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}
.jm-item-title {
	line-height: 1.5em;
    font-weight: 700;
    padding: 7px 0 6px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 1px;
	width: 100%;
}
.jm-item-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 8.8s ease-in 0s;
	-moz-transition: opacity 0.8s ease-in 0s;
	-o-transition: opacity 0.8s ease-in 0s;
	transition: opacity 0.8s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.jm-item-button {
	height: 10px;
	width: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: 2px;
}
p#homeicons {
	font: 1.4em 'Open Sans', sans-serif;
	line-height: 1.25em;
	padding-top: 40px;
	color: #ffffff;
	text-indent: -6px;
	padding-left: 6px;
	letter-spacing: -.035em;
}
.jm-item-button a {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 27px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
	width: 100%;
	height: 25px;
}
.jm-item-button a:hover {	
}

/* =Home Page Animations
-------------------------------------------------------------- */
.second .jm-item-wrapper .jm-item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
/*.second .jm-item-wrapper:hover .jm-item-title {
	left: -100%;
}*/
.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;		
	background: rgba(237, 29, 36, 1.8);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}
.second .jm-item-description2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;		
	background: rgba(251, 176, 63, 1.8);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description2 {
	top: 0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}
.second .jm-item-description3 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;		
	background: rgba(6, 125, 191, 1.8);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description3 {
	top: 0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}
.second .jm-item-description4 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;		
	background: rgba(140, 198, 63, 1.8);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description4 {
	top: 0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}
.second .jm-item-description5 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;		
	background: rgba(127, 64, 152, 1.8);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description5 {
	top: 0;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; 
}

#lit {
	clear: both;
}

#lit > h3 {
	padding-left: 217px;
	border-style: none;
	padding-top: 60px;
}
#lit > p {
	padding-left: 217px;
}
/* blog settings*/
span.author.vcard {
	visibility: hidden;
}

#content-blog {
	margin-top: 40px;
}