/*
Theme's main style.

@author Vee W.


@font-face{
    font-family:ProximaNova-Black;
    src:url(/64ee1c65ffc5498372675e102e476b23.ttf) format("truetype")
}
@font-face{
    font-family:ProximaNova-Bold;
    src:url(/e335997cdb4abe866ef953a28750ef84.ttf) format("truetype")
}
@font-face{
    font-family:ProximaNova-BoldIt;
    src:url(/7d600922a548bfb1b5267b5a6ed10b9a.ttf) format("truetype")
}

@font-face{
    font-family:ProximaNova-LightIt;
    src:url(/2b287d25cad9002eb95cb9e10cd4d16b.ttf) format("truetype")
}

@font-face{
    font-family:ProximaNova-RegularIt;
    src:url(/24e6acd6aac2fa6667a1b80decbc41f7.ttf) format("truetype")
}
@font-face{
    font-family:ProximaNova-Semibold;
    src:url(/e4b64deca5ce8505aba913968bf64a5e.ttf) format("truetype")
}
@font-face{
    font-family:ProximaNova-SemiboldIt;
    src:url(/a8ae35a488ff71dae73d1398901100f7.ttf) format("truetype")
}



*/
@import '/flexvideo.css';

@font-face{
    font-family:ProximaNova-Regular;
    src:url(/proximaNova-regular.ttf) format("truetype")
}
@font-face{
    font-family:MinionPro-Regular;
    src:url(/minionPro-regular.ttf) format("truetype")
}

@font-face{
    font-family:ProximaNova-Light;
    src:url(/proximaNova-light.ttf) format("truetype")
}
@font-face{
    font-family:ProximaNova-Semibold;
    src:url(/proximanova-semibold.ttf) format("truetype")
}


.pagination {
    margin: 0;
}
.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}


.page-header {
    margin-bottom: 20px;
}


.page-header-top-right {
    margin-top: 10px;
}


.post-view-attachment .entry-attachment .attachment {
    text-align: center;
}
.post-view-attachment .entry-attachment .attachment .card {
    margin: 0 auto;
    width: 400px;
}
.post-view-attachment .entry-attachment .attachment .wp-video {
    margin: 0 auto;
}


.row-with-vspace {
    margin-bottom: 20px;
}


.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}


.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}


.widget_calendar .calendar_wrap table {
    font-size: 14px;
    margin: 0;
}
.widget_calendar .calendar_wrap table caption {
    caption-side: top;
}
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap .table th {
    padding: 8px;
}
.widget_calendar .calendar_wrap .table #next {
    text-align: right;
}


#main .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main .attachment .entry-content {
    margin-bottom: 20px;
}
#main .attachment .entry-content .attachment {
    text-align: center;
}
#main .attachment .entry-meta {
    margin-bottom: 20px;
}
/* fix auto img responsive */
#main .post .entry-meta .tags-icon {
    cursor: default;
}
#main .attachment .entry-title, 
#main .post .entry-title,
#main .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



/* Fix Bootstrap 4 */
.navbar {
    min-height: 54px;/* With this, we can use navbar without navbar-brand */
}