/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 18:00:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 18:16:41 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
  --mont: "Montserrat", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --dm: "DM Sans", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
/**
 * Remove before production
 **/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
}
/**
 * Remove before production
 **/
@media only screen and (max-width: 989px) {
  #news-post .container, #news-post .content, #privacy-policy .container, #privacy-policy .content, #terms-of-use .container, #terms-of-use .content {
    padding: 0 !important;
  }
}
#news-post .entry-content-wrapper, #privacy-policy .entry-content-wrapper, #terms-of-use .entry-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 140px;
}
@media only screen and (max-width: 989px) {
  #news-post .entry-content-wrapper, #privacy-policy .entry-content-wrapper, #terms-of-use .entry-content-wrapper {
    padding: 70px 24px;
  }
}
#news-post .flex_column.column-top-margin, #privacy-policy .flex_column.column-top-margin, #terms-of-use .flex_column.column-top-margin {
  margin-top: 0;
}
#news-post strong, #news-post p, #news-post ul, #news-post li, #privacy-policy strong, #privacy-policy p, #privacy-policy ul, #privacy-policy li, #terms-of-use strong, #terms-of-use p, #terms-of-use ul, #terms-of-use li {
  color: var(--text) !important;
  line-height: 1.3em !important;
}
#news-post a, #privacy-policy a, #terms-of-use a {
  text-decoration: underline;
}
#news-post h1, #privacy-policy h1, #terms-of-use h1 {
  color: var(--darkBlue);
  font-size: 60px !important;
}
@media only screen and (max-width: 989px) {
  #news-post h1, #privacy-policy h1, #terms-of-use h1 {
    font-size: 58px !important;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #news-post h1, #privacy-policy h1, #terms-of-use h1 {
    font-size: 30px !important;
  }
}
#news-post h2, #privacy-policy h2, #terms-of-use h2 {
  text-transform: none !important;
  font-size: 24px !important;
  font-weight: var(--bold) !important;
  color: var(--text) !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 989px) {
  #news-post h2, #privacy-policy h2, #terms-of-use h2 {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  #news-post h2, #privacy-policy h2, #terms-of-use h2 {
    font-size: 20px !important;
  }
}
#news-post h3, #privacy-policy h3, #terms-of-use h3 {
  text-transform: none;
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--text);
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 989px) {
  #news-post h3, #privacy-policy h3, #terms-of-use h3 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #news-post h3, #privacy-policy h3, #terms-of-use h3 {
    font-size: 18px !important;
  }
}
#news-post .entry-content-wrapper h1 {
  font-size: 40px !important;
}
@media only screen and (max-width: 989px) {
  #news-post .entry-content-wrapper h1 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #news-post .entry-content-wrapper h1 {
    font-size: 30px !important;
    text-align: left;
  }
}
#news-post .entry-content-wrapper h2 {
  margin-bottom: 1.5em;
}
#news-post .entry-content-wrapper .avia-image-container {
  padding: 4em 0 1em;
}
#news-post .entry-content-wrapper .avia-image-container .avia-image-overlay-wrap {
  overflow: hidden;
  border-radius: 10px;
}
#news-post .entry-content-wrapper .avia-image-container .avia-image-overlay-wrap img {
  width: 100%;
  height: auto;
}
.single-portfolio #main {
  position: relative;
}
.single-portfolio #main .container, .single-portfolio #main .content {
  padding: 0 !important;
}
.single-portfolio #main .entry-content-wrapper {
  padding: 140px 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-wrapper {
    padding: 105px 63px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content-wrapper {
    padding: 70px 24px;
  }
}
.single-portfolio #main .entry-content {
  width: 60%;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content {
    width: 95%;
    order: 2;
    max-width: 640px;
    margin: 30px auto 0;
  }
}
.single-portfolio #main .entry-content h1 {
  color: var(--darkBlue);
  text-align: left;
  margin-bottom: 0 !important;
}
.single-portfolio #main .entry-content h2 {
  font-size: 36px !important;
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content h2 {
    font-size: 30px !important;
  }
}
.single-portfolio #main .entry-content .portfolio-bio {
  padding-top: 45px;
}
.single-portfolio #main .entry-content a.avia-button {
  margin-top: 1.5rem;
  color: var(--darkBlue) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.single-portfolio #main .entry-content-headshot {
  width: 40%;
  padding-left: 6%;
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-headshot {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.single-portfolio #main .entry-content-headshot .page-thumb {
  text-align: center;
}
.single-portfolio #main .entry-content-headshot img {
  border-radius: 10px;
  background: var(--gradient);
  background: radial-gradient(102.79% 102.79% at 51.96% 96.09%, #AD2294 0%, #650678 100%);
}
@media only screen and (max-width: 989px) {
  .single-portfolio #main .entry-content-headshot img {
    max-width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio #main .entry-content-headshot img {
    width: 90%;
    margin: 0 auto;
  }
}
