/*---------------------------------------------------------------------------------

	Theme Name: WPCake
  Text Domain: wpcake
	Version: 1.2.4
  Requires PHP: 5.6
  Tested up to: 5.5
  Theme URI: https://wpcake.com
	Description: WPCake is fast, lightweight, and a beautiful free WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. This theme is compatible with WooCommerce, Elementor, and comes with 11 ready to import demo sites. So you can easily import a layout that suits your website and easily customize it with Elementor. WPCake is also responsive, SEO friendly, and translation ready.
	Tags: blog, one-column, custom-menu, featured-images, post-formats, threaded-comments, translation-ready
	Author: WPCake
	Author URI: https://www.wpcake.com/about
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Header
    3.1 Top bar
    3.2 Primary Header
	4.	Blog
	5.  Post Content
	6.	Comments
	7.	Pagination
	8.	Footer
	9.  Media Queries
  10. Social Media Icons

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul { list-style:none; }

blockquote:before,
blockquote:after { content:""; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Screen Reader Text */

.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
	overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


body {
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Georgia, serif;
}

a {
	text-decoration: none;
  color: #09769e;
}

a:hover,
a:active,
a:focus,
header .site-title a:hover{
  color: #000;
  text-decoration: underline;
}

footer a:link,
footer a:hover,
footer a:visited{
  color: #fff;
}

img {
	display: block;
	height: auto;
    max-width: 100%;
}

iframe {
	display: block;
	width: 100%;
}

.clear { clear: both; }

::selection {
	background: #000;
	color: #FFF;
}

input::-webkit-input-placeholder { color: #767676; }
input:-ms-input-placeholder { color: #767676; }
input::-moz-placeholder { color: #767676; }


.searchform{
  position: relative;
}
.searchform input[type=text]{
  padding-right: 110px;
}
.searchform input[type=submit]{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper {
  margin: 0 auto;
  width: 95%;
}
.wpcake-full-width .wrapper{
  width: 95%;
}

.wrapper:after,
.wpcake-blog-default .post:after{
  content:"";
  display: table;
  clear: both;
}

/* -------------------------------------------------------------------------------- */
/*	3.	Header
/* -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	3.1 	Top Bar
/* -------------------------------------------------------------------------------- */
.top-bar-wrap{
  position: relative;
  z-index: 100;
  font-size: 85%;
}
.top-bar{
  border-bottom: 1px solid #ccc;
}
.top-bar-inner{
  width: 95%;
  overflow: hidden;
  clear: both;
  padding: 8px 0;
  margin: 0 auto;
  position: relative;
}
.fullwidth .top-bar-inner{
  max-width: 100%;
  width: 95%;
}
.top-bar li {
  display: inline-block;
}
.top-bar .top-bar-left li{
  margin-right: 12px;
}

.top-bar .top-bar-right li{
  margin-left: 12px;
}

.top-bar-left{
  float: left;
}
.layout-alternate .top-bar-left{
  float: right;
}
.top-bar-social{
  float: right;
}
.layout-alternate .top-bar-social,
.layout-center .top-bar-left,
.layout-center .top-bar-right{
  float: none;
}

/* -------------------------------------------------------------------------------- */
/*	3.2 	Primary Header
/* -------------------------------------------------------------------------------- */
header {
  width: 100%;
  clear: both;
  display: table;
  margin-bottom: 100px;
  z-index: 99998;
  position: relative;
  background-color: transparent;
}

header .header-inner{
  width: 95%;
  margin: 0 auto;
}

header .site-title {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
}
nav {
	float:right;
  margin: 30px 0 0;
}

.site-identity{
  padding: 15px 0;
  overflow: hidden;
}
.custom-logo-link{
  display: inline-block;
}

.toggle-menu {
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 20px auto 0 auto;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.show-menu .toggle-menu {
	text-decoration: line-through;
}

.menu {
	text-align: center;
}

@media ( min-width: 790px ) {

  .site-identity{ float: left; }

  .toggle-menu { display: none; }

  .custom-mobile-logo-link{
    display:none;
  }

  nav ul li { position: relative; }
  nav ul > li { display: inline-block; }
  nav ul > li + li { margin-left: 30px; }
  nav ul ul > li + li { margin-left: 0px; }

  nav ul .page_item_has_children > a:after,
  nav ul .menu-item-has-children > a:after {
    content: " ↓";
    font-family: 'Helvetica', sans-serif;
  }

  nav ul ul .page_item_has_children > a:after,
  nav ul ul .menu-item-has-children > a:after {
    content: " ↓";
    font-family: 'Helvetica', sans-serif;
  }

  nav ul ul {
    position: absolute;
    left: -10000px;
    top: 15px;
    width: 200px;
    z-index: 999999;
  }
  ul.js-showElement{
    left: 0;
  }
  ul ul ul.js-showElement{
    margin-left: 150px;
  }

  nav ul > li > ul {
    font-size: 0.9em;
    padding-top: 20px;
  }

  nav ul ul li{
    width: 100%;
  }
  nav ul ul a,
  nav ul ul a:visited {
    background: #000;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
  }

  nav ul ul a:hover {
    color: #09769e;
  }

  nav ul ul li ul {
    margin: 0;
    padding-left: 20px;
    top: 0;
    width: 200px;
  }

	nav ul ul li:hover > ul,
	nav ul ul ul.focusable {
    margin-left: 200px;
    padding-left: 0;
  }

  footer .wpcake-split{
    clear: both;
    overflow: hidden;
    display: table;
  }
  footer .wpcake-split .section_one{
    float: left;
    text-align: left;
  }
  footer .wpcake-split .section_two{
    float: right;
    text-align: right;
  }

}

/* Right Primary Header Layout */
.wpcake-header-right nav{
  float:left;
}
.wpcake-header-right .site-identity{
  float:right;
  text-align: right;
}
.wpcake-header-right .site-title,
.wpcake-header-right .site-description{
  text-align: right;
}

/* Center Primary Header Layout */
.wpcake-header-center nav{
  float: none;
  margin-bottom: 30px;
}
.wpcake-header-center .site-identity{
  float:none;
  text-align: center;
}
.wpcake-header-center .site-title,
.wpcake-header-center .site-description{
  text-align: center;
}

/* -------------------------------------------------------------------------------- */
/*	3.3	404
/* -------------------------------------------------------------------------------- */
.error404 .wrapper{
  padding-top: 3em;
}
.error404 .page-title{
  font-size: 2.4em;
}



/* -------------------------------------------------------------------------------- */
/*	4.	Blog
/* -------------------------------------------------------------------------------- */


main:before,
.comments:before,
.comment-respond:before,
.comments .comment-respond:after,
.pagination:before,
footer:before {
    background-size: auto 100%;
    content: "";
    display: block;
}

.entry-title {
  line-height: 1.4;
	text-align: center;
}

.featured-image {
    display: block;
    margin: 0 auto 30px auto;
}

.meta {
    color: #767676;
	margin-top: 30px;
}

main .meta p {
	line-height: 1.55;
  margin-bottom: 0;
  text-align: center;
}

span.sep { margin: 0 15px; }

.meta p + p { margin-top: 15px; }

.meta a,
.meta a:hover { color: #767676; }

.sticky-post {
  text-transform: uppercase;
  font-size: 14px;
  padding: 1em 0 1em;
  display: block;
}

/* -------------------------------------------------------------------------------- */
/*	5.	Post Content
/* -------------------------------------------------------------------------------- */

.content-area{
  width: 70%;
  float:left;
  padding-right: 60px;
}
.no-sidebar .content-area{
  margin: 0 auto;
  float: none;
  width: 100%;
  padding: 0;
}

.no-sidebar.wpcake-full-width .content-area{
  width: 100%;
  padding: 0;
  max-width: 100%;
  float: none;
}

.left-sidebar .content-area{
  float:right;
  padding-right: 0;
  padding-left: 60px;
}



.blog.wpcake-blog-default  .post,
.archives.wpcake-blog-default  .post,
.search.wpcake-blog-default  .post{
  margin-bottom: 160px;
}

.blog.wpcake-blog-grid .post{
  width: 48%;
  border: 2px solid #999;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 30px;
}

.sidebar-primary{
  width: 30%;
  float: right;
}

.left-sidebar .sidebar-primary{
  float: left;
}

.pagination{
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidebar-box{
  margin-bottom: 60px;
}

em {
    font-style: italic;
}

main p {
	line-height: 1.55;
	margin-bottom: 30px;
}

main p:last-child { margin-bottom: 0; }

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-weight: 700;
	margin-bottom: 30px;
}

main hr {
	border: none;
	margin: 40px 0;
    text-align: center;
}

main hr:before { content: "***"; }

.content > ol,
.content > ul {
    margin-bottom: 30px;
}

main ol,
main ul {
    margin-left: 1.5rem;
}

main ul { list-style: disc; }
main ul ul { list-style: circle; }
main ul ul ul { list-style: square; }

main ol { list-style: decimal; }
main ol ol { list-style: lower-alpha; }
main ol ol ol { list-style: lower-roman; }

main li {
  line-height: 1.5;
	margin-top: 0.5em;
}

dd,
dt {
	line-height: 1.5;
}

dd + dt { margin-top: 15px; }

pre {
	font-family: Menlo, monospace;
	font-size: 0.9em;
	line-height: 1.5;
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Quotes ----------------------------- */

blockquote {
	border-left: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

blockquote p { font-style: italic; }

blockquote cite:before { content: "— "; }

/* Media ------------------------------ */

figure {
	margin: 0;
}

.alignleft,
.alignright {
	margin-bottom: 20px;
  max-width: 50%;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.aligncenter,
.alignnone,
.alignwide,
.alignfull {
	margin: 0 auto 30px auto;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
	margin-top: 10px;
}

.aligncenter .wp-caption-text { text-align: center; }
.alignright .wp-caption-text { text-align: right; }

/* GUTENBERG CLASSES */

.alignfull {
	position: relative;
	left: calc( 50% - 50vw );
	max-width: 100vw;
	width: 100vw;
}

/* Inputs ----------------------------- */

fieldset {
    border: 1px solid #ddd;
	padding: 25px;
}

fieldset legend {
    font-size: 0.9em;
    font-style: italic;
	padding: 0 15px;
}

label {
	font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
}

textarea,
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  border: 1px solid #ddd;
  color: #000;
  display: block;
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 15px;
  width: 100%;
}
textarea {
  line-height: 1.5;
  height: 200px;
}

input.button,
input[type="button"],
input[type="submit"],
button[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 14px 24px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="button"]:hover,
input.button:hover,
input[type="submit"]:hover{
	background: #767676;
	cursor: pointer;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* Tables ----------------------------- */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

th,
td {
    line-height: 1.4;
	margin: 0;
	overflow: visible;
    padding: 2.5%;
}

caption {
    border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 700;
    padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	border-bottom: 1px solid #ddd;
	font-weight: 700;
}

tbody > tr:nth-child(even) { background-color: #f6f6f6; }


/* Gutenberg Accent Colors --------------------------------------- */

.has-background { background-color: #000; }

.has-black-color { color: #000; }
.has-black-background-color { background-color: #000; }

.has-white-color { color: #fff; }
.has-white-background-color { background-color: #fff; }


/* Block: Image --------------------------------------- */

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: block;
	width: 100%;
}


/* Block: File --------------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.wp-block-file a:not(.wp-block-file__button) {
	text-decoration: none;
}

.wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: .85;
	text-decoration: none;
}


/* Block: Quote --------------------------------------- */

.wp-block-quote.is-large {
	margin-bottom: 30px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	line-height: 1.5;
}


/* Block: Pullquote --------------------------------------- */

.wp-block-pullquote {
	padding: 0;
}


/* Block: Gallery --------------------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 10px;
}

.wp-block-gallery.alignfull {
	padding: 0 8px;
}

ul.wp-block-gallery:not(.alignright) {
	margin-left: 0;
}


/* Block: Cover Image --------------------------------------- */

.wp-block-cover-image.alignfull {
	min-height: 75vh;
}


/* Block: Column --------------------------------------- */

.wp-block-column {
	padding: 0 5px;
}


/* Block: Audio --------------------------------------- */

.wp-block-audio audio {
	width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	6.	Comments
/* -------------------------------------------------------------------------------- */

.comments{
  margin-top:40px;
}

.comment { margin-top: 40px; }

.comment a { text-decoration: underline; }

.commentlist > .comment:first-child { margin-top: 0; }

.comment .comment { margin: 40px 0 0 30px; }

.comment-author a,
.comment-meta a,
.comment .reply a {
    text-decoration: none;
}

.comment-author {
    padding-left: 50px;
    position: relative;
}

.bypostauthor .comment-author cite { font-weight: 700; }

.comment-author .says { display: none; }

.comment-author .avatar {
    position: absolute;
        left: 0;
        top: 1px;
    width: 40px;
}

.comment-awaiting-moderation {
    font-size: 14px;
    font-style: italic;
    padding-left: 50px;
}

.comment-meta {
    font-size: 14px;
    margin: 2px 0 20px 0;
    padding-left: 50px;
}

.comment-meta a,
.comment-meta a:hover { color: #767676; }

.comment .reply {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: right;
}

.comment .reply a { color: #767676; }
.comment .reply a:hover { text-decoration: underline; }

/* Respond ---------------------------- */

.comment-respond p + p { margin-top: 20px; }

main .comment-reply-title { text-align: center; }

.logged-in-as {
    margin: -10px 0 30px;
    text-align: center;
}

.comment-respond label { display: block; }


/* -------------------------------------------------------------------------------- */
/*	7.	Pagination
/* -------------------------------------------------------------------------------- */


.pagination { text-align: center; }
.pagination * + * { margin-left: 30px; }


/* -------------------------------------------------------------------------------- */
/*	8.	Footer
/* -------------------------------------------------------------------------------- */


footer {
  color: #fff;
  line-height: 1.6;
	padding: 40px 0 40px;
	text-align: center;
  clear: both;
  position: relative;
  background-color: #2d2d2d;
  border-top: 1px solid #6f6f6f;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
}
.footer-inner{
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
footer p + p {
    font-style: italic;
    margin-top: 15px;
}

.footer-widgets{
  color: #fff;
  background-color: #3a3a3a;
  border-top: 7px solid #6f6f6f;
  overflow: hidden;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
}
.footer-widgets .footer-inner{
  margin: 70px auto;
  overflow: hidden;
  clear: both;
}
.footer-widgets .widget-title{
  color: #eaeaea;
}

.footer-widgets .widget-area{
  width: 25%;
  padding: .25em 1em;
  float:left;
}
.footer-widgets .widget-area table{
  margin-bottom: 0;
}


/* -------------------------------------------------------------------------------- */
/*	9.	Media Queries
/* -------------------------------------------------------------------------------- */


@media ( max-width: 789px ) {

  body {
    font-size: 16px;
  }

  header {
    background-color: #fff;
  }

  header .header-inner{
    width: 100%;
  }

  .has-mobile-logo .custom-logo-link{
    display: none;
  }

  header .site-identity{
    float:left;
    margin-left: 20px;
    max-width: 65%;
  }

  .toggle-menu {
    display: block;
    float:right;
    margin-right: 20px;
    cursor: pointer;
  }

  header nav{
    clear: both;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #eaeaea;
    background: #f9f9f9;
  }

  header nav {
    display: none;
    margin: 20px 0 0;
  }
  .show-menu header nav{
    display: block;
  }

  nav *{
    line-height: 2;
  }

  nav a{
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #eaeaea;
  }

  nav ul li {
      line-height: 1.5;
      text-align: left;
      margin: 2px 0;
  }

  nav ul li li { text-indent: 20px; }
  header nav ul ul a{
    background-color: #f9f9f9;
  }
  header nav ul ul a

  .show-menu nav { display: block; }

  header { margin-bottom: 40px; }

  header h2 { margin-top: 40px; }

  main:before,
  .comments:before,
  .comment-respond:before,
  .comments .comment-respond:after,
  .pagination:before,
  footer:before {
      margin: 50px auto;
  }

  .featured-image {
      margin-left: -50vw;
      position: relative;
          left: 50%;
      width: 100vw;
  }

  .content-area,
  .sidebar-primary,
  .woocommerce.woocommerce-page .content-area{
    width: 100%;
    float:none;
    padding-left: 0;
    padding-right: 0;
  }
  nav{
    float: none;
  }

  span.sep { margin: 0 10px; }

  .pagination a + a { margin-left: 20px; }

  footer { padding-bottom: 50px; }

  .footer-widgets .widget-area{
    width: 50%;
    padding: .25em 1em;
    float:left;
  }

}
@media ( max-width: 600px ) {
  .footer-widgets .widget-area{
    width: 100%;
    padding: .25em 1em;
    float:none;
  }
}

@media ( max-width: 500px ) {

    main:before,
    .comments:before,
    .comment-respond:before,
    .comments .comment-respond:after,
    .pagination:before,
    footer:before {
        margin: 30px auto;
    }

}


/* -------------------------------------------------------------------------------- */
/*	10.	Social Media Icons
/* -------------------------------------------------------------------------------- */
.menu-social ul li{
  display: inline-block;
  margin: 0 0 0 -4px;
}
.menu-social ul li a {
  display: block;
  margin: 0 4px;
  width: 100%;
}
.menu-social ul li a:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'Fontawesome';
  padding: 0 4px;
  -webkit-font-smoothing: antialiased;
  content: '\f08e';
}
.menu-social li a[href*="dribbble.com"]::before {
  content: '\f17d';
}

.menu-social li a[href*="facebook.com"]::before {
  content: '\f09a';
}

.menu-social li a[href*="flickr.com"]::before {
  content: '\f16e';
}

.menu-social li a[href*="foursquare.com"]::before {
  content: '\f180';
}

.menu-social li a[href*="github.com"]::before {
  content: '\f09b';
}

.menu-social li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

.menu-social li a[href*="instagram.com"]::before {
  content: '\f16d';
}

.menu-social li a[href*="jsfiddle.com"]::before {
  content: '\f1cc';
}

.menu-social li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

.menu-social li a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

.menu-social li a[href*="reddit.com"]::before {
  content: '\f1a1';
}

.menu-social li a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

.menu-social li a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

.menu-social li a[href*="tumblr.com"]::before {
  content: '\f173';
}

.menu-social li a[href*="twitter.com"]::before {
  content: '\f099';
}

.menu-social li a[href*="vimeo.com"]::before {
  content: '\f194';
}

.menu-social li a[href*="vine.co"]::before {
  content: '\f1ca';
}

.menu-social li a[href*="yelp.com"]::before {
  content: '\f1e9';
}

.menu-social li a[href*="youtube.com"]::before {
  content: '\f167';
}

.menu-social li a[href*="wordpress.com"]::before {
  content: '\f19a';
}

.menu-social li a[href*="tripadvisor.com"]::before {
  content: '\f262';
}


/* -------------------------------------------------------------------------------- */
/*	NEW STyLES
/* -------------------------------------------------------------------------------- */


/* BLOG */

.moreinfo_button {
	margin: 30px 0 60px 0;
}

.entry-content .moreinfo_button a{
	padding: 16px;
	background-color: #ff8489;
	color: #FFF !important;
	font-size: 14px;
	margin-right: 12px;
	border-radius: 2px;
}
.entry-content .moreinfo_button a:hover{
	background-color: #000;
}

a.moreinfo_button {
    padding: 16px;
	background-color: #ff8489;
	color: #FFF !important;
	font-size: 14px;
	margin-right: 12px;
	border-radius: 2px;
}

a.moreinfo_button:hover {
    background-color: #000;
}
.post img {
    border: 1px solid #efefef;
    margin: 0 auto 30px auto;
}
.hentry {
    margin: 0 0 3.5em 0;
    border: 1px solid #EFEFEF;
    border-radius: 0.2em;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    clear: both;
    position: relative;
	padding: 1.5em;
}
.blog.wpcake-blog-default .post, .archives.wpcake-blog-default .post, .search.wpcake-blog-default .post {
    margin-bottom: 60px;
}

main .meta p {
	text-align: left;
}
.meta {
    margin: 2px 0 20px 0;
	font-size: 12px;
}
.meta a, .meta a:hover {
    color: #767676 !important;
}
span.sep {
    margin: 0 5px;
}

main .comment-reply-title {
    text-align: left;
}
.logged-in-as {
    margin: -10px 0 30px;
    text-align: left;
}
div#respond{
	border: 1px solid #efefef;
	padding: 20px;
	margin: 40px 0;
}
.hentry .entry-title{
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
}

/* GLOBAL */
.entry-title {
    font-size: 26px;
	text-align: left;
	margin-bottom: 10px;
}
.sidebar-primary ul {
    list-style: none;
	margin-left: 0;
}
.sidebar-primary h1, .sidebar-primary h2, .sidebar-primary h3, .sidebar-primary h4, .sidebar-primary h5, .sidebar-primary h6 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
}

/* -------------------------------------------------------------------------------- */
/*	WOOCOMMERCE
/* -------------------------------------------------------------------------------- */
@media all and (max-width: 790px){
  .woocommerce.woocommerce-page.single-product .content-area,
  .woocommerce.woocommerce-page.single-product .content-area{
    width: 100%;
    float:none;
    padding: 0;
  }
}

.wpcake-cart-count{
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 27px;
  height: 25px;
  text-align: center;
  line-height: 1.4;
  margin-top: 7px;
  margin-right: 12px;
  position: relative;
  font-weight: 800;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
.wpcake-cart-count:after{
  display:block;
  content:" ";
  height:10px;
  border:3px solid #000;
  position:absolute;
  top:-6px;
  left:5px;
  right:5px;
  border-radius:5px;
  z-index:-1;
}
