/*
Theme Name: Olive Wellness Institute
Theme URI:
Author: Arpi Khachatryan
Author URI:
Description:  Custom theme for website of Olive Wellness Institute
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  one-column, two-columns, three-columns, right-sidebar, featured-images, footer-widgets, post-formats, threaded-comments, translation-ready
Text Domain: olivewellness

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.search-popup a.mega-menu-link{
    color: transparent !important;
}

.search-popup a.mega-menu-link:after {
    content: ' ';
    display: inline-block !important;
    width: 25px;
    height: 25px;
    background-image: url(images/search-icon.svg);
    background-size: contain;
    margin-top: 7px;
}



.search-pop-block {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 20%;
    height: 40px;
    min-width: 375px;
}

.search-pop-block form{
    padding: 20px 30px 30px;
    background: #f2f2f2;
    width: 370px;
}

.widget_search form{
    padding: 20px 20px 20px 44px;
    background: transparent;
    width: 290px;
    position: relative;
}

.search-pop-block input,.widget_search input {
    height: 40px;
    padding: 15px 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #323b22;
    color: #323b22;
    position: relative;
}
.search-submit,.widget_search .search-submit{
    background-image: url(images/search-submit.png) ;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width:13px;
    height: 13px;
    position: absolute;
    right: 35px;
    top: 35px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
}

.search-pop-block input::-webkit-input-placeholder ,
.widget_search  input::-webkit-input-placeholder {
    color: #323b22;
}
.widget_search input::-moz-placeholder,
.search-pop-block input::-moz-placeholder {
    color: #323b22;
}
.search-pop-block input:-ms-input-placeholder ,
.widget_search  input:-ms-input-placeholder {
    color: #323b22;
}
.search-pop-block input:-moz-placeholder ,
.widget_search input:-moz-placeholder {
    color: #a8ca6d;
}

.search-pop-block input:focus ,
.widget_search  input:focus {
    outline: none;
}

.p-rel {
    position: relative;
}

.read-more-section{
    display: none;
}

.subscribe-podcasts{
    padding-top:30px;
    padding-bottom:30px;
}

select#search_categories{
    width: 80%;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

@media only screen and (min-width: 1025px) {
    .search-pop-block {
        right: -60px;
    }
}

@media only screen and (min-width: 1200px) {

    .search-pop-block {
        right: -40px;
    }

}

@media only screen and (max-width: 991px) {
    .search-hidden-mobile {
        display: none !important;
    }
    .subscribe-podcasts{
        text-align: center;
    }

}

@media only screen and (max-width: 425px) {
    .shown-content {
        height: 195px;
        overflow: hidden;
    }

    .read-more-section {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 40px;
        border-top: 1px dashed #e5e5e5;
        padding-top: 25px;
        padding-bottom: 25px;
        color: #accd5c;
        font-weight: bold;
    }

    .read-more-section .read-icon{
        background-image: url("images/read-icon.png");
        width: 32px;
        height: 20px;
    }
}