/*!
Theme Name: Langona
Theme URI: http://underscores.me/
Author: Tortoiz Themes
Author URI: http://tortoizthemes.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: langona
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    text-align: center;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.wp-block-image img {
    width: 100%;
    height: auto;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.gallery-item img {
    margin: 0px auto;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Calendar */

#wp-calendar tr th,
#wp-calendar tr td {
    padding: 10px;
    border: 1px solid #f9f9f9;
    font-size: 13px;
}


/* Content */

.content-area {
    padding-right: 15px;
}

.content-area ul {
    list-style: disc !important;
    margin-left: 20px;
}

.content-area ul li,
.content-area ol li {
    margin: 8px 0px;
}

.content-area ol {
    list-style: decimal !important;
    margin-left: 20px;
}

.content-area .blocks-gallery-grid {
    margin-left: 0px;
}

.submit i {
    top: 0;
    margin-left: -60px;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.blog-search-bar {
    margin-top: 15px;
}

.search-form-control {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 18px 78px 18px 20px;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 13px 30px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 13px 30px 0 rgba(59, 59, 152, 0.15)
}

.blog-search-btn {
    top: 0;
    border: none;
    width: 60px;
    outline: none;
    height: 100%;
    position: absolute;
    background: #18ab63;
    color: #fff;
    border-radius: 0 5px 5px 0;
}