/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
  background: #fff;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links
================================================== */
a,
a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:focus {
  color: #000;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  padding-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 0;
  background: url('../images/bg_header_red.jpg');
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fae8c2;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 12px 16px;
  font-family: 'Montserrat', sans-serif;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 90%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
/* #Font-Face
================================================== */
/* #Site Styles
================================================== */
/* General Styles */
* {
  -webkit-font-smoothing: antialiased;
}
* img {
  max-width: 100%;
}
html,
body {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url('../images/bg_medium.jpg');
  color: #FFF;
  height: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #FFF;
}
a,
a:visited {
  color: #c5a384;
  text-decoration: none;
  -webkit-transition: 0.25s color;
  -moz-transition: 0.25s color;
  -ms-transition: 0.25s color;
  -o-transition: 0.25s color;
  transition: 0.25s color;
}
a:hover,
a:visited:hover {
  color: #a92424;
}
h1 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #a92424;
  line-height: 1;
  padding: 15px 0;
}
h1 {
  padding: 0;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 20px;
}
h2.title {
  text-align: center;
}
h2.title:before {
  content: '\2022 \20 \2022 \20 \2022 \20';
}
h2.title:after {
  content: '\20 \2022 \20 \2022 \20 \2022';
}
strong {
  color: inherit;
}
iframe {
  max-width: 100%;
}
ul {
  margin: 0 0 0 30px;
}
ul li {
  list-style: disc;
}
.clear {
  clear: both;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.alignright {
  margin: 0 0 20px 20px;
}
img.alignleft {
  margin: 0 20px 20px 0;
}
.hide-mobile {
  display: auto !important;
}
.text-center {
  text-align: center;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-image {
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.featured-image img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}
blockquote {
  padding: 20px;
  margin-left: 20px;
  color: #ba7a65;
  border-left: 2px solid #ba7a65;
  font-size: 150%;
  font-style: normal;
  line-height: 1.5;
}
strong {
  color: #1c1c1c;
}
hr {
  border: 0;
  border-top: 1px solid #ba7a65;
  margin: 100px 0;
}
/* #Page Styles
================================================== */
.wrapper {
  width: 100%;
}
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 1;
}
.slider {
  width: auto;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}
.slider li {
  list-style: none;
  margin: 0;
}
.slider .flexslider {
  margin: 0;
  background: url('../images/bg_medium.jpg');
}
.slider .flexslider ul.slides {
  margin: 0;
}
.sub-page {
  background: url('../images/bg_light.jpg');
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sub-page.left-sidebar .col-main {
  float: right;
  width: 70%;
}
.sub-page.left-sidebar .col-left {
  float: left;
  width: 25%;
}
.sub-page a,
.sub-page a:visited {
  color: #ba7a65;
  border-bottom: 1px dotted #ba7a65;
}
.sub-page a:hover,
.sub-page a:visited:hover {
  color: #1c1c1c;
}
section {
  position: relative;
  color: #a92424;
  overflow: hidden;
}
section h2 {
  color: #a92424;
}
section a,
section a:visited {
  color: #a92424;
}
section.light {
  background: url('../images/bg_light.jpg');
}
section.light a,
section.light a:visited {
  border-bottom: 1px dotted #a92424;
}
section.light a:hover,
section.light a:visited:hover {
  color: #1c1c1c;
}
section.padding {
  padding: 60px 0;
}
section.page {
  padding: 100px 0 60px 0;
}
section .kdm-left {
  position: absolute;
  max-width: 100%;
  width: 620px;
  height: 629px;
  left: 0;
  bottom: 0;
  background: url('../images/bg_kdm_round_bottom_left.jpg');
  z-index: 0;
}
section .kdm-left-top {
  position: absolute;
  width: 762px;
  height: 762px;
  left: -100px;
  top: -100px;
  background: url('../images/bg_kdm_round_big.jpg');
  z-index: 0;
}
section .more {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 10px;
  line-height: 1;
  color: #fae8c2 !important;
  background: url('../images/bg_header_red.jpg');
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section .more:hover {
  color: #fcf1da !important;
}
.contact-email {
  width: 48%;
  margin: 20px 2% 0 0;
  float: left;
}
.contact-email > div {
  padding: 20px !important;
  background: #f2d4b2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contact-email > div ul {
  margin: 0;
  padding: 0;
}
.contact-email > div ul li {
  display: block;
  line-height: 1.5;
  margin: 0;
}
.contact-regular {
  width: 48%;
  float: left;
  margin: 20px 0 0 0;
}
.contact-regular > div {
  padding: 20px;
  background: #f2d4b2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contact-pay {
  width: 48%;
  float: left;
  margin: 20px 0 0 0;
}
.contact-pay > div {
  padding: 20px;
  background: #f2d4b2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination a,
.pagination span {
  display: inline-block;
  background: url('../images/bg_medium.jpg');
  padding: 2px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fae8c2 !important;
  border: 0;
}
.pagination a:hover,
.pagination span:hover {
  background: url('../images/bg_header_red.jpg');
  color: #FFF !important;
}
.pagination a.current,
.pagination span.current {
  color: #FFF;
}
.pagination a.current:hover,
.pagination span.current:hover {
  color: #fae8c2 !important;
  background: url('../images/bg_medium.jpg');
}
/* Header Styles
================================================== */
header {
  position: relative;
  z-index: 3;
  background: url('../images/bg_header.jpg') repeat-x;
  height: 200px;
}
header #logo a {
  position: absolute;
  top: 10px;
  z-index: 2;
  margin-left: -141px;
  left: 50%;
  width: 282px;
  height: 282px;
  display: block;
  background: url('../images/img_keeling_logo.png');
}
header h2 {
  padding: 0;
  line-height: 100px;
  font-size: 29px;
  color: #a92424;
}
header h2 span {
  display: block;
  float: right;
  text-align: right;
}
header nav #mobile-menu-bar {
  display: none;
}
header nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
header nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
}
header nav ul li.middle-left {
  margin-right: 140px;
}
header nav ul li.middle-right {
  margin-left: 140px;
}
header nav ul li a,
header nav ul li a:visited {
  text-transform: uppercase;
  color: #fae8c2;
  text-align: center;
  width: 110px;
  font-size: 130%;
  font-weight: bold;
  display: block;
  line-height: 100px;
  overflow-wrap: normal;
}
header nav ul li a:hover,
header nav ul li a:visited:hover {
  color: #fcf1da;
}
/*---------------------------------------------------------------
  Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  header #logo a {
    top: 50px;
    margin-left: -100px;
    left: 50%;
    width: 200px;
    height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  header h2 {
    line-height: 100px;
    font-size: 24px;
  }
  header nav ul li.middle-left {
    margin-right: 70px;
  }
  header nav ul li.middle-right {
    margin-left: 70px;
  }
  header nav ul li a {
    width: 100px;
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  header #logo a {
    top: 70px;
    margin-left: -80px;
    left: 50%;
    width: 160px;
    height: 160px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  header h2 {
    line-height: 100px;
    font-size: 18px;
  }
  header nav ul li {
    margin: 0 0;
  }
  header nav ul li.middle-left {
    margin-right: 0;
  }
  header nav ul li.middle-right {
    margin-left: 0;
  }
  header nav ul li a {
    width: auto;
    padding: 0 15px;
    font-size: 110%;
  }
}
@media only screen and (max-width: 599px) {
  header {
    height: auto;
    padding-bottom: 0;
    background: url('../images/bg_header_red.jpg');
    padding-top: 10px;
  }
  header .container {
    width: 100%;
    margin: 0;
    height: auto;
    overflow: visible;
  }
  header #logo {
    margin-bottom: -20px;
    position: relative;
    height: 150px;
  }
  header #logo a {
    display: block;
    margin: 20px auto 0 auto;
    left: auto;
    position: absolute;
    z-index: 4;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    bottom: auto;
    right: auto;
    top: auto;
    margin-left: -100px;
    left: 50%;
  }
  header h2 {
    display: none;
  }
  header nav {
    position: relative;
    margin: 0 0 0 0;
    top: 0;
    left: 0;
    right: 0;
  }
  header nav #mobile-menu-bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fae8c2;
    text-align: right;
  }
  header nav #mobile-menu-bar span {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 0 0 0;
    padding: 10px;
    background: #1c1c1c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  header nav #mobile-menu-bar span i {
    display: block;
    height: 2px;
    width: 14px;
    background: #fae8c2;
    margin: 3px;
  }
  header nav ul {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  header nav ul li {
    margin: 0;
    display: block;
  }
  header nav ul li.middle-left {
    margin-right: 0;
  }
  header nav ul li.middle-right {
    margin-left: 0;
  }
  header nav ul li a,
  header nav ul li a:visited {
    width: 90%;
    margin: 0 5%;
    border-top: 1px solid #fae8c2;
    text-align: left;
    font-size: 130%;
    line-height: 1;
    padding: 15px 0;
  }
  header nav ul li:first-child a {
    border: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header #logo a {
    background: url('../images/img_keeling_logo_@2x.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* Footer Styles
================================================== */
footer {
  background: url('../images/bg_header_black.jpg');
  height: auto;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 50px 0;
  color: #fae8c2;
  text-transform: uppercase;
  text-align: center;
}
footer .border {
  height: 20px;
  width: 100%;
  background: url('../images/bg_header_red.jpg');
  margin-bottom: 50px;
}
footer .kdm-small {
  width: 30px;
  height: 30px;
  background: url('../images/img_kdm_small.png') no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
footer .social {
  margin: 30px 0 0 0;
}
footer .social ul,
footer .social li {
  margin: 0;
  padding: 0;
}
footer .social li {
  display: inline-block;
}
footer .social li a {
  color: #fae8c2;
  opacity: 1;
  display: block;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin: 20px 10px 0 10px;
  background-size: 20px 20px;
}
footer .social li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  footer .kdm-small {
    display: block;
    margin: 20px auto;
  }
}
/* Sidebar Styles
================================================== */
.widget {
  margin-bottom: 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  display: block;
  margin: 0;
}
.widget ul li a {
  display: block;
  padding: 10px;
}
.widget ul li[class*="cat-"] a {
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.widget ul .cat-freebies {
  background: url('../images/ico_gift_@2x.png') no-repeat left;
}
.widget ul .cat-tutorials {
  background: url('../images/ico_film_@2x.png') no-repeat left;
}
.widget ul .cat-news {
  background: url('../images/ico_news_@2x.png') no-repeat left;
}
.widget ul .cat-all {
  background: url('../images/ico_all_@2x.png') no-repeat left;
}
.widget ul li[class*="cat-"] {
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
/*---------------------------------------------------------------
  Media Queries
-------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .widget .cat-freebies {
    background: url('../images/ico_gift_@2x.png') no-repeat left;
  }
  .widget .cat-tutorials {
    background: url('../images/ico_film_@2x.png') no-repeat left;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  .widget .cat-news {
    background: url('../images/ico_news_@2x.png') no-repeat left;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
/* Blog Styles
================================================== */
/* Single Post
  ============================== */
.post-nav {
  text-transform: uppercase;
  font-weight: bold;
}
.post-nav a {
  border: none;
}
.post-nav .next {
  display: block;
  float: right;
}
.post-nav .previous {
  display: inline-block;
}
section.blog .featured-image {
  margin: 30px 0 0 0;
}
section.blog .featured-image img {
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.blog .title {
  color: #1c1c1c;
  color: #a92424;
  color: #fae8c2;
  color: #FFF;
  margin: 0 -30px 40px -30px;
  line-height: 1.2;
  font-size: 2.5em;
  padding: 0;
  background: url('../images/bg_header_red.jpg');
  position: relative;
  z-index: 3;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  padding: 30px 30px;
}
section.blog .title:before,
section.blog .title:after {
  display: none;
}
section.blog .date {
  display: block;
  opacity: 0.5;
  text-align: center;
  padding: 0 20px 20px 0;
  text-transform: uppercase;
  font-size: 16px;
}
section.blog-list ul.blog-list-items {
  margin: 0;
  padding: 20px 0 0 0;
}
section.blog-list ul.blog-list-items li {
  display: block;
  clear: both;
  padding: 10px 0 10px 190px;
}
section.blog-list ul.blog-list-items li h6 {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.5;
}
section.blog-list ul.blog-list-items li h6 a,
section.blog-list ul.blog-list-items li h6 a:visited {
  color: #a92424;
}
section.blog-list ul.blog-list-items li .date {
  color: #ba7a65;
  font-weight: bold;
  font-size: 10px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.blog-list ul.blog-list-items .featured-image {
  float: left;
  margin: 15px 0 0 -190px;
  border: #f2d4b2 10px solid;
  background: #f2d4b2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section.blog-list ul.blog-list-items .featured-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Comments
  ============================== */
.comments {
  margin: 0;
  padding: 0;
}
.comments li {
  display: block;
  padding: 30px;
  margin-bottom: 10px;
  background: #eac1a2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.comments li.alt {
  background: #f2d4b2;
}
.comments li:last-child {
  margin: 0;
}
.comments li.form p {
  margin: 0;
  line-height: 1.5;
  padding: 0;
}
.comments li form {
  margin: 0;
}
.comments p {
  margin: 0;
  padding: 10px 0;
}
.comments .comment-meta {
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 0 0 10px 0;
  margin-bottom: 0 0 10px 0;
}
.comments .comment-text {
  padding: 0 20px;
}
/* Media Queries
================================================== */
@media only screen and (max-width: 960px) {
  section.blog .featured-image {
    margin: 30px 0 -60px 0;
  }
  section.blog .title {
    border: 5px solid #c5a283;
  }
  section.blog .title span {
    border: 5px solid #c5a283;
  }
}
@media only screen and (max-width: 768px) {
  section.blog .featured-image {
    margin: 20px 0 -45px 0;
  }
  section.blog .title {
    border: 4px solid #c5a283;
  }
  section.blog .title span {
    border: 4px solid #c5a283;
  }
}
@media only screen and (max-width: 599px) {
  section.blog .featured-image {
    margin: 20px 0 -6px 0;
  }
  section.blog .featured-image img {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  section.blog .title {
    border: 4px solid #c5a283;
    margin: 0 -20px 10px -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  section.blog .title span {
    display: block;
    border: 4px solid #c5a283;
    width: 90%;
    margin: 0;
    border: 0;
    padding: 5%;
  }
  section.blog-list ul.blog-list-items {
    margin: 0;
  }
  section.blog-list ul.blog-list-items li {
    padding-left: 0;
  }
  section.blog-list ul.blog-list-items li h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }
  section.blog-list ul.blog-list-items li h6 a,
  section.blog-list ul.blog-list-items li h6 a:visited {
    color: #a92424;
  }
  section.blog-list ul.blog-list-items li .date {
    color: #ba7a65;
    font-weight: bold;
    font-size: 10px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
  }
  section.blog-list ul.blog-list-items .featured-image {
    float: none;
    margin: 0;
  }
  section.blog-list ul.blog-list-items .featured-image img {
    width: 100%;
    height: auto;
  }
  .comments li {
    padding: 20px;
  }
  .comments .comment-text {
    padding: 0 10px;
  }
}
/* Portfolio Styles
================================================== */
ul.portfolio {
  margin: 0 -15px;
  padding: 40px 0;
}
ul.portfolio li {
  display: block;
  float: left;
  margin: 15px ;
}
ul.portfolio li a {
  display: block;
  border: #f2d4b2 10px solid !important;
  background: #f2d4b2;
  width: 280px;
  height: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul.portfolio li a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
ul.portfolio:after {
  content: "";
  display: block;
  clear: both;
}
ul.portfolio-detail-list {
  margin: 0 -15px;
  padding: 40px 0;
}
ul.portfolio-detail-list li {
  display: inline-block;
  vertical-align: top;
  margin: 15px 15px 30px 15px;
  position: relative;
}
ul.portfolio-detail-list li a {
  display: block;
  border: #f2d4b2 10px solid !important;
  background: #f2d4b2;
  width: 280px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul.portfolio-detail-list li a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
ul.portfolio-detail-list li span {
  display: block;
  padding: 10px;
}
ul.portfolio-detail-list li span:before {
  display: block;
  font-weight: bold;
  color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
}
ul.portfolio-detail-list li .client {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #ba7a65;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
}
ul.portfolio-detail-list li .description {
  font-size: 12px;
}
ul.portfolio-detail-list li .link {
  text-transform: uppercase;
  position: absolute;
  bottom: -23px;
  width: 50px;
  text-align: center;
  left: 50%;
  margin-left: -40px;
  height: 12px;
  line-height: 12px;
  color: #fae8c2;
  background: url('../images/bg_header_red.jpg');
  border: 5px solid #c5a283;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul.portfolio-detail-list li .link:hover {
  color: #fcf1da;
}
.light ul.portfolio-detail-list li .link {
  border: 5px solid #f6eabf;
}
.portfolio-single .post-nav span a {
  position: fixed;
  width: 44px;
  height: 80px;
  z-index: 10;
  display: block;
  border: 0;
  text-indent: -9999px;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  opacity: .3;
}
.portfolio-single .post-nav span a:hover {
  opacity: 1;
}
.portfolio-single .post-nav .next a {
  right: 0;
  top: 44%;
  background: #fae8c2 url('../images/img_post_next.png') no-repeat 26px center;
  z-index: 10;
  display: block;
  text-indent: -9999px;
  padding: 20px 0 20px 30px;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.portfolio-single .post-nav .previous a {
  left: 0;
  top: 44%;
  background: #fae8c2 url('../images/img_post_previous.png') no-repeat 4px center;
  z-index: 10;
  display: block;
  padding: 20px 30px 20px 0;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.portfolio-single .light {
  overflow: hidden;
}
.portfolio-single .light:after {
  content: "";
  clear: both;
  display: block;
}
.portfolio-single .featured-image {
  text-align: center;
  padding: 30px 0;
}
.portfolio-single .featured-image image {
  width: auto;
  max-width: 100%;
  height: auto;
}
.portfolio-single h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 20px 0 60px 0;
}
.portfolio-single h6 {
  color: #1c1c1c;
}
.portfolio-single .client {
  float: right;
  width: 61%;
  padding: 0 3%;
}
.portfolio-single .description {
  float: left;
  width: 25%;
  padding: 20px 3%;
  background: #f2d4b2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.portfolio-single ul.images {
  clear: both;
  margin: 0 -20px;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.portfolio-single ul.images li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  width: 460px;
  border: 0;
  padding: 0;
}
.portfolio-single ul.images li img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(28, 28, 28, 0.3);
}
.portfolio-single ul.images li span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.portfolio-single ul.images li.full {
  width: auto;
  padding: 20px;
  margin: 0;
}
/*---------------------------------------------------------------
  Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  ul.portfolio {
    overflow: hidden;
  }
  ul.portfolio li a {
    width: 216px;
    height: auto;
  }
  ul.portfolio-detail-list {
    overflow: hidden;
  }
  ul.portfolio-detail-list li a {
    width: 216px;
  }
  .portfolio-single ul.images li {
    width: 364px;
  }
  .portfolio-single .post-nav {
    display: block;
  }
  .portfolio-single .post-nav span {
    display: block;
    width: 50%;
  }
  .portfolio-single .post-nav span a {
    position: relative;
    width: auto;
    height: auto;
    z-index: 10;
    display: block;
    text-indent: 0;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -ms-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    opacity: 1;
  }
  .portfolio-single .post-nav span a:hover {
    opacity: 1;
  }
  .portfolio-single .post-nav .next a {
    right: auto;
    top: auto;
    background: url('../images/img_post_next.png') no-repeat right center;
    z-index: 10;
    display: block;
    text-indent: 0;
    padding: 10px 40px 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .portfolio-single .post-nav .previous a {
    left: auto;
    top: auto;
    background: url('../images/img_post_previous.png') no-repeat left center;
    z-index: 10;
    display: block;
    padding: 10px 0 10px 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  ul.portfolio li a {
    width: 265px;
    height: auto;
  }
  ul.portfolio-detail-list {
    overflow: hidden;
  }
  ul.portfolio-detail-list li a {
    width: 265px;
  }
  .portfolio-single ul.images li {
    width: 280px;
  }
}
@media only screen and (max-width: 599px) {
  ul.portfolio li {
    text-align: center;
    float: none;
  }
  ul.portfolio li a {
    margin: 0 auto;
    width: 280px;
    height: auto;
  }
  ul.portfolio-detail-list {
    text-align: center;
  }
  ul.portfolio-detail-list li a {
    width: auto;
    max-width: 280px;
  }
  .portfolio-single h2 {
    font-size: 30px;
    padding: 0 0 20px 0;
  }
  .portfolio-single h2:before,
  .portfolio-single h2:after {
    content: '';
  }
  .portfolio-single .kdm-left-top {
    display: none;
  }
  .portfolio-single .client {
    float: none;
    width: auto;
    padding: 0;
  }
  .portfolio-single .description {
    float: none;
    width: auto;
  }
  .portfolio-single ul.images {
    margin: 0;
    padding: 0;
  }
  .portfolio-single ul.images li {
    width: auto;
  }
  .portfolio-single ul.images li img {
    border: 1px solid rgba(28, 28, 28, 0.3);
  }
}
/*---------------------------------------------------------------
	Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .slider {
    overflow: hidden;
  }
}
@media only screen and (max-width: 960px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .container {
    width: 768px;
  }
  .post-nav {
    padding: 0 0 30px 0;
  }
  .post-nav:after {
    display: block;
    clear: both;
    content: "";
  }
  .post-nav span a {
    position: relative;
    width: auto;
    height: auto;
    z-index: 10;
    display: block;
    -webkit-transition: 1s color;
    -moz-transition: 1s color;
    -ms-transition: 1s color;
    -o-transition: 1s color;
    transition: 1s color;
    opacity: 1;
  }
  .post-nav span a:hover {
    opacity: 1;
    color: #1c1c1c;
  }
  .post-nav .next a {
    right: auto;
    top: auto;
    float: right;
    background: none;
    text-indent: 0;
    z-index: 10;
    display: block;
    padding: 0;
  }
  .post-nav .previous a {
    left: auto;
    top: auto;
    float: left;
    text-indent: 0;
    background: none;
    z-index: 10;
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .container {
    width: 600px;
  }
  .sub-page.left-sidebar .col-main,
  .sub-page.left-sidebar .col-left {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  img.alignright,
  img.alignleft {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .hide-mobile {
    display: none;
  }
  .featured-image {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  h2.title {
    text-align: center;
  }
  h2.title:before {
    content: '';
  }
  h2.title:after {
    content: '';
  }
  .container {
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
  }
  .sub-page {
    padding: 20px;
  }
  .contact-email,
  .contact-regular,
  .contact-pay {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
}
/*# sourceMappingURL=layout.css.map */