/**handles:theme-style**/
/*
Theme Name: Impatient Management
Theme URI: 
Author: Andy Charrington
Author URI: 
Description: 
*/

body{
	background-size: cover;
	background-attachment: fixed;
	background: url(https://impatientmanagement.co.uk/wp-content/themes/impatient/img/stars.jpg) no-repeat fixed;
	color: #000;
}

.modal{
	background: url(https://impatientmanagement.co.uk/wp-content/themes/impatient/img/stars.jpg) no-repeat;	
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none!important;
}

.header{
	margin-top: 60px;
}

.menu{
	margin-top: 25px;
}

.menuHover{
/* 	margin-top: 7px; */
}

.menuHover.hovered{
	margin-top: 0px;
}

.menuItem{

}

.row.row-no-gutter {
    margin: 0
}

.row.row-no-gutter [class*="col-"] {
    padding: 0
}

.img-full-width {
    width: 100.5%;
    height: auto;
}

.row.row-no-gutter .inner {
    padding-left: 20px;
    padding-right: 20px;
}

.row.content{
	margin-top: 20px;
	margin-bottom: 60px;
}

h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;	
}

h2{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

p{
	color: #000;
    font-weight: 400;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: #dcc8e2;
}

.frm_forms.frm_style_formidable-style.with_frm_style{
    padding: 20px;
    border: 3px solid #000;
    margin: 20px;
}

.frm_style_formidable-style.with_frm_style .frm_inline_container label.frm_primary_label{
	display: none;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=phone], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{
    border-radius: 0px;
    border: 1px solid #000;
}

.frm_style_formidable-style.with_frm_style input[type=submit]{
    background: #000;
    border-radius: 0px;
    border: 1px solid #000;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}