/*
Theme Name: top88a
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.911111111111111111111111
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    color: #666 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;;
    line-height: 1.625;
}
h1{
    font-weight: 400 !important;
}
.header-bottom .nav>li{
    margin: 0;
}
.header-bottom .nav > li > a{
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    letter-spacing: 4px;
    padding: 20px;
    font-weight: normal !important;
}
b, strong {
    font-weight: bold;
}
.header-block-block-1 .button{
    padding: calc(0.4em) calc(1.333em);
    font-size: 1.125em;
}
.wp-caption .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    background: none;
}
.wp-caption.aligncenter{
    text-align: center;
}
th, td {
    font-size: 1em;
}
.entry-content ol, .entry-content ul, .page-inner ol, .page-inner ul {
    margin-left: 20px;
}
.single-post .top-button-post .row:last-child .col{
    padding-bottom: 0;
}
.single-post .top-button-post .row:last-child .col .button{
    margin-bottom: 0;
}
#breadcrumbs{
    text-transform: none !important;
    line-height: 1.5em;
    font-size: 16px;
    color: #999 !important;
    font-weight: normal;
}
#breadcrumbs a{
    color: #e5554e;
}
.breadcrumb-ctn{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ececec;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-block-block-1{
        text-align: center;
    }
    .header-block-block-1 .button{
        padding: calc(0.1em) calc(1.333em);
        font-size: 0.9em;
    }
}