/*
	Theme Name: Egalwan
	Theme URI: https://strony.piotrscigala.pl/
	Description: Egalwan theme based on the Genesis Framework.
	Author: Piotr Ścigała
	Author URI: https://strony.piotrscigala.pl/
	Version: 2.0.7
	Template: genesis
	Template Version: 2.3.0
	Text Domain: egalwan
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Atomic CSS
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Bootstrap col-sm, md & lg extraction v1.3-min
	- Bootstrap tabs & pills required CSS
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Social Icons
	- Static Go Top button
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Cookies Info
	- Icons Shortcode
	- Price Calculator
- Skip Links
- Site Header
	- Title Area
	- Widget Area
	- Top Stripe
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Single Post
    - Offer Pages
- Main Page Template
    - Offer Showcase
	- Features Showcase
	- Stats Showcase
- Contact Page Template
	- Contact Map
	- Contact Details Cards
	- Contact Form
- Offer Page Template
- Sidebars
- Footer Widgets
- Site Footer
	- Top Footer
- Icon font
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.5rem;
}

body {
    background-color: #f6f6f6;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

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

a:focus,
a:hover {
    color: #333;
    text-decoration: underline;
}

p {
    color: #222;
    margin: 0 0 28px;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background: #A81E1B;
}

::selection {
    color: #fff;
    background: #A81E1B;
}

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

li {
    list-style-type: none;
}

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

b,
strong {
    font-weight: 700;
}

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

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.plus,
.entry-content .plus {
    margin-left: 30px;
}

.plus li,
.entry-content .plus > li {
    list-style-type: none;
}

.plus li::before {
    content: "\e970";
    font-family: 'egalwan', serif;
    float: left;
    width: 1.6em;
    color: #f00a21;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.5rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #DB2723;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #3E3E3F;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #3E3E3F;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #F4EADA;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #DB2723;
    color: #F4EADA;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #F4EADA;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}

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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.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
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* ## Bootstrap col-sm, md & lg extraction v1.4-min
--------------------------------------------- */
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
.col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .one-fifth-sm, .one-fifth-md, .one-fifth-lg {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
    .col-sm-11, .col-sm-12, .one-fifth-sm { float: left; }
    .col-sm-12{ width: 100%; flex-grow: 12; }
    .col-sm-11{ width: 91.66666667%; flex-grow: 11; }
    .col-sm-10{ width: 83.33333333%; flex-grow: 10; }
    .col-sm-9 { width: 75%; flex-grow: 9; }
    .col-sm-8 { width: 66.66666667%; flex-grow: 8; }
    .col-sm-7 { width:58.33333333%; flex-grow: 7; }
    .col-sm-6 { width: 50%; flex-grow: 6; }
    .col-sm-5 { width:41.66666667%; flex-grow: 5; }
    .col-sm-4 { width: 33.33333333%; flex-grow: 4; }
    .col-sm-3 { width: 25%; flex-grow: 3; }
    .col-sm-2 { width: 16.66666667%; flex-grow: 2; }
    .col-sm-1 { width: 8.33333333%; flex-grow: 1; }
    .one-fifth-sm { width: 20%; flex-grow: 2.4; }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,  .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
    .col-md-11, .col-md-12, .one-fifth-md { float: left; }
    .col-md-12{ width: 100%; flex-grow: 12; }
    .col-md-11{ width: 91.66666667%; flex-grow: 11; }
    .col-md-10{ width: 83.33333333%; flex-grow: 10; }
    .col-md-9 { width: 75%; flex-grow: 9; }
    .col-md-8 { width: 66.66666667%; flex-grow: 8; }
    .col-md-7 { width:58.33333333%; flex-grow: 7; }
    .col-md-6 { width: 50%; flex-grow: 6; }
    .col-md-5 { width:41.66666667%; flex-grow: 5; }
    .col-md-4 { width: 33.33333333%; flex-grow: 4; }
    .col-md-3 { width: 25%; flex-grow: 3; }
    .col-md-2 { width: 16.66666667%; flex-grow: 2; }
    .col-md-1 { width: 8.33333333%; flex-grow: 1; }
    .one-fifth-md { width: 20%; flex-grow: 2.4; }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
    .col-lg-11, .col-lg-12, .one-fifth-lg { float: left; }
    .col-lg-12{ width: 100%; flex-grow: 12; }
    .col-lg-11{ width: 91.66666667%; flex-grow: 11; }
    .col-lg-10{ width: 83.33333333%; flex-grow: 10; }
    .col-lg-9 { width: 75%; flex-grow: 9; }
    .col-lg-8 { width: 66.66666667%; flex-grow: 8; }
    .col-lg-7 { width:58.33333333%; flex-grow: 7; }
    .col-lg-6 { width: 50%; flex-grow: 6; }
    .col-lg-5 { width:41.66666667%; flex-grow: 5; }
    .col-lg-4 { width: 33.33333333%; flex-grow: 4; }
    .col-lg-3 { width: 25%; flex-grow: 3; }
    .col-lg-2 { width: 16.66666667%; flex-grow: 2; }
    .col-lg-1 { width: 8.33333333%; flex-grow: 1; }
    .one-fifth-lg { width: 20%; flex-grow: 2.4; }
}

/* ## Bootstrap tabs & pills required CSS v.2.0
--------------------------------------------- */

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

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

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    color: #F4EADA;
    font-size: 1rem;
    font-weight: 300;
    padding: 7px 7px 7px 0;
    word-wrap: break-word;
    word-break: normal;
}

.breadcrumb a {
    color: #F4EADA;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 35px;
}

.archive-description, .author-box {
    border: 1px solid #E4E4E4;
    text-align: center;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input[type="search"] {
    border-radius: 4px 0 0 4px;
    display: inline-block;
    line-height: 20px;
    padding: 6px 4px 6px 8px;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    vertical-align: middle;
    width: 200px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

.search-form input[type="search"]::-moz-placeholder {
    color: #666;
    font-weight: 300;
}

.search-form input[type="search"]:-ms-input-placeholder {
    color: #666;
    font-weight: 300;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    background: #DB2723;
    border-radius: 0 4px 4px 0;
    color: #F4EADA;
    display: inline-block;
    font-family: 'egalwan', serif;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 12px;
    vertical-align: middle;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 2rem;
}

.entry-title {
    font-size: 3.6rem;
    text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #DB2723;
}

.widget-title {
    border-bottom: 2px solid #A81E1B;
    font-size: 1.8rem;
    margin-bottom: 20px;
    word-break: normal;
}

/* ## 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 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    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 {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.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 {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

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

/* ## Social Icons
--------------------------------------------- */

.social_icons_widget {
    margin-bottom: 20px;
}

.social_icons__wrap {
    text-align: center;
}

.social_icons__icon_link {
    border: 3px solid #f6f6f6;
    border-radius: 50%;
    color: #f6f6f6;
    display: inline-block;
    height: 6rem;
    position: relative;
    text-align: center;
    transition: all .2s;
    width: 6rem;
}

.social_icons_widget .social_icons__icon_link:focus,
.social_icons_widget .social_icons__icon_link:hover {
    color: #f6f6f6;
    background: #8B0F18;
    box-shadow: 1px 1px 2px rgba(14, 14, 14, 0.85);
    text-decoration: none;
}

.social_icons_widget .social_icons__icon_link--facebook:focus,
.social_icons_widget .social_icons__icon_link--facebook:hover  {
    color: #f6f6f6;
    background: #064A73;
}

.social_icons_widget .social_icons__icon {
    font-size: 3.5rem;
    height: auto;
    line-height: 5.5rem;
    text-shadow: 1px 1px 2px #402C23;
    width: auto;
}

/* ## Static Go Top button
--------------------------------------------- */

body {
    scroll-behavior: smooth;
}

.go_top_widget {
}

.static_go_top {
    color: #bbb;
    display: block;
    float: right;
    line-height: 1;
    position: relative;
}

.static_go_top:hover {
    color: #A6191B;
    text-decoration: none;
}

.static_go_top__arrow {
    font-size: 4rem;
    height: auto;
    width: auto;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #F4EADA;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #DB2723;
    color: #F4EADA;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
    background-color: #F4EADA;
    color: #333;
}

.enews-widget input {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* ## Cookies Info
--------------------------------------------- */

#catapult-cookie-bar {
    border: 1px solid #333;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    padding: 3px 7px;
    text-align: center;
}

#catapult-cookie-bar .ctcc-inner {
    display: inline-block;
}

#catapult-cookie-bar h3 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 3px;
}

#catapult-cookie-bar .ctcc-left-side {
    font-size: small;
}

#catapult-cookie-bar .ctcc-right-side {
    text-align: right;
}

#catapult-cookie-bar button#catapultCookie {
    padding: 5px 12px;
}

/* ## Icons Shortcode
--------------------------------------------- */

.is__icon--0_125 {
    font-size: 0.125rem;
}

.is__icon--0_25 {
    font-size: 0.25rem;
}

.is__icon--0_33 {
    font-size: 0.333334rem;
}

.is__icon--0_5 {
    font-size: 0.5rem;
}

.is__icon--0_75 {
    font-size: 0.75rem;
}

.is__icon--1 {
    font-size: 1rem;
}

.is__icon--1_5 {
    font-size: 1.5rem;
}

.is__icon--2 {
    font-size: 2rem;
}

.is__icon--3 {
    font-size: 3rem;
}

.is__icon--4 {
    font-size: 4rem;
}

.is__icon--6 {
    font-size: 6rem;
}

.is__icon--8 {
    font-size: 8rem;
}

.is__icon--10 {
    font-size: 10rem;
}

.is__icon--12 {
    font-size: 12rem;
}

.is__icon--16 {
    font-size: 16rem;
}

.is__icon--20 {
    font-size: 20rem;
}

.is__icon--24 {
    font-size: 248rem;
}

/* ## Price Calculator
--------------------------------------------- */

.epc__table {
    width: 100%;
    border-collapse: collapse;
}

.epc__table .epc__subtitle {
    font-size: 2rem;
    padding: 0 0 12px;
}

.epc__table tr:nth-of-type(2n) {
    background: #eee;
}

.epc__table thead th {
    background: #0A65A8;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.epc__table td {
    text-align: center;
}

.epc__table tfoot td {
    background: #0A65A8;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.epc__table td,
.epc__table th {
    padding: 6px;
    border: 1px solid #ccc;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1) inset;
    padding: 13px 0;
    position: relative;
}

.site-header > .wrap {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.site-header .search-form {
    float: right;
}

.site-header .search-form input[type="search"] {
    max-width: 165px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
}

.header-image .title-area {
    margin: 0;
    padding: 0;
}

.site-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.header-image .site-title > a {
    float: left;
    line-height: 0;
}

.header-image .site-title img {
    max-height: 70px;
    width: auto;
}

.site-description {
    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;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: calc(100% - 170px);

}

/* ## Top Stripe
--------------------------------------------- */

.top_stripe {
    background-color: #535354;
    color: #f6f6f6;
    padding: 13px;
}

.top_stripe__container {
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
}

.top_stripe__title {
    float: left;
}

.top_stripe__search {
    float: right;
}

/* Genesis Breadcrumbs */
.top_stripe__title .breadcrumb {
    color: #f6f6f6;
    font-size: 2rem;
    padding: 0 3px 0 0;
    line-height: 1.7;
}

.top_stripe__title .breadcrumb a {
    color: inherit;
    font-weight: normal;
}

.top_stripe__title .breadcrumb a:focus,
.top_stripe__title .breadcrumb a:hover {
    color: #DB2723;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 1px;
    position: relative;
    width: 100%;

    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
    text-align: left;
}

.genesis-nav-menu .menu-item:last-of-type {
    margin: 0;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 15px 20px;
}

.genesis-nav-menu > .menu-item > a {
    height: 46.5px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu > .sfHover > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_ancestor > a {
    background: #DB2723;
    color: #fff;
    text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-item > a:hover,
.genesis-nav-menu .current_page_ancestor > a:focus,
.genesis-nav-menu .current_page_ancestor > a:hover {
    background: #A81E1B;
    color: #fff;
    text-decoration: none;
}

.genesis-nav-menu > .menu-item-has-children > a::after {
    content: '\e98e'; /*▼*/ /*"\e91c"*/
    display: inline-block;
    font-family: 'Egalwan', serif;
    font-size: 1rem;
    margin: 0 0 0 6px;
    vertical-align: middle;

}

.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
    content: "\e990";
    display: inline-block;
    font-family: 'Egalwan', serif;
    font-size: 1rem;
    margin: 0 0 0 6px;
    vertical-align: middle;
}

.genesis-nav-menu .sub-menu {
    background-color: #fff;
    border-bottom: 2px solid #DB2723;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 2px solid #DB2723;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 209px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    border-bottom: 1px solid #c3c6c7;
    border-top: 0;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 207px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .menu-item:last-of-type a {
    border-bottom: 0;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a {
    color: #F4EADA;
    background: #DB2723;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a:focus,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a:hover {
    background-color: #A81E1B;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -59px 0 0 208px;
}

.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 {
    float: right;
}

/* ## 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;
}

.menu-toggle,
.sub-menu-toggle,
.site-header .menu-toggle,
.site-header .sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin-bottom: 40px;
    padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #eee;
}

.entry-content p + ul {
    margin-top: -28px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 0;
}

p.entry-meta .entry-time,
p.entry-meta .entry-author,
p.entry-meta .entry-categories,
p.entry-meta .entry-tags {
    font-style: normal;
}

.entry-header {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding: 0 0 8px;
}

.entry-footer {
    border-top: 1px solid #eee;
}

.entry-footer .entry-meta {
    float: left;
    padding-top: 16px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-categories a,
.entry-tags a {
    padding: 0 0 0 3px;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    display: inline-block;
    font: normal 2rem/1 'egalwan';
    padding-right: 5px;
    vertical-align: text-bottom;
}

.entry-time::before {
    content: '\e929';
}

.entry-author::before {
    content: "\e90a";
}

.entry-comments-link::before {
    content: '\e984';
}

.entry-tags::before {
    content: '\e965';
}

.entry-categories::before {
    content: '\e92f';
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
    background-color: #DB2723;
    color: #F4EADA;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.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;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

/* ## Single Post
--------------------------------------------- */

.single-post .site-inner {
    max-width: 1060px;
}

/* ## Blog
--------------------------------------------- */

.blog .site-inner {
    max-width: 1060px;
}

/* ## Offer Pages
--------------------------------------------- */

.offer-page .site-inner {
    max-width: 1024px;
}

.offer-page .entry {
    padding: 60px;
}

.offer-page .entry-header {
    text-align: center;
    margin: 0 0 28px;
}

.offer-page .entry-content h2 {
    color: #f00a21;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.offer-page .entry-content h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.offer-page .entry-content h4 {
    font-size: 18px;
    margin: 0;
}

.offer-page .entry-content p {
    font-size: 16px;
}

.offer-page .plus li {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .offer-page .entry-content p {
        text-align: justify;
    }
}

/* # Main Page Template
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
    max-width: none;
    padding: 0;
    width: 100%;
}

.home .page {
    margin: 0 auto;
    max-width: 1280px;
}

/* ## Offer Showcase
--------------------------------------------- */

.offerShowcase {
    background: #fff;
    padding: 30px 10px 20px;
}

.offerShowcase__container {
    margin: 0 auto;
    max-width: 1280px;
}

.offerShowcase__container .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.offerShowcase__title {
    font-size: 3.6rem;
    text-align: center;
}

.offerShowcase__icon {
    color: #DB2723;
    display: block;
    font-size: 6rem;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.offerShowcase__subtitle {
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}

.offerShowcase__description {
    margin: 0 0 8px;
    text-align: center;
}

.offerShowcase__link {
    background: #DB2723;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 auto 25px;
    max-width: 100%;
    padding: 10px 2px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(16, 89, 142, 0.35);
    transition: all .2s;
    width: 160px;
}

.offerShowcase__link:focus,
.offerShowcase__link:hover {
    color: #fff;
    text-decoration: none;
    background-color:#10598E;
}


/* ## Features Showcase
--------------------------------------------- */

.featShowcase {
    background: #fff;
    padding: 30px 10px 20px;
}

.featShowcase__container {
    margin: 0 auto;
    max-width: 1280px;
}

.featShowcase__container .row {
    display: flex;
    flex-flow: row wrap;
}

.featShowcase__title {
    font-size: 3.6rem;
    text-align: center;
}

.featShowcase__icon {
    color: #DB2723;
    display: block;
    font-size: 6rem;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.featShowcase__subtitle {
    text-align: center;
}

.featShowcase__description {
    text-align: center;
}

/* ## Stats Showcase
--------------------------------------------- */

.statsShowcase {
    background-color: rgb(246, 245, 245);
    border: solid #d1cfcf;
    border-width: 1px 0 1px 0;
    padding: 30px 10px 20px;
}

.statsShowcase__title {
    font-size: 3.6rem;
    margin: 0 0 15px;
    text-align: center;
}

.statsShowcase__container {
    margin: 0 auto;
    max-width: 1280px;
}

.statsShowcase__subtitle {
    font-size: 2.8rem;
    text-align: center;
}

.statsShowcase__iconWrap {
    background: #fff;
    border: 4px solid #DB2723;
    border-radius: 100%;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.2);
    height: 8rem;
    margin: 0 auto;
    text-align: center;
    width: 8rem;
}

.statsShowcase__statWrap .statsShowcase__icon {
    color: #DB2723;
    font-size: 5rem;
    line-height: 7.25rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    transition: all .4s;
}

.statsShowcase__statWrap:hover .statsShowcase__icon {
    font-size: 6.75rem;
}

.statsShowcase__stat {
    font-size: 2.8rem;
    line-height: 1;
    margin: 10px auto 0;
    text-align: center;
}

.statsShowcase__description {
    font-size: 1.6rem;
    margin: 0 0 25px;
    text-align: center;
}

/* # Contact Page Template
---------------------------------------------------------------------------------------------------- */

.page-template-contact .site-inner {
    max-width: 2048px;
    padding: 0 0 60px;
    width: 100%;
}

.page-template-contact .content {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    float: none;
    margin: 0 auto 0;
    max-width: 1280px;
    overflow: hidden;
    padding: 40px 15px 15px;
    width: 100%;
}

/* ## Contact Map
--------------------------------------------- */

.contact_map {
    border-bottom: 1px solid #E4E4E4;
    line-height: 0;
    margin: 0 0 50px;
}

/* ## Contact Details Cards
--------------------------------------------- */

.contact_cards {
    float: right;
}

.contact_cards__container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.contact_card {
    margin: 0 0 30px;
    font-size: 1.6rem;
    flex-grow: 1;
}

.contact_card__wrap {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    height: 100%;
    padding: 25px 15px 22px;
    transition: all .2s;
}

.contact_card__wrap:hover,
.contact_card__wrap:focus {
    border-color: #c4c4c4;
}

.contact_card__title {
    font-size: 2rem;
    text-align: center;
}

.contact_card--department .contact_card__title {
    margin: 4px 0 16px;
}

.contact_card__title--name {
    display: block;
    font-size: 2.7rem;
    line-height: 1.75;
}

.contact_card__data {
    margin: 0 0 8px;
}

.contact_card__data:last-of-type {
    margin: 0;
}

.contact_card--department .contact_card__data {
    margin: 8px 0 12px;
}

.contact_card--department .photo {
    display: none;
}

.contact_card__address {
    display: inline-block;
    vertical-align: middle;
}

.contact_card__phone {
    color: #5f5f5f;
}

.contact_card__mail {
    color: #5f5f5f;
}

.contact_card__ico {
    /*color: #10598E;*/
    color: #DB2723;
    display: inline-block;
    line-height: 1;
    max-width: 25%;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.contact_card__ico::before {
    font-size: 3.2rem;
    line-height: 1;
}

/* ## Contact Form
--------------------------------------------- */
.cform {
    overflow: hidden;
    padding-bottom: 5px;
}

.cform__container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.cform__form_wrap {
    background-color: #fafafa;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 25px;
    padding: 20px 25px 28px;
    transition: all .2s;
}

.cform__form_wrap:hover,
.cform__form_wrap:focus {
    border-color: #c4c4c4;
}

.cform__ico_wrap {
    background-color: white;
    border: 2px solid #DB2723;
    border-radius: 50%;
    box-sizing: content-box;
    color: #DB2723;
    font-size: 32px;
    height: 54px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    width: 54px;
}

.cform__ico_wrap:hover .cform__ico {
    font-size: 40px;
}

.cform__ico {
    transition: all .2s;
}

.cform__title {
    margin: 25px 0 15px;
    text-align: center;
}

.cform form > p {
    margin: 0 0 20px;
}

.cform form > p:last-of-type {
    margin: 0;
    text-align: center;
}

.cform input,
.cform textarea {
    border-radius: 6px;
    padding: 6px 8px;
    min-width: 80%;
}

.cform textarea {
    height: 24rem;
}

.cform input[type="submit"] {
    background: #DB2723;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);
    color: #f6f6f6;
    max-width: 100%;
    min-width: 0;
    text-shadow: 1px 1px 3px rgba(16, 89, 142, 0.35);
    width: 100px;
}

.cform input[type="submit"]:hover,
.cform input[type="submit"]:focus {
    background: #10598E;
}

.cform input[type="checkbox"] {
	min-width: unset;
}

@media screen and (min-width: 768px) {
	.cform .rodo {
		text-align: justify;
	}
}

.cf7-honeypot,
.cf7-security {
	display: none;
}


/* # Offer Page Template
---------------------------------------------------------------------------------------------------- */



/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #f6f6f6;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #F4EADA;
    clear: both;
    font-size: 1.8rem;
    padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 380px;
}

.footer-widgets-1 {
    margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #A81E1B; /*#111*/
    clear: both;
    color: #ddd;
    font-size: 1.6rem;
    margin-top: -65px;
    position: relative;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #f6f6f6;
    font-weight: bold;
}

.site-footer__credits {
    font-size: 14px;
    line-height: 30px;
    padding: 17px;
}

.site-footer__credits-left {
    float: left;
}

.site-footer__credits-right {
    float: right;
}

/* ## Sticky Footer
--------------------------------------------- */

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
}

.site-container {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -65px; /* equal to footer height */
}

.site-inner {
    min-height: 100%;
    margin-bottom: -65px; /* equal to footer height */
}

.site-footer, .site-inner:after {
    height: 65px;
}

/* ## Top Footer
--------------------------------------------- */

.topfooter {
    /*background: url('images/wtopiony_obrazek.jpg');*/
    background: #222;
    border-top: 1px solid #E4E4E4;
    color: #F9F9F9;
    margin: 0 auto 65px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.topfooter ::-moz-selection {
    color: #fff;
    background: #000;
}

.topfooter ::selection {
    color: #fff;
    background: #000;
}

.topfooter a {
    color: inherit;
}

.topfooter a:focus,
.topfooter a:hover {
    color: #DB2723;
}

.topfooter p {
    color: inherit;
    margin: 0 0 8px;
}

.topfooter__background {
    /*background: rgba(14, 14, 14, 0.9);*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.topfooter__wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 35px 0 0;
    width: 100%;
}

.topfooter__column {
    padding-top: 15px;
}

.topfooter .widget {
    margin-bottom: 30px;
}

.topfooter .widget-title {
    color: #f6f6f6;
    font-size: 2.4rem;
}

.topfooter .breadcrumb {
    background: none;
    text-align: center;
}

/* Top Footer recent posts widget */

.topfooter .widget_recent_entries ul {
    margin-left: 30px;
}

.topfooter .widget_recent_entries ul > li {
    line-height: 1.5;
    list-style-type: none;
    margin: 0;
    padding-bottom: 3px;
}

.topfooter .widget_recent_entries ul > li::before {
    content: "\e970";
    font-family: 'egalwan', serif;
    float: left;
    width: 1.6em;
    color: inherit;
}

/* Top Footer menu widget */

.topfooter .menu-item {
    border-bottom: 1px solid #333;
    font-size: inherit;
    font-weight: inherit;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.topfooter .menu-item:first-of-type {
    border-top: 1px solid #333;
}

.topfooter .menu-item a {
    /*font-family: 'Zilla Slab', serif;*/
    padding: 0 0 0 8px;
}

.topfooter .menu-item::before {
    vertical-align: bottom;
}

/* Top Footer static go top widget */
.topfooter .go_top_widget {
    margin: -40px 0 0;
}

/* # Icon font
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'egalwan';
    src:  url('assets/fonts/egalwan.eot?vqvjzg');
    src:  url('assets/fonts/egalwan.eot?vqvjzg#iefix') format('embedded-opentype'),
    url('assets/fonts/egalwan.ttf?vqvjzg') format('truetype'),
    url('assets/fonts/egalwan.woff?vqvjzg') format('woff'),
    url('assets/fonts/egalwan.svg?vqvjzg#egalwan') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="egalwan-"], [class*=" egalwan-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'egalwan', serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.egalwan-24:before {
    content: "\e900";
}
.egalwan-24--2:before {
    content: "\e901";
}
.egalwan-barrel:before {
    content: "\e902";
}
.egalwan-bars:before {
    content: "\e903";
}
.egalwan-box:before {
    content: "\e904";
}
.egalwan-brush:before {
    content: "\e905";
}
.egalwan-building:before {
    content: "\e906";
}
.egalwan-building--2:before {
    content: "\e907";
}
.egalwan-buildings:before {
    content: "\e908";
}
.egalwan-buildings--2:before {
    content: "\e909";
}
.egalwan-businessman:before {
    content: "\e90a";
}
.egalwan-businesswoman:before {
    content: "\e90b";
}
.egalwan-calculator:before {
    content: "\e90c";
}
.egalwan-calculator--2:before {
    content: "\e90d";
}
.egalwan-calculator--3:before {
    content: "\e90e";
}
.egalwan-calendar:before {
    content: "\e90f";
}
.egalwan-camera:before {
    content: "\e910";
}
.egalwan-cancel:before {
    content: "\e911";
}
.egalwan-canister:before {
    content: "\e912";
}
.egalwan-capabilities:before {
    content: "\e913";
}
.egalwan-certificate:before {
    content: "\e914";
}
.egalwan-certificate--2:before {
    content: "\e915";
}
.egalwan-certificate--3:before {
    content: "\e916";
}
.egalwan-chain:before {
    content: "\e917";
}
.egalwan-chemistry:before {
    content: "\e918";
}
.egalwan-chemistry--2:before {
    content: "\e919";
}
.egalwan-chemistry--3:before {
    content: "\e91a";
}
.egalwan-chemistry--4:before {
    content: "\e91b";
}
.egalwan-chevron-down:before {
    content: "\e91c";
}
.egalwan-chevron-left:before {
    content: "\e91d";
}
.egalwan-chevron-right:before {
    content: "\e91e";
}
.egalwan-chevron-up:before {
    content: "\e91f";
}
.egalwan-city:before {
    content: "\e920";
}
.egalwan-clock:before {
    content: "\e921";
}
.egalwan-clock--2:before {
    content: "\e922";
}
.egalwan-clock--simple:before {
    content: "\e923";
}
.egalwan-construction:before {
    content: "\e924";
}
.egalwan-construction--2:before {
    content: "\e925";
}
.egalwan-continous:before {
    content: "\e926";
}
.egalwan-cooperation:before {
    content: "\e927";
}
.egalwan-cutting:before {
    content: "\e928";
}
.egalwan-date:before {
    content: "\e929";
}
.egalwan-delivery:before {
    content: "\e92a";
}
.egalwan-delivery--time:before {
    content: "\e92b";
}
.egalwan-desk-lamp:before {
    content: "\e92c";
}
.egalwan-dimensions:before {
    content: "\e92d";
}
.egalwan-document:before {
    content: "\e92e";
}
.egalwan-documents:before {
    content: "\e92f";
}
.egalwan-drop:before {
    content: "\e930";
}
.egalwan-economic:before {
    content: "\e931";
}
.egalwan-economic--2:before {
    content: "\e932";
}
.egalwan-economic--3:before {
    content: "\e933";
}
.egalwan-education:before {
    content: "\e934";
}
.egalwan-electricity:before {
    content: "\e935";
}
.egalwan-electricity--2:before {
    content: "\e936";
}
.egalwan-email:before {
    content: "\e937";
}
.egalwan-environment:before {
    content: "\e938";
}
.egalwan-external-link:before {
    content: "\e939";
}
.egalwan-facebook:before {
    content: "\e93a";
}
.egalwan-fire:before {
    content: "\e93b";
}
.egalwan-fire--2:before {
    content: "\e93c";
}
.egalwan-flickr:before {
    content: "\e93d";
}
.egalwan-flickr--alt:before {
    content: "\e93e";
}
.egalwan-fuel:before {
    content: "\e93f";
}
.egalwan-gears:before {
    content: "\e940";
}
.egalwan-google-plus:before {
    content: "\e941";
}
.egalwan-hammer:before {
    content: "\e942";
}
.egalwan-home:before {
    content: "\e943";
}
.egalwan-home--soft:before {
    content: "\e944";
}
.egalwan-hydraulics:before {
    content: "\e945";
}
.egalwan-id-card:before {
    content: "\e946";
}
.egalwan-idea:before {
    content: "\e947";
}
.egalwan-indicator:before {
    content: "\e948";
}
.egalwan-industry:before {
    content: "\e949";
}
.egalwan-industry--2:before {
    content: "\e94a";
}
.egalwan-info:before {
    content: "\e94b";
}
.egalwan-instagram:before {
    content: "\e94c";
}
.egalwan-instagram--alt:before {
    content: "\e94d";
}
.egalwan-interview:before {
    content: "\e94e";
}
.egalwan-key:before {
    content: "\e94f";
}
.egalwan-knowledge:before {
    content: "\e950";
}
.egalwan-laptop:before {
    content: "\e951";
}
.egalwan-linked-in:before {
    content: "\e952";
}
.egalwan-list--done:before {
    content: "\e953";
}
.egalwan-loupe--search:before {
    content: "\e954";
}
.egalwan-mail:before {
    content: "\e955";
}
.egalwan-mail--square:before {
    content: "\e956";
}
.egalwan-maze:before {
    content: "\e957";
}
.egalwan-measure:before {
    content: "\e958";
}
.egalwan-medal:before {
    content: "\e959";
}
.egalwan-menu:before {
    content: "\e95a";
}
.egalwan-message:before {
    content: "\e95b";
}
.egalwan-message--2:before {
    content: "\e95c";
}
.egalwan-message--3:before {
    content: "\e95d";
}
.egalwan-message--4:before {
    content: "\e95e";
}
.egalwan-microscope:before {
    content: "\e95f";
}
.egalwan-microstructure:before {
    content: "\e960";
}
.egalwan-microstructure--2:before {
    content: "\e961";
}
.egalwan-microstructure--3:before {
    content: "\e962";
}
.egalwan-mobile:before {
    content: "\e963";
}
.egalwan-netbook:before {
    content: "\e964";
}
.egalwan-notebook:before {
    content: "\e965";
}
.egalwan-package:before {
    content: "\e966";
}
.egalwan-padlock--locked:before {
    content: "\e967";
}
.egalwan-padlock--unlocked:before {
    content: "\e968";
}
.egalwan-personal-card:before {
    content: "\e969";
}
.egalwan-phone--square:before {
    content: "\e96a";
}
.egalwan-pin:before {
    content: "\e96b";
}
.egalwan-pin--2:before {
    content: "\e96c";
}
.egalwan-pinterest:before {
    content: "\e96d";
}
.egalwan-plus:before {
    content: "\e96e";
}
.egalwan-plus-in-circle:before {
    content: "\e96f";
}
.egalwan-plus-in-circle--bold:before {
    content: "\e970";
}
.egalwan-progress:before {
    content: "\e971";
}
.egalwan-progress--2:before {
    content: "\e972";
}
.egalwan-puzzle:before {
    content: "\e973";
}
.egalwan-quote:before {
    content: "\e974";
}
.egalwan-recycling:before {
    content: "\e975";
}
.egalwan-recycling--2:before {
    content: "\e976";
}
.egalwan-refresh:before {
    content: "\e977";
}
.egalwan-report:before {
    content: "\e978";
}
.egalwan-rocket:before {
    content: "\e979";
}
.egalwan-rocket--2:before {
    content: "\e97a";
}
.egalwan-science:before {
    content: "\e97b";
}
.egalwan-science--2:before {
    content: "\e97c";
}
.egalwan-screwdriver:before {
    content: "\e97d";
}
.egalwan-screwing:before {
    content: "\e97e";
}
.egalwan-shield:before {
    content: "\e97f";
}
.egalwan-shield--2:before {
    content: "\e980";
}
.egalwan-spike-screw:before {
    content: "\e981";
}
.egalwan-talk:before {
    content: "\e982";
}
.egalwan-talk--2:before {
    content: "\e983";
}
.egalwan-talk--3:before {
    content: "\e984";
}
.egalwan-team:before {
    content: "\e985";
}
.egalwan-team--2:before {
    content: "\e986";
}
.egalwan-team--progress:before {
    content: "\e987";
}
.egalwan-thermal-cutting:before {
    content: "\e988";
}
.egalwan-thermal-treatment:before {
    content: "\e989";
}
.egalwan-thermometer:before {
    content: "\e98a";
}
.egalwan-thermometer--2:before {
    content: "\e98b";
}
.egalwan-thumb-up:before {
    content: "\e98c";
}
.egalwan-tools:before {
    content: "\e98d";
}
.egalwan-triangle-down--soft:before {
    content: "\e98e";
}
.egalwan-triangle-left--soft:before {
    content: "\e98f";
}
.egalwan-triangle-right--soft:before {
    content: "\e990";
}
.egalwan-triangle-up--soft:before {
    content: "\e991";
}
.egalwan-trophy:before {
    content: "\e992";
}
.egalwan-truck:before {
    content: "\e993";
}
.egalwan-truck--simple:before {
    content: "\e994";
}
.egalwan-tube:before {
    content: "\e995";
}
.egalwan-tube--2:before {
    content: "\e996";
}
.egalwan-tube--3:before {
    content: "\e997";
}
.egalwan-tube--4:before {
    content: "\e998";
}
.egalwan-tube--5:before {
    content: "\e999";
}
.egalwan-tube--6:before {
    content: "\e99a";
}
.egalwan-tube--7:before {
    content: "\e99b";
}
.egalwan-tubes:before {
    content: "\e99c";
}
.egalwan-tubes--2:before {
    content: "\e99d";
}
.egalwan-tubes--3:before {
    content: "\e99e";
}
.egalwan-twitter:before {
    content: "\e99f";
}
.egalwan-twitter--alt:before {
    content: "\e9a0";
}
.egalwan-valve:before {
    content: "\e9a1";
}
.egalwan-wares:before {
    content: "\e9a2";
}
.egalwan-weight:before {
    content: "\e9a3";
}
.egalwan-weight--2:before {
    content: "\e9a4";
}
.egalwan-welding:before {
    content: "\e9a5";
}
.egalwan-worker:before {
    content: "\e9a6";
}
.egalwan-wrench:before {
    content: "\e9a7";
}
.egalwan-youtube:before {
    content: "\e9a8";
}
.egalwan-youtube--play:before {
    content: "\e9a9";
}


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

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

    .site-inner,
    .wrap {
        max-width: 1140px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }

    .content {
        width: 800px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }

    .footer-widgets-1 {
        margin-right: 60px;
    }

}


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

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .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;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

    .genesis-nav-menu a {
        padding: 15px 15px;
    }

}

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

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 100%;
    }

    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .header-image .site-title > a {
        float: none;
    }

    .site-header .wrap {
        padding-left: 8px;
        padding-right: 8px;
    }

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

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

    /* ### Genesis Responsive Menus */

    .genesis-responsive-menu .wrap {
        padding: 0;
    }

    .genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle,
    .site-header .menu-toggle,
    .site-header .sub-menu-toggle {
        background-color: #fff;
        border-width: 0;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    @supports (display: flex) {
        .menu-toggle,
        .sub-menu-toggle,
        .site-header .menu-toggle,
        .site-header .sub-menu-toggle {
            display: flex;
            flex-flow: row wrap;
            /* Use !important to overwrite Ico Moon icon font styles */
            font-family: 'egalwan', 'Roboto', sans-serif !important;
            justify-content: center;
        }
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: #fff;
        border-width: 0;
        color: #A81E1B;
    }

    .menu-toggle {
        line-height: 22px;
        position: relative;
        width: 100%;
        z-index: 1000;
    }

    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: 1px solid #eee;
    }

    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
        vertical-align: middle;
    }

    .sub-menu-toggle {
        float: right;
        padding: 15px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0 );
        -ms-transform:     rotate( 0 );
        transform:         rotate( 0 );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg );
        -ms-transform:     rotate( 180deg );
        transform:         rotate( 180deg );
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item .search-form {
        text-align: center;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
        box-shadow: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu > .menu-item-has-children > a::after {
        display: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

}

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

    body,
    body > div {
        font-size: 1.8rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .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%;
    }

    .page-template-contact-page .content {
        padding: 0;
    }

    .contact_card__ico {
        width: 40px;
    }

    .site-footer .wrap {
        height: 100%;
        padding: 0;
    }

    .site-footer__credits {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        height: 100%;
        justify-content: space-between;
        padding: 3px 8px;
    }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !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 0.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;
        top: -100px;
    }

    .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;
    }

}

