/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/*ipad css*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2){
	.detail-page-practitioners .row {
		max-width: inherit;
		padding: 0 50px !important;
	}
	.detail-page-practitioners {
		min-height: 82vh !important;
	}
	.sticky-circle-practitioner-page {
		height: 8em !important;
		width: 8em !important;
		top: 30% !important;
	}
}

/*iPad pro css*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){
	  .rotate {
		writing-mode: vertical-rl;
		text-align: center;
		transform: rotate(180deg);
	}
	.detail-page-practitioners {
		min-height: 87vh !important;
	}
	.sticky-circle-practitioner-page {
		top: 50% !important;
	}
	.sticky-circle{
		right: 5% !important;
	}

	
}


.inner-col-wov {
    padding-bottom: 30px;
}