/*
Theme Name: vuble
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Manjit Singh Developer
Author URI: https://wordpress.org/
Description: vuble is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Vuble will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: vuble

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url("css/main.css");

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.comments-area a {
	color:#333;
}
a:hover {
	transition: all 0.5s ease 0s;
}
.alignleft {
	float: left;
	margin: 0 0 0 15px;
}
.aligncenter {
	float: left;
	margin: 0 15px 0 0;
}
.alignright {
	margin: 0 auto;
	display: block;
	margin: 10px 0 10px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	width: 100%;
	line-height: 2;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	text-transform: uppercase;
	font-weight: bold;
}
tr, td {
	border-top: 1px solid #ccc;
	padding: 6px 10px 6px 0;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

input[type="submit"], input[type="reset"], input[type="button"], .button, .btn-primary, .userplus-button {
	-webkit-appearance: button;
	font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  height: 60px;
  padding: 20px 50px;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  border: none;
  border-radius: 35px;
  color: #fff;
  background-color: #EB4A32 !important;
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
}
input[type="submit"]:hover, input[type="reset"]:hover, .button:hover, .linkbtn:hover, .btn-primary:hover {
    background-color: #d4432d !important;
    text-decoration: none;
    outline: none;
}
.userplus-button {
  width:auto;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], select, textarea, .form-control {
	 font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    padding: 15px 12px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
box-shadow: inherit;
color: inherit;
height: auto;

}
textarea {
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
    font-family: "Work Sans", Arial, sans-serif;
    background-color: #fff;
}
select option {
	padding: 0 8px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	background: #fff;
	border:1px solid #cc; !important;
}

.fa-angle-down {
  color:#fff;
}

#reply-title {
	font-size: 3.6rem;
}
.comments-title {
	font-size: 2.6rem;
}
.comment-author {
	display:block;
}
.comment-author img {
	float:left;
	margin-right:15px;
}
.comment-content {
	margin-top:15px;
}
.reply {
	display:block;
	margin-bottom:15px;
}

.footer-column ul {
  margin-bottom: 0; 
  display:block;}

.footer-column ul li{
  color: #fff;
  font-weight: 400;
  list-style-type: none;
  display:block;
  text-align:left;
  margin:0;
  padding:0;
  margin: 0; }
.footer-column ul li a {
  color: #fff; }
.footer-column ul li a:hover {
    color: #fff;
    text-decoration: underline; }

.footer-column p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }

.footer-column .footer-bottom {
  padding: 15px 0;
  margin: 0;
  text-align: center; }

.footer-column .footer-list-bottom-item {
  display: inline-block;
  margin: 0 10px;
  color: #b4b6b8; }

.login-form {
	padding:40px;
	background:#fff;
}
.login-form .login-field-icon {
	display:none;
}
.sign-btn-wrap {
	display:block;
	margin-top:15px;
	color:#000;
}
.sign-btn-wrap a {
	color:#000;
}

.grid-form {
  display:inline-block;
}
.grid-form .form-item {
  float:left;
}
.um {
 opacity:1 !important;
}
.sign-form-wrap {
  padding:40px;
}
.userplus-profile-content {
  padding:0;
}
.userplus-profile-background-image {
  display:none;
}
.userplus-profile-container {
    background-color: transparent;
    border: inherit;
    box-shadow: inherit;
    max-width: 100%;
    margin: auto;
    display: block;
}

.userplus-profile-head {
  background:transparent;
  padding:0;
}
.userplus-field {
    line-height: 3.5;
    float: left;
    width: 100%;
}
.userplus-label {
    float: left;
    width: 100%;
    display: flex;
}
.userplus-element {
    float: left;
    width: 100%;
    margin-left: 0;
}
.faicons {
  display:none;
}
.userplus-label i {
  display:none;
}
#userplus-forgot-submit {
  margin-top:20px;
}
.userplus-warning-message {
  font-size:15px;
  padding:0;
}
.footer-top {
    background-image: url(images/foot-bg.jpg);
    background-size: cover;
}
.userplus_secondary_button {
  display:none !important;
}
.userplus-forgot-link {
    display: block;
    width: 100%;
    text-align: right;
}
.userplus-button {
    width: auto;
    margin: 0 auto;
    display: block;
}
.header-nav-link {
  width:auto;
}
.lang .active {
    font-weight:bold;
}
