/*---------------------------------------------------------
 Contents (_contents.less)
-----------------------------------------------------------
1. Elements
2. Defaults
3. Scaffolding
4. Sidebar
5. Blog
6. Comments
7. Forms and buttons
8. Pages
9. Custom Post Types
10. Visual Enhancements
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. ELEMENTS
-------------------------------------------------------- */
/*---------------------------------------------------------
 Fonts (_elements.less)
-------------------------------------------------------- */
body,
#primary-nav ul ul li {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.format-quote blockquote p,
#primary-nav > ul > li > a {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
/*---------------------------------------------------------
 General (_elements.less)
-------------------------------------------------------- */
html {
  font-size: 100%;
  line-height: 1.5;
}
body {
  font-size: 1em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
p {
  margin: 0 0 1.5em;
}
p + p {
  clear: both;
}
/*---------------------------------------------------------
 Links (_elements.less)
-------------------------------------------------------- */
a {
  color: #ef6250;
  border-bottom: 0.08em solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  padding-bottom: 1px;
}
a:hover {
  color: #ef6250;
  border-bottom: 0.08em solid #ef6250;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a img {
  border: 0;
}
/*---------------------------------------------------------
 Headings (_elements.less)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262626;
  font-weight: bold;
  margin: 0 0 0.6em 0;
  letter-spacing: -1px;
}
h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}
h3 {
  font-size: 23px;
  font-size: 1.4375rem;
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
/*---------------------------------------------------------
 Lists (_elements.less)
-------------------------------------------------------- */
ul,
ol,
dl {
  margin-bottom: 21px;
}
ul {
  list-style: square inside;
}
ol {
  list-style: decimal inside;
}
ul ul,
ol ol {
  margin: 0 0 0 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
/*---------------------------------------------------------
 Table (_elements.less)
-------------------------------------------------------- */
table,
th,
td {
  border: 1px dotted #e7e7e7;
}
table {
  border-collapse: separate;
  margin-bottom: 21px;
  width: 100%;
  border-right: 0;
  border-bottom: 0;
}
th,
td {
  font-weight: normal;
  text-align: center;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  padding: 10px;
}
td {
  border-width: 0 1px 1px 0;
  padding: 5px;
}
th {
  color: #757575;
}
.entry-content table {
  border: dotted 1px #e7e7e7;
  font-size: 16px;
}
.entry-content table td,
.entry-content table th {
  padding: 10px;
  text-align: left;
}
.entry-content table thead {
  background: #f7f7f7;
}
.entry-content table thead th {
  font-weight: bold;
}
.entry-content table td {
  border-bottom: solid 1px #f7f7f7;
}
.entry-content table tr:last-child td {
  border-bottom: none;
}
.entry-content table tr:nth-child(even) {
  background: #f7f7f7;
}
/*---------------------------------------------------------
 Block Quote (_elements.less)
-------------------------------------------------------- */
blockquote {
  clear: both;
  color: #bdbdbd;
  padding: 0 75px;
  margin: 40px 40px 40px 0;
}
blockquote p {
  font-size: 18px;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
/*---------------------------------------------------------
 Code (_elements.less)
-------------------------------------------------------- */
tt,
kbd,
pre,
code,
samp {
  font: 15px Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #859093;
  border: 1px solid #f3f4f5;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
  word-spacing: -1px;
  word-spacing: -0.0625rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  white-space: pre-wrap;
  position: relative;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 3% 5% 3% 10%;
  overflow: auto;
  max-width: 100%;
  tab-size: 4;
}
pre:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f121";
  background: #BBC3CC;
  color: #fff;
  padding: 0 3px;
  font-size: 14px;
  z-index: 5;
}
/*---------------------------------------------------------
 Ruler (_elements.less)
-------------------------------------------------------- */
hr {
  clear: both;
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin: 63px 0;
}
/*---------------------------------------------------------
 Misc. (_elements.less)
-------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
/*---------------------------------------------------------
 2. DEFAULTS
-------------------------------------------------------- */
/*---------------------------------------------------------
 Captions (_defaults.less)
-------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: center;
}
/*---------------------------------------------------------
 Alignments (_defaults.less)
-------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/*---------------------------------------------------------
 Clearings (_defaults.less)
-------------------------------------------------------- */
.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}
/*---------------------------------------------------------
 Galleries (_defaults.less)
-------------------------------------------------------- */
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/*---------------------------------------------------------
 Media (_defaults.less)
-------------------------------------------------------- */
audio,
canvas {
  display: inline-block;
}
embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
  padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}
/*---------------------------------------------------------
 Others (_defaults.less)
-------------------------------------------------------- */
.vertical-space-20 {
  clear: both;
  line-height: 20px;
  height: 20px;
}
/*---------------------------------------------------------
 3. SCAFFOLDING
-------------------------------------------------------- */
/*---------------------------------------------------------
 Header (_scaffolding.less)
-------------------------------------------------------- */
#site-header {
  margin-top: 105px;
}
#site-logo a {
  color: #262626;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 0;
}
/*---------------------------------------------------------
 Header - Social Icons (_scaffolding.less)
-------------------------------------------------------- */
#site-header .social ul {
  border-bottom: 1px solid #d8d8d8;
}
#site-header .social ul {
  padding-bottom: 12px;
  padding-top: 3px;
}
/*---------------------------------------------------------
 Header - Navigation (_scaffolding.less)
-------------------------------------------------------- */
#primary-nav {
  border-bottom: 1px solid #d8d8d8;
}
/* 
	LEVEL ONE
*/
ul.sf-menu {
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
  z-index: 99;
}
ul.sf-menu > li {
  display: inline-block;
  zoom: 1;
  margin-right: 50px;
  position: relative;
  bottom: -1px;
}
ul.sf-menu > li > a {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  color: #222;
  text-decoration: none;
  border-bottom: 0;
}
ul.sf-menu > li > a:hover,
ul.sf-menu > li.current-menu-item > a,
ul.sf-menu > li.current-menu-ancestor > a {
  -webkit-text-stroke: 0.2px;
}
/* Dropdown */
ul.sf-menu ul li.hover,
ul.sf-menu ul li:hover a {
  position: relative;
  text-decoration: none;
}
ul.sf-menu li:hover li a {
  background: none;
}
/* 
	LEVEL TWO
*/
ul.sf-menu ul {
  min-width: 225px;
  width: auto;
  background: #26262c;
  margin: 0;
  padding: 25px 0;
  position: absolute;
  top: 102%;
  left: 0;
  border-radius: 0 0 4px 4px;
  z-index: 100;
  float: right;
  height: auto;
  display: none;
}
ul.sf-menu ul li {
  font-style: normal;
  float: none;
  padding: 0 30px;
  position: relative;
  background: #262626;
  display: block;
  margin: 0;
  white-space: nowrap;
  color: #b9b9b9;
  line-height: 38px;
}
ul.sf-menu ul li a {
  color: #b9b9b9;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
ul.sf-menu ul li a:hover {
  color: #fff;
}
/* 
	LEVEL THREE
*/
ul.sf-menu ul ul {
  left: 103%;
  top: 0;
  border-radius: 4px;
}
/*---------------------------------------------------------
 Body (_scaffolding.less)
-------------------------------------------------------- */
#site-body {
  margin-top: 90px;
}
#site-body img {
  max-width: 100%;
}
/*---------------------------------------------------------
 Footer (_scaffolding.less)
-------------------------------------------------------- */
#site-footer {
  margin-bottom: 85px;
  margin-top: 80px;
}
#site-footer .inner {
  padding-top: 14px;
  border-top: 1px solid #d8d8d8;
}
/*---------------------------------------------------------
 Entry (_scaffolding.less)
-------------------------------------------------------- */
.entry {
  margin-bottom: 30px;
}
.entry .entry-media {
  border-radius: 0;
}
.entry .entry-media,
.entry .entry-media a {
  border-bottom: 0;
  overflow: hidden;
}
.entry .entry-media img {
  width: 100%;
  height: auto;
}
.entry .entry-content {
  background: #fff;
  *zoom: 1;
}
.entry .entry-content:before,
.entry .entry-content:after {
  content: " ";
  display: table;
  line-height: 0;
}
.entry .entry-content:after {
  clear: both;
}
.entry .entry-content .title,
.entry .entry-content .title a {
  color: #262626;
  border-bottom: 0;
}
.entry .entry-content p:last-child {
  margin-bottom: 0;
}
/*---------------------------------------------------------
 Entry Media Overlay (_scaffolding.less)
-------------------------------------------------------- */
.entry-media {
  position: relative;
  display: block;
}
.entry-media .overlay,
.entry-media .overlay span,
.entry-media .overlay a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.entry-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.entry-media:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-media:hover .overlay .icon,
.entry-media:hover .overlay a {
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  width: 65px;
  height: 60px;
  background: url('../img/bright_sprites.png') no-repeat;
  background-position: -4px -40px;
}
.overlay,
.entry-media:hover .overlay {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/*---------------------------------------------------------
 Back To Top (_scaffolding.less)
-------------------------------------------------------- */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 110px;
}
#back-to-top .handler {
  display: inline-block;
  width: 65px;
  height: 34px;
  background: url('../img/bright_sprites.png') no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-bottom: 0;
}
#back-to-top .handler:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*---------------------------------------------------------
 Social Profiles (_scaffolding.less)
-------------------------------------------------------- */
.social ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.social ul li {
  margin-right: 10px;
  display: inline-block;
}
.social ul li:last-child {
  margin-right: 0;
}
.social ul li a {
  font-size: 22px;
  color: #757575;
  border-bottom: 0;
}
.social ul li a:hover .fa-facebook {
  color: #496096;
}
.social ul li a:hover .fa-twitter {
  color: #5098ce;
}
.social ul li a:hover .fa-dribbble {
  color: #ea4c89;
}
.social ul li a:hover .fa-behance {
  color: #2d9ad2;
}
.social ul li a:hover .fa-linkedin {
  color: #007bb6;
}
.social ul li a:hover .fa-youtube {
  color: #e32c26;
}
.social ul li a:hover .fa-deviantart {
  color: #47574a;
}
.social ul li a:hover .fa-flickr {
  color: #ff0084;
}
.social ul li a:hover .fa-rss {
  color: #ff9900;
}
/*---------------------------------------------------------
 Select (_scaffolding.less)
-------------------------------------------------------- */
::-moz-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}
::-webkit-selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}
::selection {
  background-color: #f3f4f5;
  color: #13171a;
  text-shadow: none;
}
img::selection {
  background-color: transparent;
}
img::-moz-selection {
  background-color: transparent;
}
/*---------------------------------------------------------
 4. SIDEBAR
-------------------------------------------------------- */
/*---------------------------------------------------------
 General (_sidebar.less)
-------------------------------------------------------- */
#sidebar .widget {
  margin-bottom: 35px;
}
#sidebar .widget h3 {
  margin-bottom: 13px;
  letter-spacing: -1px;
  font-style: normal;
  font-size: 1.3125em;
}
.widget select {
  width: 100%;
}
.widget img {
  max-width: 100%;
  height: auto;
}
/*---------------------------------------------------------
 Widget - Links List (_sidebar.less)
-------------------------------------------------------- */
.widget ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.widget ul li,
.widget ul li a {
  color: #757575;
  line-height: 29px;
  border-bottom: 0;
}
.widget ul li a:hover {
  text-decoration: none;
}
.widget ul ul {
  padding-left: 10px;
  border-left: 3px solid #757575;
}
/*---------------------------------------------------------
 Widget - Tags (_sidebar.less)
-------------------------------------------------------- */
.widget_tag_cloud h3 {
  margin-bottom: 24px !important;
}
.widget_tag_cloud a {
  display: inline-block;
  font-size: 15px !important;
  line-height: 28px;
  padding: 4px 15px;
  margin-right: 8px;
  margin-bottom: 11px;
  background: #e6e6e6;
  color: #757575;
  border-radius: 3px;
  border-bottom: 0;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  color: #fff;
}
/*---------------------------------------------------------
 Widget - RSS (_sidebar.less)
-------------------------------------------------------- */
.rsswidget img {
  margin-top: -4px;
}
.rssSummary {
  margin: 9px 0;
}
.rss-date {
  display: block;
}
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li a.rsswidget {
  line-height: 24px;
}
.widget_rss li .rss-date {
  margin-top: 10px;
  font-size: 13px !important;
  font-weight: 200 !important;
}
/*---------------------------------------------------------
 Widget - Flickr Images (_sidebar.less)
-------------------------------------------------------- */
.widget_flickr ul {
  padding-left: 0;
  margin-top: 25px;
}
.widget_flickr ul li {
  list-style: none;
  display: inline-block;
  margin: 0 7px 7px 0;
}
.widget_flickr ul li,
.widget_flickr ul li img {
  border-radius: 2px;
  width: 76px;
}
.widget_flickr ul li:nth-child(3n+3) {
  margin-right: 0;
}
.widget_flickr ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.widget_flickr ul li,
.widget_flickr ul li a {
  display: inline-block;
  height: 76px;
}
.widget_flickr ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*---------------------------------------------------------
 Widget - Custom Menu (_sidebar.less)
-------------------------------------------------------- */
.widget_nav_menu {
  display: none;
}
/*---------------------------------------------------------
 4. OFF-CANVAS SIDEBAR
-------------------------------------------------------- */
/*---------------------------------------------------------
 Overlay (_sidebar.less)
-------------------------------------------------------- */
#sb-site {
  background-color: #f0f0f0;
}
#sb-site .site-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
html.sb-active #sb-site .site-overlay {
  display: block;
}
/*---------------------------------------------------------
 Widgets (_sidebar.less)
-------------------------------------------------------- */
.sb-slidebar {
  background: #191918 !important;
  padding: 60px 30px !important;
}
.sb-slidebar .widget {
  border-bottom: 1px solid #242424;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.sb-slidebar .widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sb-slidebar .widget a {
  color: #b2b2b1;
}
.sb-slidebar .widget ul {
  margin-bottom: 0;
}
.sb-slidebar .widget ul li,
.sb-slidebar .widget ul li a {
  font-size: 15px;
  line-height: 32px;
}
.sb-slidebar .widget h3 {
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-style: normal;
  font-size: 1.3125em;
  -webkit-text-stroke: 0;
}
.sb-slidebar .widget_tag_cloud a,
.sb-slidebar .widget_tag_cloud a:hover {
  background: #6b6f79 !important;
  color: #37393f !important;
}
.sb-slidebar table,
.sb-slidebar th,
.sb-slidebar td {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/*---------------------------------------------------------
 Handler (_sidebar.less)
-------------------------------------------------------- */
.sb-sidebar-toggle,
.sb-sidebar-toggle:hover {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-bottom: 0;
  background: #feea36;
  z-index: 400;
}
.sb-sidebar-toggle i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  font-size: 22px;
}
.sb-sidebar-toggle i.fa-times,
html.sb-active .sb-sidebar-toggle i.fa-navicon {
  display: none;
}
html.sb-active .sb-sidebar-toggle i.fa-times {
  display: block;
}
/*---------------------------------------------------------
 5. BLOG
-------------------------------------------------------- */
/*---------------------------------------------------------
 Main List (_blog.less)
-------------------------------------------------------- */
#blog-list .entry .title,
.single-post .entry .title {
  font-size: 30px;
}
#blog-list .entry .entry-content,
.single-post .entry .entry-content {
  padding: 48px;
  /* 48/16 = 3 */
}
.single-post .entry .entry-content {
  padding-bottom: 30px;
}
#blog-list .entry .index-meta,
.single-post .entry .index-meta {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 16px;
  background: #ebeaea;
  color: #b7b7b7;
}
#blog-list .entry.sticky .index-meta,
.single-post .entry.sticky .index-meta {
  background: #ef6250;
  color: #fff;
}
#blog-list .entry .more-link {
  margin-top: 26px;
}
/*---------------------------------------------------------
 Blog Meta (_blog.less)
-------------------------------------------------------- */
.single-post .entry .meta {
  color: #b7b7b7;
  border-top: 1px solid #e5e5e5;
  padding-top: 21px;
}
.single-post .entry .meta a {
  color: #a3a3a3;
  border-bottom: 0;
}
/*---------------------------------------------------------
 More Link (_blog.less)
-------------------------------------------------------- */
.more-link {
  display: inline-block;
  background-color: #262626;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 0.75em 1em;
  margin-top: 20px;
}
.more-link:hover,
.more-link:focus {
  color: #fff;
  outline: 0;
  border: 0;
}
/*---------------------------------------------------------
 Gallery Format (_blog.less)
-------------------------------------------------------- */
.entry.format-gallery .entry-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post.format-gallery .entry-media ul li .caption {
  display: none;
}
/*---------------------------------------------------------
 Quote Format (_blog.less)
-------------------------------------------------------- */
.entry.format-quote {
  background: #e6e6e6;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.entry.format-quote .entry-content {
  background: transparent;
}
.entry.format-quote blockquote {
  color: #666666;
  border: 0;
  padding: 0;
  margin: 0;
  font-style: normal;
}
.entry.format-quote blockquote p {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  line-height: 40px;
  word-wrap: break-word;
  -webkit-text-stroke: 0.2;
}
.entry.format-quote cite {
  margin-top: 20px;
  font-style: normal;
  width: 100%;
  text-transform: uppercase;
  display: block;
}
.entry.format-quote cite,
.entry.format-quote cite a {
  color: #666666;
  font-size: 15px;
  font-weight: 300;
}
.entry.format-quote cite a:hover {
  background: #ef6250;
  color: #fff;
}
.entry.format-quote blockquote p:before {
  content: '“';
}
.entry.format-quote blockquote p:after {
  content: '”';
}
/*---------------------------------------------------------
 Posts Paginition (_blog.less)
-------------------------------------------------------- */
.loop-pagination {
  margin-top: 37px;
}
.loop-pagination span,
.loop-pagination a {
  display: inline-block;
  margin-right: 20px;
}
.loop-pagination span,
.loop-pagination a {
  font-size: 18px;
  color: #b7b7b7;
  border-bottom: 0;
}
.loop-pagination a:hover {
  color: #262626;
  text-decoration: none;
}
.loop-pagination span.current {
  color: #262626;
  font-weight: 600;
}
.loop-pagination .traditional-nav {
  float: right;
  margin-right: 0;
}
.loop-pagination a.next,
.loop-pagination a.prev {
  text-transform: uppercase;
  margin-right: 0;
  margin-left: 10px;
}
.loop-pagination a.prev ~ a.next:before {
  content: '·';
  margin-right: 8px;
}
.loop-pagination a.prev ~ a.next:hover:before {
  color: #b7b7b7;
}
/*---------------------------------------------------------
 6. COMMENTS
-------------------------------------------------------- */
/*---------------------------------------------------------
 General (_comments.less)
-------------------------------------------------------- */
.comments {
  margin-top: 80px;
}
#comments > h3,
#respond > h3 {
  color: #262626;
  font-size: 26px;
  font-style: normal;
  margin-bottom: 42px;
  letter-spacing: -1px;
}
/*---------------------------------------------------------
 Comments List (_comments.less)
-------------------------------------------------------- */
.comments-list {
  list-style: none;
  padding: 0;
  margin-bottom: 53px;
}
.comments-list li {
  margin-bottom: 30px;
}
.comments-list li .pull-left {
  margin-right: 30px;
  border-bottom: 0;
}
/*---------------------------------------------------------
 Comments Meta (_comments.less)
-------------------------------------------------------- */
.comments-list li .meta {
  margin-bottom: 10px;
}
.comments-list li .meta .author,
.comments-list li .meta .author a {
  color: #262626;
  font-size: 17px;
  border-bottom: 0;
}
.comments-list li .meta .time {
  color: #b7b7b7;
  font-size: 12px;
  padding-left: 15px;
}
.comments-list li .meta .reply a {
  color: #262626;
  font-family: "FontAwesome";
  font-size: 12px;
  padding-left: 15px;
  display: none;
  line-height: 18px;
  border-bottom: 0;
}
.comments-list li .body:hover .meta .reply a {
  display: inline-block;
}
.comments-list li #cancel-comment-reply-link {
  font-size: 12px;
  float: right;
  letter-spacing: 0;
}
/*---------------------------------------------------------
 Comments Body (_comments.less)
-------------------------------------------------------- */
.comments-list li .body {
  overflow: hidden;
  zoom: 1;
}
/*---------------------------------------------------------
 Comments Children (_comments.less)
-------------------------------------------------------- */
.comments-list li .children {
  border-left: 1px solid #d8d8d8;
  list-style: none;
  padding-top: 15px;
  padding-left: 0;
  margin-top: 15px;
}
.comments-list li .children li {
  background: url('../img/bright_cmnt_h_line.png') no-repeat left 32px;
  padding-left: 60px;
}
/*---------------------------------------------------------
 Comments Form (_comments.less)
-------------------------------------------------------- */
.comment #respond {
  margin: 40px 0 60px 0;
}
/*---------------------------------------------------------
 7. FORMS & BUTTONS
-------------------------------------------------------- */
button,
input,
select,
textarea {
  background-color: #e6e6e6;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  color: #757575;
  border: 0;
}
input:focus,
textarea:focus {
  background-color: #fff;
}
input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #262626;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 0.75em 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  color: #fff;
  background-color: #ef6250;
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 14px 17px;
  width: 100%;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
/*---------------------------------------------------------
 Password Form (_forms.less)
-------------------------------------------------------- */
.post-password-form {
  position: relative;
}
.post-password-form label {
  display: block;
  line-height: 1.5;
}
.post-password-form input[type="submit"] {
  padding: 0.87em;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*---------------------------------------------------------
 Search Form (_forms.less)
-------------------------------------------------------- */
#search-form {
  position: relative;
}
#search-form:-moz-placeholder {
  color: #757575;
}
#search-form::-moz-placeholder {
  color: #757575;
}
#search-form:-ms-input-placeholder {
  color: #757575;
}
#search-form::-webkit-input-placeholder {
  color: #757575;
}
.widget_search #search-form input {
  background-color: #fff;
  border-radius: 25px;
  padding: 14px 22px;
}
#search-form button {
  position: absolute;
  right: 5px;
  bottom: 2px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  color: #757575;
}
#search-form button:hover {
  color: #757575;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}
/*---------------------------------------------------------
 Placeholder (_forms.less)
-------------------------------------------------------- */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1em;
  font-style: italic;
  color: #b7b7b7;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1em;
  font-style: italic;
  color: #b7b7b7;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1em;
  font-style: italic;
  color: #b7b7b7;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1em;
  font-style: italic;
  color: #b7b7b7;
}
/*---------------------------------------------------------
 Contact Form 7 (_forms.less)
-------------------------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 select {
  width: 100%;
}
.wpcf7-not-valid,
.wpcf7-not-valid:focus,
.wpcf7-not-valid ~ .selecter .selecter-selected {
  border: 1px solid #f00;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-validation-errors {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
span.wpcf7-form-control-wrap {
  display: block !important;
}
/*---------------------------------------------------------
 8. PAGES
-------------------------------------------------------- */
/*---------------------------------------------------------
 Page Header (_pages.less)
-------------------------------------------------------- */
.page-header {
  position: relative;
  background: #e6e6e6;
  border: 1px solid #e2e2e2;
  padding: 40px 45px 45px 45px;
  margin-bottom: 30px;
}
.page-header .title {
  color: #666666;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-header .sub-title {
  font-family: 'Open Sans';
  background: #ef6250;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  top: 48px;
  right: 46px;
}
.page-header p {
  margin-top: 21px;
  margin-bottom: 0;
}
/*---------------------------------------------------------
 Default Template (_pages.less)
-------------------------------------------------------- */
.page-template-default .entry .entry-content .sub-title,
.error-404 .entry .entry-content .sub-title {
  margin-top: -10px;
  margin-bottom: 20px;
  display: block;
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 13px;
  background: url('../img/header_sep.png') no-repeat center bottom;
  padding-bottom: 20px;
}
.page-template-default .no-title .entry .title {
  display: none;
}
.page-template-default .no-container .entry .entry-media img {
  margin-bottom: 60px;
}
.page-template-default .no-container .entry .entry-content {
  background: transparent;
}
.page-template-default .is-container .entry .entry-content,
.error-404 .is-container .entry .entry-content {
  padding: 54px 60px 60px 60px;
}
.page-template-default .is_sidebar.is-container .entry .entry-content,
.error-404 .is_sidebar.is-container .entry .entry-content {
  padding: 44px;
}
/*---------------------------------------------------------
 Clients Template (_pages.less)
-------------------------------------------------------- */
#clients-grid .client .inner {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 45px;
}
#clients-grid .client .logo {
  background: #d8d8d8;
  width: 100%;
  height: 150px;
  line-height: 150px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
  border-bottom: 0;
}
#clients-grid .client .logo img {
  max-width: 100%;
  max-height: 100%;
}
/*---------------------------------------------------------
 9. PORTFOLIO & TEAM CPT
-------------------------------------------------------- */
/*---------------------------------------------------------
 Tagline (_post_type.less)
-------------------------------------------------------- */
#site-body #tagline h1 {
  font-size: 28px;
  line-height: 36px;
  font-style: normal;
  letter-spacing: -2px;
}
#site-body #tagline p {
  margin-bottom: 11px;
}
/*---------------------------------------------------------
 Main Grid (_post_type.less)
-------------------------------------------------------- */
#portfolio-grid .portfolio .entry-content,
#team-grid .member .entry-content {
  padding: 1.5em 1.625em;
  text-align: center;
}
#portfolio-grid .portfolio .title,
#team-grid .member .title {
  font-style: normal;
  font-size: 1.375em;
  letter-spacing: -1px;
}
#portfolio-grid .portfolio .title,
#portfolio-grid .portfolio .title a,
#team-grid .member .title,
#team-grid .member .title a {
  margin-bottom: 0;
}
#portfolio-grid .portfolio .taxonomy,
#team-grid .member .taxonomy {
  display: inline-block;
  margin-top: 2px;
  font-size: 0.9375em;
}
#team-grid .member .inner {
  border: 1px solid #e2e2e2;
}
#team-grid .member .entry-content {
  border-bottom: 1px solid #dcdcdc;
}
#team-grid .member .entry-footer {
  background: #edeef0;
  border-top: 4px solid #e8e8e8;
  min-height: 63px;
  line-height: 55px;
  text-align: center;
}
#team-grid .member .entry-footer a {
  font-size: 22px;
  color: #888888;
  border-bottom: 0;
  display: inline-block;
  margin-right: 12px;
}
#team-grid .member .entry-footer a:hover {
  color: #ef6250;
}
/*---------------------------------------------------------
 Singular Portfolio (_post_type.less)
-------------------------------------------------------- */
.single-portfolio.native-portfolio .entry .entry-content {
  background: transparent;
  box-shadow: none !important;
}
.single-portfolio #portfolio-grid .entry .entry-content {
  background: #fff;
}
.single-portfolio .portfolio-sep {
  *zoom: 1;
}
.single-portfolio .portfolio-sep:before,
.single-portfolio .portfolio-sep:after {
  content: " ";
  display: table;
  line-height: 0;
}
.single-portfolio .portfolio-sep:after {
  clear: both;
}
.single-portfolio .portfolio-sep .inner {
  border-top: 1px solid #d8d8d8;
  padding-bottom: 90px;
  margin-top: 60px;
}
.single-portfolio.alt-portfolio .entry .entry-content .inner {
  background: #fff !important;
  padding: 52px 60px 60px 60px;
}
.single-portfolio.alt-portfolio .portfolio-sep div {
  width: 100%;
}
.single-portfolio.alt-portfolio .portfolio-sep div.visible-lg {
  display: none !important;
}
.single-portfolio .stack .slides li {
  margin-bottom: 30px;
}
.single-portfolio .stack .slides li:last-child {
  margin-bottom: 0;
}
.single-portfolio .caption {
  background: #fff;
  text-align: center;
  padding: 21px 30px;
  border-top: 0;
  display: none;
}
.single-portfolio .stack .caption {
  display: block;
}
.single-portfolio .photoset-grid .slides li {
  margin-bottom: 3px;
}
.see-more {
  background: #e9e9e9;
  text-align: center;
  padding: 18px;
  margin-top: 30px;
  *zoom: 1;
}
.see-more:before,
.see-more:after {
  content: " ";
  display: table;
  line-height: 0;
}
.see-more:after {
  clear: both;
}
.see-more a {
  color: #b7b7b7;
  text-transform: uppercase;
}
.see-more a:hover {
  color: #919191;
}
/*---------------------------------------------------------
 Portfolio Meta (_post_type.less)
-------------------------------------------------------- */
.single-portfolio .entry .meta {
  margin-top: 40px;
}
.single-portfolio .entry .meta > div:first-child {
  border-top: 1px solid #d8d8d8;
}
.single-portfolio .entry .meta > div {
  border-bottom: 1px solid #d8d8d8;
}
.single-portfolio .entry .meta h4 {
  font-size: 1.125em;
  display: inline-block;
  font-weight: bold;
  width: 70px;
}
.single-portfolio .entry .meta p {
  margin: 0;
  display: inline-block;
}
.single-portfolio .entry .meta > div {
  padding: 15px 0;
}
.single-portfolio .entry .meta h4,
.single-portfolio .entry .meta > div,
.single-portfolio .entry .meta p {
  margin-bottom: 0;
}
.single-portfolio .entry .more-link {
  margin-top: 40px;
}
.single-portfolio .entry .meta p a {
  color: #757575;
  border-bottom: 0;
}
/*---------------------------------------------------------
 Load More (_post_type.less)
-------------------------------------------------------- */
.load-more {
  padding: 15px 0 0 0;
}
.load-more a,
.load-more a span {
  color: #b7b7b7;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  line-height: 26px;
  border-bottom: 0;
}
.load-more a i {
  font-size: 26px;
  padding-right: 10px;
}
.load-more a:hover,
.load-more a:hover span {
  color: #757575;
}
.load-more a,
.load-more a span {
  line-height: 28px;
  border-bottom: 0;
}
.load-more a i {
  font-size: 28px;
}
/*---------------------------------------------------------
 10. VISUAL ENHANCEMENTS
-------------------------------------------------------- */
/*---------------------------------------------------------
 CSS3 Shadow (_enhancements.less)
-------------------------------------------------------- */
#blog-list .entry:not(.format-quote),
.single-post .entry:not(.format-quote),
#portfolio-grid .portfolio .inner,
.single-portfolio .entry .entry-content {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*---------------------------------------------------------
 Stroke Adjustment (_enhancements.less)
-------------------------------------------------------- */
body {
  -webkit-text-stroke: 0.4px;
}
#site-body #tagline h1 {
  -webkit-text-stroke: 0.4px;
}
#primary-nav > ul > li > a {
  -webkit-text-stroke: 0.3px;
}
#portfolio-grid .portfolio .title,
#team-grid .member .title {
  -webkit-text-stroke: 0.3px;
}
#blog-list .entry .title,
.single-post .entry .title,
.single-portfolio .entry .title {
  -webkit-text-stroke: 0.8px;
}
#sidebar .widget h3 {
  -webkit-text-stroke: 0.3px;
}
.widget ul li a:hover {
  -webkit-text-stroke: 0.4px;
}
/*---------------------------------------------------------
 CSS3 Transitions (_enhancements.less)
-------------------------------------------------------- */
a,
button,
input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#primary-nav a,
.photoset-grid a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (max-width: 459px) {
  /*---------------------------------------------------------
 0. SmartPhone (XS) Resolution Only
-------------------------------------------------------- */
  /* Header*/
  #site-header #site-logo,
  #site-header #nav-handler {
    width: 50% !important;
    float: left;
  }
  /* Body */
  .container {
    width: 300px;
  }
  #tagline {
    /*display: none;*/
    display: block;    
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    width: 100%;
    overflow: none;
  }
  html.sb-active .sb-sidebar-toggle {
    display: block !important;
    right: -303px;
  }
  #nav-handler a {
    padding: 8px 17px;
    font-size: 26px;
  }
  .page-header h2 {
    height: 150px;
    line-height: 150px;
    font-size: 26px;
  }
  /* Blog */
  #blog .post .title,
  .format-quote .content blockquote {
    font-size: 28px !important;
  }
  .comments-list li .pull-left {
    display: none;
  }
  /* Footer */
  #site-footer .col-sm-8,
  #site-footer .col-sm-4 {
    float: none;
  }
  #site-footer .col-sm-8 {
    width: 100%;
  }
  #site-footer .col-sm-4 {
    display: none;
  }
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  /*---------------------------------------------------------
 0. SmartPhone Resolution Only
-------------------------------------------------------- */
  /* Header*/
  #site-header #site-logo,
  #site-header #nav-handler {
    width: 50% !important;
    float: left;
  }
  /* Body */
  .container {
    width: 460px;
  }
  #tagline {
    /*display: none;*/
    display: block;
  }
  .page-header h2 {
    font-size: 34px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    width: 100%;
    overflow: none;
  }
  /* Footer */
  #site-footer .col-sm-8,
  #site-footer .col-sm-4 {
    float: left;
  }
  #site-footer .col-sm-8 {
    width: 66.66666667%;
  }
  #site-footer .col-sm-4 {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /*---------------------------------------------------------
 0. Medium Resolution Only
-------------------------------------------------------- */
  /* Body */
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  /*---------------------------------------------------------
 0. Medium Resolution and Below
-------------------------------------------------------- */
  /* Header */
  #site-header.row {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 80px;
    margin: 80px 0 0 0;
  }
  #site-logo h2 {
    margin-bottom: 0;
  }
  #site-logo a {
    font-size: 34px;
    line-height: 34px;
  }
  /* Body */
  #site-body {
    margin-top: 60px;
  }
  #tagline {
    padding-bottom: 60px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 60px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }
  #site-body #tagline h1 {
    font-size: 38px;
    line-height: 48px !important;
    letter-spacing: -2px;
  }
  .page-header h2 {
    font-size: 34px;
  }
  .sb-sidebar-toggle {
    display: none;
  }
  #nav-handler {
    text-align: right;
  }
  #nav-handler a {
    background: #feea36;
    color: #000;
    padding: 7px 16px;
    font-size: 26px;
    border-bottom: 0;
  }
  #nav-handler a:hover {
    background: #262626;
    color: #fff;
  }
  /* Sidebar */
  #sidebar > div:first-of-type {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #d8d8d8;
  }
  #sidebar > div:last-of-type {
    margin-bottom: 0;
  }
  .widget_nav_menu {
    display: block;
  }
  /* Portfolio */
  .single-portfolio .entry .entry-content .inner {
    padding: 60px;
    background: #fff !important;
  }
  /* Misc */
  #back-to-top {
    display: none !important;
  }
}
/*---------------------------------------------------------
 IE + Firefox Browser (_browser_specifics.less)
-------------------------------------------------------- */
.ie :-moz-placeholder,
.gecko :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: bold;
}
.ie ::-moz-placeholder,
.gecko ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: bold;
}
.ie .more-link,
.gecko .more-link,
.ie button,
.gecko button,
.ie input[type="button"],
.gecko input[type="button"],
.ie input[type="reset"],
.gecko input[type="reset"],
.ie input[type="submit"],
.gecko input[type="submit"] {
  font-weight: bold;
}
