/*
	Shenzhen Women Theme
	Author: AZA WebTeam
	Version: 0.0.1
*/
/* BASE - Base styles, variables, mixins, etc */
/* FONT VARIABLES */
/* Fonts */
/* BG */
/* Image BG */
/* Border */
/* Base here */
body {
  background: url(../img/bg-one.jpg) top fixed no-repeat;
  background-size: cover;
  background-position: top;
  font-family: Lato-Regular;
  color: #171717;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  all: unset;
  cursor: pointer;
}
/* Headings */
h1,
h2,
h3,
h4 {
  font-family: Lato-Bold;
  line-height: normal;
  padding: 10px 0;
  margin: 0;
}
body.mainpage {
  background: url(../img/bg-one.jpg) top fixed no-repeat;
  background-size: cover;
}
body.profile {
  background: url(../img/bg-two.jpg) bottom fixed no-repeat;
  background-size: cover;
  background-position: top;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content-wrap {
  min-height: 500px;
  padding: 0;
}
.content-wrap h1 {
  font-size: 1.1rem;
}
.body-wrapper {
  background: transparent;
  line-height: 1.3em;
}
/* MODULES - Individual site components */
/* Font Styling */
@font-face {
  font-family: Lato-Black;
  src: url('../../fonts/fonts/Lato-Black.ttf');
}
@font-face {
  font-family: Lato-BlackItalic;
  src: url('../../fonts/fonts/Lato-BlackItalic.ttf');
}
@font-face {
  font-family: Lato-Bold;
  src: url('../../fonts/fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: Lato-BoldItalic;
  src: url('../../fonts/fonts/Lato-BoldItalic.ttf');
}
@font-face {
  font-family: Lato-Hairline;
  src: url('../../fonts/fonts/Lato-Hairline.ttf');
}
@font-face {
  font-family: Lato-HairlineItalic;
  src: url('../../fonts/fonts/Lato-HairlineItalic.ttf');
}
@font-face {
  font-family: Lato-Italic;
  src: url('../../fonts/fonts/Lato-Italic.ttf');
}
@font-face {
  font-family: Lato-Light;
  src: url('../../fonts/fonts/Lato-Light.ttf');
}
@font-face {
  font-family: Lato-LightItalic;
  src: url('../../fonts/fonts/Lato-LightItalic.ttf');
}
@font-face {
  font-family: Lato-Regular;
  src: url('../../fonts/fonts/Lato-Regular.ttf');
}
/* Img Rotator */
.img-rotator {
  margin-bottom: 20px;
  padding: 30px;
  background: none;
}
.img-rotator .img-rotator-wrap {
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.img-rotator .img-rotate {
  text-align: center;
  border: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  display: block;
}
.blogger-icon {
  width: 27.44px;
  height: 32px;
  display: block;
  margin-left: 5px;
}
/* Divider */
.divider {
  border-top: 1px solid #cccccc;
  margin: 20px 0;
}
.clearfix {
  clear: both;
}
.content-wrap > .SignUpBlock {
  margin: 30px 0;
  padding: 0;
}
/* Live Chat */
#chatdiv {
  margin: 0;
  padding: 0;
}
#chatdiv img {
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
}
/* Forms */
#form1 {
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}
/* LAYOUTS - Page layout styles */
/* Top-Navbar Styling*/
.navbar {
  padding: 15px 0;
  background: #333333;
}
.navbar .navbar-nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.navbar .navbar-nav .login-active a {
  color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  background: #790000;
}
.navbar .navbar-nav li a {
  display: block;
  color: #ffffff;
  padding: 7px 15px;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.navbar .navbar-nav a:hover {
  color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  background: #790000;
  padding: 7px 15px;
}
/* Profile Menu */
.nav-profile {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: #333333;
}
.prof-menu {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.prof-menu li {
  display: block;
  padding: 10px 5px;
  margin: 1px;
  text-align: center;
  font-family: Lato-Bold;
  border: 1px solid #cccccc;
  flex: 1 1 0;
  font-size: 14px;
  color: #ffffff;
}
.prof-menu li:hover {
  background: #790000;
  color: #ffffff;
}
/* Header & Sidebar Styling */
header {
  min-height: 70px;
}
header .logo {
  float: left;
}
header .social-media-icons {
  float: right;
  margin: 30px 0 0 0;
  display: flex;
}
header .social-media-icons .fa {
  margin: 0 5px;
  padding: 0;
  display: block;
  color: #cccccc;
  transition: all 0.3s ease;
}
header .social-media-icons .fa:hover {
  text-decoration: none;
  opacity: 0.7;
}
header .social-media-icons a:hover {
  text-decoration: none !important;
}
header .head-one {
  min-height: 80px;
}
header .blogger-icon {
  width: 27.44px;
  height: 32px;
  display: block;
}
header .blogger-icon:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
/* Footer Styling*/
.footer-wrap p {
  font-size: 11px;
  color: #a3a3a3;
}
.footer-wrap .social-media-icons {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.footer-wrap .social-media-icons .fa {
  margin: 0 5px;
  padding: 0;
  display: block;
  color: #cccccc;
  transition: all 0.3s ease;
}
.footer-wrap .social-media-icons .fa:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer-wrap .social-media-icons a:hover {
  text-decoration: none !important;
}
.footer-wrap .blogger-icon {
  width: 27.44px;
  height: 32px;
  display: block;
  transition: all 0.3s ease;
}
.footer-wrap .blogger-icon:hover {
  opacity: 0.7;
}
.contact-img {
  text-align: center;
  margin: 50px 0 10px 0;
}
footer {
  padding: 20px 0;
  text-align: center;
  background: transparent;
}
footer .footer-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
footer .footer-nav li {
  color: #009ce5;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #cccccc;
}
footer .footer-nav a {
  color: #009ce5;
}
footer .footer-nav li a:hover {
  text-decoration: underline;
}
footer .footer-nav li:last-child {
  border-right: none !important;
}
/* Sidebar bar */
/* Sidebar-left */
.sidebar-left {
  width: 18%;
  min-height: 600px;
  float: left;
}
.sidebar-left .nav-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.sidebar-left .nav-sidebar li {
  border-bottom: 1px dotted #cccccc;
}
.sidebar-left .nav-sidebar a:hover {
  text-decoration: none;
}
.sidebar-left .nav-sidebar li a {
  padding: 10px;
  display: block;
  width: auto;
  font-size: 14px;
  text-decoration: none;
  color: #009ce5;
  transition: all 0.3s ease;
}
.sidebar-left .nav-sidebar li a:hover {
  background: #f6f6f6;
}
.sidebar-left .nav-sidebar li:last-child {
  border-bottom: none !important;
}
.sidebar-left h4.sidebar-head {
  font-weight: 100;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  font-family: Lato-Bold;
  background: #790000;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}
/* Sidebar-right */
.sidebar-right {
  width: 18%;
  min-height: 600px;
  float: right;
}
.sidebar-right .nav-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.sidebar-right .nav-sidebar li {
  border-bottom: 1px dotted #cccccc;
}
.sidebar-right .nav-sidebar a:hover {
  text-decoration: none;
}
.sidebar-right .nav-sidebar li a {
  padding: 10px;
  display: block;
  width: auto;
  font-size: 14px;
  text-decoration: none;
  color: #009ce5;
  transition: all 0.3s ease;
}
.sidebar-right .nav-sidebar li a:hover {
  background: #f6f6f6;
}
.sidebar-right .nav-sidebar li:last-child {
  border-bottom: none !important;
}
.sidebar-right .side-testimonials p {
  padding: 5px;
  margin: 0;
  font-style: italic;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 15px;
  color: #333333;
}
.sidebar-right .side-testimonials li {
  display: block;
  padding: 15px 10px;
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.sidebar-right .side-testimonials span.test-author {
  display: block;
  font-family: Lato-Bold;
  font-size: 11px;
}
.sidebar-right .side-testimonials .fa-quote-left,
.sidebar-right .side-testimonials .fa-quote-right {
  color: #cccccc;
  display: block;
}
.sidebar-right .side-testimonials .fa-quote-left {
  text-align: left;
  margin-top: -15px;
}
.sidebar-right .side-testimonials .fa-quote-right {
  text-align: right;
}
.sidebar-right .testimonial-person {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.sidebar-right h4.sidebar-head {
  font-weight: 100;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  font-family: Lato-Bold;
  background: #790000;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}
/* Styling Subpages */
.inc-wrap {
  width: 63%;
  margin-bottom: 10px;
  float: left;
}
.inc-wrap h1 {
  font-size: 1.1rem;
}
.inc-wrap a {
  text-decoration: underline;
  color: #009ce5;
}
.inc-wrap a:hover {
  transition: all 0.3s ease;
}
.inc-content {
  padding: 30px;
  margin: 0 0 0 12px;
  min-height: 600px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.inc-content a.tmenu {
  text-indent: 15px;
  vertical-align: bottom;
}
.inc-content table {
  border-spacing: 0;
  border-collapse: collapse;
}
.inc-content table td {
  padding: 0;
}
.inc-content table td .tab {
  padding: 10px 20px !important;
  display: block;
  color: #ffffff;
}
/* Profile Body */
#profTable {
  background: transparent;
  padding-top: 10px;
  font-size: 14px;
  margin-top: 50px;
}
.imgProfile {
  margin-top: 10px;
}
/* Profile Menu */
.profile-menu {
  width: 1200px;
  padding-top: 50px;
}
.menu-pulldown {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  height: 20px;
  border: 1px solid #cccccc;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  width: 200px;
  outline: none;
}
.font-Navbar-Heading {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #cccccc;
  text-transform: capitalize;
  color: #ffffff !important;
  background: #790000 !important;
  padding: 5px 0;
}
.font-Navbar-Heading a {
  color: #ffffff !important;
}
.profAdv {
  text-align: left !important;
}
.profAdv p {
  text-align: center;
  margin-left: -40px;
}
