/*
Theme Name: Kaltoons 2021
Author: Web Mobile Image
Author URI: http://www.webmobileimage.com
Developer: Sherri Ferritto Williams
Version: 2.0
*/

/* Custom CSS
 * --------------------------------------- */
 
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #2d2d2d;
	background-color: #cbced2;
	font-size: 14px;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	position: relative;
}
/* Bootstrap overrides*/

html {
	font-size: 14px;
}
 @media (min-width: 768px) {
html {
 font-size: 16px;
}
}
 @media (min-width: 992px) {
html {
 font-size: 18px;
}
}
 @media (min-width: 1200px) {
html {
 font-size: 21px;
}
}
h1, h2, h3, h4, h5 {
	font-family: BebasNeue;
	font-weight: normal;
	font-style: normal;
}
h1 {
	letter-spacing: -.025em;
	font-size: 2.25rem;
	margin-top: 0px;
}
h2 {
	letter-spacing: -.015em;
}
h3 {
	letter-spacing: -.015em;
}
p {
	line-height: 142%;
	letter-spacing: -.015em;
}
ul {
	font-size: 14px;
	line-height: 142%;
	letter-spacing: -.015em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
p.lead {
	font-size: 17px;
	margin-bottom: 10px;
}
.display-1 {
	font-size: 3rem;
}
.display-2 {
	font-size: 2rem;
}
.display-3 {
	font-size: 1.5rem;
}
.display-4, .display-4 p {
	font-size: 1.25rem;
}
a {
	color: #0272a1;
	transition: all 0.12s ease-in-out 0s;
}
a:visited {
	color: #0272a1;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:focus {
	color: #00a0a7;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	border: none;
}
.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.video-wrapper {
 margin-bottom:0px;
}
}
.page-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
 @media only screen and (min-width: 1400px) {
.page-wrapper {
 width: 90%;
 max-width: 1680px;
}
}

 @media only screen and (max-height: 900px) {
.page-wrapper {
 width: 100%;

}
}
.content-wrapper {
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper-carousel {
	position: relative;
	overflow: hidden;
	width: 95%;
	max-width: 1780px;
	margin-left: auto;
	margin-right: auto;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	clear: both;
}
.container-fluid.content-wrapper {
	width: 92%;
	max-width: 1682px;
}
 @media (min-width: 1400px) {
.container {
 width: 1320px;
}
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.relative {
	position: relative;
}
/* no-gutters Class Rules */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
.spaceabove {
	padding-top: 20px;
}
.spacebelow {
	padding-bottom: 20px;
}
.col.nonrelative {
	position: static !important;
}
img.top {
	vertical-align: text-top;
}
img.bottom {
	vertical-align: text-bottom;
}
img.middle {
	vertical-align: middle;
}
/* Kaltoons custom styles */

.bg-transp {
	background-image: url(images/black-transp.png);
	background-repeat: repeat;
}
.bg-gray {
	background-color: #cbced2;
}
.bg-green {
	/* bright green color */
	background-color: #27ae60;
}
.bg-mint {
	background-color: #5cc69a;
}
.bg-ltmint {
	background-color: #ade2cc;
}
.bg-ltmint2 {
	background-color: #6eca9b;
}
.bg-white {
	background-color: #FFF;
}
.bg-pink {
	background-color: #FCF;
}
.bg-gold {
	background-color: #f8c564;
}
.bg-ltgold {
	background-color: #fbe2b1;
}
.bg-red {
	background-color: #e3253f;
}
.bg-ltred {
	background-color: #f79da1;
}
.bg-blue {
	background-color: #0272a1;
}
.bg-ltblue {
	background-color: #91e3fa;
}
.bg-orange {
	background-color: #e3253f;
}
/* typography overrides */

.lead {
	font-weight: 700;
	color: #036BA8;
}
.lead.orange {
	color: #FF9900;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
blockquote {
 font-size: .8rem;
	color: #939598;
	border-left: 2px solid #FF9900;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/* ========= ADA ========== */

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #0272a1;
	outline: 0;
 -webkit-transition: top .1s ease-in, background .5s linear;
 transition: top .1s ease-in, background .5s linear;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.hidden {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* ========= HEADER ========== */
header {
	position: relative;
	padding-top: 0px;
	padding-bottom: 15px;
}
p.tagline {
	clear: both;
	display: block;
	text-align: center;
	font-weight: 600;
}
 @media only screen and (min-width: 768px) {
header {
 position: relative;
 padding-top: 30px;
 padding-bottom: 15px;
}
p.tagline span {
 display: block;
}
}
/* ========= home main navigation ========== */


/* Gradient color1 - color2 - color1 */

hr.fancy-rule {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
 @media only screen and (min-width: 1000px) {
 .home hr.fancy-rule {
 display:none;
}
}
.main-nav.home {
	margin-bottom: 30px;
	overflow: hidden;
}
.main-nav.home > div {
	width: 60%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	float: none;
	display: block;
}
 @media only screen and (min-width: 768px) {
.main-nav.home > div {
 width: 19.5%;
 margin: 0px;
 padding: .25%;
 float: left;
}
/* animation */

.grow {
 transition: all .2s ease-in-out;
}
.grow:hover {
 transform: scale(1.05);
}
}
/* ========= interior main navigation ========== */

header .main-nav.interior {
	display: none;
}
 @media only screen and (min-width: 768px) {
header .main-nav.interior {
 display: block;
}
#mobile_menu {
 display: none;
}
}
header .main-nav.interior {
	width: 100%;
	margin: 0px;
	margin-left: -15px;
	padding: 0px;
	padding-bottom: 20px;
	list-style: none;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	overflow: hidden;
}
 @media only screen and (min-width: 1200px) {
header .main-nav.interior {
 padding-bottom: 30px;
}
}
header .main-nav.interior div {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
header .main-nav.interior a:hover {
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .about {
	width: 19.41666%;
	background-image: url(images/about.png);
}
header .main-nav.interior .about:hover {
	background-image: url(images/about-over.png);
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .about.active {
	background-image: url(images/about-over.png);
}
header .main-nav.interior .portfoliobtn {
	width: 24.08333%;
	background-image: url(images/portfolio.png);
}
header .main-nav.interior .portfoliobtn:hover {
	background-image: url(images/portfolio-over.png);
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .portfoliobtn.active {
	background-image: url(images/portfolio-over.png);
}
header .main-nav.interior .contact {
	width: 21.58333%;
	background-image: url(images/contact.png);
}
header .main-nav.interior .contact:hover {
	background-image: url(images/contact-over.png);
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .contact.active {
	background-image: url(images/contact-over.png);
}
header .main-nav.interior .shop {
	width: 16.5%;
	background-image: url(images/shop.png);
}
header .main-nav.interior .shop:hover {
	background-image: url(images/shop-over.png);
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .blog {
	width: 18.41666%;
	background-image: url(images/blog.png);
}
header .main-nav.interior .blog:hover {
	background-image: url(images/blog-over.png);
	transition: all 0.16s ease-in-out 0s;
}
header .main-nav.interior .blog.active {
	background-image: url(images/blog-over.png);
}
/* ========= HOME PAGE ========== */


.logo {
	width: 100%;
	float: none;
}
 @media only screen and (min-width: 768px) {
.logo {
 width: 28%;
 float: left;
}
 .about-logo {
 background-image: url(images/kal-logo-tagline-about.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: contain;
}
 .portfolio-logo {
 background-image: url(images/kal-logo-tagline-portfolio.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: contain;
}
 .contact-logo {
 background-image: url(images/kal-logo-tagline-contact.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: contain;
}
 .blog-logo {
 background-image: url(images/kal-logo-tagline-blog.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: contain;
}
}
.home .logo {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
 @media only screen and (min-width: 768px) {
 .home .logo {
 width: 90%;
 float: none;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 margin-bottom: 30px;
}
}
 @media only screen and (min-width: 992px) {
 .home .logo {
 width: 85%;
 margin-top: 10px;
 margin-bottom: 30px;
}
}
 @media only screen and (min-width: 1400px) {
 .home .logo {
	  width: 75%;
 margin-top: 0px;
 margin-bottom: 30px;
}
}


/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
 
}



/* ========= INTERIOR PAGES ========== */

.page-header {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: none;
}
 @media only screen and (min-width: 601px) {
.page-header img.smallscreen {
 display: none;
}
}
 @media only screen and (max-width: 600px) {
.page-header img.largescreen {
 display: none;
}
}
 @media only screen and (min-width: 768px) {
.content main p {
 padding-right: 20px;
}
}
 @media only screen and (min-width: 1200px) {
.content {
 padding-top: 20px;
 padding-bottom: 15px;
}
}
.readon-button {
	margin-left:-15px;
}
 @media only screen and (min-width: 768px) {
.readon-button {
 margin-left:-30px;
}
}
.sidebar-photos {
	padding: 15px;
	padding-top: 0px;
	text-align: center;
}
.sidebar-photos figure {
	padding-bottom: 15px;
}
/* ========= RECENT WORK carousel ========== */

.featured h2 {
	color: #FFF;
	letter-spacing: normal;
}
.featured h2 span.subhead {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4d4d4d;
	font-size: 1rem;
	color: #FFF;
	vertical-align: middle;
	margin-left: 1.5rem;
}
.carousel {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
 @media only screen and (max-width: 767px) {
 .carousel {
 width:80%;
 margin-left:auto;
 margin-right:auto;
}
}
.bx-wrapper {
	background: none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -40px;
	background-image: url(images/slider-arrow-prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .8;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
	opacity: 1;
}
.bx-wrapper .bx-next {
	right: -40px;
	background-image: url(images/slider-arrow-next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .8;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: 0 0;
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 28px;
	height: 37px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* -------- owl carousel theme styles -------- */

.owl-carousel {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.owl-carousel .owl-item {
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
 .owl-theme .owl-nav [class*=owl-] {
 background-color:transparent;
 opacity: .8;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
background-color:transparent;
 opacity: 1;
}
/* owl arrows for banners */

.owl-carousel .owl-nav .owl-prev {
	background-image: url(images/slider-arrow-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-next {
		background-image: url(images/slider-arrow-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-prev {
	width: 28px;
	height: 37px;
	position: absolute;
	
	left: -40px;
	top:50%;
	border: none;
	z-index:19999;
}



.owl-carousel .owl-nav .owl-prev {
   
	left: -40px;
}

.owl-next {
	width: 28px;
	height: 37px;
	position: absolute;
	
	right: -40px;
	top:50%;
	border: none;
	z-index:19999;
}





/* ========= Carousel Videos ========== */


.carousel_videos {
	background-image: url(images/video-carousel-background.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.carousel_videos .bx-wrapper .bx-prev {
	background-image: url(images/slider-arrow-prev-white.png);
}
.carousel_videos .bx-wrapper .bx-next {
	background-image: url(images/slider-arrow-next-black.png);
}
/* ========= Publication logos ========== */

.publication-logos {
	padding-top: 30px;
	padding-bottom: 30px;
}
.publication-logos p {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
 @media only screen and (min-width: 768px) {
.publication-logos .col-sm-2 {
 height: 100px;
 vertical-align: middle;
}
.publication-logos p {
 padding: 0;
 text-align: center;
 vertical-align: middle;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}
}
/* ========= PORTFOLIO section ========== */
.portfolio {
	padding-top: 0px;
	padding-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
.mobile-clear {
 clear:both;
 position:relative;
 height: auto;
 background-color:#FFF;
 overflow:hidden;
 width:90%;
 margin-left:auto;
 margin-right:auto;
}
 .mobile-clear .animationbutton {
 display:inline-block;
}
 .mobile-clear .kalfilmbutton {
 display:inline-block;
}
 .mobile-clear .allportfoliobutton {
 display:inline-block;
}
 .mobile-clear2 {
 clear:both;
 position:relative;
 height: auto;
 background-color:#FFF;
 width:90%;
 margin-left:auto;
 margin-right:auto;
}
 .mobile-clear2 .animationbutton {
 margin-left:.25rem;
}
 .mobile-clear2 .kalfilmbutton {
 margin-left:.25rem;
}
}
.animationbutton {
	letter-spacing: 0.08em;
	background-color:#eee;
	margin-bottom:10px;
}
.animationbutton .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
	color:#FFF;
	background-color:#690;
}
.kalfilmbutton {
	letter-spacing: 0.08em;
	margin-bottom:10px;
}
.kalfilmbutton .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
	color:#FFF;
	background-color:#690;
}
.allportfoliobutton {
	letter-spacing: 0.08em;
	margin-bottom:10px;
}
.allportfoliobutton .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
	color:#FFF;
	background-color:#690;
}
 @media only screen and (min-width: 768px) {
.animationbutton {
 position:absolute;
 right:5%;
 margin-right:15px;
 top:6px;
}
 .kalfilmbutton {
 position:absolute;
 right:5%;
 margin-right:140px;
 top:6px;
}
 .allportfoliobutton {
 position:absolute;
 right:5%;
 margin-right:280px;
 top:6px;
}
}
/* animation page and posts */


.animations h2 {
	margin-left:15px;
	margin-top:6px;
}
.animation-loader {
	margin-top:15px;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#cbced2;
}
.animationbutton .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
	margin-right:0;
}
.animation-loader .item {
	margin-bottom:30px;
	display:inline;
}
.next-prev {
	margin-top:15px;
	margin-bottom:15px;
	color:#adadad;
}
.next-prev a:link {
	font-size:14px;
	font-weight:600;
	color:#adadad;
	border: none;
	margin:0;
	padding:2px;
	padding-bottom:4px;
}
.next-prev a:visited {
	color:#adadad;
}
.next-prev a:hover {
	color:#106a1d;
}
/* ========= BLOG ========== */
.post .thumbnail {
	background: #ffffff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
	padding: 0px;
	min-height: 385px;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 .post .thumbnail {
 height: 585px;
}
}
.post .thumbnail .caption {
	padding: 15px;
	color: #333;
}
 @media only screen and (min-width: 992px) {
.post .thumbnail .caption {
 padding: 30px;
 color: #333;
}
}
.entry-meta {
	font-size: 14px;
	text-transform: uppercase;
	color: #4d4d4d;
}
.blog .entry-meta {
	margin-bottom: 15px;
}
.post .thumbnail h2.entry-title {
	font-size: 1.75rem;
}
.post .thumbnail .entry-title a:link {
	color: #000;
}
.post .thumbnail .entry-title a:visited {
	color: #000;
}
.post .thumbnail .entry-title a:hover {
}
.post p.read-more a:link, .post p.read-more a:visited {
	font-family: "Courier New", Courier, monospace;
	font-weight: 700;
	text-transform: uppercase;
}
.post p.read-more a:hover {
}
/* featured larger post */

.blog-index .thumbnail .largephoto {
	height: 100%;
}
.blog-index .thumbnail .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
.blog-index .thumbnail .largephoto img {
	height: 100%;
}
.blog-index .thumbnail .largephoto .caption {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
}
.blog-index .thumbnail .largephoto .entry-meta {
	color: #FFF;
}
.blog-index .thumbnail .largephoto .caption h2.entry-title {
	font-size: 2.25rem;
	width: 80%;
}
.blog-index .thumbnail .largephoto .caption h2.entry-title a:link {
	color: #FFF;
}
.blog-index .thumbnail .largephoto .caption h2.entry-title a:visited {
	color: #FFF;
}
.blog-index .thumbnail .largephoto .entry-meta {
	font-weight:700;
}
.blog-index .thumbnail .largephoto a:link {
	color: #FFF;
}
.blog-index .thumbnail .largephoto a:visited {
	color: #FFF;
}
.blog-index .thumbnail .largephoto a:hover {
	color: #00a0a7;
}
.blog .featured-image {
	margin-bottom: 15px;
}
 @media only screen and (min-width: 768px) {
.blog .featured-image {
 margin-bottom: 30px;
}
}
.load_btn_container {
	display: block;
	text-align: center;
}
/* load more button for regular posts */
.misha_loadmore {
	clear: both;
	display: block;
	text-align: center;
}
.misha_loadmore span {
	display: inline-block;
	background-color: #0272a1;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px;
}
.misha_loadmore:visited span {
	background-color: #0272a1;
	color: #FFF;
}
.misha_loadmore:hover span {
	background-color: #00a0a7;
	color: #FFF;
}
#searchform {
	margin-bottom:30px;
	background-color:#ebebeb;
	overflow:hidden
}
main #searchform {
	max-width:300px;
}
 @media only screen and (max-width: 767px) {
.content-search #searchform {
 display: none;
}
}
input#s {
	-webkit-appearance:textfield;
	background-color:#ebebeb;
	-webkit-rtl-ordering:logical;
	-webkit-user-select:text;
	cursor:auto;
	padding:0px 10px;
	border:none;
	margin-left:2px
}
.searchbutton {
	background-color:#0272a1;
	color:#fff;
	border:0;
	color:#fff;
	float:right;
	width:32px;
	height:32px
}

/* ========= sidebar ========== */


@media only screen and (min-width: 768px) {
.sidebar.rightside {
 padding-left: 30px;
}
}
.sidebar {
	padding-top: 20px
}
.sidebar li.widget-container {
	list-style: none;
}
.sidebar h3 {
	font-size: 1.25rem;
	color: #0272a1;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 30px;
	border: none
}
.sidebar h3:first-child {
	margin-top: 0px
}
.sidebar ul {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	width: 100%
}
.sidebar ul li {
	margin-left: 0;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	list-style: none
}
.sidebar ul li:before {
	content: ""
}
.sidebar ul li a, .sidebar ul li a:visited {
	color: #4d4d4d;
}
.blog .sidebar ul li a:hover {
	color: #91e3fa;
}

/* ========= CONTACT form ========== */

@media only screen and (min-width: 992px) {
form.wpcf7-form {
 width:90%;
 background-image: url(images/form-megaphone.png);
 background-repeat: no-repeat;
 background-position: 95% top;
 background-size: 35%;
}
}
 @media only screen and (min-width: 1200px) {
form.wpcf7-form {
 background-position: 80% top;
 background-size: 37.5%;
}
}
 @media only screen and (min-width: 1400px) {
form.wpcf7-form {
 background-position: 85% top;
 background-size: 40%;
}
}
 @media only screen and (min-width: 1600px) {
form.wpcf7-form {
 background-position: 90% top;
 background-size: 40%;
}
}
form.wpcf7-form input {
	background-color: transparent;
	margin: 0;
	height: 60px;
	padding-left: 20px;
	text-shadow: none;
	border: none;
	position:relative;
}
 @media only screen and (max-width: 767px) {
form.wpcf7-form input {
 width:100%;
}
}
 @media only screen and (min-width: 768px) {
form.wpcf7-form input {
height: 70px;
}
}
 @media only screen and (min-width: 992px) {
form.wpcf7-form input {
height: 70px;
}
}
 @media only screen and (min-width: 1200px) {
form.wpcf7-form input {
height: 70px;
}
}
 @media only screen and (min-width: 1400px) {
form.wpcf7-form input {
height: 80px;
}
}
 @media only screen and (min-width: 1600px) {
form.wpcf7-form input {
height: 85px;
}
}
form.wpcf7-form label {
	margin: 0;
	padding: 0;
	display:block;
	width:100%;
	color:#FFF;
	line-height:0;
}
form.wpcf7-form label.fullwidth {
	width: 100%;
}
form.wpcf7-form label span.display {
	display: none;
}

form.wpcf7-form input {
	color:#333;
}




form.wpcf7-form .first-name input {
	background-image: url(images/form-firstname-focus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#333;
	
}
 @media only screen and (min-width: 992px) {
form.wpcf7-form .first-name input {
 background-size: contain;
}
}
form.wpcf7-form .last-name input {
	background-image: url(images/form-lastname-focus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#333;
}
 @media only screen and (min-width: 992px) {
form.wpcf7-form .last-name input {
 background-size: contain;
}
}
form.wpcf7-form .your-email input {
	background-image: url(images/form-email-focus.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#333;
}
 @media only screen and (min-width: 992px) {
form.wpcf7-form .your-email input {
 background-size: contain;
}
}
form.wpcf7-form .your-message textarea {
	background-image: url(images/form-message-focus.png);
	background-repeat: no-repeat;
	background-size: 100% 90%;
	width: 100%;
	padding-left: 20px;
	padding-top:25px;
	text-shadow: none;
	border: none;
	color:#333;
}
 @media only screen and (min-width: 992px) {
 form.wpcf7-form .your-message textarea {
/*max-height:280px;*/
}
}
 @media only screen and (min-width:1200px) {
 form.wpcf7-form .your-message textarea {
 background-size: contain;
 max-height:280px;
}
}
form.wpcf7-form .your-message textarea:focus {
	background-image: url(images/form-message-focus.png);
	background-repeat: no-repeat;
	background-size: 100% 90%;
}
form.wpcf7-form input[type="image"] {
	max-width: 100%;
	height: auto;
	padding-left: 0;
}



.wpcf7-form input[type="submit"] {
  background-image: url(images/form-send.png);
  background-repeat:no-repeat;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 80px;
  color: transparent;
  background-size:contain;
}
 
.wpcf7-form input[type="submit"]:hover {
  background-image: url(images/form-send.png);
} 


/* FORM CUSTOM PLACEHOLDERS*/

/* ------- FIRST NAME  ------- */


span.wpcf7-form-control-wrap.first-name > input::-webkit-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-firstname-label.png);
 background-repeat: no-repeat;
 background-position: 0px top;
 background-size: 83px 17px;
 color:transparent;
}
span.wpcf7-form-control-wrap.first-name > input::-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-firstname-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
span.wpcf7-form-control-wrap.first-name > input:-ms-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-firstname-label.png);
 background-repeat: no-repeat;
 background-position: 25px center;
 background-size: 83px 17px;
 color: #CCC;
 opacity:1;
}
span.wpcf7-form-control-wrap.first-name > input:-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-firstname-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 @media only screen and (min-width: 768px) {
span.wpcf7-form-control-wrap.first-name > input::-webkit-input-placeholder {
 background-size: 107px 22px;
}
span.wpcf7-form-control-wrap.first-name > input::-moz-placeholder {
background-size: 107px 22px;
}
span.wpcf7-form-control-wrap.first-name > input:-ms-input-placeholder {
background-size: 107px 22px;
}
span.wpcf7-form-control-wrap.first-name > input:-moz-placeholder {
background-size: 107px 22px;
}
}
 @media only screen and (min-width: 992px) {
span.wpcf7-form-control-wrap.first-name > input::-webkit-input-placeholder {
 background-size: 131px 27px;
}
span.wpcf7-form-control-wrap.first-name > input::-moz-placeholder {
 background-size: 131px 27px;
}
span.wpcf7-form-control-wrap.first-name > input:-ms-input-placeholder {
 background-size: 131px 27px;
}
span.wpcf7-form-control-wrap.first-name > input:-moz-placeholder {
 background-size: 131px 27px;
}
}


/* ------- LAST NAME  ------- */


span.wpcf7-form-control-wrap.last-name > input::-webkit-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-lastname-label.png);
 background-repeat: no-repeat;
 background-position: 0px top;
 background-size: 83px 17px;
 color:transparent;
}
 span.wpcf7-form-control-wrap.last-name > input::-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-lastname-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 span.wpcf7-form-control-wrap.last-name > input:-ms-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-lastname-label.png);
 background-repeat: no-repeat;
 background-position: 25px center;
 background-size: 83px 17px;
 color: #CCC;
 opacity:1;
}
 span.wpcf7-form-control-wrap.last-name > input:-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-lastname-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 @media only screen and (min-width: 768px) {
 span.wpcf7-form-control-wrap.last-name > input::-webkit-input-placeholder {
 background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.last-name > input::-moz-placeholder {
background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.last-name > input:-ms-input-placeholder {
background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.last-name > input:-moz-placeholder {
background-size: 107px 22px;
}
}
 @media only screen and (min-width: 992px) {
 span.wpcf7-form-control-wrap.last-name > input::-webkit-input-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.last-name > input::-moz-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.last-name > input:-ms-input-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.last-name > input:-moz-placeholder {
 background-size: 131px 27px;
}
}


/* ------- EMAIL  ------- */


.wpcf7-form-control-wrap.your-email > input[type="email"]::-webkit-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-email-label.png);
 background-repeat: no-repeat;
 background-position: 0px top;
 background-size: 83px 17px;
 color:transparent;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]::-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-email-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-ms-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-email-label.png);
 background-repeat: no-repeat;
 background-position: 25px center;
 background-size: 83px 17px;
 color: #CCC;
 opacity:1;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-email-label.png);
 background-repeat: no-repeat;
 background-position: 15px center;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 @media only screen and (min-width: 768px) {
 .wpcf7-form-control-wrap.your-email > input[type="email"]::-webkit-input-placeholder {
 background-size: 107px 22px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]::-moz-placeholder {
background-size: 107px 22px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-ms-input-placeholder {
background-size: 107px 22px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-moz-placeholder {
background-size: 107px 22px;
}
}
 @media only screen and (min-width: 992px) {
 .wpcf7-form-control-wrap.your-email > input[type="email"]::-webkit-input-placeholder {
 background-size: 131px 27px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]::-moz-placeholder {
 background-size: 131px 27px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-ms-input-placeholder {
 background-size: 131px 27px;
}
 .wpcf7-form-control-wrap.your-email > input[type="email"]:-moz-placeholder {
 background-size: 131px 27px;
}
}

/* ------- MESSAGE  ------- */

span.wpcf7-form-control-wrap.your-message > textarea::-webkit-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-message-label.png);
 background-repeat: no-repeat;
 background-position: 0px top;
 background-size: 83px 17px;
 color:transparent;
}
 span.wpcf7-form-control-wrap.your-message > textarea::-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-message-label.png);
 background-repeat: no-repeat;
 background-position: 15px 20px;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-ms-input-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-message-label.png);
 background-repeat: no-repeat;
 background-position: 25px top;
 background-size: 83px 17px;
 color: #CCC;
 opacity:1;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-moz-placeholder {
 width:100%;
 height:100%;
 background-image: url(images/form-message-label.png);
 background-repeat: no-repeat;
 background-position: 15px 20px;
 background-size: 83px 17px;
 color:transparent;
 opacity:1;
}
 @media only screen and (min-width: 768px) {
 span.wpcf7-form-control-wrap.your-message > textarea::-webkit-input-placeholder {
 background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.your-message > textarea::-moz-placeholder {
background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-ms-input-placeholder {
background-size: 107px 22px;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-moz-placeholder {
background-size: 107px 22px;
}
}
 @media only screen and (min-width: 992px) {
 span.wpcf7-form-control-wrap.your-message > textarea::-webkit-input-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.your-message > textarea::-moz-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-ms-input-placeholder {
 background-size: 131px 27px;
}
 span.wpcf7-form-control-wrap.your-message > textarea:-moz-placeholder {
 background-size: 131px 27px;
}
}
/* ========= FOOTER ========== */

footer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b3237;
}
/* --------- Footer Signup Form -------- */
.footer-contact {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #cbced2;
}
form.signup {
}
form.signup label {
	font-family: BebasNeue;
	font-weight: normal;
	font-style: normal;
	color: #cbced2;
	font-size: 1.4rem;
	vertical-align: middle;
}

/* pull-right on all except xs devices */
@media (min-width: 768px) {
.pull-right-sm {
 float: right;
}
}

/* pull-right on all except xs devices */
@media (min-width: 992px) {
.pull-right-md {
 float: right;
}
}
form.signup .form-group {
	border: 1px solid #cbced2;
	padding: 0px;
	padding-right: 3px;
	max-width: 400px;
}
.form-control {
	display: inline-block;
	width: 90%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* submit button */
form.signup .btn-default {
	font-family: BebasNeue;
	color: #6eca9b;
	background-color: #fff;
	border: none;
}
form.signup .btn {
	display: inline-block;
	padding: 3px 6px;
	margin-bottom: 0;
	font-size: 1.4rem;
	border: none;
	border-radius: 0px;
}
/* --------- Footer Subnav -------- */
footer nav {
	font-family: BebasNeue;
	color: #cbced2;
	vertical-align: middle;
	padding-top: 10px;
}
footer nav ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
}
 @media (min-width: 992px) {
footer nav ul {
 margin: 0px;
}
}
footer nav li {
	color: #cbced2;
	float: left;
	text-align: left;
	font-size: 1.4rem;
	color: #FFF;
 padding-left: .35rem;
 padding-right: .35rem;
	vertical-align: middle;
}
footer nav li:first-child {
	padding-left: 0;
}
footer nav li a:link, footer nav li a:visited {
	color: #cbced2;
}
footer nav li a:hover {
	color: #0272a1;
}
footer .social {
	vertical-align: middle;
}
 @media (max-width: 576px) {
 footer .social {
 display:block;
 clear:both;
 padding-top:15px;
}
}
footer .social img {
	width: 24px;
	height: auto;
	margin-left: 6px;
	vertical-align: middle;
}
 @media (min-width: 1200px) {
footer .social img {
 width: 30px;
}
}
footer .copyright {
	padding-top: 30px;
	padding-bottom: 0;
}
footer .copyright p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #00a0a7;
}
 @media only screen and (min-width: 768px) {
 footer .copyright p {
 font-size: 14px;
}
}
footer .attribution {
	padding-top: 15px;
	padding-bottom: 30px;
}
footer .attribution p {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #00a0a7;
}
footer .attribution p a {
	display:block;
}
 @media only screen and (min-width: 400px) {
 footer .attribution p a {
 display:inline;
}
}
 @media only screen and (min-width: 768px) {
 footer .attribution p {
 font-size: 12px;
}
}
footer p a:link {
	color: #00a0a7;
}
footer p a:visited {
	color: #00a0a7;
}
footer p a:hover {
	color: #66c6ca;
}
 @media only screen and (min-width: 768px) {
 footer .copyright {
 padding-top: 30px;
 padding-bottom: 30px;
}
 footer .attribution {
 padding-top: 30px;
 padding-bottom: 30px;
}
 footer .attribution p {
 text-align:right;
}
}
/* mailchimp form*/

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}
#mc_embed_signup #mce-error-response {
	display: none;
}
#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}
#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}
#mc_embed_signup #num-subscribers {
	font-size:1.1em;
}
#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}
#mc-embedded-subscribe-form .indicates-required {
 font-size: .8rem;
}
 #mc-embedded-subscribe-form input.email::-webkit-input-placeholder {
 font-family: BebasNeue;
 font-weight: normal;
 font-style: normal;
 color: #cbced2;
 font-size: 1rem;
 line-height:1;
 vertical-align: top;
 width:100%;
 height: auto;
 background-image: none;
 opacity:1;
}
 input.email::-moz-placeholder {
 font-family: BebasNeue;
 font-weight: normal;
 font-style: normal;
 color: #cbced2;
 font-size: 1rem;
 line-height:1;
 vertical-align: top;
 width:100%;
 height: auto;
 background-image: none;
 opacity:1;
}
 input.email:-ms-input-placeholder {
 font-family: BebasNeue;
 font-weight: normal;
 font-style: normal;
 color: #cbced2;
 font-size: 1rem;
 line-height:1;
 vertical-align: top;
 width:100%;
 height: auto;
 background-image: none;
 opacity:1;
}
 input.email:-moz-placeholder {
 font-family: BebasNeue;
 font-weight: normal;
 font-style: normal;
 color: #cbced2;
 font-size: 1rem;
 line-height:1;
 vertical-align: top;
 width:100%;
 height: auto;
 background-image: none;
 opacity:1;
}
/* sassy social sharing overrides */

.heateor_sss_horizontal_sharing {
	padding-top:30px;
	padding-bottom:30px;
}
.portfolio .heateor_sss_horizontal_sharing {
	padding-left:5%;
}
.page-template-about main {
	position: relative;
	padding-bottom:50px;
	margin-bottom:30px;
}
.page-template-about main {
	position: relative;
	padding-bottom:80px;
}
 @media only screen and (min-width: 420px) {
.page-template-about main {
 margin-bottom:20px;
 padding-bottom:50px;
}
}
 @media only screen and (min-width: 768px) {
.page-template-about main {
 margin-bottom:10px;
 padding-bottom:50px;
}
}
.page-template-about main .heateor_sss_sharing_container {
	position:absolute;
	bottom:0;
}
.page-template-about main .heateor_sss_horizontal_sharing {
	padding-top:50px;
	padding-bottom:0;
}
