/*
Theme Name:     Fitting Images
Theme URI:      http://www.fittingimages.com
Description:    WordPress Theme for Fitting Images
Author:         Ian Rogers
Author URI:     http://www.mvestormedia.com/about/ian-rogers
Template:       canvas                  
Version:        1.0.1
*/

@import url("../canvas/style.css");

@import url(https://fonts.googleapis.com/css?family=Oswald);

/* 
Usage:
	font-family: 'Oswald', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* 
Usage: 
	font-family: 'Open Sans', sans-serif;
*/

@font-face {
  font-family: "fit-font-1";
  src:url("fonts/icons/fit-font-1.eot");
  src:url("fonts/icons/fit-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/icons/fit-font-1.woff") format("woff"),
    url("fonts/icons/fit-font-1.ttf") format("truetype"),
    url("fonts/icons/fit-font-1.svg#fit-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "fit-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fit-icon-"]:before,
[class*=" fit-icon-"]:before {
  font-family: "fit-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
	background-color: #414141;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	background: url(images/body-bg.png) top left repeat; 
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page .title,
.page-title,
.post .title,
.post-title,
.widget h3 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

img.no-border {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.post .title a:link,
.post .title a:visited,
.page .title a:link,
.page .title a:visited {
	color: #fff;
}


.page .title,
.page-title,
.post .title {
	font-size: 72px;
	text-transform: uppercase;
}

.post-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.post-meta {
	color: #fff;
}

.post-meta a:link,
.post-meta a:visited,
.post p.tags a:link,
.post p.tags a:visited {
	color: #fff;
}

.post p.tags {
	font-size: 12px;
}

.archive-meta {
	line-height: 25px;
}

.blog-content {
	padding: 0 0 20px 0;
}

#post-author,
#connect {
	background: #313131;
	color: #fff;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
}

#post-author {
	margin-top: 1.5em;
}

#connect p {
	color: #fff;
}

#comments .comment.thread-even {
	background: transparent;
	border: none;
}

#comments .comment {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


hr {
	background-color: rgba(255, 255, 255, 0.3);
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

p a:hover {
	color: #414141;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	background: none;
	border: none;
}

.entry .wp-caption { 
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#content {
	max-width: 554px;
	background: url('images/content-bg.png') top right no-repeat #eb5656;
	background-position: 222px -25px;
}

#footer {
	max-width: 554px;
	background-color: #313131;
	border-top: 3px solid #fff;
	color: #fff;
}

#footer p {
	color: #dcdcdc;
	font-size: 11px;
}

#header-container {
	background-color: #313131;
	position: relative;
	z-index: 102;
}

#nav-container {
	background: transparent;
	border: none;
}

#nav-container #navigation {
	background: none;
}

#navigation ul.nav li a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}



#nav-container #navigation ul#main-nav > li:first-child {
	border-left: none;
}

ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
	background: none;
}



.entry,
.entry p {
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8em;
}

div.spacer {
    font-size: 0; 
    height: 10px;
    line-height: 0;
}
.entry ul {
    line-height: 1.7em;
    font-size: 16px;
}

blockquote,
.entry blockquote {
	background: #313131;
	color: #fff;
	padding: 25px 36px;
	margin: 10px 0;
}

.entry blockquote p {
	color: #fff;
	font-style: normal;
	margin-bottom: 0;
} 

.entry blockquote:before {
	content: none;
	display: none;
}

#sidebar,
#sidebar p,
#sidebar .textwidget {
	font-size: 13px;
	color: #fff;
}

/* Team Members */

ul#team {
	padding-left: 0;
	margin-left: 0;
}

ul#team li {
	list-style: none;
}

ul#team .team-info {
	background: #414141;
}

.team-info p {
	color: #fff;
	font-size: 14px;
	padding: 10px;
}

.team-info p a {
	color: #fff;
	text-decoration: underline;
}

.team-info {
	padding: 10px;
}

.team-face {
	background: #313131;
}

#team .team-title {
	text-align: center;
    margin-top: 0.3em;
}

.team-photo {
	overflow: hidden;
}

#team .fourcol-one {
	margin-right: 0 !important;
}

#team .team-bio {
	margin-left: 1.2em;
	margin-right: 1.2em;
	color: #bbb;
}

#team .team-name {
	font-size: 1.5em;
	padding-left: .6em;
	padding-top: .4em;
}

/* Blog */

.single .post {
	border: none;
	padding-bottom: 0;
}

.post {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom:  1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 0;
	padding-bottom: 40px;
	padding-top: 40px;
}

.single .post {
	padding-top: 0;
}

.single .post-meta {
	font-size: 13px;
	clear: none;
	text-align: center;
}

.single .post-meta .author,
.single .post-meta .date {
	clear: none;
}

.single .entry {
	clear: both;
}

.single .post-meta .fourcol-one {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 0;
}

.single p.tags {
	font-size: 13px;
}

.page .title,
.single .post .title {
	margin-bottom: .25em;
}

.blog-section {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	width: 63.33% !important;
}

.blog-section p {
	margin-bottom: 20px;
}

.blog-post-meta .date,
.blog-post-meta .author,
.blog-post-meta .categores,
.blog-post-meta .tags {
	display: block;
}

.post-meta a:link,
.post-meta a:visited,
.post p.tags a:link,
.post p.tags a:visited {
	font-weight: normal;
}


abbr.date {
	border: none;
}

.blog-section.threecol-two {
	margin-right: 2%;
	padding-right: 2%;
}

#comments h3,
#respond h3 {
	color: #fff;
}

#comments .comment-head {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #EE6F6F;
	padding-bottom: 25px;
}

a.button, a.comment-reply-link,
#commentform #submit,
.submit, input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button,
#comments .comment .reply a {
	background: #313131;
	color: #fff;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	transition: background .5s;
	-webkit-transition: background .5s;
}

#comments .comment .reply a {
	color: #fff !important;
	font-size: 14px;	
}

#comments .comment .reply a:hover {
	background: #616161 !important;
	color: #fff !important;
}

/* #comments ol.commentlist > li.comment {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
} */

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
	background: #454545;
	color: #fff !important;
	text-transform: normal;
}

#comments .comment .reply a:after {
	content: none;
}

#comments ul.children li {
	border-top: none;
	border-bottom: none;
}

.reply-arrow {
	background: url(images/sprites.png) no-repeat;
	background-position: -168px 0;
	width: 25px;
	height: 29px;
	position: relative;
	left: -9%;
	top: 58px;
	margin-top: -29px;
}

.post-meta .meta-icon {
	display: inline;
	margin-right: 6px;
}

.post-meta .author, .post-meta .date {
	display: inline;
	clear: both;
	
}

.immersive_slider {
	max-width: 642px !important;
	background: none;
	margin: 0 auto;
	background-color: transparent !important;
	height: 298px !important;
}

.immersive_slider .is-slide {
	padding: 0 !important;
}

.immersive_slider .is-slide .image img {
	max-width: 642px !important;
}

#immersive_slider .is-next, #immersive_slider .is-prev {
	background: none;
}

.immersive_slider .is-slide .image {
	padding-left: 0 !important;
}

.is-container .is-background img {
	height: auto;
}

.home-title {
	line-height: 100%;
	margin-bottom: .5em;
}

.home-title .top-line {
	font-size: 37px;
	line-height: 100%;
	
}

.home-title .bottom-line {
	font-size: 72px;
	line-height: 150%;
}

.entry .service-icon-title {
	font-size: 31px;
	margin-bottom: 1em;
}

.service-icon h4{
	text-align: center;
	margin-top: 18px;
}

.fit-icon-branding-icon:before {
	content: "a";
}
.fit-icon-design-icon:before {
	content: "b";
}
.fit-icon-marketing-icon:before {
	content: "c";
}


.service-icon-image {
	width: 126px;
	height: 126px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-size: 95px;
	text-align: center;
	box-shadow: 0 0 0 4px #000;
	position: relative;
	z-index: 1;
}


.service-icon-image:after {
	pointer-events: none;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -6px;
	left: -6px;
	padding: 6px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.service-icon-image:before {
	font-family: 'fit-font-1';
	speak: none;
	font-size: 95px;
	line-height: 126px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.service-icon-image:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.entry .full {
	background: #313131;
	width: 554px;
	margin-left: -44px !important;
	padding-right: 44px;
	padding-left: 44px;
	line-height: 1.9em;
	margin-bottom: 1.5em;
}

#sidebar {
	padding:20px;
}

ul.portfolio {
	margin-left: 0;
	padding-left: 0;
}

.portfolio .gallery-item {
	max-width: 180px;
	max-height: 180px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.portfolio .gallery-item img {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

.portfolio .gallery-item .mask {
	opacity: 0;
	background-color: rgba(65, 65, 65, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	text-align: center;
	display: table;
}

.portfolio .gallery-item .mask:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.portfolio .mask p {
	color: #fff;
	margin: 0 5px;
	font-size: 12px;
}

.mask-link {
	display: block;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.pp_social {
	display: none !important;
}

#portfolio-navigation {
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 30px; 
}	

#portfolio-navigation .portfolio-nav {
 	margin-left: 0;
	padding-left: 0;
	padding-top: 5px;
}

.portfolio-nav li {
	list-style: none;
	color: #fff;
	display: inline;
	margin-right: 1em;
}

body .gform_wrapper .gform_heading .gform_title {
	font-size: 31px;
	font-weight: normal;
}

input,
textarea,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #414141;
	background: #f56c6c;
	color: #fff;
	font-size: 13px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
label,
#respond label {
	color: #fff;
	font-size: 13px; 
	font-weight: normal;
}

body .gform_wrapper .gform_footer input[type=submit] {
	padding: 5px 22px 6px !important;
	margin: 0;
 	font-weight: bold; 
}

body .gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
	font-weight: normal;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
	width: 100% !important;
	font-size: 16px;
}

.tagcloud a {
	color: #fff;
	background: #414141;
	padding: .5em;
	-webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
	transition: background 1s;
	
}

.tagcloud a:hover {
	background: #eb5757;
}

.post p.tags {
	color: #fff;
}

.widget h3 {
	font-size: 31px;
	border: none;
	margin-bottom: 0;
	padding-bottom:15px;
}

#sidebar,
#sidebar a,
#sidebar li {
	font-size: 13px;
}

#sidebar .widget {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #505050;
	padding-bottom: 30px;
	padding-top: 30px;
}

#sidebar div.widget:first-child {
	padding-top: 0 !important;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li:before {
	content: "+";
    margin-right: 4px;
}

#portfolio-container .mix {
	display: none;
}

.filter-label {
	color: #fff;
}

button.portfolio-nav-item {
	background: none;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

button.portfolio-nav-item:hover,
button.portfolio-nav-item.active {
	color: #eb5656;
}

#social-icons {
	padding: 0;
	margin: 0;
	top:-10px;
	position: relative;
}

#social-icons li {
	list-style: none;
	width: 45px;
	height: 46px;
	display: inline-block;;
}

#social-icons li a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/sprites.png) no-repeat;
}

#social-icons li a:hover {
	/* -webkit-transition: background 1s;
  -moz-transition: background 1s ;
  -o-transition: background 1s ;
  transition: background 1s; */
}

#social-icons li.facebook a {
	background-position: 0 -87px ;
}

#social-icons li.linkedin a {
	background-position: -48px -87px ;
}
#social-icons li.twitter a{
	background-position: -97px -87px ;
}

#social-icons li.facebook a:hover {
	background-position: -150px -87px ;
}
#social-icons li.linkedin a:hover {
	background-position: -202px -87px ;
}
#social-icons li.twitter a:hover{
	background-position: -255px -87px ;
}

.notice {
	background: none repeat scroll 0 0 #313131;
	color: #fff !important;
	line-height: 1em;
	padding: .4em;
	display: table;
	clear: both;
}

.notice:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.notice:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

/* Desktop Only Styles */
@media only screen and (min-width: 768px) {
	#logo {
		float: left;
		padding-left: 35px;
		padding-top: 12px;
	}
	
	#header #nav-container {
		float: right;
		max-width: 100%;
		margin-bottom: 0;
		padding-right: 35px;
		height: 93px;
	}
	
	ul#main-nav {
		margin-top: 19px;
	}
	
	#header-container {
		height: 93px;
	}
	
	#header {
		padding:0;
	}
	
	
	#header.col-full {
		max-width: none;
	}
	
	#header #navigation ul.nav > li a:hover,
	#header #navigation ul.nav > li:hover,
	#header #navigation ul.cart > li:hover,
	#header #navigation ul.cart > li:hover > ul > li > div,
	#header #navigation ul.nav-search > li:hover,
	#header #navigation ul.nav-search > li:hover > ul > li > div {
		background: none;
	}
	
	#navigation ul.nav li.current_page_item,
	#navigation ul.nav li:hover,
	#navigation ul.nav li.current-page-ancestor,
	#navigation ul.nav li.current-menu-ancestor	{
		border-bottom: 4px solid #8dc641;
	}
	
	#navigation ul.nav li {
		padding: 0 0 19px 0;
	}
	
	#navigation ul.nav li a {
		padding: 0 1.75em;
		bottom: 0;
	}
	
	#navigation ul.nav-search {
		display: none;
	}
	
	#navigation ul.nav ul.sub-menu {
		background: #313131;
		z-index: -1;
	}
	
	#navigation ul.nav li ul.sub-menu li a {
		color: #fff !important;
		text-decoration: none;
	}
	
	#navigation ul.nav li ul.sub-menu li a:hover {
		color: #8dc540 !important;
	}
	
	#navigation ul.nav li ul.sub-menu li {
		border: none;
		padding-bottom: 0;
	}
	
	#wrapper #content,
	#wrapper #footer	{
		padding: 49px 44px;
	}
	
	#wrapper #footer {
		padding: 30px 44px 0 44px;
	}
	
	
	
	.two-col-left #wrapper #main-sidebar-container #main, .two-col-right #wrapper #main-sidebar-container #main {
		width: 100%;
	}
	
	#sidebar {
		border-right: 3px solid #eb5656;
		float: left;
		background: #313131;
		color: #fff;
		overflow: visible;
	}
	
	#sidebar .close {
		background: url('images/sprites.png') no-repeat;
		background-position: -86px 0;
		height:73px;
		width:73px;
		display:block;
		position: absolute;
		top: 0;
		right: -76px;
		cursor: pointer;
		border: 0;
	}
		
	.st-container {
		perspective: 1500px;
		perspective-origin: 0% 50%;
	}
	
	.st-content,
	.st-content-inner {
		position: relative;
	}

	.st-container {
		position: relative;
		overflow: hidden;
	}
	
	.st-pusher {
		position: relative;
		left: 0;
		z-index: 99;
		height: 100%;
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
	}

	.st-pusher::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		background: rgba(0,0,0,0.2);
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	}

	.st-menu-open .st-pusher::after {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.st-menu {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		visibility: hidden;
		width: 256px;
		height: 100%;
		background: #313131;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.st-menu::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
		content: '';
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.st-menu-open .st-menu::after {
		width: 0;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	}

	.st-effect-7.st-container {
		-webkit-perspective: 1500px;
		perspective: 1500px;
		-webkit-perspective-origin: 0% 50%;
		perspective-origin: 0% 50%;
	}

	.st-effect-7 .st-pusher {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.st-effect-7.st-menu-open .st-pusher {
		-webkit-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}

	.st-effect-7.st-menu {
		-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
		transform: translate3d(-100%, 0, 0) rotateY(-90deg);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.st-effect-7.st-menu-open .st-effect-7.st-menu {
		visibility: visible;
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
		transform: translate3d(-100%, 0, 0) rotateY(0deg);
	}
	
	#st-trigger-effects {
		width: 77px;
		height: 73px;
		padding: 0;
		margin: 0;
		position: fixed;
		top: 169px;
		z-index: 101;
		left: 0;
		transform: none !important;
		transition: none !important;
		-webkit-transform: translateZ(0);
		overflow: visible;
	}
	
	.st-menu-open #st-trigger-effects {
		display: none;
	}
	
	#st-trigger-effects button {
		background: url(images/sprites.png) no-repeat;
		background-position: 0 0;
		height: 73px;
		width: 77px;
		border: none;
		margin: 0;
		padding:0;
		cursor: pointer;
		text-indent: -9999px;
	}
	
	.st-menu-open #st-trigger-effects {
		position: fixed !important;
	}
	
	#fit-phone-number {
		position: fixed;
		top: 169px;
		z-index: 100;
		right: 15%;
		transform: none !important;
		transition: none !important;
		-webkit-transform: translateZ(0);
		overflow: visible;
		-webkit-backface-visibility:hidden;
	}
	
	#fit-phone-number a {
		background: #313131;
		font-family: 'Oswald', sans-serif;
		font-size: 30px;
		border-right:  3px solid #8dc641;
		padding: 7px 15px;
		-webkit-backface-visibility:hidden;
		-webkit-transform: translateZ(0);
	}

	#service-icons {
		padding-top: 18px;
	}
} 

@media only screen and (max-width: 767px) {
	
	#featured_slider {
		display: none;
	}
	
	#st-trigger-effects button {
		display: none;
	}
	
	button#closeMenu {
		display: none;
	}
	
	.show-nav #inner-wrapper {
		left: 0;
		display:none;
	}
	
	.show-nav #st-content-inner {
		left: 80%;
		position: relative;
	}
	
	body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer {
		margin: 0 auto;
	}
	
	#navigation h3 {
		display: none;
	}
	
	ul.nav li a:hover {
		color: #8DC641 !important;
	}
	
	ul.nav li ul li a {
		color: #fff !important; 
	}
	
	ul.nav ul li.current_page_item a, ul.nav ul li.current_page_parent a, ul.nav ul li.current-menu-ancestor a, ul.nav ul li.current-cat a, ul.nav ul li.current-menu-item a, #navigation ul.cart .cart_list a {
		color: #8DC641 !important;
	}
	
	#fit-phone-number {
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		padding-left: 1.618em;
		background: #000;
		padding-top:1em;
		padding-bottom:1em;
	}
	
	.team-member .team-face {
		float: left !important;
		width: 22% !important;
	}
	
	.team-member .team-info {
		float: right !important;
		width: 70% !important;
	}
	
	.home-title .bottom-line {
		font-size: 68px;
	}
	
	.page .title, .page-title, .post .title {
		font-size: 58px;
		max-width: 100%;
	}
	
	.portfolio .gallery-item {
		display: block;
		margin: 0 auto;
		padding-bottom: 2px;
	}
	
	a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button, #comments .comment .reply a {
		display: block;
	}
	
	#portfolio-container {
		margin-left: 15%;
	}
	
	.full {
		max-width: 100%;
	}
	
	.single .post-meta {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1135px) {
	#navigation ul.nav li a {
		padding: 0 1em;
	}
	
	#header #nav-container {
		padding-right: 0;
		padding-left: 0;
	}
	
	#logo {
		padding-left: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 921px) {
	#logo img {
		max-width: 100%;
		width: 138px;
	}
	
	#logo {
		width: auto;
		padding-top: 27px;
	}
	
	#navigation ul.nav li a {
		font-size: 15px;
	}
	
	#navigation ul.nav li {
		padding-bottom: 22px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
	.team-member .team-info	{
		width: 95% !important;
		float: none !important;
		clear:left;
	}
	
	#team .team-face {
		background: none;
		width: 100% !important;
		float: none !important;
	}
	
	#team .team-title {
		background: #313131;
		padding: .5em;
	}
	
	.team-photo img {
		margin: 0 auto;
		display: block !important;
		width: 100%;
	}
}

/* @media only screen and (min-width : 768px) and (max-width : 1024px)  { 
	.immersive_slider {
		height: 325px !important;
	}
} */