/* 
Theme Name:		 Foxly
Description:	 Foxly is a child theme of GeneratePress
Author:			 Stephen
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 foxly
*/

/* Helper functions */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* Item Specific */

.cta-call-above {
  top: 1.8em;
  left: 40%;
}

/* 
Desktop only: (min-width: 1025px)
Tablet + mobile: max-width: 1024px)
Tablet only: (max-width: 1024px) and (min-width: 768px)
Mobile: (max-width: 767px)
*/

@media only screen and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) {
  .cta-call-below {
    position: relative;
  }
  .cta-call-above {
    position: relative;

    top: 0em;
    left: 0%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
