/*
Theme Name: PURBELLO
Theme URI: #
Description: Designed by <a href="https://www.fiverr.com/usamafayyaz99">Usama Fayyaz</a>.
Author: Usama Fayyaz
Version: 1
Template: genesis
Tags: Custom Theme for PURBELLO. Developed by Usama Fayyaz
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family:'OpenSans', sans-serif;
}
body {
	margin:0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block
}

audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}

audio:not([controls]) {
	display:none;
	height:0
}

[hidden],template {
	display:none
}

a {
	background:0 0
}

a:active,a:hover {
	outline:0
}

abbr[title] {
	border-bottom:1px dotted
}

b,strong {
	font-weight:700
}

dfn {
	font-style:italic
}

h1 {
	font-size:2em;
	margin:.67em 0
}

mark {
	background:#ff0;
	color:#131313
}

small {
	font-size:80%
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

sup {
	top:-.5em
}

sub {
	bottom:-.25em
}

img {
	border:0
}

svg:not(:root) {
	overflow:hidden
}

figure {
	margin:1em 40px
}

hr {
	box-sizing:content-box;
	height:0
}

pre {
	overflow:auto
}

code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}

button {
	overflow:visible
}

button,select {
	text-transform:none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer
}

button[disabled],html input[disabled] {
	cursor:default
}


input {
	line-height:normal
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0
}

input[type=search] {
	box-sizing:content-box
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend {
border:0;
	padding:0
}

textarea {
	overflow:auto
}

optgroup {
	font-weight:700
}

table {
	border-collapse:collapse;
	border-spacing:0
}

td,th {
	padding:0
}

/***Post, Page Entry Header***/
.home.page header.entry-header {
    position: unset;
    text-align: unset;
    padding-top: unset;
    padding-bottom: unset;
    background: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
}
.single header.entry-header, .page header.entry-header {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.home.page article .entry-content {
    margin-top: unset;
}


/*Mobile Menu*/
/* i.fa.fa-bars.mobile-toggle{
	display:none;
} */
span.sub-menu-toggle {
	display: none;
}
.site-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.menu-sidebar {
	transition:0.3s;
}

.genesis-nav-menu a:hover {
    transition: 0.3s;
}

.wp-custom-logo .title-area {
	max-width: none;
	margin-top: 0;
}

.wp-custom-logo .site-title {
	text-indent: 0 !important;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
	transition:0.3s;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
    width: auto;
    max-height: 125px;
    object-fit: contain;
    transition: 0.3s;
}

.sticky-header .custom-logo {
    max-height: 100px;
}



/***Custom Entry Content H4***/
.entry-content h4 {
    font-size: 130%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
    font-family: 'OpenSans', sans-serif;
}


/*Navigation Search Form*/
.nav-primary input[type="search"] {
    height: 40px;
    border-radius: 3px;
    margin-top: 5px;
}

/*Custom style Search Form*/
div.entry-content form.search-form input[type="submit"] {
width:30%;
margin-left:5px
}
div.entry-content form.search-form input[type="search"] {
width:68%
}
/*H3 subheading*/
.entry-content h3 {
font-size:160%;
color:#333
}


/*Post URL Style*/
.entry-content p a,.entry-content li a {
color:#353640;
text-decoration:none;
border-bottom:2px solid transparent;
font-weight:400
}
.entry-content p a:hover,.entry-content li a:hover {
border-bottom:2px solid #353640
}


/*link hover*/
a:hover {
color:#131313
}

/*Paragragh Alignment*/
.entry-content p {
text-align:left
}

/*Mouse-Selection*/
html ::selection {
background-color:#353640;
color:#fff
}

/*Search-Box*/
.search-form input {
width:100%
}

/*--Footer--*/
.footer-widgets {
    color: #000;
    background-color: #262626;
    padding: 75px 10px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 70%);
}
.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.footer-widgets .wrap .footer-widget-area {
    z-index: 1;
}
.footer-widgets a {
    color: #fff;
    transition:0.3s;
}
.footer-widgets a:hover {
	text-decoration: underline;
}
.footer-widgets .widgettitle {
	color: #fff;
	font-weight: 400;
	font-family: 'BebasNeue';
	font-size: 28px;
}
.footer-widgets li {
    list-style-type:none;
    word-wrap:break-word
}
.footer-widgets-1 img {
    max-width: 200px !important;
    height: auto;
    width: 100% !important;
}

.footer-social a:hover {
    color: #6e6e6e;
}


/*--Back-to-top--*/
.to-top {
	display:inline-block;
	z-index:99999;
	height:40px;
	width:40px;
	position:fixed;
	bottom:60px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	white-space:nowrap;
	background: #ffa300;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	display: flex;
	align-items: center;
}
a.to-top i.top-icon{
	margin: 0 auto;
    color: #fff;
    padding-bottom: 5px;
}
.to-top.top-is-visible {
visibility:visible;
opacity:1;
z-index: 9999999999;
}
.to-top.top-fade-out {
opacity:.5
}
.no-touch .to-top:hover {
background-color:#353640;
opacity:1
}
a.to-top:hover {
	background-color:#6e6e6e;
	opacity:1;
}

/* ## Typographical Elements
--------------------------------------------- */
html {/* font-size:62.5%; */text-shadow:1px 1px 1px rgba(0,0,0,0.005);text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important;text-shadow:0 0 1px rgba(0,0,0,0.3)}

/* Chrome fix */
body > div {
font-size:16px
}

body {background-color: #fff;color: #262626;font-family:'OpenSans', sans-serif;font-weight: 500;font-size:16px;line-height:1.5;margin:0;text-shadow:1px 1px 1px rgba(0,0,0,0.005);text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important}
a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button,.gallery img {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

a {
color:#353640;
text-decoration:none
}

p {
    line-height: 1.5em;
}

ol,ul {
margin:0;
padding:0
}

li {
list-style-type:none
}

hr {
border:0;
border-collapse:collapse;
border-top:1px solid #ddd;
clear:both;
margin:1em 0
}

b,strong {
font-weight:700
}

blockquote,cite,em,i {
font-style:italic
}

blockquote {
border-left:5px solid #353640;
padding:20px 20px 1px 10px
}

/* ## Headings
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-family:'OpenSans', serif;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px
}
h1 {
font-size:36px;
font-size:3rem
}
h2 {
font-size:30px;
font-size:3rem
}
.entry-content h2 {
	font-size:20px;
	color: #000;
}
h3 {font-size:24px;font-size:2.4rem;}
h4 {
font-size:20px;
font-size:2rem
}
h5 {
font-size:18px;
font-size:1.8rem
}
h6 {
font-size:16px;
font-size:1.6rem
}

/* ## Objects
--------------------------------------------- */
embed,iframe,img,object,video,.wp-caption {
max-width:100%
}
img {
height:auto
}
.featured-content img,.gallery img {
width:auto
}

/* ## Gallery
--------------------------------------------- */
.gallery {
overflow:hidden
}
.gallery-item {
float:left;
margin:0 0 28px;
text-align:center
}
.gallery-columns-2 .gallery-item {
width:50%
}
.gallery-columns-3 .gallery-item {
width:33%
}
.gallery-columns-4 .gallery-item {
width:25%
}
.gallery-columns-5 .gallery-item {
width:20%
}
.gallery-columns-6 .gallery-item {
width:16.6666%
}
.gallery-columns-7 .gallery-item {
width:14.2857%
}
.gallery-columns-8 .gallery-item {
width:12.5%
}
.gallery-columns-9 .gallery-item {
width:11.1111%
}
.gallery img {
border:1px solid #ddd;
height:auto;
padding:4px
}
.gallery img:hover,.gallery img:focus {
border:1px solid #999
}

/* ## Forms
--------------------------------------------- */
input,select,textarea {
background-color:#fff;
border:1px solid #ddd;
border-radius:3px;
font-size:14px;
font-weight:400;
color:#353640;
font-family:'OpenSans', sans-serif;
padding:10px;
width:100%;
}
textarea {
width:100%
}
input:focus,textarea:focus {
border:1px solid #999;
outline:none
}
input[type="checkbox"],input[type="image"],input[type="radio"] {
width:auto
}
button,input[type="button"],input[type="reset"],input[type="submit"],.button {
    color: #3c3840;
    background-color: rgba(238,238,238,0);
    border: 1px solid #ffa300;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-size: .9rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0;
    transition: 0.3s;
}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,button:focus,input:focus[type="button"],input:focus[type="reset"],input:focus[type="submit"],.button:focus {
    background-color:#ffa300;
}
.entry-content .button:hover,.entry-content .button:focus {
color:#fff
}
.button {
display:inline-block
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button {
display:none
}

/* ## Tables
--------------------------------------------- */
table {
border-collapse:collapse;
border-spacing:0;
line-height:2;
margin-bottom:40px;
width:100%
}

tbody {
border-bottom:1px solid #ddd
}

td,th {
text-align:left
}

td {
border-top:1px solid #ddd;
padding:6px 0
}

th {
font-weight:400
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
position:absolute!important;
clip:rect(0,0,0,0);
height:1px;
width:1px;
border:0;
overflow:hidden
}
.screen-reader-text:focus,.screen-reader-shortcut:focus,.genesis-nav-menu .search input[type="submit"]:focus,.widget_search input[type="submit"]:focus {
clip:auto!important;
height:auto;
width:auto;
display:block;
font-size:1em;
font-weight:700;
padding:15px 23px 14px;
color:#131313;
background:#fff;
z-index:100000;
text-decoration:none;
box-shadow:0 0 2px 2px rgba(0,0,0,.6)
}

.more-link {
position:relative
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
    margin:0 auto;
    max-width:1200px
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
width:980px
}
.content-sidebar-sidebar .content-sidebar-wrap {
float:left
}
.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
float:right
}

/* ### Content */
.content {
float:right;
width:75%;
}
.content-sidebar .content,.content-sidebar-sidebar .content,.sidebar-content-sidebar .content {
float:left
}
.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content {
width:580px
}
.full-width-content .content {
width:100%
}

/* ### Primary Sidebar */
.sidebar-primary {
float:right;
width:25%
}
.sidebar-content .sidebar-primary,.sidebar-sidebar-content .sidebar-primary {
float:left
}

/* ### Secondary Sidebar */
.sidebar-secondary {
float:left;
width:180px
}

.content-sidebar-sidebar .sidebar-secondary {
float:right
}

/* ## Column Classes
--------------------------------------------- */
.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
float:left;
margin-left:2.5641025641026%
}
.one-half,.three-sixths,.two-fourths {
width:48.717948717949%
}
.one-third,.two-sixths {
width:31.623931623932%
}
.four-sixths,.two-thirds {
width:65.811965811966%
}
.one-fourth {
width:23.076923076923%
}
.three-fourths {
width:74.358974358974%
}
.one-sixth {
width:14.529914529915%
}
.five-sixths {
width:82.905982905983%
}
.first {
clear:both;
margin-left:0
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	margin-bottom: -18px;
}
.alignleft .avatar,.author-box .avatar {
margin-right:24px
}
.alignright .avatar {
margin-left:24px
}
.comment .avatar {
margin:0 16px 24px 0
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
background-color:#fff;
padding:10px;
font-family:'OpenSans', sans-serif;
font-weight:400;
padding-left:35px;
border:1px solid #e1e1e1;
}
.archive-description,.author-box {
background-color:#fff;
font-size:16px;
font-size:1.6rem;
margin-bottom:40px;
padding:40px;
}
.author-box-title {
font-size:16px;
font-size:1.6rem;
margin-bottom:4px
}
.archive-description p:last-child,.author-box p:last-child {
margin-bottom:0
}

/* ## Search Form
--------------------------------------------- */
.search-form {
overflow:hidden
}
.site-header .search-form {
float:right;
margin-top:12px
}
.entry-content .search-form,.site-header .search-form {
width:50%
}
.genesis-nav-menu .search input[type="submit"],.widget_search input[type="submit"] {
border:0;
clip:rect(0,0,0,0);
height:1px;
margin:-1px;
padding:0;
position:absolute;
width:1px
}

/* ## Titles
--------------------------------------------- */
.archive-title {
font-size:20px;
}
.entry-title {
	line-height:140%;
	text-transform:capitalize;
	font-family: 'BebasNeue';
	font-weight: 400;
	font-size: 60px;
	margin: 0;
	text-transform: uppercase;
}
.entry-title a,.sidebar .widget-title a {
color:#353640
}
.entry-title a:hover,.entry-title a:focus {
color:#0E8CDD
}
.widget-title {
font-size:18px;
font-weight:400;
margin-bottom:20px
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
display:block;
margin:0 auto
}
a.alignnone {
display:inline-block
}
.alignleft {
float:left;
text-align:left
}
.alignright {
float:right;
text-align:right
}
a.alignleft,a.alignnone,a.alignright {
max-width:100%
}
img.centered,.aligncenter {
display:block;
margin:0 auto 24px
}
img.alignnone,.alignnone {
margin-bottom:12px
}
a.alignleft,img.alignleft,.wp-caption.alignleft {
margin:0 25px 0px 0;
}
a.alignright,img.alignright,.wp-caption.alignright {
margin:0 0 24px 24px
}
.wp-caption-text {
font-size:14px;
font-size:1.4rem;
font-weight:400;
text-align:center
}
.entry-content p.wp-caption-text {
margin-bottom:0
}
.entry-content .wp-audio-shortcode,.entry-content .wp-playlist,.entry-content .wp-video {
margin:0 0 28px
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
word-wrap:break-word
}

.widget ol > li {
list-style-position:inside;
list-style-type:decimal;
padding-left:20px;
text-indent:-20px
}

.widget li li {
border:0;
margin:0 0 0 30px;
padding:0
}

.widget_calendar table {
width:100%
}

.widget_calendar td,.widget_calendar th {
text-align:center
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
border-bottom:2px solid #f5f5f5;
margin-bottom:20px;
padding:0 0 24px
}

.featured-content .entry-title {
font-size:20px;
font-size:2rem
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	width: 100%;
	z-index: 9999;
	transition: 0.3s;
	/* position: fixed; */
	background-color: #fff;
	/* box-shadow: 1px 2px 10px rgb(0 0 0 / 70%); */
}

.sticky-header {
    position: fixed;
}

.site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: unset; */
    padding: 0.5rem 1rem;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
    transition:0.3s;
}
.header-full-width .title-area {
    width:100%
}
.site-title {
    font-size:32px;
    font-size:3.2rem;
    font-weight:400;
    line-height:1.2
}
.site-title a,.site-title a:hover,.site-title a:focus {
color:#131313
}
.header-image .site-title > a {
    float: left;
    height: 125px;
}
.header-image .sticky-header .site-title > a {
    height: 100px;
}
.site-description {
font-size:16px;
font-size:1.6rem;
font-weight:400;
line-height:1.5
}
.site-description,.site-title {
margin-bottom:0
}
.header-image .site-description,.header-image .site-title {
	display:block;
	text-indent:-9999px;
	margin-top: 0px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .header-widget-area {
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
    grid-gap: 25px;
    justify-content: end;
    flex-wrap: wrap;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    grid-gap: 35px;
}
.genesis-nav-menu a {
    color: #262626;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    font-size: 26px;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    font-family: 'BebasNeue';
    text-transform: uppercase;
}
.genesis-nav-menu a span {
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

.genesis-nav-menu a:hover {
    border-bottom-color: #ffa300;
    color: #ffa300;
}

li.menu-item-has-children > a > span:after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 7px;
    padding-left: 5px;
}
.sub-menu li.menu-item-has-children > a > span:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 7px;
    position: absolute;
    padding: 3px 5px;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 250px;
    z-index: 99;
    margin-left: 0px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    white-space: normal;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 250px;
	word-wrap: break-word;
	transform: unset;
	transition: 0.3s;
}

.sticky-header .genesis-nav-menu .sub-menu a {
	color: #000;
}

.genesis-nav-menu .sub-menu a span{
    transform: unset !important;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #ffa300;
	color: #fff;
	border-color: #ffa300 !important;
}

.genesis-nav-menu li.menu-item-has-children:hover>a {
    transition:0.3s;
    color: #262626;
}
.genesis-nav-menu .sub-menu .sub-menu {
margin:-47px 0 0 250px
}
.genesis-nav-menu .menu-item:hover {
position:static
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
left:auto;
opacity:1
}
.genesis-nav-menu > .first > a {
padding-left:0
}
.genesis-nav-menu > .last > a {
padding-right:0
}
.genesis-nav-menu > .right {
color:#fff;
float:right;
list-style-type:none;
padding:30px 0
}
.genesis-nav-menu > .right > a {
display:inline;
padding:0
}
.genesis-nav-menu > .rss > a {
margin-left:48px
}
.genesis-nav-menu > .search {
padding:10px 0 0
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
position:static
}

.menu .menu-item > a:focus + ul.sub-menu,.menu .menu-item.sfHover > ul.sub-menu {
left:auto;
opacity:1
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
margin-left:0
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
background-color:#353640;
}
.nav-primary .genesis-nav-menu li a {
color:#fff;
font-family:'OpenSans', sans-serif;
font-weight:400;
text-decoration:none;
-webkit-transition-property:background color;
-webkit-transition-duration:.3s;
-webkit-transition-timing-function:ease-out;
-moz-transition-property:background color;
-moz-transition-duration:.3s;
-moz-transition-timing-function:ease-out;
-o-transition-property:background color;
-o-transition-duration:.3s;
-o-transition-timing-function:ease-out;
transition-property:background color;
transition-duration:.3s;
transition-timing-function:ease-out
}
.nav-primary .genesis-nav-menu li:hover a,.nav-primary .genesis-nav-menu li:focus a,.nav-primary .genesis-nav-menu .current-menu-item > a {
color:#fff;
text-decoration:none;
-webkit-transition-property:background color;
-webkit-transition-duration:.3s;
-webkit-transition-timing-function:ease-out;
-moz-transition-property:background color;
-moz-transition-duration:.3s;
-moz-transition-timing-function:ease-out;
-o-transition-property:background color;
-o-transition-duration:.3s;
-o-transition-timing-function:ease-out;
transition-property:background color;
transition-duration:.3s;
transition-timing-function:ease-out
}
.nav-primary .genesis-nav-menu .sub-menu a {
color:#fff;
background-color:#131313
}
.nav-primary .genesis-nav-menu .sub-menu li a:hover,.nav-primary .genesis-nav-menu .sub-menu li a:focus,.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
color:#fff;
text-decoration:none;
background-color:#353640
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
      background-color: #2c3644;
    float: right;
}
nav.nav-secondary li a {
    font-family: 'OpenSans', sans-serif;
    color: #8E99A9;
}
nav.nav-secondary li a:hover {
    color: #fff;
}
ul#menu-secondary-menu {
    line-height: 2em;
    padding-top: 25px;
}
ul#menu-secondary-menu.genesis-nav-menu a {
    padding: 0px;
    margin: 0px 15px
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
/* .entry {
margin-bottom:30px;
padding:30px 35px
} */
.home .entry {
    margin-bottom: 0px;
    padding: 0px;
}
.content .entry {background-color: #fff;}
.entry-content ol,.entry-content ul {
margin-bottom:28px;
margin-left:40px
}
.entry-content ol > li {
list-style-type:decimal
}
.entry-content ol > li > ol > li {
    list-style: lower-alpha;
}
.entry-content ul > li {
list-style-type:disc;
text-align:left;
padding-bottom:10px;
}
.entry-content ul > li > ul >li {
    list-style: circle;
}
.entry-content ol ol,.entry-content ul ul {
margin-bottom:0
}
.entry-content code {
background-color:#131313;
color:#ddd
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size:16px;
	margin-bottom:0;
	font-family:'OpenSans', sans-serif;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top:2px solid #f5f5f5;
	padding-top:24px
}

/* ## Pagination
--------------------------------------------- */
.pagination {
clear:both;
margin:40px 0
}
.adjacent-entry-pagination {
margin-bottom: 0px;
    line-height: 1.8em;
    border-top: 1px solid #e1e1e1;
    padding-right: 10px;
    padding-left: 10px;
}
div.adjacent-entry-pagination a {
    display: table;
    margin: 0 auto;
}
.archive-pagination li {
display:inline
}
.archive-pagination li a {
background-color:#131313;
color:#fff;
cursor:pointer;
font-family:'OpenSans', sans-serif;
display:inline-block;
font-size:16px;
font-size:1.6rem;
padding:8px 12px;
text-decoration:none
}
.archive-pagination li a:hover,.archive-pagination li a:focus,.archive-pagination .active a {
background-color:#353640;
text-decoration:none
}

/* ## Comments
--------------------------------------------- */
.comment-respond,.entry-comments,.entry-pings {
background-color:#fff;
margin-bottom:40px
}
.comment-respond,.entry-pings {
padding:40px 40px 16px;
margin-top: 30px;
}
.entry-comments {
padding:40px;
border: 1px solid #e1e1e1;
}
.comment-header {
font-size:16px;
font-size:1.6rem
}

.comment-content {
clear: both;
    word-wrap: break-word;
    border: 2px solid #f2f2f2;
    padding: 10px;
    border-radius: 2%;
}
.comment-list li {
margin-top:24px;
padding:25px
}
.comment-list li li {
margin-right:-32px
}
.comment-respond input[type="email"],.comment-respond input[type="text"],.comment-respond input[type="url"] {
width:50%
}
.comment-respond label {
display:block;
margin-right:12px
}
.entry-comments .comment-author {
margin-bottom:0
}
.entry-pings .reply {
display:none
}
.form-allowed-tags {
background-color:#f5f5f5;
font-size:16px;
font-size:1.6rem;
padding:24px
}
ol.comment-list ul.children {
    border-left: 2px solid #f2f2f2;
    padding-left: 20px;
    margin-left: 20px;
}
a.comment-reply-link:hover {
    background-color: #353640;
}
a.comment-reply-link {
    padding: 0px 5px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #232621;
    float: right;
}
a.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 5px;
}
/*Comment Leave A Reply Button*/
div.entry-comments a.leave-reply{
    float: right;
    margin-top: -45px;
    text-transform: uppercase;
    background-color: #232621;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    font-family: 'OpenSans', sans-serif;
    border-radius: 3px;
}
div.entry-comments a.leave-reply:hover{
	background-color: #353640;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
font-size:16px;
font-size:1.6rem
}
.sidebar li {
border-bottom:1px dotted #ddd;
margin-bottom:10px;
padding-bottom:10px
}
.sidebar p:last-child,.sidebar ul > li:last-child {
margin-bottom:0
}
.sidebar .widget {
background-color:#fff;
margin-bottom:30px;
padding:35px;
z-index:999;

}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #262626;
    font-size: 16px;
    color: #000;
    z-index: 1;
}
.site-footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 15px;
    align-items: center;
    padding: 10px 0;
}
.site-footer .wrap > p {
    margin: 0;
    color: #fff;
}
.site-footer a {
    color: #fff;
	transition:0.3s;
	/* font-weight: 700; */
}
.site-footer a:hover {
    text-decoration: underline;
}

/* # Custom Styling
---------------------------------------------------------------------------------------------------- */

/* Menu */
.shop-button a {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffa300;
    border-color: #ffa300 !important;
    color: #262626;
}

.shop-button a:hover {
    background-color: #262626 !important;
    border-color: #262626 !important;
    color: #FFA300 !important;
}

/* .shop-button a span:before {
    content: '';
    background-image: url(images/sausage-black.png);
    width: 100%;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 74/21;
    margin-right: 5px;
    margin-top: -2px;
	transition: 0.3s;
}

.shop-button a:hover span:before {
    background-image: url(images/sausage-yellow.png);
} */

/* Fonts */
.font-BebasNeue .elementor-widget-container > * {
    font-family: 'BebasNeue';
}

.font-Pacifico .elementor-widget-container > * {
    font-family: 'Pacifico';
}

.archive .site-inner > h2 {
    font-family: 'BebasNeue';
    font-weight: 400;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
}

/* Product Shortcode */
.products {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    grid-gap: 50px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto !important;
}

.archive .products {
    margin-top: 60px !important;
}

.product {
    flex: 0 1 calc(33.33% - 33.33px);
    list-style: none !important;
    padding: 25px !important;
    box-sizing: border-box !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
    border-radius: 50px;
}

.product h3 {
    color: #fff;
    margin: 0;
    font-family: 'Pacifico';
    font-size: 2.4rem;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

.product h4 {
    color: #fff;
    margin:0;
    padding: 0;
    font-family: 'BebasNeue';
    font-size: 1.6rem;
    text-transform: uppercase;
}

.flavour-weight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.flavour {
    flex: 1 1 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.flavour img {
    max-width: 90px !important;
}

.product-weight {
    margin: 0 !important;
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    flex: 1 1 50%;
    flex-direction: column;
    align-items: center;
}

.product-weight li {
    list-style: none !important;
    color: #fff;
    padding: 3px 35px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flavour-Lamm .product-weight li {
    background-image: url(images/flavours/sausage-lamm.png);
}

.flavour-Ziege .product-weight li {
    background-image: url(images/flavours/sausage-ziege.png);
}

.flavour-Huhn .product-weight li {
    background-image: url(images/flavours/sausage-huhn.png);
}

.flavour-Ente .product-weight li {
    background-image: url(images/flavours/sausage-ente.png);
}

.flavour-Pferd .product-weight li {
    background-image: url(images/flavours/sausage-pferd.png);
}

.flavour-Pute .product-weight li {
    background-image: url(images/flavours/sausage-pute.png);
}

.flavour-Rind .product-weight li {
    background-image: url(images/flavours/sausage-rind.png);
}

.product-button {
    cursor: pointer;
    border: 0px !important;
    font-weight: 700 !important;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #000 !important;
}

.product-buttons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    width: 100%;
    justify-content: center;
}

.product-name-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-detail-container {
    cursor: pointer;
    transition: 0.3s;
}

.product-details {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    box-sizing: border-box;
    flex-direction: column;
    grid-gap: 15px;
    display: none;
    transition: 0.3s;
}

.product-details-show {
    display: flex;
}

.detail-name {
    margin: 0 !important;
    font-weight: 700;
    transition: 0.3s;
}

.product-detail {
    margin: 0 !important;
}

.product-detail {
    display: none;
}

.product-name-container .fa {
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.3s;
}

.product-button:hover {
    background-color: #000;
    color: #fff !important;
}

.product-name-container:hover .detail-name {
    color: #000 !important;
}

.product-name-container:hover .fa {
    background-color: #000 !important;
}

@media(max-width:1024px){
    .product {
        flex: 0 1 calc(50% - 50px);
    }
	.footer-widgets .wrap {
	    justify-content: center;
	}
	.footer-widgets .wrap .footer-widget-area {
	    flex: 0 1 250px;
	}
}

@media (max-width:768px){
    .product-buttons {
        grid-gap: 10px;
    }
    .product-button {
        padding: 10px 15px;
    }
}

@media(max-width:767px){
    .product {
        flex: 0 1 90%;
    }
    .product-buttons {
        grid-gap: 15px;
    }
}


/***Menu Sidebar***/
.sub-menu .sub-menu-toggle {
    margin-right: 10px;
}

.sub-menu-toggle-icon {
    color: #fff;
    font-size: 12px !important;
    transition: 0.3s;
}

.sub-menu-toggle-icon-rotate{
    transform: rotate(-180deg);
}

.mobile-toggle {
    height: 30px;
    width: 30px;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    grid-gap: 5px;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    transition: 0.3s;
    background-color: #ffa300;
    padding: 15px;
    border-radius: 10px;
}

.menu-toggle-bar {
    background-color: #fff;
    height: 2px;
}

.menu-toggle-bar {
    transform-origin: left;
    transition: 0.3s;
    width: 100%;
}

.mobile-toggle.menu-open .menu-toggle-bar:nth-child(2) {
    visibility: hidden;
    transition: 0s;
    width: 0px;
}

.mobile-toggle.menu-open .menu-toggle-bar:not(.mobile-toggle.menu-open .menu-toggle-bar:nth-child(2)) {
    translate: 5px 0;
}


.mobile-toggle.menu-open .menu-toggle-bar:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-toggle.menu-open .menu-toggle-bar:nth-child(3) {
    transform: rotate(-45deg);
}


@media (max-width:1100px) {
    .mobile-toggle {
        display: flex;
    }
    .site-header .header-widget-area {
        display: flex;
        z-index: 99999;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        background-color: #fff;
        transform: translateX(100%);
        transition: 0.3s;
        position: fixed;
        width: 100%;
        right: 0;
        height: 100%;
        top: 0;
        border-radius: 0;
        opacity: 0;
        padding: 25px;
        box-sizing: border-box;
        overflow-y: scroll;
    }
    
    .header-widget-area.full-mobile-menu {
        transform: translateX(0%);
        opacity: 1;
    }
    
    i.fa.mobile-toggle {
        display: inline-block !important;
        text-align: right;
        color: #1A191C;
        font-size: 2.5vmax;
        padding: 12px 15px;
        border-radius: 5px;
        z-index: 99999999;
        position: relative;
        cursor: pointer;
    }
    
    .sub-menu-toggle {
        display: inline-block !important;
        padding: 0;
        margin: 0;
        margin-left: 5px;
        cursor: pointer;
        vertical-align: text-bottom;
        background-color: #ffa300;
        padding: 2px 5px;
        border-radius: 3px;
    }

    .header-widget-area .menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        grid-gap: 20px;
    }
    
    .header-widget-area .menu-item a {
        color: #000 !important;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
    }

	.header-widget-area .shop-button a {
		background-color: #ffa300 !important;
	}
    
    .header-widget-area .sub-menu {
        display:none;
        opacity: 1;
        left: unset;
        position: unset;
        width: 100%;
        max-width: 250px;
        background-color: #ffa300;
        border-radius: 10px;
        box-shadow: unset;
        padding: 0 1em 0 1em;
        flex: 1 1 100%;
        margin-top: 15px;
    }
    
    .header-widget-area .sub-menu a {
        font-size: 1rem;
        letter-spacing: calc(.5px);
        font-weight: 400;
        text-transform: uppercase;
        background-color: #ffa300;
        color: #fff !important;
    }
    
    .header-widget-area .sub-menu .menu-item {
        margin: 0;
    }

	.genesis-nav-menu li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .genesis-nav-menu a span {
        justify-content: center;
        text-shadow: none !important;
    }

    /* Layout */
    .entry-content:not(.elementor-page .entry-content) {
        padding: 0 15px;
    }

}


/* Site Inner Width */
.site-inner:not(.home .site-inner, .elementor-page .site-inner) {
    max-width: 1200px;
    margin: 75px auto;
    width: 100%;
}

.elementor-page .site-inner:not(.home .site-inner, .genesis-title-hidden .site-inner) {
    margin-top: 75px;
}

/* Hide Homepage Heading */
.home .site-inner > .content-sidebar-wrap .content > article > .entry-header > .entry-title {
    text-indent: -999999999999px;
    position: absolute;
}

/* Button Shortcode */
.button-shortcode {
    padding: 0;
    background-color: #fff;
    border: 1px solid #ffa300;
    color: #3c3840;
    border-radius: 0;
    box-sizing: border-box;
    z-index: 999999;
    position: relative;
}

.button-shortcode a {
    padding: 0.5em 1.5em 0.5em 1.5em;
    display: block;
    font-size: .9rem;
}

.button-shortcode:hover {
    background-color: #265F6E;
    border-color: #265F6E;
}

.button-shortcode:hover a {
    color: #fff;
}

/* Max Height */
.max-height {
    max-height: 80vh;
    height: 100% !important;
    overflow: hidden !important;
}

/* Elementor Video Background */
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
    background-color: #19343b73 !important;
}

.transparent-bg.elementor-widget-video .elementor-wrapper iframe, .transparent-bg.elementor-widget-video .elementor-wrapper video {
    background-color: transparent !important;
}

/* Elementor Image Box */
.elementor-image-box-img {
    overflow: hidden;
}

.elementor-image-box-img > a {
    overflow: hidden;
    line-height: 0;
    display: block;
}

/* Social Media Icons */
.social-media-icons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.social-media-icons a {
    color: #fff;
    background-color: #3c3840;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-media-icons a:hover {
    background-color: #ffa300;
    color: #3c3840;
}

/* Footer Widget Area */
.footer-widget-area {
    padding: 2em 1em;
    box-sizing: border-box;
    z-index: 1;
}

.footer-widget-area-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-widget-area .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 15px;
    align-items: start;
    justify-content: end;
}

/* Footer Menu */
.footer-widget-area .menu a {
    position: relative;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.5;
    text-shadow: 0.5px 0px 0px rgb(0 0 0 / 30%);
}

.footer-widget-area .menu a:before {
    left: -8px;
    margin-top: -11px;
}

/* Contact Form 7 Styling */
.wpcf7 label {
    font-weight: 700;
    font-size: 0.9rem;
}

.wpcf7-submit {
    margin: 0 auto;
    display: table;
}

/* Mail Signup Button */
.footer-widget-area .email-signup a {
    color: #3c3840;
    background-color: rgba(238,238,238,0);
    border: 1px solid #ffa300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0;
    transition: 0.3s;
}

.footer-widget-area .email-signup a:hover {
    background-color: #ffa300;
}

.footer-widget-area .email-signup a:before {
    content: unset !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

/*-----Mobiles-----*/

@media only screen and (max-width:767px) {

    input,select,textarea {
        width:100%;
        overflow:hidden
    }

    .footer-widget-area-inner {
        flex-direction: column;
        justify-content: center;
        grid-gap: 2em;
    }

    .footer-widget-area .menu {
        justify-content: center;
    }
}

/*-----Tablet (Portrait)-----*/
@media only screen and (max-width:768px){
    /***Menu Sidebar***/

    .header-widget-area .button-shortcode {
        display: none;
    }

    .title-area {
        display: inline-block;
        width: auto !important;
        padding: 0px !important;
        text-align: left !important;
    }

    li.menu-item-has-children > a > span:after {
        content: '' !important;
    }
    
    .genesis-nav-menu {
        flex-direction: column;
    }

    .genesis-nav-menu a {
		padding-bottom: 8px;
		border: 0;
		color: #ffa300;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

    .genesis-nav-menu .sub-menu .sub-menu{
		margin-top:0px;
		margin-left: 20px !important;
	}

    /***Footer***/
    .footer-widgets {
        padding: 25px 10px;
    }

    .footer-widgets .widget-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-widget-area {
        padding: 0px;
    }

    .footer-widget-area .menu {
        align-items: center;
    }

}


/*-----Tablet and Mobiles-----*/
@media only screen and (max-width: 960px) {
	/*to-top*/
    a.to-top:focus {
        background-color: #ffa300!important;
    }
    a.to-top:hover {
        background-color: #ffa300!important;
        opacity: .5;
    }
    .to-top {
        right:20px;
        bottom:80px
    }

        
    /*Comments*/
    .entry-comments {
        padding: 30px 10px 30px 10px;
    }
    ol.comment-list ul.children {
        padding-left: 0px; 
        margin-left: 0px; 
    }
        
        
    /*Breadcrumb*/
    .breadcrumb {
    padding-left:25px!important
    }

    /*Next/Previous*/
    .pagination-previous.alignleft,.pagination-next.alignright{
        line-height: 1.7em;
        font-size: 12px;
            padding: 7px;
    }
    p.pag-prev, p.pag-next {
        font-size: 12px;
    }

    /*Footer*/

    .footerwidgetheader-container .wrap a {
    display:block;
    line-height:2rem!important
    }

    .author-box {
    padding:20px!important
    }

    /*mobile share*/
    #desktop.mobileshare a {
    display:table;
    font-size:8px!important;
    padding:10px 6px 5px
    }


    /*Footer Credits*/
    .site-footer p{
        float:none;
        padding-top:0px;
        text-align: center;
        font-size: 14px;
    }


    body {
    font-size:16px;
    font-size:1.6rem
    }

    .overflow-hidden {
        overflow: hidden;
    }
    .archive-pagination li a {
    margin-bottom:4px
    }
    .five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
    margin:0;
    width:100%
    }
	
    .sidebar .widget.enews-widget {
    padding:40px
    }

    .content,.content-sidebar-sidebar .content,.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-primary,.sidebar-secondary,.sidebar-sidebar-content .content,.sidebar-sidebar-content .content-sidebar-wrap,.title-area {
    width:100%;
    margin-left:0
    }

    .genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form {
    float:none
    }

    .genesis-nav-menu,.site-description,.site-header .title-area,.site-header .search-form,.site-title {
    text-align:center
    }

    .genesis-nav-menu a,.genesis-nav-menu > .first > a,.genesis-nav-menu > .last > a {
    padding:15px 10px
    }

    .site-header .search-form {
    margin:16px auto
    }

    .genesis-nav-menu li.right {
        padding: 10px;
        width: 100%;
    }
}


/*Desktops*/
@media only screen and (min-width: 1024px) {
    /*to top button*/
    .to-top {
    height:60px;
    width:60px;
    right:30px;
    bottom:60px
    }
}

@media only screen and (max-width: 1200px) {
    .content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
    width:740px
    }

    .content {
    width:620px
    }

    .sidebar-content-sidebar .content,.sidebar-sidebar-content .content,.content-sidebar-sidebar .content {
    width:400px
    }

    .sidebar-primary {
    width:300px
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
*,:before,:after {
background:transparent!important;
box-shadow:none!important;
color:#131313!important;
text-shadow:none!important
}

a,a:visited {
text-decoration:underline
}

a[href]:after {
content:" (" attr(href) ")"
}

abbr[title]:after {
content:" (" attr(title) ")"
}

a[href^="javascript:"]:after,a[href^="#"]:after,.site-title > a:after {
content:""
}

thead {
display:table-header-group
}

img,tr {
page-break-inside:avoid
}

img {
max-width:100%!important
}

@page {
margin:2cm .5cm
}

p,h2,h3 {
orphans:3;
widows:3
}

blockquote,pre {
border:1px solid #999;
page-break-inside:avoid
}

.content,.content-sidebar {
width:100%
}

button,input,select,textarea,.breadcrumb,.comment-edit-link,.comment-form,.comment-list .reply a,.comment-reply-title,.edit-link,.entry-comments-link,.entry-footer,.genesis-box,.header-widget-area,.hidden-print,.home-top,.nav-primary,.nav-secondary,.post-edit-link,.sidebar {
display:none!important
}

.title-area {
text-align:center;
width:100%
}

.site-title > a {
margin:0;
text-decoration:none;
text-indent:0
}

.site-inner {
padding-top:0;
position:relative;
}

.author-box {
margin-bottom:0
}

h1,h2,h3,h4,h5,h6 {
orphans:3;
page-break-after:avoid;
page-break-inside:avoid;
widows:3
}

img {
page-break-after:avoid;
page-break-inside:avoid
}

blockquote,pre,table {
page-break-inside:avoid
}

dl,ol,ul {
page-break-before:avoid
}
}