/*
 Theme Name:   Dalesman Group Theme
 Description:  A Child Theme built for he Dalesman Group
 Author:       Flair Digital
 Author URI:   https://flairdigital.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Theme customization starts here
------------------------------------------------------- */
:root {

}
/* Media Quiries */
@media only screen and (min-width: 1200px) { /* styles for screens above 1200px */
}
@media only screen and (max-width: 1200px) { /* styles for screens below 1200px */
}
/* End Media Quiries */

/* Shell Styles */
/* Header & Navigation */
/* End Header & Navigation */
/* Typeography */
/* End Typeography */
/* End Shell Styles */
/* Body Styles */
	.imgicon .et_pb_main_blurb_image{
		width: 50px;
	}
	.imgicon .et_pb_blurb_description {
		margin-top: 0.4em;
	}
.intab-head {
	padding-top: 10px;
}
.mapp-links {
	display: none;
}
.cutommaplink {
	margin: 10px auto !important;
	display: inline-block !important;
}
/* End Body Styles */


figure.zoom {
     background-position: 50% 50%;
     position: relative;
     width: 100%;
     overflow: hidden;
     cursor: zoom-in;
   }
   figure.zoom img:hover {
     opacity: 0 !important;
   }
   figure.zoom img {
     transition: opacity 0.5s;
     display: block;
     width: 100%;
     background-color: #eaeaea !important;
   }

/*Misc*/

/*End Misc*/
/*Clears*/
.clearAll { font-size: 1px; line-height: 1px; clear: both; display: hidden; height: 0; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End Clears*/