/*
Theme Name: hastingsfund
Theme URI:
Description: An awesome theme
Author: Md. Abu Jubaer Piash
Author URI: http://www.piash.net
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
  float: none;
  display: block;
}
.displayNone {
  display: none;
}
.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  margin-bottom: 0px!important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 100%;
  outline: none;
}
img {
  height: auto;
}
/****************************************************************************/
/* Navigation */
/****************************************************************************/
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  background: black;
  padding: 35px 50px;
  color: #fff;
}
.container {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
/* CSS START */
.border-body-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 20px;
  border: 2px solid #62D85B;
}
.hamburger-menu-area,
.mobile-header-area {
  display: none;
}
.main-menu {
  width: 100%;
}
.main-menu ul {
  width: 100%;
}
.main-menu ul li {
  display: inline-block;
  padding-right: 25px;
}
.main-menu ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
}
.main-menu ul li a:hover {
  color: #62D85B;
}
.main-menu ul li.login {
  float: right;
  padding-right: 0;
}
.main-menu ul li.login a {
  color: #62D85B;
}
.main-menu ul li.login a:hover {
  color: #fff;
}
.logo-area {
  padding-top: 170px;
  padding-bottom: 190px;
}
.logo-area .logo {
  text-align: center;
  width: 100%;
}
.logo-area .logo img {
  max-width: 80%;
  margin: 0 auto;
  display: inline-block;
}
.logo-area .logo img a {
  color: #fff;
  text-align: center;
}
.login-form-area {
  padding: 100px 0;
  padding-bottom: 120px;
}
.login-form-area .login-form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.login-form-area .login-form li {
  margin-bottom: 17px;
}
.login-form-area .login-form li input {
  width: 100%;
  padding: 15px 27px;
  border: 0;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  background: #e8f0fe;
  font-size: 17px;
}
.login-form-area .login-form li button.submit-btn {
  padding: 15px 27px;
  width: 100%;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  background: #62D85B;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.login-form-area .login-form li button.submit-btn:hover {
  opacity: .8;
}
.section-content {
  width: 100%;
  text-align: center;
}
.section-content h2 {
  font-size: 60px;
}
footer.footer-area {
  padding-bottom: 140px;
}
footer.footer-area .footer-content {
  width: 100%;
  text-align: center;
}
footer.footer-area .footer-content a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
footer.footer-area .footer-content a:hover {
  color: #62D85B;
}
/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
/*** Responsive Styles Tablet And Below ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  header.header-area {
    display: none;
  }
  .mobile-header-area {
    display: block;
  }
  .mobile-header-area .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-header-area .mobile-menu-btn {
    width: 40px;
  }
  .mobile-header-area .mobile-menu-btn span.trigger-menu {
    cursor: pointer;
    display: inline-block;
  }
  .mobile-header-area .mobile-menu-btn span.trigger-menu img {
    max-width: 40px;
  }
  .mobile-header-area .login-btn-area a.login-btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #62D85B;
  }
  .mobile-header-area .login-btn-area a.login-btn:hover {
    color: #fff;
  }
  .hamburger-menu-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(98, 216, 91, 0.3);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .hamburger-menu-area .mobile-menu {
    position: fixed;
    width: 260px;
    height: 100%;
    left: -260px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .hamburger-menu-area .mobile-menu ul li {
    display: block;
    margin-bottom: 14px;
  }
  .hamburger-menu-area .mobile-menu ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .hamburger-menu-area .mobile-menu ul li a:hover {
    color: #62D85B;
  }
  .hamburger-menu-area.active-menu {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-menu-area.active-menu .mobile-menu {
    left: 0;
  }
  .close-menu {
    position: fixed;
    max-width: 32px;
    cursor: pointer;
    right: 20px;
    top: 11px;
  }
  .section-content h2 {
    font-size: 42px;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  .logo-area {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  footer.footer-area {
    padding-bottom: 100px;
  }
  footer.footer-area .footer-content a {
    font-size: 15px;
  }
  body {
    padding: 30px 20px;
  }
  .login-form-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 400px) {
  .section-content h2 {
    font-size: 32px;
  }
}
