* {
-webkit-text-size-adjust: auto !important;
font-size:16px;
}
.inner{
    position: relative;
    overflow: hidden;
}

.video-place {
	position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
}

.img-thumb {
	position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.awe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(17, 83, 140, 0.6);
    z-index: 11;
}


.play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 13
}

.play-icon .fa {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 60px !important;
    background-color: #fff;
    font-size: 20px !important;
    color: #11538c;
    -webkit-transition: all 0.3s ease 0.2s ease-out 0s;
    -moz-transition: all 0.3s ease 0.2s ease-out 0s;
    -ms-transition: all 0.3s ease 0.2s ease-out 0s;
    -o-transition: all 0.3s ease 0.2s ease-out 0s;
    transition: all 0.3s ease 0.2s ease-out 0s;
}

.play-icon:hover {
    border: 5px solid rgba(255, 255, 255, 0.5);
}


.preview-text {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    z-index: 12
}
.card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    /* width: 40%; */
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.course-summary-sidebar__inner {
    background: #fff;
    padding: 20px;
}
.entry-content-left.col-md-8 {
    background: #fff;
    padding: 20px 45px 20px;
}
body,#content,.site{
    /*background: #edf0f2 !important;*/
}
.breadcrumb-trail.breadcrumbs {
    /*background: #edf0f2 none repeat scroll 0 0 !important;*/
    margin: 30px !important;
}
.section-title {
    color: #313b48;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
}
.lp-course-buttons {
    margin: 25px auto;
    text-align: center;
}
.btn-plan {
    background-color: transparent;
    color: currentColor;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -.02em;
    margin-bottom: .5em;
    margin-bottom: 1rem;
    padding-top: .75em;
    padding-right: 2em;
    padding-bottom: .75em;
    padding-left: 2em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .4s ease, background .4s ease;
    transition: color .4s ease, background .4s ease;
    vertical-align: middle;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 62em){
.btn-plan {
    font-size: 0.875em;
}
}
.btn-plan {
    background-color: #3d7bbd !important;
    color: white !important;
    max-width: 12em;
}
.margin-bottom {
    margin-bottom: 20px;
}
#learn-press-course .course-featured-review .featured-review__content {
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 30px;
     padding: 0px !important; 
}
.course-desc{
    padding:25px !important;
}
@media screen and (max-width: 767px) {
.mb-mt-1 {
  margin-top:10px;
}
.text-center.h4.my-3.pb-3 {
  font-size: 28px !important;
 }
}
a:where(:not(.wp-element-button)):focus{
text-decoration:none !important;
}