/* 
Theme Name: Archkck Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Archkck Child is a child theme of Hello Elementor.
Author: Lundmark
Author URI: https://lundmarkadvertising.com/
Template: hello-elementor
Version: 2.0.10
Text Domain: archkck-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*
 * Styles for the Wide Page Template
 * This makes the main content container wider.
 */
body.page-template-single-wide .site-main {
  max-width: 1440px; /* Default is often around 1140px. Adjust this value as needed! */
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Post buttons */
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.wp-block-button__link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}

.page-content a.has-background, .page-content a:visited.has-background  {color:#fff; text-decoration: none;}
.page-content a:hover  {
    color: #c3bb9d;
}
.wp-block-buttons a .wp-block-button__link .has-background, 
.comments-area a, .page-content a {
    text-decoration: none;
}


body .gform_wrapper {
    background: #ededed;
    padding: 2rem 2.5rem;
    margin-top: 0;
}

address, dl, ol, p, ul {
    margin-bottom: 1.5rem;
}


.col-lg-5, .col-lg-7 {
    align-content: start;
}

.uael-post__terms a, .uael-post__terms a:hover, .uael-post__terms a:visited, .uael-post__terms .elementor-kit-21526 a  {color:white!important;}


/* Thumbnails archive , custom parent tempplate list */
.elementor-post__read-more    {
    cursor: pointer;
     padding: 0 10px;
        border-width: 2px;
    border-style: solid;
    border-color: rgb(16, 52, 47);
    border-image: initial;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 12px 35px;
    transition: 0.8s;
    margin: 5px 0 15px;
    display: inline-block;
    line-height: 1.5em;
        text-transform: uppercase;
    }
a:hover.elementor-post__read-more {
    color:#ffffff!important;
background-color: rgb(16, 52, 47);
}    
img.attachment-thumbnail.size-thumbnail, .elementor-post__thumbnail {
    max-height: 150px;
    max-width:150px;
}

.wp-block-button a.wp-block-button__link, a:visited.wp-block-button__link {
color:#ffffff;
}
.wp-block-button a:hover.wp-block-button__link {
    color: #c3bb9d;
}
