/*

  Theme Name: Hati
  Theme Owner: alaja
  Theme URI: http://themeforest.net/user/alaja/portfolio
  Description: A reliable and fast responsive theme for small agencies and creatives.
  Author: Alaja web solutions co.
  Author URI: http://alaja.info/about
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 0.23
  Web: http://alaja.info/about

  Provided by Alaja web solutions for ThemeForest.net
  All files, unless otherwise stated, are released 
  under the GNU General Public License version 3.0
  http://www.gnu.org/licenses/gpl-3.0.html

  ---

  0.  CSS Normalize
  1.  Layout
  2.  Typo
  3.  Portfolio
  4.  Contact
  5.  UI Elements: buttons, columns etc.
  6.  Media Elements: slides, video
  7.  WordPress Elements: posts, comments, aligns etc.
  8.  Media Queries & Responsiveness

*/
/*--------------------------------------------------------------------------
  0.  CSS Normalize - http://necolas.github.com/normalize.css
/*------------------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}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}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.group:before,.group:after{content:'';display:table}.group:after{clear:both}
/*--------------------------------------------------------------------------
  1.  Layout
/*------------------------------------------------------------------------*/
html,
body {
  background: #eee;
  color: #7d7672;
  height: 100%;
  width: 100%;
}
body {
  font: 12px/20px 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
}
.wrap {
  background: #fff;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
.wrap#foot {
  background: none;
}
ul.slides,
ol.slides,
.fullwrap {
  margin: 0 auto;
  max-width: 1280px;
}
#head {
  margin-top: 20px;
  padding-top: 20px;
}
.menu.list,
.main .list,
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu.list>li,
.main .list>li,
.widget ul>li {
  margin: 0;
}
.menu.list>li,
.main .list>li,
.widget ul>li {
  line-height: 2em;
}
a {
  color: #1c1a19;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.active a,
a:hover {
  color: #373432;
  background: #ded;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.main {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-position: top right;
}
.main.post {
  padding-top: 40px;
  padding-bottom: 20px;
}
.main.nopad {
  padding-top: 20px;
}
#foot {
  padding-top: 40px;
  padding-bottom: 30px;
}
#foot .logo {
  margin-bottom: 1em;
}
#foot h4 {
  letter-spacing: 1px;
  margin-bottom: 1.63em;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear.fat {
  padding-top: 20px;
}
#logo h1 {
  margin: 0;
}
#logo a {
  display: inline-block;
}
#logo a:hover {
  background: none;
}
.content {
  position: relative;
}
.content .columned {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}
.content img.pad {
  padding-top: 20px;
}
.content .wp-caption {
  position: relative;
}
.content .wp-caption:hover .wp-caption-text {
  opacity: 0.88;
  filter: alpha(opacity=88);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
}
.content .wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1c1a19;
  background: rgba(28,26,25,0.88);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.35);
  box-shadow: 0 0 1px rgba(255,255,255,0.35);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 0.5em;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 10px 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 31.914%;
}
.content .wp-caption .wp-caption-text:hover {
  opacity: 0.99;
  filter: alpha(opacity=99);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}
.content .wp-caption.alignright {
  text-align: right;
}
.content .wp-caption.alignright .wp-caption-text {
  left: auto;
  right: 0;
  text-align: left;
}
.content .pull-right,
.content .pull-left {
  position: relative;
  margin-bottom: 20px;
}
.content .pull-right {
  margin-right: -52.128%;
}
.content .pull-left {
  margin-left: -52.128%;
}
.note {
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #373432;
  padding: 15px 60px 10px 20px;
}
.note.pull-left,
.note.pull-right {
  position: absolute;
  width: 48.8%;
  z-index: 1;
}
.note.pull-right {
  right: 0;
}
.note.pull-left {
  left: 0;
}
.note.dark {
  background: #1c1a19;
  background: rgba(28,26,25,0.9);
  color: #fff;
}
.note.dark a {
  color: #fff;
}
.note.dark a:hover {
  background: #373432;
}
.note.light {
  background: none;
  border: solid #cfccca;
  border-width: 1px 0 0;
}
.note.light.pull-left {
  padding-left: 0;
}
.note.light.pull-right {
  padding-right: 0;
}
.note.full {
  padding-right: 20px;
}
.note p {
  margin-bottom: 5px;
}
.note>strong:first-child,
.note p:first-child strong {
  text-transform: uppercase;
}
/*--------------------------------------------------------------------------
  2.  Typo
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'social';
  font-style: normal;
  font-weight: normal;
  src: url("3rd/font/enty.eot");
  src: url("3rd/font/enty%EF%B9%96.eot#iefix") format('embedded-opentype'), url("3rd/font/enty.woff") format('woff'), url("3rd/font/enty.ttf") format('truetype'), url("3rd/font/enty.svg#enty") format('svg');
}
h1,
h2,
h3,
h4,
p,
blockquote,
table {
  margin: 0 auto 20px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 2.20em;
  font-weight: bold;
}
h2 {
  font-size: 2em;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3.bottom-pad {
  padding-bottom: 20px;
  padding-top: 10px;
}
h4 {
  color: #373432;
  font-size: 13px;
  margin: 0.63em 0 1em;
}
h4.pad {
  margin-top: 40px;
}
blockquote {
  color: #373432;
  border-left: 5px solid #373432;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 30px;
}
blockquote p {
  margin-bottom: 0;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
ins.tweet {
  text-decoration: none;
}
.social {
  font-family: 'social';
  font-size: 14px;
  line-height: 20px;
}
.social,
.social a {
  font-weight: normal;
}
.social a + a {
  margin-left: 0.5em;
}
.main h3,
p.info {
  border: solid 1px #cfccca;
  border-width: 1px 0;
  padding: 1em 0;
  margin-bottom: 1.63em;
}
p.info,
.sidewrap {
  margin-left: 25.532%;
  width: 74.46%;
}
p.info span,
.sidewrap span {
  float: right;
  text-transform: none;
  letter-spacing: 0;
}
p.info {
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
.headings {
  margin-left: 25.532%;
  padding-bottom: 20px;
}
.post h1,
.post h2 {
  color: #373432;
}
.post h3:first-child {
  margin-top: 0.5em;
}
.post .one-fourth>h3~h3 {
  margin-top: 20px;
}
/*--------------------------------------------------------------------------
  3.  Portfolio
/*------------------------------------------------------------------------*/
.thumbs {
  margin-right: -20px;
}
.thumbs.pad {
  margin-top: 40px;
}
.thumbs .item + .item + .item + .item {
  margin-top: 16px;
}
.thumbs .item {
  background: none;
  display: inline-block;
  font-style: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30.66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -3px;
  padding-right: 20px;
  width: 33.3%;
}
.thumbs .item img {
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  min-width: 100%;
}
.thumbs .item.hide img {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.thumbs .item:hover img {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
.thumbs .item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  color: transparent;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 16px;
  -webkit-transition: color 0.8s ease-out;
  -moz-transition: color 0.8s ease-out;
  -o-transition: color 0.8s ease-out;
  -ms-transition: color 0.8s ease-out;
  transition: color 0.8s ease-out;
  width: 120px;
  margin-left: -70px;
  margin-top: -1.5em;
}
.thumbs .item.hover img,
.thumbs .item:hover img {
  opacity: 0.63;
  filter: alpha(opacity=63);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
}
.thumbs .item.hover h2,
.thumbs .item:hover h2 {
  color: #373432;
  z-index: 1;
  background: #fff;
}
.thumbs .item.hover:after,
.thumbs .item:hover:after {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  bottom: 20px;
  content: '';
  margin-bottom: 0.5em;
  right: 40px;
}
.thumbs .item.hide img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.main .filter {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main .filter .list {
  padding-bottom: 20px;
}
.main .filter .list li a {
  cursor: pointer;
}
.main .list.pad {
  padding-bottom: 20px;
}
/* fx */
body.folio .thumbs[data-fx] a {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
  position: relative;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
body.folio .thumbs[data-fx].play a {
  -webkit-animation: pageRightBack 400ms ease both;
  -moz-animation: pageRightBack 400ms ease both;
  -o-animation: pageRightBack 400ms ease both;
  -ms-animation: pageRightBack 400ms ease both;
  animation: pageRightBack 400ms ease both;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes pageRightBack {
    0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}
@-moz-keyframes pageRightBack {
    0% { opacity: 0; -moz-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}
@-o-keyframes pageRightBack {
    0% { opacity: 0; -o-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}
@keyframes pageRightBack {
    0% { opacity: 0; transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; transform: perspective(400px) rotateY(0deg); }
}
/*--------------------------------------------------------------------------
  4.  Contact
/*------------------------------------------------------------------------*/
input,
textarea {
  color: #1c1a19;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
input[type="submit"] {
  text-decoration: underline;
}
#contact input,
#contact textarea {
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 10px;
}
#contact input.err,
#contact textarea.err {
  color: #aa2321;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#contact p {
  clear: left;
  margin: 20px 0 0;
  width: 100%;
}
#contact p.name,
#contact p.mail {
  width: 48.936%;
  display: inline-block;
}
#contact p.mail {
  float: right;
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact input[type="text"] {
  width: 100%;
}
#contact textarea {
  resize: none;
  width: 96%;
}
#contact .name,
#contact .mail,
#contact .msg {
  position: relative;
  display: block;
}
#contact .name:after,
#contact .mail:after,
#contact .msg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cfccca fixed center center;
}
#contact .name:before,
#contact .mail:before,
#contact .msg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #cfccca fixed center center;
}
/*--------------------------------------------------------------------------
  5.  UI Elements: buttons, columns etc.
/*------------------------------------------------------------------------*/
/* columns */
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin-bottom: 20px;
  margin-right: 2.128%;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one-half {
  width: 48.936%;
}
.one-third {
  width: 31.914%;
}
.two-third {
  width: 65.957%;
}
.one-fourth {
  width: 23.404%;
}
.three-fourth {
  width: 74.468%;
}
.one-sixth {
  width: 14.893%;
}
.five-sixth {
  width: 82.978%;
}
.one-fifth {
  width: 18.297%;
}
.two-fifth {
  width: 38.723%;
}
.three-fifth {
  width: 59.148%;
}
.four-fifth {
  width: 79.574%;
}
/* lists */
.post li {
  margin-left: 2em;
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
ul,
ol {
  list-style-position: outside;
  padding: 0;
}
ol.empty,
ul.empty {
  list-style-type: none;
}
.empty>li {
  margin-left: 0;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.check {
  list-style: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABlBMVEX///87OzvwRd8TAAAAAXRSTlMAQObYZgAAACJJREFUCB1jYMAEDgwMBxgYGxiYGRiOMTDkMDBYMDAIMAAAKT8C/5qJkGkAAAAASUVORK5CYII=") outside;
}
ol.cjk {
  list-style-type: cjk-ideographic;
}
ol.hebrew {
  list-style-type: hebrew;
}
ol.hiragana {
  list-style-type: hiragana;
}
ol.katakana {
  list-style-type: katakana;
}
ol.greek {
  list-style-type: lower-greek;
}
ol.latin {
  list-style-type: lower-latin;
}
ol.roman {
  list-style-type: lower-roman;
}
ol.Latin {
  list-style-type: upper-latin;
}
ol.Roman {
  list-style-type: upper-roman;
}
ol.zero {
  list-style-type: decimal-leading-zero;
}
/* tabs&togglers */
.tabs {
  margin: 0 0 1.63em;
}
.tabs .tab {
  border: 1px solid #cfccca;
  display: none;
  padding: 0.63em 1em;
}
.tabs .tab.active {
  display: block;
  margin-top: -1px;
}
.tabs ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.tabs ul li {
  float: left;
  margin: 0 -1px 0 0;
}
.tabs li a {
  border: 1px solid #cfccca;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #9f9995;
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 5px 1em 2px;
  text-decoration: none;
}
.tabs li.active a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #373432;
}
.tabs li.active a,
.tabs li a:hover {
  background: none;
  color: #373432;
}
.toggle {
  margin: 0 0 0.63em 0;
  border: 1px solid #cfccca;
}
.toggle h4 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAACVBMVEUAAACZmZmZmZl+xtzIAAAAAnRSTlMAvy1NYyUAAAA/SURBVCiRY2CAAbZVqybAOQwcDAwKOHlMDbh5Witw8/Dpw2MfqstGAc1B1qqVSLwGBiayeE2rmnDyyDUTxWUActMT9+VJMAoAAAAASUVORK5CYII=") no-repeat -28px 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 0.62em;
  text-indent: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle.open h4 {
  background-position: 10px -25px;
  border-bottom: 1px dashed #cfccca;
}
.toggle.grp,
.toggle.acc {
  margin-bottom: -1px;
}
.toggle-inner {
  padding: 0.63em 1em;
}
.toggle h4 {
  line-height: 21px;
  text-transform: uppercase;
}
/* labels */
span.label {
  background-color: #999;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.label.red {
  background-color: #c43c35;
}
.label.green {
  background-color: #46a546;
}
.label.orange {
  background-color: #f89406;
}
.label.blue {
  background-color: #62cffc;
}
.label {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* dropcap */
span.dropcap {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0.62em;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
span.dropcap.dark {
  background-color: #373432;
  color: #fff;
  padding: 0 0.3em;
}
/* buttons */
a.button {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 14px;
  margin: 0 2px 1.63em;
  padding: 0.62em 1em 0;
  text-decoration: none;
}
a.button {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
a.button:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
}
a.button:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
}
a.button,
a.button:hover {
  color: #fff;
}
a.button.big {
  font-size: 15px;
  height: 25px;
  line-height: 1em;
}
a.button.wide {
  margin: 0 0 1.63em;
  padding: 0.62em 0 0;
  width: 100%;
  text-indent: 1em;
}
a.button.white {
  color: #444;
  background: #fafafa;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.white:hover {
  border-color: #bbb;
}
a.button.black {
  background: #333;
  border: 1px solid #444;
}
a.button.black:hover {
  border-color: #222;
}
a.button.blue {
  background: #4b8bf5;
  border: 1px solid #3a7ae5;
}
a.button.blue:hover {
  border-color: #2157b1;
}
a.button.orange {
  background: #d34937;
  border: 1px solid #be3827;
}
a.button.orange:hover {
  border-color: #a22718;
}
a.button.teal {
  background: #5c9bad;
  border: 1px solid #468699;
}
a.button.teal:hover {
  border-color: #3a6e7e;
}
a.button.yellow {
  background: #fed76e;
  border: 1px solid #dab248;
  color: #937114;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.yellow:hover {
  border-color: #be9830;
}
a.button.green {
  background: #59af63;
  border: 1px solid #449b4e;
}
a.button.green:hover {
  border-color: #2c7735;
}
a.button.brown {
  background: #ad6e5c;
  border: 1px solid #925847;
}
a.button.brown:hover {
  border-color: #7a4434;
}
a.button.gray {
  background: #999;
  border: 1px solid #888;
}
a.button.gray:hover {
  border-color: #707070;
}
a.button.purple {
  background: #9e1958;
  border: 1px solid #8b104a;
}
a.button.purple:hover {
  border-color: #7c0b40;
}
a.button.steel {
  background: #597baf;
  border: 1px solid #426191;
}
a.button.steel:hover {
  border-color: #2f4b75;
}
a.button.cyan {
  background: #aef0f2;
  border: 1px solid #92d6d8;
  color: #3f8688;
  text-shadow: 0 1px 0 #fff;
}
a.button.cyan:hover {
  border-color: #79c2c4;
}
a.button.classic {
  background: #fff;
  border: solid 1px #373432;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 0 #373432;
  box-shadow: 2px 2px 0 #373432;
  color: #373432;
  text-shadow: none;
}
a.button.classic:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/* table */
table {
  border: 1px solid;
}
td,
th {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1em;
}
table,
td,
th {
  border-color: #cfccca;
}
th,
thead,
table caption {
  font-weight: bold;
}
tfoot td,
tfoot th {
  border: none;
}
tr:hover td {
  background-color: rgba(55,52,50,0.03);
}
th {
  color: #373432;
}
/*--------------------------------------------------------------------------
  6.  Media Elements: slides, video
/*------------------------------------------------------------------------*/
.media-container {
  position: relative;
}
.media-container img {
  width: 100%;
}
#map:after {
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
}
#map:after:active {
  display: none;
}
.fluid-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.fluid-container .fluid {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* slides */
.slides {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.slides li {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slides li:first-child {
  display: block;
  float: left;
  position: relative;
}
.slides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}
.rslides_nav {
  display: none;
}
/* media description */
.media-desc {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
  box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
}
.media-desc.desc {
  top: auto;
  bottom: 20px;
  left: 75%;
  right: 20px;
  padding: 20px 20px 0;
}
.media-desc.desc h2,
.media-desc.desc h3 {
  position: relative;
  margin: 0 auto 1.63em;
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.media-desc.desc h2 {
  color: #808080;
  line-height: 1.3em;
}
.media-desc.desc h3,
.media-desc.desc h2 b,
.media-desc.desc strong {
  color: #373432;
}
a.media-desc:hover h3:after {
  content: ' ➞';
}
/*--------------------------------------------------------------------------
  7.  WordPress Elements
/*------------------------------------------------------------------------*/
.post.sticky .headings h1 a:first-child:before {
  content: 'Pinned: ';
}
.widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.widget.widget_search input#s {
  background: none;
  border: 1px solid #cfccca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  padding: 0.5em;
  width: 99%;
  -webkit-box-shadow: inset 2px 2px 5px #d3d3d3;
  box-shadow: inset 2px 2px 5px #d3d3d3;
}
#searchform {
  position: absolute;
  bottom: 1.63em;
  right: 20px;
  width: 23%;
}
#searchform input[type="text"] {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7d7672;
  font-weight: normal;
  outline: 0;
  padding: 9px 0;
  width: 100%;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
img.alignright {
  margin: 0.63em 0 1.63em 0;
}
.pull-right .wp-caption.alignleft,
.pull-right .wp-caption.alignright,
.pull-right img.alignleft,
.pull-right img.alignright,
.pull-left .wp-caption.alignleft,
.pull-left .wp-caption.alignright,
.pull-left img.alignleft,
.pull-left img.alignright {
  margin: 0;
}
.wp-caption.aligncenter,
.wp-caption.alignnone,
img.aligncenter {
  margin-bottom: 1.63em;
  margin-top: 0.63em;
}
.gallery-caption {
  margin-left: 0;
}
.gallery-item {
  margin: 1em 1em 0 0 !important;
  width: auto !important;
}
.gallery-item a {
  border: 0;
  float: left;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
address {
  font-style: italic;
}
embed,
iframe,
object,
video,
.main .twitter-tweet-rendered {
  max-width: 100% !important;
}
.post img {
  height: auto;
}
.wp-caption {
  width: auto !important;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist>li {
  margin: 0;
}
.commentlist li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  margin-left: -3px;
  padding: 0.5em 22px 0.5em 3px;
  vertical-align: top;
  width: 50%;
}
.commentlist li.bypostauthor h4,
.commentlist li.bypostauthor p {
  color: #373432;
  font-weight: bold;
}
#commentform {
  margin: 20px auto;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
  display: inline-block;
  width: 33%;
}
#commentform p.comment-form-comment {
  margin: 0;
}
#commentform p.comment-form-comment textarea {
  font-size: 13px;
  line-height: 1.63em;
}
.fieldset label {
  cursor: pointer;
  display: block;
}
.fieldset label span {
  float: none;
}
.fieldset input,
.fieldset textarea {
  background: none;
  border: 1px solid #cfccca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
  margin: 0.5em 0 1em;
  padding: 0.5em;
  width: 99%;
  -webkit-box-shadow: inset 2px 2px 5px #d3d3d3;
  box-shadow: inset 2px 2px 5px #d3d3d3;
}
.fieldset textarea {
  text-align: left;
}
.fieldset input[type="submit"] {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 0.5em;
  text-decoration: none;
  width: auto;
}
.fieldset input[type="submit"]:hover {
  background: #ded;
}
/*--------------------------------------------------------------------------
  8.  Media Queries & Responsiveness
/*------------------------------------------------------------------------*/
#menu-list-mobile {
  display: none;
  float: right;
  margin: 20px 0;
  max-width: 49%;
  width: 49%;
}
@media screen and (max-width:899px) {
  .note {
    padding-right: 20px;
  }
  .content .columned {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .media-desc.desc {
    left: 26.53%;
  }
}
@media screen and (max-width:579px) {
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 0;
    width: 100%;
  }
  .filter {
    width: 23.404%;
    margin-right: 2.128%;
  }
  .filter + .three-fourth {
    width: 74.468%;
  }
  .filter + .three-fourth .item {
    width: 50%;
  }
  .immobile {
    display: none;
  }
  .sidewrap,
  p.info {
    margin-left: 0;
    width: auto;
  }
  p.info span {
    display: none;
  }
  #head .clear.fat {
    padding: 0;
  }
  #menu-list-mobile {
    display: block;
    float: right;
  }
  #logo {
    width: 50%;
    float: left;
  }
  .content .pull-right,
  .content .pull-left {
    margin-right: 0;
    margin-left: 0;
  }
  .content .wp-caption .wp-caption-text {
    width: auto;
  }
  .note.pull-right,
  .note.pull-left {
    width: 100%;
    position: relative;
  }
  h4.pad,
  .thumbs.pad {
    margin-top: 0;
  }
  .headings {
    margin-left: 0;
    text-align: center;
  }
  .desc,
  #foot .one-fourth,
  .main .mobile-centred {
    text-align: center;
  }
  .mobile-centred .list li {
    display: inline-block;
    padding: 0 1em;
  }
  .main .content {
    padding-top: 20px;
  }
  .media-desc.desc {
    left: 20px;
  }
  .media-desc.desc h2 {
    display: none;
  }
  a.media-desc.desc {
    background: #ded;
  }
  a.media-desc.desc h3:after {
    content: ' ➞';
  }
  .thumbs .item:after,
  .thumbs .item:hover h2 {
    display: none;
  }
  #searchform {
    width: 45%;
  }
  #commentform p.comment-form-author,
  #commentform p.comment-form-email,
  #commentform p.comment-form-url {
    width: 100%;
  }
  .commentlist li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width:320px) {
  .filter {
    width: 33.404%;
  }
  .filter + .three-fourth {
    width: 64.468%;
  }
  .filter + .three-fourth .item {
    width: 100%;
  }
  .filter + .three-fourth .item.hide {
    display: none;
  }
  .filter + .three-fourth .item + .item {
    margin-top: 16px;
  }
}
