/*!
	Theme Name: Door Stack Theme
	Theme URI: https://sabbirh.com/
	Description: A plain-vanilla & lightweight ADA Compliant WordPress theme
	Author: Dr. Sabbir
	Author URI: https://sabbirh.com/
	Version: 2.5.0
	Stable tag: 2.5.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body{ margin: 0; padding: 0; }
img{ max-width: 100%; }
a{ color:#e7cc85; }
.video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	max-width:100% !important;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 15px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

@media (max-width: 988px){
    .wp-caption {
      /* Force the box to be 100% */
      width: 100% !important;
    }
    #content .wp-caption a img {
      /* Scale down if too big */
      max-width: 99.03225806%; /* 614/620 */
      height: auto;
    }
  }






.ds_btn .elementor-button{
	 background-color:transparent !important;
	 background: linear-gradient(to right, #a78952 0%, #f2d893 50%, #a78954 100%) !important;
	 position:relative;
	 overflow:hidden;
	transition: all 0.6s ease-in-out;
}
.ds_btn .elementor-button .elementor-button-content-wrapper{
	z-index:2 !important;
	position:relative;
}
.ds_btn .elementor-button:after{
	background-color:#0C0E10;
	width:30px;
	height:30px;
	position:absolute;
	left:-18px;
	bottom:-18px;
	transform: rotate(45deg);
	content:'';
}
.ds_btn .elementor-button:before{
	background-color:#ffffff;
	width:0%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	transition: all 0.6s ease-in-out;
}
.ds_btn .elementor-button:hover:before{
	width:100%;
	transition: all 0.6s ease-in-out;
}

.ds_f_grad span{
	background: linear-gradient(180deg, #F5DA91, #977844);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
}