/*
Theme Name:     BCI Custom
Description:    A Custom Theme based on the Create theme by Theme Trust
Author:         BriteSide Web Design - Suanne Brady
Template:       themetrust-create

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css?family=Muli:200,300,600|Oswald:600,700');

#site-header.main.light #logo .site-title img {
	max-width: 180px;
}


body, p, a {
font-family: 'Muli', sans-serif;
font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .title, .product-title, 
.widget-title, .body-wrap .entry-title a {
font-family: 'Oswald', sans-serif;
color: #080708;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post.small h3 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post.small h3 a:visited {
	color: #080708;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post.small h3 a:hover {
	color: #242424;
}

.subhead {
	font-size: 1.2em;
}

.text-black {
	color: #000 !important;
}
.text-white {
	color: #fff !important;
}
.text-center {
	text-align: center;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #333 !important;
  text-decoration: none;
}
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000 !important;
  background-color: #fff;
  border-color: #000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff !important;
  background-color: #333;
}

.cl-flipbox-front-title {
	font-size: 5em;
}

.wpcf7-form-control .wpcf7-submit {
	  color: #fff !important;
  background-color: #FCBB17;
  border-color: #CF992D;
}

.wpcf7-form-control .wpcf7-submit:hover{
  color: #000 !important;
  background-color: #CF992D;
  border-color: #CF992D;
}



.btn-primary {
  color: #fff !important;
  background-color: #FCBB17;
  border-color: #CF992D;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000 !important;
  background-color: #CF992D;
  border-color: #CF992D;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.form_float {
	float: left; 
}
.thumbnail_gallery {
	margin-top: 1em;
}
.thumbnail_gallery img {
	width: 100px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.project_details {
	width:30%;
	margin-right: 3%; 
	float: left; 
	display:block;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.project_details h5 {
	margin-top: .5em;
	margin-bottom: 0em;
}

.detail {
	font-size: .9em;
	margin-bottom: .5em;
}



#pt-cv-filter-bar-ec62fbcar1 .pt-cv-filter-title {
	background-color: #e0ddcf !important;
	color: #000 !important;
	
}

#pt-cv-filter-bar-ec62fbcar1  h2 {
	font-size: 1.25em !important;
}

.pt-cv-filter-operator p {
	display: none;
}

.pt-cv-filter-group  {
	border-bottom: 1px solid #E0DDCF;
}

.pt-cv-filter-group ul {
	background-color: #ffffff;
	max-height: 280px;
		border: 2px solid #f3f3f3;
		padding: 0 0 0 20px;
		margin: 0px !important;

}

.pt-cv-filter-group li {
	margin-left: 20px;
} 

.pt-cv-filter-group li a {
	padding: 0 0 0 20px !important;
		color: #000 !important;
		
}
.pt-cv-filter-operator {
	padding-top: 15px;
	padding-left: 15px;
	font-size: .75em;
	float: left;

}


.pt-cv-thumbnail {
	margin-bottom: 0px;
}

.bullet-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-left: 30px;

}

.content-area ul {
    margin: 0 0 40px 20px;	
}

.title-copy {
	margin-top: 30px;
	font-size: 5em;
	line-height: 1em;
	font-weight: 200;
	
}
.title-copy-heavy {
	font-size: 5.5em;
	line-height: 1em;
	font-weight: 600;
	
}

.title-copy-small {
	margin-top: 8px;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 800;
	letter-spacing: 6px;
}

.light-link a {
	color: #fff;
	text-decoration: underline;
}

.light-link a:hover {
	font-weight: 500;
}

.menu-about-us-container {
  text-align: center;
  height: 150px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;

}

.about-nav .navbar-header {
	display:none;
}

#navbar-container-about-us {

}

#navbar-container-about-us ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    background-color: #f1f1f1;
}

#navbar-container-about-us ul li a {
    display: block;
    width: 16.6%;
    float: left;
    text-align: center;
    background-color: #eb0006;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.menu-about-us-container #menu-about-us {
  color: #777;
  width: 100%;
}
#navbar-container-about-us ul li a:hover,
#navbar-container-about-us ul li a:focus {
  color: #5e5e5e;
  background-color: #f1f1f1;
}
#navbar-container-about-us ul li a:active {
  color: #5e5e5e;
  background-color: #f1f1f1;
}

.cc-window {
  font-size: 14px !important;
}

/* Core Values accordeon  */
#pg-335-1 .ct-panel-title {
   font-size: 18px;
   font-weight: bold;
}

/*////////////////////////////////////////////////////////////////////
//  13.0 - Media Queries
////////////////////////////////////////////////////////////////////*/
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

  /* Styles */
  .cl-flipbox-front-title {
     font-size: 5em;
  }
}

/* iPads */
@media only screen and (max-width : 1424px) {

  .cl-flipbox-front-title {
     font-size: 3.5em;
     
  }
  .cl-flibox-front {
  	padding-left: 0px !important;
  	padding-right: 0px !important;
  }
}

@media only screen and (max-width : 1024px) {

  .cl-flipbox-front-title {
     font-size: 2.5em;
  }	
  .cl-flibox-front {
  	padding-left: 0px !important;
  	padding-right: 0px !important;
  }
}


@media only screen and (max-width: 768px){

	.project_details {
		width:100%;
		margin-right: 0px;
	}
	.bullet-columns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}

@media screen and (max-width: 700px) {

	.project_details {
		width:100%;
		margin-right: 0px;
	}
	
	
  .title-copy {
  	margin-top: 30px;
  	font-size: 1.75em;
  	line-height: 1em;
  	font-weight: 200;
  	
  }
  .title-copy-heavy {
  	font-size: 2em;
  	line-height: 1em;
  	font-weight: 600;
  	
  }

  .title-copy-small {
  	margin-top: 5px;
  	font-size: .9em;
  	line-height: 1em;
  	font-weight: 800;
  	letter-spacing: 2px;
  }
}

/* Small laptops */

@media screen and (max-height: 880px ){

}

@media all and (min-width: 300px) {
	
}
