﻿

/**********************************************************************/
/* FONT FACE */
/**********************************************************************/

/**
----------------------------------------------------------------------
LATO
----------------------------------------------------------------------
**/

/* Lato Light */
@font-face {
    font-family: 'LatoLight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff'), url('fonts/lato-light-webfont.ttf') format('truetype'), url('fonts/lato-light-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}

/* Lato Bold */
@font-face {
    font-family: 'LatoBold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}




/* ========================= BREADCRUMBS ========================= */

.breadcrumbs {
    margin: 10px 0 20px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

    .breadcrumbs span {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 0;
        color: #666;
    }

    .breadcrumbs a {
        border-bottom: #fff 1px dotted;
        color: #d90368;
    }

        .breadcrumbs a:hover {
            border-bottom: #d90368 1px dotted;
        }
/* ========================= POST ========================= */
.single-post p {
    font-size: 18px;
    color: #3e3e3e;
}


.single-post a {
    color: #0066CC;
    text-decoration: none;
}

    .single-post a:hover,
    .single-post a:focus {
        text-decoration: none;
        color: #0066CC;
    }

.single-post img {
    height: auto;
    max-width: 100%;
}

.single-post h2 {
    color: #137429;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.8px;
    padding: 17px 0;
    margin-bottom: 0.83em;
    padding-bottom: 0;
}
.single-post ul {
    list-style-type: disc;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 2em;
    padding-top: 8px;
    clear: both;
}

    .single-post ul li {
        color: #3e3e3e;
        font-size: 18px;
        line-height: 1.6em;
        margin: 0 0 16px;
    }
/* ========================= OTHERS ========================= */

.svg-w-20 {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
}

.svg-w-30 {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px 30px !important;
}

.round-bg {
    padding: 2px 6px;
    border-radius: 5em;
    font-size: 18px;
    background-color: #f13f99;
    color: white;
    margin-right: 10px;
}

.BlueAnchorLink {
    color: #0066CC !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

    .BlueAnchorLink:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.round-number {
    display: flex;
    line-height: 1.6em;
}

.tip-block, .info-block, .recommended-block {
    /*margin: 1rem 0;*/
    border-left: 0.5rem solid;
    padding: 0.1rem 1.5rem;
    overflow-x: auto;
}

.tip-block {
    background-color: #F3FCF5;
    border-color: #28A745;
}

.info-block {
    background-color: #F2F9FF;
    border-color: #0066CC;
}

.recommended-block {
    background-color: #FEF5F7;
    border-color: #DC3545;
}


.title {
    margin-right: 0.4rem;
    font-weight: 600;
}

.tip-block p, .info-block p, .recommended-block p {
    margin: 1rem 0;
    line-height: 1.7;
    padding: 0 !important;
}

.icon-tip {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/clip-round.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-info {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/information.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}


.icon-recommended {
    background: url(https://dsq23938efuno.cloudfront.net/common/svg/tick-red.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.example-box > h2:first-child {
    margin-top: 0;
}