/*!
Theme Name: Makplus
Theme URI: http://makplus.themebeyond.com
Author: Nexttheme-org
Author URI: http://themebeyond.com
Description: Marketplace WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: makplus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

makplus is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.product-thumb-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.product-thumb-wrap ul li {
    margin: 0 13.3px 30px;
}

.product-thumb-wrap ul li a img {
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(205, 2, 59, 0.24);
}

.product-thumb-wrap ul li a {
    display: block;
    position: relative;
}

.site-preview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

table th,
table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ddd;
}

table td a {
    font-weight: bold;
}

dl,
ol,
ul {
    padding-left: 0;
}

.widget ul,
.widget ol {
    list-style: none;
    padding-left: 0;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.3em;
}

.blog-details-wrap ul,
.blog-details-wrap ol {
    padding-left: 20px
}

.blog-details-wrap ul li,
.blog-details-wrap ol li {
    list-style: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

.wp-block-button {
    margin: 20px 0;
}

.wp-block-search .wp-block-search__button {
    background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px
}

.wp-block-cover-text {
    color: #fff !important;
}

.wp-block-gallery {
    margin-bottom: 50px
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

body.admin-bar #header-sticky {
    top: 28px;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 14px 15px;
    border-radius: 5px;
    transition: .3s linear;
    font-family: 'Poppins', sans-serif;
}

select {
    font-family: 'Poppins', sans-serif;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 18px 50px;
    border-radius: 50px;
    border: none;
}

textarea.input-text {
    min-height: 10em;
}

.navbar-logo {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.navbar-logo:hover {
    color: #0daf91;
}

.widget select,
.footer-widget select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

#wp-calendar {
    margin-bottom: 0;
}

#wp-calendar tr {
    text-align: center;
}

#wp-calendar td:not(.pad) {
    background: #fafafa;
    width: 32px;
    height: 32px;
}

#wp-calendar a {
    font-weight: bold;
}

#wp-calendar caption {
    border: 1px solid #ccc;
    caption-side: top;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.widget .menu>li:last-child,
.widget .menu>li ul>li:last-child {
    border-bottom: none;
}

>ul,
.widget>ol {
    margin: 0;
    padding: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.widget .comment-author-link {
    font-size: 15px;
    font-weight: 700;
}

.width-unset .elementor-image img {
    max-width: unset;
}


.sidebar-author-info ul li {
    margin-bottom: 0 !important;
}

.widget-recent-post li {
    padding-left: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed #464547 !important;
    margin-bottom: 20px !important;
}

.widget-recent-post li:before {
    display: none;
}

.widget-recent-post .widget-recent-post-thumb {
    margin-right: 20px;
    float: left;
}

.widget-recent-post li img {
    border-radius: 3px;
    max-width: unset;
}

.widget-recent-post li span {
    font-size: 14px;
    color: #838383;
    display: block;
    margin-bottom: 3px;
}

.widget-recent-post li h6 {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin-bottom: 0;
    line-height: 1.4;
}

.sidebar-author-info ul li {
    margin-bottom: 0 !important;
}

.widget-recent-post li:before {
    display: none;
}

.widget-recent-post .widget-recent-post-thumb {
    margin-right: 20px;
    float: left;
}

.widget-recent-post li img {
    border-radius: 3px;
    max-width: unset;
}

.widget-recent-post li span {
    font-size: 14px;
    color: #838383;
    display: block;
    margin-bottom: 3px;
}

.widget-recent-post li h6 {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin-bottom: 0;
    line-height: 1.4;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -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: #21759b;
    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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body.admin-bar .menu-sticky {
    top: 32px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
    padding: 30px;
    background: #fc6274;
    background: -webkit-linear-gradient(to right, #fc6274, #ff9945);
    background: linear-gradient(to right, #fc6274, #ff9945);
    border-bottom: none;
}

.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;
}

.payment_method_paypal img {
    width: 120px;
    margin-right: 15px;
}

.woocommerce-privacy-policy-text a,
.payment_method_paypal a {
    font-weight: bold;
    color: #333
}

/*--------------------------------------------------------------
# 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;
}

.navbar-toggler {
    background: transparent !important;
}

.custom-logo-link img {
    width: 145px;
}

/*--------------------------------------------------------------
## 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%;
}

.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;
}

.error span {
    font-size: 170px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 100px;
    display: block;
}

.error h1 {
    font-weight: bold;
    margin-top: 30px;
}

.slick-slide img {
    margin: 0 auto;
}

.comment-form-cookies-consent {
    padding-left: 15px;
}

.comment-form-cookies-consent>input {
    width: auto;
    margin-right: 15px;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .width-unset .elementor-image img {
        max-width: 100%;
    }
}


@media (max-width: 768px) {

    .blog-page-wrap,
    .services-details-wrap {
        padding: 0;
    }

    .blog-page-wrap .col-lg-4.pl-50 {
        padding-left: 15px;
        margin-top: 50px;
    }

    .faq-wrapper-padding {
        padding: 0;
    }

    .logged-in .transparent-header {
        margin-top: 35px;
    }
}
/* Search */
.gemas-search-box{
    padding: 0 80px;
    margin-top: 15%;
}

.gemas-search-box form {
    display: flex;
    background: #fff;
    padding: 35px 60px;
    box-shadow: 0px 9px 54.87px 4.13px rgba(67, 7, 122, 0.07);
    border-radius: 4px;
    position: relative;
    margin-top: -53px;
    z-index: 1;
}

.gemas-search-box .custom-select {
    display: inline-block;
    padding: 15px 35px 15px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #595959;
    vertical-align: middle;
    background: url("http://blog.idevelopweb.site/wp-content/uploads/2016/05/nw_selarw.png") no-repeat scroll 97.5% center;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out, ;
    width: 195px;
    height: 61px;
}

.gemas-search-box .custom-select option {
    font-weight: 400;
    color: #595959;
}

.gemas-search-box input {
    width: 675px;
    border: 2px solid #e7e7e7;
    border-right: none;
    height: 61px;
    padding: 15px 25px;
    border-left: none;
    font-size: 14px;
    color: #595959;
}

.gemas-search-box input::placeholder {
    font-size: 14px;
    color: #9b9b9b;
}

.gemas-search-box button {
    width: 61px;
    height: 61px;
    border: none;
    padding: 10px;
    color: #fff;
    background-image: -moz-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -webkit-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    background-image: -ms-linear-gradient(-19deg, rgb(252, 98, 116) 0%, rgb(255, 153, 69) 100%);
    border-radius: 3px;
    cursor: pointer;
}
