/**
Theme Name: AOM Professional
Author: BrighterColors
Author URI: http://wpastra.com/about/
Description: new-template for AOM Professional
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aom-professional
Template: astra
*/

.ast-header-account-link.ast-account-action-login{ /*make login look like a button*/
    background:#fff;
    padding: 5px 15px;
    margin-left: 10px;
    border-radius: 5px;
}
h1.entry-title {
	margin: 65px auto 45px auto;

}
.sfwd-courses .entry-header .post-thumb img{display:none;} 

.entry-content .widget ul {
	margin: 0 0 1.5em 3em;
	list-style-type: disc;
}

#page {
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}
.admin-bar #page{
	min-height: calc(100vh - 32px);
}
#page .site-content{
    flex-grow: 1;
}

.textwidget img,
.wp-block-image img {
	border: 1px solid #dedede;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.5);
}
.basic img,
img.basic {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
}
div[id^="conditional_edd_checkout_field_pro"] label.edd-label{
    width:calc(100% - 25px);
    float:right;
    padding-bottom: 10px;
}
div[id^="conditional_edd_checkout_field_pro"] input.edd-input{
    float: left;
    margin-top: 8px;
    margin-right: 0 !important;
}
