/**
Theme Name: motesque
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Based on Astra. Working with Elementor. Styled by Sweet Ink.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motesque
Template: astra
*/


/**************************************************************
*
* Description: Template overrides for astra/elementor styles
*
* 1 Base (Resets, Typography, Elements)
* 2 Nav (All navigation styles)
* 3 Modules (Elementor elements and custom components)
* 4 Layout
*
* Use a plugin-name.css for plugin specific overrides
*
****************************************************************/

/**************************************************************
*
* 1 Base (Resets, Typography, Elements)
*
****************************************************************/

body {

}

/*
* Headlines
 */

/* H1 headline */
.motesque-hero h1 {
    text-align: center;
}

/* H2 page title */
.motesque-hero h2 {
    text-align: center;
}

/*
* Text
 */

.motesque-display p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

/*
* List elements
 */

/*
* Tables
 */

/*
* Buttons
 */

/*
* Links and behaviour
 */

/*
* Images
 */

/*
* Forms
 */

select #shadow-root div  {
    color: #969696 !important;
}

/*
* Color classes
 */

.m-green-text {
    color: #1AA8B2;
}

.m-green-bg {
    background-color: #1AA8B2;
}

/**************************************************************
*
* 2 Nav (All navigation styles)
*
****************************************************************/

/*
* Main menu
 */

@media screen and (max-width:767px) {
    .elementor-nav-menu--dropdown .elementor-nav-menu {
        padding-right: 15px;
        padding-left: 15px;
    }
    ul.elementor-nav-menu--dropdown a {
        border-left: 12px solid transparent;
    }
}

@media screen and (min-width:768px) {
    .elementor-nav-menu .sub-arrow {
        display: none;
    }
}

/*
* Footer menu
 */

/**************************************************************
*
* 3 Modules (Elementor elements and custom components)
*
****************************************************************/

/*
* whatever
 */

/**************************************************************
*
* 4 Layout
*
****************************************************************/


/*
* Hero / Top Section
 */

.motesque-hero {

}

/*
* Tiles-3
 */

.tiles-3 h2::before {

}

/*
* Tiles 2x2
 */

.tiles-headline-icon {

}

.tiles-2-2-single-tile {

}

/*
* Image Layer Box
 */



/*
* Blockquote
 */

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    line-height: 0.85;
}

.elementor-blockquote__content {
    color: #1AA8B2;
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
    color: #1AA8B2;
}

.elementor-blockquote__author {
    font-weight: 300;
    font-style: italic;
    color: #1AA8B2;
}

/*
* Slider vertical
 */

.vertical-slider .slick-dots li{
    display: block;
    height: auto;
    width: auto;
    margin-bottom: 0.258em;
}

.vertical-slider .mmd_countingdot{
    width: 2em;
    line-height:2em;
    font-size:14px;
    text-align: center;
    background-color:blue;
    border-radius:100%;
    display: block;
    color:#fff;

}

.vertical-slider .slick-active .mmd_countingdot {
    background-color:red;
}

#fixedphone{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    z-index:1;
    pointer-events: none;
}

.vertical-slider .ha-slick-content{
    background: transparent;
    top:40%;
    width: 35%;
    left: 65%;
}

.vertical-slider .slick-dots{
    left: 0;
    text-align: left;
    top: 40%;
}

/*
* Slider horizontal
 */

.horizontal-slider .slick-dots li {
    display: inline-block;
    height: auto;
    width: auto;
    margin-bottom: 0.258em;
}

.horizontal-slider .mmd_countingdot {
    width: 2em;
    line-height: 2em;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    background-color: transparent;
    border-radius: 100%;
    display: block;
    color: #d3dddd;
    transition: background-color 250ms ease-in-out;
}

.horizontal-slider .slick-active .mmd_countingdot {
    color: #1aa8b2;
}

.horizontal-slider .ha-slick-img {
    max-width: 40%;
    padding-top: 13rem;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .horizontal-slider .ha-slick-img {
        padding-top: 14rem;
        max-width: 30%;
    }
}

@media screen and (min-width: 1024px) {
    .horizontal-slider .ha-slick-img {
        max-width: 30%;
        padding-top: 11rem;
    }
}

.horizontal-slider .ha-slick-content{
    background: transparent;
    top: 3rem;
    width: 100%;
    left: 0;
    max-height: 15rem;
    text-align: center;
    overflow-x: hidden;
}

.horizontal-slider .ha-slick-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .horizontal-slider .ha-slick-item {
        width: 100%;
    }
    .horizontal-slider .ha-slick-content {
        top: 5rem;
        max-height: 15rem;
    }
    .horizontal-slider .ha-slick-subtitle {
        max-width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1023px) {
    .ha-slick-content br {
        display: none;
    }
}

.horizontal-slider .slick-dots{
    left: 0;
    text-align: center;
    top: 0;
}

.ha-slider .slick-next,
.ha-slider .slick-prev {
    background-color: transparent !important;
    border-color: transparent !important;
}

/*
* Workable
 */

.whr-items,
.whr-item {
    list-style-type: none;
}

/*
* Blog items on home and Blog
 */

@media screen and (min-width: 1025px) {
    .eael-grid-post-holder .eael-entry-wrapper {
        min-height: 250px;
    }
    .home .eael-grid-post-holder .eael-entry-wrapper {
        min-height: 285px;
    }
    .eael-grid-post-excerpt a {
        position: absolute;
        bottom: 1.5rem;
    }
}

/*
* Flip Box Layer
 */

.flip-box-mobile .elementor-flip-box__layer__title {
    padding-top: 40px;
    font-size: 1.375rem;
    line-height: 1.27272727;
    text-transform: uppercase;
    background-image: url("https://motesque.com/wp-content/uploads/2021/03/Q_white.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40px auto;
}