/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
::selection{
  user-select:none;  
  -moz-user-select:none;
}
.bold-box{
    font-weight:700;
}
.italic-box{font-style:italic;}
.underline-box{text-decoration:underline;}
.preview{
    height:auto;
    border:none;
    padding:20px;
    background-color: #E4FFEF;
    border-radius:10px;
    width:100%;
    /*box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);*/
    user-select:none;
    display:flex;
    flex-direction:column;
}

.preview .input-block{
    border:none;
    background-color:white;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-betweeen;
    align-items:center;
    gap:10px;
    padding:10px;
    border-radius:0.5em;
    position:relative;
    margin-bottom:15px;
}
.preview .search-input{
    border:none;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    flex:1;
}
.preview .search-input .input-bar{
    width:100%;
}
.preview .input-block .dropdown-keyboard{
    position:absolute;
    right:0;
    bottom:100%;
    display:none;
    border-radius:10px;
    overflow:hidden;
}
.preview .input-block .input-bar{
    width:50%;
}
.preview .input-block .keyboard-image{
    width:10%;
    height:auto;
}

.preview .input-block img{
    display:block;
    align-self:center;
    cursor:pointer;
}

.preview .preview-input{
    display: block;
    width:100%;
    height:36px;
    border-radius: 5px;
    text-indent: 4px;
    background-color:white;
    border:none;
    margin:0 !important;
    direction:rtl;
	font-family:'notonastaliaq';
}
.preview .preview-fonts:disabled{
    opacity:1.0 !important;
    color:black;
    background-color:white ;
}

.preview .preview-input:focus{
    outline:none;
    border:none;
    outline:none;
    background-color: white;
    color:black;
}
.preview button{
    background-color: #063041;
    border:none;
    outline:none;
    padding:5px 20px;
    color:white !important;
    border-radius:30px;
    cursor: pointer;
}
.preview .preview-fonts{
    padding:0 10px;
    margin:0;
    font-size:32px;
    width:100%;
    resize:none;
    text-align:right;
    direction:rtl;
    background-color:white;
    /*border-radius: 10px;*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.preview .preview-fonts:not(:last-child){
    border:none;
    border-bottom:2px solid #E4FFEF;
}
.preview .preview-fonts:nth-of-type(1){
    border-radius: 10px 10px 0 0;
}
.preview .preview-fonts:last-child{
    border-radius: 0 0 10px 10px;
    border:none;
}
.preview .preview-fonts-note{
    font-size:20px;
    margin-top:20px;
}

.active-box{
    background: black;
  color: white;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}
    
/* preview property bar */
.preview .property-bar{
    flex:1;
    border:none;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    background-color:white;
    border-radius:5px;
    gap:20px;
}
/*.preview .property-bar .font-size-range,*/
/*.preview .property-bar .font-color{*/
/*    border:1px solid red;*/
/*    display:inline-block;*/
/*}*/

.preview .property-bar .font-size-range,
.preview .property-bar .font-color,
.preview .property-bar .other-options,
.preview .property-bar .reset{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    gap:15px;
    /*margin-left:15px;*/
}

.preview .property-bar .reset{
    margin-left:auto;
    /*margin-right:15px;*/
}
.preview .property-bar .reset > .reset-content{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap:7px;
}

.preview .property-bar .font-size-range span,
.preview .property-bar .font-color span,
.preview .property-bar .other-options span,
.preview .property-bar .reset span{
    display:inline-block;
    cursor:pointer;
}

.preview .property-bar .font-size-range .small{font-size:14px; font-weight:bold;}
.preview .property-bar .font-size-range .big{font-size:20px; font-weight:bold;}
.preview .property-bar .font-size-range .range-input{margin-top:7px;outline:none;border:none;}
.preview .property-bar .font-color .color-input{display:block;margin-top:7px;outline:none;border:none;}
.preview .property-bar .font-color .color-input input[type="color"]{width:33px;}
.active-button{
    background-color:#26A55B;
    color:white;
}


/* modal preview fonts */
.modal-font-preview{
    /*position:fixed;*/
    /*background-color:rgba(0,0,0,0.2);*/
    /*width:100vw;*/
    /*height:100vh;*/
    display:none;
    /*z-index:9999999;*/
    height:auto;
}

.cat-card-flex{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items:stretch;
	gap:12px;
}
	    .cat-card-flex .owl-stage{
            padding:20px 0;
        }
.cat-card{
    height:200px;
    background-size:cover;
    background-position:center center;
	width: auto;
	border:1px solid #E7E7E7;
	border-radius: 20px;
	padding:15px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition:0.2s all ease-in;
}

.cat-card:hover {
  box-shadow: 0px 0px 12px 0px #F0F0F0;
  transform:translateY(-10px);
       		
}

.cat-card .heading {
	margin-top: 0px; 
	color: #26A55B;
	font-size: 20px;
	margin-bottom:10px;
	font-weight:bold;

}

.cat-card .heading a{
    text-decoration:none;
    color: #26A55B;
}

.cat-card li{
	list-style-type: none;
	font-size: 16px;
}

.cat-card li::before{
    content:'-';
}

.cat-card div{
	text-align: center;
	width:100%;
	margin-top:auto;
}

.cat-card button{
	background-color: #26A55B;
	color: #ffffff !important;
	border:none;
	padding: 6px 20px !important;
	font-size:16px !important;	
	border-radius: 25px;
	margin-top: 10px;
	margin-top:auto;
	align-self:flex-end;
} 
		
		
.tags{
    border:none;
    height:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}

.tags > .tag-item{
    border:none;
    display: inline-block;
    padding:5px 20px 6px;
    background-color:#063041;
    color: #E4FFEF;
    text-decoration: none;
    font-size:12px;
    text-transform: capitalize;
    border-radius: 0.4em;
    transition:0.2s all ease-in;
    font-weight:600;
}


.tags > .tag-item:hover{
    background-color: #26A55B;
	color:white;
}

.table-info{
    background-color:#e4ffef;
    padding: 20px 0 20px 20px;
  border-radius: 20px;
}
.table-info table tr td{border:none;}
.table-info table tr td:first-child{
    font-weight:bold;
    color:green;
}
.grid-table{
    display:grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    border:2px solid #E4FFEF;
}
.grid-table .block a{
    font-size:16px;
    display:block;
    font-weight:600;
    padding:5px;
    transform-origin:left;
    border-bottom:1px solid #E4FFEF;
    transition:0.2s all ease-in;
}
.grid-table .block a:hover{
    color:#26A55B;
    transform:scale(1.2);
    transform-origin:left;
    font-weight:bold;
}
.preview .input-block .property-bar .plus-minus{
    display:none;
}
/*.grid-table .block:nth-of-type(even){*/
/*    background-color:#E4FFEF;*/
/*}*/
@media only screen and (max-width: 767px) {
    .grid-table .block a{
        font-size:12px;
        display:block;
        padding:5px;
        border-bottom:1px solid #E4FFEF;
    }
    .preview .preview-fonts {font-size:14pt;padding:5px 5px 10px;}
    .preview{
        padding:8px;
        border-radius:4px;
    }
    .preview .input-block {
        flex-wrap:wrap;
        flex-direction:column-reverse;
        margin-bottom:0px;
        padding:0;
        border-radius:4px;
    }
    .preview .search-input {width:100%;padding:10px;}
    .preview .property-bar {
        width:100%;
        flex-wrap:wrap;
        background: #E4FFEF;
        padding: 1px 10px;
        justify-content: flex-start;
        flex-direction: row-reverse;
        
    }
    .preview .preview-fonts:last-child {
        border-radius: 0 0 4px 4px;
    }
    .preview .input-block .property-bar .plus-minus {
        display:flex;
    }
    .plus-minus{
        display:flex;
        gap:2px;
        flex-direction:row;
        cursor:pointer;
    }
    .plus-minus .minus,
    .plus-minus .plus{
        display:block;
    }
    .plus-minus button{
        padding:0;
        background-color:transparent !important;
        color:black !important;
    }
    .preview .property-bar .font-size-range{
        display:none;
    }
    
    .preview .input-block .input-bar {
      width: 80%;
    }
    .preview .input-block .input-bar > input {
        padding:0;
    }
    .preview .input-block .keyboard-image {
      width: 16%;
      height: auto;
      text-align: center;
    }
    .preview .input-block .keyboard-image img {
      margin-left: auto;
    }
    .tags > .tag-item {
        padding:2px 8px;
        font-size:10px;
    }
	.cat-card-flex{
	    
	    flex-direction:column;
	    flex-wrap:wrap;
	}
	.cat-card-flex .cat-card{
	    width:100%;
	}
	.cat-card .heading {
	    font-size:25px;
	}
	.table-info{
    background-color:transparent;
    padding: 0px 0px 0px 0px;
    }
    .table-info table tr{
        background-color:white;
        border:none;
    }
    .table-info table tr td{
        font-size:12px;
        padding:5px 5px 5px 8px;
    }
.table-info table tr td:first-child{
    font-weight:bold;
    color:green;
}
.preview .property-bar .reset{
    margin-left:0;
    /*margin-right:15px;*/
}
}
/* download model styling  */
		.download-model{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            background-color: #00000080;
            z-index: 9999999999;
            display: none;
        }
        .download-model .center-model{
            position:relative;
            width: 100%;
            height: inherit;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .download-model .center-model .body-model{
            background-color: white;
            position:absolute;
            top:50%;
            left:50%;
            width:40%;
            display: flex;
            flex-direction: row;
            justify-content: start;
            transform: translate(-50%,-50%);
             /*height: 300px; */
            box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
            border-radius: 10px;
            padding:20px;
            
        }
        .download-model .center-model .body-model > div p{
            text-align:center;
            margin-top:20px;
        }
        .download-model .center-model .body-model .download-model-close{
            display: inline-block;
            background-color: white;
            position: absolute;
            right: -15px;
            top: -15px;
            width: 40px;
            text-align: center;
            height: 40px;
            border-radius: 100px;
            font-size: 25px;
            color: #26A55B;
            /* padding: 8px; */
            line-height: 40px;
            cursor:pointer;
            transition:0.2s all ease-in;
        }
        .download-model .center-model .body-model .download-model-close:hover{
            background-color:#26A55B;
            color:white;
        }
        .download-model .center-model .body-model > div{
            width: 100%;
        }
        .download-model .center-model .body-model > div:nth-of-type(2){
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .download-model .center-model .body-model > div:nth-of-type(1) > h2{
            text-align: center;
        }
        .download-model .center-model .body-model > div:nth-of-type(2) > h4{
            text-align: center;
            margin-bottom:20px;
        }
        .download-model .center-model .body-model > div:nth-of-type(2) > .download-counter{
            width:100px;
            height: 100px;
            background-image: conic-gradient(#26A55B 100%,#fff 0) ;
            border-radius: 100px;
            position:relative;
            text-align: center;
            /* line-height: 100px; */
            font-size:20px;
            /* color:white; */
            font-weight: bold;

        }
        .download-model .center-model .body-model > div:nth-of-type(2) > .download-counter > span{
            position:absolute;
            background-color:white;
            width: 80px;
            height: 80px;
            line-height: 80px;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            z-index:2;
            border-radius: 80px;
            color:#26A55B;
        }

        @media only screen and (max-width:549px) {
            .download-model .center-model .body-model{width:80%;flex-direction: column;}
        }
        @media only screen and (min-width: 549px) and (max-width: 768px){
            .download-model .center-model .body-model{width:60%;flex-direction: column;}
        }
        @media only screen and (min-width: 768px) and (max-width: 1024px){
            .download-model .center-model .body-model{width:70%;}
        }
        @media only screen and (min-width: 1024px) and (max-width:1300px){
            .download-model .center-model .body-model{width:50%;}
        }
