/*
Theme Name: Blockchain - Ignition Child
Theme URI: https://www.cssigniter.com/themes/blockchain/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Blockchain - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-blockchain
Text Domain: ignition-blockchain-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
 
@font-face{
font-family:'icomoon';font-display:swap;src:url('fonts/icomoon.eot?mb3b1k');src:url('fonts/icomoon.eot?#iefixmb3b1k') format('embedded-opentype'),
url('stylesheets/fonts/icomoon.woff?mb3b1k') format('woff'),
url('stylesheets/fonts/icomoon.ttf?mb3b1k') format('truetype'),
url('stylesheets/fonts/icomoon.svg?mb3b1k#icomoon') format('svg');font-weight:normal;font-style:normal;}
@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'icomoon';src:url('stylesheets/fonts/icomoon.svg?mb3b1k#icomoon') format('svg');}
}

.pricing-table-area {
	display: table;
    width: 100%;
	text-align: center;
	transition: all 0.3s;
}
.pricing-table-area:hover{
    background: rgba(240,161,35,.08);
}
.pricing-table-area h3 {
    font-size: 18px;
    color: #555555;
	margin-bottom: 8px;
}


.logo-block {
    width: 27%;
}
.description-block {
    width: 37%;
	padding: 6px 14px;
}
.description-block p {
    font-size: 15px;
    line-height: 25px;
	margin: 0;
}
.description-block ul {
    padding: 5px;
    display: block;
    margin-bottom: 0px;
}
.description-block ul li {
    font-size: 15px;
    line-height: 24px;
    list-style: none;
    display: block;
    padding: 0;
}
.review-block {
    width: 14%;
	margin-top: -13px;
    margin-bottom: -10px;
}
.button-block {
    width: 22%;
	padding: 0;
}


.content-home {
    width: 100%;
	max-width: 1200px;
	margin-left: auto;
    margin-right: auto;
}


.content-block {
    padding: 8px 14px;
    background: #F7F7F7;
    font-size: 15px;
}
.content-block:hover {
    background: rgba(240,161,35,.08);
}
.content-block p{
    margin: 0;
}


.alignment {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    padding: 12px 0px;
    border-width: 1px 1px 1px 0px;
    transition: 0.3s;
}
.alignment:first-child {
    border-left: 1px solid #e2e2e2;
}
.alignment-area {
    border: 1px solid #e2e2e2;
    border-width: 1px 1px 1px 0px;
    transition: 0.3s;
}
.alignment-area:first-child {
    border-left: 1px solid #e2e2e2;
}

.btn, .button, .ci-item-filter, .gutenbee-block-button-link, .wp-block-button__link, button[type="submit"], input[type="reset"], input[type="submit"] {
    padding: 12px 25px 12px 30px;
}
.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    text-transform: uppercase;
	font-weight: 600;
}
.button.btn_medium.btn_outline, .button.btn_medium_stretched.btn_outline {
    padding-top: 12px;
    padding-bottom: 12px;
}
input.btn_red.btn_outline, a.btn_red.btn_outline, .btn_red.btn_outline {
    color: #444 !important;
    border: 2px solid #f51149;
    background: 0 0;
}
input.btn_red.btn_outline:hover, a.btn_red.btn_outline:hover, .btn_red.btn_outline:hover {
    background-color: #f51149 !important;
    color: #fff !important;
}
a.btn_red.btn_outline i.icon {
    margin: 0 0 0 5px;
}
.button-block i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}


.header_soc_icon {
    line-height: 18px;
    font-size: 17px;
    padding: 0 6px;
    margin: 5px 0 0;
    display: inline-block;
    float: right;
    opacity: .9;
}
.header_soc_icon .icon {
    line-height: 18px;
}
.icon {
    font-family: icomoon;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
}
.icon-arrow-right6::before {
    content: "\e78b";
}
.icon-linkedin3::before {
    content: "\e7b8";
}
.icon-twitter3::before {
    content: "\e7ad";
}
.icon-facebook3::before {
    content: "\e7af";
}
.header_contacts {
    font-size: 13px;
    line-height: 24px;
    float: left;
}

.firma img{
	padding: 0 0 15px;
}
.firma ul{
    list-style: none;
	padding-left: 10px;
}
.firma li{
    font-size: 18px;
	line-height: 26px;
    padding: 0;
}

h1, .entry-title {
    font-size: 40px;
	color: #444;
}
h1, .page-hero-title {
    font-size: 28px;
}
h1, .page-title {
    font-size: 40px;
}
h2 {
    font-size: 34px;
	color: #555;
	line-height: 38px;
}
h3 {
    font-size: 26px;
	color: #555;
	line-height: 31.2px;
}
h4 {
    font-size: 24px;
	color: #555;
	line-height: 31px;
}
p {
    margin: 0 0 15px;
	line-height: 26px;
}
ol, ul {
    margin: 0 0 15px 0;
}
.label, label {
    font-size: 12px;
}
.main {
    padding: 20px 0;
}
.searchform {
    padding-bottom: 36px;
}
.widget {
    margin-bottom: 15px;
}
.widget-title {
    margin: 25px 0 10px;
	padding-bottom: 10px;
}
.widget_recent_comments li {
    padding: 0 0 8px;
}
.widget_recent_entries li, .widget_rss li {
    padding: 6px 0;
}
.page-hero-content, .page-title-content {
    width: 100%;
}
.head-intro-inner {
    padding: 5px 0;
}
.fl-row-content-wrap {
    padding: 0;
}
.fl-module-content {
    margin: 20px auto 0;
}
.footer-widgets {
    padding: 30px 0 30px;
}
.uplp-post-title a{
	color: var(--ignition-primary-color);
}
.uplp-post-title a:hover{
	color: var(--ignition-secondary-color);
}
.has-sidebar:not(.layout-reverse) > [class^="col"]:first-child {
    padding-right: 40px;
}
.entry-thumb {
	margin: 0 0 15px;
    text-align: left;
}
.calc select {
    width: 181px;
}
.entry-meta span::after {
	color: #5b5b5b !important;
	margin: 0 1px;
	opacity: 1;
}
.page-hero-subtitle :last-child {
    display: none;
}
.entry-author-box {
    display: none;
}
.saboxplugin-wrap .saboxplugin-socials {
    margin-left: 25px;
}
span.rt-reading-time {
	position: absolute;
	margin-left: 210px;
	margin-top: -27px;
	line-height: 16px;
	font-size: 14px;
	color: #555;
	background-image: url(https://www.bezbiku.info/wp-content/uploads/2019/12/book.png.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center left 10px;
	padding-left: 34px;
	float: left;
}
.entry-item-excerpt {
    font-size: 16px;
}
.entry-item-thumb .media-credit {
    display: none;
}
.media-credit {
    color: #666;
    font-size: 10px;
	margin: 0;
}
.entry-section {
    border-top: none;
    padding-top: 0;
}
.form-submit {
    margin-bottom: 30px;
}
.navigation, .woocommerce-pagination {
    margin-bottom: 30px;
}

@media screen and (max-width: 1229px) {
.content-home {
    width: 100%;
	max-width: 948px;
	padding: 0 19px;
}
.button.btn_medium.btn_outline, .button.btn_medium_stretched.btn_outline {
    padding: 10px 8px;
}
a.btn_red.btn_outline i.icon {
    margin: 0;
}
.review-block {
    padding: 0 8px;
}
}

@media screen and (max-width: 768px) {
.page-hero {
    height: 107px;
}
.aligncenter {
    padding: 0 10px;
}
}

@media screen and (max-width: 640px) {
.pricing-table-wrapper {
	width: 100%!important;
}
.content-block {
    background: #fff;
}
.pricing-table-area {
	background: #F7F7F7;
	padding: 0 0 20px 0;
}
.pricing-table-area:hover{
    background: #F7F7F7;
}
.content-block:hover{
    background: #fff;
}
.alignment {
    width: 100% !important;
    display: block;
    border: none;
	padding: 0 0 10px 0;
}
.alignment:first-child {
    border-left: none;
}
.has-sidebar:not(.layout-reverse) > [class^="col"]:first-child {
    padding-right: 15px;
}
.widget_search {
    display: none;
}
.content-home {
    padding: 0;
}
.button.btn_medium.btn_outline, .button.btn_medium_stretched.btn_outline {
    padding: 12px 34px 12px 40px;
}
a.btn_red.btn_outline i.icon {
    margin: 0 0 0 5px;
}
}

@media screen and (max-width: 480px) {
.page-hero {
    height: 100px;
}
h1, .page-hero-title {
    font-size: 24px;
}
h1, .page-title {
    font-size: 35px;
}	
}

@media screen and (max-width: 360px) {
span.rt-reading-time {
	border-left: none;
	position: static;
	margin-left: 0;
	margin-top: 0;
	background-position: center left;
	padding-left: 25px;
	float: none;
}
}