.close-search {
	z-index: 999;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	float: right;
	display: inline-block;
	margin-top: -4px;
	margin-right: -8px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.close-search:hover {
	opacity: .35;
}
/*------------------------------------------------------------------
 [OPEN SEARCH]
 */
#workplan [class^="fa"]:before, [class*=" fa-"]:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
 
 
.open-search {
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 24px;
	float: right;
	color: #E5E5E5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,0.25);
}
.open-search:hover {
	color: #FFFFFF;
	background-color: #FF8040;
}
.open-search:before {
	content: '';
	width: 76px;
	height: 3px;
	background-color: #FF8040;
	position: absolute;
	z-index: 999;
	margin-top: -8px;
	margin-left: -24px;
}
.open-search:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(255,255,255,0.25) transparent;
	position: absolute;
	z-index: 999;
	margin-top: 33px;
	margin-left: -24px;
}
.open-searchactive {
	color: #FFFFFF;
	background-color: #FF8040;
}

.top-search {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #F3F3F5;
	color: #353535;
	line-height: 24px;
	overflow-y: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	margin-top: 0;
	padding: 15px;
	opacity: 0; 
	width: 380px;
	margin-top: 80px;
	margin-left: -150px;
	border-radius: 0 0 5px 5px;
	display: none;
 
	-webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
}
.top-search label {
	display: none;
}
.top-search input {
	width: 100%;
	font-size: 16px;
	outline: 0;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	margin-bottom: 5px;
	box-shadow: none;
	border: 3px solid #565656;
	background-image: url('/templates/atomic/images/handleds.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.top-search .searchbtn {
	display: none;
}
.top-search input:focus {
	color: #303435;
	font-size: 14px;
	border-color: rgba(0,0,0,.6);
	background-color: rgba(255,255,255,.1);
}
#searchform {
	position: relative;
}

/* action */
.show {
	margin-right: 300px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.hide {
	margin-right: -300px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/*------------------------------------------------------------------
 [OPEN CATEGORY]
 */
.open-category {
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 24px;
	float: right;
	color: #E5E5E5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,0.12);
}
.open-category:hover {
	color: #FFFFFF;
	background-color: #71CFF3;
}
.open-category:before {
	content: '';
	width: 76px;
	height: 3px;
	background-color: #71CFF3;
	position: absolute;
	z-index: 999;
	margin-top: -8px;
	margin-left: -24px; 
}
.open-category:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(255,255,255,0.12) transparent;
	position: absolute;
	z-index: 999;
	margin-top: 33px;
	margin-left: -24px;
}
.open-categoryactive {
	background: #71CFF3;
	color: #FFFFFF;
}
.open-category-panel {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #303435;
	line-height: 24px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0; 
	width: 380px;
	max-height: 700px;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	margin-top: 80px;
	margin-left: 0px;
	border-radius: 0 0 4px 4px;
	text-transform: capitalize;
	display: none;
}
.open-category-panel .close-search {
	color: #E4E4E5;
}
.open-category-panel .sidebar-padder aside {
	padding: 15px;
	padding-top: 1px;
	background: none;
	margin-bottom: 15px;
}

.open-category-panel ul {
	list-style: none;
	padding: 10px 20px;;
	margin: 0;
}
.open-category-panel li {
	padding: 8px 0; 
	font-weight: 700;
}
.open-category-panel li i {
	font-weight: 400;
	font-size: 10px;
	float: right;
	color: #ADADAD;
}
.open-category-panel li .spancolor {
	padding: 0 7px;
	margin-left: 12px;
	background-color: rgba(0,0,0,0.2);
	color: #FFFFFF;
	border-radius: 2px;
	float: right;
}
.open-category-panel li a {
	color: #EDEDED;
}
.open-category-panel .panelhead {
	padding: 20px 30px;
	margin: 0;
	font-size: 22px;
	width: 100%;
	text-transform: uppercase;
	background: rgba(255,255,255,0.1);
	color: #FFFFFF; 
}
.open-category-panel .pad-hiden {
	padding: 10px;
}
/*------------------------------------------------------------------
 [OPEN POPULAR]
 */
.open-popular {
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 24px;
	float: right;
	color: #E5E5E5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,0.25);
}
.open-popular:hover {
	color: #FFFFFF;
	background-color: #FED995;
}
.open-popular:before {
	content: '';
	width: 76px;
	height: 3px;
	background-color: #FED995;
	position: absolute;
	z-index: 999;
	margin-top: -8px;
	margin-left: -24px;
}
.open-popular:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(255,255,255,0.25) transparent;
	position: absolute;
	z-index: 999;
	margin-top: 33px;
	margin-left: -22px;
}
.open-popularactive {
	background: #FED995;
	color: #FFFFFF;
}
.open-popular-panel {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #F3F3F4;
	line-height: 24px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0;
	opacity: 0; 
	width: 380px;
	max-height: 700px;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	margin-top: 80px;
	margin-left: 0px;
	border-radius: 0 0 4px 4px;
	text-transform: capitalize;
	display: none;
}
.open-popular-panel .title {
	line-height: 22px;
	font-size: 16px;
	position: relative;
	z-index: 9;
	font-weight: 600;
	color: #303435; 
}
.open-popular-panel .poppad {
	margin-bottom: 10px;
}
.open-popular-panel .numcs {
	font-size: 38px;
	line-height: 38px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #1A1A1A;
	margin-right: 20px;
	border-radius: 100%;
}
.open-popular-panel .pad-hiden {
	padding: 30px;
}

.open-popular-panel .panelhead {
	padding: 20px 30px;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.6);
	color: #303435; 
}
.open-popular-panel .close-search {
	color: #353535;
}
/*------------------------------------------------------------------
 [OPEN SWITCH]
 */
.open-switch {
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 24px;
	float: right;
	color: #E5E5E5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,0.12); 
	text-indent: 0px;
}
.open-switch:hover {
	color: #3D3D3D;
	background-color: #CFCFCF;
}
.open-switch:before {
	content: '';
	width: 76px;
	height: 3px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999;
	margin-top: -8px;
	margin-left: -24px;
}
.open-switch:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(255,255,255,0.12) transparent;
	position: absolute;
	z-index: 999;
	margin-top: 33px;
	margin-left: -22px;
} 
.open-switchactive {
	background: #EFEFEF;
	color: #1C1C1C;
}
.open-switch-panel {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 24px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0; 
	width: 380px;
	max-height: 700px;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	margin-top: 80px;
	margin-left: -160px;
	border-radius: 0 0 4px 4px;
	text-transform: capitalize; 
	display: none;
	background: #F3F3F4;
}
.open-switch-panel ul{
	list-style: none; 
	margin: 0;
	padding: 20px;
}
.open-switch-panel li{   
	padding: 12px 10px;
	font-size: 18px;
}
.open-switch-panel li i{   
	float: right;
}
.open-switch-panel li a{
	color: #303435;
} 
.open-switch-panel .close-search {
	color: #DDDDDF;
}
.open-switch-panel .panelhead {
	padding: 20px 30px;
	margin: 0;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	background: #FAFAFB;
	color: #3B3B3B;
	border-bottom: 1px solid rgba(0,0,0,0.08); 
}
/*------------------------------------------------------------------
 [OPEN Login]
 */
.open-mycustom {
	top: 10px;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 24px;
	float: right;
	color: #E5E5E5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: inset 0px -4px 0px 0px rgba(255,255,255,0.12); 
}
.open-mycustom:hover {
	color: #FFFFFF;
	background-color: #5BC4BE;
}
.open-mycustom:before {
	content: '';
	width: 76px;
	height: 3px;
	background-color: #5BC4BE;
	position: absolute;
	z-index: 999;
	margin-top: -8px;
	margin-left: -24px;
}
.open-mycustom:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(255,255,255,0.12) transparent;
	position: absolute;
	z-index: 999;
	margin-top: 33px;
	margin-left: -22px;
} 
.open-mycustomactive {
	background: #5BC4BE;
	color: #FFFFFF;
}
.open-mycustom-panel {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 24px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0; 
	width: 380px;
	max-height: 700px;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.35);
	margin-top: 80px;
	margin-left: -160px;
	border-radius: 0 0 4px 4px;
	text-transform: capitalize; 
	display: none;
}
.open-mycustom-panel .close-search {
	color: #DDDDDF;
}
.open-mycustom-panel .panelhead {
	padding: 20px 30px;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	background: #FAFAFB;
	color: #3B3B3B;
	border-bottom: 1px solid rgba(0,0,0,0.08); 
}
/*------------------------------------------------------------------
 [ LOGIN ]
 */
#login {
	background-color: #F3F3F4;
	padding: 30px 30px;
}
#login .wp_login_form {
	border: 1px solid rgb(162, 46, 51);
	border-radius: 5px;
	width: 100%;
}

#login .form_heading {
	width: 100%;
	height: 42px;
	background-color: rgb(162, 46, 51);
	color: #fff;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 20px;
}

#login form {
	width: 100%;
}

#login label {
	clear: both;
	width: 100%;
	color: #404D5A;
}

#login .input {
	width: 100%;
	height: 45px;
	border: 1px solid #EEEFF3;
	border-radius: 5px;
	padding: 0 15px;
	background: #FFFFFF;
}
#login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
	-webkit-text-fill-color: #333;
}

#login input:-webkit-autofill:focus {
	-webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
	-webkit-text-fill-color: #333;
}

#login #wp-submit {
	height: 50px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0,0);
	border-radius: 3px;
	color: #fff;
	background: #5BC4BE;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#login .error-msg {
	color: red;
	width: 100%;
	position: relative;
}

#login .loggedsite-images {
	width: 100%;
	text-align: center;
}
#login .loggedsite-images img {
	border-radius: 100%;
	border: 8px solid rgba(0,0,0,.05);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.08), 0px 0px 0px 6px rgba(255,255,255,0.36);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.08), 0px 0px 0px 6px rgba(255,255,255,0.36);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.08), 0px 0px 0px 6px rgba(255,255,255,0.36);
}
#login .loggedsite-name {
	color: #303435;
	font-size: 24px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
#login .loggedsite-desc {
	color: #878787;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
#login .logouting {
	width: 100%;
	text-align: center;
	float: none;
	padding-bottom: 10px;
}
#login .logouting a {
	color: #F6F6F6;
	background: #5BC4BE;
	padding: 10px;
	border-radius: 3px;
}

 
.create_account_button{
	color: #3B5898;
}
