/*!
Theme Name: monacoexplorations
Author: Pix Associates
Author URI: https://www.pix-associates.com/
Version: 1
Text Domain: monacoexplorations

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

html{overflow-x:hidden !important;}

body{margin:0px;
	overflow-x:hidden !important;}

.elementor-text-editor p a{color:#006ea6 !important;}

.elementor-swiper-button:focus{outline-style: none !important;}

/* Elementor Edit Fix */

#elementor-add-new-section{z-index: 999;}

/* Resize-fit img */
.resize-img img{max-height:400px; object-fit:cover;}

/* DASH - */
.elementor-element.dash .elementor-heading-title{
   position: relative;
   padding-left: 75px;
}

.elementor-element.dash .elementor-heading-title:before{
  content: "";
  margin: auto 0 ;
  margin-right:20px;
  width:58px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
@media (max-width: 1024px){
   .elementor-element.dash .elementor-heading-title{
      padding-left: 55px;
   }
   .elementor-element.dash .elementor-heading-title:before{
      width: 38px;
   }
}
@media (max-width: 767px){
   .elementor-element.dash .elementor-heading-title{
      padding-left: 35px;
   }
   .elementor-element.dash .elementor-heading-title:before{
      width: 20px;
   }
}

.red-dash .elementor-heading-title:before{
   border-bottom: 2px solid #E70000;
}

.blue-dash .elementor-heading-title:before{
   border-bottom: 2px solid #00AEE8;
}

.white-dash .elementor-heading-title:before{
   border-bottom: 2px solid white;
}

.elementor-element.title-dash-center .elementor-heading-title{
   display: inline-block;
}