
/*
===================================================
=
= WordPress basics styles
=
=====================================================================
*/
// Edit link
span.edit-link a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

span.edit-link a:before {
    content: '-';
    display: inline-block;
    margin-right: 3px;
}

// sticky
.sticky,
.bypostauthor {
    background: transparent; // wp recommeded classes, does nothing
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


a:focus {

    outline:none;
}

// input types 

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {

} 


textarea:focus, 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
    outline: thin solid #81D4FA;
}

a:focus, .site-navigation ul li .sub-menu li a:focus, 
.site-navigation ul li .children li a:focus {
    outline: thin dotted #ffffff;
}


/* Text meant only for screen readers. */
.screen-reader-shortcut {
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 400;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #50556c;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* menu accibility */

.main_navigation ul li .sub-menu,
.main_navigation ul li .menu-item-has-children {

    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    visibility: visible;
    opacity: 1;
}

.main_navigation ul li:hover>.sub-menu,
.main_navigation ul li:hover>.menu-item-has-children,
.main_navigation ul li:focus>.sub-menu,
.main_navigation ul li:focus>.menu-item-has-children,
.main_navigation ul li:focus-within>.sub-menu,
.main_navigation ul li:hover>.sub-menu {

    clip: auto;
    visibility: visible;
    opacity: 1;
}

.desktop-hide {
    display: none;
}

/* ## Navigation Menu */
.nav_trans {
    background: transparent;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding:5px;
}

.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;
}

/*--------------------------------------------------------------
# Custom & media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VARIABLES
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# COVER SECTION
--------------------------------------------------------------*/
.cover-section-wrap {
    min-height: 500px;
    margin-top: 35px;
    background: #f5f6f7;
    background-size: cover;
    text-align: center;

}

.cover-section-wrap .cover-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 500px;
    border-radius: 6px;
}

.cover-section-wrap .cover-content-wrap {
    width: 100%;
    padding: 0 90px;
    height: 100%;
}

.cover-section-wrap .cover-desc {
    color: #8d95a6;
    font-size: 20px;
    line-height: 32px;
}

.cover-section-wrap.cover-section-bg-img .cover-section {
    background: rgba(25, 25, 25, 0.5);
}

.cover-section-wrap.cover-section-bg-img h2,
.cover-section-wrap.cover-section-bg-img .cover-desc {
    color: #fff;
}


.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
Audio,video
--------------------------------------------------------------*/
.wp-block-audio,
.wp-block-video,
.wp-audio-shortcode{
    margin:15px 0;
}
/*--------------------------------------------------------------
margins
--------------------------------------------------------------*/
.wp-block-rss .wp-block-rss__item,
.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-archives li,
.entry-content ul li,
.entry-content ol li{
    margin-top:15px;
}

 .entry-content select{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}
.wp-block-group.has-background{
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# BUTTONS, INPUTS & COLORS
--------------------------------------------------------------*/


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-color: #183244;
    background-color: #183244;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #e9b105;
    border-color: #e9b105;
    outline: thin dotted !important;
    color: #fff;
}

.btn-primary {
    border-color: #183244;
    background-color: #183244;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #e9b105;
    border-color: #e9b105;
    color: #fff;
}

.btn-primary.cont-btn {
    padding: 5px 14px;
}

.wp-block-button__link {
    background-color: #50556c;
    color: #fff;
}
.wp-block-button{
    margin-top:30px;
    margin-bottom: 30px;
}

.has-white-color {
    color: #fff;
}

.has-white-color cite {
    color: #fff;
}

.has-light-purple-color {
    color: #183244;
}

.has-light-purple-color cite {
    color: #183244;
}

.has-light-pink-color {
    color: #e9b105;
}

.has-light-pink-color cite {
    color: #e9b105;
}

.has-light-black-color {
    color: #50556c;
}

.has-light-black-color cite {
    color: #50556c;
}

.has-white-background-color {
    background-color: #fff;
}

.has-light-purple-background-color {
    background-color: #183244;
}

.has-light-pink-background-color {
    background-color: #e9b105;
}

.has-light-black-background-color {
    background-color: #50556c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: #fff;
    color: #50556c;
    border-color: #50556c;
}

.wp-block-button.is-style-outline .has-light-purple-color {
    color: #183244;
    border-color: #183244;
}

.wp-block-button.is-style-outline .has-light-pink-color {
    color: #e9b105;
    border-color: #e9b105;
}

.wp-block-button.is-style-outline .has-light-black-color {
    color: #50556c;
    border-color: #50556c;
}

.wp-block-button.is-style-outline .has-white-background-color {
    background-color: #fff;
}

.wp-block-button.is-style-outline .has-light-purple-background-color {
    background-color: #183244;
}

.wp-block-button.is-style-outline .has-light-pink-background-color {
    background-color: #e9b105;
}

.wp-block-button.is-style-outline .has-light-black-background-color {
    background-color: #50556c;
}

.form-control {
    height: 50px;
}

.form-control.s,
.searchform {
    max-width: 400px;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .nav-links {
    width: 100%;
    margin-top: 30px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
    width: 60px;
}

.navigation.pagination .page-numbers.current {
    background: #f5f6f7;
    border-radius: 4px;
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f5f6f7;
    padding: 30px 100px;
    border-radius: 4px;
}

.comments-area .comments-title {
    font-size: 22px;
}

.comments-area .comment-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.comments-area .comment-list li.comment {
    padding: 30px 0;
    border-bottom: 1px dotted #dfdfdf;
}

.comments-area .comment-list li.comment p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li.comment .children {
    list-style: none;
}

.comments-area .comment-list li.comment .children li.comment {
    border-bottom: 0px;
    padding-bottom: 0;
}

.comments-area .comment-list .comment-metadata {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 18px;
}

.comments-area .comment-list .comment-metadata .edit-link {
    margin-left: 10px;
}

.comments-area .comment-list .comment-metadata a {
    color: #8d95a6;
}

.comments-area .comment-list .reply {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}

.comments-area .comment-list .comment-author.vcard img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.comments-area .comment-reply-title {
    font-size: 20px;
    margin-top: 30px;
}

.comments-area .comment-reply-title small {
    font-size: 14px;
    margin-left: 15px;
}

.comments-area .comment-reply-title small a {
    color: #8d95a6;
}

.comments-area .comment-notes {
    font-size: 16px;
    line-height: 20px;
    color: #8d95a6;
}

.comments-area .comment-form p label {
    display: block;
    color: #50556c;
    margin-bottom: 0.25rem;
}

.comments-area .comment-form .form-submit {
    padding-top: 10px;
}

