/*
Theme Name:		Isabelle
Description:	WordPress theme by Bluchic
Version:		16.07
Author:			Bluchic
Author URI:		http://www.bluchic.com
Theme URI:		http://www.bluchic.com
License:		GPL
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			gray, pink, white, light, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, theme-options, threaded-comments, translation-ready
Text Domain:	ace
*/

/************************************************************************
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme in the future, you should not edit this file. Instead use a child theme to do your customization. You have been warned! :)
************************************************************************/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
main, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}
ins {background-color: #ff9; color: #000; text-decoration: none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {border-collapse: collapse; border-spacing: 0; padding: 5px; font-size: 1em; width: 100%; margin-bottom: 20px;}
tr, th, td, tbody, thead, tfoot {padding: 10px; vertical-align: top;}
th {background: #f0f0f0;}
dl {margin-bottom: 20px; line-height: 1.8em;}
dt {font-weight: bold;}
dd {font-style: italic; margin-bottom: 20px;}
input, select {vertical-align: middle;}
:focus {outline: 0;}
hr {background: none; border: none; margin: 10px 0; border-bottom: 1px solid #ccc; clear: both;}
code {font-size: 1.1em;}
code {display: inline-block; border: 1px solid #eee; font-size: 0.9em; padding: 0 3px;}
pre {overflow: auto; font-family: 'courier new', courier, monospace; font-size: 0.85em; padding: 10px;  border: 1px solid #ccc;}
html {-webkit-font-smoothing: antialiased;}
@-webkit-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-moz-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@-o-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
@keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }
body {-webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear;}
html, body {overflow-x: hidden;}

/* Overall */
body {font: 400 1em/2em 'Lato', Lucida Sans Unicode, Lucida Grande, Verdana, Tahoma, Arial, Sans-serif; color: #666; background: #fff; -ms-word-wrap: break-word; word-wrap: break-word;}
body p {margin-bottom: 20px;}
.container:after,
.section:after,
.section-wide:after,
.article:after,
.aside:after {content: ''; clear: both; display: block; height: 0;}
.back-top {display: none; font-size: 2em; color: #000; position: fixed; bottom: 10px; right: 10px; cursor: pointer; z-index: 9999;}
.blank-page-template {margin: 0 auto !important;}

/* hgroup */
h1,
h2,
h3,
h4,
h5,
h6 {line-height: 1.2em; margin-bottom: 15px; font-weight: 400;}
h1 {font-size: 2em; color: #ffcfcf;}
h2 {font-size: 1.8em; color: #ffcfcf;}
h3 {font-size: 1.6em; color: #ffcfcf;}
h4 {font-size: 1.4em; color: #333;}
h5 {font-size: 1.2em; color: #555;}
h6 {font-size: 1em; color: #555;}

/* Links */
a {color: #fc7988; text-decoration: none; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
a:active {color: #000;}
a:hover {color: #333;}

/* .header-banner */
.header-banner {margin: 20px auto; text-align: center;}

/* .nav */
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_item > a,
.nav .current_page_ancestor > a {text-decoration: underline;}

.nav li {display: inline-block; float: left; position: relative; z-index: 100;}

.nav ul li.has-sub > a {background-image: url('images/menu_down.gif'); background-repeat: no-repeat; background-position: right center;}
.nav ul ul li.has-sub > a {background-image: url('images/menu_right.gif'); background-repeat: no-repeat; background-position: right center;}

.nav ul ul a {}

.nav ul ul {position: absolute; width: 200px; background: #ffecec; z-index: 1000;}
.nav ul ul li {display: block; float: none;}
.nav ul ul ul {position: absolute; left: 200px; top: 0;}

.nav li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible;
  height: auto;
  z-index: 9999;
 /*
 -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out;
 */}

.nav ul ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  /*
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  */
  zoom: 0;
  visibility: hidden;
  height: 0;
}

/********** .newsletter-section **********/
.newsletter-section {clear: both; background: #ffecec; padding: 20px; margin: 0 30px; text-align: center;}
.newsletter-section p {margin: 0;}
.newsletter-section input[type=text],
.newsletter-section input[type=email]{padding: 10px; width: 25%; font-size: 1.1em; -webkit-box-shadow: none; box-shadow: none;}
.newsletter-section input[type=text]:focus,
.newsletter-section input[type=email]:focus {border: 1px solid #888; -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2); box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);}
.newsletter-section button,
.newsletter-section input[type=submit]{padding: 10px; font-size: 1.1em;}
.newsletter-section-form {}
.newsletter-section-form-input {}
.newsletter-section-form-button {}

/* .article */
.article {margin-bottom: 50px; overflow: hidden; clear: both;}
.article-page {position: relative !important; overflow: visible !important; margin-bottom: 0 !important;}
.article-list {width: 47%; margin: 1% 1% 30px 1%; float: none !important; vertical-align: top; display: inline-block;}
.sticky {}
.article .post-thumb {padding: 2px; border: 1px solid #ddd;}
.article .post-thumbnail {border: 0;}
.article .post-header {margin-bottom: 20px;}
.article .post-title {font-size: 1.4em; font-weight: 700; text-transform: uppercase; color: #333; margin-bottom: 5px; line-height: 1.2em; letter-spacing: 1px;}
.article .post-title a {color: #333;}
.article .post-title a:hover {color: #fc7988;}
.article .post-category {display: inline-block; background: #fde3e6; color: #666; padding: 5px 10px; font-size: .85em; margin-bottom: 15px; line-height: 1.2em;}
.article .post-category a {color: #666;}
.article .post-meta {clear: both; border-top: 1px solid #fde3e6; border-bottom: 1px solid #fde3e6; font-size: .85em; text-transform: uppercase; padding: 8px 0; color: #7a7a7a;}

.article .archives {overflow: hidden; clear: both; padding: 10px 0;}
.article .archives .archives-box {width: 45%; float: left; padding: 2px;}

/* .article misc */
.article blockquote {display: block; clear: both; margin: 20px 0; padding: 0 20px 0 40px; background: url('images/blockquote.png') no-repeat 0 0; font-style: italic; color: #888;}
.article blockquote p {padding: 0;}
.article ul {margin: 0 0 20px 45px; list-style: circle outside;}
.article ol {margin: 0 0 20px 45px; list-style: decimal outside;}
.article li {margin: 3px 0; line-height: 1.8em;}
.article .post-author-bio {line-height: 1.8em; clear: both; overflow: hidden; background: #f9f9f9; border: 1px solid #ddd; padding: 20px; margin-bottom: 20px;}

.pagetitle {padding: 20px 0; font-size: 1em; color: #999; text-transform: uppercase; letter-spacing: .2em;}
.pagetitle-desc {font-size: .9em; font-style: italic;}

.page-pagination {clear: both; padding: 5px 0; line-height: 1em;}
.page-pagination .page-pagination-title {font-weight: bold;}
.page-pagination .page-pagination-number {display: inline-block; border: 1px solid #ccc; padding: 5px 8px;}
.page-pagination a .page-pagination-number {}
.page-pagination a .page-pagination-number:hover {}

.pagination {clear: both; font-weight: 700; text-transform: uppercase; padding: 10px; margin: 20px 0 40px 0; overflow: hidden; list-style: none; border: 5px solid #efefef;}
.pagination p {margin: 0;}
.pagination a:hover,
.pagination .current {padding: 5px 10px; background: #efefef;}
.pagination a {padding: 5px 10px;}

.post-footer {clear: both; padding: 10px 0;}
.post-footer p {margin-bottom: 10px;}
.post-footer h5 {margin-top: 20px; font-size: 1.3em; text-transform: uppercase; text-align: center;}
.post-footer ul.post-related {margin: 0; padding: 10px 0 20px 0; list-style: none; overflow: hidden; border-bottom: 1px solid #ddd;}
.post-footer ul.post-related li {float: left; width: 16%; padding: 1%; margin: 0 1%; text-align: center; font-size: .8em;}
.post-footer ul.post-related li img {padding: 3px; border: 1px solid #ddd; display: block; margin: 0 auto;} 
.post-footer ul {margin: 0; list-style: none;}
.post-footer ul li {margin: 5px 0;}

.post-banner {margin: 20px auto;}

ul.post-related {list-style: none;}

ul.post-info-meta {color: #888; padding: 0;}
ul.post-info-meta li {list-style: none; float: left;}

.footer-navi {clear: both; overflow: hidden; padding: 0 0 15px 0; border-bottom: 1px solid #ddd;}
.footer-navi li.previous {float: left;}
.footer-navi li.next {float: right;}

/********** .post-content **********/
.post-content {}
.post-content #mc-embedded-subscribe-form {margin: 30px auto; padding: 30px; width: 80%; border: 1px solid #eee; text-align: center;}
.post-content #mc-embedded-subscribe-form .mc-field-group input {width: 80%; padding: 2%; text-align: center;}

/* .gallery */
.gallery {clear: both; overflow: hidden; margin: 15px 0;}
.gallery .gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {}
.gallery dl {margin: 0;}
.gallery a {padding: 5px; display: block;}
.gallery a img {max-width: 100%; height: auto; border: none !important;}
.gallery-caption {font-size: .9em;}

/* .side-widget */
.side-widget {border: 5px solid #fce2e5; padding: 40px 20px 20px 20px; margin-bottom: 40px; overflow: hidden; clear: both;}
.textwidget {overflow: hidden; margin-bottom: 10px; clear: both;}
.side-widget h3 {font-size: 1.1em; font-weight: 400; color: #7a7a7a; letter-spacing: 1px; text-transform: uppercase; text-align: center;}
.side-widget select {width: 90%;}
.side-widget ol,
.side-widget ul {clear: both; list-style: none;}
.side-widget ol.children,
.side-widget ul.children {clear: both; list-style: none; margin-left: 20px;}
.side-widget ol li,
.side-widget ul li {margin: 5px 0; padding: 5px 0; line-height: 1.8em; border-bottom: 1px solid #efefef;}

/* .sideform */
.sideform {clear: both; overflow: hidden; text-align: center;}
.sidetext {width: 60%; margin: 2px auto; color: #888; border: 1px solid #bbb;}
.sideform .input-button {padding: 8px 10px;}

/***** WIDGET *****/
/* .location */
.location {}
.location li {}
.location li.address {background: url('images/info_icons.png') no-repeat 0 -91px; border-bottom: none; padding-left: 30px;}
.location li.email {background: url('images/info_icons.png') no-repeat 0 10px; border-bottom: none; padding-left: 30px;}
.location li.phone {background: url('images/info_icons.png') no-repeat 0 -23px; border-bottom: none; padding-left: 30px;}
.location li.fax {background: url('images/info_icons.png') no-repeat 0 -55px; border-bottom: none; padding-left: 30px;}

/********** .featured-widgets **********/
.featured-widget-area {width: 100%; text-align: center; margin: 20px auto; clear: both;}
.featured-widget-area .featured-widget:first-child {display: inline-block; width: 31%; margin: 1% 0; vertical-align: top;}
.featured-widget-area .featured-widget {display: inline-block; width: 31%; margin: 1% 0 1% 1%; vertical-align: top;}
.featured-widgets {display: block; position: relative;}
.featured-widgets img {display: block; margin: 0 auto;}
.featured-widgets h3 {position: absolute; top: 50%; left: 10%; right: 10%; margin-top: -5%; font: 300 1.05em/1em 'Lato', Arial, Verdana, Tahoma, Sans-serif; padding: 5px 0; color: #000; background-color: rgba(255, 255, 255, .8); text-align: center; text-transform: uppercase; font-size: .8em; letter-spacing: .1em;}
.featured-widgets .featured-widgets-title {padding: 20px;}

/* #mc-embedded-subscribe-form */
.side-widget #mc-embedded-subscribe-form {text-align: center;}
.side-widget #mc-embedded-subscribe-form h2 {font-size: 1.2em;}
.side-widget #mc-embedded-subscribe-form .indicates-required {font-size: .9em; font-style: italic;}
.side-widget #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
.side-widget #mc-embedded-subscribe-form .mc-field-group {clear: both; margin: 5px 0 5px 0;}
.side-widget #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
.side-widget #mc-embedded-subscribe-form .mc-field-group input {width: 90%; padding: 3%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
.side-widget #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
.side-widget #mc-embedded-subscribe-form #mc-embedded-subscribe {width: 96%; padding: 4%;}
.side-widget #mc-embedded-subscribe-form .clear {}

/* .social-icons */
ul.social-icons {text-align: center;}
ul.social-icons li {display: inline-block; border: none !important; list-style: none;}
.social-twitter,
.social-facebook,
.social-email,
.social-rss,
.social-google,
.social-flickr,
.social-linkedin,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-pinterest,
.social-bloglovin,
.social-tumblr {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons.png') no-repeat; text-indent: -9999px;}
.social-twitter {background-position: 0 0; background-color: #ccc; margin-right: 10px;}
.social-facebook {background-position: 0 -68px; margin-right: 10px;}
.social-email {background-position: 0 -136px; margin-right: 10px;}
.social-rss {background-position: 0 -204px;}
.social-google {background-position: 0 -272px; margin-right: 10px;}
.social-flickr {background-position: 0 -340px; margin-right: 10px;}
.social-linkedin {background-position: 0 -408px; margin-right: 10px;}
.social-youtube {background-position: 0 -476px; margin-right: 10px;}
.social-vimeo {background-position: 0 -544px; margin-right: 10px;}
.social-instagram {background-position: 0 -612px; margin-right: 10px;}
.social-bloglovin {background-position: 0 -680px; margin-right: 10px;}
.social-pinterest {background-position: 0 -749px; margin-right: 10px;}
.social-tumblr {background-position: 0 -807px; margin-right: 10px;}

/* .footer */
.footer-widget h4 {font-size: 1.1em; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; color: #7a7a7a;}
.footer-widget ol,
.footer-widget ul {clear: both; list-style: none;}
.footer-widget ol li,
.footer-widget ul li {margin: 5px 0; padding: 5px 0; line-height: 1.8em; border-bottom: 1px solid #efefef;}
.footer-widget select {width: 98%; color: #888; margin: 5px 0; padding: 3px;}
.footer-widget p {margin-bottom: 10px; line-height: 1.8em;}

/********** .footer-instagram **********/
.footer-instagram {clear: both;}
.footer-instagram-widget {width: 100%;}
.footer-instagram-widget h4 {text-align: center;}
.footer-instagram-widget #ace-instafeed .insta-img {width: 10%; margin: 0;}

/* .comment-box */
.comment-box {clear: both; margin-top: 20px; padding: 0 10px; overflow: hidden;}
.comment-box h4 {font-size: 1.4em; margin: 10px 0;}
#commentform label {display: inline-block; margin: 0; vertical-align: top;}
#respond {padding: 10px; background: #fff;}
p.comment-inputs {margin-bottom: 10px;}
.required-input {color: #f00;}
.comment-input {width: 50%;}
.comment-textarea {width: 95%; height: 80px;}
.comment-input,
.comment-textarea {}
.avatar {margin-right: 20px; float: left; border: 1px solid #999;}
.comment-meta {clear: both; overflow: hidden;}
.comment-meta h6 {font-size: 1em; margin-bottom: 3px;}
.comment-meta small {font-style: italic; color: #999; font-size: .85em;}
ol.commentlist {margin: 0;}
ol.commentlist li {border-bottom: 1px solid #ddd; margin-bottom: 20px; list-style: none;}
ol.commentlist li p {padding: 5px 0; margin: 0 0 10px 55px; line-height: 1.8em;}
ol.commentlist li ul {padding: 0;}
ol.commentlist li ul.children li {border: none; border-left: 1px solid #ddd; padding: 0 0 0 30px; margin: 0; list-style: none;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist .parent {}
ol.commentlist .comment-content {overflow: hidden;}
ol.commentlist .comment {overflow: hidden; padding: 10px 0;}
ol.commentlist .children {}
ol.commentlist .pingback {}
ol.commentlist .bypostauthor {}
ol.commentlist .comment-author {}
ol.commentlist .comment-author-admin {}
ol.commentlist .alt {}
ol.commentlist .odd {}
ol.commentlist .even {}
ol.commentlist .thread-alt {}
ol.commentlist .thread-odd {}
ol.commentlist .thread-even {}
ol.commentlist li ul.children .alt {}
ol.commentlist li ul.children .odd {}
ol.commentlist li ul.children .even {}
ol.commentlist .vcard {}
ol.commentlist .vcard cite.fn {}
ol.commentlist .vcard span.says {}
ol.commentlist .vcard img.photo {}
ol.commentlist .vcard img.avatar {}
ol.commentlist .vcard cite.fn a.url {}
a.comment-reply-link {background: #fc7988; color: #fff; padding: 2px 5px; font: normal .75em Verdana, Tahoma, Arial, San-serif;}
a#cancel-comment-reply-link {background: #fc7988; color: #fff; padding: 2px 5px; font: normal .5em Verdana, Tahoma, Arial, San-serif;}
a.comment-reply-link {float: right;}
.comment-pagination {clear: both; overflow: hidden; margin: 10px 0;}

/* #wp-calendar */
#wp-calendar {text-align: center; width: 100%; font-size: .9em; background: #fff;}
#wp-calendar caption {font-weight: bold; background: #fff; text-align: center; padding: 5px 0; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
#wp-calendar th {font-style: normal; text-transform: capitalize; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar td {font-style: normal; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar tr {border-top: 1px solid #eee; border-left: 1px solid #eee;}
#wp-calendar tfoot td {border-bottom: 1px solid #eee;}

/* img */
img {max-width: 100%; height: auto;}
img.aligncenter {display: block; margin: 0 auto 10px auto;}
img.alignright {display: inline; margin: 0 0 10px 20px;}
img.alignleft {display: inline; margin: 0 20px 10px 0;}
.aligncenter,
.centered {display: block; margin: 0 auto 10px auto;}
.alignleft {float: left; margin: 0 20px 10px 0;}
.alignright {float: right; margin: 0 0 10px 20px;}
.attachment-caption {text-align: center; font-weight: 700;}
.attachment-desc {text-align: center;}

/* .wp-caption */
.aligncenter,
div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {background: #efefef; padding: 1%; text-align: center; max-width: 96%;}
.wp-caption img {border: 0;}
.wp-caption .wp-caption-text {font-size: 0.85em; line-height: 1.2em; padding: 3px 0; margin: 0;}

/* .screen-reader-text */
.screen-reader-text {display: none;}
.screen-reader-text:focus {}

/* Input and label */
select:focus,
textarea:focus,
input:focus {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}

label {display: inline-block; margin-right: 20px; vertical-align: top;}
select,
textarea,
input {border: 1px solid #ccc; color: #888; padding: 8px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
input[type=submit] {border: 1px solid #ddd; color: #555; cursor: pointer; padding: 8px 10px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
input[type=submit]:hover {border: 1px solid #aaa;
 -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.input-button {border: 1px solid #ccc; color: #555; cursor: pointer; background: #eee; padding: 4px 10px 6px 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.input-button:hover {border: 1px solid #aaa; background: #ccc;}

/* Misc */
.side-widget ul:last-child,
.side-widget ol:last-child,
.side-widget dl:last-child {margin: 0;}
.hidden {display: none;}
.success {color: #159776;}
.error {color: #d70a16;}
.require {color: #d70a16; }
.focused {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}
.highlight {background: #efefef; padding: 0 2px;}
.button {padding: 1px 5px;}
.fade {filter: alpha(opacity=50); opacity: .5;}
.clearfix {clear: both; height: 10px;}
.split-columns {width: 100%; margin-bottom: 20px;}
.split-columns:after {content: ''; height: 10px; display: block; clear: both;}
.shadow {-webkit-box-shadow: 0 0 5px 0 #aaa; box-shadow: 0 0 5px 0 #aaa;}
.transparency {background-color: rgba(255, 255, 255, .8);}
.noborder,
.noborder tbody,
.noborder thead,
.noborder tfoot,
.noborder tr,
.noborder td,
.noborder th {border: none;}
.radius-50 {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.radius-30 {-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
.radius-20 {-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
.radius-10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.radius-8 {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.radius-4 {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.radius-2 {-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.width-100 {width: 100%;}
.width-95 {width: 95%;}
.width-90 {width: 90%;}
.width-85 {width: 85%;}
.width-80 {width: 80%;}
.width-75 {width: 75%;}
.width-70 {width: 70%;}
.width-65 {width: 65%;}
.width-60 {width: 60%;}
.width-55 {width: 55%;}
.width-50 {width: 50%;}
.width-45 {width: 45%;}
.width-40 {width: 40%;}
.width-35 {width: 35%;}
.width-30 {width: 30%;}
.width-25 {width: 25%;}
.width-20 {width: 20%;}
.width-15 {width: 15%;}
.width-10 {width: 10%;}

/* Shortcodes */
.tooltip {cursor: pointer; border-bottom: 1px dashed #ccc;}
.tooltip:hover span.tip {margin-left: 20px; opacity: 1; display: inline-block; border: 1px solid #ddd; background: #fff; padding: 5px 10px; color: #333; font-size: .9em;}
.tip {position: absolute; margin-left: -9999em; opacity: 0; max-width: 300px; z-index: 1000;}
.tip:before {position: absolute; top: 5px; display: inline-block; border-top: 6px solid transparent; border-right:6px solid #555; border-bottom: 6px solid transparent; left: -6px; content: '';}
.tip:after {position: absolute; top: 5px; display: inline-block; border-top: 6px solid transparent; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: -6px; content: '';}

.dropcap-letter {font-size: 3em; line-height: .9em;}

.full-width-bar {margin: 0 -999em 40px -999em; padding: 40px 999em; position: relative; line-height: 1.8em;}

.accordion-wrap {position: relative;}
.accordion-title {padding: 10px 10px 10px 30px; font-weight: 400; background: #fce2e5 url('images/accordion_closed.gif') no-repeat 10px 12px; color: #333; cursor: pointer; margin-bottom: 5px; line-height: 1em;}
.accordion-open {background: #888 url('images/accordion_opened.gif') no-repeat 10px 15px; color: #fff;}
.accordion-content {padding-bottom: 15px; width: 100%; line-height: 1.8em;}

.post-button {display: inline-block; line-height: 1em; padding: 8px 10px; color: #333; background: #fce2e5;}
.post-button:hover {background: #888; color: #fff;}

#contact-form {overflow: hidden;}
.contact-form-text {width: 90%; margin-bottom: 10px;}
.contact-form-textarea {width: 90%; height: 150px; margin-bottom: 10px;}
.notification_error {font-size: .9em; border: 1px solid #ffe432; background: #fff3a0; padding: 5px;}
.contact-form-sending {display: inline-block; width: 16px; height: 16px; background: url('images/loading.gif') no-repeat 0 0; text-indent: -9999em;}

.pullquote {font-size: 1.4em;}

.warning,
.question,
.disclaim {display: block; padding: 10px 10px 10px 30px; overflow: hidden; line-height: 1.8em;}
.warning {border: 1px solid #eed3d7; background: #f2dede url('images/warning.png') no-repeat 5px 12px; color: #b94a48;}
.question {border: 1px solid #bce8f1; background: #d9edf7 url('images/question.png') no-repeat 5px 12px; color: #3a87ad;}
.disclaim {border: 1px solid #fbeee0; background: #fcf8e3 url('images/disclaim.png') no-repeat 5px 12px; color: #c09853;}

.warning p:last-child,
.question p:last-child,
.disclaim p:last-child,
.warning ul:last-child,
.question ol:last-child,
.disclaim dl:last-child {margin: 0;}

.left,
.right,
.col1,
.col2,
.col3,
.col3-2,
.col3-1,
.col4-1,
.col4-2,
.col4-3,
.col4-4,
.col5-1,
.col5-2,
.col5-3,
.col5-4,
.col5-5 {margin-bottom: 20px;}

.left {width: 48%; float: left; line-height: 1.8em;}
.right {width: 48%; float: right; line-height: 1.8em;}

.col1,
.col2 {width: 30%; margin-right: 5%; float: left; line-height: 1.8em;}
.col3 {width: 30%; float: right; line-height: 1.8em;}

.col3-2 {width: 64%; float: left; line-height: 1.8em;}
.col3-1 {width: 32%; float: right; line-height: 1.8em;}

.col4-1,
.col4-2,
.col4-3 {width: 22%; margin-right: 4%; float: left; line-height: 1.8em;}
.col4-4 {width: 22%; float: right; line-height: 1.8em;}

.col5-1 {width: 18%; float: left; line-height: 1.8em;}
.col5-2,
.col5-3,
.col5-4 {width: 18%; margin: 0 0 0 2%; float: left; line-height: 1.8em;}
.col5-5 {width: 18%; float: right; line-height: 1.8em;}

.sc-slide {position: relative; overflow: hidden; width: 100%; margin: 0 0 20px 0; padding: 0;}

.rslides {position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0 !important; list-style: none !important;}
.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.rslides li:first-child {position: relative; display: block; float: left;}
.rslides li p.caption {background: #000; zoom: 1;}
.rslides li p.caption {text-align: center; font-size: .9em; margin: 0; position: absolute; bottom: 0; background: rgba(0,0,0,.5); color: #fff; width: 96%; z-index: 8; padding: 2%; opacity: .8; text-align: left !important;}
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}

.sc-slide .next {position: absolute; top: 40%; right: 0; display: block; z-index: 999; font-size: 3em; cursor: pointer;}
.sc-slide .prev {position: absolute; top: 40%; left: 0; display: block; z-index: 999; font-size: 3em; cursor: pointer;}
.sc-slide .next .fa,
.sc-slide .prev .fa {background: #000; color: #fff; padding: 5px 15px;}

.sc-slide {margin: 0 0 20px 0;}
.sc-slide .rslides_tabs {list-style: none; margin: 0; text-align: center;}
.sc-slide .rslides_tabs li {display: inline-block; text-align: center;}
.sc-slide .rslides_tabs li a {display: block; width: 16px; height: 16px; margin: 5px; background: #eee; text-indent: -9999em; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.sc-slide .rslides_tabs li.rslides_here a {background: #000;}

table.variations tr,
table.variations td {border: 0px solid transparent !important;}

/* Jetpack */
.jetpack_subscription_widget {text-align: center;}
.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {margin-bottom: 10px;}
.jetpack_subscription_widget #subscribe-email input {width: 85%; padding: 4%;}
.jetpack_subscription_widget #subscribe-submit input {width: 95%;}

/********** 404 **********/
.not-found-title {text-align: center; font-size: 4em; padding: 30px 0;}
.not-found-text {text-align: center;}
@-webkit-keyframes shaking {0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.shake:hover,
.shake:focus {-webkit-animation-name: shaking; -webkit-animation-duration: 0.8s; -webkit-transform-origin:50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;}

/********** @media **********/
@media all and (max-width: 480px) {

  /* Overall */
  .container {margin: 0 auto; width: 90%; overflow: hidden; background: #fff;}
  .header {width: 100%; margin: 0 auto; border-bottom: 1px solid #ffecec;}
  .section,
  .aside,
  .section-wide {clear: both; width: 100%; margin: 3% auto;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 100%; border-top: 10px solid #ffecec;}

  /* .header */
  .header-icons {clear: both; width: 100%; overflow: hidden; padding: 10px 0; border-bottom: 1px solid #efefef;}
  ul.header-icons-list {float: right; list-style: none;}
  ul.header-icons-list li {float: left;}
  ul.header-icons-list li a {padding: 0;}
  ul.header-icons-list li .nav-twitter,
  ul.header-icons-list li .nav-facebook,
  ul.header-icons-list li .nav-pinterest,
  ul.header-icons-list li .nav-instagram,
  ul.header-icons-list li .nav-google,
  ul.header-icons-list li .nav-flickr,
  ul.header-icons-list li .nav-linkedin,
  ul.header-icons-list li .nav-youtube,
  ul.header-icons-list li .nav-vimeo,
  ul.header-icons-list li .nav-bloglovin,
  ul.header-icons-list li .nav-tumblr,
  ul.header-icons-list li .nav-rss,
  ul.header-icons-list li .nav-email {display: block; width: 24px; height: 24px; margin: 5px; text-indent: -9999em;}
  ul.header-icons-list li .nav-twitter {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: 0 0;}
  ul.header-icons-list li .nav-facebook {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -34px 0;}
  ul.header-icons-list li .nav-pinterest {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -68px 0;}
  ul.header-icons-list li .nav-instagram {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -102px 0;}
  ul.header-icons-list li .nav-google {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -137px 0;}
  ul.header-icons-list li .nav-flickr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -179px 0;}
  ul.header-icons-list li .nav-linkedin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -221px 0;}
  ul.header-icons-list li .nav-youtube {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -262px 0;}
  ul.header-icons-list li .nav-vimeo {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -304px 0;}
  ul.header-icons-list li .nav-bloglovin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -344px 0;}
  ul.header-icons-list li .nav-tumblr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -466px 0;}
  ul.header-icons-list li .nav-rss {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -386px 0;}
  ul.header-icons-list li .nav-email {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -427px 0;}

  /* .header */
  .header h1,
  .header h5 {font: 400 2em 'Elsie', Georgia, Times, Serif, cursive; text-transform: uppercase; text-align: center; margin: 40px 0 0 0; letter-spacing: .15em;}
  .header-title {display: block; margin: 0 auto;}
  .header-title:hover {text-decoration: none;}
  .header-desc {font-size: .8em; text-align: center; text-transform: uppercase; letter-spacing: .1em; color: #ccc; margin-bottom: 40px;}

  /* .nav */
  .tinynav {display: block; background: #fff; width: 96%; height: 30px; margin: 0 auto;}
  .is-sticky .nav {width: 96% !important; left: 0; right: 0; z-index: 999999;}
  .nav {padding: 2%; text-transform: uppercase; background: #ffecec; margin-bottom: 5px; position: relative; display: inline-block; text-align: center; width: 96%; clear: both; line-height: 1em; font-weight: 400;}
  .nav ul {list-style: none; display: none; text-align: left;}
  .nav a {display: block; padding: 15px 10px; color: #343434;}
  .nav a:hover {color: #222;}

  /* .flexslider */
  .flexslider {width: 92%; margin: 3% auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
  .flexslider .flexslides {zoom: 1;}
  .flexslider .flexslides > li {position: relative; overflow: hidden;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {display: none; background: #000; zoom: 1;}
  .flex-caption {position: absolute; bottom: 0; background: rgba(0,0,0,.9); color: #fff; width: 97%; z-index: 8; padding: 2%; opacity: .8; text-align: left !important;}
  .flex-caption h3 {font-weight :700; text-transform: uppercase; color: #fff; margin: 0;}
  .flex-caption p {margin: 0;}
  .flex-caption a,
  .flex-caption a:hover {color: #fff;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 30%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat -64px 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 30%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat 0 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}

  /********** .newsletter-section **********/
  .newsletter-section {background: #ffecec; padding: 5%; margin: 0 auto; width: 90%; text-align: center;}
  .newsletter-section input[type=text],
  .newsletter-section input[type=email]{padding: 10px; width: 80%; font-size: 1.1em; margin-bottom: 10px; -webkit-box-shadow: none; box-shadow: none;}

  /* .article */
  .article-list {width: 98%; margin: 1% 1% 30px 1%; float: none;}
  
  /* .article misc */
  .breadcrumb {width: 92%; padding: 1%; margin: 20px auto; font-size: .85em; background: #fafafa; border: 1px solid #eee;}

  /* .footer */
  .footer-inner {overflow: hidden; line-height: 1.8em; text-align: center;}
  .footer-widget {clear: both; display: block; padding: 1% 3%; margin-bottom: 30px; text-align: left;}
  p.footer-copy {background: #efefef; width: 90%; clear: both; text-align: center; font-size: .9em; overflow: hidden; padding: 20px; margin: 0 auto;}
  p.footer-copy .footer-credit {}

  /********** .featured-widgets **********/
  .featured-widget-area .featured-widget:first-child,
  .featured-widget-area .featured-widget {display: block; width: 98%; margin: 2% auto; vertical-align: top;}

  /* .footer-instagram */
  .footer-instagram-widget #ace-instafeed .insta-img {width: 20%; margin: 0;}

  /* Shortcodes */
  .left,
  .right,
  .col1,
  .col2,
  .col3,
  .col3-2,
  .col3-1,
  .col4-1,
  .col4-2,
  .col4-3,
  .col4-4,
  .col5-1,
  .col5-2,
  .col5-3,
  .col5-4,
  .col5-5 {float: none; width: 100%; clear: both; line-height: 1.8em;}

  .pullquote {width: 85% !important;}

  .sc-slide {position: relative; overflow: hidden; width: 100% !important; height: auto !important; margin: 0 0 20px 0; padding: 0;}

  /* WooCommerce */
  .col2-set {}
  .col2-set .col-1 {clear: both; width: 100% !important;}
  .col2-set .col-2 {clear: both; width: 100% !important;}
  .product .images,
  .product .summary {clear: both; width: 100% !important;}
  div.product .woocommerce_tabs ul.tabs li a,
  #content div.product .woocommerce_tabs ul.tabs li a,
  div.product .woocommerce_tabs ul.tabs li.active a,
  #content div.product .woocommerce_tabs ul.tabs li.active a {font-size: 0.8em;}
  
  .woocommerce ul.products li,
  .woocommerce-page ul.products li {clear: both !important; width: 100% !important;}

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {display: none;}
  
  .woocommerce table.cart .product-remove,
  .woocommerce-page table.cart .product-remove,
  .woocommerce #content table.cart .product-remove,
  .woocommerce-page #content table.cart .product-remove {display: none;}

  .woocommerce table.cart td.actions .button.alt,
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce #content table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {margin-top: 10px;}

}

/********** @media **********/
@media all and (min-width: 481px) and (max-width: 1199px) {

  /* Overall */
  .container {margin: 0 auto; width: 94%; overflow: hidden; background: #fff;}
  .header {width: 90%; margin: 0 auto; border-bottom: 1px solid #ffecec;}
  .section {float: left; width: 60%; margin: 2%;}
  .section-wide {clear: both; width: 94%; margin: 2% auto;}
  .aside {float: right; width: 30%; margin: 2%;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 94%; border-top: 10px solid #ffecec;}

  /* .header */
  .header-icons {clear: both; width: 100%; overflow: hidden; padding: 10px 0; border-bottom: 1px solid #efefef;}
  ul.header-icons-list {float: right; list-style: none;}
  ul.header-icons-list li {float: left;}
  ul.header-icons-list li a {padding: 0;}
  ul.header-icons-list li .nav-twitter,
  ul.header-icons-list li .nav-facebook,
  ul.header-icons-list li .nav-pinterest,
  ul.header-icons-list li .nav-instagram,
  ul.header-icons-list li .nav-google,
  ul.header-icons-list li .nav-flickr,
  ul.header-icons-list li .nav-linkedin,
  ul.header-icons-list li .nav-youtube,
  ul.header-icons-list li .nav-vimeo,
  ul.header-icons-list li .nav-bloglovin,
  ul.header-icons-list li .nav-tumblr,
  ul.header-icons-list li .nav-rss,
  ul.header-icons-list li .nav-email {display: block; width: 24px; height: 24px; margin-right: 10px; text-indent: -9999em;}
  ul.header-icons-list li .nav-twitter {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: 0 0;}
  ul.header-icons-list li .nav-facebook {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -34px 0;}
  ul.header-icons-list li .nav-pinterest {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -68px 0;}
  ul.header-icons-list li .nav-instagram {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -102px 0;}
  ul.header-icons-list li .nav-google {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -137px 0;}
  ul.header-icons-list li .nav-flickr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -179px 0;}
  ul.header-icons-list li .nav-linkedin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -221px 0;}
  ul.header-icons-list li .nav-youtube {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -262px 0;}
  ul.header-icons-list li .nav-vimeo {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -304px 0;}
  ul.header-icons-list li .nav-bloglovin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -344px 0;}
  ul.header-icons-list li .nav-tumblr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -466px 0;}
  ul.header-icons-list li .nav-rss {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -386px 0;}
  ul.header-icons-list li .nav-email {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -427px 0;}

  /* .header */
  .header h1,
  .header h5 {font: 400 3em 'Elsie', Georgia, Times, Serif, cursive; text-transform: uppercase; text-align: center; margin: 40px 0 0 0; letter-spacing: .15em;}
  .header-title {display: block; margin: 0 auto;}
  .header-title:hover {text-decoration: none;}
  .header-desc {font-size: 1em; text-align: center; text-transform: uppercase; letter-spacing: .1em; color: #ccc; margin-bottom: 40px;}

  /* .nav */
  .tinynav {display: none;}
  .is-sticky .nav {width: 100% !important; left: 0; right: 0; z-index: 999999;}
  .nav {text-transform: uppercase; background: #ffecec; margin-bottom: 5px; position: relative; display: inline-block; text-align: center; width: 100%; clear: both; line-height: 1em; font-weight: 400; font-size: .95em;}
  .nav ul {list-style: none; display: inline-block; text-align: left;}
  .nav a {display: block; padding: 15px 10px; color: #343434;}
  .nav a:hover {color: #222;}

  /* .flexslider */
  .flexslider {width: 90%; margin: 3% auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
  .flexslider .flexslides {zoom: 1;}
  .flexslider .flexslides > li {position: relative; overflow: hidden;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {background: #000; zoom: 1;}
  .flex-caption {position: absolute; bottom: 0; background: rgba(0,0,0,.9); color: #fff; width: 97%; z-index: 8; padding: 2%; opacity: .8; text-align: left !important;}
  .flex-caption h3 {font-weight :700; text-transform: uppercase; color: #fff; margin: 0;}
  .flex-caption p {margin: 0;}
  .flex-caption a,
  .flex-caption a:hover {color: #fff;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 45%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat -64px 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 45%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat 0 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}

  /********** .newsletter-section **********/
  .newsletter-section {background: #ffecec; padding: 3%; margin: 0 auto; width: 90%; text-align: center;}

  /* .article misc */
  .breadcrumb {width: 92%; padding: 1%; margin: 20px auto; font-size: .85em; background: #fafafa; border: 1px solid #eee;}

  /* .footer */
  .footer-inner {overflow: hidden; line-height: 1.8em; text-align: center;}
  .footer-widget {float: left; display: block; width: 27%; padding: 1% 3%; text-align: left;}
  p.footer-copy {background: #efefef; width: 90%; clear: both; text-align: center; font-size: .9em; overflow: hidden; padding: 20px; margin: 0 auto;}
  p.footer-copy .footer-credit {}

  /* WooCommerce */
  .col2-set {}
  .col2-set .col-1 {clear: both; width: 100% !important;}
  .col2-set .col-2 {clear: both; width: 100% !important;}
  .product .images,
  .product .summary {clear: both; width: 100% !important;}
  div.product .woocommerce_tabs ul.tabs li a,
  #content div.product .woocommerce_tabs ul.tabs li a,
  div.product .woocommerce_tabs ul.tabs li.active a,
  #content div.product .woocommerce_tabs ul.tabs li.active a {font-size: 0.8em;}

}

/********** @media **********/
@media all and (min-width: 1200px) {

  /* Overall */
  .container {margin: 0 auto; width: 1200px; overflow: hidden; background: #fff;}
  .header {width: 1140px; margin: 0 auto; border-bottom: 1px solid #ffecec;}
  .section {float: left; width: 740px; margin: 30px;}
  .section-wide {clear: both; width: 1140px; margin: 30px auto;}
  .aside {float: right; width: 340px; margin: 30px;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 1140px; border-top: 10px solid #ffecec;}

  /* .header */
  .header-icons {clear: both; width: 100%; overflow: hidden; padding: 10px 0; border-bottom: 1px solid #efefef;}
  ul.header-icons-list {float: right; list-style: none;}
  ul.header-icons-list li {float: left;}
  ul.header-icons-list li a {padding: 0;}
  ul.header-icons-list li .nav-twitter,
  ul.header-icons-list li .nav-facebook,
  ul.header-icons-list li .nav-pinterest,
  ul.header-icons-list li .nav-instagram,
  ul.header-icons-list li .nav-google,
  ul.header-icons-list li .nav-flickr,
  ul.header-icons-list li .nav-linkedin,
  ul.header-icons-list li .nav-youtube,
  ul.header-icons-list li .nav-vimeo,
  ul.header-icons-list li .nav-bloglovin,
  ul.header-icons-list li .nav-tumblr,
  ul.header-icons-list li .nav-rss,
  ul.header-icons-list li .nav-email {display: block; width: 24px; height: 24px; margin-right: 10px; text-indent: -9999em;}
  ul.header-icons-list li .nav-twitter {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: 0 0;}
  ul.header-icons-list li .nav-facebook {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -34px 0;}
  ul.header-icons-list li .nav-pinterest {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -68px 0;}
  ul.header-icons-list li .nav-instagram {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -102px 0;}
  ul.header-icons-list li .nav-google {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -137px 0;}
  ul.header-icons-list li .nav-flickr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -179px 0;}
  ul.header-icons-list li .nav-linkedin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -221px 0;}
  ul.header-icons-list li .nav-youtube {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -262px 0;}
  ul.header-icons-list li .nav-vimeo {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -304px 0;}
  ul.header-icons-list li .nav-bloglovin {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -344px 0;}
  ul.header-icons-list li .nav-tumblr {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -466px 0;}
  ul.header-icons-list li .nav-rss {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -386px 0;}
  ul.header-icons-list li .nav-email {background-color: #fce2e5; background-image: url('images/nav_icons.png'); background-repeat: no-repeat; background-position: -427px 0;}

  /* .header */
  .header h1,
  .header h5 {font: 400 5em 'Elsie', Georgia, Times, Serif, cursive; text-transform: uppercase; text-align: center; margin: 40px 0 0 0; letter-spacing: .15em;}
  .header-title {display: block; margin: 0 auto;}
  .header-title:hover {text-decoration: none;}
  .header-desc {font-size: 1.2em; text-align: center; text-transform: uppercase; letter-spacing: .1em; color: #ccc; margin-bottom: 40px;}

  /* .nav */
  .tinynav {display: none;}
  .is-sticky .nav {width: 100% !important; left: 0; right: 0; z-index: 999999;}
  .nav {text-transform: uppercase; background: #ffecec; margin-bottom: 5px; position: relative; display: inline-block; text-align: center; width: 100%; clear: both; line-height: 1em; font-weight: 400; font-size: .95em;}
  .nav ul {list-style: none; display: inline-block; text-align: left;}
  .nav a {display: block; padding: 15px; color: #888;}
  .nav a:hover {color: #000;}

  /* .flexslider */
  .flexslider {width: 1140px; min-height: 480px; margin: 30px auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;}
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
  .flexslider .flexslides {zoom: 1; position: relative; width: 100%;}
  .flexslider .flexslides > li {position: relative; overflow: hidden;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {background: #000; zoom: 1;}
  .flex-caption {position: absolute; left: 50%; top: 40%; margin: 0 0 0 -25%; background: rgba(0,0,0,.9); color: #fff; width: 40%; z-index: 8; padding: 5%; opacity: .8; text-align: center;}
  .flex-caption h3 {font-weight :700; text-transform: uppercase; color: #fff; margin: 0;}
  .flex-caption p {margin: 0;}
  .flex-caption a,
  .flex-caption a:hover {color: #fff;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 45%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat -64px 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 45%; display: block; z-index: 100; width: 64px; height: 64px; background: #000 url('images/slide_nav.png') no-repeat 0 0; opacity: .8; filter: alpha(opacity=80); text-indent: -9999px; cursor: pointer;}

  /* .article misc */
  .breadcrumb {width: 960px; padding: 5px 10px; margin: 20px auto; font-size: .85em; background: #fafafa; border: 1px solid #eee;}

  /* .footer */
  .footer-inner {overflow: hidden; line-height: 1.8em; text-align: center;}
  .footer-widget {float: left; display: block; width: 29%; padding: 2%; text-align: left;}
  p.footer-copy {background: #efefef; width: 1100px; clear: both; font-size: .9em; overflow: hidden; padding: 20px; margin: 0 auto;}
  p.footer-copy .footer-credit {display: block; float: right; width: 55px; height: 11px; background: url('images/footer_credit.png') no-repeat 0 0; margin: 5px 0 0 0; text-indent: -9999px;}

}
.entry-content table {
    border: 0px;
}
.entry-content table tr {
    border: 0px;
}
.entry-content table > thead > tr > th, 
.entry-content table > tbody > tr > th, 
.entry-content table > tfoot > tr > th, 
.entry-content table > thead > tr > td, 
.entry-content table > tbody > tr > td, 
.entry-content table > tfoot > tr > td {
    border: 0px;
}
