@charset "UTF-8";

/*! --------------------------------------------------------------
	TABLE OF CONTENTS:
----------------------------------------------------------------
Version : 1.0.1
- "variables";
- "libs/compass/compass";
- "helper/mixins";
- "helper/grid";
- "helper/class";
- "helper/keyframes";
- "base/normalize";
- "base/base";
- "base/table";
- "base/forms";
- "base/links";
- "base/lists";
- "base/media";
- "base/wordpress";
- "libs/ionicons/ionicons";
- "com/header";
- "com/navigation";
- "com/main";
- "com/posts";
- "com/widgets";
- "com/sidebar";
- "com/comments";
- "com/footer";
- "com/layouts";
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

/*
|--------------------------------------------------------------------------
| Project Variable
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| APP COLOR
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| APP SIZE
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Font Stacks Variable
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Base Setup, Is Global
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Link Setup
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Button Setup
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Input Setup
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Table Setup
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Other Setup
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Timing Function Variable
|--------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
# Libs Compass Custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Helper Mixin
	--------------------------------------------------------------*/

/*
|--------------------------------------------------------------------------
| Function Percent
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Function Square
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Font Face
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Clearfix
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Font Weight
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Center Element
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Absolute Center
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Absolute Center Two
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Sizing shortcuts
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Tab Focus
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Triangel
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Hide Text
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Media Query
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Media Print
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin IE
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Keyframes
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Selection
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Reset Float
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Reset List
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Browser
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Float
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Absolute Block
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Percent width
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin Placeholder
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Mixin remsize
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Font size to rem
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Property then value to rem
|--------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
	# Helper Mixin
	--------------------------------------------------------------*/

/*
|--------------------------------------------------------------------------
| Responsive grid with px 
| Helper:: http://gridcalculator.dk/ 
|--------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
	# Helper Class
	--------------------------------------------------------------*/

/*
|--------------------------------------------------------------------------
| CSS Class transition
|--------------------------------------------------------------------------
*/

.trans-0 {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.trans-1 {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.trans-2 {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.trans-3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trans-4 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.trans-5 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trans-6 {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.trans-7 {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.trans-8 {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.trans-9 {
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.trans-10 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.trans-11 {
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

.trans-12 {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.trans-13 {
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.trans-14 {
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.trans-15 {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.trans-16 {
  -webkit-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.trans-17 {
  -webkit-transition: all 1.7s ease;
  -o-transition: all 1.7s ease;
  transition: all 1.7s ease;
}

.trans-18 {
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

.trans-19 {
  -webkit-transition: all 1.9s ease;
  -o-transition: all 1.9s ease;
  transition: all 1.9s ease;
}

.trans-20 {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

/*
|--------------------------------------------------------------------------
| CSS Class transition Delay
|--------------------------------------------------------------------------
*/

.delay-0 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

/*
|--------------------------------------------------------------------------
| CSS Class Cols
|--------------------------------------------------------------------------
*/

.cols-1 {
  width: 100%;
}

.cols-2,
.column-2 .hentry {
  width: 50%;
}

.cols-3,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-url,
.column-3 .hentry {
  width: 33.33333%;
}

.cols-4,
.column-4 .hentry {
  width: 25%;
}

.cols-5 {
  width: 20%;
}

.cols-6 {
  width: 16.66667%;
}

.cols-7 {
  width: 14.28571%;
}

.cols-8 {
  width: 12.5%;
}

.cols-9 {
  width: 11.11111%;
}

.cols-10 {
  width: 10%;
}

/*
|--------------------------------------------------------------------------
| CSS Class square
|--------------------------------------------------------------------------
*/

.square-10 {
  width: 10px;
  height: 10px;
}

.square-11 {
  width: 11px;
  height: 11px;
}

.square-12 {
  width: 12px;
  height: 12px;
}

.square-13 {
  width: 13px;
  height: 13px;
}

.square-14 {
  width: 14px;
  height: 14px;
}

.square-15 {
  width: 15px;
  height: 15px;
}

.square-16 {
  width: 16px;
  height: 16px;
}

.square-17 {
  width: 17px;
  height: 17px;
}

.square-18 {
  width: 18px;
  height: 18px;
}

.square-19 {
  width: 19px;
  height: 19px;
}

.square-20 {
  width: 20px;
  height: 20px;
}

.square-21 {
  width: 21px;
  height: 21px;
}

.square-22 {
  width: 22px;
  height: 22px;
}

.square-23 {
  width: 23px;
  height: 23px;
}

.square-24 {
  width: 24px;
  height: 24px;
}

.square-25 {
  width: 25px;
  height: 25px;
}

.square-26 {
  width: 26px;
  height: 26px;
}

.square-27 {
  width: 27px;
  height: 27px;
}

.square-28 {
  width: 28px;
  height: 28px;
}

.square-29 {
  width: 29px;
  height: 29px;
}

.square-30 {
  width: 30px;
  height: 30px;
}

/*
|--------------------------------------------------------------------------
| Cubic Bezier Collection
|--------------------------------------------------------------------------
*/

.ease-in-quad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.ease-in-cubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ease-in-quart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.ease-in-quint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ease-in-sine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.ease-in-expo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.ease-in-circ {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.ease-in-back {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.ease-out-quad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ease-out-cubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ease-out-quart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ease-out-quint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ease-out-sine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ease-out-expo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.ease-out-circ {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ease-out-back {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ease-in-out-quad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ease-in-out-cubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ease-in-out-quart {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.ease-in-out-quint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.ease-in-out-sine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.ease-in-out-expo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.ease-in-out-circ {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.ease-in-out-back {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*
|--------------------------------------------------------------------------
| CSS Class Reset List
|--------------------------------------------------------------------------
*/

.reset-list,
.main-navigation ul.menu,
.main-navigation ul,
.comment-list,
.comment-list .children,
.rl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*
|--------------------------------------------------------------------------
| CSS Class Reset Float
|--------------------------------------------------------------------------
*/

.reset-float,
.rf {
  float: none;
  width: auto;
  display: block;
}

/*
|--------------------------------------------------------------------------
| CSS Class Reset Float
|--------------------------------------------------------------------------
*/

.cl,
.clearfix,
.main-navigation ul.menu,
.site,
.hentry .hentry-in-block,
.post-navigation,
.posts-navigation,
.widget.widget_recent_entries li {
  *zoom: 1;
}

.cl:before,
.cl:after,
.clearfix:before,
.main-navigation ul.menu:before,
.site:before,
.hentry .hentry-in-block:before,
.post-navigation:before,
.posts-navigation:before,
.widget.widget_recent_entries li:before,
.clearfix:after,
.main-navigation ul.menu:after,
.site:after,
.hentry .hentry-in-block:after,
.post-navigation:after,
.posts-navigation:after,
.widget.widget_recent_entries li:after {
  content: "";
  display: table;
}

.cl:after,
.clearfix:after,
.main-navigation ul.menu:after,
.site:after,
.hentry .hentry-in-block:after,
.post-navigation:after,
.posts-navigation:after,
.widget.widget_recent_entries li:after {
  clear: both;
}

/*
|--------------------------------------------------------------------------
| CSS Class Inline-block
|--------------------------------------------------------------------------
*/

.ib,
.i-b,
.inline-block {
  display: inline-block;
  vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| CSS Class Font Size
|--------------------------------------------------------------------------
*/

.fw-thin,
.fwt {
  font-weight: 100;
}

.fw-normal,
.fwn {
  font-weight: 400;
  opacity: .8;
}

.fw-semibold,
.fws {
  font-weight: 600;
}

.fw-bold,
.fwb {
  font-weight: 700;
}

.fw-black,
.fwb {
  font-weight: 900;
}

/*
|--------------------------------------------------------------------------
| CSS Class Absolute Block
|--------------------------------------------------------------------------
*/

.absolute-block,
.ab {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.absolute-block-size,
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
|--------------------------------------------------------------------------
| Floating
|--------------------------------------------------------------------------
*/

.float-right,
.f-right {
  float: right;
}

.float-left,
.f-left {
  float: left;
}

.f-none {
  float: none;
}

.hide-elem {
  display: none !important;
}

.hide-text {
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Text Align
|--------------------------------------------------------------------------
*/

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/*
|--------------------------------------------------------------------------
| Gutter
|--------------------------------------------------------------------------
*/

.inner-gutter-1 {
  padding: 1px;
}

.inner-gutter-2 {
  padding: 2px;
}

.inner-gutter-3 {
  padding: 3px;
}

.inner-gutter-4 {
  padding: 4px;
}

.inner-gutter-5 {
  padding: 5px;
}

.inner-gutter-6 {
  padding: 6px;
}

.inner-gutter-7 {
  padding: 7px;
}

.inner-gutter-8 {
  padding: 8px;
}

.inner-gutter-9 {
  padding: 9px;
}

.inner-gutter-10 {
  padding: 10px;
}

.inner-gutter-11 {
  padding: 11px;
}

.inner-gutter-12 {
  padding: 12px;
}

.inner-gutter-13 {
  padding: 13px;
}

.inner-gutter-14 {
  padding: 14px;
}

.inner-gutter-15 {
  padding: 15px;
}

.inner-gutter-16 {
  padding: 16px;
}

.inner-gutter-17 {
  padding: 17px;
}

.inner-gutter-18 {
  padding: 18px;
}

.inner-gutter-19 {
  padding: 19px;
}

.inner-gutter-20 {
  padding: 20px;
}

.out-gutter-1 {
  margin: 1px;
}

.out-gutter-2 {
  margin: 2px;
}

.out-gutter-3 {
  margin: 3px;
}

.out-gutter-4 {
  margin: 4px;
}

.out-gutter-5 {
  margin: 5px;
}

.out-gutter-6 {
  margin: 6px;
}

.out-gutter-7 {
  margin: 7px;
}

.out-gutter-8 {
  margin: 8px;
}

.out-gutter-9 {
  margin: 9px;
}

.out-gutter-10 {
  margin: 10px;
}

.out-gutter-11 {
  margin: 11px;
}

.out-gutter-12 {
  margin: 12px;
}

.out-gutter-13 {
  margin: 13px;
}

.out-gutter-14 {
  margin: 14px;
}

.out-gutter-15 {
  margin: 15px;
}

.out-gutter-16 {
  margin: 16px;
}

.out-gutter-17 {
  margin: 17px;
}

.out-gutter-18 {
  margin: 18px;
}

.out-gutter-19 {
  margin: 19px;
}

.out-gutter-20 {
  margin: 20px;
}

/*
|--------------------------------------------------------------------------
| Align
|--------------------------------------------------------------------------
*/

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
|--------------------------------------------------------------------------
| selection
|--------------------------------------------------------------------------
*/

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #11d1f7;
}

::selection {
  color: #fff;
  background: #11d1f7;
}

/*
|--------------------------------------------------------------------------
| Font
|--------------------------------------------------------------------------
*/

/*
.font__georgia     {
	font-family: $font__georgia;
}
.font__garamond    {
	font-family: $font__garamond;
}
.font__lucida-bright {
	font-family: $font__lucida-bright;
}
.font__palatino    {
	font-family: $font__palatino;
}
.font__big-caslon  {
	font-family: font__big-caslon;
}
.font__didot       {
	font-family: $font__didot;
}
.font__baskerville {
	font-family: $font__baskerville;
}
.font__hoefler-text{
	font-family: $font__hoefler-text;
}
.font__bodoni-mt   {
	font-family: $font__bodoni-mt ;
}
.font__goudy-old-styl{
	font-family: $font__goudy-old-styl;
}
.font__constantia  {
	font-family: $font__constantia;
}
.font__cambria     {
	font-family: $font__cambria;
}
.font__book-antiqua{
	font-family: $font__book-antiqua;
}

.font__arial       {
	font-family: $font__arial;
}
.font__optima      {
	font-family: $font__optima;
}
.font__futura      {
	font-family: $font__futura;
}
.font__gill-sans   {
	font-family: $font__gill-sans;
}
.font__trebuchet   {
	font-family: $font__trebuchet;
}
.font__helvetica   {
	font-family: $font__helvetica;
}
.font__verdana     {
	font-family: $font__verdana;
}
.font__lucida-grande {
	font-family: $font__lucida-grande;
}
.font__geneva      {
	font-family: $font__geneva;
}
.font__segoe       {
	font-family: $font__segoe;
}
.font__candara     {
	font-family: $font__candara;
}
.font__calibri     {
	font-family: $font__calibri;
}
.font__franklin-gothi{
	font-family: $font__franklin-gothi;
}
.font__tahoma      {
	font-family: $font__tahoma;
}

.font__monospace   {
	font-family: $font__monospace;
}
.font__cursive     {
	font-family: $font__cursive;
}

*/

.container {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.app_shadow,
.main-navigation ul.menu ul,
.hentry .hentry-in-block,
.sidebar .widget,
.comments-area,
.site-footer {
  -webkit-box-shadow: 0 4px 16px 0 rgba(88, 42, 32, 0.04);
  box-shadow: 0 4px 16px 0 rgba(88, 42, 32, 0.04);
}

.hide-menu,
.main-navigation ul.menu ul,
.main-navigation ul.menu li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.show-menu,
.main-navigation ul.menu li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.main-navigation ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.navigation-arrow-to-right:after,
.navigation-arrow-to-bottom:after,
.main-navigation ul.menu .menu-item-has-children .menu-item-has-children:after,
.main-navigation ul.menu .menu-item-has-children:after,
.mobile-menu .menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-right-color: #582a20;
  border-bottom-color: #582a20;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.navigation-arrow-to-bottom:after,
.main-navigation ul.menu .menu-item-has-children .menu-item-has-children:after {
  right: 12px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

/*--------------------------------------------------------------
	# Helper keyframes
	--------------------------------------------------------------*/

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spiner {
  -webkit-animation: spinner 1.2s linear infinite;
  -o-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
}

@-webkit-keyframes tohide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes tohide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes tohide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes toshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes toshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes toshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.to-hide {
  -webkit-animation: tohide 3s linear 1;
  -o-animation: tohide 3s linear 1;
  animation: tohide 3s linear 1;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.to-show {
  -webkit-animation: toshow 1s linear 1;
  -o-animation: toshow 1s linear 1;
  animation: toshow 1s linear 1;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*--------------------------------------------------------------
# Base Element
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Normalize
	--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #582a20;
}

::selection {
  color: #fff;
  background: #582a20;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fbf4f0;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

fieldset {
  padding: 1em;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px;
}

iframe {
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

.heading,
.widget.widget_rss .rsswidget,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 28px;
  font-size: 2rem;
}

h2 {
  font-size: 26.6px;
  font-size: 1.9rem;
}

h3 {
  font-size: 23.8px;
  font-size: 1.7rem;
}

h4 {
  font-size: 21px;
  font-size: 1.5rem;
}

h5 {
  font-size: 18.2px;
  font-size: 1.3rem;
}

h6 {
  font-size: 16.8px;
  font-size: 1.2rem;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 13.125px;
  font-size: 0.9375rem;
  background: transparent;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

blockquote {
  background: transparent;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  border-left: 3px solid #be6f52;
  padding-left: 1em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.9375rem;
  background-color: #f1f1f1;
}

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}

mark,
ins {
  color: inherit;
  background: #f1f1f1;
  text-decoration: none;
}

big {
  font-size: 125%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS */
  padding: 4px 8px;
  background-color: transparent;
}

/*--------------------------------------------------------------
	# Table
	--------------------------------------------------------------*/

.mce-item-table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-spacing: 0;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.mce-item-table caption,
table caption {
  padding: 0.75rem;
}

.mce-item-table th,
.mce-item-table td,
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  border-right-width: 0;
  border-bottom-width: 0;
}

.mce-item-table th:last-child,
.mce-item-table td:last-child,
table th:last-child,
table td:last-child {
  border-right-width: 1px;
}

.mce-item-table thead th,
table thead th {
  vertical-align: bottom;
}

.mce-item-table tbody + tbody,
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/*--------------------------------------------------------------
	# Form
	--------------------------------------------------------------*/

form label {
  display: block;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  font-size: 1rem;
  border: 0px solid;
  border-color: #582a20;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #582a20;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  position: relative;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #be6f52;
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #0d0605;
  outline-width: 0;
}

.button.alt:before,
button.alt:before,
input[type="button"].alt:before,
input[type="reset"].alt:before,
input[type="submit"].alt:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button.round,
button.round,
input[type="button"].round,
input[type="reset"].round,
input[type="submit"].round {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button.round:before,
button.round:before,
input[type="button"].round:before,
input[type="reset"].round:before,
input[type="submit"].round:before {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button.full-round,
button.full-round,
input[type="button"].full-round,
input[type="reset"].full-round,
input[type="submit"].full-round {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.button.full-round:before,
button.full-round:before,
input[type="button"].full-round:before,
input[type="reset"].full-round:before,
input[type="submit"].full-round:before {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button.wide-gutter,
button.wide-gutter,
input[type="button"].wide-gutter,
input[type="reset"].wide-gutter,
input[type="submit"].wide-gutter {
  padding-left: 32px;
  padding-right: 32px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #404040;
  border: 1px solid #f1ded1;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 8px;
  font-size: 14px;
  font-size: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #404040;
  outline: 1px solid #582a20;
}

input[disabled] {
  pointer-events: none;
  background-color: #f1f1f1;
  border-color: #404040;
  color: inherit;
}

select {
  border: 1px solid #f1ded1;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
	# Link
	--------------------------------------------------------------*/

a {
  color: #582a20;
  text-decoration: none;
}

a:link {
  color: #582a20;
}

a:visited {
  color: #7d3c2e;
}

a:hover,
a:focus,
a:active {
  color: #331812;
}

a:focus {
  outline: thin dotted;
  outline-color: #582a20;
}

a:hover,
a:active {
  outline: 0;
}

.link-inherit a,
.site-header .header-center .site-branding a,
.site-footer .site-info a,
.link-inherit a:link,
.site-header .header-center .site-branding a:link,
.site-footer .site-info a:link {
  color: inherit;
}

.link-inherit a:hover,
.site-header .header-center .site-branding a:hover,
.site-footer .site-info a:hover,
.link-inherit a:visited,
.site-header .header-center .site-branding a:visited,
.site-footer .site-info a:visited,
.link-inherit a:link:hover,
.site-header .header-center .site-branding a:link:hover,
.site-footer .site-info a:link:hover,
.link-inherit a:link:visited,
.site-header .header-center .site-branding a:link:visited,
.site-footer .site-info a:link:visited {
  color: inherit;
}

/*--------------------------------------------------------------
	# Link
	--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.mce-content-body > ul,
.mce-content-body > ol,
form > ul,
form > ol,
fieldset > ul,
fieldset > ol,
nav > ul,
nav > ol,
div > ul,
div > ol {
  margin-left: 0;
}

li > ul,
li > ol {
  margin-left: 0;
}

ul > li,
ol > li {
  margin-left: 0;
}

.reset-list,
.main-navigation ul.menu,
.main-navigation ul,
.comment-list,
.comment-list .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.reset-list ul,
.main-navigation ul.menu ul,
.main-navigation ul ul,
.comment-list ul,
.comment-list .children ul,
.reset-list li,
.main-navigation ul.menu li,
.main-navigation ul li,
.comment-list li,
.comment-list .children li,
.reset-list ol,
.main-navigation ul.menu ol,
.main-navigation ul ol,
.comment-list ol,
.comment-list .children ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
	# Media
	--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-1 .gallery-item .gallery-icon {
  padding: 0;
}

.gallery-columns-1 .gallery-item .gallery-caption {
  bottom: 0;
  right: 0;
  left: 0;
}

.gallery-columns-1 .gallery-item img {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-2 .gallery-item img {
  width: 100%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-3 .gallery-item img {
  width: 100%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-4 .gallery-item img {
  width: 100%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-5 .gallery-item img {
  width: 100%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-6 .gallery-item img {
  width: 100%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-7 .gallery-item img {
  width: 100%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-8 .gallery-item img {
  width: 100%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-9 .gallery-item img {
  width: 100%;
}

.gallery-item .gallery-caption {
  position: absolute;
  bottom: 4px;
  background-color: rgba(88, 42, 32, 0.7);
  color: #ffffff;
  opacity: 0;
  right: 4px;
  left: 4px;
  padding: 6px;
  font-size: 12.6px;
  font-size: 0.9rem;
  pointer-events: none;
  -webkit-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
  transition: opacity ease .4s;
  max-height: 100%;
  overflow: hidden;
}

.gallery-item .gallery-icon {
  padding: 4px;
}

.gallery-item .gallery-icon img,
.gallery-item .gallery-icon a {
  display: block;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  margin-bottom: 8px;
}

figure.wp-caption {
  margin-top: 0;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
	# wordpress
	--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  *zoom: 1;
}

.clear:before:before,
.clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: "";
  display: table;
}

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #582a20;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #404040;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

figure.alignleft,
img.alignleft {
  margin-right: 16px;
}

figure.alignright,
img.alignright {
  margin-left: 16px;
}

.page-links {
  *zoom: 1;
}

.page-links:before,
.page-links:after {
  content: "";
  display: table;
}

.page-links:after {
  clear: both;
}

/*--------------------------------------------------------------
	# Ionicons
	--------------------------------------------------------------*/

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons_v-2.0.0.eot");
  src: url("../fonts/ionicons_v-2.0.0.eot#iefix") format("embedded-opentype"), url("../fonts/ionicons_v-2.0.0.ttf") format("truetype"), url("../fonts/ionicons_v-2.0.0.woff") format("woff"), url("../fonts/ionicons_v-2.0.0-Ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion,
.ionicons,
.ion-ios-alarm-outline:before,
.ion-ios-arrow-thin-left:before,
.posts-navigation .nav-next a:before,
.ion-ios-arrow-thin-right:before,
.posts-navigation .nav-previous a:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-pricetags-outline:before,
.ion-ios-search:before,
.ion-navicon:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-arrow-thin-left:before,
.posts-navigation .nav-next a:before {
  content: "";
}

.ion-ios-arrow-thin-right:before,
.posts-navigation .nav-previous a:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

/*--------------------------------------------------------------
# Component
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Header
	--------------------------------------------------------------*/

.site-header .header-top {
  background-color: #ffffff;
  padding: 8px 0;
}

.site-header .header-top .container {
  position: relative;
}

.site-header .header-search {
  min-height: 60px;
}

.site-header .header-search .inputreset {
  display: none;
}

.site-header .header-search .find {
  display: none;
  position: relative;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .header-search form {
  position: relative;
  margin-right: 40px;
}

.site-header .header-search form input[type="text"] {
  width: 100%;
}

.site-header .header-search form .searchsubmit {
  position: absolute;
  top: 1px;
  right: 0;
}

.site-header .search-btn {
  width: 30px;
  height: 30px;
  float: right;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30.8px;
  font-size: 2.2rem;
  line-height: 30px;
  cursor: pointer;
}

.site-header .search-btn .ionicons {
  right: 0;
  position: absolute;
  -webkit-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
  transition: opacity ease .4s;
}

.site-header .search-btn .ion-ios-search {
  opacity: 1;
}

.site-header .search-btn .ion-ios-close-outline {
  opacity: 0;
}

.site-header .search-btn.is-open .ion-ios-search {
  opacity: 0;
}

.site-header .search-btn.is-open .ion-ios-close-outline {
  opacity: 1;
}

.site-header .header-logo {
  float: left;
}

.site-header .custom-logo-link {
  display: block;
  max-width: 60px;
}

.site-header .custom-logo-link img {
  display: block;
  max-width: 100%;
}

.site-header .header-center {
  height: 405px;
  background-color: #582a20;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
}

.site-header .header-center .container {
  position: relative;
  height: 100%;
}

.site-header .header-center .site-branding {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
}

.site-header .header-center .site-title {
  margin: 0;
  font-size: 56px;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}

.site-header .header-center .site-description {
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 32px;
}

.site-header .header-bottom {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
	# Navigation
	--------------------------------------------------------------*/

.menu-toggle {
  display: none;
  background-color: transparent;
  padding-right: 0;
  color: #582a20;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  color: #582a20;
  background-color: transparent;
}

.menu-toggle .menu-text {
  font-size: 16.8px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: 5px;
  vertical-align: baseline;
  vertical-align: middle;
  vertical-align: text-bottom;
}

.menu-toggle .ionicons {
  display: inline-block;
  margin-left: 4px;
  font-size: 28px;
  font-size: 2rem;
}

.menu-toggle .ionicons2 {
  position: relative;
  left: -8px;
}

.main-navigation ul.menu {
  margin-right: auto;
  margin-left: auto;
}

.main-navigation ul.menu a,
.main-navigation ul.menu a:link {
  display: block;
  padding: 16px 24px;
}

.main-navigation ul.menu a:visited,
.main-navigation ul.menu a:hover,
.main-navigation ul.menu a:link:visited,
.main-navigation ul.menu a:link:hover {
  color: inherit;
}

.main-navigation ul.menu > li {
  float: left;
  position: relative;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: border ease .4s;
  -o-transition: border ease .4s;
  transition: border ease .4s;
}

.main-navigation ul.menu > li.menu-item-has-children:hover {
  border-bottom: 2px solid transparent;
}

.main-navigation ul.menu > li:hover {
  border-bottom-color: #582a20;
}

.main-navigation ul.menu ul {
  position: absolute;
  background-color: #fff;
  padding-top: 2px;
  width: 240px;
  -webkit-transition: opacity ease .4s, -webkit-transform ease .4s;
  transition: opacity ease .4s, -webkit-transform ease .4s;
  -o-transition: opacity ease .4s, -o-transform ease .4s;
  transition: opacity ease .4s, transform ease .4s;
  transition: opacity ease .4s, transform ease .4s, -webkit-transform ease .4s, -o-transform ease .4s;
  border-bottom: 2px solid #582a20;
}

.main-navigation ul.menu ul li {
  float: none;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  border-left: 2px solid transparent;
  -webkit-transition: border ease .4s;
  -o-transition: border ease .4s;
  transition: border ease .4s;
}

.main-navigation ul.menu ul li:last-child {
  border-bottom-width: 0;
}

.main-navigation ul.menu ul li:hover {
  border-left-color: #582a20;
}

.main-navigation ul.menu ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul.menu .current-page-ancestor,
.main-navigation ul.menu .current_page_ancestor,
.main-navigation ul.menu .current_page_item,
.main-navigation ul.menu .current-menu-item,
.main-navigation ul.menu .current-page-parent {
  border-bottom-color: #582a20;
}

.main-navigation ul.menu .current-page-ancestor > a,
.main-navigation ul.menu .current-page-ancestor a:link,
.main-navigation ul.menu .current_page_ancestor > a,
.main-navigation ul.menu .current_page_ancestor a:link,
.main-navigation ul.menu .current_page_item > a,
.main-navigation ul.menu .current_page_item a:link,
.main-navigation ul.menu .current-menu-item > a,
.main-navigation ul.menu .current-menu-item a:link,
.main-navigation ul.menu .current-page-parent > a,
.main-navigation ul.menu .current-page-parent a:link {
  color: #be6f52;
}

.menu-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
  line-height: 40px;
  text-align: center;
  color: #582a20;
  display: none;
}

.menu-close .ionicons {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  top: -8px;
  font-size: 56px;
  font-size: 4rem;
  line-height: 40px;
}

.mobile-menu {
  text-align: left;
}

.open-menu .mobile-menu {
  left: 0;
}

.mobile-menu ul,
.mobile-menu li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.mobile-menu ul li {
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu ul li .sub-menu,
.mobile-menu ul li .children {
  margin-left: 10px;
  border-top: 1px solid #f1f1f1;
  margin-top: 6px;
}

.mobile-menu ul li .sub-menu li:last-child,
.mobile-menu ul li .children li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.mobile-menu .menu li {
  position: relative;
}

.mobile-menu .menu li a {
  display: block;
  padding: 6px 20px;
  padding-left: 10px;
}

.mobile-menu .toggle-menu {
  width: 40px;
  position: absolute;
  height: 40px;
  z-index: 1;
  top: 0;
  right: 0;
  display: none;
}

.mobile-menu .menu-item-has-children:after {
  -webkit-transform: rotate(45deg) translateY(0);
  -ms-transform: rotate(45deg) translateY(0);
  -o-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  top: 16px;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -o-transition: -o-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s, -o-transform ease .4s;
}

.mobile-menu .menu-item-has-children.is-open:after {
  -webkit-transform: rotate(-135deg) translateY(0);
  -ms-transform: rotate(-135deg) translateY(0);
  -o-transform: rotate(-135deg) translateY(0);
  transform: rotate(-135deg) translateY(0);
}

.mobile-menu .menu-item-has-children .sub-menu {
  display: none;
}

/*--------------------------------------------------------------
	# Main
	--------------------------------------------------------------*/

.widget-404,
.not-found {
  background-color: #ffffff;
  padding: 32px;
  margin-top: 32px;
}

.icon_____ {
  *zoom: 1;
}

.icon_____:before,
.icon_____:after {
  content: "";
  display: table;
}

.icon_____:after {
  clear: both;
}

.icon_____ .ionicons {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 30px;
}

.color-comb {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 3;
  font-size: 11.2px;
  font-size: 0.8rem;
}

.color-comb .c-box {
  width: 120px;
  height: 40px;
  color: #ffffff;
}

.color-comb .c1 {
  background-color: #9499a6;
}

.color-comb .c2 {
  background-color: #be6f52;
}

.color-comb .c3 {
  background-color: #582a20;
}

.color-comb .c4 {
  background-color: #f1ded1;
}

.color-comb .c5 {
  background-color: #f2c083;
}

.color-comb .ca1 {
  background-color: #040c0e;
}

.color-comb .ca2 {
  background-color: #122227;
}

.color-comb .ca3 {
  background-color: #515b56;
}

.color-comb .ca4 {
  background-color: #a4978e;
}

.color-comb .ca5 {
  background-color: #a4978e;
}

.site-content {
  *zoom: 1;
}

.site-content:before,
.site-content:after {
  content: "";
  display: table;
}

.site-content:after {
  clear: both;
}

.site {
  width: 100%;
  float: right;
  -webkit-transition: width ease .4s;
  -o-transition: width ease .4s;
  transition: width ease .4s;
}

/*--------------------------------------------------------------
	# Posts
	--------------------------------------------------------------*/

.sticky .hentry-in-block {
  border-bottom: 4px solid #582a20;
}

.page .hentry,
.single .hentry {
  padding: 0;
  background-color: #ffffff;
}

.hentry .post-thumbnail {
  display: block;
}

.hentry .post-thumbnail img {
  display: block;
}

.hentry .hentry-in {
  padding: 16px;
}

.page .hentry .hentry-in,
.single .hentry .hentry-in {
  padding: 0;
}

.hentry .hentry-in-block {
  position: relative;
  background-color: #ffffff;
  padding: 16px;
}

.hentry .entry-title {
  margin-top: 0;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  margin-bottom: .3em;
}

.hentry .entry-meta .updated {
  display: none;
}

.hentry .entry-meta .published.updated {
  display: inline;
}

.hentry .posted-on {
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #f2c083;
}

.hentry .posted-on .entry-date {
  color: #f2c083;
  font-size: 14px;
  font-size: 1rem;
}

.hentry .entry-footer {
  border-top: 1px solid #fbf4f0;
  padding-top: 16px;
  color: #582a20;
}

.hentry .entry-footer a {
  text-transform: uppercase;
}

.hentry .entry-footer a:link {
  color: #582a20;
}

.hentry .entry-footer a:visited {
  color: #582a20;
}

.hentry .entry-footer a:hover,
.hentry .entry-footer a:focus,
.hentry .entry-footer a:active {
  color: #f2c083;
}

.hentry .entry-footer .ionicons {
  font-size: 16.8px;
  font-size: 1.2rem;
  position: relative;
  top: 1px;
}

.hentry .entry-footer span {
  color: #f2c083;
}

.hentry .comments-link {
  margin-right: 4px;
}

.hentry .tags-links,
.hentry .cat-links {
  margin-right: 8px;
}

.is-grid .hentry .hentry-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.is-grid .hentry.is-show .hentry-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.post-navigation {
  background-color: #ffffff;
  margin-top: 16px;
  padding: 32px 16px;
}

.post-navigation .nav-previous {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  text-align: left;
}

.post-navigation .nav-next {
  width: 48.71795%;
  float: left;
  margin-right: 0;
  text-align: right;
}

.posts-navigation {
  padding-top: 32px;
  padding-bottom: 16px;
  letter-spacing: 1px;
  font-size: 11.2px;
  font-size: 0.8rem;
}

.posts-navigation .nav-previous {
  float: right;
}

.posts-navigation .nav-next {
  float: left;
}

.posts-navigation a,
.posts-navigation a:link {
  background-color: #be6f52;
  color: #ffffff;
  padding: 8px 11.42857px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: relative;
  -webkit-transition: background ease .4s;
  -o-transition: background ease .4s;
  transition: background ease .4s;
}

.posts-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:link:hover,
.posts-navigation a:link:active {
  background-color: #582a20;
}

.posts-navigation a:before,
.posts-navigation a:link:before {
  position: absolute;
  font-size: 28px;
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.posts-navigation .nav-next a {
  padding-left: 32px;
}

.posts-navigation .nav-next a:before {
  left: 10px;
}

.posts-navigation .nav-previous a {
  padding-right: 32px;
}

.posts-navigation .nav-previous a:before {
  right: 10px;
}

.page-links {
  padding: 16px 0;
}

.column-loadmore {
  text-align: center;
  padding-top: 32px;
}

.page-archive {
  background-color: #ffffff;
  padding: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.page-archive .page-title {
  margin: 0;
  font-size: 21px;
  font-size: 1.5rem;
}

.page-archive .archive-description p {
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
	# Widgets
	--------------------------------------------------------------*/

.widget {
  /* Make sure select elements fit in widgets. */
}

.widget ul,
.widget li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.widget ul li .sub-menu,
.widget ul li .children {
  margin-left: 10px;
  border-top: 1px solid #f1f1f1;
  margin-top: 6px;
}

.widget ul li .sub-menu li:last-child,
.widget ul li .children li:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.widget li {
  border-bottom: 1px solid #fbf4f0;
  padding: 8px 0;
}

.widget li:last-child {
  border-bottom-width: 0;
}

.widget select {
  max-width: 100%;
}

.widget.widget_rss .rsswidget {
  font-size: 16.8px;
  font-size: 1.2rem;
  display: block;
}

.widget.widget_rss .rssSummary {
  padding: 8px 0;
}

.widget.widget_rss .rss-date {
  font-size: 10.5px;
  font-size: 0.75rem;
}

.widget.widget_recent_entries img {
  float: left;
  max-width: 50px;
  margin-right: 10px;
}

.widget.widget_recent_entries .recent-post-title {
  text-transform: capitalize;
  display: block;
}

.widget.widget_recent_entries .post-date {
  display: block;
  font-size: 10.5px;
  font-size: 0.75rem;
}

.widget .widgettitle,
.widget .widget-title {
  margin: 0;
  font-size: 16.8px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #fbf4f0;
  margin-bottom: 16px;
}

.widget .widgettitle span,
.widget .widget-title span {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #582a20;
}

.widget .tagcloud a,
.widget .tagcloud a:link {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #582a20;
  color: #ffffff;
  font-size: 100% !important;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:active,
.widget .tagcloud a:link:hover,
.widget .tagcloud a:link:active {
  background-color: #be6f52;
}

/*--------------------------------------------------------------
	# Sidebar
	--------------------------------------------------------------*/

.sidebar .widget {
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 32px;
  font-size: 13.3px;
  font-size: 0.95rem;
}

/*--------------------------------------------------------------
	# Comments
	--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  margin-top: 16px;
}

.comments-area .comments-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16.8px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.comments-area .comments-title small {
  font-size: inherit;
}

.comment-list a,
.comment-list a:link {
  color: inherit;
}

.comment-list li.pingback,
.comment-list li.comment {
  border-bottom: 1px solid #fbf4f0;
  margin-bottom: 20px;
  position: relative;
  padding-left: 90px;
}

.comment-list li.pingback img.avatar,
.comment-list li.comment img.avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.comment-list li.pingback {
  padding-left: 0;
  padding-bottom: 20px;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list .children li.comment:last-child {
  border-bottom-width: 0;
}

.comment-list .comment-author .says {
  display: none;
}

.comment-list .comment-meta {
  border-bottom: 1px dotted #fbf4f0;
  padding-bottom: 6px;
}

.comment-list .comment-metadata {
  text-transform: uppercase;
  font-size: 11.2px;
  font-size: 0.8rem;
}

.comment-list .comments-title,
.comment-list .comment-reply-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16.8px;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.comment-list .comments-title small,
.comment-list .comment-reply-title small {
  font-size: inherit;
}

.comment-list .logged-in-as a,
.comment-list .comment-reply-title a {
  text-decoration: underline;
}

.comment-list .reply {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-form label {
  display: block;
}

.comment-form p {
  margin-bottom: 20px;
  margin-top: 0;
}

.comment-form .input-form-wrap {
  margin-right: -20px;
}

.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-url {
  float: left;
}

.comment-form .comment-form-email input,
.comment-form .comment-form-author input,
.comment-form .comment-form-url input {
  width: 100%;
  width: -webkit-calc(100% -  20px);
  width: calc(100% -  20px);
}

/*--------------------------------------------------------------
	# Footer
	--------------------------------------------------------------*/

.site-footer {
  background-color: #ffffff;
  margin-top: 32px;
}

.site-footer .footer-widget {
  padding-top: 32px;
}

.site-footer .widget .widgettitle,
.site-footer .widget .widget-title {
  font-size: 14px;
  font-size: 1rem;
}

.site-footer .site-info {
  border-top: 1px solid #f1ded1;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11.9px;
  font-size: 0.85rem;
}

.site-footer .site-info p {
  margin: 0;
}

/*--------------------------------------------------------------
	# Layouts
	--------------------------------------------------------------*/

.column-no-gutter {
  margin-left: -16px;
  margin-right: -16px;
}

.column-2 .hentry {
  float: left;
}

.column-3 .hentry {
  float: left;
}

.column-4 .hentry {
  float: left;
}

.page .site-content,
.single .site-content {
  margin-top: 32px;
}

.sidebar-right .site-main {
  width: 65.81197%;
  float: left;
  margin-right: 2.5641%;
}

.sidebar-right .site-sidebar {
  width: 31.62393%;
  float: left;
  margin-right: 0;
}

.site-footer .widget {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}

.site-footer .widget:nth-child(4n) {
  margin-right: 0;
}

.header-top .header-logo {
  width: 14.52991%;
  float: left;
  margin-right: 2.5641%;
}

.header-top .header-search {
  width: 82.90598%;
  float: left;
  margin-right: 0;
}

.widget-404 .widget {
  width: 23.07692%;
  float: left;
  margin-right: 2.5641%;
}

.widget-404 .widget:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .site-header .header-search {
    min-height: 40px;
  }

  .site-header .header-search .find {
    top: 20px;
  }

  .site-header .custom-logo-link {
    max-width: 40px;
  }

  .site-header .header-center {
    height: 202.5px;
    background-attachment: scroll;
  }

  .site-header .header-bottom {
    text-align: right;
  }

  .menu-toggle {
    display: inline-block;
  }

  .main-navigation ul.menu a,
  .main-navigation ul.menu a:link {
    padding-left: 10px;
  }

  .menu-close {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    left: 0;
    left: -400px;
    top: 0;
    width: 300px;
    background-color: #ffffff;
    z-index: 12;
    bottom: 0;
    border-right: 4px solid #582a20;
    -webkit-transition: left ease .4s;
    -o-transition: left ease .4s;
    transition: left ease .4s;
  }

  .mobile-menu ul.menu {
    height: 100%;
    overflow: auto;
    padding: 16px;
    padding-top: 32px;
  }

  .mobile-menu .toggle-menu {
    display: block;
  }

  .comment-list li.pingback,
  .comment-list li.comment {
    padding-left: 40px;
  }

  .comment-list li.pingback img.avatar,
  .comment-list li.comment img.avatar {
    width: 30px;
    height: 30px;
  }

  .comment-list .children {
    margin-left: 10px;
  }

  .comment-form .input-form-wrap {
    margin-right: 0;
  }

  .comment-form .comment-form-email,
  .comment-form .comment-form-author,
  .comment-form .comment-form-url {
    width: auto;
    float: none;
    width: auto;
    display: block;
  }

  .comment-form .comment-form-email input,
  .comment-form .comment-form-author input,
  .comment-form .comment-form-url input {
    width: 100%;
  }

  .column-2 .hentry {
    float: none;
    width: auto;
    display: block;
  }

  .column-3 .hentry {
    float: none;
    width: auto;
    display: block;
  }

  .page .site-content,
  .single .site-content {
    margin-top: 16px;
  }

  .sidebar-right .site-main {
    float: none;
    width: auto;
    display: block;
    margin-right: 0;
  }

  .sidebar-right .site-sidebar {
    float: none;
    width: auto;
    display: block;
    margin-right: 0;
    margin-top: 32px;
  }

  .site-footer .widget {
    float: none;
    width: auto;
    display: block;
    margin-right: 0;
  }
}