/*
 Theme Name: Divi Child
 Theme URI: https://pridepluscommunity.ca/
 Description: Divi Child Theme
 Author: Lisa Ernst
 Author URI: https://www.lisaernst.ca
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* CSS Base Styles Divi  */


/* Extra Large Screens & 4K Displays (Divi default: 1600px - 1919px) */
@media (min-width: 1600px) and (max-width: 1919px) { 
  /* Styles for extra-large screens */
}

/* Large Desktops (Divi default: 1440px - 1599px) */
@media (min-width: 1440px) and (max-width: 1599px) { 
  /* Styles for large desktops */
}
/* Standard Laptops & Desktops (Divi default: 1367px - 1439px) */
@media (min-width: 1367px) and (max-width: 1439px) { 
  /* Styles for standard desktops */
}

  /* Small Laptops (Divi default: 980px - 1366px) */
@media (min-width: 981px) and (max-width: 1366px) { 
  /* Styles for small laptops */
}

/* Exact Tablet Range iPad Galaxy Tab etc. */
@media (min-width: 768px) and (max-width: 980px) { 
    /* Styles that specifically target tablets only */
  }

/* SmartPhones */
@media (max-width: 767px) { 
    /* Styles for large mobile devices */
  }
  
  
  
  
  /* smaller phones */
@media (min-width: 280px) and (max-width: 392px) { 
      h2.unbecoming-text {

    font-size: 38px!important;

}
  }
    
  /* smaller phones */
@media (min-width: 200px) and (max-width: 450px) { 
      h2.unbecoming-text {

    font-size: 31px!important;

}
     .circle-text-wrapper {
        margin-left: -142px;
    }
.et_pb_module.et_pb_code.et_pb_code_0 {
    margin-top: -17px;
	 margin-left: 83px !important;
}
  }
  
  /* SmartPhones */
@media (min-width: 330px) { 
     font-size: 36px!important;
    border: solid 5px purple;
  }