/*

Theme Name: Carolina Training
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.entry-wrap {
    padding: 20px;
    box-shadow: none;
}



.entry-content h1, .entry-content .h1, .entry-content h1 a, .entry-content .h1 a {font-size: 28px !important;}
.entry-content h2, .entry-content .h2, .entry-content h2 a, .entry-content .h2 a {font-size: 24px !important;}
.entry-content h3, .entry-content .h3, .entry-content h3 a, .entry-content .h3 a {font-size: 18px !important;}
.entry-content h4, .entry-content .h4, .entry-content h4 a, .entry-content .h4 a {font-size: 16px !important;}
.entry-content h5, .entry-content .h5, .entry-content h5 a, .entry-content .h5 a {font-size: 13px !important;}
.entry-content h6, .entry-content .h6, .entry-content h6 a,.entry-content  .h6 a {font-size: 13px !important;}


.single-calendar .p-meta {display: none;}



/*GF*/
body .gform_wrapper {margin: 0;}



/* blog and single pages */
.psuedo-h1-for-blog {
    margin: 0 calc(0em * -1) 0 0;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgb(77,77,77);
}


.single-paa-event .entry-featured,
.single-paa-event .entry-header { 
	display: none !important;
	}



/*
	https://michaelbourne.ca/create-columns-equal-heights/

Add .flexmethod to the row not the column
	
*/

.flexmethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.x-container:before {
  content: normal;
}



/* buttons are aligned to the bottom. As bonus, I’ve added that CSS to the post. We have .container and a .item-button. 
 Add the first as a class to the column and the second as a class to the button. */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: vertical; 
  -webkit-box-direction: normal; 
      -ms-flex-direction: column; 
          flex-direction: column;
}
.item-button {
  margin-top: auto;
}
.x-container:before {
  content: normal;
}