/*!
Theme Name: Podem
Theme URI: http://podem.bg/
Author: Pixelflower
Author URI: https://pixelflower.com/
Description: A custom WordPress theme designed and developed for Podemcrane AD in 2020.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: podem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Podem is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------
# Podem Theme
# Podem Header Area
# Podem Slider Area
# Podem Front Page Area
# Podem Content Area
# Podem News
# Podem Product Categories
# Podem Forms
# Podem Footer Widget
# Podem Footer Area
# Podem Social Icons
--------------------------------------------------------------*/
/* @import must be at top of file, otherwise CSS will not work */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
/*@import url("https://use.typekit.net/hlv0vdo.css");*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	color: black;
}

a:visited {
	/*color: purple;*/
	color: gray;
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
	color: black;
}

a:focus {
	/*outline: thin dotted;*/
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled div ul {
	display: block;
}

/*@media screen and (min-width: 37.5em) {*/
@media (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation div ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Podem Theme 
--------------------------------------------------------------*/
/* @import must be at top of file, otherwise CSS will not work */
html {
	background: #FFF;
}
body {
	background: #CCC;
	color: #000;
}
html, body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.site {
	max-width: 1600px;
	width: 100%;
	background: #FFF;
	margin: 0px auto;
}
.wrapper {
	max-width: 1280px;
	margin: 0px auto;
}
.page {
	margin: 0;
}
a, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #999;
}
/*--------------------------------------------------------------
## Podem Header Area
--------------------------------------------------------------*/

.site-int18 {
	background: #000;
	color: #FFF;
	min-height: 35px;
	font-size: 80%;
}
.site-languages {
	float: left;
	margin: 0;
	padding: 8px 70px;
}
.site-languages li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
}
.site-languages li a {
	color: #CCC;
	text-decoration: none;
}
.site-languages li a:hover,
.site-languages li.current-lang a {
	color: #ffdd00;
}
.site-login {
	float: right;
	padding: 8px 70px 8px 25px;
	background: url("./img/login-icon.png") left no-repeat;
	background-size: 18px auto;
}
.site-login a {
	color: #ffdd00;
	text-decoration: none;
}
.site-branding {
	clear: both;
	float: left;
	min-height: 110px;
	background: #FFF;
}
.site-title {
	width: 235px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: #ffdd00 url("./img/podem-logo-x2.png") top left no-repeat;
	background-size: 235px auto;
}
.site-title a {
	display: block;
	width: 235px;
	height: 110px;
	text-indent: -2000px;
}
.site-description {
	display: none;
}
.main-navigation {
	float: left;
	clear: none;
	width: 60%;
	width: calc(100% - 480px);
	margin-top: 45px;
	padding: 0 70px;
	
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.main-navigation ul.nav-menu {
	display: initial !important;
	justify-content: space-between;
}
.main-navigation ul.nav-menu li {
	align-items: center;
	margin-right: 10px !important;
}
.main-navigation ul.nav-menu li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.main-navigation ul.nav-menu li.current_page_parent a, 
.main-navigation ul.nav-menu li.current_page_ancestor a, 
.main-navigation ul.nav-menu li.current_page_item a {
	color: #999;
}
.main-navigation ul.nav-menu li.current_page_parent li a, 
.main-navigation ul.nav-menu li.current_page_ancestor li a {
	color: #000;
}
.main-navigation ul.nav-menu li.current_page_ancestor li.current_page_item a {
    color: #999;
}
.main-navigation ul.nav-menu li.current_page_ancestor li.current_page_item li a {
    color: #000;
}
.main-navigation ul.nav-menu li a:hover {
	color: #999;
}
.main-navigation ul ul {
	display: none; /* desktop */
}
.site-search {
	float: right;
	width: 175px;
	margin-right: 70px;
	padding-top: 40px;
}
.site-search .search-field {
	background: url("./img/search-icon.png") right no-repeat;
}
.site-search .search-field::placeholder {
	font-style: italic;
	color: #CCC;
} 
.search-submit {
	display: none;
}
/*--------------------------------------------------------------
## Podem Slider Area
--------------------------------------------------------------*/
html, 
body { 
    /*height: 100%; */
} 
#simple-slider { 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden; 
	-webkit-transform-style: preserve-3d; 
	transform-style: preserve-3d; 
	background-color: #FFF;
	
    min-height: 590px;
}
.simple-slide { 
    background-position: center center; 
    background-repeat: no-repeat; 
    position: absolute; 
    width: 100%!important; 
    height: 100%!important; 
    top: 0; 
    z-index: 1; 
    opacity: 0; 
    -ms-filter: 'alpha(opacity=0)'; 
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important; 
}
.simple-slide-content-wrapper { 
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
} 
.simple-slide-content-overlay {
	background: linear-gradient(269.76deg, rgba(0, 0, 0, 0) 42.02%, rgba(0, 0, 0, 0.4) 98.76%);
	width: 100%;
	height: 100%;
} 
.simple-slide-content { 
    position: relative; 
    top: 0px;
	max-width: 1280px;
	margin: 0px auto;
    padding: 0px;
}
.simple-slide-content h2 { 
    color: #FFF !important; 
	margin: 0px;
	padding: 70px;
	/*width: 66.6%;*/
	width: 60%;
    font-size: 380%; 
    font-weight: bold; 
	line-height: 1.2em;
	letter-spacing: -0.03em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.simple-slide-content h2 a { 
    color: #FFF !important; 
	text-decoration: none;
}
.simple-slide-content h2 a:hover { 
    opacity: 0.7;
}
.simple-slide-content p { 
    color: #FFF !important; 
	margin: 0;
	padding: 70px;
	/*width: 66.6%;*/
	width: 60%;
    font-size: 150%; 
    font-weight: normal; 
    line-height: 1.4em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	
	display: none;
}
.fader_controls .prev, 
.fader_controls .next { 
    position: absolute; 
    height: 80px; 
    line-height: 55px; 
    width: 90px; 
    font-size: 100px; 
    text-align: center; 
    color: #FFDD00;
	font-weight: lighter;
    top: 50%; 
    left: 0; 
    z-index: 4; 
    margin-top: -25px; 
    cursor: pointer; 
    opacity: .7; 
    transition: all 150ms; 
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
} 
.fader_controls .prev:hover, 
.fader_controls .next:hover { 
    opacity: 1; 
} 
.fader_controls .next { 
    left: auto; 
    right: 0; 
} 
.pager-list { 
    position: absolute; 
    width: 100%; 
    height: 60px; 
    line-height: 60px; 
    bottom: 0; 
    text-align: center; 
    z-index: 4; 
    padding: 0; 
    margin: 0; 
} 
.pager-list li { 
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    margin: 0 35px; 
    background: none;
	border: #FFDD00 2px solid;
    text-indent: -9999px; 
    border-radius: 999px; 
    cursor: pointer; 
    transition: all 150ms; 
} 
.pager-list li:hover, 
.pager-list li.active { 
    background: #FFDD00;
}
/*--------------------------------------------------------------
## Podem Slider Area - fall back to static html
--------------------------------------------------------------*/
.site-slider {
	clear: both;
	height: 590px;
}
.slider-img {
	height: 590px;
	background-image: url("./img/header-1.jpg");
	background-size: cover;
	background-color: #DDD;
	background-position: top center;
	background-repeat: no-repeat;
}
.site-slider h2 {
	color: #FFF;
	margin: 0;
	padding: 70px;
	/*width: 66.6%;*/
	width: 60%;
	font-size: 380%;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------
## Podem Front Page Area
--------------------------------------------------------------*/
.slice {
	clear: both;
	min-height: 200px;
}
.slice.yellow.more {
	min-height: auto;
	height: 170px;
}
.slice.yellow {
	background-color: #FFDD00;
}
.slice.gray {
	background-color: #EFEFEF;
}
.slice.white {
	background-color: #FFF;
}
.slice .slice-header.hide {
	display: none;
}
.slice .slice-title {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 1.8em 0 0.5em 0;
	letter-spacing: -0.03em;
}
.slice.yellow.more .slice-title {
	padding-top: 1.4em;
	color: #FFF;
}
.page-template-default .slice-title,
.page-template-product-category-list .slice-title {
	margin: 0px 70px;
}
.slice.slice-latest {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 540px;
}
.slice.image {
	color: #FFDD00;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.slice .slice-more {
	float: right;
	border: #000 2px solid;
	padding: 3px 25px;
	margin-top: -65px;
}
.slice .slice-more a {
	text-decoration: none;
	font-weight: bold;
}
.slice .slice-more a:hover {
	color: #000;
}
.slice.image .slice-more {
	border: #FFDD00 2px solid;
}
.slice.image .slice-more a,
.slice.image .slice-more a:hover {
	color: #FFDD00;
}
.slice.slice-latest .slice-more,
.slice.slice-numbers .slice-more {
	display: none;
}
.slice.slice-latest h3 {
	font-size: 200%;
	font-weight: lighter;
	margin: 0;
	line-height: 1.3em;
	letter-spacing: -0.03em;
}
.slice.slice-latest .slice-content a {
	display: block;
	margin-top: 70px;
	padding: 10px 30px;
	width: 250px;
	background: #000;
	color: #FFDD00;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.slice .hentry {
    float: none;
	margin: 0px 70px 0px 70px;
    width: calc(100% - 140px);
}
.slice-footer {
    clear: both;
	padding-bottom: 50px;
}
.one_third, .su-column-size-1-3 {
    width: calc(33.3% - 30px);
    margin-right: 45px;
	float: left;
}
.one_third.last_column,
.su-column-size-1-3:last-child {
	margin: 0;
	float: left !important;
}
.slice.slice-numbers .one_third,
.slice.slice-numbers .su-column-size-1-3 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
.slice.slice-numbers .one_third strong,
.slice.slice-numbers .su-column-size-1-3 strong {
	font-size: 600%;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding-top: 0.4em;
}
/*--------------------------------------------------------------
## Podem Documents in flex
--------------------------------------------------------------*/
.slice-documents .hentry {
    float: none;
    margin: 0px 70px 0px 70px;
    width: calc(100% - 140px);
}
.docs {
	clear: both;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin: 40px 20px 0px 70px;
	padding-bottom: 20px;
}
.doc-cat {
	margin: 0 70px;
	font-size: 180%;
}
.slice-documents .docs {
	margin-top: 0px;
}
.docs .hentry {
	float: none;
	align-items: center;
    margin: 0px 0px 50px 0px !important;
	width: 25% !important;
	padding-left: 35px;
}
.docs .hentry .docs-thumbnail {
	clear: both;
	display: block;
}
.docs .hentry img {
	border: 1px #DDD solid;
	box-shadow: 0 0 7px #666;
	margin: 20px 0 20px 0;
	width: 160px;
	height: 226px;
	height: auto;
}
.docs .hentry h3 {
	font-size: 150%;
	letter-spacing: -0.03em;
	line-height: 1.2em;
}
.docs .hentry h3,
.docs .hentry p {
	margin: 0;
	padding: 0;
}
.docs .hentry h3 a {
	text-decoration: none;
}
.docs .hentry em {
	font-style: normal;
	color: #999;
}
.docs .hentry .versions {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 85%;
}
.docs .hentry .versions li {
	display: inline;
	float: left;
	margin-right: 5px;
}
.docs .hentry .versions li a,
.docs .hentry .versions li span {
	display: block;
	padding: 1px 6px 1px 7px;
	background: #FFDD00;
	text-decoration: none;
}
.docs .hentry .versions li span {
	background: #DDD;
}
.docs .hentry .versions li a.lock {
	background: #FFDD00 url("./img/lock-icon.png") 9px 5px no-repeat;
	text-indent: -2000px;
	width: 30px;
}
.docs .hentry .members-access-error {
	color: #999;
	font-size: 90%;
}
/*--------------------------------------------------------------
## Podem Content Area
--------------------------------------------------------------*/
.site-content {
	clear: both;
}
.site-main {
	max-width: 1280px;
	margin: 0px auto;
}
.content-header-hero {
	height: 540px;
}
.header-img {
	height: 540px;
	background-image: url("./img/header-default.jpg");
	background-size: cover;
	background-color: #DDD;
	background-position: top center;
	background-repeat: no-repeat;
}
.blog .content-header-hero,
.single .content-header-hero {
	height: 290px;
}
.blog .content-header-hero .header-img,
.single .content-header-hero .header-img {
	height: 290px;
}
.content-header-small {
	height: 290px;
}
.small-img {
	height: 290px;
	background: url("./img/header-default.jpg") center no-repeat;
	background-size: cover;
	background-color: #DDD;
}
@media screen and (max-width: 1280px)
{
	.content-header-hero {
		height: 450px;
	}
	.header-img {
		background-size: cover;
		height: 450px;
	}
}
@media screen and (max-width: 800px)
{
	.content-header-hero {
		height: 295px;
	}
	.header-img {
		background-image: url("./img/header-small-default.jpg");
		background-size: cover;
		height: 295px;
	}
	.content-header-small {
		height: 170px;
	}
	.small-img {
		height: 170px;
		background: url("./img/header-small-default.jpg") center no-repeat;
	}
}
.sub-navigation {
	float: right;
	margin: 70px;
	max-width: 200px;
	width: 33.3%;
	width: calc(33.3% - 140px);
	/*background: #EEE;*/
	letter-spacing: -0.02em;
}
.sub-navigation h3 {
	font-size: 150%;
}
.sub-navigation h3 a {
	text-decoration: none;
}
.sub-navigation ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px #333 solid;
}
.sub-navigation ul li {
	margin: 0;
	padding: 7px 0;
	border-top: 1px #333 solid;
	list-style: none;
}
.sub-navigation ul li.current_page_item>a {
	color: #999;
}
.sub-navigation ul li a {
	text-decoration: none;
	font-weight: bold;
}
.sub-navigation ul ul {
	margin-left: 20px;
	border: 0;
	display: none;
}
.sub-navigation ul ul li {
	padding: 4px 0;
	border: 0;
}
.sub-navigation ul ul li a {
	font-weight: normal;
}
.sub-navigation li.current_page_ancestor ul, 
.sub-navigation li.current_page_parent ul,
.sub-navigation li.current_page_item ul {
	display: block;
}


.hentry { /*.page.hentry*/
	float: left;
	margin: 0px 70px 70px 70px;
	width: 66.6%;
	width: calc(66.6% - 140px);
}
h1.entry-title {
	font-size: 2.5em;
	margin: 2em 0 0.5em 0;
	line-height: 1.2em;
	
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
}
.entry-content>p:first-of-type {
	font-size: 150%;
	font-weight: lighter;
}
.entry-meta {
	color: #999;
}
hr {
    background-color: #ffdd00;
    border: 0;
    height: 10px;
    margin-bottom: 2.5em;
}
ul, ol {
    margin: 0 0 1.5em 1em;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	clear: both;
	padding: 0 70px;
}
/*--------------------------------------------------------------
## Podem News in flex
--------------------------------------------------------------*/
h1.page-title {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 2em 0 0.5em 70px;
	
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
}
.news {
	clear: both;
	margin: 70px 20px 70px 70px;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
.slice-news .news {
	margin-top: 0px;
}
.news .hentry {
	align-items: center;
	width: 33.3%;
	margin: 0;
}
.blog .news .hentry {
	margin: 0 0 70px 0;
}
.news .entry-meta {
	color: #999;
	margin-top: 1.8em;
}
.news .entry-title {
	font-size: 150%;
	margin-top: 0em;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	width: calc(100% - 45px);
}
.news .entry-title a {
	text-decoration: none;
}
.news .entry-title a:hover {
	/*color: #999;*/
}
.news .post-thumbnail img {
	width: calc(100% - 45px);
}
.news .post-thumbnail img:hover {
	/*opacity: 40%;*/
}
/*--------------------------------------------------------------
## Podem Product Categories in flex
--------------------------------------------------------------*/
.categories {
	clear: both;
	margin: 0px 20px 70px 70px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.slice-products .categories {
	margin: -70px 20px 70px 70px;
}
.categories .hentry {
	align-items: center;
	width: 33.3%;
	margin: 0;
}
.categories .entry-title {
	font-size: 150%;
	margin-top: 1.8em;
	letter-spacing: -0.03em;
	line-height: 1.2em;
}
.categories .entry-title a {
	text-decoration: none;
}
.categories .entry-title a:hover {
	color: #999;
}
.categories .post-thumbnail img {
	width: calc(100% - 45px);
}
.categories .post-thumbnail img:hover {
	opacity: 40%;
}
/*--------------------------------------------------------------
## Podem Forms & Comments
--------------------------------------------------------------*/
input, button, textarea, select, option {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"],
textarea, select {
	width: 100%;
}
select {
	padding: 3px;
}
.comments-area {
	margin: 70px;
	width: 66.6%;
	width: calc(66.6% - 140px);
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list li {
	list-style: none;
}
.comment-respond {
	border-top: 10px #ffdd00 solid;
	padding-top: 20px;
}
.comment-respond label {
	display: block;
}
.comment-respond .submit,
.wpcf7-submit,
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #000;
	color: #ffdd00;
	font-size: 110%;
	font-weight: bold;
	padding: 15px 50px 18px 50px;
	cursor: pointer;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 45%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 45%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
    background: url('./img/arrow-prev.png') left no-repeat;
	text-align: left;
	display: block;
	min-height: 55px;
	padding: 10px 50px 0px 50px;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
    background: url('./img/arrow-next.png') right no-repeat;
	text-align: right;
	display: block;
	min-height: 55px;
	padding: 10px 50px 0px 50px;
}
/* reference gallery */
.page-template-page-reference .gallery-item {
	border: 1px #EEE solid;
	margin: -1px 0 0 -1px;
}
/* default gallery */
.gallery-item {
	text-align: left;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
	width: calc(50% - 10px);
}
.gallery-columns-2 .gallery-item:nth-child(odd) {
    margin-right: 20px;
}
figure {
    margin: 0.3em 0;
}
.wp-caption-text {
	text-align: left;
	margin-bottom: 1.5em;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
	margin: 0.5em 0 0.5em 0em !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    color: #666;
    font-style: normal;
    font-size: 16px !important;
	
	display: none !important;
}
/*--------------------------------------------------------------
## Podem Ultimate FAQ
--------------------------------------------------------------*/
div.ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	padding: 12px 0px 0px 2px;
	color: #FFDD00;
}
.ufaq-faq-title .ufaq-faq-title-text h4 {
	font-size: 150%;
	color: #000;
}
.ufaq-permalink {
	display: none;
}
/* accordion */
.su-spoiler-style-default > .su-spoiler-title {
	font-size: 140%;
	font-weight: bold;
	padding-left: 40px;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
	font-size: 120%;
	color: #FFDD00;
	font-weight: normal;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    margin: 50px 0 0 0;
    padding: 1em;
    border: none;
    border-top: 10px #ffdd00 solid;
    font-weight: bold;
}
/*--------------------------------------------------------------
## Podem Footer Widget
--------------------------------------------------------------*/
.footer-widget-area {
	clear: both;
	background: #ffdd00;
}
.footer-widget-area .widget_nav_menu {
	margin: 0;
	padding: 70px;
	letter-spacing: -0.02em;
}
.footer-widget-area .widget_nav_menu ul.menu {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.footer-widget-area .widget_nav_menu ul.menu>li {
	align-items: center;
	width: 20%;
}
.footer-widget-area .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
.footer-widget-area .widget_nav_menu ul ul ul {
	display: none;
}
.footer-widget-area .widget_nav_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
.footer-widget-area .widget_nav_menu li a {
	color: #000;
	text-decoration: none;
}
.footer-widget-area .widget_nav_menu ul.menu>li>a {
	font-size: 130%;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
## Podem Footer Area
--------------------------------------------------------------*/
.site-footer {
	background: #ffdd00;
	font-size: 75%;
	color: #000;
}
.site-footer .related-area {
	background: #000;
	min-height: 65px;
	margin-bottom: 70px;
	color: #ffdd00;
	font-size: 110%;
	text-align: center;
}
.site-footer .related-area p {
	padding: 22px 70px;
}
.site-footer .related-area span {
	display: block;
	float: right;
	width: 165px;
	height: 30px;
	background: url("./img/podemcrane-logo-yellow.png") top right no-repeat;
	background-size: auto 30px;
	margin-top: -5px;
}
.site-footer .related-area a {
	display: block;
	color: #ffdd00;
	text-indent: -20000px;
	width: 165px;
	height: 30px;
}
.site-footer a {
	color: #000;
	text-decoration: none;
}
.site-info {
	float: left;
	margin-left: 70px;
	background: url("./img/podem-logo-x2.png") -68px -37px no-repeat;
	background-size: 235px auto;
	margin-bottom: 30px;
	line-height: 1em;
}
.gotop {
	float: left;
	width: 140px;
	height: 70px;
	text-indent: -2000px;
}
.site-author {
	opacity: 50%;
}
#cookie-notice {
	background-color: #000 !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#cookie-notice a {
	color: #ffdd00;
}
.cn-button.bootstrap {
	background-color: #ffdd00 !important;
	color: #000 !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.cn-button.bootstrap a {
	color: #000 !important;
}
/*--------------------------------------------------------------
## Podem Social Icons
--------------------------------------------------------------*/
.menu-social-menu-container {
	float: right;
	margin-right: 70px;
	margin-top: 5px;
}
.menu-social-menu-container ul {
	margin: 0;
	padding: 0;
}
.menu-social-menu-container li {
	width: 40px;
    	height: 25px;
    	display: inline-block;
	margin-left: 50px;
}
.menu-social-menu-container li a {
	width: 40px;
    height: 25px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.menu-social-menu-container li.facebook {
	background: url('./img/social-x2.png') 20px 0px no-repeat;
    background-size: auto 25px;
}
.menu-social-menu-container li.twitter {
	background: url('./img/social-x2.png') -115px 0px no-repeat;
    background-size: auto 25px;
}
.menu-social-menu-container li.linkedin {
	background: url('./img/social-x2.png') -255px 0px no-repeat;
    background-size: auto 25px;
}
.menu-social-menu-container li.youtube {
	background: url('./img/social-x2.png') -400px 0px no-repeat;
    background-size: auto 25px;
}
/*--------------------------------------------------------------
## Podem Responsive
--------------------------------------------------------------*/
/* 1400 */
@media (max-width:1400px) {
	.site-footer .related-area span {
		float: none;
		margin: 10px auto 0px auto;
	}
}
/* 1050 */
@media (max-width:66.4989378333em) {
	.main-navigation {
		width: calc(100% - 235px);
	}
	.site-search {
		display: none;
	}
	#simple-slider {
		min-height: 490px;
	}
	.simple-slide-content h2 {
	    font-size: 320%;
	}
	.slice.slice-latest {
		min-height: 490px;
	}
	.slice.slice-latest h3 {
		font-size: 180%;
	}
	.slice.slice-numbers .one_third, .slice.slice-numbers .su-column-size-1-3 {
		font-size: 130%;
	}
	.slice.slice-numbers .one_third strong,
	.slice.slice-numbers .su-column-size-1-3 strong {
		font-size: 400%;
	}
	.docs .hentry {
		padding-left: 0px;
		padding-right: 30px;
	}
	.categories .entry-title,
	.docs .hentry h3,
	.news .entry-title {
		font-size: 130%;
	}
	.menu-social-menu-container li {
		margin-left: 10px;
		margin-right: 10px;
	}
}
/* vert tablet 868px */
@media (max-width: 868px) {
	#simple-slider {
		min-height: 440px;
	}
	.simple-slide-content h2 {
	    font-size: 280%;
	}
	.slice.slice-latest {
		min-height: 400px;
	}
	.slice.slice-latest h3 {
		font-size: 160%;
	}
	.hentry {
		margin: 0px 0px 70px 70px;
		width: calc(66.6% - 70px);
	}
	.footer-widget-area .widget_nav_menu ul.menu {
		display: block;
		column-count: 3;
		column-gap: 30px;
	}
	.menu-social-menu-container {
		clear: both;
		float: none;
		text-align: center;
		margin: 0 0 50px 0;
	}
	.footer-widget-area .widget_nav_menu ul.menu > li {
		width: 100%;
	}
}
/* vert tablet 770px */
@media (max-width: 768px) {
	.site-languages {
		padding: 8px 20px 8px 70px;
	}
	.simple-slide-content h2 {
		width: 100%;
		font-size: 200%;
	}
	.slice.slice-latest {
		min-height: 370px;
	}
	.slice.slice-latest .slice-content .su-column-size-1-2 {
		width: 60%;
	}
	.slice.slice-latest .slice-content a {
		margin-top: 30px;
	}
	h1.entry-title,
	.slice .slice-title {
		font-size: 1.8em;
	}
	.main-navigation {
		clear: both;
		float: none;
		width: 100%;
	}
	.main-navigation button {
		background: url("./img/mnu-toggle.png") right no-repeat;
		background-size: 42px 56px;
		filter: invert(1);
		border: 0;
		color: #000;
		font-size: 100%;
		font-weight: normal;
		padding: 10px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		float: right;
		margin-top: -80px;
		text-indent: -2000px;
	}
	.main-navigation div {
		display: none;
	}
	.menu-toggle,
	.main-navigation.toggled div {
		display: block;
	}
	.main-navigation ul.nav-menu {
		padding-bottom: 30px;
	}
	.main-navigation ul.nav-menu > li {
		border-bottom: 1px #333 solid;
	}
	.main-navigation li {
		float: none;
		padding: 7px 0px;
	}
	.main-navigation ul ul a {
		width: auto;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		float: none;
		position: relative;
		left: 0 !important;
		box-shadow: none;
		padding-left: 20px;
	}
	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a {
		font-weight: normal !important;
	}
	
	
	.hentry {
		margin: 0px 70px 70px 70px;
		width: calc(100% - 140px);
	}
	.sub-navigation {
		display: none;
	}
}
/* handheld 570px */
@media (max-width: 570px) {
	.site-languages {
		padding: 8px 0px 8px 30px;
	}
	.site-languages li {
		margin-right: 15px;
	}
	.site-login {
		padding: 8px 30px 8px 25px;
	}
	.main-navigation {
		padding: 0 30px;
	}
	.simple-slide-content h2 {
		width: 100%;
		font-size: 200%;
		padding: 70px 30px;
	}
	.slice.slice-latest {
		min-height: 300px;
	}
	.slice.slice-latest .slice-content .su-column-size-1-2 {
		width: 80%;
	}
	h1.entry-title,
	.slice .slice-title {
		font-size: 1.8em;
	}
	h1.page-title {
		font-size: 1.8em;
		margin: 2em 0 0.5em 30px;
	}
	.doc-cat {
		margin: 0 30px;
		font-size: 160%;
	}
	.slice .hentry {
		margin: 0px 30px 0px 30px;
		width: calc(100% - 60px);
	}
	.page-template-default .slice-title,
	.page-template-product-category-list .slice-title {
		margin: 0px 30px;
	}
	.categories,
	.news,
	.docs {
		display: block;
	}
	.categories {
		margin: 0px 0px 70px 0px;
	}
	.slice-products .categories {
		margin: -70px 0px 70px 0px;
	}
	.docs {
		margin: 40px 0px 0px 30px;
	}
	.slice-documents .docs {
		margin: -30px 20px 0px 30px;
	}
	.news {
		margin: 70px 0px 70px 0px;
		width: 100%;
	}
	.blog .news .hentry {
		margin: 0 30px 70px 30px;
	}
	.slice .news {
		margin: 0px 0px 70px 0px;
		width: 100%;
	}
	.slice .news .hentry {
		margin-bottom: 70px;
	}
	.slice.yellow.more {
		height: 130px;
	}
	.slice .slice-more {
		display: none !important;
	}
	.hentry {
		margin: 0px 30px 70px 30px;
		width: calc(100% - 60px);
	}
	.entry-content > p:first-of-type {
		font-size: 130%;
	}
	.ufaq-faq-title .ufaq-faq-title-text h4 {
		font-size: 130%;
	}
	.categories .hentry {
		width: calc(100% - 60px);
	}
	.categories .post-thumbnail img {
		width: 100%;
	}
	.news .hentry {
		width: calc(100% - 60px);
	}
	.news .hentry img {
		width: 100% !important;
	}
	.docs .hentry {
		width: 49% !important;
		display: inline-block;
		vertical-align: top;
	}
	.docs .hentry:nth-child(odd) {
		clear: both;
	}
	.slice.slice-numbers .one_third,
	.slice.slice-numbers .su-column-size-1-3 {
		width: 100%;
	}
	.slice-people .one_third,
	.slice-people .su-column-size-1-3,
	.slice-company .one_third,
	.slice-company .su-column-size-1-3 {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		padding: 0 30px;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: none;
		width: 100%;
		margin-bottom: 70px;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		text-align: right;
		width: 100%;
	}
	.comments-area {
		margin: 70px 30px;
		width: calc(100% - 60px);
	}
	.footer-widget-area .widget_nav_menu {
		padding: 50px 30px;
	}
	.footer-widget-area .widget_nav_menu ul.menu {
		column-count: 2;
	}
	.site-footer .related-area p {
		padding: 22px 30px;
	}
	.site-info {
		margin-left: 30px;
		margin-right: 30px;
		width: calc(100% - 60px);
	}
}
