@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
/*** fonts **/
 @font-face {
 font-family: 'SuperclarendonRg';
 src: url('../fonts/SuperclarendonRg.eot?#iefix') format('embedded-opentype'), url('../fonts/SuperclarendonRg.woff') format('woff'), url('SuperclarendonRg.ttf') format('truetype'), url('../fonts/SuperclarendonRg.svg#SuperclarendonRg') format('svg');
 font-weight: normal;
 font-style: normal;
}
.team_area { float:left; text-align:center;  }
.team_area h2 {     color: #EA7600;
    font-size: 18px;
    font-weight: 700; 
    margin:20px 0 0 0;
    text-align:center;
    text-align:center;
    }
    .team_image {width:98px; height:98px; border-radius:50%; border:2px solid #4c4c4c;  background-size: cover !important; margin:0 auto; }
    .team_area span {     color: #4C4C4C;
    font-size: 16px;
    font-weight: 600; 
    margin:0 0 20px 0;  
    text-align:center;
    text-align:center;
    display:block;
    }
    .meetings_area { float:left; width:100%; }
    .meetings_area  h3{ font-size:18px; color:#4C4C4C; font-weight:500; }
    ul.meetings_area li { list-style-type:none; margin-bottom:25px; float:left;}
    ul.meetings_area li h3 { float:left; width:100%; }
     ul.meetings_area li p { font-size:17px; margin:0; }
     ul.meetings_area li a { margin:0; color:#00A7B5; font-size:14px;}
.main_title_meet { font-size:#4C4C4C; font-size:22px; font-weight:600; margin:150px 0px 40px;  }
.meet_time { float:left; width:5%; position: relative; }
.meet_time::before{ width:5px; height:5px; border-radius:50%; background:#EA7738; }
.meeting_plans { float:left; width:95%; }
.password-forget-text
{
       
    color: #404040 !important;
    border-radius: 5px !important;
    height: 46px;
    border: none;
    border-radius: 0px !important;
    padding:0px 15px; 
   
}
.forget_password .submit_btn_pass
{
    background: #404040 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    height: 46px;
    border: none;
    border-radius: 0px !important;
    padding: 0px 25px;  
}

body {
	background:#EEEEEE;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
}
body p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
}
/*** end **/
.navbar-nav .menu-item-has-children:after{
           content: "\f0d7";
    height: 20px;
    width: 20px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    }
    
    ul.sub-menu{ display:none;}
    .navbar-nav li a:hover{     text-decoration: none; }
    .navbar-nav li:hover ul.sub-menu{ display:block;}
header {
	background:#fff;
	padding:31px 0 51px;
    margin-bottom: 41px;
	position:relative;
}
header .container{ position:relative;}
.logo {
	max-width:240px;
	float:left;
	width:100%;
	margin-right:31px;
}
.slogan-text {
	color:#EA7600;
	font-size:21px;
	margin-left:31px;
	float:left;
	font-family: 'SuperclarendonRg';
	line-height:29px;
	font-weight:bold;
	text-align:center;
}
.slogan-text span {
	font-weight:normal;
	letter-spacing:2px;
}
.divider {
	height:58px;
	background:#ccc;
	width:1px;
	float:left;
}
/**** footer ***/
ul.sub-menu {
    position: absolute;
    top: 100%;
	background: #fff;
	/*background-color: rgba(255,255,255,0.8);*/
	z-index: 9;
	min-width: 200px;
}
ul.sub-menu li , ul.sub-menu li a { 
	float: left;
    width: 100%;
    list-style-type: none;
	color: #333333;
	font-size: 14px;
}
ul.sub-menu li a:hover {
	color: #fff;
	background-color: #4c4c4c;
}

ul.sub-menu li.current-menu-item>a {
	color: #fff;
	background-color: #4c4c4c;
}

.navbar-nav li{ position:relative;}
.footer-area {
	float:left;
	width:100%;
	background:#4C4C4C;
	padding-top:42px;
	margin-top:26px;
	
}
.footer-logo {
	float:left;
    margin-top: 33px;
    
    }
    #myInput{ 
            margin-bottom: 0px !important;
                border: 0 !important;
        }
        #myUL{    border-top: 1px solid #eee !important;}
        #myUL li a , #myUL li a:hover{    color: #4C4C4C !important;    font-size: 16px !important;}
.col-footer-5 {
	float:left;
	width:20%;
    padding: 0px 15px;
	}
.col-footer-5 ul li {
	list-style-type:none;
	float:left;
	width:100%;
	display:block;
}
.col-footer-5 ul {
	padding:0px;
}
.col-footer-5 ul li a {
	font-size:15px;
	line-height:24px;
		color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-decoration:none;
}
.col-footer-5 ul li a i {
	margin-right:20px;
}
.col-footer-1 {
	width:16.42%;
}
.col-footer-2 {
	width:12%;
}
.col-footer-3 {
	width:12.85%;
}
.col-footer-4 {
width: 28%;
}
.col-footer-last {
	width:29%;
}
.col-footer-5 h3 {
	line-height:24px;
	font-size:14px;
	color:#fff;
	/*margin-bottom:20px;*/
}
.subscribe-area-footer {
	float:left;
	width:100%;
}
.subscribe-area-footer input[type="email"] {
	border:1px solid #fff;
	padding:11px 20px;
	width:77%;
	font-size:14px;
	color:#fff;
	background:none;
	float:left;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	outline:0px;
}
.subscribe-area-footer input[type="submit"] {
	padding:13.6px 21px;
	font-size:12px;
	text-align:center;
	font-size:12px;
	color:#EA7600;
	border:none;
	float:left;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.footer_wrap {
	float:left;
	width:100%;
}
.col-footer-last h2 {
	font-size:15px;
	color:#fff;
	line-height:24px;
}
.copyright-text {
	margin:55px 0 17px 0;
	color:#fff;
	font-size:12px;
}
.menu-bg {
     background: #EA7600;
    padding: 0;
    position: absolute;
    bottom: -84px;
    width: 100%;
    left: 0;
	}
.menu-bg a {
font-family: 'Montserrat', sans-serif;
font-weight:600;
	color:#fff;
	font-size:18px;
    float: left;
	padding:18px 31px !important;
}
.navbar-nav >  li:first-child a {     padding: 18px 24px !important;
    display: inherit;
    background: #00A7B5;}
    .navbar-nav li.current-menu-item>a {     padding: 18px 24px;
    display: inherit;
    /*background: #00A7B5;*/
	color:#4c4c4c;}
    .navbar-nav li ul.sub-menu a ,     .navbar-nav li ul.sub-menu a:hover{ padding: 12px 5px !important; text-align:center !important;}
.menu-bg a:hover { background:#f09f4d;}
.content-area {
	float:left;
	width:100%;
	padding-top:25px;
}
.col-whilte {
	float:left;
	display:block;
	padding:36px;
    border-radius: 7px;
	}
.col-whilte {
	background:#fff;
	width:100%;
}
.col-whilte h3 {
	color:#404040;

	font-size:24px;
}
.col-whilte h3 a {
	color:#404040;
	font-size:24px;
	font-weight:500;
}
.col-whilte h2 {
	margin-bottom:45px;
font-family: 'Montserrat', sans-serif;
font-weight:700;
    font-size: 24px;
    color: #404040;
	}
.col-whilte h2 a {
	float:right;
	font-size:14px;
	color:#ccc;
	float:right;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:300;
	line-height:43px;
}
.news-block {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.news-image {
	float:left;
	width:100%;
}
.news-description {
	float:left;
	width:100%;
}
.news-block .col-sm-3 {
	max-width:171px;
}
.news-image img {
	max-width:100%;
	height:auto;
	border-radius:8px;
}
.news-description a {
	color:#AAAAAA;
	font-size:16px;
	/*text-transform:uppercase;*/
	display:block;
	text-decoration:none;
	font-weight:500;
}
.news-description p {
    font-size: 18px;
    color: #404040;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
}
/** Sidebar ***/
.agency-information h2 {
	font-size:21px;
	color:#4C4C4C;
	margin:9px 0px 9px 26px;
font-weight:600;
}
.search-sidebar {
	float:left;
	width:100%;
	height:50px;
	background:#fff;
	margin-bottom:17px;
}
.agency-block-1 ul li span
{
    font-weight: 500;
    color: #707070;
	}
.search-sidebar input[type="text"] {
	float:right;
	background:none;
	border:none;
	height:50px;
	width:85%;
	color:#999999;
	outline:0;
}
.search-sidebar input[type="submit"] {
	border:none;
	background:url(../images/baseline-search-24px.png) no-repeat;
	height:24px;
	width:24px;
	font-size:0px;
	cursor:pointer;
	margin-top:15px;
	margin-left:20px;
}
.sidebar-area {
	float:left;
	width:100%;
}
.agency-information {
	float:left;
	width:100%;
	background:#fff;
	border-radius: 10px;
	padding:22px;
    }
.agency-information .more-agency {
	color:#00A7B5;
	font-size:14px;
	text-decoration:none;
	margin-left:26px;
font-weight: 400;
	}
.agency-block-1 h2 {
	margin-left:0px;
}
.agency_coordinator {
	color:#404040;
	font-size:14px;
	margin-top:15px;
	display:block;
	font-weight:300;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	float:left;
}
.agency-block-1 {
	padding-left:26px;
}
.agency-block-1 h2 {
	margin-bottom: 17px;
}
.agency-block-1 ul li, .agency-block-1 ul li i {
	font-size:16px;
	color:#707070;
	list-style-type:none;
}
.agency-block-1 ul li {
	margin-bottom:10px;
}
.agency-block-1 ul li .agency-block-1-left {
	min-width: 25px;
	display: inline-block;
}
.agency-block-2 h2 {
	margin-top: 10px;
}
.statements-table-1 th {
	text-align:center;
	background: #EA7600;
	padding: 12px 0px;
	color: #ffffff;
}
.statements-table-1 {
	float:left;
	width:100%;
	border-radius:10px;
	overflow: hidden;
    margin-bottom: 45px;
}
.table-color-orange {
	color: #EA7600 !important;
}
.statements-table {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.page-template-template-food-recovery-php .sidebar-area , .page-template-template-appointments-php .sidebar-area{    float: right;    width: 436.66px;}

.page-template-template-food-recovery-php .statements-table h2 ,  .page-template-template-appointments-php .statements-table h2 { float:left;}
.statements-table h2 {
	color:#EA7600;
	font-size:24px;
	margin-bottom: 22px;}
.statements-table-1 tbody {
	background:#ffffff;
	text-align:center;
}
.statements-table-1 td {
    padding: 23px 0 24px 10px;
	}
.bannner {
	position:relative;
}
.login-form {
	position:relative;
	z-index:999;
}
.bannner-gradiant {
   float: left;
   width: 100%;
   background: linear-gradient(to RIGHT, rgba(151, 215, 60,0.5), #97D73C 100%), url(/wp-content/uploads/2018/09/accfb-wc.jpg) no-repeat;
   background-size: 76% auto;
   background-position: 0 center;
   background-color: #97D73C;
}
.bannner-gradiant::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92e221+0,97d73c+52,97d73c+100 */
background: rgb(146,226,33); /* Old browsers */
background: -moz-linear-gradient(left, rgba(146, 226, 33, 0.6) 0%, rgba(151, 215, 60, 0.6) 52%, rgba(151, 215, 60, 0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(146, 226, 33, 0.6) 0%, rgba(151, 215, 60, 0.6) 52%, rgba(151, 215, 60, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(146, 226, 33, 0.6) 0%, rgba(151, 215, 60, 0.6) 52%, rgba(151, 215, 60, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e221', endColorstr='#97d73c', GradientType=1 ); /* IE6-9 */
position:absolute;
width:50%;
height:100%;
content:'';
float:left;
top:0;
left:0;
}
.bannner-gradiant::after {
background:#97D73C; /* Old browsers 
background: rgba(150,215,60, 0.6);*/
position:absolute;
width:50%;
height:100%;
content:'';
float:right;
top:0;
right:0;
}
.login-form {
	max-width:390px;
	margin:0px auto;
	padding-top:188px;
	padding-bottom: 50px;
}
.login-form img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	left: 43px;
}
.login-form .login-form-input input {
	min-height: 80px;
	width: 100%;
	padding:29px 10px 26px 75px;
	color: #aaa9aa;
	outline: none;
	margin-bottom:10px;border-radius: 8px;
	border: none;
}
.login-form-input {
	position: relative;
}
.login-form input[type="submit"] {
	min-width:200px;
	min-height:80px;
	margin:0px auto;
	display:block;
	background:#00A7B5;
	color:#ffffff;
	outline:none;
	border:none;
	font-size:18px;
	border-radius:4px;
	margin-top:25px;
	cursor: pointer;}
.login-form a, .login-form a:hover {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}
.login-form .forget-pass {
	float:left;
	width:100%;
	text-align:center;
	margin-top:8px;
}
/*.bannner:before{ content:''; position:absolute; width:50%; height:100%; top:0; left:0;  }
	.bannner:after{ content:''; position:absolute; width:50%; height:100%; top:0; right:0; background:#97D700; z-index:-9; }*/
	.bannner-welcome h2, .login-form h2 {
	text-align:center;
	color:#ffffff;
	font-size:55px;
	text-shadow: 0px 2px 1px #d7d7d7;
	font-family: 'SuperclarendonRg';
	margin-bottom: 22px;
}
.bannner-welcome {
	padding-top:230px;
}
.wp-float {
	float:left;
	width:100%;
}
.agency-profile {
	background-color:#ffffff;
	padding: 26px 6px;
margin-top: 18px;
}
.agency-profile h2 {
	color:#00A7B5;
	font-size:18px;
	padding-left:15px;
	font-weight:700;
}
.agency-profile span {
	color:#5F5F5F;
	 	font-weight:500;
	 font-size:14PX;
}
.agency-profile h3 {
	color:#4C4C4C;
	font-size:21px;
font-weight:500;
}
.agency-profile .agency-name-desc {
	margin-bottom: 23px;
}
.request-button, .request-button:hover {
	padding: 12px 0px;
	min-height: 48px;
	min-width: 340px;
	font-size: 16px;
	display: block;
	float: right;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	background-color:#45A8B5;
	border-radius:4px;
	margin-top: 27px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(236, 236, 235, 1);
	box-shadow: 0 2px 8px 0 rgba(236, 236, 235, 1);}
.box-shaddow {
	-webkit-box-shadow: 0 2px 12px 0 rgba(236, 236, 235, 1);
	box-shadow: 0 2px 12px 0 rgba(236, 236, 235, 1);
	border-radius:8px;
}
.authorised-shoppers li {
	list-style-type:none;
	line-height: 40px;
    margin-bottom: 12px;
	float:left;
	}
.authorised-shoppers hr	{    float: left;
    width: 100%;}
.page-template-template-food-recovery-php .about-corrdinater , .page-template-template-appointments .about-corrdinater{ margin-bottom:30px;}
.authorised-shoppers a, .agency-profile ul li a:hover {
	color:#4C4C4C;
	text-decoration:none;
	font-size:18px;
}
.authorised-shoppers {
	background:#ffffff;
	padding: 26px 20px;
	margin-top:1px;
}
.authorised-shoppers h2 {
	color: #000;
	font-size: 18px;
	text-align: center;
}
.authorised-shoppers p {
	color:#404040;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 33px;
}
.my-agency-table-desc {
	text-align:center;
	overflow:hidden;
	border-radius:10px;
	margin-top:40px;
}
.my-agency-table-desc th {
	background:#EA7600;
	color:#ffffff;
	font-size:18px;
	padding: 17px 0px 15px;
    font-weight: 500;
	}
.my-agency-table-desc tbody {
	background-color:#ffffff;
	font-size:14px;
	color:#767791;
}
/*
.my-agency-table-desc td {
	padding: 38px 0px 22px;
	border-right: 1px solid #ececeb;
    font-size: 14px;
    font-weight: 400;
    color: #767791;
	}
*/
.my-agency-table-desc td {
    padding: 12px 3px;
    border-right: 1px solid #ececeb;
    font-size: 14px;
    font-weight: 400;
    color: #767791;
    border-bottom: 1px solid #ececec;
}
.login_page header, .login_page .footer-area {
	margin:0px;
}
/************** Sachin Code *************/
	.resources-post {
	float:left;
	width:100%;
}
.recalls-post h3 a{     font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;}
.recalls-post p{    line-height: 24px;
    color: #777777;}
.resources-post .col-sm-3 .bg {
	background:#fff;
	width:100%;
	float:left;
	margin-bottom: 20px;
}
.resources_post {
	float:left;
	width:100%;
}
.resources-post img {
	max-width:100%;
	height:auto;
}
.resources-post h3 {
	font-family: 'SuperclarendonRg';
	margin-top:30px;
	font-size:20px;
	margin-left:20px;
	margin-right:20px;
}
.recalls-post { background:#ffffff;}
.bg a {
	width:100%;
	height:44px;
	text-align:center;
	display:block;
	background:#00A7B5;
	line-height:44px;
	color:#fff;
	font-size:16px;
	text-transform:capitalize;}
.resources-post p {
	font-size:14px;
	margin:20px;
	color:#000;
	line-height:25px;
}
.margin-bottom {
	margin-bottom:28px;
	float:left;
	width:100%;
}
.time-post {
	color:#555555;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
	display:block;
}
.white-area {
	float:left;
	width:100%;
	background:#fff;
}
.white-area h4 {
	color:#00A7B5;
	font-size:18px;
	text-align:center;
	margin-top:26px;
}
.account-information {
	float:left;
	width:100%;
	padding:0 36px;
}
.account-information span {
	font-size:14px;
	color:#5F5F5F;
	margin-bottom:1px;
	float:left;
	width:100%;
}
.account-information h5, .account-information a {
	font-size:18px;
	text-decoration:none;
	color:#000;
}
.margin-top {
	margin-top:25px;
}
.blue_button {
	width:80%;
	text-align:center;
	display:block;
	margin:50px auto 30px;
	padding:12px 0;
	color:#fff !important;
	background:#45A8B5;
	font-size:16px;
	border-radius:8px;
}
.basic-information {
	float:left;
	width:100%;
	padding:0 47px;
}
.basic-information span {
	float:left;
	width:100%;
	color:#4C4C4C;
	font-size:16px;
	margin-bottom:5px;
}
.basic-information p {
	margin:0px;
	font-style:italic;
	font-size:12px;
	line-height:16px;
}
.about-corrdinater h3 {
	color:#404040;
	font-size:18px;
	text-align:left;
	margin:10px 0px;
    font-weight: 600;
    margin-bottom: 15px;
	}
.about-corrdinater span {
	text-align:left;
	display:block;
	 font-size:14px;
	 color:#aaa9aa;
}
.about-corrdinater a
{
    font-size: 14px;
    text-align: left;
    display: block;
    color: #505050;
    font-weight: 500;
	margin-bottom:10px;
	}
.centered-items { margin-left:22px;}
.statements-table-1 tr , .statements-table-1 td  {color:#4C4C4C; font-size:16px;    font-weight: 500;}
 .statements-table-1 th {}
.table-upper-head { float:left; width:100%; margin-bottom:10px;}
.table-upper-head h5 { float:left; color:#4C4C4C; font-size:18px;line-height:50px; margin-bottom:0; font-weight:600;}
.blue_button-right { padding:13px 30px; font-size:16px; color:#fff;background:#45A8B5; border-radius:8px; float:right; letter-spacing:1px; text-decoration:none; } 
.blue_button-right:hover { padding:13px 30px; font-size:16px; color:#fff;background:#45A8B5; border-radius:8px; float:right; } 
.food-recover-list li a{ font-size:14px;color:#EA7600; background:url(../images/pdf.png) no-repeat left; float:left;     padding-left: 50px;}
.food-recover-list h2 , .nutrition h2 , .nutrition-right h2 { font-size:18px;color:#4C4C4C;     font-weight: 600;}
.bg_arrow li a{ font-size:14px;color:#EA7600; background:url(../images/ic_open_in_new_black_24px.png) no-repeat left; padding-left:35px; }
.main_title{ color: #EA7600;
    font-size: 24px;
    font-weight: 600;    margin-bottom: 22px;}
.my_agency h2 {     text-align: left;
    color: #00A7B5;
    font-weight: 700;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 30px;
	}
	.page-template-template-my-agency .authorised-shoppers{    min-height: 0;}
.my_agency ul li a , .my_agency ul li a:hover
{
    font-size: 19px;
    font-weight: 500;

}

.page-template-template-nutrition-php p{    margin-bottom: 25px;    line-height: 25px;}
.my_agency p {font-size:15px; line-height:20px; }
.nutrition li a , .nutrition li a:hover{ font-size:18px;color:#EA7600;}
.nutrition-right li a{ font-size:19px;color:#00A7B5;}
body .accout-details-left h4 { font-size:18px; color:#00A7B5;text-align:center;}
body .accout-details-left h5 {color:#4C4C4C; }
body .accout-details-left h5  a {color:#4C4C4C; }
.account-last-col {  e:19px;color:#00A7B5;}
body .account-last-col h4 { font-size:18px; color:#00A7B5;text-align:center;}
.dropdown-menu { background:#ea7600; border:none; border-radius:0; padding:0; margin-top:0;} 
.dropdown-item:hover, .dropdown-item:focus { color:#fff !important;}
.user-info { float:right; margin-right:20px; margin-top:20px;}
.current-user-name
{
	    font-family: 'SuperclarendonRg';
    font-size: 21px;
    color: #4C4C4C;
    position: relative;
    left: 10px;
}
.user-info { font-size:19px;}
.current-user-name::after
{
	    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
	position:relative;
	top:6px;
}
.user-dropdown {     width: 225px;
    border: 1px solid #A6A6A6;
    position: absolute;
    z-index: 99;
    background: #fff;}
.user-dropdown a{ display:block; color:#A6A6A6;}
.user-dropdown a:nth-child(1) { border-bottom:1px solid #A6A6A6; padding:16px 36px;}
.user-dropdown a { padding:16px 36px;}

/* Added code by Upendra */
/* On header login username dropdown */
.dropbtn {
    background-color: transparent;
    color: black;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}

#wpforms-form-143 .wpforms-submit-container {
	float: right;
}

#wpforms-143-field_1 {
    max-width: 100% !important;
}

.custom-contact-submit {
	background: #404040 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}
.single-resources .authorised-shoppers li,
.single-recalls .authorised-shoppers li {
	float:left; width:100%;
}
.gform_wrapper .gform_footer input[type=submit] {
	background: #EA7600;
    color: #fff;
    padding: 5px 10px;
    border: none;
    float: right;
}

.gform_wrapper .top_label input.medium {
	width: 100% !important;
}
/* Upendra code end */
/******************************** Sachin 25-7-2018 ***************************************/
/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}
#zabuto_calendar_1ugb_legend { float:left !important; }
.color_one {     
    height: 10px;
    width: 10px;
    display: block;
    background: #000;
    float: left;
    border-radius: 50%;
    }
    .legend-text { float:left; }
    div.zabuto_calendar .table th, div.zabuto_calendar .table td {
     padding:0px !important;
    text-align: center;
}
    div.zabuto_calendar .table tr td div.day { padding:0px !important; }
    .badge { border-radius:0px !important; }
    
    div.zabuto_calendar .table th, div.zabuto_calendar .table td {
   
    text-align: center;
}
div.zabuto_calendar div.legend span {
    color: #000;
    font-size: 15px;
    font-weight: normal;
}
.color_one {
    height: 10px;
    width: 10px;
    float: left;
    display: block !important;
    border-radius: 50% !important;
    margin-right:10px;
    background:#ea7600 !important;
    margin-top:6px !important;
    
}
.color_two {
    height: 10px;
    width: 10px;
    float: left;
    display: block !important;
    border-radius: 50% !important;
    margin-right:10px;
    background:#00a7b6 !important;
    margin-top:6px !important;
    
}
.color_there

{
        height: 10px;
    width: 10px;
    float: left;
    display: block !important;
    border-radius: 50% !important;
    margin-right:10px;
    background:#97d700 !important;
    margin-top:6px !important;
}
div.zabuto_calendar div.legend {
    margin-top: 20px !important;
    text-align: right;
}
.legend-text { margin-right:10px !important;}
.calendar-dow td {
    border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
	position: relative;
}

.badge-today {
	background: none !important;
	color: #000 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 16px;
    line-height: 30px;
	text-decoration: underline overline #97d700;
}

div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
    height: 37px;
    line-height: 38px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #e9e9f0;
    font-size: 11px;
    color: #a4a7b5;
}
div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 14px;
}
div.zabuto_calendar .badge-event, div.zabuto_calendar div.legend span.badge-event , div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event { background:#00a7b6 !important;      color: #fff !important;
    text-shadow: none;
    line-height: 30px;}
    
    
/**sushant**/
.page-id-18 table tr td, .postid-75 table tr td {  padding: 12px 6px; border:1px solid #EA7600; }
.page-id-18 table tr:first-child td, .postid-75 table tr:first-child td { font-weight: 600; }
.navbar-toggler-icon { padding-top: 9px; font-size: 24px; color: #FFF!important; }
.navbar-toggler-icon .fa.fa-navicon { color: #FFF; margin-top: 3px; font-size: 24px; line-height:14px; }
.col-md-4.col-sm-6.col-xs-12 .wp-float .col-sm-12 { margin-bottom: 12px; }
.col-md-4.col-sm-6.col-xs-12 .authorised-shoppers ul li { float: left;width:100%;line-height:24px!important;  } 
.col-md-4.col-sm-6.col-xs-12 .authorised-shoppers ul li a { font-size: 16px; line-height: 20px!important;  }

.food-recover-list ul li a, .food-recover-list ul li a:hover {
    position: relative;
    padding-left: 12px;
    background: none;
    display: flex;
    float: none;
    align-items: baseline;
    line-height: 20px;
}

.food-recover-list ul li a:before {
    content: "\f0c1";
    display: inline-block;
    font: normal normal normal 24px/24px FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 20px;
    text-align: right;
    margin-right: 10px;
    color: #00A7B5;
}

.food-recover-list ul li a[href$=".txt"]:before {  content: "\f0f6"; }
.food-recover-list ul li a[href$=".org"]:before {  content: "\f0c1"; }
.food-recover-list ul li a[href$=".pdf"]:before { content: "\f1c1"; }
.food-recover-list ul li a[href$=".doc"]:before, .food-recover-list ul li a[href$=".docx"]:before { content: "\f1c2"; }
.food-recover-list ul li a[href$=".xls"]:before, .food-recover-list ul li a[href$=".xlsx"]:before { content: "\f1c3"; }
.my-agency-table-desc, .box-shaddow, .col-whilte, .agency-information  { border-radius:0px !important; }
.agency-information  { border-radius:0px !important; }
.col-footer-5 ul li a .fa { width: 14px; height: 14px; }
.col-footer-5.col-footer-4, .col-footer-5.col-footer-last { padding-top: 1rem; }
.col-footer-last br { display: none; }
.recalls-post.wp-float { min-height: 528px; }
.resources-post p { min-height: 186px; }
.page-template-template-my-agency .col-sm-4 .row { margin-left: 6px!important; }
.table-upper-head.agency-profile { margin-top: 0; padding: 15px 24px!important; }   
.table-upper-head.agency-profile label { text-align: left !important; width: 100%; }
input[type="submit"] { cursor: pointer; }
ul.arc-team { width: 100%; height: auto; margin: 0; padding: 0; list-style: none; }
ul.arc-team li {width: 264px; height: auto; overflow: hidden; display: inline-block; text-align: center; vertical-align: top; position:relative;}
.arc-team img { object-fit: cover; height: 200px; width: 200px; border-radius: 50%; }
.arc-team > li > p.arc-title { color: #EA7600; font-size: 18px; font-weight: bold; margin-bottom: 20px; }
.arc-team > li > p.arc-role { font-size: 14px; margin-bottom: 20px; }
.arc-team > li > p.arc-bio { font-size: 14px!important; line-height: 15px; color: #4c4c4c; font-weight: 500; }
.showme{  display: none; transition: display 0.6s ease; -moz-transition: display 0.6s ease; -webkit-transition: display 0.6s ease; -ms-transition: display 0.6s ease; -o-transition: display 0.6s ease;}

.showhim:hover .showme {  display : block; background: #FFF; width:100%; height:auto; padding: 6px 12px; box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2); transition: display 0.6s ease; }

.agency-block-1 a { color: #4c4c4c; }

ul.sub-menu li { border-bottom: 1px solid #e3e2e3; }
.news-description a { display: inline-block!important; }
.agency-name-desc h3 { word-break: break-all !important; }

.col-footer-last h2 br { display: block; }

@media (max-width:577px) {
.home .content-area, .page-template-template-all-news .content-area  { flex-direction: column-reverse !important; }
.home .col-sm-4, .page-template-template-all-news .col-sm-4 { margin-bottom: 20px!important; }
}

@media (min-width:576px){ 
    .col-sm-8.agency-profile.wp-float { /*max-width: calc(66.66%-15px)!imortant; margin-left: 15px; */ }
}
@media only screen and (max-width: 1199px) {
  nav.menu-bg a, nav.menu-bg a:hover { display: block; width: 100%; }
  .navbar-nav li {position: relative;border-bottom: 1px solid #EEE;display: block;}
  .col-md-4.col-sm-6.col-xs-12 .authorised-shoppers ul li a { padding-left:0; }
}
@media (max-width:767px){
.content-area { flex-direction: column-reverse !important; }

.bannner-gradiant::after { width: 100%; height: 100%; z-index: -1; }
.bannner-welcome { padding-top: 36px; }
.login-form { max-width: 90%; padding-top: 24px; padding-bottom: 50px; }
.bannner-gradiant { background-size: cover!important; }

}
/**sushant**/
.blue_button-right:hover {     text-decoration: none !important; opacity:0.8 !important;  }

@media print
{
	#adminmenumain{
		display: none !important;
	}

    .no-print, .no-print *
    {
        display: none !important;
    }
}

.statements-table-1 tr.is-cancelled td {
    color: #ccc !important;
}

.template-choose-agency p {
    margin-left: 26px;
}

.sidebar-collapse-toggle {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar-collapse-toggle:after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
    color: #4C4C4C;
}
.sidebar-collapse-toggle.collapsed:after {
    content: "\f078";
}

.sidebar-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    clear: both;
}
.sidebar-contact-card__image {
    flex-shrink: 0;
    width: 80px;
}
.sidebar-contact-card__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sidebar-contact-card__info {
    display: flex;
    flex-direction: column;
}
.sidebar-contact-card__info strong {
    font-size: 15px;
    color: #4C4C4C;
}
.sidebar-contact-card__info span {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}
.sidebar-contact-card__info a {
    font-size: 13px;
    color: #EA7600;
    text-decoration: none;
    line-height: 1.4;
}
