/*
Theme Name: Anton Hartman Photography
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.list-orange {
    margin-left: 20px;
}
.list-orange li {
    display: block;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    position: relative;
}
.list-orange li::before {
    color: #d26e4b;
    content: "\2022";
    display: inline-block;
    font-size: 1em;
    left: -1.1225em;
    position: absolute;
    top: 0em;
}
.nf-form-fields-required {
	display: none;
}
.nf-form-content label {
    font-size: 15px !Important;
    line-height: 20px;
}
.nf-field-label label {
    font-weight: normal !Important;
}
.nf-form-title {
	display: none;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #446084 !Important;
	border-radius: 99px !Important;
	Color: #FFFFFF !Important;
	line-height: 90% !Important;
	width: initial !Important;
	padding: 0 1.2em !Important;
	margin-bottom: 20px !Important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #d26e4b !Important;
}
#nf-field-37.ninja-forms-field.nf-element {
    float: right! Important;
}
#nf-field-49.ninja-forms-field.nf-element {
    float: right! Important;
}
#nf-field-59.ninja-forms-field.nf-element {
    float: right! Important;
}
#nf-field-69.ninja-forms-field.nf-element {
    float: right! Important;
}
#nf-field-79.ninja-forms-field.nf-element {
    float: right! Important;
}
#nf-field-29 {
    float: right! Important;
}
.nf-form-errors {
	display: none;
}
.nf-field-description p:last-child {
    margin-bottom: 20px !Important;
}
a.delete {
    color: #FF0000 !Important;
}
.absolute-footer {
    padding: 15px 0 15px !Important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}