﻿/*
    Standard Theme - Version 1.5.0 (11/29/‎2013)
    http://dotnetblogengine.net/

    Designed and Implementation by Farzin Seyfolahi (@Seyfolahi)
    http://seyfolahi.net/

    Content:
        01.header                   15.categorylist
        02.well-global              16.linklist
        03.post                     17.monthlist
        04.comment-item             18.mostcomments
        05.comment-form             19.newsletter
        06.related-posts            20.pagelist
        07.postpaging               21.recentcomments
        08.navigation-posts         22.recentposts
        09.widget                   23.search
        10.administration           24.tagcloud
        11.authorlist               25.archive-page
        12.bloglist                 26.contact-page
        13.blogroll                 27.search-page
        14.calendar                 28.syntaxhighlighter
        15.categorylist             29.q-notes
        16.linklist                 30.footer
*/
@font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); }
@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot'); src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg?#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal }
body { }
.post img { max-width: 100%; }
.glyphicon { margin-right: 3px; position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; }
.post-header .glyphicon { float: none !important; }
table { width: 100%; }
.btn-wrapper { border-top: 1px solid #EEE; padding-top: 25px; margin-top: 15px; }
.required-field { color: #e83232; margin-right: 4px; margin-left: 4px; }
.text-uppercase { text-transform: uppercase; }
.glyphicon-comment { float: left; font-size: 15px; }
.sidebar-wrapper ul li a { font-weight: bold; }
.sidebar-wrapper select { width: 87%; margin-top: 20px; }
#categorylist li a img { display: none; }

.post-home .post-header { min-height: 200px !important; }

.cattitle h1, .cattitle h2 { margin: 0px 0 10px 0 !important; }
h1 a, h2 a { margin-top: 0px; color: #5dc0e1; }

h3 { font-size: 1.6rem !important; }

.blogbutton { width: fit-content; display: inline-flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 1rem 2rem; font-weight: bold; border: 3px solid transparent; cursor: pointer; transition: all 0.5s; background-color: #E283A8; color: #fff !important; height: 3.5rem; font-size: 1.3rem; border-radius: 1.75rem; }
.blogbutton:hover { background-color: #5FC4E5; }


.post-body.text ul { list-style: initial; padding-inline-start: 2.5rem; }

.post-body.text ul ::marker { color: #E283A8; }
.posts { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2rem; }
.post-header i { color: #e283a8; }
.post.post-home { display: flex; flex-direction: column; }
.post.post-home > *:last-child { flex-grow: 1 !important; }
.post-home .post-header .post-img { height: 300px; border-radius: 0.5rem; background-position: center; background-repeat: no-repeat; background-size: cover; }
.post-home .post-header-text { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 0.5rem; }
.post-home .post-body.text { position: relative; padding-bottom: 6rem; }
.post-home .post-body.text a.more { position: absolute; bottom: 0; left: 0; width: 100%; width: fit-content; height: 5rem; border-radius: 2.5rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.7rem; color: #fff; padding: 1rem 2rem; font-weight: bold; border: 3px solid transparent; cursor: pointer; transition: all 0.5s; background-color: #E283A8; width: 100%; }
.post-home .post-body.text img { display: none !important; }
img { border-radius: 0.5rem; }

.post-page .post-img { display: none !important; }
.sidebar-wrapper > .administration > .widget-header { display: none; }
.sidebar-wrapper > .administration > .widget-content ul { display: flex; justify-content: space-between; }
.sidebar-wrapper > .administration > .widget-content ul li a { display: flex; grid-gap: 10px; align-items: center; }
.sidebar-wrapper > .administration > .widget-content .login a:before { content: "\f007"; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); }
.sidebar-wrapper { display: flex; flex-direction: column; grid-gap: 2rem; margin-bottom: 2rem; }
.widgetzone { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; }
.widgetzone:has(.administration) { grid-template-columns: repeat(4, 1fr); grid-gap: 1rem; }
.widgetzone :not(.search) .widget-content { display: none; }
.widget.search { grid-column: 1 / -1; }
.widget.search .btn { padding-top: 0; padding-bottom: 0; height: 4rem; border-radius: 0.25rem; }

@media screen and (max-width:1230px) {

    .widgetzone { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1rem; }
}

.blog--homebanner { background-color: #FCF2F6; color: #E283A8; margin-bottom: 30px; padding: 30px 0; }
.blog--homebanner h1 { color: #E283A8; font-size: 2.5rem; margin-top: unset; margin-bottom: 10px; }
.blog--homebanner > div { font-size: 1.25rem; }

@media screen and (max-width: 599px) {
    .blog--homebanner h1 { font-size: 2rem !important; }
    .blog--homebanner > div { font-size: 1rem; }
}

/*[01.header]*/
.header .container > .navbar-header,
.header .container > .navbar-collapse { margin-right: -15px !important; margin-left: -15px !important; }
.header .logo { margin-right: 10px; }
.header .title-wrapper { background-color: #ffffff; padding: 30px 0; margin-bottom: 35px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.header .title-wrapper hgroup { height: 80px; }
.header .title-wrapper hgroup h1 { font-size: 40px; line-height: 40px; margin: 4px 0 8px; font-weight: 700; }
.header .title-wrapper hgroup h1 A { color: #000000; text-decoration: none !important; }
.header .title-wrapper hgroup h3 { font-size: 16px; font-weight: normal; margin: 0; color: #666666; }
.header .social-icon { margin-top: 10px; }
.header .social-icon a { text-decoration: none; }
.header .navbar { margin: 0; border-radius: 0; }
.header .navbar-inverse .navbar-nav > .open > a { color: rgb(153, 153, 153); }
.header .nav > li > a.dropdown-m { padding: 15px 7px 15px 10px !important; }
.header .nav > li > a { padding: 15px 10px !important; }
.header .nav > li > a.dropdown-toggle { padding: 15px 10px !important; }

#menu { background: #fff; padding: 5px; margin-bottom: 20px; color: #fff; height: 35px; }
#menu a.home { float: right; color: #333; margin-right: 14px; }
#menu span { float: right; color: #333; }
#menu a.apmlfilter { padding-left: 15px; background: url(../../pics/apml.png) no-repeat left 14px; }
#menu .login { float: right; margin-right: 10px; padding-left: 16px }
#menu .login a { color: #333; }
#menu .login span { color: #333; padding-right: 5px; float: left; }
#menu ul { list-style: none; margin: 0; padding: 0; float: right; }
#menu ul li { display: inline; }
#menu ul li a { padding: 10px; color: #333; }
#menu ul li a.feed img { margin-right: 3px; margin-bottom: -2px; }

.lbl-CommentsDisabled { display: none; }
.post-body { margin-bottom: 15px; line-height: 22px; }
#PostPager { background-color: transparent !important; padding-top: 2rem; padding-bottom: 1rem; }
/*[02.well-global]*/
.well-global, #trackbacks { background-color: #ffffff; padding: 4%; margin-bottom: 20px; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); display: none; }
.well-global .well-global-title { margin: 0; font-weight: 700; margin-bottom: 20px; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; }
.well-global .well-global-title h3 { margin: 0; font-weight: 700; }
.page-global { background-color: #ffffff !important; padding: 4% !important; margin-bottom: 20px !important; border-radius: 6px !important; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.page-global .page-global-title { border-bottom: 1px solid #eee !important; margin: 0 0 20px 0 !important; padding-bottom: 15px !important; font-weight: bold !important; font-size: 26px !important; }

/*[03.post]*/

.post .post-header .post-title a { text-decoration: none; }
.post .post-info { font-size: 13px; color: #e283a8; }
.post .post-info span { margin-right: 7px; }
.post .post-footer { margin-top: 20px; font-size: 13px; min-height: 35px; margin-bottom: -5px; }
.post .post-footer:hover { border-color: #ddd; }
.post .post-rating { height: 21px; max-width: 50%; }
.post .post-rating * { margin: 0; padding: 0; top: 0; line-height: 10px; }
.post .post-rating p { top: 9px; }
.post .post-body a { color: #e283a8; background-image: none !important; }
.post .post-body a:hover, .post .post-tags a:hover { color: #841015; }

/*[06.related-posts]*/
.related-posts h3 { }
.related-posts ul li div { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgb(136, 136, 136); margin-bottom: 10px; }

/*[07.postpaging]*/
#postPaging > div { }
#PostPager { display: block; text-align: center; background-color: #ffffff; }
#PostPager li { display: inline-block !important; border: 1px solid #DDD !important; margin: 1px; padding: 5px 7px !important; font-size: 13px; font-weight: normal; background: #fff; border-radius: 3px; }
#PostPager li a { padding: 2px; text-decoration: none; color: #666; }
#PostPager .PagerLinkCurrent { color: #fff; padding: 5px 14px; font-weight: bold; background-color: #5fc4e5 !important; border: 1px solid #5fc4e5 !important; }
#PostPager .PagerLinkCurrent li { padding: 2px !important; }
#PostPager .PagerLinkDisabled { color: #ccc; padding: 5px 14px; background: #fff; border-color: #DDD !important; }
#PostPager .PagerEllipses { border: 0; padding: 2px; }



/*[08.navigation-posts]*/
.navigation-posts a { text-decoration: none; outline: none; }

/*[09.widget]*/
.widget .widget-header { font-size: 1.2rem; margin: 0; border-radius: 0.25rem; padding: 1.5rem; color: #fff; }
.categorylist .widget-header { background-color: #5F90E5; }
.postlist .widget-header { background-color: #5FC4E5; }
.monthlist .widget-header { background-color: #E283C5; }
.administration .widget-header { background-color: #E283A8; }
.tagcloud.widget ul { padding: 0px; }
.widget ul { list-style: none; padding: 10px 0 0 0; margin: 0px; }
.widget ul li a { font-size: 0.95em; color: #5fc4e5; }
.widget ul li a:hover { color: #e283a8; }
.widget ul li { padding: 3px 0; }
.widget ul ul li { border: none; }

/*[10.administration]*/
.administration .widget-header { margin-bottom: 0 !important; }

/*[11.authorlist]*/
.authorlist .widget-header { margin-bottom: 0; }
.authorlist li { }
.authorlist li A.authorlink { margin-left: 5px; }

/*[12.bloglist]*/
.bloglist .widget-header { margin-bottom: 0; }

/*[13.blogroll]*/
.blogroll .widget-header { margin-bottom: 0; }
.blogroll ul li a { padding-right: 3px; }
.blogroll ul li img { margin-top: -3px; }
.blogroll ul ul { margin-left: 15px !important; }
.blogroll ul ul li { margin: 0; border-bottom: 1px dotted #DDD; line-height: 24px; }
.blogroll ul ul li a { display: block; }
.blogroll a[title="Download OPML file"] { margin: 10px 0 0 0; }

/*[14.calendar]*/
#calendarContainer { text-transform: capitalize; text-align: center; }
.calendar table { width: 100%; text-align: center; }
.calendar td, .calendar table { background-color: #FFF !important; text-align: center; }
.calendar .header { background: none !important; width: auto !important; height: auto !important; }
.calendar .weekend { background-color: #F1F1F1; }
.calendar .other { color: silver; }
.calendar a.exist { display: inline-block; padding: 0 5px; border-radius: 104px; color: #fff; font-weight: normal; background-color: #0681ea; }
.calendar td { vertical-align: top; background: white; }

/*[15.categorylist]*/
.categorylist .widget-header { margin-bottom: 0; }
.categorylist ul li a { padding-right: 3px; display: block; }

/*[16.linklist]*/
.linklist .widget-header { margin-bottom: 0; }

/*[17.monthlist]*/
.monthlist .widget-header { margin-bottom: 0; }
.monthlist li { font-weight: normal; }
.monthlist .year { cursor: pointer; font-weight: bold; }
.monthlist .year li { margin: 0 10px; }
.monthlist ul ul { display: none; }
.monthlist .open { display: block; }

/*[18.mostcomments]*/
.mostcomments table td { border: none; border-bottom: 1px solid #CCC; background: none; }
.mostcomments table tr td:first-child { width: 50px; }
.mostcomments table tr td:first-child img { position: relative; top: 2px; }

/*[19.newsletter]*/
.newsletter input[type=text] { margin-bottom: 15px; }
.newsletter #newsletteraction { font-size: 22px; color: #00c759; }
.newsletter #newsletterform input[type="text"] { direction: ltr !important; }
.footer .newsletter #newsletterform input[type="text"] { background-color: #333; border-color: #111; color: #CCC; box-shadow: none; }

/*[20.pagelist]*/
.pagelist .widget-header { margin-bottom: 0; }

.glyphicon:empty { width: 1em; }
.glyphicon-user:before { content: "\e008"; }
.glyphicon-folder-close:before { content: "\e117"; }
.glyphicon-folder-open:before { content: "\e118"; }
.glyphicon-comment:before { content: "\e111"; }
.glyphicon-comment { float: left; font-size: 21px !important; }

/*[21.recentcomments]*/
.recentcomments .widget-header { margin-bottom: 0; }
.recentcomments li { color: #AAA; font-size: 12px; }
.recentcomments li a { font-size: 14px; }

/*[22.recentposts]*/
.recentposts .widget-header { margin-bottom: 10px; }
.recentposts li { color: #AAA; font-size: 12px; clear: both; }
.recentposts li a { font-size: 14px; margin-right: 4px; margin-bottom: 7px; display: inline-block; padding-left: 5px; float: left; width: 90%; }
.recentposts li span { margin-right: 5px; }


/*[24.tagcloud]*/
.tagcloud ul li { display: inline-block; margin: 1px; border: none; }
.tagcloud ul li A { padding: 3px; border-radius: 3px; }
.tagcloud ul li A:hover { background: #e283a8; color: #fff; }
.tagcloud ul li A.biggest { font-size: 120%; }
.tagcloud ul li A.big { font-size: 110%; }
.tagcloud ul li A.medium { font-size: 100%; }
.tagcloud ul li A.small { font-size: 90%; }
.tagcloud ul li A.smallest { font-size: 80%; }

/*[25.archive-page]*/
.archive-page .archive-page-content h2 { font-size: 16px; height: 30px; line-height: 35px; font-weight: bold; }
.archive-page .archive-page-content h2 img { margin: 0 3px; position: relative; top: -2px; }
.archive-page ul { list-style-type: square; margin: 0 10px; padding: 10px; }
.archive-page table { width: 100%; border-collapse: collapse; }
.archive-page table th:first-child { width: 90px; }
.archive-page table th { background: #F1F1F1; font-size: 14px; font-weight: bold; text-transform: uppercase; border: 1px solid #DDD; padding: 3px; text-align: center; }
.archive-page table td { border: 1px solid #DDD; font-size: 14px; padding: 3px; }
.archive-page .date { width: 90px; text-align: center; }
.archive-page .comments { width: 70px; text-align: center; }
.archive-page .rating { width: 70px; text-align: center; }

/*[26.contact-page]*/
.contact-page { }
.contact-page .required-field[style="visibility:hidden;"] { display: none; }

/*[27.search-page]*/
.search-page .search-page-searchbox { background: #fff; padding: 3px; border-radius: 6px; border: 1px solid #CCC; margin-bottom: 15px; }
.search-page .search-page-searchbox input[type=button] { float: right; width: 20%; border: none; height: 100%; padding: 8px 0; }
.search-page .search-page-searchbox input[type=text] { border: none; width: 76%; border-radius: 3px; padding: 4px 1%; outline: none !important; }
.search-page .searchresult { border-bottom: 1px dotted #CCC; padding: 10px 0; font-size: 14px; }
.search-page .searchresult a { font-weight: normal; font-size: 16px; }
.search-page .searchresult span.text { clear: both; line-height: 35px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; color: #555; }
.search-page .searchresult span.type { font-size: 13px; display: none; }
.search-page .searchresult span.url { color: #00802a; }
.search-page .searchpage ul.paging { list-style-type: none; margin: 20px auto; padding: 0px; text-align: center; display: block; }
.search-page .searchpage ul.paging li { display: inline-block; width: 30px; text-align: center; height: 30px; border: 1px solid #CCC; background: #FFF; margin-right: 2px; }
.search-page .searchpage ul.paging li a { display: block; height: 100%; line-height: 30px; }
.search-page .searchpage ul.paging li.active { border-width: 1px; border-style: solid; }
.search-page .searchpage ul.paging li.active A { color: #FFF; }

/*[28.syntaxhighlighter]*/
.syntaxhighlighter { padding: 15px 3px; direction: ltr !important; }
.syntaxhighlighter .alt1 { background: #d6ebff !important; }
.syntaxhighlighter .line { font-size: 13px !important; line-height: 20px !important; background: #CCC !important; }
.syntaxhighlighter .container textarea { font-size: 13px !important; line-height: 20px !important; }
.syntaxhighlighter table td.code .container { top: -15px !important; }

.st-twitter-counter, .stHBubble, .st-linkedin-counter, .stButton_gradient, .st_facebook_hcount { height: 23px !important; }
.stButton .st-facebook-counter { height: 26px !important; }
.social-blog { float: right; margin-bottom: 10px; margin-top: 4px; }
.clear { clear: both; }


#monthList li ul li { margin-bottom: 7px; }

@media screen and (max-width:1230px) {
    .posts { grid-template-columns: repeat(2, 1fr); }
    .widgetzone:has(.administration) { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width:1230px) and (min-width:992px) {
    .cattitle { width: 85% !important; }
}

@media screen and (min-width: 992px) {
    .search .widget-content { width: 50%; }
    .blogonly { margin-top: 173px; }
    .widgetzone .widget-header:hover, a.more:hover { transform: translateY(-20px) scaleX(0.95); border-radius: 0.3rem; position: relative; z-index: 99; box-shadow: 0 5px 8px 6px #0000006e; cursor: pointer; }
    .post-home .post-body.text a.more:hover { color: #fff; background-color: #5dc0e1; }
}

@media only screen and (max-width:992px) {
    .post-date { display: none; }
    .cattitle { width: 100% !important; }
    .widgetzone { grid-template-columns: repeat(2, 1fr); }
    .post-home .post-body.text a.more { height: 4rem; border-radius: 2rem; font-size: 1.3rem !important; }
    .post-home .post-header-text { min-height: initial; }
}

@media screen and (max-width:600px) {
    .posts { grid-template-columns: 1fr; }
    .widgetzone, .widgetzone:has(.administration) { grid-template-columns: 1fr; }
}

@media only screen and (max-width:400px) {
    .cattitle { height: auto !important; }
    .tagcloud { margin-top: 35px; clear: both; }
}
