/*
Theme Name:		Petface
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description: 	Premium wordpress template, clean and easy to use.
Version: 		1.0
Author: 		Tawo Dev
Author URI: 	https://tawo-dev.com/
License:
License URI:
Template:		Newsmag
*/


.branding-right {
  position: absolute;
  top: 0;
  width: 165px;
  height: 992px;
  margin-left: calc(50% + 520px);
  background-repeat: no-repeat;
  left: 0;
  z-index: 9;
}

.branding-left {
	position: absolute;
	margin-right: calc(50% + 521px);
	right: 0;
	top: 0;
	width: 165px;
	height: 992px;
  background-repeat: no-repeat;
  z-index: 9;
}

body {
  position: relative;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body .td-post-sharing-top,
body .td-post-sharing-bottom {
	margin: 0;
	padding: 10px 19px 3px 20px;
}

body.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter {
	top: auto;
	bottom: 0;
}
body.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
	margin: 0 40px 0 0;
}
body.td_category_template_4 .td-category-header .td-container {
	padding-bottom: 25px;
}

.single-post .td-post-sharing-top {
	margin-bottom: 0;
}
body .td-post-sharing-bottom .td-post-sharing {
	margin-bottom: 0;
}

@media(max-width: 1023px) {
  .branding-left, .branding-right { display: none; }
}

.admin-bar .branding-left.stickyy,
.admin-bar .branding-right.stickyy {
  top: 30px;
}

.stickyy {
  position: fixed;
  top: 0;
}

.home .stickyy {
  top: 0px;
}