@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
/* -------------- VARIABLES -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
/* ---------------------------- */
/* -------------- COMMON -------------- */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3f4228;
  line-height: 30px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
}
p {
  margin: 0;
  padding: 10px 0 0 0;
}
form {
  margin: 0;
  text-align: left;
}
ul,
ol {
  margin: 18px 0;
}
ul ul {
  margin: 8px 0;
}
ul li {
  list-style: square;
}
li {
  padding: 4px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
input,
textarea,
select {
  font-size: 16px;
  font-weight: 400;
}
textarea {
  overflow: auto;
}
input,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  padding: 6px;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
/* rarely used tags */
address {
  font-weight: bold;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  margin-left: 30px;
}
code {
  font-family: Courier, monospace;
}
dt {
  margin-left: 15px;
  font-weight: bold;
}
dd {
  margin: 15px 0 15px 30px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* WordPress Classes */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #d4d4d4;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 80%;
  line-height: 16px;
  padding: 0 4px 5px;
  margin: 0;
}
/* default WP caption for images and cbox layer styles */
.wp-caption {
  background-color: #FFFFFF;
  max-width: 610px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 100%;
  font-weight: 600;
}
#cboxTitle {
  font-size: 16px;
  font-weight: 400;
}
#cboxContent {
  margin-bottom: 32px !important;
}
.wp-caption {
  border: none;
  text-align: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 1px solid #DDDDDD;
}
.wp-caption p.wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a.img-link {
  display: inline-block;
  text-align: center;
}
hr {
  border-color: #3f4228;
  margin: 40px 0;
  opacity: 0.4;
}
/* bootstrap no gutter */
.container.no-gutters,
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.container.no-gutters .row,
.container-fluid.no-gutters .row {
  margin-right: 0;
  margin-left: 0;
}
.container.no-gutters [class*="col-"],
.container-fluid.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* ---------------------------- */
/* ---------- BASE ---------- */
body.login {
  background-image: url('../css/images/login-1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
body.login::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 1;
}
body.login::after {
  content: 'Created by FireSpirit Media';
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  height: 30px;
  background: #000000;
  opacity: 0.6;
  z-index: 2;
}
#login {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: perspective(1px) translateY(-50%) translateX(-50%);
  -ms-transform: perspective(1px) translateY(-50%) translateX(-50%);
  transform: perspective(1px) translateY(-50%) translateX(-50%);
  z-index: 3;
}
#login h1 a {
  background-image: url('/wp-content/themes/prime/css/images/logo.png');
  width: 200px;
  height: 200px;
  background-size: 150px;
  background-color: #ffffff;
  border-radius: 100%;
  background-position: center center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border: 8px solid #ffffff;
  margin-bottom: 10px;
}
#login p.message,
#login p#backtoblog,
#login #login_error {
  display: none;
}
#login #nav {
  margin: -30px 0 0 26px;
  padding: 0;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#login #nav a {
  color: #FFFFFF;
  text-decoration: underline;
}
#login #nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#login .button-primary {
  float: right;
  background: #472151 !important;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
  line-height: 34px !important;
  height: 36px !important;
  padding: 0 15px !important;
}
#login .button-primary:hover {
  background: #ffffff !important;
  color: #472151;
  border: 1px solid #ffffff;
}
#login .button-primary:active {
  background: #ffffff !important;
  color: #472151;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.8);
}
#login form {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0;
}
#login form label {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#login form .input,
#login form input[type=text] {
  padding: 2px 6px 4px 6px;
  font-size: 18px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
#login form .forgetmenot {
  margin-top: 0;
  line-height: 14px;
}
#login form .forgetmenot label {
  font-size: 12px;
  line-height: 14px;
}
#login form p.submit {
  margin-top: 0;
}
#login .login-action-lostpassword .message {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
#login .login-action-lostpassword p,
#login .login-action-lostpassword .submit {
  text-align: center;
}
#login .login-action-lostpassword .button-primary {
  float: none;
  width: auto;
  margin: 0 auto;
}
#login #resetpassform .description {
  color: #ffffff;
}
#login .message.reset-pass {
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
}
#login .message.reset-pass a {
  display: block;
  width: 120px;
  margin: 10px auto 0 auto;
  background: #472151 !important;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 40px !important;
  height: auto !important;
  padding: 0 !important;
}
#login .message.reset-pass a:hover {
  background-color: #ffffff !important;
  color: #472151;
}
@media only screen and (max-width: 768px) {
  #login h1 a {
    width: 120px;
    height: 120px;
    background-size: 120px;
  }
}
.login-action-lostpassword #login form .submit {
  text-align: center;
}
.login-action-lostpassword #login form .button-primary {
  margin: 0 auto;
  float: none;
  width: 200px;
  text-transform: none;
  letter-spacing: 1px;
}
.login-action-lostpassword #login #nav {
  margin-top: 10px;
  text-align: center;
}
