/*
Theme Name: Pencil Shavings
Version: 1.0
Description: Custom Theme for Pencil Shavings.
Author: CooperHouse
976Author URI: http://www.cooper-house.com
Template: canvas
*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
body, html {
	height: 100%;
}
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content: none;
}
:focus {
	outline: 0;
}
/* remember to define focus styles! */
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* tables still need 'cellspacing="0"' in the markup */

/* GENERAL STYLES */

/* Floating & Alignment */
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
/* Clear Floats */
.col-full:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://sonspring.com/journal/clearing-floats */


@font-face {
    font-family: 'Hera';
    src: url('/wp-content/themes/pencilshavings/fonts/HeraBig-Light.eot');
    src: url('/wp-content/themes/pencilshavings/fonts/HeraBig-Light.eot?#iefix') format('embedded-opentype'),
    	url('/wp-content/themes/pencilshavings/fonts/HeraBig-Light.woff2') format('woff2'),
    	 url('/wp-content/themes/pencilshavings/fonts/HeraBig-Light.woff') format('woff'),
    	 url('/wp-content/themes/pencilshavings/fonts/HeraBig-Light.ttf') format('truetype');
}




/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}



/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slick Slider Themem */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	background: #fff;
	background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    height: 80px;
    position: absolute;
    top: 50%;
    display: block;
    width: 53px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:active, .slick-next:active {
	opacity: 0.8;
}

.slick-prev
{
	background: #fff url(images/arrow-left-1.png) 50% 50% no-repeat;
    left: 18px;
    z-index: 1;
}
[dir='rtl'] .slick-prev
{
    right: 18px;
    left: auto;
}
.slick-prev:before
{
    /*content: '←';*/
}
[dir='rtl'] .slick-prev:before
{
    /*content: '→';*/
}

.slick-next
{
	background: #fff url(images/arrow-right-3.png) 50% 50% no-repeat;
    right: 18px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 18px;
}
.slick-next:before
{
    /*content: '→';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: '←';*/
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

body .size14,
body .size14 h1,
body .size14 h2,
body .size14 h3,
body .size14 h4,
body .size14 h5,
body .size14 h6,
body .size14 p,
body .size14 span,
body .size14 li,
body .size14 a {
	font-size: 14px!important;
}

body .size15,
body .size15 h1,
body .size15 h2,
body .size15 h3,
body .size15 h4,
body .size15 h5,
body .size15 h6,
body .size15 p,
body .size15 span,
body .size15 li,
body .size15 a {
	font-size: 15px!important;
}

body .size16,
body .size16 h1,
body .size16 h2,
body .size16 h3,
body .size16 h4,
body .size16 h5,
body .size16 h6,
body .size16 p,
body .size16 span,
body .size16 li,
body .size16 a {
	font-size: 16px!important;
}

body .size20,
body .size20 h1,
body .size20 h2,
body .size20 h3,
body .size20 h4,
body .size20 h5,
body .size20 h6,
body .size20 p,
body .size20 span,
body .size20 li,
body .size20 a {
	font-size: 20px!important;
}

body .size45,
body .size45 h1,
body .size45 h2,
body .size45 h3,
body .size45 h4,
body .size45 h5,
body .size45 h6,
body .size45 p,
body .size45 span,
body .size45 li,
body .size45 a {
	font-size: 45px!important;
}

@media (max-width: 600px) {

  body .size45,
  body .size45 h1,
  body .size45 h2,
  body .size45 h3,
  body .size45 h4,
  body .size45 h5,
  body .size45 h6,
  body .size45 p,
  body .size45 span,
  body .size45 li,
  body .size45 a {
    font-size: 24px!important;
  }
}

body .hera,
body .hera h1,
body .hera h2,
body .hera h3,
body .hera h4,
body .hera h5,
body .hera h6,
body .hera p,
body .hera span,
body .hera li,
body .hera a {
	font-family: 'Hera', georgia, serif;
}

body .montserrat,
body .montserrat h1,
body .montserrat h2,
body .montserrat h3,
body .montserrat h4,
body .montserrat h5,
body .montserrat h6,
body .montserrat p,
body .montserrat span,
body .montserrat li,
body .montserrat a {
	font-family: 'Montserrat', arial, sans-serif;
}

body .light,
body .light h1,
body .light h2,
body .light h3,
body .light h4,
body .light h5,
body .light h6,
body .light p,
body .light span,
body .light li,
body .light a {
	font-weight: 300;
}

body .uppercase,
body .uppercase h1,
body .uppercase h2,
body .uppercase h3,
body .uppercase h4,
body .uppercase h5,
body .uppercase h6,
body .uppercase p,
body .uppercase span,
body .uppercase li,
body .uppercase a {
	text-transform: uppercase;
}

body .blue1,
body .blue1 h1,
body .blue1 h2,
body .blue1 h3,
body .blue1 h4,
body .blue1 h5,
body .blue1 h6,
body .blue1 p,
body .blue1 span,
body .blue1 li,
body .blue1 a {
	color: #3b78ae;
}


body .blue2,
body .blue2 h1,
body .blue2 h2,
body .blue2 h3,
body .blue2 h4,
body .blue2 h5,
body .blue2 h6,
body .blue2 p,
body .blue2 span,
body .blue2 li,
body .blue2 a {
	color: #3a77b2;
}

body .wave:after {
	background: url(images/wave-1.png) repeat-x;
	background-size: contain;
	content: '';
	display: block;
	margin: 20px auto;
	height: 9px;
	width: 55px;
}



.liststyle1 li {
	color: #2c5479;
	font-family: 'Lato', arial, sans-serif;
	font-style: italic;
	letter-spacing: 0.01em;
	margin-bottom: 10px;
}

.liststyle1 li a {
	color: #2c5479;
}

.liststyle1 li a:hover, .liststyle li a:active {
	color: #3b78ae;
}


.vc_separator .vc_sep_holder .vc_sep_line {
	background: url(images/wave-1.png) repeat-x;
	background-size: contain!important;
	border: none;
	height: 9px;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: #3b78ae;
	border: none;
	color: white;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
	content: '';
	background: url(/wp-content/uploads/2017/10/arrow-right-4.png) 50% 50% no-repeat;
	background-size: contain!important;
	display: inline-block;
	height: 10px;
	margin-left: 8px;
	position: relative;
	top: 1px;
	width: 6px;
}

/*-------------------------------------------------------------------------------------------*/

/* 1. SETUP */

/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
body {
	font: 14px/20px 'Lato', sans-serif;
	font-weight: 500; font-style: normal;
	color: #555;
	background:#fff;
	line-height: 1;
}
body.home{
	background:#fff;
}
body.home.paged{
	background:#fff;
}
body.paged #home-top,
body.paged #header,
body.paged header.home

{
	display:none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Hera", serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1.33;
	color: #0c436e;
	
}
h1 {
	font-size: 2em;
	text-transform:uppercase
}
h2 {
	color:#5E6162;
	font-size: 1.8em;
	text-transform:uppercase
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}
p {
	margin: 0;
	font:14px/24px "Lato", sans-serif;
}
hr {
	background-color: #e6e6e6;
	border:0;
	height: 1px;
	margin-bottom: 20px;
}
hr.color{
	background:url(images/bg.png) repeat-x #fff;
	height: 5px
}
.home-lower{
	background: #fff;
	padding-top: 0;
}

@media (min-width: 1001px) {

  .home-lwer {
    padding-top: 90px;
  }
}

a.anchor:before{
display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}

.bx-wrapper{
	box-sizing: padding-box;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 55px !important;
}
.bx-wrapper .bx-next{
	right: 0 !important;
	background: url(images/right.png) no-repeat !important;
	width: 36px !important;
	height: 42px !important;
}
.bx-wrapper .bx-next:after{
	content: '&rarr;' !important;
}
.bx-wrapper .bx-prev{
	left: 0 !important;
	background: url(images/left.png) no-repeat !important;
	width: 36px !important;
	height: 42px !important;
}
.bx-wrapper img{
	height: auto;
}
.bx-pager{
	display: none;
}
.advs-title a{
	font-family: "hera",sans-serif !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: .14em !important;
	color: #0c436e !important;
}
.advps-slide .attachment-big-sq{
	border: none;
}
.bx-viewport{
	padding-bottom: 30px;
}
.advps-excerpt-one{
	bottom: -30px !important;
}
.advs-title{
	text-align: center;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 60px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}


.home-lower header{
text-align: center;
padding-bottom: 45px;
max-width:100%;

}
.home-lower header img{
	max-width:100%;
	height: auto;
}

input, textarea {
	padding: 5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
	margin-bottom:10px;
}
.wpcf7-submit {
	font-family: "Hera", serif;
	letter-spacing:1px;
	font-size:16px;
	background:#4dbfa3;
	text-transform:uppercase;
	color:#fff;
	border:none;
}
.hide {
	display: none;
}
/* 1.2 Hyperlinks */
a, a:link, a:visited {
	color: #4dbfa3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
abbr {
	border:none!important
}
/*-------------------------------------------------------------------------------------------*/

/* 2. SITE STRUCTURE & APPEARANCE */

/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper {
	padding:10px 0 40px;
}
#top {
	background-color: #fff!important;
	width:100%;
	max-width:100%;
	position: fixed;
	height:155px;
	border-bottom:1px solid #90b2d4;
	/*background:url(images/bg.png) repeat-x #fff bottom;*/
	z-index: 99999;
	padding-bottom:0px;
	top: 0;
}

@media (min-width: 768px) {

  #top {
    height: 130px;
  }
}

@media (min-width: 901px) {

  #top {
    /*padding-bottom: 31px;*/
  }
}

.top-scrolled {
	background-color: #fff;
}
#top .inner {
	width:1010px;
	max-width:100%;
	margin:0 auto;
	position: relative;
}
#header-logo{
	display: block;
	height: auto!important;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 17px;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	width: 300px;
}

@media (min-width: 768px) {

  #header-logo {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}

@media (min-width: 901px) {

  #header-logo {
    width: 358px;
    padding-left: 0;
    padding-right: 0;
  }
}

#bg {
	width:100%;
}
#main {
	background:#fff; 
}
#sidebar {
	overflow: visible;
}

@media (min-width: 768px) {
  .col-left {
  	float: left;
    width: auto!important;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .col-right {
  	float: right;
  }
}

.nav-toggle {
	display: none
}
/* 2.2 Navigation */

#navigation {
	font:14px/14px sans-serif;
	border:none;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
#navigation ul.rss {
	background:url(images/ico-rss.png) no-repeat right 5px;
	padding:6px 15px 3px 0;
	margin-right:10px;
	display:none
}
#navigation ul.rss li {
	display:inline;
	padding:0 10px 0 0;
}
#navigation ul.rss li a {
	color:#c63f00;
	text-decoration:none;
}
#navigation ul.rss li a:hover {
	text-decoration:underline;
}
.nav {
	z-index:99;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
	margin-left:10px;
}
.nav a {
	border-radius:0!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	font-family: "Montserrat", arial, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .12em;
	font-style: normal;
	font-size:10px;
	position:relative;
	color:#181818;
	display:block;
	z-index:100;
	padding:5px 5px;
	line-height:12px;
	text-decoration:none;
}
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
	color: #3a77b2;
}
.nav li li.current_page_item {
	background:none;
}
.nav li {
	float:left;
	width: auto;
	margin:0 40px 0 0
}
.nav li a.sf-with-ul {
	padding-right:20px;
}
.nav li ul li a {
	text-shadow:0 1px 0 #fff;
}
.nav li ul li a {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* 2.2.1 Drop-down menus */
.nav li ul {
	background: #FFF;
	position: absolute;
	left: -999em;
	width: 180px;
	border: 1px solid #dbdbdb;
	border-width:1px 1px 0;
	z-index:999;
}
.nav li ul li {
	background:#eee;
	border-top:1px solid #fff;
	border-bottom:1px solid #dbdbdb;
}
.nav li ul li a {
	width:160px;
	color:#555;
	font-size:0.8em;
	line-height:18px;
}
.nav li ul li a.sf-with-ul {
	padding:5px 10px;
}
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul {
	background:#eaeaea;
}
.nav li ul ul {
	margin: -30px 0 0 180px;
}
.nav li ul ul li a {
}
.nav li ul li ul li a {
}
.nav li:hover, .nav li.hover {
	position:static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left:-999em;
}
.nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left:auto;
}
.nav .sf-sub-indicator {
	background: url(images/arrow-superfish.png) no-repeat;
	position:absolute;
	display:block;
	right:0.4em;
	top:40%;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
}
.nav li ul .sf-sub-indicator {
	background:url(images/arrow-superfish-right.png) no-repeat;
}
/* 2.3 Header */


#header {
	padding:60px 0 10px;
	clear:both;
	position:relative;
	text-align:center;
	display:none;
}
.home #header{
	display: block;
}



#logo {
}
#logo img {
}
#logo .site-title {
	line-height: inherit;
	margin-bottom: 5px;
}
#logo .site-title, #logo .site-description {
	font-family: "Hera", serif;
	color: #000;
	display:none;
}
#logo .site-title a {
	color:#222;
	font-size:40px;
	line-height:40px;
	text-transform:none;
	font-weight:normal;
	text-decoration:none;
}
#logo .site-title a:hover {
	text-decoration:underline;
}
#logo .site-description {
	color:#999;
	font:italic 14px Georgia, serif;
}
#topad {
	float:right;
}
/* 2.4 Content */

#content{
	padding:240px 0 0 0;
	position:relative;
}


/* 2.5 Sidebar */
#sidebar {
	overflow:visible;
}
#sidebar .primary {
}
#sidebar .secondary {
	float:left;
	margin-right:20px;
}
#sidebar .tertiary {
	float:left;
	margin-right:0;
}
#sidebar .last {
	margin:0;
}


/* 2.6 Footer */


#pre-footer h3{
	font-size:18px;
	letter-spacing: .02em;
	font-family: "hera",sans-serif;
	font-weight: 900;
	color:#4dbfa3;
	text-transform: uppercase;
	display: block;
	position: relative;
}

#press-footer h3{
	font-size:18px;
	letter-spacing: .02em;
	color:#626566;
	font-weight: 400;
	text-transform: uppercase;
}


#pre-footer{
	border-top: 6px solid #f5f5f5;
	padding:33px 0 0px;
	position: relative;
	margin-top:30px ;
}
#pre-footer h3{
	background:#fff;
	padding:0 13px 0 0;
	position: absolute;
	top:-12px;
	left:0;

}

#pre-footer .widget{
	padding-top:0;
}
#pre-footer a.follow{
color:#5e6162;
float:right;
margin:-50px 0 0 0 ;
background:#fff;
padding:7px 0 7px 30px;

}
#press-footer{
	padding:16px 0;
	background:#f4f4f4;
	min-height: 148px;
}
#press-footer a{
	margin:0 26px 0 0;
}
#press-footer h3{
	margin:0 0 30px 0;
}

#footer {
	padding: 25px 0 20px!important;
	background-color: #f5faff;
	padding:20px 12px;
	border:none;
	color:#999;
	clear:both;
}

#footer #credit img {
	vertical-align:middle;
}
#footer #credit span {
	display:none;
}
#footer .col-left {
	padding-left:10px;
	float:left;
}
#footer .col-right {
	padding-right:10px;
	float:right;
}
/*-------------------------------------------------------------------------------------------*/

/* 3. POSTS */

/*-------------------------------------------------------------------------------------------*/

.hentry header{
	margin:0 0 28px 0;
}

.breadcrumbs {
	margin-bottom: 1.5em;
}
.archive_header {
	display: block;
	float: left;
	width: 100%;
	margin:0 0 30px;
	padding:0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color:#5e6162;

}
.archive_header .catrss a {
	font-size: 14px;
	text-decoration: none;
	line-height: 28px;
}
.archive_header a{
	color:#5e6162;
}

.archive_header .cat {
  font-family: 'Hera', Georgia, serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive_header .catrss {
  display: none;
}

.post, .search .page {
	margin: 0 0 50px;
	overflow: auto;
}
.post.sticky {
}
.attachment-big-sq{
	float:left;
	margin:0 20px 15px 0;
}

.first-post-content-summary{
	margin: 25px 50px;
}

.post .post-content-summary{
	width: 100%;
}


.home .post-content-summary{
	width: calc(100% - 300px);
	float: left;
}

.post-content-summary .title{
	margin-top: 0 !important;
}

.post .title, .page .title {
	font-family: "hera",sans-serif;
	font-weight: 300;
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0.1em;
	margin: 25px 0;
	color:#0c436e;
	letter-spacing: .02em;
}
.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
	color: #0c436e;
}
.post .title {
	line-height: 1.6;
  /*margin-top: -10px!important;*/
}
.post-meta {
  color: #3b78ae!important;
	margin: 25px 0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.05em!important;
	color:#56c2a8;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
  font-weight: 300;
	letter-spacing: .02em;
}
.post-meta .small {
	text-transform:lowercase;
}
.post-meta .author {
	text-transform: capitalize;
}
.post-more {
	clear:both;
	text-transform:uppercase;
	border:none;
	background:url(images/bg-post-more.png) no-repeat;
	padding:6px 0 0 39px;
	font:12px/14px Georgia, "Times New Roman", Times, serif;
	color:#5e6162;
	width:711px;
	margin-left:-39px;
	height:31px;
}
.post p.tags {
	color:#5e6162;
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.post-meta a, .post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
	text-decoration: none;
	color:#5e6162!important;
}
.post-more a {
	color:#5e6162!important;
}
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
	text-decoration:underline;
}
.post .post-embed {
	margin-bottom:30px;
}
.entry {
	text-align: justify;
}
.entry .page-link {
	margin: 0 0 1.2em;
}
/* 3.1 Typographic Elements */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin:0 0 0.5em;
	line-height:1.5em;
}
.entry p {
	margin-bottom: 1.2em;
	color: #2d2e2f;
	letter-spacing: 0.02em;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

@media (min-width: 901px) {

  .entry p {
    font-size: 14px;
  }
}

.entry blockquote {
	border-left:8px solid #f4d122;
	font-size: 24px!important;
	font-style: italic;
	font-family: "Hera", serif;
	padding: 0 20px 0 21px;
	color: #5e6162;
}
.entry blockquote p {
	font-style:italic;
}
.entry ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
.entry ul ul {
	margin: 0;
}
.entry ul li {
	list-style-type: disc;
}
.entry ul ul li {
	list-style-type: circle;
}
.entry ol {
	margin: 0 0 15px 0;
	padding: 0 ;
	 list-style-position:inside;
	 font-family: "Hera", serif;
}
.entry ol ol {
	margin: 0;
}

.entry ol li ol li {
	list-style-type: lower-latin;
}
.entry ol li{
	font-size: 14px;
	background: #88d4c1;
	margin:0 0 9px;
	color: #fff;
	width:100%;
	position: relative;
	height: 29px;
}
.entry ol li:hover{
	background: #60c6ad;
}
.entry ol {
    counter-reset: i 0;
}
.entry ol a{
	color: #fff;
	display: block;
	width:100%;
	position: absolute;
	padding-left:2em;
	height: 14px;
	font-size: 14px;
	top:0; left:0;
	padding:6px 0 6px 2.5em;
	text-transform: uppercase;
	
}
.entry ol a:hover{
	text-decoration:none;
}

.entry ol li:before {
    content: counter(i);    
    counter-increment: i;
    padding:7px 0 0 5px;
    color: #fff;
    display:inline-block;

}


/* 3.2 Images */
.entry img, img.thumbnail {
	padding: 5px;
	border: none;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
	max-width:100%;
	height:auto;
}
img.wp-smiley {
	padding: 0;
	border: none;
}
.alignleft {
	float: left;
	width: auto;
	margin: 5px 15px 15px 0;
}
.alignright {
	float: right;
	width: auto;
	margin: 5px 0 15px 15px;
}
.aligncenter {
	text-align: center;
	margin-bottom:15px;
}
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.entry .gallery-caption {
}
.entry .wp-caption {
	padding: 1px;
	text-align:center;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
	border: solid 1px #e6e6e6;
}
.entry .wp-caption img {
	margin:0;
	padding:4px 0;
	background:none;
	border:0;
}
.entry .wp-caption-text {
	margin:0;
	padding:0;
	font:11px/22px Arial, Helvetica, sans-serif;
	text-align:center;
}
.entry .wp-caption.aligncenter {
	margin:0 auto 15px;
}

.entry a.read-more{
	color:#ea5624;
	font-family: "Hera", serif;
	padding-top:15px;
	display:block
}



/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {
	clear:both;
	font-size:11px;
	padding:10px 15px;
	border:1px solid #e6e6e6;
	background:#fafafa;
	border-width:1px 0 4px;
}
.nav-entries a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: block;
	font:italic 12px/16px Georgia, serif;
	color:#777;
	text-decoration:none;
}
.nav-entries a:hover {
	text-decoration:underline;
}
.post-entries {
	clear:both;
	margin-top:-20px;
}
.post-entries a:link, .post-entries a:visited {
	font-size:0.9em;
	color:#888;
}
.wp-pagenavi {
	margin: 0 !important;
	text-align: center !important;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	display: inline !important;
	text-decoration: none !important;
	background: #EEEEEE !important;
	background:rgba(0, 0, 0, 0.1) !important;
	color: #666 !important;
	padding: 3px 7px !important;
	border:1px solid #DDDDDD !important;
	border:1px solid rgba(0, 0, 0, 0.2) !important;
}
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
	display:inline;
	padding: 3px 7px !important;
	background: #ddd !important;
	background:rgba(0, 0, 0, 0.1) !important;
	border:1px solid #bbb !important;
	border:1px solid rgba(0, 0, 0, 0.2) !important;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display:inline;
	background:none !important;
	border:none !important;
	color:#666 !important;
}
.woo-pagination {
	margin: 0 0 100px 0;
	text-align: center;
	clear: both;
	display: block;
}
.woo-pagination a:link, .woo-pagination a:visited {
	display: inline;
	text-decoration: none;
	color: #666;
	padding: 3px 7px;
	border: none
}
.woo-pagination span.extend, .woo-pagination .page-numbers {
	border: none;
	color: #666;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .woo-pagination span.current {
	/* Border Radius */
	border: none;
	
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
	border: none;
	background: #f4f4f4;
}
.woo-pagination .current, .woo-pagination a:hover {
	padding: 3px 7px;
	background: #EEEEEE;
	border: none;
}
/* 3.4 Single Post Author */
#post-author {
	background: #fafafa;
	padding:15px;
	border:1px solid #e6e6e6;
	border-width:4px 0 1px;
	margin: 0 0 1.5em;
}
#post-author h3 {
	margin-bottom: 0px;
}
#post-author .profile-image {
	float:left;
	margin:0 15px 5px 0;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
}
#post-author .profile-link {
}
.author #post-author {
	margin-bottom:30px;
}
/* 3.5 Tumblog Styling */
.post {
	position: relative;
	border-bottom:6px solid #f5f5f5;
}
.single-not-first-post-image{
	display: inline-table;
	float: left;
}
.first-post-image img{
	display: block;
	max-width: 100%;
	height: auto;	
}
.single-not-first-post-image img{
	display: block;
	max-width: 100%;	
}
.post .post-icon a {
	float:right;
	display: block;
	overflow: hidden;
	width: 51px;
	height: 0;
	padding-top: 51px;
	background: url(images/ico-post-icons.png) no-repeat 0 0;
}
.post .post-icon.link a {
	background-position: 0 0;
}
.post .post-icon.video a {
	background-position: 0 -53px;
}
.post .post-icon.article a {
	background-position: 0 -106px;
}
.post .post-icon.audio a {
	background-position: 0 -160px;
}
.post .post-icon.image a {
	background-position: 0 -213px;
}
.post .post-icon.quote a {
	background-position: 0 -266px;
}
.post .audio {
	margin-bottom: 1.8em;
}


.p-n
{
	padding: 10px 0px;
	margin: 30px 0px;
	font-weight: bold;
	letter-spacing: .2em;
	position: relative
}


.p-n span a{
  
  font-size:10px;
}
.feedback{font-size: 12px}
.p
{
	float: left;
}

.p img
{
	float: left;
}

.p span
{
	float: right;
	margin: 9px 0px 0px 5px;
}

.share
{
  margin:0 50px 30px 0;
  text-align: left;
}

.share .mr_social_sharing{
	margin-right: 20px;
}

.n 
{
	float: right;
}

.n span
{
	float: left;
	margin: 9px 5px 0px 0px;
}
.mr_social_sharing_wrapper{
	display:inline-block!important;
	width:150px!important;
	vertical-align:middle;
	margin-top: -2px
}

.n img
{
	float: right;
}

.nrelate_area{
	text-align: center;
	border-top:1px solid #c1c1c1;
	padding:10px 0 0;
}
.nr_title{display: none}

h4.dig{
	letter-spacing: .2em;
	font-family: "Hera", serif;
	text-transform: uppercase;
	color: #323232;
	text-align: center;
	background: #fff;
	padding:0 30px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	top:-18px;

}
/*-------------------------------------------------------------------------------------------*/

/* 4. WIDGETS */

/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */

#sidebar {
	
}

.widget {
	margin: 0 0 30px 0;
	font-size:12px;
	box-sizing:border-box;
}
.widget h3 {
	margin: 0 0 20px 0;
	padding:0 0 0;
	text-transform:uppercase;
	font-size:24px;
	font-weight:normal;
	color:#4dbfa3;
	border-bottom:none;
	font-weight: 700

}



#sidebar-profile img{
	max-width: 100%;
	display: block;
}

#sidebar-profile #profile-details{
	padding: 10px 20px;
}

#sidebar-profile #profile-details h2{
	font-family: "hera",sans-serif;
	color: #0c436e;
	font-size:43px;
	letter-spacing: .050em;
	padding: 0 0 3px 0;
	margin: 0 0 0 -0.05em;
}
#sidebar-profile #profile-details h3{
	font-family: "Hera", serif;
	color: #56c2a8;
	font-size:16px;
	letter-spacing: 0;
	font-style: italic;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}
#sidebar-profile #profile-details h4{
	font-family: "Hera", serif;
	color: #5e6162;
	font-size:13px;
	letter-spacing: 0;
	font-style: italic;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}


#sidebar-newsletter-signup form{
	position: relative;
}

#sidebar-newsletter-signup label{
	color: #3b78ae;
	font-family: 'lato', arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 10px;
	display: block;
}
#sidebar-newsletter-signup input[type="email"]{
	color: #3b78ae!important;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.01em;
	border: 1px solid #3b78ae;
	padding: 15px 25px 15px 10px;
	width: 100%;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html body #sidebar-newsletter-signup form#mc-embedded-subscribe-form ::-webkit-input-placeholder {
   color: #4dbfa3!important;
}
#sidebar-newsletter-signup form  :-moz-placeholder { /* Firefox 18- */
   color: #4dbfa3;  
}
#sidebar-newsletter-signup form  ::-moz-placeholder {  /* Firefox 19+ */
   color: #4dbfa3;  
}
#sidebar-newsletter-signup form  :-ms-input-placeholder {  
   color: #4dbfa3;  
}
#sidebar-newsletter-signup input[type="submit"] {
    position: absolute;
	right: -3px;
	top: 32px;
	height: 40px;
	width: 50px;
	background: transparent;
	box-shadow: none;
	border: none;
	color: #2e313d;
	font-size: 1.3em;
	cursor: pointer;
}

#sidebar-social-icons{
	padding: 5px 24px;
}

#sidebar-social-icons a{
	height: 22px;
	width: 23px;
	display: inline-table;
	overflow: hidden;
	margin-right: 7px;
}

#sidebar-social-icons a img{
	padding: 0;
	margin: -22px 0 0 0;
}

#sidebar-archive-link{
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background:#3b78ae;
	padding:20px 13px;	
	overflow: auto;
	cursor: pointer;
}


#sidebar-archive-list ul{
	background-color: #f5faff;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0 20px 20px 20px;
}
#sidebar-archive-list li{
	padding: 15px 0;
}
#sidebar-archive-list li:nth-child(odd){
	float: left;
	padding-left: 40px;
}
#sidebar-archive-list li:nth-child(even){
	float: right;
	padding-right: 40px;
}
#sidebar-archive-list li:nth-child(2n+1){
    clear:left
}
#sidebar-archive-list li a{
	font-family: "Montserrat", arial, sans-serif;
	font-weight: 300;
    color: #11436e;
	font-size: 16px;
	text-decoration: none;
}
#sidebar-archive-list li a:hover, #sidebar-archive-list li a:active {
	color: #c7c7c7;
}



#sidebar-archive-link:hover{
	color: #ffffff;
	text-decoration: none;
}

#sidebar-archive-link span{
	display: block;
	float: right;
}
#sidebar-bhg-feed h3{
	font-family: "hera",sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #0c436e;
	text-transform: uppercase;
	letter-spacing: .07em;
	padding-bottom: 5px;
	line-height: 1.3em;
	vertical-align: top;
}
#sidebar-bhg-feed img.main-image{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#sidebar-bhg-feed h3 a{
	color: #0c436e;
}
#sidebar-bhg-feed p{
	font-family: "Hera", serif;
	font-size: 16px;
	color: #0c436e;
	line-height: 1.3;
}
#sidebar-bhg-feed table img{
	padding-right: 10px;
}
#sidebar-bhg-feed table td{
	vertical-align: top;
}


#text-20{
	margin:0 -19.5px;
	padding:0;
}
.home #text-20{display:none;}

.home.paged #text-20{display: block}
#text-17{
	background: #f9f9f9;
	padding: 25px 20px;
	text-align: center;
}

#text-17 h3{
	font-family: "hera",sans-serif;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: .02em;
	text-align: center;
	color:#0c436e;
	margin-bottom: 25px;
}
#text-17 img{
	margin-bottom: 20px;
	max-width: 210px;
}
#top-posts-3 h3{
	font-family: "hera",sans-serif;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: .075em;
	color: #56c2a8;
	padding: 0 10px;
}
#top-posts-3 ul{
	border-top:6px solid #f5f5f5;
	border-bottom:6px solid #f5f5f5;
	list-style: none;
	padding: 25px 0;
}
#top-posts-3 li{
	font-family: "hera",sans-serif;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .075em;
	text-decoration: none;
	color: #0c436e;
	padding: 0 10px 20px 10px;
}
#top-posts-3 li a{
	text-decoration: none;
	color: #0c436e;
	padding: 0;
}
#top-posts-3 li:last-child{
	padding-bottom: 0;
}

#text-3{
	background: transparent;
	font-weight: normal;
	font-size:13px;
	padding:0;
}

#text-3 h5{
	font-family: "Hera", serif;
	font-weight: 400; font-style: italic;
	font-size: 14px;  
	color:#56c2a8;
	letter-spacing: .1em;
}
#text-3 h2{
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 49px;  
	color:#56c2a8;
	line-height: 1em;
	margin-left:-3px;
	margin-top: -6px;
}
#text-3 a{
	color:#5e6162;
	font-weight: normal
}
a.newsletter-signup{
	margin-bottom: 34px;
	display: block;
}
.widget p {
	font:12px/20px Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
#text-4, #text-5 {
	background:none;
	padding:0
}
.adbuttons_widget {
	text-align:center!important
}
.adbuttons_widget img {
	margin:0 0 15px 0
}

.widget ul {
	clear:both;
	padding-left:10px;
	list-style-position:inside;
	list-style-type:disc;
}
.widget ul li {
}
.widget ul li a {
	padding: 0 0 0 5px;
	line-height: 22px;
	text-decoration: none;
}
.widget ul li a:hover {
	text-decoration:underline;
}
.widget ul ul {
	padding: 0 0 0 15px;
	border-top: none;
}

@media (max-width: 1000px) {
  .shop-faves-image-container > a {
    display: inline-block;
    float: none;
  }
}

#enhancedtextwidget-2{
	overflow: hidden;
}

@media (max-width: 767px) {
  #enhancedtextwidget-2{
    width: 100%!important;
  }
}
#enhancedtextwidget-2 ul{
	list-style-type: none;

	padding:0;

}

#enhancedtextwidget-2 ul li{
	max-width:100%!important;

}
#enhancedtextwidget-2 ul li a{
padding:0;

}
#enhancedtextwidget-2 ul li img{
	border-radius:100%;
	max-width:98%;
	height:auto;
	
}
#enhancedtextwidget-2 ul li h4{
	color:#4dbfa3;
	font-family: "Hera", serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
#enhancedtextwidget-2 .prev{
float:left;
}
#enhancedtextwidget-2 .next{
	float:right;
}
#pins-feed-follow{
	display: none
}
.pinterest_rss_widget {
	text-align:center;
	padding:10px 0;
}
.pinterest_rss_widget ul {
	padding:0;
	text-align:center
}
.pinterest_rss_widget ul li.pins-feed-item {
	float:left;
	width:170px;
	padding:0;
	margin:0 27px 0 0;
}
.pinterest_rss_widget ul li.pins-feed-item:last-child{
	margin:0;
}

.widget_recent_comments li, #twitter li {
	padding: 6px 0;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
/* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a {
	display: inline;
	padding: 0;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: none;
}

.wave-separator {
	background: url(images/wave-1.png) repeat-x;
	background-size: contain!important;
	height: 9px;
}

.about-rachel-widget {
	background-color: #f5faff;
  max-width: 241px;
}

.about-rachel-widget h3 {
	color: #3b78ae;
	font-family: 'Montserrat';
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.07em;
	margin-bottom: 4px;
	margin-left: 23px;
	margin-right: 23px;
	text-transform: uppercase;
}

.about-rachel-widget h2 {
	color: #11436e;
	font-family: 'Hera', georgia, serif;
	font-size: 38px;
	font-weight: 300;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

@media (min-width: 768px) {

  .about-rachel-widget h2 {
    margin-left: 23px;
  }
}

.about-rachel-widget h4 {
	color: #2c5479;
	font-family: 'Lato', arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.37;
	margin-bottom: 12px!important;
}

@media (min-width: 768px) {

  .about-rachel-widget h4 {
    margin-left: 23px;
    margin-right: 10px;
  }
}

.about-rachel-widget .fa {
	color: #3b78ae;
	margin-bottom: 8px;
}

.about-rachel-widget .fa:hover:before {
	color: #2d2e2f;
}

#text-4, #black-studio-tinymce-11, #black-studio-tinymce-8 {
	margin-bottom: 35px!important;
}

#text-4:hover, #black-studio-tinymce-11:hover, #black-studio-tinymce-8:hover, #black-studio-tinymce-12:hover,
#text-4:active, #black-studio-tinymce-11:active, #black-studio-tinymce-8:active, #black-studio-tinymce-12:active {
	opacity: 0.8;
}

.stylemakers-magazine p {
	color: #3b78ae;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 5px;
}

#black-studio-tinymce-12, #black-studio-tinymce-12 p, #black-studio-tinymce-12 img {
	margin-bottom: 0!important;
}

.instagram-handle.widget a {
	background-color: #f5f5f5;
	color: #11436e;
	display: block;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 222px;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
}

.instagram-handle.widget a:hover, .instagram-handle.widget a:active {
	background-color: #11436e;
	color: #fff;
}

.read-by-category-widget {
	margin-bottom: 30px!important;
}


.read-by-category-widget h4, .blogs-i-read-widget h4, .favorite-posts-widget h4 {
	color: #3b78ae;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.read-by-category-widget h4:after, .blogs-i-read-widget h4:after,.favorite-posts-widget h4:after {
	background: url(images/wave-1.png) repeat-x;
	background-size: contain;
	content: '';
	display: block;
	height: 9px;
	margin: 15px auto;
	width: 55px;
}

@media (min-width: 601px) {
  .read-by-category-widget h4:after, .blogs-i-read-widget h4:after,.favorite-posts-widget h4:after {
    margin: 15px 0;
  }
}

.read-by-category-widget ul, .blogs-i-read-widget ul, .favorite-posts-widget ul {
	padding-left: 0;
}

.read-by-category-widget li, .blogs-i-read-widget li, .favorite-posts-widget li {
	font-family: 'Lato', arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
	list-style: none;
}

.read-by-category-widget li a, .blogs-i-read-widget li a, .favorite-posts-widget li a {
	color: #0c436e;
	padding: 0 0 0 0!important;
}

.read-by-category-widget li a:hover, .blogs-i-read-widget li a:hover, .favorite-posts-widget li a:hover {
	text-decoration: none;
}


/* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
#footer-widgets {
	border-top:none;
	padding:0;
}
#footer-widgets .block {
	padding:20px 0 0 20px;
	width:210px;
	float:left;
}
#footer-widgets .widget {
	background:none;
	padding:0;
	text-align: center;
	color:#5e6162;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: 400;
	font-family: "Hera", serif;
}
#text-9 .textwidget div{
	margin:15px 0 0 ;
	line-height: 1.8em;
	text-transform: uppercase;
}
#text-11 .textwidget {
	font-size: 22.5px;
	color:#a9a9a9
}
#text-11 .textwidget span{
	font-family: "Hera", serif;
	font-weight: 700;
	letter-spacing: .08em;
	color: #222;
	font-size: 30px;
	color:#f4d122;
	display:block;
	text-transform: uppercase;
}

#footer-widgets .mc_form_inside{
	margin:24px 0 0 0;
	
}


#footer-widgets .mc_form_inside .mc_input{
	display: inline-block;
	background:#f9f9f9!important;
	font-family: "Hera", serif;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: 12px;
	color:#a9a9a9;
	border:none;
	text-align: center;
	text-transform:uppercase;
	padding:14px 11px;
	line-height: 1em;
	margin:0;
	width:150px;
	vertical-align: top;
	border-radius: 0;
	box-sizing:border-box;
	height:42px;

}
#footer-widgets .mc_form_inside label{
	display:none;
}

#footer-widgets .mc_form_inside div{
	display: inline-block;
}
#footer-widgets .mc_form_inside .button{
	display: inline-block;
	font-family: "Hera", serif;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: 12px;
	color:#fff;
	background:#f4d122;
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	padding:14px;
	line-height: 1em;	
	margin:0;
	border-radius: 0;
	box-sizing:border-box;
	height:42px;
	width:80px;
	vertical-align: top;
}
#mc_message {
	padding:5px 0 10px;
	display: block;
	text-transform:uppercase;
}
.mc_success_msg {
    color: #60c6ad!important;
    }


.shop-my-faves {
	border: solid #f5f5f5;
	border-width: 6px 0;
	margin: 20px auto 40px;
	padding: 25px 30px 40px;
	position: relative;
	max-width: 1500px;
	text-align: center;
}

.shop-my-faves:after {
	clear: both;
	content: '';
	display: block;
}

#primary-sidebar-2 {
	margin-top: 10px;
}

#primary-sidebar-2.widget-1 img {
  max-width: 240px;
}

/* SHOP MY FAVES */

.shop-my-faves .rs-ltk-frame {
	display: none;
}

.shop-my-faves-widget, .shop-faves-image {
	display: inline-block;
}

.shop-faves-image {
	float: left;
}

.shop-faves-image-container img {
  height: 72px;
  width: 274px;
}

.more-like-to-know {
  color: #3b78ae!important;
  display: inline-block;
  font-size: 12px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 30px;
  text-transform: uppercase;
}

.more-like-to-know:hover {
  text-decoration: none;
}

.more-like-to-know img {
  margin-left: 8px;
}

@media (min-width: 1001px) {
  .shop-faves-image-container {
    float: left;
    margin-left: -45px;
    margin-top: 47px;
    width: 30%!important;
  }

  .shop-faves-image-container img {
    margin-left: 50px;
  }

  .shop-my-faves-widget {
    float: left;
    padding-left: 5%!important;
    width: 63%!important;
  }

  .more-like-to-know {
    float: left;
    margin-top: 0;
    position: absolute;
    top: 46%;
    width: 7%!important;
  }
}

@media (min-width: 1200px) {

    .shop-faves-image-container {
      margin-top: 100px;
      margin-left: -75px;
    }

    .shop-my-faves-widget {
      padding-left: 0!important;
      width: 64%!important;
    }

    .more-like-to-know {
      width: 6%!important;
    }
}

@media (min-width: 1450px) {

  .shop-faves-image-container {
    width: 25%!important;
  }
  
  .shop-my-faves-widget {
    width: 69%!important;
  }
}

@media (min-width: 1700px) {

  .shop-faves-image-container {
    margin-top: 90px;
    width: 20%!important;
  }

  .shop-faves-image-container img {
    margin-left: 0px;
  }

  .shop-my-faves-widget  {
    padding-left: 0;
    width: 75%!important;
  }

  .more-like-to-know {
    margin-top: 135px;
    position: static;
    text-align: right;
  }
}


#footer-widgets .widget h3 {
	text-align:center;
	color:#3a77b2;
	font-family: "Montserrat", arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .14em;
}
#footer-widgets .widget h3:after {
    background: url(images/wave-2.png) repeat-x;
    background-size: contain;
    content: '';
    display: block;
	height: 7px;
	margin: 10px auto 20px;
	width: 56px;
}

#footer-widgets .widget ul li {
	list-style-type:disc;
}

#footer-widgets a.email-link,
#footer-widgets a.page-link{
	display:block;
	text-align: center;
	color: #3b78ae;
	font-family: 'Lato', arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0;
}

#footer-widgets a.email-link:hover,
#footer-widgets a.page-link:hover{
	text-decoration: none;
	color: #0c436e;
}

#footer-widgets a.email-link{
	margin:0 0 20px ;
}

#footer-widgets a.page-link{
	font-size: 18px;
	text-transform: uppercase;
	padding:5px 0;
}

#copyright{
	color: #052c4f;
	text-align: center;
	color:#8d8e8f;
	padding:12px 0;
}

#copyright p{
	display: inline-block;
	font-size: 11px!important;
	color:#052c4f;
	padding:0 13px;
	font-family: 'Lato', arial, sans-serif!important;
	font-size: 9px!important;
	font-style: italic;
	margin:0;
	line-height: 1em;
	font-family: "Hera", serif;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 0;
}

#copyright p a{
	color: #052c4f;
}

#copyright p:last-child{
	border-left:1px solid #8d8e8f;
}

.social-profile-icons a {
	background-color: #fff;
	color: #3a77b2;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
  vertical-align: top;
	width: 50px;
}

@media (min-width: 900px) {

  .social-profile-icons a {
    height: 58px;
    line-height: 58px;
    width: 58px;
  }
}

.social-profile-icons a:hover, .social-profile-icons a:active {
	background-color: #3a77b2;
	color: #fff;
	text-decoration: none!important;
}

#mc-embedded-subscribe-form-2 label {
	color: #3a77b2;
	display: block;
	font-family: 'Lato', arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	margin-bottom: 10px!important;
}

form#mc-embedded-subscribe-form-2 {

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #3a77b2!important;
	  text-transform: uppercase!important;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: #3a77b2!important;
	  text-transform: uppercase!important;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: #3a77b2!important;
	  text-transform: uppercase!important;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: #3a77b2!important;
	  text-transform: uppercase!important;
	}
}

.widget.newsletter-signup h3 {
	margin-bottom: 12px;
}

.widget.newsletter-signup form {
	font-size: 0;
}

.widget.newsletter-signup input[type='email'] {
	background-color: #fff;
	border: solid #3b78ae;
	border-width: 1px 0 1px 1px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	vertical-align: top;
}

.widget.newsletter-signup input[type='submit'] {
	background: #fff url(images/arrow-right-1.png) 50% 50% no-repeat;
	border-width: 1px 1px 1px 0;
	border-color: #3b78ae;
	height: 42px;
	line-height: 42px;
	font-size: 0;
	margin-left: -1px;
	padding-left: 22px;
	padding-right: 22px;
	vertical-align: top;
}

.widget.newsletter-signup input[type='submit']:hover {
	background-color: #3b78ae;
	cursor: pointer;
}


.footer-menu li {
	font-family: 'Hera', arial serif;
	font-size: 13px;
	letter-spacing: 0.07em;
	list-style: none!important;
	text-transform: uppercase;
}

.footer-menu li a {
	color: #3b78ae;
}

#footer {
	margin-top: 25px;
}

@media (min-width: 768px) {

  #footer {
    margin-top: 125px;
  }
}

/* 4.2 Specific Widgets */

/* SEARCH FORM */
.searchform {
	width: 99%;
	position: relative;
	border:none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.searchform input.s {
	padding: 4px 0px 5px 8px;
	width:75px;
	text-align:right;
	margin:0;
	border:none;
	color:#676b6b;
	font-family: "Hera", serif;
	font-size: 12px;
	text-transform: uppercase;
	margin:0 00 0;
	float:left;
	letter-spacing: .1em;
}
.searchform input.submit {
	border:none;
	margin:0;
	padding:0;
	width:22px;
	height:19px;
	border-left:1px solid #fff;
	float:left;
	margin:4px 0 0 2px;
	position: relative;
	top: -2px;
}
.social {
	position: absolute;
	right: 10px;
	top: 50px;
}
@media(max-width: 900px){
	.social{
		top: 13px;
	}
}
.social .fa {
	color: #3a77b2;
	font-size: 14px;
	padding: 0 0 0 30px;
}

.social .fa:hover, .social .fa:active {
	color: #11436e;
	text-decoration: none;
}
#header-search .search_main {
	width:110px;
	float:left
}
#header-search a {
	height:22px;
	width:23px;
	display: inline-block;
	overflow: hidden;
	margin:0 20px 0 0;
}
#header-search a:last-child {
	margin:0;
}
#header-search a:hover img {
	margin:-22px 0 0 0;
}
/* FLICKR */
.widget_woo_flickr h3 {
}
.widget_woo_flickr h3 span {
	color:#0061D8;
}
.widget_woo_flickr h3 span span {
	color:#FF1183;
}
.widget_woo_flickr .flickr_badge_image {
	float: left;
	margin: 3px;
}
.widget_woo_flickr .wrap {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
}
.widget_woo_flickr a img {
	float: left;
	margin: 0 0 8px 8px;
	display: block;
	border: #CECFC6 1px solid;
	padding: 3px;
}
.widget_woo_flickr a:hover img {
	border:#A8AA99 1px solid;
}
/* LIFESTREAM */
.widget_lifestream ul li {
	border-bottom: 1px solid #e0e6e6;
}
.widget_lifestream ul li a {
	border:none;
	background:none!important;
}
.widget_lifestream ul .lifestream_meta {
	color: inherit;
}
/* CALENDAR */
#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}
#wp-calendar caption {
	padding:0 0 10px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
	background:rgba(0, 0, 0, .05);
	padding:5px;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding:3px 0;
}
/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background:#F8F8F8;
	background:rgba(255, 255, 255, 0.7);
}
.widget_woo_blogauthorinfo .left {
	float:left;
	margin:0 10px 5px 0;
}
.widget_woo_blogauthorinfo .right {
	float:right;
	margin:0 0 5px 10px;
}
/* TWITTER */
.widget_woo_twitter .back {
	padding: 15px 25px 10px;
	background: #f8f8f8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.widget_woo_twitter ul {
	background: none;
	padding-left:0;
}
.widget_woo_twitter ul li {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
	list-style:none;
}
.widget_woo_twitter ul li a {
	padding: 0px;
}
.widget_woo_twitter ul li .time {
	color:#999;
}
.widget_woo_twitter p {
	padding-top: 10px;
}
.widget_woo_twitter p a {
	color:#222;
}
.widget_woo_twitter ul li .content {
	font-size: 16px;
	font-family: "Hera", serif;
}
.widget.widget_woo_twitter h3 {
	border-bottom:none;
	padding:0;
	margin:0;
	padding-bottom: 15px;
}
/* Feedback */
.feedback .pagination {
	margin-top: 20px;
}
/* 4.3 WooTabs */
#tabs {
	background:#fff;
	height:auto;
	display: block;
	padding:5px;
	margin-bottom:30px;
}
#tabs ul.wooTabs {
	padding:0px;
	display:none
}
#tabs ul.wooTabs li {
	float: left;
	display:inline;
	color: #ffffff;
	margin:0px;
	cursor: pointer;
}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	background:#F8F8F8;
	text-decoration:none;
}
#tabs ul.wooTabs li a {
	color:#777;
	display: block;
	float: left;
	padding: 8px;
	text-transform:uppercase;
	font:11px/18px"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tabs .inside {
	background:#fff;
	padding:0
}
#tabs .inside li {
	background:#fff;
}
#tabs #tab-tags {
	padding:10px;
}
#tabs .inside ul {
	margin:0;
	border:none;
	border-width:1px 0 1px 0;
	list-style: none;
	padding-left: 0px;
}
#tabs .inside li {
	border:1px solid #e6e6e6;
	border-width:0 0 1px 0;
	padding:10px;
}
#tabs .inside li a {
	color:#555;
	font:bold 12px/18px Georgia, serif;
	padding:0;
}
#tabs .inside a:hover {
}
#tabs .inside li span.meta {
	display:block;
	font:11px/20px"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#777;
}
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 2px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}
#tabs {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius:3px;
}
#tabs .inside .list {
	display:none;
}
#tabs .inside .list:first-child {
	display:block;
}

#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    top: 0!important;
    right:0!important;

}
#mc_embed_signup .asterisk {
    color: #ea5624!important
}


/*-------------------------------------------------------------------------------------------*/

/* 5. COMMENTS */

/*-------------------------------------------------------------------------------------------*/
#dsq-content ul.children {
	background:#effbf4;
}
/* 5.1 Comments */
#comments {
	position:relative;
	margin:40px 0 0;
	padding:40px 0 0 0;
	border-top:1px solid #e6e6e6;
	border-top:1px solid rgba(0, 0, 0, 0.07);
}
#comments h3 {
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}
#comments .comment.thread-even {
	background: #fafafa;
	background: rgba(0, 0, 0, 0.02);
	border-bottom:1px solid #e6e6e6;
	border-bottom:1px solid rgba(0, 0, 0, 0.07);
}
#comments .comment {
	margin-top:10px;
	width:100%;
	list-style-type:none;
}
#comments .bypostauthor {
}
#comments .comment .comment-container {
	position:relative;
	padding: 20px;
}
#comments .comment-head {
	margin: 0 0 15px 0;
}
#comments .avatar {
	float:left;
	margin: 0 15px 10px 0;
}
#comments .avatar img {
	margin: 0;
	vertical-align: middle;
	border:1px solid #ddd;
	padding:3px;
	background:#fff;
}
#comments .comment-head .name {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma {
	font-size: 11px;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
}
#comments .reply {
	padding-top:10px;
}
#comments .reply a {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#FFFFFF;
	color:#555555 !important;
	text-shadow:none;
}
#comments .reply a:hover {
	background:#fafafa;
}
#comments ul.children {
	margin:10px 10px 0 25px;
	padding:0;
}
#comments ul.children li {
	border-top:1px solid #e6e6e6;
}
#comments .cancel-comment-reply {
	margin:10px 0;
}
#comments .navigation {
}
#comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
}
#comments .navigation a:hover {
}
#comments h3#pings {
	margin-top:25px;
}
#comments .pingbacks li.pingback {
	margin:10px 0;
}
#comments .pingbacks li.pingback .reply {
	display:none;
}
/* 5.2 Comments Form */
#respond {
	margin: 40px 0 0;
}
#respond h3 {
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}
#respond #reply-title small {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
#respond .left {
	float:left;
	width:200px;
	margin-right:15px;
}
#respond .right {
	float:left;
	width:380px;
}
#respond label {
	font-size:11px;
	color:#777;
}
#commentform {
	margin: 15px 0 0 0;
}
#commentform input.txt, #commentform textarea {
	font:14px/14px Arial, Helvetica, sans-serif;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
}
#commentform input.txt {
	color:#666;
	background: #fcfcfc;
	width: 170px;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
}
#commentform textarea {
	color:#666;
	background: #fcfcfc;
	width: 95% !important;
	padding: 5px 7px;
}
#commentform #submit {
	margin: 15px 0 0 0;
}
/* 5.3 Pingbacks / Trackbacks */
h3#pings {
	margin: 25px 0 10px 0;
}
.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.pinglist li .author {
	font-weight: bold;
	font-size: 15px;
}
.pinglist li .date {
	font-size: 11px;
}
.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}

.post-list-style-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 915px;
}
/*-------------------------------------------------------------------------------------------*/

/* 6. MISC */

/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a, #respond .form-submit input#submit {
	font-family: "Hera", serif;
	background: url(images/alert-overlay.png);
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none;
	border:none;
	position: relative;
	cursor: pointer;
}
.button, .button:visited, .reply a, #respond .form-submit input#submit {
	background-color:#444;
}
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover {
	color: #fff !important;
	text-decoration:none;
}
.button:active, .reply a:active, #respond .form-submit input#submit:active {
	top: 1px;
}
.small.button, .small.button:visited, .reply a {
	font-size: 10px;
	padding: 0px 6px 1px;
	text-transform:uppercase;
}
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit {
	font-size: 12px;
	line-height: 1;
}
.large.button, .large.button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.button, .button:visited, .reply a, #respond .form-submit input#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, .25);
	border-bottom-color: rgba(0, 0, 0, .35);
}
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover {
	opacity:0.9;
}
/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {
	margin:10px 0 20px 0;
	padding:9px 10px 9px 50px;
}
p.alert {
	border-top:1px solid #f0baa2;
	border-bottom:1px solid #f0baa2;
	background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px;
}
p.download {
	border-top:1px solid #d4ebaf;
	border-bottom:1px solid #d4ebaf;
	background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px;
}
p.tick {
	border-top:1px solid #d4ebaf;
	border-bottom:1px solid #d4ebaf;
	background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px;
}
p.info {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee url(images/ico-info.png) no-repeat 20px 13px;
}
p.note {
	border-top:1px solid #efe3ae;
	border-bottom:1px solid #efe3ae;
	background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px;
}
/* 6.3 Contact Form */
#contact-page .screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
#contact-page ol.forms {
	float:left;
	list-style:none;
	width:100%;
	margin:10px 0 0;
}
#contact-page ol.forms li {
	clear:both;
	float:left;
	margin-bottom:18px;
	position:relative;
	width:100%
}
#contact-page ol.forms label {
	cursor:pointer;
	display:block;
	float:left;
	font-weight:700;
	padding-right:20px;
	width:100px;
}
#contact-page ol.forms input.txt {
	width:214px;
}
#contact-page ol.forms input#sendCopy {
	border:none;
}
#contact-page ol.forms textarea {
	height:300px;
	width:70%;
}
#contact-page ol.forms li .error {
	font-size:12px;
	display:block;
	margin-left:120px;
	color:red;
}
#contact-page ol.forms li.textarea .error {
	display:block;
	margin-left:120px
}
#contact-page ol.forms li.screenReader {
	margin-bottom:0;
}
#contact-page ol.forms li.buttons .submit {
	margin: 15px 0 0 120px;
}
#contact-page ol.forms li.inline input {
	width:auto;
	margin-left:120px;
}
#contact-page ol.forms li.inline label {
	display:inline;
	float:none;
	width:auto;
}
.three-col-left #contact-page ol.forms textarea, .three-col-middle #contact-page ol.forms textarea, .three-col-right #contact-page ol.forms textarea {
	width: 65%;
}
.three-col-left #contact-page ol.forms input#sendCopy, .three-col-middle #contact-page ol.forms input#sendCopy, .three-col-right #contact-page ol.forms input#sendCopy {
	float: left;
}
/* 6.4 Gravity forms */
.gfield {
	margin-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
	display:block;
	padding-right:20px;
	width: 100px;
	margin: 5px 0px 4px !important;
	font: normal normal normal 14px Arial, sans-serif;
	font-weight: bold;
}
.gform_wrapper input.button {
	padding: 5px 10px 6px !important;
	font-size: 12px !important;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
	font-size: 12px !important;
}
.gform_footer {
	font-size: 13px !important;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	letter-spacing: 0px;
}
.gform_wrapper input {
	padding: 7px 3px !important;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 400px !important;
	padding: 7px 3px !important;
}
.gform_wrapper .entry img, .gform_wrapper img.thumbnail {
	padding: 0px !important;
	border: 0px !important;
}
ul.top_label .clear-multi {
	clear: none !important;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
	margin-left: 120px !important;
}
img.ui-datepicker-trigger {
	border: 0px;
	padding: 0px;
}
/* 6.5 Tumblog */
.entry .quote, .entry .video {
	margin-bottom:1.5em;
}
.entry .quote blockquote {
	font-style:italic;
}
.entry .quote cite {
	text-align: right;
	font-style: normal;
	display: block;
	font: 0.9em sans-serif;
}
.entry .quote cite:before {
	content:'~ '
}
/* 6.6 Subscribe & Connect */
#connect {
	background: #fafafa;
	margin:0 0 1.5em;
	padding:15px;
	border:1px solid #e6e6e6;
	border-width:1px 0 4px;
	clear:both;
}
#main #connect .col-left, #connect .col-right {
	width:48%;
}
#connect h3 {
	margin-bottom: 10px;
}
#connect p {
	margin: 0 0 1em;
}
#connect .newsletter-form {
	margin: 0 0 1em;
}
#connect .newsletter-form .input {
}
#connect .newsletter-form .email {
	width:140px;
}
#connect .newsletter-form .submit {
	cursor:pointer;
	padding: 3px 5px;
	margin:0 0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#connect .social {
}
#connect .social a {
	opacity:0.8;
}
#connect .social a:hover {
	opacity:1;
}
#connect .related-posts {
	border-left:1px solid #e6e6e6;
	padding-left:15px;
}
#connect .related-posts ul {
	list-style: outside disc;
	margin:5px 0 5px 15px;
}
.widget #connect {
	background: none;
	padding: 0;
	border:none;
}
.widget #connect .fl, .widget #connect .fr {
	float:none;
}

.featured-post,
.featured-shop{
	width:48.35%;
	float:left;
	text-align: center;
	border-top: 1px solid #dadada;
	margin:15px 12px 0;
	
}


.featured-post img,
.featured-shop img{
	max-width:100%;
	height:auto;
}

.featured-shop{
	margin:15px 0 0
}


h3.featured{
	font-family: "Hera", serif;
	font-size: 13px;
	color:#5e6162;
	background:#fff;
	padding:0 10px; 
	text-transform: uppercase;
	position: relative;
	top:-10px;
	display:inline-block;
	font-weight: 400;
}

.featured-categories{
	padding:0 12px 20px ;
	margin:0 0;
	clear: both;
	width:100%;
	box-sizing:border-box;
}
.featured-cat{
	width:32.9%;
	display:inline-block;
	margin:25px .65% 0 0;
	border-top: 1px solid #dadada;
	text-align: center;
	box-sizing:border-box;

}
.featured-cat img{
	clear: both;
	max-width: 100%;
	height:auto;
}
.featured-cat:last-child{
	margin:25px 0 0;
	float:right;
}

/* 6.7 Featured Posts Shortcode */
.woo-sc-featured-posts ul {
	float: left;
	clear: both;
	list-style: none;
	padding-left: 0px;
}
.woo-sc-featured-posts ul li {
	float: left;
	clear: both;
	list-style: none;
	margin-bottom: 10px;
}
.woo-sc-featured-posts ul li .thumbnail {
	float: left;
	margin-right: 10px;
}
.woo-sc-featured-posts ul li .related-title {
	float: left;
}

.page-id-23645 .col-full {
	max-width: 100%!important;
	width: 1100px!important;
}

.page-id-23645 .vc_separator {
	max-width: 225px;
}

.page-id-23645 .col-left p {
	font-size: 16px;
}

.page-id-23645 #content {
  padding-bottom: 0;
}

.page-id-23645 #footer {
  margin-top: 0;
}

.carlton-landing-photo-2 {
	position: relative;
	z-index: 100;
}

.carlton-landing-photo-1:hover img, .carlton-landing-photo-2:hover img, .carlton-landing-photo-3:hover img {
	opacity: 1!important;
}

.vc_custom_1509390131823 .vc_column-inner {
/*	padding-left: 0;
	padding-right: 0;*/
}

@media (max-width: 767px) {

  html body .vc_custom_1509386370474 {
    margin-top: 0!important;
  }

  html body .vc_custom_1509390131823 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0!important;
}

.as-seen-in-row {
  text-align: center;
}

.as-seen-in-row .vc_row > .wpb_column {
  display: inline-block;
  float: none;
  max-width: 300px;
}

/*-------------------------------------------------------------------------------------------*/

/* 7. LAYOUTS */

/*-------------------------------------------------------------------------------------------*/

/* 7.1 Site width */
/*.width-1200 .col-full {
	width:1200px;
}*/
.width-1010 .col-full {
	width:1010px;
}
.width-980 .col-full {
	width:980px;
}
.width-960 .col-full {
	width:960px;
}
.width-940 .col-full {
	width:940px;
}
.width-880 .col-full {
	width:880px;
}
.width-760 .col-full {
	width:760px;
}
.col-full{margin:0 auto;}
/*.width-1200 #wrapper {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}*/
.width-1010 #wrapper {
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}
.width-980 #wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.width-960 #wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.width-940 #wrapper {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.width-880 #wrapper {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
.width-760 #wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
/*.width-1200 #footer-widgets .block {
	width:275px
}*/
.width-1010 #footer-widgets .block {
	width:231px
}
.width-980 #footer-widgets .block {
	width:220px
}
.width-960 #footer-widgets .block {
	width:215px
}
.width-880 #footer-widgets .block {
	width:195px
}
.width-760 #footer-widgets .block {
	width:165px
}

html body .col-full {
  /*max-width: 100%;*/
	/*width: 915px!important;*/
  width: 100%!important;
}
/* 7.2 two-col-left */



@media (min-width: 768px) {
.two-col-left #main-sidebar-container {
  display:inline;
}

.two-col-left #main-sidebar-container #main {
  width:610px;
  float:left;
  display:inline;
}


.two-col-left #main-sidebar-container #sidebar {
    width:250px;
    float:right;
    display:inline;
  }
}
/*.two-col-left-1200 #main-sidebar-container #main {
	width:800px;
}
.two-col-left-1200 #main-sidebar-container #sidebar {
	width:370px;
	float:right;
	display:inline;
}*/
.col-left,
.two-col-left-1010 #main-sidebar-container #main {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .col-left,
    .two-col-left-1010 #main-sidebar-container #main {
      padding: 0;
      /*width: 500px!important;*/
  }
}

@media (min-width: 1001px) {

  .col-left,
  .two-col-left-1010 #main-sidebar-container #main {
    width:630px!important;
  }
}

.custom-sidebar,
.two-col-left-1010 #main-sidebar-container #sidebar {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .custom-sidebar,
  .two-col-left-1010 #main-sidebar-container #sidebar {
    margin-right: 20px;
  }
}

.custom-sidebar .widget,
.two-col-left-1010 #main-sidebar-container #sidebar .widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px!important;
}

@media (min-width: 768px) {
  .custom-sidebar,
  .two-col-left-1010 #main-sidebar-container #sidebar {
    width:240px;
    float:right;
    display:inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1000px){

  .home .custom-sidebar, .home.two-col-left #main-sidebar-container #main + #sidebar {
    display: block;
    float: none!important;
    margin-right: auto!important;
    margin-left: auto!important;
  }
}

@media (max-width: 767px) {
  .home .shop-my-faves + .col-full > .col-left {
    margin-bottom: 60px;
  }

  .blog-pagination {
    text-align: center;
  }


}




.two-col-left-980 #main-sidebar-container #main {
	width:650px;
}
.two-col-left-960 #main-sidebar-container #main {
	width:641px;
	padding:20px;
}
.two-col-left-880 #main-sidebar-container #main {
	width:550px;
}
.two-col-left-760 #main-sidebar-container #main {
	width:480px;
}
.two-col-left-880 #main-sidebar-container #sidebar {
	width:300px;
}
.two-col-left-760 #main-sidebar-container #sidebar {
	width:250px;
}
/* 7.3 two-col-right */
.two-col-right #main-sidebar-container {
	display:inline;
}
.two-col-right #main-sidebar-container #main {
	width:610px;
	float:right;
	display:inline;
}
.two-col-right #main-sidebar-container #sidebar {
	width:300px;
	float:left;
	display:inline;
}
/*.two-col-right-1200 #main-sidebar-container #main {
	width:800px;
}
.two-col-right-1200 #main-sidebar-container #sidebar {
	width:370px;
	float:left;
	display:inline;
}*/
.two-col-right-980 #main-sidebar-container #main {
	width:650px;
}
.two-col-right-960 #main-sidebar-container #main {
	width:630px;
}
.two-col-right-880 #main-sidebar-container #main {
	width:550px;
}
.two-col-right-880 #main-sidebar-container #sidebar {
	width:300px;
}
.two-col-right-760 #main-sidebar-container #main {
	width:480px;
}
.two-col-right-760 #main-sidebar-container #sidebar {
	width:250px;
}
/* 7.4 three-col-left */
.three-col-left #main-sidebar-container {
	width:760px;
	float:left;
	position:relative;
	display:inline;
}
.three-col-left #main-sidebar-container #main {
	width:440px;
	float:left;
	display:inline;
}
.three-col-left #main-sidebar-container #sidebar {
	width:300px;
	float:right;
	display:inline;
}
.three-col-left #sidebar-alt {
	float:right;
	width:160px;
	margin:0;
	display:inline;
}
/*.three-col-left-1200 #main-sidebar-container {
	width:1000px;
}
.three-col-left-1200 #main-sidebar-container #main {
	width:680px;
}
.three-col-left-1200 #sidebar-alt {
	float:right;
	width:180px;
	margin:0;
	display:inline;
}*/
.three-col-left-980 #main-sidebar-container {
	width:800px;
}
.three-col-left-980 #main-sidebar-container #main {
	width:480px;
}
.three-col-left-960 #main-sidebar-container {
	width:780px;
}
.three-col-left-960 #main-sidebar-container #main {
	width:460px;
}
.three-col-left-880 #main-sidebar-container {
	width:740px;
}
.three-col-left-880 #main-sidebar-container #main {
	width:420px;
}
.three-col-left-880 #main-sidebar-container #sidebar {
	width:300px;
}
.three-col-left-880 #sidebar-alt {
	width:120px;
}
.three-col-left-760 #main-sidebar-container {
	width:620px;
}
.three-col-left-760 #main-sidebar-container #main {
	width:350px;
}
.three-col-left-760 #main-sidebar-container #sidebar {
	width:250px;
}
.three-col-left-760 #sidebar-alt {
	width:120px;
}
/* 7.5 three-col-middle */
.three-col-middle #main-sidebar-container {
	width:760px;
	float:right;
	position:relative;
	display:inline;
}
.three-col-middle #main-sidebar-container #main {
	width:440px;
	float:left;
	display:inline;
}
.three-col-middle #main-sidebar-container #sidebar {
	width:300px;
	float:right;
	display:inline;
}
.three-col-middle #sidebar-alt {
	float:left;
	width:160px;
	margin:0;
	display:inline;
}
.three-col-middle-1200 #main-sidebar-container {
	width:1000px;
}
.three-col-middle-1200 #main-sidebar-container #main {
	width:680px;
}
.three-col-middle-1200 #sidebar-alt {
	float:left;
	width:180px;
	margin:0;
	display:inline;
}
.three-col-middle-980 #main-sidebar-container {
	width:800px;
}
.three-col-middle-980 #main-sidebar-container #main {
	width:480px;
}
.three-col-middle-960 #main-sidebar-container {
	width:780px;
}
.three-col-middle-960 #main-sidebar-container #main {
	width:460px;
}
.three-col-middle-880 #main-sidebar-container {
	width:740px;
}
.three-col-middle-880 #main-sidebar-container #main {
	width:420px;
}
.three-col-middle-880 #main-sidebar-container #sidebar {
	width:300px;
}
.three-col-middle-880 #sidebar-alt {
	width:120px;
}
.three-col-middle-760 #main-sidebar-container {
	width:620px;
}
.three-col-middle-760 #main-sidebar-container #main {
	width:350px;
}
.three-col-middle-760 #main-sidebar-container #sidebar {
	width:250px;
}
.three-col-middle-760 #sidebar-alt {
	width:120px;
}
/* 7.6 three-col-right */
.three-col-right #main-sidebar-container {
	width:760px;
	float:right;
	position:relative;
	display:inline;
}
.three-col-right #main-sidebar-container #main {
	width:440px;
	float:right;
	display:inline;
}
.three-col-right #main-sidebar-container #sidebar {
	width:300px;
	float:left;
	display:inline;
}
.three-col-right #sidebar-alt {
	float:left;
	width:160px;
	margin:0;
	display:inline;
}
.three-col-right-1200 div#wrapper #main-sidebar-container {
	width:1000px;
}
.three-col-right-1200 div#wrapper #main-sidebar-container #main {
	width:680px;
}
.three-col-right-1200 #sidebar-alt {
	float:left;
	width:180px;
	margin:0;
	display:inline;
}
.three-col-right-980 div#wrapper #main-sidebar-container {
	width:800px;
}
.three-col-right-980 div#wrapper #main-sidebar-container #main {
	width:480px;
}
.three-col-right-960 div#wrapper #main-sidebar-container {
	width:780px;
}
.three-col-right-960 div#wrapper #main-sidebar-container #main {
	width:460px;
}
.three-col-right-880 #main-sidebar-container {
	width:740px;
}
.three-col-right-880 #main-sidebar-container #main {
	width:420px;
}
.three-col-right-880 #main-sidebar-container #sidebar {
	width:300px;
}
.three-col-right-880 #sidebar-alt {
	width:120px;
}
.three-col-right-760 #main-sidebar-container {
	width:620px;
}
.three-col-right-760 #main-sidebar-container #main {
	width:350px;
}
.three-col-right-760 #main-sidebar-container #sidebar {
	width:250px;
}
.three-col-right-760 #sidebar-alt {
	width:120px;
}
/*-------------------------------------------------------------------------------------------*/

/* 8. TEMPLATES / SLIDER */

/*-------------------------------------------------------------------------------------------*/

/* 8.1 WooSlider */
.one-col-1200 #loopedSlider, .one-col-1200 #loopedSlider .container {
	width: 1200px;
}
.one-col-980 #loopedSlider, .one-col-980 #loopedSlider .container {
	width: 980px;
}
.one-col-960 #loopedSlider, .one-col-960 #loopedSlider .container {
	width: 960px;
}
.one-col-940 #loopedSlider, .one-col-940 #loopedSlider .container {
	width: 940px;
}
.one-col-880 #loopedSlider, .one-col-880 #loopedSlider .container {
	width: 880px;
}
.one-col-760 #loopedSlider, .one-col-760 #loopedSlider .container {
	width: 760px;
}
.two-col-left-1200 #loopedSlider, .two-col-left-1200 #loopedSlider .container, .two-col-right-1200 #loopedSlider, .two-col-right-1200 #loopedSlider .container {
	width: 800px;
}
.two-col-left-980 #loopedSlider, .two-col-left-980 #loopedSlider .container, .two-col-right-980 #loopedSlider, .two-col-right-980 #loopedSlider .container {
	width: 650px;
}
.two-col-left-960 #loopedSlider, .two-col-left-960 #loopedSlider .container, .two-col-right-960 #loopedSlider, .two-col-right-960 #loopedSlider .container {
	width: 630px;
}
.two-col-left-940 #loopedSlider, .two-col-left-940 #loopedSlider .container, .two-col-right-940 #loopedSlider, .two-col-right-940 #loopedSlider .container {
	width: 610px;
}
.two-col-left-880 #loopedSlider, .two-col-left-880 #loopedSlider .container, .two-col-right-880 #loopedSlider, .two-col-right-880 #loopedSlider .container {
	width: 550px;
}
.two-col-left-760 #loopedSlider, .two-col-left-760 #loopedSlider .container, .two-col-right-760 #loopedSlider, .two-col-right-760 #loopedSlider .container {
	width: 480px;
}
.three-col-left-1200 #loopedSlider, .three-col-left-1200 #loopedSlider .container, .three-col-middle-1200 #loopedSlider, .three-col-middle-1200 #loopedSlider .container, .three-col-right-1200 #loopedSlider, .three-col-right-1200 #loopedSlider .container {
	width: 680px;
}
.three-col-left-980 #loopedSlider, .three-col-left-980 #loopedSlider .container, .three-col-middle-980 #loopedSlider, .three-col-middle-980 #loopedSlider .container, .three-col-right-980 #loopedSlider, .three-col-right-980 #loopedSlider .container {
	width: 480px;
}
.three-col-left-960 #loopedSlider, .three-col-left-960 #loopedSlider .container, .three-col-middle-960 #loopedSlider, .three-col-middle-960 #loopedSlider .container, .three-col-right-960 #loopedSlider, .three-col-right-960 #loopedSlider .container {
	width: 460px;
}
.three-col-left-940 #loopedSlider, .three-col-left-940 #loopedSlider .container, .three-col-middle-940 #loopedSlider, .three-col-middle-940 #loopedSlider .container, .three-col-right-940 #loopedSlider, .three-col-right-940 #loopedSlider .container {
	width: 440px;
}
.three-col-left-880 #loopedSlider, .three-col-left-880 #loopedSlider .container, .three-col-middle-880 #loopedSlider, .three-col-middle-880 #loopedSlider .container, .three-col-right-880 #loopedSlider, .three-col-right-880 #loopedSlider .container {
	width: 420px;
}
.three-col-left-760 #loopedSlider, .three-col-left-760 #loopedSlider .container, .three-col-middle-760 #loopedSlider, .three-col-middle-760 #loopedSlider .container, .three-col-right-760 #loopedSlider, .three-col-right-760 #loopedSlider .container {
	width: 350px;
}
#loopedSlider .container {
	overflow:hidden;
	position:relative;
}
#loopedSlider .slides {
	min-height:200px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#loopedSlider {
	margin:0 auto 40px;
	padding:0;
	position:relative;
}
#loopedSlider .nav-buttons {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
#loopedSlider .content {
	position:absolute;
	left:0px;
	top:20px;
}
#loopedSlider .content h2 {
	float:left;
	color:#fff;
	margin-bottom:0;
	padding:5px 20px;
}
#loopedSlider .content h2 a:hover {
	text-decoration:underline;
}
#loopedSlider .content p {
	clear:both;
	float:left;
	color:#ccc;
	padding:5px 20px 10px 20px;
}
#loopedSlider .content p, #loopedSlider .content h2 {
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, .7);
	max-width:350px;
}
/* 8.1.1 Pagination */
#loopedSlider.has-pagination {
	margin-bottom: 50px;
}
#loopedSlider .pagination-wrap {
	text-align: center;
	margin: 10px 10px 20px 10px;
	position: absolute;
	width: 97%;
	z-index: 10;
}
#loopedSlider .pagination {
	display: inline;
}
#loopedSlider .pagination li {
	display: inline-block;
	margin-right: 2px;
	width: 12px;
	height: 12px;
}
#loopedSlider .pagination li a {
	background: transparent url('images/slider-pagination.png') no-repeat left top;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
}
#loopedSlider .pagination li.current a {
	background-position: left -12px;
}
body.ie7 #loopedSlider .pagination li {
	display: inline;
	zoom: 1;
}
/* 8.2 Magazine template */
.magazine .block {
	float:left;
	width:48%;
}
.magazine .block.last {
	float:right;
}
.magazine #loopedSlider a.previous {
	position:absolute;
	bottom:10px;
	right:50px;
	opacity:0.8;
	z-index: 999;
}
.magazine #loopedSlider a.next {
	position:absolute;
	bottom:10px;
	right:15px;
	opacity:0.8;
	z-index: 999;
}
.magazine #loopedSlider a.previous:hover, #loopedSlider a.next:hover {
	opacity:1;
}
/* 8.2 Business template */
.business #loopedSlider, .business #loopedSlider .container {
	width:auto;
}
.business #loopedSlider a.previous {
	position:absolute;
	top:45%;
	left:-40px;
	opacity:0.8;
}
.business #loopedSlider a.next {
	position:absolute;
	top:45%;
	right:-40px;
	opacity:0.8;
}
.business #loopedSlider a.previous:hover, #loopedSlider a.next:hover {
	opacity:1;
}
.business #loopedSlider .entry {
	padding:0 15px;
}
.business h2, .business h3, .business h4, .business h5, .business h6 {
	margin-top:0.3em;
}
/* 8.3 Footer Widgets 1-4 Columns */

#wpstats {
  width: 0;
  position: absolute;
  height: 0;
}
#footer-widgets.col-1 .block {
	padding:20px 0 0 0px;
	width:100%;
	float:left;
}
#footer-widgets.col-2 .block {
	padding:20px 0 0 3%;
	width:45%;
	float:left;
}
#footer-widgets.col-3 .block {
	padding:20px 0 0 2.4%;
	width:30%;
	float:left;
}
#footer-widgets.col-4 .block {
	padding:20px 0 0 2%;
	width:30.5%;
	float:left;
}
/* 8.5 Portfolio */
#portfolio a.thumb {
	display: block;
	margin: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#portfolio a.thumb:hover {
	text-decoration: none;
	background: url("images/portfolio-hover.png") no-repeat 50% 50%;
}
#portfolio .block h2 {
	font-size:18px;
	margin-bottom:15px;
}
#portfolio .group.portfolio-img a.thumb {
	margin-bottom: 0px;
	margin-right: 0px;
	height: auto;
}
#portfolio .group.portfolio-img a.thumb:hover {
	background-position: 50% 45%;
}
#portfolio .group.portfolio-img {
	float: left;
	display: block;
	margin:0 10px 30px;
}
#portfolio .group.portfolio-img h3 {
	font-size: 14px;
}
#portfolio #port-tags {
	margin: 0 10px 20px;
	padding: 0 0 20px;
}
#portfolio #port-tags .port-cat {
	text-transform:uppercase;
	font-size: 12px;
}
#portfolio #port-tags .port-cat a {
	padding: 2px 6px;
	margin: 0 0 0 5px;
	background: #fff;
	border: 1px solid #BFD4D9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#portfolio #port-tags .port-cat a:hover, #portfolio #port-tags .port-cat a.current {
	text-decoration:none;
	background:#eee;
}

.single-post .post h2 {
  font-weight: 300!important;
}

.single-post .post h3 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300!important;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.single-post .post h4 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300!important;
  margin-bottom: 15px;
  margin-top: 20px;
}

.single-post .post h5 {
  font-weight: 300;
  font-family: 'Montserrat', arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single-post .post h5 a {
  border-bottom: 1px solid #4dbfa3;
  color: #36b495;
}

.single-post .post h5 a:hover {
  border-bottom: none;
  text-decoration: none;
}

.single-post .post ul, .single-post .post ol {
  margin: 20px 0 30px;
}

.single-post .post li {
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 13px;
}

.single-post .post a {
  color: #36b495;
}

.single-post .post li a {
  letter-spacing: 0.075em;
  border-bottom: 1px solid #4dbfa3;
  color: #36b495;
  font-style: normal;
  text-transform: uppercase;
}

.single-post .post li a:hover {
  border-bottom: none;
  color: ##2d2e2f;
  text-decoration: none;
}

/* 8.5.1 Single Portfolio Item */
body.single-portfolio.one-col #post-gallery, body.single-portfolio.one-col .post-embed {
	float: left;
	margin-bottom: 20px;
	width: 60%;
}
body.single-portfolio.one-col-980 #post-gallery, body.single-portfolio.one-col-980 .post-embed {
	width: 55%;
}
body.single-portfolio.one-col-960 #post-gallery, body.single-portfolio.one-col-960 .post-embed {
	width: 55%;
}
body.single-portfolio.one-col-940 #post-gallery, body.single-portfolio.one-col-940 .post-embed {
	width: 55%;
}
body.single-portfolio.one-col-880 #post-gallery, body.single-portfolio.one-col-880 .post-embed {
	width: 55%;
}
body.single-portfolio.one-col-760 #post-gallery, body.single-portfolio.one-col-760 .post-embed {
	width: 45%;
}
body.single-portfolio.two-col-left #post-gallery, body.single-portfolio.two-col-right #post-gallery, body.single-portfolio.two-col-middle #post-gallery, body.single-portfolio.three-col-left #post-gallery, body.single-portfolio.three-col-right #post-gallery, body.single-portfolio.three-col-middle #post-gallery, body.single-portfolio.two-col-left .post-embed, body.single-portfolio.two-col-right .post-embed, body.single-portfolio.two-col-middle .post-embed, body.single-portfolio.three-col-left .post-embed, body.single-portfolio.three-col-right .post-embed, body.single-portfolio.three-col-middle .post-embed {
	float: none;
	margin-bottom: 20px;
}
#post-gallery .slides_control .slide {
	display: none;
}
/* Prevents the gallery from displaying incorrectly on first load. */
#post-gallery .photo-caption {
	background: #FFFFFF;
	padding: 5px;
	display: block;
	position: relative;
	width: 100%;
	top: -50px;
	z-index: 99;
}
#post-gallery .photo-caption {
	filter: alpha(opacity=80);
	/* internet explorer */
	-khtml-opacity: 0.8;
	/* khtml, old safari */
	-moz-opacity: 0.8;
	/* mozilla, netscape */
	opacity: 0.8;
	/* fx, safari, opera */
}
#post-gallery .pagination li {
	display: inline;
	padding-right: 10px;
	margin: 15px 4px 15px 0;
}
#post-gallery .pagination .jcarousel-prev, #post-gallery .pagination .jcarousel-next {
	cursor: pointer;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 45%;
}
#post-gallery .pagination .jcarousel-prev {
	background: transparent url(images/ico-gallery-prev.png) no-repeat left top;
	left: -15px;
}
#post-gallery .pagination .jcarousel-next {
	background: transparent url(images/ico-gallery-next.png) no-repeat right top;
	right: -15px;
}
#post-gallery .pagination .jcarousel-prev-disabled, #post-gallery .pagination .jcarousel-next-disabled {
	filter: alpha(opacity=20);
	/* internet explorer */
	-khtml-opacity: 0.2;
	/* khtml, old safari */
	-moz-opacity: 0.2;
	/* mozilla, netscape */
	opacity: 0.2;
	/* fx, safari, opera */
}
body.single-portfolio .hentry {
	float: right;
	width: 40%;
}
body.single-portfolio.two-col-left .hentry, body.single-portfolio.two-col-right .hentry, body.single-portfolio.two-col-middle .hentry, body.single-portfolio.three-col-left .hentry, body.single-portfolio.three-col-right .hentry, body.single-portfolio.three-col-middle .hentry {
	float: none;
	width: auto;
}
/* 8.5.2 Portfolio Items In Archive Screens */
body.search .portfolio .portfolio-img {
	margin: 0 10px 10px 0;
}
/*-------------------------------------------------------------------------------------------*/

/* 9. BROWSER SPECIFIC */

/*-------------------------------------------------------------------------------------------*/

/* IE6 */
.ie6 .nav .sf-sub-indicator {
	display:none;
}
.ie6 .nav li a:hover {
	text-decoration:none;
}
.ie6 .nav li a.sf-with-ul {
	padding-right:10px;
}
.ie6 .button, .ie6 .button:visited {
	margin:0;
	color:#555 !important;
	font-weight:normal;
}
.reply a {
	color:#555 !important;
}
.ie6 .button, .ie6 .button:visited {
	padding:6px 0;
	margin:0;
}
.ie6 .widget input.submit {
	float:right;
}
.ie6 #loopedSlider .content p, .ie6 #loopedSlider .content a h2 {
	width:300px;
}
.ie6 .business #loopedSlider a.previous {
	top:150px;
}
.ie6 .business #loopedSlider a.next {
	top:150px;
}
/* IE7 */
.ie7 .nav li a {
	_height: 0;
	zoom: 1;
}
/* IE7 Fix */
.ie7 .button, .button:visited {
	padding:7px 6px;
	margin:0;
}
.ie7 .nav-entries a, .ie7 .wp-pagenavi a:link, .ie7 .wp-pagenavi a:visited, .ie7 .wp-pagenavi .current, .ie7 .wp-pagenavi .on, .ie7 .wp-pagenavi a:hover, .ie7 .wp-pagenavi span.extend, .ie7 .wp-pagenavi span.pages {
	font-style:normal !important;
}
.ie7 #comments, .ie7 .comment-container, .ie7 .reply a {
	position: static;
}
.ie7 #footer-widgets .widget_woo_feedback {
	zoom: 1;
}
/* IE8 */
.ie8 .button, .ie8 .button:visited {
	padding:10px 15px;
	margin:0;
}
#slider-area {
	width:940px;
	height:309px;
	overflow:hidden;
	border:10px solid #fff;
	background:#fff;
	margin:0 0 25px 0
}
#slider-area .nr_related_placeholder {
	display:none
}
#slider-area ul {
	position:absolute;
	left:649px;
	top:10px;
	height:308px;
	width:299px;
	z-index:1000
}
#slider-area ul li {
	padding:13px 0 13px 34px;
	font-style:italic;
	height:31px;
	line-height:12px;
	margin:0 0 7px 0
}
#slider-area ul li:hover, #slider-area ul li.activeSlide {
	background:#ececec;
	cursor:pointer;
	background:url(images/bg-slider-nav.png) no-repeat
}
#slider {
	z-index:0;
}
#slider-area ul li a h3 {
	font-family: "Hera", serif;
	color:#5e6162;
	text-transform:uppercase;
	font-style:normal;
	margin:0;
	padding:0;
	border:none
}
#slider-area ul li a:hover {
	text-decoration:none
}
#slider-area ul li a p {
	color:#5e6162;
	font-style:italic;
	border-bottom:1px solid #ececec;
	display:block;
	font-size:12px;
}
#slider {
	float:left;
}
#slider img {
	border:none;
	padding:0;
	margin:0;
}
.circle-date {
	background:url(images/bg-date-orange.png) no-repeat;
	width:70px;
	height:55px;
	text-align:center;
	font-size:18px;
	font-family:'Prata', serif;
	color:#fff;
	padding:15px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
	position:absolute;
	top:-14px;
	left:-55px;
}
.comments-area {
	display:none;
	margin:0 0 20px 0
}
.single-post .comments-area {
	display:block;
}
#post-author, #connect {
	display:none
}
.shareaholic-like-buttonset {
	margin:20px 0 0 0;
	border-top:#efefef;
	display:block
}
.nrelate {
	padding:0 0 0 40px!important
}

@media (max-width: 767px) {
  .single-post #sidebar {
    margin-top: 30px;
  }
}

.older-posts, .newer-posts {
  background-color: #3b78ae;
  color: #fff!important;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  text-transform: uppercase;
}

.older-posts:hover, .newer-posts:hover,
.older-posts:active, .newer-posts:active {
  background-color: #ea5624;
  text-decoration: none;
}

.older-posts {
  margin-right: 20px;
}

.menus{
	display: inline-table;
}

.menuToggle{
	display: none;
	position: absolute;
	top:11px;
	left:15px;
}
#main-nav .close{
	display:none;
}

#main > article.post:first-child {
	padding-top: 0;
}

article.post {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
	padding: 10px 0 52px;
	overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  article.post {
    max-width: none;
    text-align: left;
  }
}

article.post:hover h2, article.post:active h2, article.post:hover .read-more, article.post:active .read-more {
	color: #ea5624;
	text-decoration: none;
}

article.post:hover a, article.post:active a {
  text-decoration: none;
}

article.post h2 {
	color: #11436e;
	font-family: 'Hera', arial, sans-serif;
	font-weight: 300!important;
	line-height: 1.66;
  text-align: center;
}

@media (min-width: 768px) {
  article.post h2 {
    text-align: left;
  }
}

article.post .post-date {
	color: #3b78ae;
	display: inline-block;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

article.post .post-meta, .single-post .post-meta {
  line-height: 1.4;
}

article.post .post-meta {
  text-align: center;
}

@media (min-width: 768px) {
  article.post .post-meta {
    text-align: left;
  }
}

.single-post .post-meta .post-category,
article.post .post-category {
  font-size: 14px;
  margin-right: 5px;
}

article.post .post-meta,
article.post .post-meta a.post-category {
    color: #3b78ae!important;
    font-size: 14px;
}

.single-post .post-meta a.post-category {
  color: #3b78ae!important;
  font-size: 18px;
}

article.post .post-meta a.post-category:hover, .archive .post-meta a.post-category:active,
.single-post .post-meta a.post-category:hover, .single-post .post-meta a.post-category:active {
  color: #ea5624!important;
  text-decoration: none;
}

.archive .post-meta .post-date,
.single-post .post-meta .post-date,
article.post .post-date {
  margin-left: 5px;
}

article.post .post-info .read-more {
	color: #3b78ae;
	display: inline-block;
  float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
	text-transform: uppercase;
	vertical-align: top;
}

@media (min-width: 768px) {
  article.post .post-info .read-more {
    display: block;
    float: none;
    margin-top: 15px;
  }
}

article.post .post-info .read-more:after {
	background: url(images/arrow-right-2.png) no-repeat 50% 50%;
	content: '';
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	width: 5px;
	vertical-align: top;
}

article.post .post-info p {
	color: #2d2e2f;
	font-size: 13px;
  text-align: left;
}

article.post > a:hover, article.post > a:active {
	color: #2d2e2f;
	text-decoration: none;
}

article.post .post-category {
  color: #3b78ae;
  display: inline-block;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

article.post .share-icons {
  display: inline-block;
  float: right;
  text-align: right;
}

@media (min-width: 768px) {

  article.post .share-icons {
    display: block;
    float: none;
    text-align: left;
  }
}

article.post .post-category:hover, article.post .post-category:active {
  color: #ea5624;
}

article.post h2 a, article.post .read-more a {
  color: #3b78ae;
}


article.post h2 a:hover, article.post .read-more a:hover,
article.post h2 a:active, article.post .read-more a:active  {
  color: #ea5624;
}

article.post.style1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 630px;
}

article.post.style1 .wp-post-image {
  height: auto;
  max-width: 100%;
}

article.post.style1 h2 {
	margin-bottom: 18px!important;
	margin-top: 30px;
}

article.post.style2:last-child {
  border-bottom: none;
}

article.post.style2 .post-image {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  article.post.style2 .post-image {
    float: left;
    margin-bottom: 0;
    width: 38.5%;
  }
}

article.post.style2 .post-image img {
	height: auto;
	max-width: 100%;
}

@media (min-width: 768px) {
  article.post.style2 .post-info {
    float: right;
    width: 61.5%;
  }
}

@media (min-width: 768px) {
  article.post.style2 .post-info-inner {
  	padding-left: 20px;
  }
}

article.post.style2 .post-info h2 {
  font-size: 20px;
	margin-bottom: 18px;
}

@media (min-width: 768px) {

  article.post.style2 .post-info h2 {
    font-size: 24px;
  }
}

article.post.style2 {
	clear: both;
	content: '';
	display: block;
}

#main-sidebar-container:after {
	clear: both;
	content: '';
	display: block;
}










.floating-share-bar {
	text: {
		align: center;
	}

	@include breakpoint(max-width 767px) {
		display: none;
	}

	@include breakpoint(768px) {
		width: 25px;
	}

	.social-button-wrapper > span {
		color: $white!important;
	}
}

.share-icons {
	margin-top: 16px;
}

.share-icons .fa {
	display: inline-block;
	color: #c7c7c7!important;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	margin-right: 15px;
	vertical-align: top;
	width: 20px;
}

.share-icons .fa:before {
	font-size: 16px;
}

.share-icons .fa:hover, .share-icons .fa:active {
	color: #11436e!important;
}

.home #main > article:nth-child(3) {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 42px;
}


/* LATEST POSTS SLIDER */

.latest-posts-slider .slick-list {
  padding: 0 20px!important;
}

@media (min-width: 600px) {

  .latest-posts-slider .slick-list {
    padding: 0 50px!important;
  }
}

.latest-posts-slider article {
	background-position: 50% 50%!important;
	background-size: cover!important;
	border: solid #f5faff;
	border-width: 0 5px;
	display: inline-block;
	height: 420px;
	position: relative;
	text-align: center;
	max-width: 100%;
	/*width: 100%!important;*/
}

@media (min-width: 768px) {

  .latest-posts-slider article
    /*width: 635px!important;*/
  }
}

.latest-posts-slider article:hover, .latest-posts-slider article:active {
	opacity: 0.7;
}

.latest-posts-slider article > a {
	display: block;
	height: 100%;
}

.latest-posts-slider .post-title {
	background-color: #fff;
	display: inline-block;
	padding: 15px;
	position: absolute;
	bottom: 50px;
	text-align: center;
    margin: auto!important;
    left: 0;
    right: 0;
    max-width: 300px;
}

.latest-posts-slider .post-title h2 {
	color: #0c436e;
	font-family: 'Hera', georgia, serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1.56;
	text-transform: uppercase;
}

.latest-posts-slider .post-title h2:after {
	background: url(images/wave-1.png) repeat-x;
	background-size: contain;
	content: '';
	display: block;
	height: 9px;
	margin: 15px auto 0;
	width: 55px;
}



/*#content.full-width-template {
	max-width: none!important;
	width: 100%!important;
}*/

#content.full-width-template #main {
	max-width: 100%!important;
	width: 100%!important;
}

.vc_row {
  /*left: 0!important;*/
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1000px) {

  html body .vc_custom_1509391057932 {
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 407px;
  }

  html body .vc_custom_1509386976820 {
    margin-bottom: 30px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 30px!important;
    max-width: 407px;
  }

  html body .vc_custom_1509390876801 {
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 0!important;
    max-width: 407px;
  }

  html body .vc_custom_1509054054567, html body .vc_custom_1509054043736, html body .vc_custom_1509054043736, html body .vc_custom_1509054054567, html body .vc_custom_1509053467874, html body .vc_custom_1509053456075 {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 225px;
  }
}





@media (max-width: 1130px) {

}

@media only screen and (max-width:1048px) {
	.col-full{
		max-width:100%!important;
	}
	.two-col-left-1010 #main-sidebar-container #main {
    margin: 0 auto;
		width: 65%
	}
	.two-col-left-1010 #main-sidebar-container #sidebar {
		width: 29%;
		overflow:hidden;
	}
	#sidebar img{
		max-width: 100%;
		height: auto
	}

	.two-col-left-1010  #content {
		box-sizing:border-box;
		max-width:100%!important;
		padding: inherit 5px 0!important;

	}
	.home-lower{
		box-sizing:border-box;
		max-width:100%!important;
		padding-right:5px!important;
		padding-left:5px!important;
	}

	.nav li{
		margin:0 20px 0 0;
	}

	#text-20{
		margin:0!important;
		max-width:100%;
	}

	#text-3 h2{
		font-size: 32px;
	}
	#text-4 {
		text-align: center
	}
	#text-4 a.icon{ 
		display: inline-block;
		width:23%;
	}
	
	.widget{
		max-width: 100%!important;
		width:100%
	}
	.widget img{
		max-width: 100%;
		height:auto;
	}
	ul.pins-feed-list{
		text-align: center;
	}
	.pinterest_rss_widget ul li.pins-feed-item {
		float:none;
		display: inline-block;
	}
}

@media (min-width:990px){
	
	#top.top-scrolled{
		top: -140px;
	}
	
	#top{
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}	

}


@media only screen and (max-width:900px) {
	#main-nav{
		position: absolute;
		top:10px;
		left:0;
		padding-left:10px;
		box-sizing:border-box;
		background:#fff;
		padding:5px;
		margin:0 20px 0 0;
		display: none;
		width:100%;
	}
	#main-nav .close{
		display:block;
	}

  html body .vc_custom_1509386351795 {
    margin-bottom: 0!important;
  }

	#main-nav .close{
		position:absolute;
		top:0;
		right:7px;
		color: #ec5522!important; 
		background:#fff;
	}
	#sidebar-newsletter-signup{
		margin-left: 15px;
		margin-right: 15px;
	}
	#sidebar-archive-link{
		margin-left: 15px;
		margin-right: 15px;
	}
	.textwidget img{
		margin-left: auto;
		margin-right: auto;
	}
	#advps_container1{
		display: none;
	}
	.single-not-first-post-image{
		float: none;
	}
	.post-content-summary{
		float: none;
		width: 100%;
	}
	
	.menuToggle{
		display:block;
		color: #ec5522!Important;
		letter-spacing: .1em;
		font-size: 14px;
	}
	#text-3{
		padding-left:13px;
		padding-right:13px;
	}

	.featured-post,
	.featured-shop{
		width:46.35%;
	}
	#text-11 .textwidget span{

		font-size: 20px;
	}
	#footer-widgets a.email-link {
		font-size: 11px
	}
	#press-footer h3 {
		text-align: center;
	}
	#press-footer{
		text-align: center;
	}

	#text-9 a:nth-child(3):before{
/*		content:" ";
		display:block;*/
	}
	.nr_unit_5{
		display: none!important;
	}

}

@media (max-width: 767px){


  .two-col-left-1010 #main-sidebar-container #main {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }


  #footer-widgets.col-4 .block {
    padding: 10px 0px 0 2%;
    width:90%;
    margin:0 auto;
    float:none;
  }

  .two-col-left-1010 #main-sidebar-container #main {
    margin: 0 auto;
  }
  .two-col-left-1010 #main-sidebar-container #sidebar {
    width: auto;
  }

  html body .vc_custom_1509053996512 {
    display: block!important;
    text-align: center;
  }

}

@media only screen and (max-width:600px) {
	#header-logo{
		max-width: 300px;
	}
	.home .post-content-summary {
    width: 100%;
    float: none;
	}


	.nr_unit_4{
		display: none!important;
	}
	.nrelate {
		padding: 0px 0px 0px 10px !important;
	}
	.two-col-left-1010  #content
	{
		box-sizing:border-box;
		max-width:100%!important;
		padding-left: 0!important;
    padding-right: 0!important;

	}
	.home-lower{
		box-sizing:border-box;
		max-width:100%!important;
		padding-right:0!important;
		padding-left:0!important;
	}

	.two-col-left-1010 #main-sidebar-container #main {
		width: 100%!important;
		box-sizing:border-box; 
		max-width:100%!important;
		padding-right: 15px!important;
		padding-left: 15px!important;
		overflow: hidden;
	}
	.two-col-left-1010 #main-sidebar-container #sidebar {
		width: 100%;
		overflow:hidden;
		text-align: center
	}
	.entry img, img.thumbnail {
		padding: 0;

	}
	#enhancedtextwidget-2,
	#text-17 {
		width:250px;
		max-width:100%;
		margin:0 auto;
	}

	#enhancedtextwidget-2 ul li,
	#enhancedtextwidget-2 ul{
		width:100%!important;

	}
	#enhancedtextwidget-2 ul li img{
		width:100%!important;
	}
	#logo{
		max-width:90%;
		margin:0 auto;
	}
	#logo img{
		max-width:100%;
		height:auto;
	}
	.featured-categories {
		margin:0;
		text-align: center
	}
	.featured-post, .featured-shop, .featured-cat {
		width: 92%;
		margin:0 auto 20px;
		float:none;

		text-align: center

	}
	h3.featured {
		display: block;
	}

	#header-search .social {
	    width: 117px;
	    float: left;
	}
	#header-search a {
		height:22px;
		width:23px;
		display: inline-block;
		overflow: hidden;
		margin:0 4px 0 0;
	}
	#header-search a:last-child {
		margin:0;
	}
	#header-search a:hover img {
		margin:-22px 0 0 0;
	}
	#main-nav{
		text-align: center;
	}
	#main-nav li{
		width:90%;
		margin:0 auto;

	}

	#text-20{
		position:absolute;
		top:55px;
	}
	.paged .home-lower,
	.two-col-left-1010  #content{
		
		/*padding-top:210px!important;*/
	}

	#pre-footer a.follow {
	    color: #5E6162;
	    float: none;
	    margin: -10px 0px 0px;
	   
	}
	#pre-footer h3 {
		display:block;
		float:none;
		text-align:center;
		left:10px;
	}
	.nav a{
		font-size: 22px;
		padding: 30px 0;
	}
	

}

@media only screen and (max-width:390px) {
	
	.nr_unit_3{ 
		display: none!important;
	}
	.searchform{
		display: none;
	}
	#header-logo{
		padding-bottom: 0;
	}
	#navigation{
		margin-bottom: 0;
	}
	#top{
		height: 155px;
		padding-bottom: 0;
	}
	.two-col-left-1010 #content{
		/*padding-top: 150px !important;*/
	}
	.social img{
		padding-top: 8px;
	}
	.single-not-first-post-image{
		display: block;
		margin: 0 auto;
	}
	.single-not-first-post-image img{
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}
	.post-content-summary{
		margin: 25px 20px;
		width: auto !important;
	}
	#home-top{
		/*display: none;*/
	}
	.home-lower{
		padding-top: 0;
	}
	#sidebar-archive-list ul{
		margin: 0 15px;
	}

  article.post .post-info p {
    font-size: 16px!important;
  }
}

/* Content Top Padding */

#home-top, html body #content {
	padding-top: 166px!important;
  padding-bottom: 40px;
}

@media (min-width: 768px) {

  #home-top, html body #content {
    padding-top: 141px!important;
  }

  .single #main, .single #sidebar,
  .search #main, .search #sidebar,
  .archive #main, .archive #sidebar {
    padding-top: 20px!important;
  }

  #main .entry-shell {
    margin-left: 20px;
  }

  .home .col-left {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}

@media (min-width: 901px) {

  #home-top, html body #content, .paged #main, .paged #sidebar {
    padding-top: 196px!important;
  }

  .archive.paged #main, .archive.paged #sidebar {
    padding-top: 0!important;
  }

  #top {
    height: 185px;
  }
}

.archive_header {
  font-family: 'Hera', georgia, serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ******************************** */
/*          Search Overlay          */
/* ******************************** */

.df-floating-search {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  zoom: 1;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.df-floating-search.active {
  visibility: visible;
  opacity: 1;
}
.search-container-close,
.container-close {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
}
.df-floating-search.active .df-floating-search-form {
  bottom: -50%;
  visibility: visible;
  opacity: 1;
  padding: 0 30px;
}
.df-floating-search-form {
  position: relative;
  bottom: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.df-floating-search-form .label-text {
  width: 100%;
  padding: 0;
  font-size: 2em;
  border-bottom: 1px solid #e5e5e5;
}
.df-floating-search-form-wrap {
  position: relative;
	text-align: center;
}
.df-floating-search-form .df-floating-search-form-input {
  border: none;
	background-color: transparent;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "hera";
  line-height: 1.8;
	width: 100%;
}

@media (min-width: 600px) {

  .df-floating-search-form .df-floating-search-form-input {
    font-size: 24px;
  }
}

.df-floating-search-close {
	padding-left: 20px;
	font-size: 13px;
	color: rgb(204, 204, 204);
	font-family: "hera",sans-serif !important;
  position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}


.df-floating-search-close i {
  font-size: 32px;
}

.main-nav-search-icon{
	padding-top: 2px;
	cursor: pointer;
}
.mobile-nav-search-icon{
	display: none;
}
@media only screen and (max-width: 900px) {
	.mobile-nav-search-icon{
		display: inline;
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    position: absolute;
    right: 0;
	}
	.main-nav-search-icon{
		display: none;
	}

  .social{
    right: 55px;
  }
}