/*
Theme Name: CP Projects
Theme URI: http://creativepickle.com/
Description: Custom Theme for CP Projects
Author: CreativePickle
Version: 1.0
Tags: 
*/
@import url('reset.css');
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Noto Sans', sans-serif;
}
.sans-serif {
  font-family: 'Noto Sans', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
body > #container {
  flex: 1;
  /* 2 */
  width: 100%;
  position: relative;
}
body > #container:after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  height: 0px;
  visibility: hidden;
}
body {
  background: #fff url(images/bg.png) repeat 0 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* 1, 3 */
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 30px 0 30px 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
#content.no-pad {
  padding: 0;
}
#main-content {
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
#main-content a {
  color: #dc661c;
}
#main-content a:hover {
  color: #ecce2c;
}
#main-content h1 {
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  text-transform: uppercase;
  color: #fff;
}
#main-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8cb724;
  font-weight: normal;
  margin: 10px 0 25px 0;
}
#main-content h3.details {
  line-height: 1.2;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 25px;
}
#main-content span.yellow {
  color: #ecce2c;
}
#main-content ul {
  padding: 10px 0 10px 0;
}
#main-content ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 8px;
}
#main-content ul li i {
  font-size: 8px;
  position: absolute;
  color: #ecce2c;
  top: 8px;
  left: 0;
}
#main-content ul.inline li {
  display: inline-block;
  width: 30%;
}
#main-content img,
#main-content .image-scaler {
  border: 2px solid #999;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
}
#sidebar {
  padding: 10px;
}
.accordion-wrap {
  margin-top: 25px;
}
.toggler {
  margin-bottom: 20px;
}
.toggler .trigger {
  background: #666;
  position: relative;
  padding: 15px 40px 15px 15px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.toggler .trigger i {
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.toggler .trigger:hover,
.toggler .trigger.active {
  cursor: pointer;
  background: #666;
}
.toggler .trigger h5 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
}
.toggler .toggle_container {
  overflow: hidden;
  background: #f1f1f1;
  height: 0;
}
.toggler .toggle_container .block {
  opacity: 0;
  padding: 25px;
}
ul.subpage-menu {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
ul.subpage-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.subpage-menu > li > a {
  display: block;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
ul.subpage-menu > li > a:hover {
  background: #f1f1f1;
  padding-left: 15px;
}
ul.subpage-menu > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > a {
  background: #f1f1f1;
  padding-left: 15px;
}
ul.subpage-menu > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li > ul.children {
  display: none;
}
ul.subpage-menu > li.current_page_item > ul.children,
ul.subpage-menu > li.current_page_ancestor > ul.children {
  padding: 0;
  margin: 0;
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li > a {
  font-style: italic;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  display: block;
}
ul.subpage-menu > li.current_page_item > ul.children > li > a:hover,
ul.subpage-menu > li.current_page_ancestor > ul.children > li > a:hover {
  color: #999;
}
ul.subpage-menu > li.current_page_item > ul.children > li:first-child > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li:first-child > a {
  border-top: none;
}
ul.subpage-menu > li.current_page_item > ul.children > li.current_page_item > a,
ul.subpage-menu > li.current_page_ancestor > ul.children > li.current_page_item > a {
  color: #999;
}
ul.document-list {
  padding: 0!important;
  margin: 0px 0 10px 0!important;
}
ul.document-list li {
  background: none!important;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
ul.document-list li a {
  display: block;
  padding: 10px 0 10px 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #666;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.document-list li a i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #666;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
ul.document-list li a:hover {
  color: #666 !important;
  background: #666;
  padding-left: 10px;
}
#footer {
  position: relative;
  width: 100%;
  background: url(images/header-bg.png) repeat 0 0;
  border-top: 2px solid #dedee1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #dedee1;
  padding: 20px;
  clear: both;
}
#footer a {
  color: #4ccbe5;
}
#footer a:hover {
  color: #ecce2c;
}
.footer-content {
  text-align: center;
  padding: 0;
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 40px 0 40px 0;
}
.section h5.section-head {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 45px;
  line-height: 1.2;
}
.vert-center-wrap {
  display: table;
  height: 100%;
  height: inherit;
}
.vert-center-wrap > .vert-center {
  display: table-cell;
  vertical-align: middle;
}
/**********PAGE STYLES**********/
.callout {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 0 60px 0 60px;
  text-align: center;
}
.callout .quote {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.callout .quote.open {
  top: 0;
  left: 0;
  background: url(images/open-quote-callout.png) no-repeat 0 0;
}
.callout .quote.close {
  bottom: 0;
  right: 0;
  background: url(images/close-quote-callout.png) no-repeat 0 0;
}
.callout.left {
  width: 100%;
  max-width: 340px;
  float: left;
  margin: 0 20px 15px 0;
}
.callout.right {
  width: 100%;
  max-width: 340px;
  float: right;
  margin: 0 0 15px 20px;
}
.callout.center {
  width: 100%;
  border-top: 1px solid #d9d8d3;
  border-bottom: 1px solid #d9d8d3;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 10px 0;
}
.callout.center .quote {
  display: none!important;
}
.image-scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  min-width: 100px;
  height: auto;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  min-height: 100px;
  background: url(images/header-bg.png) repeat 0 0;
  border-bottom: 2px solid #5b5858;
  text-align: center;
  padding: 20px;
}
#main-header img.logo {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  max-width: 400px;
  height: auto;
}
#menu-main-navigation-1 {
  list-style: none;
  padding: 0;
}
#menu-main-navigation-1 > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  position: relative;
}
#menu-main-navigation-1 > li:hover > a,
#menu-main-navigation-1 > li.current_page_item > a,
#menu-main-navigation-1 > li.current-page-ancestor > a {
  color: #999 !important;
}
#menu-main-navigation-1 > li > ul.sub-menu {
  position: absolute;
  width: 200px;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  z-index: 500;
  display: none;
  background: #e6e6e6;
}
#menu-main-navigation-1 > li > ul.sub-menu > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
}
#menu-main-navigation-1 > li > ul.sub-menu > li:first-child a {
  border: none;
}
#menu-main-navigation-1 > li > ul.sub-menu > li > a {
  border-top: 1px solid #666;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  display: block;
  font-weight: bold !important;
  text-align: center;
  padding: 15px 20px 15px 20px;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#menu-main-navigation-1 > li > ul.sub-menu > li > a:hover {
  color: #999 !important;
  background: #e6e6e6;
}
#menu-main-navigation-1 > li:first-child a {
  padding-left: 0;
}
#menu-main-navigation-1 > li > a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  letter-spacing: .02em;
  display: block;
  padding: 15px;
  color: #999;
}
#menu-main-navigation-1 > li a:hover {
  color: #999;
}
ul#menu-social-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul#menu-social-navigation li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 3px 0 3px;
}
ul#menu-social-navigation li:hover {
  color: #999;
}
ul#menu-social-navigation li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button,
input[type=submit],
input[type=button] {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #fff!important;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  padding: 5px 20px 5px 20px;
  color: #666;
  position: relative;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #4ccbe5 !important;
  border: 2px solid #4ccbe5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/*********HOMEPAGE**********/
#banner {
  border-bottom: 1px solid #fff;
  position: relative;
}
#banner #banner-slide-wrap {
  position: relative;
  z-index: 2;
}
#banner #banner-slide-wrap .banner-slide-item {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
#banner.subpage {
  background: #999;
  padding: 30px 0 30px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #fff;
}
#banner.subpage h1 {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 50;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 0 3px;
}
ul.slick-dots li button {
  background: #999;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: left;
  text-indent: -9999px;
}
ul.slick-dots li button:hover {
  cursor: pointer;
  background: #fff;
}
ul.slick-dots li.slick-active button {
  background: #fff!important;
}
.banner-content {
  height: 100%;
}
.banner-content > div {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  position: relative;
  font-weight: bold;
  color: #999;
}
.banner-content > div > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  line-height: 1!important;
  margin-bottom: 20px;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}
.widget {
  margin-bottom: 30px;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
/**********BIDS**********/
.bid-section {
  background: #272727;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px!important;
  margin-bottom: 30px;
}
.bid-section .bid-section-header {
  padding: 0 0 20px 0!important;
}
.bid-section .bid-section-header .section-title {
  padding: 0!important;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #75a939;
}
.bid-section .bid-section-header .section-cost {
  padding: 0!important;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #4ccbe5;
}
.bid-section .bid-section-content {
  clear: both!important;
}
#cost .bid-section .cost-line {
  color: #4ccbe5;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
#cost .bid-section .cost-line .cost-cost {
  text-align: right;
}
#cost .bid-section .cost-line.total {
  font-size: 44px;
  color: #ecce2c;
}
#web {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  padding: 10px!important;
}

/*# sourceMappingURL=style.css.map */