/*
Theme Name: adishicreators
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
}
.newletter-form input::placeholder {
    font-family: 'Poppins';
    font-size: 13px;
}
.newletter-form div#wpforms-77-field_1-container {
    padding: 0;
}
.newletter-form input {
    height:35px !important;
    border-radius: 30px !important;
}
.newletter-form{
    position:relative;
}
.newletter-form button#wpforms-submit-77 {
    border-radius: 30px;
    font-family: 'Poppins';
    font-size: 13px;
    padding: 0 20px !important;
    height: 35px;
    background: #f5821f;
    border: 1px solid #f5821f;
    position: absolute;
    right:10px;
    top:-44px;
}
.what-we-do .elementor-image-box-wrapper {
    background: #434a4f;
    padding-bottom: 15px;
    border-radius: 10px;
}
.what-we-do img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.process figure.elementor-image-box-img {
    position: relative;
}

.process figure.elementor-image-box-img::after {
    content: "";
    background-color: #434a4f;
    position: absolute;
    top: -25px;
    right: -20px;
    bottom: 30px;
    left: 40px;
    width: 171px;
    height: 255px;
    border-radius: 10px;
    z-index: -01;
}
.process img {
    height: 250px !important;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

a.service-btn {
    color: #000;
}
a.service-btn:hover{
    color:#f5821f;
}
.gallery-img img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.home-contact input::placeholder {
   font-family: "Poppins", Sans-serif;
   font-size:13px;
}
.home-contact textarea::placeholder {
   font-family: "Poppins", Sans-serif;
   font-size:13px;
}

button#wpforms-submit-338 {
   font-family: "Poppins", Sans-serif;
   font-size:300 !important;
   background:#f5821f;
   border-radius:30px;
   border:1px solid #f5821f;
}
button#wpforms-submit-338:hover {
   background:#fff;
   color:#000;
}
.processs figure.elementor-image-box-img {
    position: relative;
}

.processs figure.elementor-image-box-img::after {
    content: "";
    background-color: #434a4f;
    position: absolute;
    top: -25px;
    right: -20px;
    bottom: 30px;
    left: 40px;
    width: 235px;
    height: 255px;
    border-radius: 10px;
    z-index: -01;
}
.processs img {
    height: 250px !important;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  .galleryt-tab .e-n-tabs-heading {
    display: flex !important;
	}
	.galleryt-tab button {
		width: 50% !important;
	}   
	.process figure.elementor-image-box-img::after {
		content: none;
	}	
}


/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
     font-family: "Lora", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    text-align: justify;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    color: #324A6D;
    text-align:center;
    margin-bottom: 35px;
}

a.default-btn-error {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 50px;
    background: #f5821f !important;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
	text-decoration:none;
    position: relative;
    text-align: center;
    padding: 5px 34px 5px 34px;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    outline: none;
    border: none !important;
    transition: 0.5s;
	font-family:poppins;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .process figure.elementor-image-box-img::after {
    width: 0;
    height: 0;
  }
	.process img {
		height: 150px !important;
	}
	.wardrobe .processs figure.elementor-image-box-img::after {
		width: 0;
		height: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	 .process figure.elementor-image-box-img::after {
    width: 0;
    height: 0;
  }
	.process img {
		height: 150px !important;
	}
	.wardrobe .processs figure.elementor-image-box-img::after {
		width: 0;
		height: 0;
	}
}