/**
 * Public styles for Client Plugin
 *
 * @package Client_Plugin
 */
 :root {
    --container-width--full: var(--ast-normal-container-width, 1366px);
    --container-half: calc(var(--container-width--full)  / 2);     /* 750px */
    --container-third: calc(var(--container-width--full) / 3);    /* 500px */
    --container-quarter: calc(var(--container-width--full) / 4);  /* 375px */
    --radius: 20px;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}


/* Templaytes*/

body.single-post #content{
    background: white
}

/* Custom Text Size Classes for TinyMCE */
.big-text {
    font-size: 22px;
    font-weight: 400;
    line-height:34px;
    letter-spacing: 0.5px;
}

.small-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

/* Elementor Button Styles*/
 

/* Header */
 

/* HTML Editor Styles */
.elementor-widget-text-editor h1,
h1.wp-block-heading{
    margin-bottom: 24px !important;
}
.elementor-widget-text-editor h2,
h2.wp-block-heading{
    margin-bottom: 24px;
}
.elementor-widget-text-editor h3,
h3.wp-block-heading{
    margin-bottom: 18px;
}
.elementor-widget-text-editor h4,
h4.wp-block-heading{
    margin-bottom: 16px;
}
.elementor-widget-text-editor h5,
h5.wp-block-heading {
    margin-bottom: 16px;
}
.elementor-widget-text-editor h6,
h6.wp-block-heading {
    margin-bottom: 16px;
}

hr.wp-block-separator,
.elementor-widget-text-editor hr {
    border-top: 2px solid var(--ast-global-color-8);
    margin: 36px 0 !important;
    max-width: 100ch;
}
 .entry-content p,
.elementor-widget-text-editor p{
    margin-bottom: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100ch;
    line-height: 1.8;
}
.entry-content a,
.elementor-widget-text-editor a{
    font-weight: 700;
    text-decoration: underline !important;
}
.entry-content a:hover,
.elementor-widget-text-editor a:hover{
       color: var(--ast-global-color-3);
}

.entry-content blockquote,
.elementor-widget-text-editor blockquote{
  font-size: 1.2rem;
  width: 65%;
  margin:48px 48px 48px 96px;
  /* font-family:Open Sans; */
  font-style: italic;
  color:  var(--ast-global-color-0);
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid var(--ast-global-color-0) ;
  line-height:1.4;
  position: relative;
  background:var(--ast-global-color-4);
  max-width: 80ch;
}
.entry-content blockquote::before,
.elementor-widget-text-editor blockquote::before{
  content: "\201C";
  color:var(--ast-global-color-0);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}
.entry-content blockquote::after,
.elementor-widget-text-editor blockquote::after{
  content: '';
}
.entry-content blockquote span,
.elementor-widget-text-editor blockquote span{
  display:block;
  color:var(--ast-global-color-0);
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.entry-content dl,
.elementor-widget-text-editor dl{
    display: flex   ;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}
.entry-content dt,
.elementor-widget-text-editor dt {
    font-weight: 700;
    min-width: 10%;
}   
.entry-content dd,
.elementor-widget-text-editor dd{
    margin-left: 16px;
    max-width: 80ch;
}

.entry-content ul,
.elementor-widget-text-editor ul {
    list-style-type: disc;
    margin: 24px 48px;
}

.entry-content ol,
.elementor-widget-text-editor ol {
    list-style-type: decimal;
    margin: 24px 48px;
}

.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li{
    margin-bottom: 16px;
}

.elementor-widget-text-editor ul li ul,
.elementor-widget-text-editor ol li ul{
    margin: 16px 24px;
}

.entry-content table,
.elementor-widget-text-editor table {
    border-collapse: collapse;
    width: 100%;
}
  
.entry-content table td,
.elementor-widget-text-editor table td, .elementor-widget-text-editor table th {
    border: 1px solid var(--ast-global-color-0);
    padding: 8px;
}
  
.entry-content table tr:nth-child(even),
.elementor-widget-text-editor table tr:nth-child(even){background-color: var(--ast-global-color-1);}
  
.entry-content table tr:hover,
.elementor-widget-text-editor table tr:hover {background-color: var(--ast-global-color-0); color: var(--ast-global-color-8);}
  
.entry-content table th,
.elementor-widget-text-editor table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--ast-global-color-0);
    color: white;
  }


.entry-content .truncate,
.elementor-widget-text-editor .truncate {
    text-overflow: ellipsis;
  
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
  }

   
 
 

 
 


/*==========  Mobile First Method  ==========*/
 

/* Primary Content Area */
.content-area.primary{
	max-width: var(--container-width--full);
    /* padding: 200px 16px 200px 16px; */
}


 /* small Devices, Tablets */
@media only screen and (min-width : 767px) {
   
    
}

 

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {
  
    

}

/*========== Layout Debugging ==========*/
/* Main Elementor Container */
.elementor {
    /* border: 10px solid black; */
}
/* Parent Container */
.elementor .e-con.e-parent {
    /* border: 2px solid green; */
    
}
/* Child Container */
.elementor .e-con.e-child {
    /* border: 2px solid red; */
}
/* Grid Container children */
.elementor .e-grid > .elementor-element{
    /* border: 2px solid blue; */
}

/* All Elementor elements  */
.elementor .elementor-element,
.elementor .e-grid > .elementor-element  .elementor-element {
    /* border: 1px dashed #ccc; */
}