/*Normalize*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	color: #999999 !important;
	background: #fff;
	font:400 14px/1.15 'Open Sans', Arial, Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	margin: 0;
	font-weight: 700;
	line-height: 1.2;
	font-style: normal;
	font-family: 'Merriweather Sans';
}
h1 { font-size: 46px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: #404040;
} 
p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: normal;
}
a { text-decoration: none; }
a, p a, p a:hover, a:hover, a:focus, a:active {
	outline: none;
	color: #55acee;
	text-decoration: none;
}
ul { margin: 0; }
figure {
	margin: 0;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}
strong { color: #333; }
iframe {
	width: 100%;
	float: left;
	border: none;
}
button { border: none; }
textarea,
select,
.wi-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
	color: #676767;
	outline: none;
	height: 42px;
	background:#fff;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea.form-control{
	resize: none;
	height: 160px;
}
.form-control::-webkit-input-placeholder { color: #676767; }
input:focus,
.select select:focus,
.form-control:focus {
	color: #676767;
	border-color: #e5e5e5;
	-webkit-box-shadow:none !important;
			box-shadow:none !important;
}
.form-group {
	width: 100%;
	float: left;
	margin:0;
	padding:10px; 
}
.form-group-half{width: 50%;}
label {
	color: #676767;
	display: block;
	margin-bottom: 7px;
}
option { padding: 5px 15px; }
li {
	line-height: 28px;
	list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
	list-style: decimal;
	width: 100%;
}
/* Theme Custom Select	*/
.wi-select {
	color:#676767;
	float:left;
	width: 100%;
	position: relative;
}
.wi-select:after {
	top: 0;
	right: 20px;
	z-index: 2;
	color: #767676;
	display: block;
	content: "\e64b";
	position: absolute;
	font-size: 10px;
	text-align: center;
	line-height: 42px;
	pointer-events: none;
	font-family: themify;
}
.wi-select select {
	z-index: 1;
	width: 100%;
	position: relative;
	appearance: none; 
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 40px; 
}
.wi-select select option { color:#676767; }
/* Theme Custom CheckBox Radio	 */
.wi-radio,
.wi-radio label,
.wi-checkbox,
.wi-checkbox label {
	margin:0;
	width: 100%;
	float: left;
	color: #333;
	line-height: 20px;
	position: relative;
}
.wi-radio label,
.wi-checkbox label {
	cursor:pointer;
	display:block;
	padding:0 0 0 30px;
	font-family: 'Merriweather Sans';
}
.wi-radio input[type="radio"],
.wi-checkbox input[type=checkbox] { display:none; }
.wi-radio input[type="radio"] + label:before,
.wi-checkbox input[type=checkbox] + label:before {
	top: 0;
	left: 0;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 20px;
	content: '\f111';
	position: absolute;
	font-family: Font Awesome\ 5 Free;
}
.wi-radio input[type="radio"]:checked + label:before,
.wi-checkbox input[type=checkbox]:checked + label:before {
	content: "\f058";
	color: #2e5ba7;
	font-weight: 600;
}
.wi-radio input[type="radio"]:checked + label:before{content: "\f14a";}
.wi-radio input[type="radio"] + label:before{content: '\f0c8';}
/* Theme Global Elements */
.wi-section-wrap {
	width:100%;
	float:left;
	padding: 80px 0; 
}
.wi-twocolumns.wi-section-wrap{padding: 40px 0 80px; }
.wi-section-color{background: #f8fafb;}
.wi-btntwo,
.wi-btn {
	color: #3f3f3f;
	padding: 0 10px;
	position:relative;
	text-align:center;
	display: inline-block;
	min-width: 130px;
	border-radius: 4px;
	vertical-align: middle;
	font:400 13px/42px 'Merriweather Sans';
	text-decoration: none;
}
.wi-btntwo{
	color: #fff;
	min-width: 160px;
}
.wi-btntwo:hover{color: #fff;}
.wi-btn:hover {color: #3f3f3f;}
.wi-btn:fouse {
	border: 0;
	outline: none;
	color: #3f3f3f;
}
.active{color: #222222;}
.wi-socialicons {
	float: left;
	width: 100%;
	line-height: 20px;
}
.wi-socialicons li {
	float: left;
	padding: 0 5px;
	line-height: inherit;
	list-style-type: none;
}
.wi-socialicons li:first-child{padding-left: 0; }
.wi-socialicons li:last-child{padding-right: 0; }
.wi-socialicons li a {
	color: #fff;
	display:block;
	overflow:hidden;
	font-size: 15px;
	position:relative;
	line-height: inherit;
	text-transform:capitalize;
}
.wi-inputwithicon.wi-facebook .wi-icon,
.wi-checkbox.wi-facebook,
li.wi-facebook a { color: #3b5999; }
.wi-inputwithicon.wi-twitter .wi-icon,
.wi-checkbox.wi-twitter,
li.wi-twitter a { color:#55acee; }
.wi-inputwithicon.wi-linkedin .wi-icon,
.wi-checkbox.wi-linkedin,
li.wi-linkedin a { color:#0077B5; }
.wi-inputwithicon.wi-skype .wi-icon,
.wi-checkbox.wi-skype,
li.wi-skype a { color:#00aff0; }
.wi-checkbox.wi-dropbox,
li.wi-dropbox a { color:#007ee5; }
.wi-checkbox.wi-vimeo,
li.wi-vimeo a { color:#1ab7ea; }
.wi-checkbox.wi-tumblr,
li.wi-tumblr a { color:#34465d; }
.wi-checkbox.wi-yahoo,
li.wi-yahoo a { color:#410093; }
.wi-inputwithicon.wi-googleplus .wi-icon,
.wi-checkbox.wi-googleplus,
li.wi-googleplus a { color:#dd4b39; }
.wi-inputwithicon.wi-pinterestp .wi-icon,
.wi-checkbox.wi-pinterestp,
li.wi-pinterestp a { color:#bd081c; }
.wi-checkbox.wi-youtube,
li.wi-youtube a { color:#cd201f; }
.wi-checkbox.wi-stumbleupon,
li.wi-stumbleupon a { color:#eb4924; }
.wi-checkbox.wi-reddit,
li.wi-reddit a { color:#ff5700; }
.wi-checkbox.wi-quora,
li.wi-quora a { color:#b92b27; }
.wi-checkbox.wi-yelp,
li.wi-yelp a { color:#af0606; }
.wi-checkbox.wi-soundcloud,
li.wi-soundcloud a { color:#ff3300; }
.wi-checkbox.wi-whatsapp,
li.wi-whatsapp a { color:#25d366; }
.wi-checkbox.wi-wechat,
li.wi-wechat a { color:#09b83e; }
.wi-checkbox.wi-instagram,
li.wi-instagram a { color:#e4405f; }
.wi-checkbox.wi-dribbble,
li.wi-dribbble a { color:#ea4c89; }
.wi-checkbox.wi-flickr,
li.wi-flickr a { color:#ff0084; }
.wi-checkbox.wi-rss,
li.wi-rss a { color:#ff6600; }
.wi-socialicons li a i {
	display:block;
	text-align:center;
	font-size: inherit;
	line-height: inherit;
}
.wi-text {
	width: 100%;
	float: left;
}
.wi-color-bg { background:#f8fafb; }
.wi-stars span,
.wi-stars {
	width:78px;
	height: 16px;
	float: left;
	line-height:16px;
	position:relative;
}
.wi-stars span:after,
.wi-stars:before {
	top: 0;
	left: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	position: absolute;
	letter-spacing: 4px;
	font-family: 'Font Awesome 5 Free';
	word-break: initial;
	color: rgba(218, 218, 218, .8);
	content: '\f005 \f005 \f005 \f005 \f005';
}
.wi-stars span:after{color: #f8d64e; display: none;}
.wi-stars span {
	width:100%;
	overflow: hidden;
}
.menu-item-has-children,
.menu-item-has-mega-menu{ position: relative; }
.navbar-toggle {
	border: 0;
	margin: 3px 0;
	border-radius: 0;
	padding: 10px 12px;
}
.navbar-toggle .icon-bar{background: #fff;}
.wi-form{
	width:100%;
	float:left;
}
.wi-form fieldset{
	border:0;
	padding:0;
	width:auto;
	margin:-10px;
	position:relative;
}
.wi-inputwithicon{position:relative;}
.wi-inputwithicon i{
	top:0;
	right:0;
	z-index:2;
	width:50px;
	height:50px;
	line-height:50px;
	position:absolute;
	text-align: center;
}
.wi-inputwithicon i + .form-control{padding-right: 60px;}
.wi-inputwithicon .form-control{
	z-index:1;
	position:relative;
}
.form-title{
	font-size: 13px;
	color: #404040;
	font-family: 'Merriweather Sans';
	font-weight: 700;
	line-height: 18px;
}
.form-title i{
	color: #999999;
	margin-left: 5px; 
}
/* Theme Pagination Style */
.wi-pagination {
	float: right;
	font: 400 13px/30px 'Merriweather Sans';
}
.wi-pagination ul {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.wi-pagination ul li {
	float:left;
	margin:0 10px;
	line-height: inherit;
	list-style-type:none;
}
.wi-pagination ul li.wi-prevpage,
.wi-pagination ul li.wi-nextpage{
	margin: 0;
	width: 30px;
}
.wi-pagination ul li.wi-prevpage:hover a,
.wi-pagination ul li.wi-nextpage:hover a{background-color: #416ee1;}
.wi-pagination ul li.wi-nextpage a{border-radius: 4px 0 0 4px;}
.wi-pagination ul li.wi-prevpage a{border-radius: 0 4px 4px 0;}
.wi-pagination ul li.wi-prevpage a,
.wi-pagination ul li.wi-nextpage a{
	font-size: 12px;
	color: #ffffff;
}
.wi-pagination ul li a{
	display:block;
	color:#999999;
	text-align:center;
	position:relative;
	line-height: inherit;
}
.wi-pagination ul li.active{margin: 0;}
.wi-pagination ul li.active a{
	width: 50px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
/* == Theme BreadCrumb Styl === */
.wi-breadcrumb-section{
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
.wi-breadcrumb {
	padding: 0;
	margin:0;
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.wi-breadcrumb li {
	width:auto;
	list-style-type:none;
	display: inline-block;
	vertical-align: middle;
	line-height:inherit;
	padding:0 10px;
	margin: 0;
	position:relative;
}
.wi-breadcrumb li:after {
	top:0;
	left: -4px;
	content: "/";
	position:absolute;
	color: #dddddd;
}
.wi-breadcrumb li:first-child{padding-left:0;}
.wi-breadcrumb li:first-child:after { display: none; }
.wi-breadcrumb li a {display:block;}
.wi-breadcrumb-wrap{
	display: flex;
	padding:15px 0; 
	align-items: center;
	flex-wrap: wrap;
}
.wi-likeserch{
	display: flex;
	margin-left: auto;
	align-items: center;
}
.wi-likeserch a{
	width: 42px;
	margin-left: 20px; 
	line-height: 40px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	text-align: center;
	color: #fb7f72;
	font-size: 12px;
}
.wi-likeserch span{
	text-align: right;
	line-height: 16px;
	font-size: 13px;
	display: inline-block;
	font-style: italic;
}
.wi-likeserch span em{
	display: block;
	margin: 0 0 4px;
	font-size: 14px;
	line-height: inherit;
	color: #3f3f3f;
	font-style: normal;
	font-family: 'Merriweather Sans';
}


.wi-viewlist{margin-left: auto;}
.wi-viewlist a{
	font-size: 20px;
	line-height: 20px;
	padding: 0 15px;
	color: #dddddd;
	vertical-align: middle;
	display: inline-block;
}
.wi-viewlist a + a{
	border-left: 1px solid #eeeeee;
}
.wi-viewlist a:last-child{padding-right: 0;}
.wi-viewlist a.layoutactive,
.wi-viewlist a:hover{
	color: #2e5ba7;
}
/* ==== Theme Styling === */
.wi-main {
	padding: 20px 0;
	float: left;
	width: 100%	;
}
/* ==== Header Style ===== */
.wi-logo{
	float: left;
}
.wi-rightarea{
	float: right;
	margin-left: auto; 
}
.wi-header{
	z-index: 9;
	position: relative;
	background-image: url(../images/index/bg-img.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
}
.wi-header .wi-rightarea{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wi-header-nav{
	float: left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	padding: 15px 0;
    align-items: center;
}
.wi-header-searchbar{
	border-left: 1px solid #487afa;
	padding-left: 30px;
	margin-left: 30px;  
}
.wi-header-searchbar fieldset{margin: 0;}
.wi-header-searchbar fieldset .form-wrap{
	border: 5px solid rgba(255,255,255,0.1);
	border-radius: 4px;
}
.wi-header-searchbar fieldset .form-group{
	padding:0; 
	float: none;
	width: auto;
}
.wi-header-searchbar .form-group:first-child{
	min-width: 308px;
}
.wi-header-searchbar .form-group select,
.wi-header-searchbar .form-group .form-control{border-radius: 0;}
.wi-header-searchbar .form-group:first-child .form-control{
	border-radius: 4px 0 0 4px;
}
.wi-header-searchbar .form-group:nth-child(2){min-width: 202px;}
.wi-header-searchbar .form-group:nth-child(2) select{border-left: 0;} 
.form-wrap{
	display: flex;
	flex-wrap: wrap;
}
.wi-searchbtn{
	color: #3f3f3f;
	min-width: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 0 4px 4px 0;
	display: inline-block;
}
.wi-searchbtn:hover{color:#3f3f3f; }
.wi-nav{
	float: left;
}
.wi-navigation{
	float: left;
	width: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-right: 15px; 
	font-family: 'Merriweather Sans';
}
.wi-nav .navbar-toggler{
	padding: 0;
	width: 50px;
	text-align: center;
	line-height: 42px;
	color: #3f3f3f;
	border: 0;
	border-radius: 5px;
	outline: none;
	margin: 0 20px 0 0;
}
.wi-navigation ul{
	line-height: inherit;
}
.wi-navigation ul li{
	list-style-type: none;
	float: left;width: auto; 
	margin: 15px 15px;
	line-height: inherit;
}
.wi-navigation ul a{
	display: block;
	color: #fff;
	position: relative;
	line-height: inherit;
}
.wi-loginarea{
	float: right;
    display: flex;
	padding-left: 30px; 
    align-items: center;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.wi-userlogin{
	display: flex;
	margin-right: 30px; 
	align-items: center;
	padding-right: 22px;
	position: relative;
}
.wi-userlogin:after{
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-top: -10px;
	top: 50%;
	font-family: themify;
	content: "\e64b"; 
}
.wi-userlogin span{
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	font-family: 'Merriweather Sans';
}
.wi-userlogin span em{
	font-size: 13px;
	margin-top: 5px; 
	line-height: 15px;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wi-userlogin img{
	border-radius: 50%;
	margin-left: 15px; 
	border: 5px solid rgba(255,255,255,0.2);
}
/* Section Title Style */
.wi-head-wrap{
	float: left;
	width: 100%;
	margin-top: -6px;
	text-align: center;
	margin-bottom: 43px; 
}
.wi-title{
	float: left;
	width: 100%;
	position: relative;
}
.wi-headtitle{
	margin-bottom: 26px; 
}
.wi-headtitle h3{
	font-size: 22px; 
	margin: 0 0 6px;
}
.wi-headtitle h2{
	font-size: 26px;
	font-weight: 500;
}
.owl-dots{padding-top: 40px; }
.owl-carousel .owl-dot{padding:0 5px;}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span{
	width: 30px;
	height: 3px;
	background: #2e5ba7;
}
.owl-carousel .owl-dot span{
	width: 30px;
	height: 3px;
	border-radius: 0;
	background: rgba(72,122,250,0.2);
}
.wi-prev,
.wi-next{
	top: 50%;
    width: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 12px;
    cursor: pointer;
    background: #ffffff;
    color: #487afa;
    text-align: center;
    position: absolute;
}
.wi-prev{
	left: 0;
	border-radius: 0 6px 6px 0;
}
.wi-next{
	right: 0;
	border-radius: 6px 0 0 6px;
}
.wi-prev:hover,
.wi-next:hover{color: #2e5ba7}
.wi-btnsarea a + a{margin-left: 24px; }
/* Section Title */
.wi-sectiontitle{
	float: left;
	width: 100%;
	margin: 0 0 34px;
}
.wi-sectiontitle span{
	display: block;
	font-size: 16px;
	margin: 0 0 8px;
	font-style: italic;
	line-height: 16px;
}
.wi-sectiontitle h2{
	margin: 0 0 23px;
	line-height: 1.3;
	font-style: italic;
}
.wi-sectiontitle .wi-btntwo{margin-top: 24px; }
/* Our Featured */

/* FOOTER STYLE */
.wi-skillswrapsectoin{
	padding:60px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee; 
	background-color: #f5fdff;
}
.wi-skillswrap{
	display: flex;
	margin: -10px 0;
	flex-wrap: wrap;
	width: 100%;
}
.wi-skillswrap > div{margin: 10px 0;}
.wi-skills{
	float: left;
	width: 100%;
}
.wi-skills-title{
	float: left;
	width: 100%;
	margin: 0 0 13px;
}
.wi-skills-title h4{
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.wi-skills-list{
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
}
.wi-skills-list li{
	float: left;
	width: 100%; 
	line-height: inherit;
	list-style-type: none;
}
.wi-skills-list li + li{margin-top: 14px; }
.wi-skills-list li a{
	display: block;
	color: #999999;
	padding-left: 12px;
	position: relative;
	line-height: inherit;
}
.wi-skills-list li a:before{
	content: '';
	left: 0;
	top: 50%;
	margin: -2px;
	width: 4px;
	height: 4px;
	position: absolute;
	background: #999999;
	border-radius: 50%;
}
.wi-skills-list li.wi-moreoption a{
	padding-left: 0;
	color: #55acee;
	font-style: italic;
}
.wi-skills-list li.wi-moreoption a:before{
	display: none;
}
.wi-footercontent{
	float: left;
	width: 100%;
	padding:60px 0; 
	text-align: center;
}
.wi-footercontent .wi-logo{
	width: 100%;
	margin: 0 0 6px;
}
.wi-contentinfo{
	float: left;
	width: 100%;
}
.wi-contentinfo p{
	font-size: 13px;
	line-height: 21px;
}
/* Widgets Style */
.wi-widgets{
	float: left;
	width: 100%;
}
.wi-widgets-title{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:15px 20px;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}
.wi-widgets-title i{
	margin-left: auto;
	display: inline-block; 
}
.wi-widgets-title h2{
	min-height: 20px;
	font-weight: 400;
	font-size: 14px;
}
.wi-widgets-content{
	float: left;
	width: 100%;
	padding: 20px;
}
.wi-searchfilter{
	position: relative;
}
.wi-searchfilter + .wi-widgetslist{margin-top: 14px; }
.wi-searchfilter input{
	font-size: 13px;
	padding-right: 45px;
}
.wi-searchfilter .wi-searchbtn{
	font-size: 12px;
	min-width: 28px;
    line-height: 28px;
    border-radius: 4px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top:-14px; 
}
.wi-widgetslist{
	float: left;
	width: 100%;
	line-height: 20px;
}
.wi-widgetslist li{
	position: relative;
	list-style-type: none;
	float: left;
	width: 100%;
	line-height: inherit;
	padding-left: 10px; 
}
.wi-widgetslist .wi-showall{padding-left: 0; }
.wi-widgetslist .wi-showall:before{display: none;}
.wi-widgetslist .wi-showall a{color: #55acee;}
.wi-widgetslist li:before{
	position: absolute;
	content: '-';
	left: 0;
}
.wi-widgetslist li + li{margin-top:4px; }
.wi-widgetslist li a{
	color: #999999;
	display: block;
	font-size: 13px;
	line-height: inherit;
}
.wi-widgetslist li a span{float: right;}
.wi-widgetslist li a:hover{
	color: #55acee;
}
.wi-currencynum{
	margin: 0 0 14px;
	float: left;
	width: 100%;
}
.wi-currencynum span{
	display: block;
	margin: 0 0 5px;
	line-height: 16px;
	font-size: 12px;
}
.wi-currencygroup{
	display: flex;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}
.wi-currencygroup input{
	border: 0;
	font-size: 13px;
	padding-right: 10px;
}
.wi-currencygroup input + input{
	border-left:  1px solid #eeeeee;
}
.wi-rating{
	margin-right: 10px; 
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #ffbf00;
	display: inline-block;
	line-height: inherit;
}
.wi-rating i{
	font-size: 12px;
}
.wi-footersocial{
	float: left;
	width: 100%;
	margin-top: 21px; 
}
.wi-footersocial .wi-socialicons{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wi-copyrights{
	border-top:1px solid #eeeeee;
	text-align: center;
}
.wi-copyrights p{
	font-size: 13px;
	line-height: 20px;
	padding:20px 0;
}
/*Single*/
.wi-freelancersection{
	padding-top: 40px;
}
.wi-profilehead{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}
.wi-profile{
	float: left;
	width: 100%;
	padding:30px;
}
.wi-usertag {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 7px;
}
.wi-usertag a {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    line-height: 20px;
    padding: 0 10px;
    font-weight: 600;
    color: #999999;
    font-size: 10px;
    display: inline-block;
}
.wi-usertag .wi-toplevel {
    color: #ecb100;
    border-color: #ecb100;
    text-decoration: none;
}
.wi-profile figure{
	float: left;
	margin-right: 20px; 
	width: 75px;
	height: 75px;
	max-width: 75px;
}
.wi-profile figure img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.wi-profileinfo{
	overflow: hidden;
}
.wi-ftitle {
    float: left;
    width: 100%;
}
.wi-ftitle a {
    font-size: 13px;
    margin: 0 0 8px;
    display: block;
    line-height: 15px;
}
.wi-ftitle h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}
.wi-ftitle span {
    display: block;
    color: #999999;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
}
.wi-ftitle span em {
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
    color: #ffbf00;
    font-weight: 700;
    font-style: normal;
}
.wi-profile-content{
	float: left;
	width: 100%;
	padding:30px;
	border-top: 1px solid #eeeeee; 
}
.wi-protitle h4{
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 12px;
}
.wi-protitle p{
	font-size: 13px;
	color: #999999;
	margin: 0;
}
.wi-profilelist{
	float: left;
	width: 100%;
	margin: 20px 0;
	font-size: 13px;
	line-height: 20px;
}
.wi-profilelist li{
	width: 100%;
	line-height: inherit;
	list-style-type: none;
	float: left;
	padding: 14px 20px;
	margin: 0;
}
.wi-profilelist li span{
	display: block;
	font-style: italic;
}
.wi-profilelist li + li{border-top: 1px solid #eeeeee}
.wi-profilelist li em{
	width: 120px;
	color: #404040;
	font-style: normal;
	display: inline-block;
	font-family: 'Merriweather Sans';
}
.wi-profilebtns{
	float: left;
	width: 100%;
	text-align: center;
}
.wi-profilebtns .wi-addsave{
	margin: 20px 0 0;
	text-decoration: none;
}
.wi-profilebtns .wi-btntwo{
	width: 100%;
}
.wi-addsave{
	display: inline-block;
	font-style: italic;
	font-size: 13px;
	color: #999999;
	line-height: 16px;
}
.wi-addsave:hover{color: #999999}
.wi-addsave:hover i{color: #fb7f72}
.wi-sidepackage{
	border-radius: 4px;
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.wi-sidepackage .nav-tabs{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.wi-sidepackage .nav-tabs li{
	float: left;
	width: 33.33%;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.wi-sidepackage .nav-tabs .nav-link{
	border: 1px solid #eeeeee;
	font-family: 'Merriweather Sans';
	text-align: center;
	padding: 10px;
	color: #3f3f3f;
	border-radius: 0;
	text-decoration: none;
}
.nav-tabs .nav-link.active{border-bottom-color: #fff; }
.wi-packageicon{
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 8px;
	color: #3f3f3f;
}
.wi-packageicon:before{
	padding:5px;
	display: inline-block;
}
.wi-packageicon:after{
	width: 0;
	height: 0;
	content: '';
	z-index: -1;
	position: absolute;
	border-top: 30px solid #efe72c;
	border-left: 30px solid transparent;
	right: 0;
	top: 0;
}
.tab-content{
	float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.wi-spackagetitle{
	float: left;
	width: 100%;
}
.wi-spackagetitle h4{
	font-weight: 400;
	font-size: 15px;
	margin: 0 0 5px;
	line-height: 18px;
}
.wi-spackagetitle h3{
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 26px;
}
.wi-spackagetitle span{
	font-style: italic;
	color: #999999;
	line-height: 24px;
}
.wi-includeslist{
	float: left;
	width: 100%;
	padding: 30px;
	font-size: 13px;
	margin: 23px 0 0;
	line-height: 20px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}
.wi-includeslist li{
	list-style-type: none;
	margin: 0;
	float: left;
	width: 100%;
	line-height: inherit;
}
.wi-includeslist li h4{
	font-size: 14px;
	line-height: inherit;
	margin: 0 0 10px;
	font-weight: 400;
}
.wi-includeslist li span{
	display: block;
	position: relative;
	padding-left: 15px; 
	line-height: inherit;
	color: #999999;
}
.wi-includeslist li + li{
	margin: 0 0 4px;
}
.wi-includeslist li:last-child{
	margin: 0;
}
.wi-includeslist li span:before{
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	content: '';
	height: 4px;
	border-radius: 50%;
	background-color: #999999; 
}
.wi-spackagebtns{
	float: left;
	width: 100%;
	margin-top: 20px; 
	text-align: center;
}
.wi-spackagebtns .wi-btn{
	width: 100%;
}
.wi-spackagebtns span{
	color: #999999;
	margin-top: 14px; 
	font-style: italic;
	line-height: 20px;
	font-size: 13px;
	display: block;
}
.wi-relatedtags{
	float: left;
	margin: -5px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.wi-relatedtags a{
	text-decoration: none;
}
.wi-relatedtags h4{
	margin: 5px;
	margin-bottom: 11px; 
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	line-height: 18px;
}
.wi-relatedtags a{
	border: 1px solid #eeeeee;
	border-radius: 4px;
	line-height: 28px;
	font-size: 12px;
	margin: 5px;
	color: #999999;
	padding:0 20px;
	display: inline-block;
	font-weight: 600;
}
.wi-relatedtags a:hover{
	color: #3f3f3f;
}
.wi-singleslider-wrap{
	margin: 0 0 50px;
}
.wi-singleslider .wi-prev,
.wi-singleslider .wi-next{
	width: 40px;
	line-height: 40px;
	margin-top: -20px; 
}
.wi-sliderthumbnail{
	margin-top: 10px; 
}
.wi-sliderthumbnail figure img{
	border-radius: 4px;
	height: 100%;
}
.wi-sliderthumbnail figure{
	padding-bottom: 4px;
	border-bottom: 2px solid #fff;	
}
.wi-sliderthumbnail .active.current figure{
	border-bottom-color: #487afa;
}
.wi-sinlewrap{
	float: left;
	width: 100%;
}
.wi-sinlewrap + .wi-sinlewrap{margin-top: 50px; }
.wi-sinletitle{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.wi-sinletitle h2{
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
	margin: 0;
}
.wi-sinlecontent{
	float: left;
	width: 100%;
}
.wi-sinlecontent > p + p{
	margin-top: 22px; 
}
.wi-passionlist{
	line-height: 20px;
	margin: 23px 0;
}
.wi-passionlist li{
	list-style-type: none;
	line-height: inherit;	
	position: relative;
	margin-left: 0;
    padding-left: 20px;
}
.wi-passionlist li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    color: #487afa;
    font-size: 10px;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;    
}

.wi-passionlist li + li{
	margin-top: 8px; 
}
.wi-passionlist span{
	display: block;
	position: relative;
	padding-left: 20px;
}
.wi-passionlist span:before{
	position: absolute;
	content: "\f00c";
	left: 0;
	color: #487afa;
	font-size: 10px;
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
}
.wi-packages{
	display: flex;
	margin-top: 30px; 
	flex-wrap: wrap;
	width: 100%;
}
.wi-package{
	width: 33.33%;
}
.wi-package{
	border: 1px solid #eeeeee;
}
.wi-package + .wi-package{
	border-left: 0;
}
.wi-package:first-child{
	border-radius: 5px 0 0 5px;
}
.wi-package:last-child{
	border-radius: 0 5px 5px 0;
}
.wi-package .wi-spackagetitle{
	padding:28px;
	position: relative;
}
.wi-package .wi-spackagetitle:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	content: '';
}
.wi-package:hover{
	-webkit-box-shadow: 0 10px 20px 0 rgba(223,220,227,0.6);
    box-shadow: 0 10px 20px 0 rgba(223,220,227,0.6);
}
.wi-package:hover .wi-spackagetitle:before{width: 100%;}
.wi-package .wi-spackagetitle h3{
	font-size: 20px;
	margin: 0 0 4px;
}
.wi-package .wi-spackagetitle h4{
	font-size: 14px;
	margin: 0 0 2px;
}
.wi-package .wi-spackagetitle span{
	font-size: 13px;
	line-height: 22px;
}
.wi-packagelist{
	float: left;
	width: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.wi-packagelist li{
	border-top: 1px solid #eeeeee;
	line-height: inherit;
	float: left;
	padding:14px 20px; 
	width: 100%;
	list-style-type: none;
	margin: 0;
}
.wi-packagelist li:nth-child(even){
	background-color: #fcfcfc;
}
.wi-packagelist li span{
	color: #404040;
	display: block;
	font-size: 13px;
	font-family: 'Merriweather Sans';
}
.wi-packagelist li span em{float: right;}
.wi-packagelist li em{
	color: #999999;
	font-style: normal;
	font-size: 13px;
	line-height: inherit;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wi-packagelist li em i{
	color: #dddddd;
	font-size: 10px;
}
.wi-packagelist li > em{
	display: block;
} 
.wi-packageradio{
	margin-top: 3px; 
}
.wi-packageradio input[type="radio"]{
	display: none;
}
.wi-packageradio input[type="radio"] + label{
	margin-bottom: 0;
	color: #999999;
	line-height: 16px;
	font-size: 13px;
}
.wi-packageradio input[type="radio"]:checked + label{
	color: #3f3f3f;
}
.wi-packageradio input[type="radio"] + label i{
	margin-right: 7px; 
	color:#dddddd;
}
.wi-packageradio input[type="radio"]:checked + label i{
	color: #487afa;
	font-weight: 900;
}
.wi-packageradio input[type="radio"]:checked + label i:before{content: "\f058";}
.wi-packageradio input + label + input + label{margin-top: 6px; }
.wi-packagelist li.wi-packagefooter{
	padding:20px 20px 30px;
}
.wi-packagefooter strong{
	display: block;
	font-size: 20px;
	margin-top: 2px; 
	line-height: 22px;
}
.wi-packagefooter .wi-btn{
	width: 100%;
	margin-top: 16px; 
	/*background-color: #f7f7f7;*/
}
.wi-packagefooter strong sup{
	top: -5px;
	font-size: 60%;
}
.wi-faqaccordion{
	float: left;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}
.wi-faqaccordion + .wi-faqaccordion{margin-top: 20px; }
.wi-titlefaqaccordion{
	float: left;
	width: 100%;
}
.wi-titlefaqaccordion h5{
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
	padding: 15px 20px;
	margin: 0;
}
.wi-titlefaqaccordion h5 i{float: right;}
.wi-faqaccordioninfo{
	float: left;
	padding:20px; 
	padding-top: 0; 
	width: 100%;
}
.wi-faqaccordioninfo p{
	font-size: 13px;
}
.wi-collapsewrap{
	float: left;
	width: 100%;	
}
.wi-collapsewrap ul{
	margin: 0;
}
.wi-sinlecontent.wi-commentwrap ul{
	margin: 0;
}
.wi-commentwrap ul li{
	width: 100%;
	float: left;
	line-height: normal;
	list-style-type: none;
	margin: 0;
}
.wi-commentwrap ul li + li{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eeeeee;   
}
.wi-comment{
	float: left;
	width: 100%;
	display: flex;
}
.wi-commentimg{
	flex: 0 0 50px;
	margin-right: 20px;
}
.wi-commentimg img{
	border-radius: 50%;
	height: 50px;
}
.wi-commentcontent{
	flex:auto;
}
.wi-commentcontent h3{
	font-size: 15px;
	margin: 0 0 7px;
	line-height: 18px;
	font-weight: 400;
}
.wi-userrating{
	margin: 0 0 22px;
	display: flex;
	flex-wrap: wrap;
}
.wi-userrating .hp-stars{
	display: inherit;
}
.wi-userrating i{
	font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    margin-right: 4px;
    position: absolute;
}
.wi-userrating span i.fa-star{
	/*color: #f8d64e;
	position: absolute;*/
}
.wi-userrating span i:nth-child(1){
	left: 0;
}
.wi-userrating span i:nth-child(2){
	left: 16px;
}
.wi-userrating span i:nth-child(3){
	left: 32px;
}
.wi-userrating span i:nth-child(4){
	left: 48px;
}
.wi-userrating span i:nth-child(5){
	left: 64px;
}
.wi-userrating span i.fa-star-o:before{
	content: "\f006";
}
.wi-userrating span i.fa-star-half-o:before{
	content: "\f123";
}
.wi-userrating span i{
	color: #f8d64e;
}
.wi-userrating em{
	font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    float: left;
    margin-left: 5px; 
}
.wi-commentcontent p{
	font-size: 13px;
	margin: 0 0 25px;
	font-style: italic;
}
.wi-helpinfo{
	display: flex;
	flex-wrap: wrap;
}
.wi-helpinfo a{
	line-height: 16px;
	color: #999999;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
}
.wi-helpinfo a + a{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #eeeeee 
}
.wi-helpinfo a:hover{
	color:#487afa;
}
.wi-loarmore {text-align: center;}
.wi-loarmore a{
	color: #999999;
	font-style: italic;
}
.wi-offeringsection{
	background-color: #f5fdff;
}
.wi-offeringtitle{
	display: flex;
	margin: 0 0 30px;
	align-items: center;
}
.wi-offeringtitle .wi-title{
	width: auto;
	flex:0 0 65%;
}
.wi-offeringtitle .wi-title h2{
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
	margin: 0;
}
.wi-offeringtitle .wi-title p{
	margin: 12px 0 0;
}
.wi-offeringtitle .wi-btn{
	margin-left: auto;
}
/* Top Freelacners Style */
.wi-freelacners{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0;
}
.wi-freelacners > div{
	margin: 15px 0;
}
.wi-freelacner{
	overflow: hidden;
	float: left;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
/*Featured Tag*/
.wi-freelacner .wi-packageicon{
  z-index: 999;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 13px;
  color: #333;
  border-top-right-radius: 5px;
}
.wi-freelacner .wi-packageicon:before{
  padding: 3px;
  display: inline-block;
  color: #2c2c2a;
}
.wi-freelacner .wi-packageicon:after{
  width: 0;
  height: 0;
  content: '';
  z-index: -1;
  position: absolute;
  border-top: 30px solid #efe72c;
  border-left: 30px solid transparent;
  right: 0;
  top: 0;
}
.wi-freelacner:hover{
	    -webkit-box-shadow: 0 10px 20px 0 rgba(223,220,227,0.6);
    box-shadow: 0 10px 20px 0 rgba(223,220,227,0.6);
}
.wi-freelacner:hover .wi-freelacnerimg img{
	opacity: 0.8;
}
.wi-freelacner:hover .wi-freelacnerimg .wi-prev{left: 0;}
.wi-freelacner:hover .wi-freelacnerimg .wi-next{right: 0;}
.wi-freelacnerimg{
	width: 100%;
	float: left;
	border-radius: 5px 5px 0 0;
}
.wi-freelacnerimg img{
	border-radius: 5px 5px 0 0;
}
.wi-freelacnerimg .wi-prev{left: -30px;}
.wi-freelacnerimg .wi-next{right: -30px;}
.wi-freelacnercontent{
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.wi-fuserimg{
	float: left;
	width: 100%;
	margin-top: -45px;
	z-index: 1;
	text-align: right;
	border-radius: 50%;	
	width: 50px;
	height: 50px;
	float: right;
}
.wi-fuserimg img{
	border-radius: 50%;
	border: 3px solid #ffffff;
	height: 100%;	
	width: 51px;
	max-width: 51px;
}
.wi-usertag{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 7px;
}
.wi-usertag a{
	border: 1px solid #eeeeee;
	border-radius: 15px;
	line-height: 20px;
	padding:0 10px;
	font-weight: 600;
	color: #999999;
	font-size: 10px;
	display: inline-block;
}
.wi-usertag a i{
	margin-right: 5px; 
}
.wi-usertag .wi-toplevel{
	color: #ecb100;
	border-color: #ecb100;
}
.wi-ftitle{
	float: left;
	width: 100%;
}
.wi-ftitle a{
	font-size: 13px;
	margin: 0 0 8px;
	display: block;
	line-height: 15px;
	text-decoration: none;
}
.wi-ftitle h3{
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
}
.wi-ftitle h3 a{
	margin: 0 0 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.wi-ftitle span{
	display: block;
	color: #999999;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
}
.wi-ftitle span em{
	font-size: 14px;
	line-height: inherit;
	display: inline-block;
	color: #ffbf00;
	font-weight: 700;
	font-style: normal;
}
.wi-ftitle strong{
	margin-top: 22px; 
	font-size: 18px;
	display: block;
	color: #487afa;
	font-family: 'Merriweather Sans';
}
.wi-ftitle strong em{
	font-size: 13px;
	margin-right: 10px; 
	line-height: 20px;
	color: #999999;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.wi-freelacnerfooter{
	float: left;
	width: 100%;
}
.wi-footersubfooter{
	display: flex;
	flex-wrap: wrap;
	padding:15px 20px; 
	align-items: center;
	margin: 15px -20px -20px;
	border-top: 1px solid #eeeeee;
}
.wi-footersubfooter span{
	color: #999999;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
}
.wi-footersubfooter .wi-like{
	margin-left: auto; 
}
.wi-like{
	color: #e6e8f5;
	font-size: 14px;
	line-height: 16px;
}
.wi-like:hover,
.wi-liked{
	color: #fb7f72;
}
.wi-footersubfooter .wi-like{
	margin-left: auto; 
}
.wi-like{
	color: #e6e8f5;
	font-size: 14px;
	line-height: 16px;
}
.wi-like.hp-liked{
	color: #fb7f72;
} 
.wi-like:hover,
.wi-liked{
	color: #fb7f72;
}
.wi-profile-content.wi-contact{
	border: 0;
}
.wi-profile-content.wi-contact .wi-protitle h4{
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.hp-safetytips,
.hp-safetytips li{
	margin: 0;
}
.hp-safetytips li{ margin-bottom: 5px; }
.cf-report-form fieldset{
	padding: 0;
	border: 0;
}
/* Responsive */
@media (max-width:1536px){
	.wi-header-searchbar .form-group:first-child {min-width: 240px;}
	.wi-header-searchbar .form-group:nth-child(2) {min-width: 160px;}
}
@media (max-width:1440px){
	.wi-header-searchbar{display: none;}
}
@media (max-width:1199px){
	.wi-package{
		width: 100%;
	}
	.wi-package + .wi-package{
		border-left: 1px solid #eeeeee;
		border-top: 0;
	}
}
@media (max-width:991px){
	aside{margin: 30px 0 0 !important;}
}
@media (max-width:640px){
	.wi-header .wi-rightarea{
		width: 100%;
		margin: 20px 0 0;
	}
	.wi-userlogin{margin-right: 10px; }
	.wi-loginarea{
		    padding-left: 10px;
	}
	.wi-loginarea .wi-btn{
		min-width: 100px;
	}
	.wi-likeserch{
		width: 100%;
		margin-top: 20px;
	}
	.wi-likeserch span{text-align: left;}
	.wi-header{
		background-size: inherit;
	}
	.wi-userlogin span{
		display: none;
	}
	.wi-offeringtitle{
		flex-direction: column;
		align-items: flex-start;
	}
	.wi-offeringtitle .wi-btn{margin: 20px 0 0;}
}


/*Color*
/*=== Theme Text Color ===*/
.wi-bannertitle h1 span em
{ color: #efe72c; }
/*=== Theme Background Color ===*/
.wi-btn,
.wi-nav .navbar-toggler,
.wi-searchbtn,
.wi-relatedtags a:hover,
.wi-package:hover .wi-packagefooter .wi-btn
{ background:#efe72c; }
/*=== Theme Border Color ===*/
input:focus,
.select select:focus,
.form-control:focus,
.wi-relatedtags a:hover
{ border-color: #efe72c; }



/*=== secondary Colors Color ===*/
.wi-packagelist .wi-checkpackage em i
{ color: #487afa; }
.wi-btntwo,
.wi-pagination ul li.wi-prevpage a,
.wi-pagination ul li.wi-nextpage a,
.wi-package .wi-spackagetitle:before{
	background-color: #487afa;	
}
.wi-packagelist li span.wi-final-price{
	display: inline-block;
	font-size: 20px;
}
/*Earnings Model*/
#wpEarningsModal{	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#wpEarningsModal .modal-header{
	border-bottom: 1px solid #d7d7d7;
}
#wpEarningsModal .modal-title{
	margin-bottom: 0;
    line-height: initial;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}
#wpEarningsModal .modal-body p.top{
	text-align: center;
    vertical-align: middle;
    margin: 0;
}
#wpEarningsModal .modal-body p.top strong{
	font-size: 36px;
    display: block;
    margin: 10px 0;
}
#wpEarningsModal .modal-body .bottom{
	text-align: center;
}
#wpEarningsModal .hp-btn{
	text-align: center;
    margin: 0 auto;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    background: #82b440;
}
#wpEarningsModal .hp-btn.hp-blue{
	text-align: center;
    margin: 0 auto;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    background: #487afa;
}
#wpEarningsModal .modal-footer button{
	background: #EFEFEF; color: #000;
}
/*Pagination*/
.wi-pagepagination{
	text-align: center;
	margin-top: 25px;
}
.wi-pagepagination .wi-pagination{
	margin: 6px 0;
}
.wi-pagepagination li{
	display: inline-block;
	margin: 0 2px;
	transition: 0.3s all;
}
.wi-pagepagination li a{
	padding: 5px 10px;
    color: #487afa;
    text-decoration: none;
    font-size: 18px;
}
.wi-pagepagination .cl-page-active a{	
    color: #fff;    
}
.wi-pagepagination li:hover{
	background: #487afa;
}
.wi-pagepagination li:hover a{
	color: #fff;
}
.wi-profile-content.wi-box-style{
	margin: 30px 0; 
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
}
.wi-profile-content.wi-box-style.no-margin{
	margin: 0;
}
.wi-profile-content.wi-box-style .form-group{ padding: 10px 0; }
.wi-profile-content.wi-box-style .form-group select{ width: 100%; }
footer{
	clear: both;
}