* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
.wrapper {
	max-width: 1200px !important;
	width: 96% !important;
	margin: 0 auto !important;
	float: none !important;
}
.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.vc_column_container > .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px !important;
}
.vc_row:after, .vc_row:before,.vc_column-inner::after, .vc_column-inner::before {display:none !important;}

body {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.6px;
}
body.freze {
	overflow: hidden;
}
a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.gray_bg {
	background-color: #f8f8f8;
}
.blue_bg {
	background-color: #280659;
}
.blue_bg *{
	color: #fff;
}
.row {
	width: 100%;
	float: left;
	overflow:hidden;
}
.center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.p_t {
	padding-top: 60px;
}
.p_b {
	padding-bottom: 60px;
}
.p_l_20 {
	padding-left: 20px;
}
.p_r_20 {
	padding-right: 20px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.v_center {
	align-items: center;
}
.center {
	text-align: center;
}
.wrapper,
.wrapper_big {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.wrapper_big {
	max-width: 1300px;
}
.main {
	width: 100%;
	float: left;
	position: relative;
	left: 0;
	padding-top: 115px;
	transition: 200ms cubic-bezier(0, 0, 0, 1);
}
.main.slide_left {
	left: -300px;
}
.main.slide_left::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 25px 0;
	z-index: 99999;
	background: url(../images/banner-img.jpg) center top no-repeat;
	background-size: cover;
	z-index: 99;
}
.header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}
.header.home {
	background: transparent;
}
.header.home::before {
	display: none;
}
.logo {
	float: left;
}
.head_right {
	float: right;
}
.head_right .tel {
	display: inline-block;
	font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #fff;
	background: url(../images/call-icon.png) 27px center no-repeat #280659;
	padding: 10px 30px 10px 51px;
	border-radius: 40px;
	margin-right: 10px;
}
.head_right .tel:hover {
	background-color: #2f2879;
}
.head_right ul {
	float: left;
}
.head_right ul li {
	display: inline-block;
	float: left;
}
.head_right ul li a {
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #535353;
}

nav {
	width: 300px;
	display: inline-block;
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	background: #292929;
	z-index: 9999999;
	padding: 2px;
	transition: 200ms cubic-bezier(0, 0, 0, 1);
}
.main.slide_left nav {
	right: 0px;
}
nav .close {
	width: 100%;
	float: left;
	text-align: center;
	background: #656565;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 1px;
	cursor: pointer;
}
.nav {
	width: 100%;
	float: left;
}
.nav li {
	width: 100%;
	float: left;
}
.nav li a {
	width: 100%;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 1px 0;
	font-size: 15px;
	color: #fff;
}
.nav li a:hover,
.nav li a.active, .nav li.current_page_item a {
	color: #fff;
	background: #47418b;
}
.sub-menu {
	width: 100%;
    float: left;
    background: #656565;
}
.sub-menu li {
	width:100%;
	float:left;
}
.sub-menu li a {
	width:100% !important;
	float:left;
}
.banner {
	background: #000;
	position: relative;
	overflow:hidden;
}
.banner img {
	width: 100%;
	opacity: 0.2;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45%;
	padding: 0 15px;
	transform: translateY(50%);
	max-width: 940px;
	margin: auto;
}
.banner_text h3 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}
.banner_text p {
	font-size: 15px;
	line-height: 29px;
	font-weight: normal;
	color: #ffffff;
}
.banner_text .btn {
	margin-top: 40px;
}
.btn {
	display: inline-block;
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	color: #fff;
	background: #47418b;
	padding: 10px 30px;
	border-radius: 40px;
}
.btn:hover {
	background-color: #280659;
}
.row1 .flex > div {
	width: 33.33%;
	min-width: 300px;
	padding: 15px;
}
.row1 h4 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #280659;
	margin: 20px 0 10px;
}
.row1 p {
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #868686;
}
.row1 .img {
	display: inline-block;
	min-height: 102px;
}

.row2 .flex {
	align-items: center;
}
.row2 .flex > div {
	width: 50%;
}
.row2 h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #280659;
	margin-bottom: 12px;
}
.row2 p {
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #818181;
}
.row2 a {
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #280659;
	margin-top: 30px;
}
.row2 a:hover {
	text-decoration: none;
}
.row2 img {
	border-radius: 10px;
}
hr {
	width: 100%;
	float: left;
	border-top: solid 1px #cdcdcd;
}

.row3 h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #280659;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.row3 p {
	font-size: 17px;
	line-height: 38px;
	font-weight: normal;
	color: #272727;
}
.row3 .btn {
	font-size: 22px;
	margin-top: 50px;
	padding: 20px 80px;
}

.footer h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #dedede;
	margin-bottom: 10px;
}
.footer p {
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #dedede;
}
.footer .flex > div {
	width: 25%;
}
.footer ul {
	width:100%;
	float:left;
	
}
.footer ul li {
	width:100%;
	float:left;
}
.footer ul li a {
	display:block;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	color: #dedede;
}
.copy-right {
	width:100%;
	float:left;
	margin-top:30px;
	text-align:center;
}
/*respo-menu*/

.respo_menu {
	padding: 27px 0 15px 0;
	text-align: left;
	font-size: 0;
	cursor: pointer;
    background: #280659;
    border-radius: 3px;
}
.respo_menu.hide {
	visibility: hidden;
	opacity: 0;
}
.respo_menu span {
	display: inline-block;
	width: 32px;
	height: 3px;
	background: #fff;
	position: relative;
	margin: 4px 6px 4px 10px;
	transition: 400ms cubic-bezier(0, 0, 0, 1);
	/* -o-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease; */
}
.respo_menu span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	height: 3px;
	background: #fff;
	transition: 400ms cubic-bezier(0, 0, 0, 1);
	/* -o-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease; */
}
.respo_menu span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 3px;
	background: #fff;
	transition: 400ms cubic-bezier(0, 0, 0, 1);
	/* -o-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-webkit-transition: all 200ms ease; */
}
.respo_menu.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	top: 0;
}
.respo_menu.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	bottom: 0;
}
.respo_menu.active span {
	background: transparent;
}

/* inner-page-css */

h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 20px;
}
p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #818181;
}
.row ul li {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #818181;
}

.inner_head {
	background: #f8f8f8;
	padding: 20px 0;
}
.inner_head h1 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 600;
	color: #47418b;
	text-transform: uppercase;
}

.split_screen.blue_bg * {
	color: #fff;
}
.split_screen > div {
	width: 50%;
}
.split_screen .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 4%;
}
.split_screen img {
	width: 100%;
}
.split_screen h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 10px;
}
.split_screen ul {
	width: 100%;
	float: left;
}
.split_screen ul li {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #818181;
	margin: 3px 0;
}

.column3_split > div {
	width: 380px;
	border: solid 1px #ebebeb;
	padding: 20px;
	border-radius: 10px;
	margin: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.column3_split h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
}
.column3_split p {
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #818181;
}

.why_we_do_row2 p {
	font-size: 14px;
	line-height: 26px;
}
.why_we_do_row2 h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #47418b;
	margin-bottom: 40px !important;
}
.why_we_do_row2 h4 {
	color: #353535;
}
.dark_purple {
	background: #02505c;
}
.light_blue {
	background: #176f9c;
}
.why_we_do_row2 .logo_img {
	display: inline-block;
	padding: 10vw 20px;
	max-width: 500px;
	width: 100%;
	border-radius: 10px;
}
.why_we_do_row2 .cont {
	width: 55% !important;
}
.why_we_do_row2 .img {
	width: 45% !important;
}

.why_we_do_row3 h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #47418b;
	margin-bottom: 40px !important;
}
.why_we_do_row3 ul li {
	display: inline-block;
    margin: 10px;
    vertical-align: middle;
    max-width: 270px;
    width: 100%;
    min-width: 210px;
}

.how_we_do_row1 .flex {
	justify-content: left;
	margin-top: 40px;
}
.how_we_do_row1 .flex > div {
	min-height: 200px;
}
.how_we_do_row1 .blue_bg * {
	color: #fff;
}
.how_we_do_row1 h2 {
	margin-bottom: 10px !important;
}
.how_we_do_row1 p a {
	font-weight: 600;
	text-decoration: underline;
}

.coffee_row1 > div {
	width: 50%;
}
.coffee_row1 h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 10px !important;
}
.coffee_row1 p {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #666666;
}
.coffee_row1 form {
	margin-top: 25px;
}
.form_div {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.coffee_row1 input,
.coffee_row1 textarea, .register-form textarea, .register-form input,.register-form select {
	width: 100%;
	float: left;
	border: solid 1px #d7d7d7;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	padding: 14px;
	color: #6d6d6d;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.coffee_row1 textarea {
	height: 100px;
}
.coffee_row1 input[type="checkbox"], .register-form input[type="checkbox"] {
	width: auto;
	margin: 6px 10px 0px 0;
}
.register-form input[type="radio"] {
	width: 15px;
    margin-right: 5px;
    margin-top: 5px;
}
.coffee_row1 label {
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #6d6d6d;
}
.coffee_row1 .form_div .row {
	margin: 4px 0;
}
.coffee_row1 input[type="submit"], .register-form input[type="submit"], .register-form input[type="button"]{
	width: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #fff;
	background: #47418b;
	cursor: pointer;
	padding: 12px 24px;
	margin-top: 24px;
}
.goback {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #ffff !important;
    background: #280659 !important;
	cursor: pointer;
	padding: 12px 24px;
	margin-top: 24px;
	border: solid 1px #d7d7d7;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	display:inline-block;
}
.coffee_row1 input[type="submit"]:hover, .register-form input[type="submit"]:hover, .goback:hover {
	background: #363074;
}
.coffee_row1 .cont {
	display: inline-block;
	max-width: 540px;
	width: 100%;
	background: #2f2879;
	padding: 30px;
	border-radius: 14px;
	text-align: left;
}
.coffee_row1 .cont * {
	color: #fff;
}
.coffee_row1 iframe {
	width: 100%;
	margin-top: 15px;
	vertical-align: middle;
}

.how_we_do_row2 iframe {
	width: 100%;
	height: 460px;
	vertical-align: middle;
}
.how_we_do_row2 .cont {
	max-width: 380px;
	width: 100%;
	background: #2f2879;
	padding: 40px 30px;
	border-radius: 14px;
	margin-top: -380px;
	z-index: 99;
	position: relative;
	float: right;
}
.how_we_do_row2 .cont p {
	font-size: 21px;
	line-height: 34px;
	font-weight: normal;
	color: #ffffff;
}
.how_we_do_row2 .cont p a {
	color: #fff;
}
span.wpcf7-not-valid-tip {font-size: 13px !important;float: left !important;width: 100%;margin-bottom: 15px !important;}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	color: #D8000C;
	background-color: #FFBABA;
	border: 0;
	padding: 10px;
	width:100% !important;
	text-align:center;
	float:right;

}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 0;
	padding: 10px;width:100% !important;
	text-align:center;
	float:right;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
	font: 26px/30px FontAwesome;
	margin-right: 16px;
	vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
	content:'\f00c';
}
div.wpcf7-validation-errors:before {
	content:'\f057';
}
.inner-banner{position: relative;width: 100%;float: left;text-align: center;overflow: hidden;height:300px;}
.entry-header {position: relative;width: 100%;float: left;text-align: center;overflow: hidden;}
.post-page.category_page{margin-top:60px}
.post-page article[ourclass="blog-listing"]{position:relative;margin-bottom:120px;width: 47%;border-radius:0 6px 6px 6px;}
.post-page article[ourclass="blog-listing"] .entry-header {position: absolute;left:0;top: -58px;width: 80%;float: left;text-align: left;overflow: hidden;height:auto;padding:10px 15px;background:#47418b;border-radius:10px 60px 0 0;color:#fff;}

.post-page article[ourclass="blog-listing"] .entry-header h1 {text-align: left;color: #fff;text-transform:uppercase;font-size:30px;font-weight:500;}
.post-page article[ourclass="blog-listing"] .list-content{float:left;width:100%;}
.post-page article[ourclass="blog-listing"] .list-content ul{float:left;width:100%;padding:20px;}
.post-page article[ourclass="blog-listing"] .list-content ul li{float:left;width:100%;margin-bottom:15px;text-align:left;color:#3a3a3a;font-size:16px;background:url(../images/left-arrow.png)no-repeat left 6px;padding-left:25px;}

.post-page .blog-section{display: flex;flex-flow: column wrap;align-content: space-between;height: 1600px;}
.post-page .blog-section::before,
.post-page .blog-section::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}



.post-page .blog-section article[ourclass="blog-listing"]:nth-child(odd){order: 1;}
.post-page .blog-section article[ourclass="blog-listing"]:nth-child(even){order: 2;}
.post-page article[ourclass="events-listing"]{border-radius:10;padding:15px;}
.post-page article[ourclass="events-listing"] .entry-header{width: 100%;float: left;text-align: left;height:auto;padding:0;}
.post-page article[ourclass="events-listing"] .img-div{float:left;width:100%;padding:0;}
.post-page article[ourclass="events-listing"] .img-div img{float:left;width:100%;height:auto;}
.post-page article[ourclass="events-listing"] .list-content{float:left;width:100%;padding-bottom:20px;}
.post-page article[ourclass="events-listing"] .list-content p,.post-page article[ourclass="events-listing"] .list-content{text-align:left;color:#666666;font-size:14px;}
.post-page article[ourclass="events-listing"] .entry-header h1{text-align:left;color:#000000;font-size:18px;}

.post-page article[ourclass="events-listing"] .btn-1 {
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
    background:#47418b;
    padding: 7px 20px;
	border-radius: 0;}
    




.entry-header h1,.archive-header h1.archive-title {color: #fff;font-weight: 700;
	/*margin-top: 50px !important;*/
	font-size: 50px;line-height: 60px;margin-bottom: 0 !important;text-align: center;}

.mssi-brings h3, .welcome-data h3 {
	color: #1ba9d5;
}
.archive article .entry-header-inner,
.single_page .entry-header-inner{
	background: none !important;
	padding: 0 !important;
}
.single_page .entry-header-inner{
	text-align: left;
}
/* article .entry-header-inner h1{
	margin-top: 0 !important;
} */

.archive-header{
	background: url(http://dev.profici.co.uk/fm-finance/wp-content/themes/f%26mfinance/images/banner-img.jpg) left top no-repeat;
	padding: 100px 0;
	background-size: cover;
}

.category_page {
	text-align: center;
}
.category_page hr{
	display: none;
}
.category_page article{
	width: 31%;
    min-width: 300px;
    margin: 1%;
    display: inline-block;
    background: #fff;
    border: solid 1px #dedede;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}
.category_page .featured-media-inner img{
	width: 100%;
	height: auto;
}
.category_page h1{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #47418b;
    margin-top: 8px !important;
    text-shadow: none !important;
}
.single_page .entry-header-inner h1{
	font-size: 30px;
	line-height: 40px;
    font-weight: 600;
    color: #47418b;
    margin: 0 0 15px !important;
    text-shadow: none !important;
    text-align: left;
}
.category_page p{
	width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-top: 3px;
}

/* .single .main{
	padding-top: 115px !important;
}
.single .header{
	background: #000;
} */
.single_page h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #47418b;
	margin: 10px 0;
}
.single_page .featured-media{
	display: inline-block;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    padding: 10px;
	margin: 0 0 20px;
}

.breadcrumb{
	width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.breadcrumb li{
	display: inline-block;
    float: left;
    margin-right: 10px;
	font-size: 15px;
    color: #333;
}
.breadcrumb li a{
	display: inline-block;
	margin-right: 10px;
	color: #47418b;
}
h3{
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #47418b;
	margin-bottom: 15px !important;
}

.tick_list li{
	width: 100%;
	float: left;
	font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px 0 !important;
    line-height: 25px;
    letter-spacing: 1px;
    background: url(../images/tickmark.png) no-repeat left center;
    padding-left: 40px;
}

/* Register form */
.div-block {
    width: 100%;
    display: inline-block;
	margin-bottom: 20px;
}
.div-block h2{
	margin-bottom:20px !important;
}
.block-left {
    width: 60%;
    float: left;
    background: #f4f2f2;
    padding: 20px;
    border-radius: 2px;
}
.block-right {
    background: #47418b;
    color: #fff;
    padding: 20px;
    width: 35%;
    float: right;
	border-radius:4px;
	position:relative;
}
.block-right p{
	color: #fff;
font-size: 14px;
margin-bottom: 10px;
line-height: 25px;
}
.block-right:before
{
content: "";
display: block;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid #47418b;
position: absolute;
top: 40px;
left: -12px;
}
.block-right h3{
	font-size:18px;
	color:#fff !important;
	margin-bottom:10px;
	text-decoration:underline;
	line-height: 25px;
}
.level-of-funding{
	position:relative;
	display:inline-block;
	width:100%;
}
.level-of-funding input{
	padding-left:25px;
}
.level-of-funding:before{
	content: "£";
position:absolute;
	top: 20%;
left: 2%;
	font-size:19px;
	color:#000;
}
.checkoboxdiv .wpcf7-form-control-wrap{
	margin-bottom:15px;
	display: inline-block;
	
}

.icon:before{
  content:'+';
  cursor:pointer;
  font: 30px/40px FontAwesome;
  color:#fff;
  float:left;
	    position: absolute;
    left: 30px;
}
.icon.expanded:before{
    cursor:pointer;
    content: '-';	
	font: 30px/40px FontAwesome;
	color:#fff;
	float:left;
	    position: absolute;
    left: 30px;
}
.icon:hover,.icon.expanded:hover {
	background-color:#47418b;
}

.tnp-email {
	max-width: 520px;
  width: 100%;
  background: #d9d9d9;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  padding: 14px;
  border-radius: 4px;
}
.tnp-button,.btn{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffff !important;
  background: #280659 !important;
  border: solid 2px #d9d9d9;
  padding: 10px 35px;
  cursor: pointer;
  margin-top: 20px;
  transition: 300ms ease;
}
.tnp-button:hover,.btn:hover {
  background: transparent;
  color: #d9d9d9 !important;
}

.icon-content {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%; 
}

.icon-content i {
  padding: 17px;
  background: #47418b;
  color: white;
  min-width: 50px;
  text-align: center;
}

.event-list-header {
    width: 100%;
    float: left;
    padding: 20px;
    background: #f5f5f5;
}
.tribe_events .content-left {
    width: 40%;
    float: left;
}
.tribe_events .content-right {
    width: 56%;
	float: right;
}
.tribe-events .tribe-events-header{
	display:inline!important;	
}
.tribe-events-c-top-bar__nav, .tribe-events-c-top-bar__nav-list, .tribe-events-c-top-bar__nav-list-item, .tribe-common-a11y-visual-hide {
	/*display:none!important;*/
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar{
	display:none!important;
}
.tribe-events-ical {
	display:none!important;
}
.tribe-events-view {
    position: relative;
    float: left;
    width: 100%;
}
.required{
	color:red;
}
.success{
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    position: relative;
    background-color: #f7f6f7;
    color: #3e8c2c;
    border-top: 3px solid darkgreen;
    list-style: none outside;
    word-wrap: break-word;  
    display: inline-block;
}
.error{
	color:red;
	float:right;
	font-size: small;
}
.address-left {
	width:48%;
	float:left;
}
.address-right {
	float:right;
	width:48%;
}
.page-id-556 h2, .page-id-561 h2 {
	margin-top:20px;
}
.wp_rss_retriever_list {
	width:100%;
	float:left;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wp_rss_retriever li {
	width: 33.33%;
    padding: 15px;
	    width: 380px;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    margin: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	text-align:center;
}
a.wp_rss_retriever_title, a.wp_rss_retriever_readmore {
	color:#280659 !important;
}
.wp_rss_retriever_image {
	width:100% !important;
}
.wp_rss_retriever_metadata {
	display:none !important;
}
.page-id-135 .entry-content p {
	font-size:20px;
	color:#fff;
	background:#280659;
	padding:10px 30px;
	display:inline-block;
	border-radius:5px;
	text-transform:uppercase;
}
.left-align{
	text-align: left;
}
.metaslider .caption-wrap {
	position:static !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	float:left;
}

.deal-row {
	width:100%;
	float:left;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0px;
	margin-bottom:60px;
}
.deal-row-inn {
	width:100%;
	float:left;
	background:url("https://fandmfinance.co.uk/wp-content/uploads/2021/04/deal-row-bg.png") center center no-repeat;
	text-align:center;
	padding: 113px 40px;
}
.deal-row-inn h2 {
	font-size:27px;
	color:#6d71a0;
	line-height:40px;
	padding: 27px 20px 0 20px;
}
.price {
	font-size:20px;
	color:#353535;
	font-weight:400;
	display:block;
	margin:20px 0 !important;
}
.deal-row-inn h3 {
	font-size:20px;
	color:#292929;
	font-weight:400;
	margin-bottom:20px;
}
.deal-row-inn p {
	font-size:14px;
	color:#292929;
	line-height:30px;
	padding:0 50px;
}
.deal-row-1 {
	width:100%;
	float:left;
	background:url("https://fandmfinance.co.uk/wp-content/uploads/2021/04/deal-row-1-bg.jpg") center center no-repeat;
	background-size:cover;
	text-align:center;
	padding:120px 0;
}
.deal-row-1 p {
	font-size:21px;
	line-height:40px;
	color:#f8f8f8;
	font-weight:300;
	font-style:italic;
}
.testimonial-company {
	font-size:25px;
	line-height:40px;
	color:#f8f8f8;
	font-weight:3600;
}
.number{
	font-size:45px;
	color:#fff;
	font-weight:normal;
	margin:20px 20px;
}
.lent{
	font-size:20px;
	color:#fff;
}
@media (max-width:1200px) {
	.deal-row {
	width:100%;
	float:left;
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
	margin-bottom:60px;
}
	.deal-row-inn p {
		padding:0 25%;
	}
}
@media (max-width: 980px) {
	.banner_text {
		bottom: 35%;
	}
	.p_b {
		padding-bottom: 35px;
	}
	.p_t {
		padding-top: 35px;
	}
	.why_we_do_row2 .flex > div {
		width: 100% !important;
		margin: 10px 0;
	}
	.why_we_do_row2 .img {
		text-align: center;
		padding: 0;
		order: 1;
	}
	.how_we_do_row1 .flex > div{
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	.coffee_row1 .cont{
		max-width: 100%;
		margin-top: 30px;
	}
}
@media (max-width:890px)  {
	.deal-row {
		width: 100%;
		float: left;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
		margin-bottom: 60px;
	}
		.deal-row-inn p {
		padding: 0px 35%;
	}
}
@media (max-width: 768px) {
	.main {
		padding-top: 97px;
	}
	.logo img {
		max-width: 220px;
		width: 100%;
	}
/* 	.banner img {
		display: none;
	} */
/* 	.banner {
		background: url(../images/banner-img.jpg) center top no-repeat;
		background-size: cover;
		z-index: 1;
	} */
	.banner::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: -1;
	}
	.banner_text {
/* 		position: static;
		transform: none;
		padding: 150px 15px 40px; */
	}
	.banner_text h3 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 5px !important;
	}
	.banner_text .btn {
		margin-top: 20px;
	}
	.head_right .tel {
		display: none;
	}
	.head_right {
		margin-top: 10px;
	}
	.row2 .flex > div {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.row2 a {
		margin-top: 10px;
	}
	.footer .flex > div {
		width: 100% !important;
		text-align: center;
		margin: 15px 0;
	}
	.footer h2 {
		margin-bottom: 5px;
	}
	.row3 .btn {
		padding: 18px 60px;
	}
	.split_screen > div {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.header{padding: 8px 0;}
	.banner_text p{display: none;}
	.banner_text h3 {font-size: 22px;line-height: 32px;margin-bottom: 0 !important;}
	.banner_text .btn {margin-top: 10px;font-size: 13px;padding: 5px 15px;}
}
@media (max-width: 650px) {
	.block-left{
		width:100%;
	}
	.block-right{
		display:none;
	}
	.deal-row-inn {
		background:#d7d7d7;
		padding:20px;
		margin-bottom:10px;
	}
	.deal-row-inn p {
		padding:0;
	}
	}
@media (max-width: 360px) {
	.category_page article{
		width: 90%;
		min-width: auto;
	}
	.address-left {
	width:100%;
	float:left;
		margin-bottom:10px;
}
.address-right {
	float:right;
	width:100%;
}
}
