/**
* Theme Name: Lore Child
* Theme URI: http://preview.lsvr.sk/lore
* Description: Lore Child Theme
* Author: LSVRthemes
* Author URI: http://themeforest.net/user/LSVRthemes/portfolio
* Template: lore
* Version: 2.0.0
*/

:root {
	--hmwp-color-primary: #3F72AF;
	--hmwp-color-secundary: #112D4E;
	--hmwp-color-tertiary: #554EBE;
	--hmwp-color-light: #DBE2Ef;
	--hmwp-color-highlight: #FA9227;
	--hmwp-color-light-gray: #f5f8f9;

	--hmwp--preset--color--black: #000000;
	--hmwp--preset--color--cyan-bluish-gray: #abb8c3;
	--hmwp--preset--color--white: #ffffff;
	--hmwp--preset--color--pale-pink: #f78da7;
	--hmwp--preset--color--vivid-red: #cf2e2e;
	--hmwp--preset--color--luminous-vivid-orange: #ff6900;
	--hmwp--preset--color--luminous-vivid-amber: #fcb900;
	--hmwp--preset--color--light-green-cyan: #7bdcb5;
	--hmwp--preset--color--vivid-green-cyan: #00d084;
	--hmwp--preset--color--pale-cyan-blue: #9bcbea;
	--hmwp--preset--color--vivid-cyan-blue: #0693e3;
	--hmwp--preset--color--vivid-purple: #9b51e0;
}

/* Add your CSS here */
.post__meta{
	display: none !important;
}

.breadcrumbs{
	text-transform: none !important;
	text-align: left !important;
}

.post__inner table {
	width: 100%;
	margin: 0 0 1.5em;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left
}

.post__inner table td {
	padding: 5px
}

.post__inner table tr:nth-child(odd) {
	background: #f6f8fa
}

.post__inner .block-table {
    margin: 2rem 0;
    overflow-x: auto;
}

.post__inner .block-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e6e8ee;
    border-radius: 16px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.55;
    color: #2f3441;
    box-shadow: 0 8px 24px rgba(17, 45, 78, 0.04);
}

.post__inner .block-table thead th {
    background: #f3f5f8;
    color: #2d3340;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 1.1rem 1.2rem;
    text-align: left;
    border-bottom: 1px solid #e6e8ee;
}

.post__inner .block-table tbody td {
    padding: 1rem 1.2rem;
    vertical-align: top;
    border-bottom: 1px solid #edf0f4;
}

.post__inner .block-table tbody tr:last-child td {
    border-bottom: 0;
}

.post__inner .block-table tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.post__inner .block-table tbody tr:hover td {
    background: #f7faff;
}

.post__inner .block-table tbody td:first-child {
    font-weight: 600;
    color: #2d3340;
    width: 26%;
}

.post__inner .block-table tbody td:nth-child(2) {
    color: #5a6270;
    width: 34%;
}

.post__inner .block-table tbody td:nth-child(3) {
    color: #1f4f86;
    font-weight: 500;
    width: 40%;
}

.post__inner .block-table th:first-child {
    border-top-left-radius: 16px;
}

.post__inner .block-table th:last-child {
    border-top-right-radius: 16px;
}

@media (max-width: 900px) {
    .block-table table {
        min-width: 760px;
        font-size: 15px;
    }

    .block-table thead th,
    .block-table tbody td {
        padding: 0.9rem 1rem;
    }
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result { font-family: inherit; }
.gs-web-image-box, .gs-promotion-image-box {
	width: 100px !important;;
	margin-right: 10px !important;;
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
	max-width: 100px !important;;
	border: 0 !important;;
}

.gsc-table-cell-snippet-close, .gs-promotion-text-cell {
	font-size: 1rem !important;;
}

.gsc-control-cse {
	padding: 0 !important;;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 1.25rem !important;
	font-weight: 500 !important;;
}

.gsc-control-cse .gs-result .gs-title b {
	font-weight: 700 !important;;
}

.gsc-webResult .gsc-url-top {
	font-size: 1rem !important;;
	margin-bottom: 5px !important;;
}
.gcsc-more-maybe-branding-root{
	display: none !important;
}

.post__inner hr {
 margin-bottom: 2em;
}

.block-ht-block-toc .ht_toc_placeholder {
    font-size: 18px
}

.block-ht-block-toc[data-htoc-state="expanded"] .htoc__itemswrap {
    margin-top: 1em;
    opacity: 1;
    max-height: 9999px
}

.block-ht-block-toc[data-htoc-state="closed"] .htoc__itemswrap {
    opacity: 0;
    max-height: 0;
    display: none
}

.block-ht-block-toc.is-style-outline, .block-ht-block-toc.is-style-gray, .block-ht-block-toc.is-style-rounded, .block-ht-block-toc.is-style-contrasted {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.block-ht-block-toc.is-style-outline {
    border: 1px solid var(--hmwp-color-light);
    padding: 2em;
    margin-bottom: 2em;
}

.block-ht-block-toc.is-style-outline .htoc__toggle {
    border: 1px solid var(--hmwp-color-light);
}

.block-ht-block-toc.is-style-gray {
    background: #DDE2EB;
    padding: 2em;

}

.block-ht-block-toc.is-style-rounded {
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px
}

.block-ht-block-toc.is-style-contrasted {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px
}

.block-ht-block-toc.is-style-contrasted li {
    padding: .5em;
    margin-bottom: 0
}

.block-ht-block-toc.is-style-contrasted li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px
}

.block-ht-block-toc.is-style-contrasted li ul {
    margin-bottom: 0
}

.block-ht-block-toc.htoc--position-left, .block-ht-block-toc.htoc--position-right {
    max-width: 260px
}

.block-ht-block-toc.htoc--position-center {
    text-align: center
}

.block-ht-block-toc.htoc--position-left {
    float: left;
    margin-right: 2em
}

.block-ht-block-toc.htoc--position-right {
    float: right;
    margin-left: 2em
}

.block-ht-block-toc .htoc__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: 600
}

.block-ht-block-toc .htoc__toggle {
    margin-left: 15px;
    background: #fff;
    padding: 8px 8px;
    border-radius: 2px;
    line-height: 1em;
    cursor: pointer;
    position: relative
}

.block-ht-block-toc .htoc__toggle svg {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.block-ht-block-toc ul, .block-ht-block-toc ol {
    margin: 0;
    padding: 0;
    list-style-position: inside
}

.block-ht-block-toc ul ul, .block-ht-block-toc ul ol, .block-ht-block-toc ol ul, .block-ht-block-toc ol ol {
    padding: 0;
    margin: .5em 0 .5em 1em
}

.block-ht-block-toc ul li, .block-ht-block-toc ol li {
    margin-bottom: .5em
}

.block-ht-block-toc ul li:last-child, .block-ht-block-toc ol li:last-child {
    margin-bottom: 0
}

.block-ht-block-toc ul {
    list-style-type: disc
}

.block-ht-block-toc ol {
    list-style-type: decimal
}

.block-ht-block-toc.toc-list-style-plain ul, .block-ht-block-toc.toc-list-style-plain ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.block-ht-block-toc.toc-list-style-plain ul ul.ht_toc_child_list, .block-ht-block-toc.toc-list-style-plain ol ol.ht_toc_child_list{
    padding-left: 20px;
}

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    @media ( min-width: 991px ) {

	

	}

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}