/*
 Theme Name:   Sarah Adlington Coach
 Theme URI:    https://sarahadlington.coach/
 Description:  Sarah Adlington Theme
 Author:       The Other Dimension
 Author URI:   https://theotherdimension.com
 Template:     Divi
 Version:      1.0
*/


/*** General Styling ***/

::selection {
	background-color: #;
	color: #;
}

.placeholder {
	-webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(268deg) saturate(590%) contrast(1);
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(268deg) saturate(590%) contrast(1);
}


/*** Navigation Styling ***/




/*** Typography Styling ***/




/*** Module Styling ***/



/*** Form Styling ***/




/*** Responsive Styling ***/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

 
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {


}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {


}

/*** Responsive Styles Tablet and ABOVE ***/
@media all and (min-width: 981px) {
 .s-blurb {
    float: left;
    width: 48%;
    margin-right: 0 !important;
  }

  .s-blurb-left {
    margin-right: 4% !important;
    clear: left;
  }

  .s-blurb-right {
    margin-right: 0 !important;
  }

 .s-keynote-button {
        float: left;
        clear: none;
        width: auto !important;
        display: inline-block;
    }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {


}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {


}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

	
}