/*
Theme Name: almar
Theme URI: http://honeystreet.com
Author: Krissie VandeNoord, Matt Badget - Honeystreet
Author URI: http://honeystreet.com
Description: This is a custom theme designed and developed for Almar Printing
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: almar
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 almar is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
Include other stylesheets (Grid,Underscores Base,bxslider)
--------------------------------------------------------------*/
@import url(css/base.css) screen;
@import url(css/grid.css) screen;
@import url(css/jquery.bxslider.css) screen;

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/
body {font-family: "ff-tisa-web-pro",sans-serif; color: #4d4d4d;}
p {font-size: 125%;}
h2.futura,h1.futura {font-family: "futura-pt-condensed",sans-serif; font-weight: 700;}
.home-content .top-row .col h5 {font-family: "futura-pt-condensed",sans-serif; font-weight: 700;}

h1,h2,h3,h4,h5,h6 {font-family: "futura-pt-condensed",sans-serif;}
h1 {font-size: 500%; line-height: 100%;}
	.tag h1 {color: #ffffff; text-transform: uppercase; padding-left: 5%;}
	.tag h1 a {font-size: 40%; border: 4px solid #80b380; border-radius: 5px; padding-left: 1%; padding-right: 1%; line-height: 150%; color: #ffffff; font-weight: 500; margin-left: 15px; position: relative; top: -15px; display: inline-block;}
h2 {font-size: 350%;line-height: 1.1em;}
h3 {font-size: 250%; font-weight: bold; color: #498e42; margin-bottom: 20px;}
.entry-content h4 {font-size: 250%; font-weight: bold; color: #4d4d4d; margin-bottom: 20px; line-height: 1.1em;}
	
a {text-decoration: none; font-weight: bold; color: #498e42;}
a:visited,a:hover {color: #498e42;}

/*--------------------------------------------------------------
Design Elements
--------------------------------------------------------------*/
.divider {border-top:1px solid #b0b0b0; width: 100%; clear: both; margin-bottom: 30px;}
.center {text-align: center;}
.box-outline, .callout {width: 100%; padding: 20px; border: 4px solid #498e42; border-radius: 5px;}
	.box-outline p, .callout p {margin-bottom: 0;}
.video {display: inline; background-image: url(images/video-icon.png); background-repeat: no-repeat; background-size: 38px; background-position: left top; padding-left: 48px;}
.green {color: #498e42;}
.tab-list {list-style: none; margin-left: 0; margin-bottom: 30px; display: block; float: left;}
.tab-list li {width: 25%; display: block; float: left;font-weight: bold;  margin-bottom: 10px;}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#masthead {position: absolute; top: 0; z-index: 1000; left: 0; right: 0;}
.main-navigation li a {font-family: "futura-pt-condensed",sans-serif;margin-right: 40px;font-size: 175%; margin-top: 40px; position: relative; color: #ffffff; font-weight: normal;}
.main-navigation li a::after {position: absolute; width: 100%; display: block; content: ''; height: 5px; border-radius: 2px;background-color: #498e42;}
.main-navigation li a:hover::after {background-color: #ffffff;}
.main-navigation li:last-child a {background-color: #ffffff; color: #498e42; padding: 10px 20px 10px 20px; position: relative; top: -10px; border-radius: 10px; margin-left: 20px; -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);}
.main-navigation li:last-child a::after {display: none;}
.site-branding a {margin-left: 20px;}
.menu-primary-menu-container {display: block; float: right;}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#colophon {background-image: url(images/footer-skyline.gif); display: block; padding-top: 200px; width: 100%; background-size: 2000px; background-repeat: no-repeat; background-position: center top; padding-bottom: 100px; text-align: center; font-size: 140%;background-color: #d5d5d5;}
#colophon .col.half span {display: inline-block;}


/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
.bxslider {margin: 0; position: relative;}
.bx-viewport::after {display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; content:'';z-index: 100;
	/* Gradient BKGD */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.tag {position: absolute; bottom: 12%; left: 0; right: 0;}
.home-content {position: relative; top: -60px; display: block;}
	.home-content .top-row .col:nth-child(1),.home-content .top-row .col:nth-child(2),.home-content .top-row .col:nth-child(3) {min-height: 250px; background-color: #cadfca; border-radius: 5px;}
	.home-content .top-row .col:nth-child(4) {background-color: #e0e0e0; border-radius: 5px; overflow: hidden;}
	.home-content .top-row .col:nth-child(5) div {background-color: #e0e0e0; clear: both; margin-bottom: 5%; display: block; float: left; width: 100%;border-radius: 5px;}
	.home-content .top-row .col:nth-child(5) div div {clear: none; width: auto; display: block; float: none; margin-left: 5%; margin-top: 5px;}
	.home-content .top-row .col:nth-child(5) div div p {margin-left: 0; margin-right: 0;}
	.home-content .top-row .col a h5 {margin: 3% 5% 0 5%; color: #498e42; font-size: 175%; text-transform: uppercase; line-height: 1.2em;}
	.home-content .top-row .col a p,.home-content .top-row .col p {margin: 0 5% 5% 5%; font-size: 140%; font-weight: normal; line-height: 1.3em;}
	.home-content .top-row .col:nth-child(4) p {text-align: center;}
	.home-content .top-row .col a {color: #4d4d4d;}
	.home-content .top-row .col:nth-child(5) div img {display: block; float: left; width: 33%; margin-right: 20px;}
	.home-content .top-row .col:nth-child(5) div h4 {display: inline; font-size: 220%; font-weight: bold; padding-top: 10px;}
	.home-content .top-row .col:nth-child(5) div p {line-height: 1.4em; font-size: 120%; padding-bottom: 0; margin-bottom: 0;}
	.home-content .top-row .col p a {color: #498e42;}
	.home-content .top-row .col:nth-child(5) div:nth-child(3) {background-color: #ffffff; border:4px solid #e0e0e0; border-radius: 5px; text-align: center; padding: 25px;}
	.home-content .top-row .col:nth-child(5) div:nth-child(3) div {background-color: #ffffff; border:0; border-radius: 0; text-align: center; padding: 0;}
	.home-content .top-row .col:nth-child(5) div:nth-child(3) div h4 {line-height: 1em; display: inline-block; margin-bottom: 10px;}
	.home-content .top-row .col:nth-child(5) div:nth-child(3) div p a {line-height: 1em;}
/*--------------------------------------------------------------
Subpage
--------------------------------------------------------------*/
.about .entry-content,.two-col .entry-content {
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
}
	.entry-content img {margin-bottom: 40px;}
	.entry-content .group {display: inline-block;border-bottom:1px solid #b0b0b0; margin-bottom: 20px;max-width: 100%; font-size: 125%;}
	.entry-content .group img {margin-right: 25px;}
.content-area {background-repeat: no-repeat; background-size: 100%; position: relative; min-height: 850px;}

.content-area .container {z-index: 10; position: relative;}
.about {padding-top: 400px;}
.services,.sub,.two-col {padding-top: 200px;}
.about #main,.services #main,.sub #main,.two-col #main {background-color: #ffffff; padding: 20px 50px 50px 50px; border-top: 12px solid #498e42;}

.team-member img {display: block; margin: 0 auto 20px auto;}

.two-col .entry-content .alignleft {float: none;}

/*--------------------------------------------------------------
Gravity Forms Styles
--------------------------------------------------------------*/
.gform_wrapper .top_label .gfield_label {display: none !important;}

.gform_wrapper .gsection {border:0 !important;}
body .gform_wrapper .gform_body .gform_fields .gfield input,body .gform_wrapper .gform_body .gform_fields .gfield textarea {padding: 10px; color: #979797; font-size: 150%; background-color: #ededed; margin-bottom: 20px;}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=file] {padding-top: 10px; font-size: 100%; line-height: 100%;}
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {font-size: 210%; font-weight: 400;}
body .gform_wrapper .gform_footer input[type=submit] {font-size: 150%; color: #ffffff; background-color: #498e42; padding: 10px; border: 0; font-weight: 400;}
body .gform_wrapper .gform_body .gform_fields .gfield select {padding: 10px; color: #979797; font-size: 150%; background-color: #ededed; margin-bottom: 20px;}
.gform_wrapper .gfield_html.gfield_no_follows_desc {margin-bottom: 20px;}

/*--------------------------------------------------------------
Breakpoints
--------------------------------------------------------------*/
@media only screen and (max-width: 1220px) {
	.main-navigation li a {font-size: 150%;}
}
@media only screen and (max-width: 975px) {
	.main-navigation li a {font-size: 125%; margin-right: 25px;}
	.tag h1 {font-size: 400%;}
	.tag {bottom: 18%;}
}
@media only screen and (max-width: 768px) {
	.site-branding {width: 16% !important;}
	.tag h1 {font-size: 300%;}
	.tag {bottom: 20%;}
#masthead .container {width: 100%; margin: 0;}
#site-navigation {float: right; width: 100%; clear: both; margin: 0; position: relative;}
#site-navigation .menu-toggle {
  position: absolute;
  top: -45px;
  right: 20px;
  float: right;
  padding-left: 1.25em;
  border: 0;
  border-radius: 0;
  text-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background:transparent;
  padding: 0;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  
}
#site-navigation .menu-toggle::before {
  content: "";
  position: absolute;
  font-size: 220%;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: #80b380;
  box-shadow: 
    0 0.25em 0 0 #80b380,
    0 0.5em 0 0 #80b380;
}
.menu-primary-menu-container {width: 100%;}
.main-navigation li {width: 100%;background-color: #cadfca;}
#site-navigation li a {font-size: 100%; border-right: 0; border-top: 1px solid; padding: 2%; margin: 0; color: #498e42;}
.main-navigation li a::after {display: none;}
#site-navigation li:first-child a {border-width: 2px;}
.main-navigation li:last-child {background-color: #498e42;}
.main-navigation li:last-child a {background-color: #498e42;}
#site-navigation li:last-child a {border-radius: 0;top: 0; color: #ffffff;}

.tab-list li {width: 50%;}
.entry-content h4 img {display: block; float: none; margin: 0 auto 20px auto;}

#colophon .fourth {width: 96%;}
.main-navigation li a::after {height: 3px;}
}
@media only screen and (max-width: 640px) {
	.tag h1 {font-size: 150%;}
	.tag {bottom: 40%;}
	.tag h1 a {border-width: 2px; top: -5px;}
	.about {padding-top: 100px;}
	
	}
@media only screen and (max-width: 420px) {
	.about .entry-content,.two-col .entry-content {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.home-content .top-row .col:nth-child(1),.home-content .top-row .col:nth-child(2),.home-content .top-row .col:nth-child(3) {min-height: intrinsic;}
.home-content {top: 0;}
.tag {bottom: 10%;}

.about #main, .services #main, .sub #main {padding: 10px;}
.tab-list li {width: 100%;}
.gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half {width: 100% !important;}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {width: 100% !important;}
}

.plupload_header_content {background: none !important; padding-left: 10px !important;}
