/*
    Theme Name:   Fortis
    Theme URI:    https://www.airflour.com
    Author:       airflour
    Author URI:   https://www.airflour.com
    Description:  Designed by <a href="https://www.airflour.com">airflour</a>
    Text Domain:  pb-theme
    License:      GNU General Public License
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Version:      1.0.0
    Tags:         validate W3C, responsive, seo
    Copyright:    (c) 2019 airflour
*/

/*  =======================================
    Default Style Widget
=========================================== */

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em;
}
.widget ul,
.widget ol{
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}
.widget ul li,
.widget ol li{
    margin:10px 0;
}
.widget select{
    max-width:100%;
}
.widget-area > :last-child,
.widget > :last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}

.widget-title a {
    color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
    margin: 0;
}
.widget_calendar th {
    font-weight:bold;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 1;
    padding: 7px;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
    padding:10px;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
    margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
    margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0;
}

/* Widget Search */
.widget .search-form{
    letter-spacing: -0.3em;
}
.widget input.search-field{
    border:1px solid #D5D6D9;
    padding:10px;
    color:#000;
    width:75%;
}
.widget input.search-field:focus{
    border-color:#007acc;
}
.widget .search-submit{
    border-top:1px solid #D5D6D9;
    border-right:1px solid #D5D6D9;
    border-bottom:1px solid #D5D6D9;
    background:none;
    padding:9px;
    cursor:pointer;
    width:24%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.sticky,.gallery-caption,.bypostauthor{
    display: block;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin:0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}


/*  ===============================================
    Edit css below
    ===============================================