/*
Theme Name: PULSE2.COM
Theme URI: https://pulse2.com
Description: Theme for Pulse 2.0
Version: 2019
Author: Pulse 2.0
Author URI: https://pulse2.com
*/

body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.5em;
  background: #fff;
}

a {
  color: #c4282e;
}

a:hover {
  color: #c4282e;
  text-decoration: underline;
}

p {
 margin-bottom:26px;
 }
 
a img:hover{
  opacity: .8;
 }
 
 .content {
	font-family: "Georgia","Cambria","Times New Roman","Times",serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;

 }
 
.font20 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.font24 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #000;
}

.color {
  color: #244149;
}
.color-alt {
  color: #f47629;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;  
}

h1 {
  font-size: 36px;
  line-height: 1.3em;
  margin: 0 0 18px;
  font-weight: 500;
  color: #244149;
  
}
h1 a {
  color: #244149;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}
h1 a:hover {
  color: #f47629;
  text-decoration: none;
}
h1 b{
  color: #f47629;
  font-weight: 500;
}



h2 {
  font-size: 34px;
  line-height: 1.3em;
  margin: 0 0 18px;
  font-weight: 500;
  color: #244149;
}

h2 a {
  color: #244149;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

h2 a:hover {
  color: #f47629;
  text-decoration: none;
}

h2 b {
  color: #f47629;
  font-weight: 500;
}




@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  h2.smaller {
    font-size: 44px;
  }
}
h3 {
  font-size: 24px;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 0px 0px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
h3 span.light {
  font-weight: 300;
}
h3 b {
  font-weight: 500;
}
h3.dark {
  color: #244149;
}
h4 {
  font-size: 26px;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  color: #ff3600;
}

h4 .icon {
  font-size: 0.6666em;
  padding-right: 7px;
  vertical-align: baseline;
}
h4.subtitle {
  margin-top: -7px;
  margin-bottom: 30px;
}
h4.dark {
  color: #244149;
}
h5 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #272727;
}
@media (max-width: 767px) {
  h5 {
    margin: 0 0 10px;
  }
}
h6 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #272727;
}

/*-------- 1.5 Social Icons      --------*/
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
  list-style: none;
  text-align: center;
}
.social-links ul li a {
  font-size: 36px;
  color: #d0d0d0;
  text-decoration: none;
}
.social-links ul li a:hover {
  color: #f47629;
}
@media (max-width: 1199px) {
  .page-content .social-links ul li {
    margin: 0 0 3px 0;
  }
}


@media (max-width: 1199px) {
.social-links ul li a {
  	display: block;
  }
}

@media (max-width: 768px) {
.social-links ul li a {
  	display: inline;
  }
}


.social-links-fixed ul {
  margin: 0;
  padding: 0;
}
.social-links-fixed ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.social-links-fixed ul li a {
  font-size: 36px;
  color: #000;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
.social-links-fixed ul li a:hover {
  color: #f47629;
}





/*---------------------------------------*/
/*--------   2. Main Structure   --------*/
/*---------------------------------------*/
/*--------   2.1 Layout Styles   --------*/
body,
html {

}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/*--------   2.2 Header          --------*/



.top-line {
background: #f36523;
height: 5px;
display: none;
}


header.page-header {
  position: relative;
  z-index: 100000;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}
header .header-top {
  padding: 20px 0px 20px 0px;
}
header .logo {
  position: relative;
  overflow: hidden;
}
header .logo > a {
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 auto;
}
header .logo span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
header .logo span img {
  height: 75%;
  max-width: none;
}
header .logo img {
  max-width: 100%;
}
header .phone {
  padding: 20px 0 0 0;
  float: right;
}
header .phone span {
  display: inline-block;
  vertical-align: bottom;
}
header .phone .number {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}
header .phone .number .icon {
  display: inline-block;
  width: 28px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #f47629;
}
header .phone .number span {
  display: inline-block;
  vertical-align: middle;
}
header .phone .under-number {
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 600;
  color: #000000;
}
header .social-links {
  margin-top: 25px;
}
header .social-links ul li a {
  color: #244149;
}
body:not(.home) header.page-header {

}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  
  #navbar-main.affixed-top {
    background: #fff;
  }
  #navbar-main.affix {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-height: 70px;
    margin-bottom: 0;
    padding: 0;
  }
  .ecaret {
    dispaly: none;
  }
  #slidemenu {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto -5px;
    display: inline-block;
  }
  .navbar-nav > li > a {
    font-size: 18px;
    padding: 20px 27px 12px 27px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #f36523;
  }
  .navbar-nav li.active > a {
    color: #f36523;
  }
  .navbar-nav .dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    bottom: auto !important;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  }
  .navbar-nav .dropdown .dropdown-menu li.open > a {
    background-color: transparent;
  }
  .navbar-nav .dropdown .dropdown-menu li > a {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 55px 10px 35px;
    text-transform: uppercase;
    color: #244149;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  .navbar-nav .dropdown .dropdown-menu li > a:hover,
  .navbar-nav .dropdown .dropdown-menu li > a:focus {
    background-color: transparent;
    color: #f47629;
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav .dropdown .dropdown-menu li:last-child > a {
    border-bottom: 0;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    top: 6px;
  }
  .navbar-nav .dropdown .dropdown-menu .ecaret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    float: right;
    margin-top: 0;
    margin-right: -10px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .navbar-nav .dropdown .dropdown-menu .ecaret:before {
    font-family: 'Electrician';
    content: "\e90e";
  }
  .navbar-nav .dropdown .dropdown-menu li > a:hover .ecaret {
    margin-right: -20px;
  }
}
@media (max-width: 1199px) {
 
  header .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {

header .p2-home-menu {
	display: none;
}


  header.page-header .navbar-nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  header.page-header .social-links {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {

body:not(.home) header.page-header {
  border-bottom: 1px solid #244149;
  background: #f3f3f3;
}

  header.page-header {
    padding: 0;
    margin: 0;
  }
  header.page-header .header-top {
    padding: 0;
  }
  header.page-header .header-top .row > .col-sm-4:first-child {

  }
  header.page-header .social-links {
    margin-top: 7px;
    float: right;
  }
  header.page-header .social-links ul li {
    margin: 0 0 5px 5px;
  }
  header.page-header .social-links ul li a {
    color: #fff;
    font-size: 27px;
  }
  header.page-header .logo {
    text-align: center;
    padding: 10px 0;
    width: 100%;
  }
  header.page-header .logo > a {
    max-width: 250px;
  }
  header.page-header .phone {
    padding: 0 0 15px;
    text-align: center;
    float: none;
  }
  header.page-header .phone div:not(.number) {
    display: none;
  }
  header.page-header .phone .number {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
  }
  header.page-header .phone .number .icon {
    font-size: 14px;
    padding: 0 10px 0 0;
    vertical-align: middle;
  }
  header.page-header .navbar {
    position: static;
    min-height: 0;
    border: 0;
    margin: 0;
  }
  header.page-header .dropdown-menu {
    border-radius: 0;
  }
  header.page-header .navbar-nav .ecaret {
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
  }
  header.page-header .navbar-nav .ecaret:after {
    content: '+';
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
  }
  header.page-header .navbar-nav li.opened > a > .ecaret:after {
    content: '\2013';
  }
  header.page-header .navbar-nav li {
    background: transparent;
    position: relative;
  }
  header.page-header .navbar-nav li > a {
    position: relative;
  }
  header.page-header .navbar-nav > li > a,
  header.page-header .navbar-nav > li > a:focus {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  header.page-header .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  header.page-header .navbar-nav .opened > a,
  header.page-header .navbar-nav .opened > a:focus,
  header.page-header .navbar-nav .opened > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  header.page-header .navbar-toggle {
    position: absolute;
    top: 14px;
    left: 5px;
    padding: 0 10px;
    margin: 0;
    font-size: 30px;
    color: #000;
  }
  header.page-header .navbar-toggle .icon-cancel {
    display: none;
    font-size: 26px;
  }
  header.page-header .navbar-toggle.slide-active .icon-cancel {
    display: inline;
  }
  header.page-header .navbar-toggle.slide-active .icon-menu {
    display: none;
  }
  header.page-header .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
    display: none;
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    border: 0;
  }
  header.page-header .navbar-nav .dropdown-menu a,
  header.page-header .navbar-nav .dropdown-menu a:focus {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: transparent;
    padding: 10px 15px 10px 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  header.page-header .navbar-nav .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  header.page-header .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: #fcfcfc;
  }
  header.page-header .navbar-nav .opened > .dropdown-menu {
    display: block;
  }
}

/*--------   2.2.1 Slide Menu    --------*/
body.slide-active {
  overflow-x: hidden;
}
#page-content {
  position: relative;
  left: 0;
}
#page-content.slide-active {
  padding-top: 0;
}
.navbar-header {
  position: relative;
}
@media (max-width: 767px) {
  #slide-nav .container {
    margin: 0!important;
    padding: 0!important;
    height: 100%;
  }
  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px;
  }
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 270px;
    top: -1px;
    z-index: 1000;
  }
  #slide-nav #slidemenu {
    left: -100%;
    width: 270px;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: 0;
    margin: 0;
  }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 10px 0 0;
  }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }
  #slide-nav {
    border-top: 0;
  }
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 270px;
    left: -270px;
    background: #244149;
  }
}
@media (min-width: 768px) {
  #page-content {
    left: 0 !important;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
}
/*--------   2.3 Footer          --------*/

@media (min-width: 991px) {
 
.col-md-text-left {
 text-align: right;
}
}
@media (max-width: 991px) {
 
.col-md-text-left {
 text-align: left;
}
}
.footer {
	background-color: #244149;
	padding: 35px 0 0px 0;
	color: #cfcfcf;
	font-size: 18px;
	line-height: 1.4em;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	color: #cfcfcf;
}
.footer a:hover {
	color: #c7cccf;
}
.footer .headline {
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}
.footer .areas ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer .areas ul li {
	margin: 0px;
	padding: 0px;
}
.footer .areas ul li a {
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	display: block;
}
.footer .areas ul li a:hover {
	color: #fff;
}
.footer .legal {
	padding: 15px 0 15px 0;
	background: #0e1e22;
	margin-top: 33px;
	color: #dce6e9;

}
.footer .legal .legal-menu {
	margin-top: 8px;
}
.footer .legal span {
	display: inline-block;
	padding: 4px 0px 4px 0px;
	margin: 7px 0px 0px 0px;
}




.footer-top {
  padding: 15px 0px 12px 0px;
  background: #f47629;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.footer-top-small {
  background: #f36523;
  height: 5px;
}


.footer-top a{
  color: #fff;
}

/*-----  3.12 Blog page         --------*/

.the-date {
font-size: 16px;
color: #f36523;
}

.the-title-date {
color: #000;
font-size: 16px;

padding: 6px;
font-style: italic;
}

.blog-post {
  margin-bottom: 50px;
  background-color: #fff;
}
.blog-post .post-content {
  padding: 42px 0px 25px 0px;
}
.blog-post .post-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.blog-post .post-quote {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(53, 58, 77, 0.75);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.blog-post .post-quote p {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  margin: 0 15%;
  width: 70%;
}
@media (max-width: 767px) {
  .blog-post .post-quote p {
    font-size: 18px;
    line-height: 22px;
  }
}
.blog-post .post-quote p:after,
.blog-post .post-quote p:before {
  font-family: "Electrician";
  content: '\e90d';
  display: block;
  position: absolute;
  top: -20px;
  left: -14%;
  color: #f47629;
  font-size: 42px;
  line-height: 1em;
  font-style: normal;
}
@media (max-width: 767px) {
  .blog-post .post-quote p:after,
  .blog-post .post-quote p:before {
    font-size: 30px;
  }
}
.blog-post .post-quote p:before {
  content: '\e911';
  left: auto;
  right: -14%;
}
.blog-post .post-quote .quote-author {
  margin-top: 36px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .blog-post .post-quote .quote-author {
    margin-top: 20px;
  }
}
.blog-post .post-image {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}
.blog-post .post-image img {
  width: 100%;
}
.blog-post .post-image .post-link-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog-post .post-image .post-link {
  font-size: 42px;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
@media (max-width: 767px) {
  .blog-post .post-image .post-link {
    font-size: 4vw;
  }
}
.blog-post .post-image .post-link:hover {
  color: #f47629;
  text-decoration: none;
}
.blog-post .post-date {
  position: absolute;
  background: #f47629;
  width: 69px;
  height: 68px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 9px 0;
}
.blog-post .post-date .day {
  display: block;
  font-size: 34px;
  line-height: 1em;
  font-weight: bold;
}
.blog-post .post-date .month {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.blog-post .post-title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 44px;
  line-height: 1.1em;
}
.blog-post .post-meta {
  color: #244149;
  font-size: 15px;
  position: absolute;
  top: 107px;
  left: 0;
}
.blog-post .post-meta i.icon,
.blog-post .post-meta span {
  display: inline-block;
  vertical-align: middle;
}
.blog-post .post-meta i.icon {
  font-size: 16px;
  padding-right: 7px;
}
.blog-post .post-meta:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .blog-post .post-meta {
    padding-right: 10px;
  }
}
.blog-post .post-teaser,
.blog-post .post-teaser p {
  color: #244149;
}
.blog-post .post-author {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 20px;
}
.blog-post .post-author img {
  margin-right: 20px;
  border-radius: 50%;
}
.blog-post.single {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d4d7;
}
.blog-post.single .post-content {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-post.single .post-content {
    padding-left: 0;
    padding-top: 100px;
  }
}
.blog-post.single .post-title {
  font-size: 44px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-post.single .post-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blog-post.single .post-teaser {
    padding-left: 0;
  }
}
.blog-post.single .post-teaser ul:not(.tags-list) {
  margin: 0 0 45px;
  padding: 0 0 0 30px;
}
.blog-post.single .post-teaser ul:not(.tags-list) li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-post.single .post-meta {
    top: 25px;
    right: 0;
    left: auto;
  }
}

/*-----  3.2 Category block      --------*/
.category-item {
  text-align: left;
}
.category-item .category-image {
  margin-bottom: 15px;
}

.category-item img {

}

.category-item .category-image a {

}

.category-item .category-image img:hover {
	opacity: 0.7;
}

.category-item .category-image img {
	width: 100%;
}

.category-item .category-title h2 {
  font-size: 26px;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: none;
  color: #244149;
}

.category-item .category-title h3 {
  font-size: 22px;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: none;
  color: #244149;
}

.category-item .category-title-archive h3 {
 font-size: 32px;
 line-height: 1.3em;
 padding: 0;
 margin: 0 0 0px 0px;
 font-weight: bold;
 text-transform: none;
 color: #000;
}

.category-item .category-title-archive h3:hover {
text-decoration: underline;
color: #000;
}

@media (max-width: 767px) {
  .category-title-archive h3 {
    font-size: 24px !important;
  }
  
  .category-item .category-image img {
  	margin-top:9px;
  }
  
}

.category-item .category-title h2:hover, .category-item .category-title-archive h2:hover {
  color: #f65003;
}
.category-item a:hover{
text-decoration: none;
}

/*******************************/
/****** 3. Helper Classes ******/
/*******************************/

.thin{font-weight:300;}     /* Font weight can be chosen */
.normal{font-weight:400;}
.bold{font-weight:700;}

.font-1{font-family: 'Roboto', serif;}
.font-2{font-family: 'Open Sans', sans-serif;}

.font16{font-size: 16px;}   /* Various Font Size Classes can applied */
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font36{font-size: 36px;}

.color1{color: #0068b3;}     /* Blue Color */
.color2{color: #f7f7f7;}     /* Light Grey Color */
.color3{color: #2e3c4d;}     /* Dark Color */
.inverse{color: #fff;}       /* White Color */

.bgcolor1{background-color: #0068b3;}     /* Blue Color Background */
.bgcolor2{background-color: #f7f7f7;}     /* Yellow Color Background */
.bgcolor3{background-color: #2e3c4d;}     /* Dark Color Background */
.bginverse{background-color: #fff}        /* White Color Background */

.nom{margin:0;}                                 /* No Margin */
.nom-tb{margin-top: 0; margin-bottom: 0;}       /* No Margin on Top and Bottom */
.nop, .no-gutter{padding:0 !important;}         /* No Padding */
.nop-tb{padding-top: 0; padding-bottom: 0;}     /* No Padding on Top and Bottom */

.mt-10{margin-top:10px;}        /* Margin Top Classes */
.mt-20{margin-top:20px;}       
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-100{margin-top:100px;}

.mb-1{margin-bottom:1px;}     /* Margin Bottom Classes */
.mb-10{margin-bottom:10px;}     
.mb-20{margin-bottom:20px;}    
.mb-30{margin-bottom:30px;}    
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}
.mb-100{margin-bottom:100px;}

@media (max-width: 767px) {
.mb-20-mobile{margin-bottom:20px;}     /* Margin Bottom Classes */
}

@media (min-width: 767px) {
.mt-20-desktop{margin-top:20px;}
}



.pt-20{padding-top:20px;}       /* Padding Top Classes */
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}

.pb-20{padding-bottom:20px;}    /* Padding Bottom Classes */
.pb-40{padding-bottom:40px;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}

.p20,
.p40,
.p60,
.p80,
.p100{padding:40px;}     /* Padding remains 40px on Mobile Devices. For larger screens, padding values are provided in Responsive CSS */

.text-muted{color: rgba(255, 255, 255, 0.8);}
.text-primary{color: #0068b3;}
.text-success{color: #41c741;}
.text-info{color: #00c4ff;}
.text-warning{color: #ffc800;}
.text-danger{color: #e62c22;}

.bg-primary{background-color: #0068b3; color: #fff; padding:0px 5px;}
.bg-success{background-color: #41c741; color: #fff; padding:0px 5px;}
.bg-info{background-color: #00c4ff; color: #fff; padding:0px 5px;}
.bg-warning{background-color: #ffc800; color: #fff; padding:0px 5px;}
.bg-danger{background-color: #e62c22; color: #fff; padding:0px 5px;}

.xs-center, .sm-center, .md-center, .lg-center{     /* Center Text Based On Device Width */
    display: block;
    text-align: center;
}

.justify{text-align:justify;}

.lead{font-size: 19px; line-height: 1.55em;}


.pagination-prev-next-container {
	padding: 10px;
}

.pagination-prev-next {
    color: #244149 !important;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    margin: 10px 4px 10px 4px;
}


.pagination {
    margin: 5px 0px 0px 0px;
}

.pagination a {
    color: #244149 !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px 0px 4px;
}

.pagination .current {
    margin: 0 4px 0 0px;
    background-color: #244149;
    color: #fff;
    border: 1px solid #244149;
}

.pagination a:hover {
	background-color: #dcdcdc;
}

@media (max-width: 767px) {
	.pagination {
	    font-size: 18px !important;;
	}
}

.main-title-header {
	padding: 0px 0px 0px 0px; 
	text-align: center; 
}

.main-title-header.search-results {
background: #f47629;
padding: 10px 0px 10px 0px;
color: #fff;
}

.main-title-header.search-results h1 {
color: #fff;
font-size: 22px;
margin: 0;
padding: 0;
}
.search-title {
color: #0072bc;
font-size: 24px;
}

.search-meta {
color: #333;
font-size: 16px;
}

.main-title-header-container {
	padding: 20px 0px 0px 0px; 
	text-align: center; 
	border-bottom: 0px dotted #000;
}

.main-title-header-container-left {
	padding: 20px 0px 0px 0px; 
	text-align: left; 
	border-bottom: 0px dotted #000;
}


.blog-page.main-title-header h1 {
	color: #000;
	margin: 0px;
	font-size: 56px;
	font-weight: bold;
	}

@media (max-width: 767px) {
  .blog-page.main-title-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .main-title-header.search-results h1 {
  font-size: 18px;
  }
  
}
@media (max-width: 479px) {
  .blog-page.main-title-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.main-section-header {
	padding: 20px 0px 18px 0px; 
	text-align: center; 
	border-bottom: 1px solid #000;
}


	
.main-section-header h1 {
	color: #f36523;
	margin: 0px;
	font-size: 56px;
}

.main-section-header.archive h1 {
	color: #f47629;
	margin: 0px;
	font-size: 38px;
}


@media (max-width: 767px) {
  .main-section-header h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
	
.static-page.main-title-header h1 {
	color: #000;
	margin: 0px;
}

.static-page {
border-bottom: 1px solid #000;
padding: 10px;

}

.single-blog-post h2, .single-blog-post h3, .single-blog-post h4{
	color: #000;
	margin: 20px 0 20px 0;
}

.navbar-footer {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar-footer li {
	display:inline-block;
	margin-right: 12px;
}

.navbar-footer li a {
    color: #dce6e9;
    text-decoration: none;
    
}

.navbar-footer li a:hover {
    text-decoration: underline;

}






.menu-footer {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-footer li {
	display:inline-block;
	margin-right: 5px;
}

.menu-footer li a {
    color: #dce6e9;
    text-decoration: none;
    
    
}

.menu-footer li a:before{
    content: " ● ";
}

.menu-footer li:first-child a:before { 
	content: ""; 
}


@media (max-width: 991px) {
.menu-footer li:first-child a:before { 
	content: " ● "; 
}
}



.menu-footer li a:hover {
    text-decoration: underline;

}






#tribal-300x250 {
	height:250px;
	width:300px;
	overflow:hidden;
	border:0px solid #333333;
	margin:0px;
	padding:0px;
}

#tribal-728x90 {
	height:90px;
	width:728px;
	overflow:hidden;
	border:0px solid #333333;
	margin:0px;
	padding:0px;
}

.post-div img{
	max-width: 100%;
	height: auto;
}

.post-div h1, .post-div h2, .post-div h3, .post-div h4, .post-div h5, .post-div h6 {
	color: #000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.post-div h1 {
	font-size: 40px;
}

.post-div h2 {
	font-size: 36px;
}

.post-div h3 {
	font-size: 32px;
}

.post-div h4 {
	font-size: 18px;
}

.post-div h5 {
	font-size: 16px;
}

.post-div h6 {
	font-size: 14px;
}


@media (max-width: 479px) {

.post-div h1, .post-div h2, .post-div h3, .post-div h4, .post-div h5, .post-div h6 {
	color: #000;
}

.post-div h1 {
	font-size: 40px;
}

.post-div h2 {
	font-size: 30px;
}


.post-div h3 {
	font-size: 20px;
}

.post-div h4 {
	font-size: 18px;
}

.post-div h5 {
	font-size: 16px;
}

.post-div h6 {
	font-size: 14px;
}

.padding-0{
    padding-right:0px;
    padding-left:0;
}



}



.hero-container {
    position: relative;
}

.hero-container img {
	width: 100%;
}

.hero-container .hero-title h3 a {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}

.hero-container.dark {
    background: rgba(0, 0, 0, 0.7);
}



.padding-0{
    padding-right:1px;
    padding-left:0;
}

.pagelink a:hover {
	color: #ffffff;
	background-color: #f36523;
	border-color: #f36523;
	text-decoration: none;
}

.pagelink a, .pagelink a:active {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ffffff; 
	background-color: #244149;
	text-decoration: none;
}

.pagelink .pagenum {
	display: inline-block;
	padding: 12px 0 12px 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 20px;
	font-weight: bold;
}


@media (max-width: 768px) {
  .pagelink a, .pagelink a:active {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  }
  
  .pagelink .pagenum {
  text-align: center;
  display: block;
  }
  
  .wp-caption {
  width: 100% !important;
  }
  .side-block {
  display: none !important;
  }
  
  
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px 10px 10px 0px;
border-radius: 3px;
max-width: 100% !important;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
max-width: 100%;
width: 100%;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 4px 4px;
margin: 0;
}
.relatedcontent {
font-size: 16px;
line-height: 22px;
margin: 5px 0 10px 0;
}

.relatedcontent a {
color: #000;
}

.related_posts_title {
display: block;
background: #000;
color: #fff;
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
text-align: center;
width: 100%;
}

.embed-youtube iframe {
width:100%;
}

.ad-code {
text-align: center;
width: 100%;
}

.ad-code .ad-code-text {
display: block;
color: #636363;
font-size: 14px;
}

.content .ad-code, .content .ad-code {
text-align: center;
width: 100%;
background: #efefef;
padding: 10px;
}

.ad-code-clear {
text-align: center;
width: 100%;
padding: 10px;
display: flex;
justify-content: center;
}


.mobile-search {
color: #000;
font-size: 28px;
margin-top:16px;
display: block;
}




.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow: hidden;  
}

.search-overlay-content {
  position: relative;
  top: 30%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.search-overlay-content .search-title {
	color: #fff;
	font-size: 26px;
	display: block;
	padding: 20px;
}


.search-overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 100px;
  cursor: pointer;
  color: white;
}

.search-overlay .closebtn:hover {
  color: #ccc;
}

.search-overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.search-overlay input[type=text]:hover {
  background: #f1f1f1;
}

.search-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #f36523;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-overlay button:hover {
  background: #c03d00;
}

.fixed-share-container {
	position: fixed;
	top: 0;
	padding: 6px 0px 0px 0px;
	font-size: 20px;
	display: none;
	z-index: 999999;
  /*background: #f3f3f3;*/
  /*background: #244149;*/
	background: #000;
	height: 45px;
	width: 100%;
	box-shadow: rgba(0,0,0,0.08) 0 0 5px 1px;
	border-bottom: 1px solid #dedede;
	border-bottom: none;
}

.fixed-share-container .fixed-logo{
	max-width: 160px;
	margin-top: 0px;
	width: 100%;
}

.fixed-share-container .fixed-title{
	font-size: 18px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 2px 0 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}

.fixed-share-container .social-links-fixed {
	text-align: right;
	padding: 0px 0 0 0;
	align-items: center;
	height: 36px;
}

.fixed-share-container .social-links-fixed a {
	text-decoration: none;
	font-size: 28px;
}

.fixed-share-container .social-links-fixed a:hover {
	color: #f57127;
}

.fixed-share-container .social-links-fixed .icon-linkedin-circled {
	color: #fff;
  /*color: #0077B5;*/
}

.fixed-share-container .social-links-fixed .icon-twitter-circled {
	color: #fff;
  /*color: #00aced;*/
}

.fixed-share-container .social-links-fixed .icon-facebook-circled {
	color: #fff;
  /*color: #3b5998;*/
}

.single-blog-post ul {
margin: 0px 0px 0px 0px;
padding: 0 0 0 20px;
}
.single-blog-post ul li {
font-weight: bold;
margin: 20px 0 10px 0;
}


.jetpack_top_posts_widget .widgettitle {
color: #fff;
background: #244149;
padding: 8px;
font-size: 20px;
} 


.jetpack_top_posts_widget ul {
list-style: none;
margin: 0px;
padding: 0px;
} 


.jetpack_top_posts_widget ul li {
margin: 0px 0px 6px 0px;
padding: 0px;
} 

.jetpack_top_posts_widget i {
color: #ed1c24;
}

.widget_top-posts .widgets-list-layout li > a {
    width: 40%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 240px;
    width: 100%;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 55%;
}
 
@media only screen and (max-width: 1019px) {
 
    .widget_top-posts ul.widgets-list-layout {
        max-width: 600px;
        margin: 0 auto;
    } 
 
    .widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
        font-size: 24px;
    }
}

.stars-rating{
	width:100%; 
	text-align: center; 
	margin-top: 20px;
}

.stars-rating img{
	width: 100%; 
	max-width: 200px;
}

.stars-rating-list{
	text-align: left;
	margin-left: -3px;
}

.stars-rating-list img{
	width: 100%; 
	max-width: 100px;
}

				.amazon-notice {
					font-style: italic;
					font-size: 18px;
				}

				.aawp {
					font-family: 'Roboto', sans-serif !important;
				}
								
				.aawp .aawp-product--horizontal .aawp-product__image {
					padding: 0px 20px 0px 20px;
				}
				
				.aawp .aawp-product--horizontal {
					border:1px solid #bababa;
					border-top: 6px solid #f36523;
					padding: 20px 0px 0px 0px;
				}
				
				.aawp .aawp-product--horizontal .aawp-product__title {
				    font-size: 20px;
				    font-weight: normal;
				    color: #000;
				  }
				  
				  
				  
				  .aawp .aawp-product--horizontal .aawp-product__footer {
				      text-align: left;
				      margin-left: 160px;
				      padding-left: 20px;
				  }
				  
				  
				  @media (max-width: 768px){
					  .aawp .aawp-product--horizontal .aawp-product__footer {
						margin-left: 0px;
						padding-left: 0px;
					  }
				  }
				  
				  .aawp .aawp-product--horizontal .aawp-p2 {
				  }
				  
				   .aawp .aawp-button {
				   	   width: 100%;
				       box-sizing: border-box;
				       display: inline-block;
				       margin: 0;
				       padding: 18px 12px 18px 12px;
				       border: 0px solid transparent !important;
				       cursor: pointer;
				       font-size: 20px;
				       text-align: center;
				       text-decoration: none !important;
				       border-color: #ccc !important;
				   }
				   
				   .aawp .aawp-button:hover {
				   	   width: 100%;
				       box-sizing: border-box;
				       display: inline-block;
				       margin: 0;
				       border: 0px solid transparent !important;
				       text-align: center;
				       text-decoration: none !important;
				       border-color: #ccc !important;
				   }

				   .aawp .aawp-button:visited, .aawp-button:visited {

				   }

				   .aawp .aawp-product--horizontal .aawp-product__price--current {
				   
				   border: 1px solid #f26522;
				   padding: 0 10px 0 10px;
				   color: #f26522;
				   font-weight: normal;
		}
				   
				   
				   
				   .aawp .aawp-product--list .aawp-product__title{
				   white-space: normal;
				   overflow: visible;
				   }
				   
				   .aawp .aawp-product--list .aawp-product__title:hover{
					color: #000000;
				   }
				   
				   
				   
				   
				   

#cookie-notice {
	z-index: 9999999999 !important;
	font-size: 16px;
}

.cn-privacy-policy-link, .cn-privacy-policy-link:visited, .cn-privacy-policy-link:hover {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: underline;
}

.cn-button {
	font-size: 22px !important;
	padding: 10px 16px !important;
}


.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}  
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-100{margin-top:100px;}

.mb-10{margin-bottom:10px;}    
.mb-20{margin-bottom:20px;}   
.mb-30{margin-bottom:30px;}    
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}
.mb-100{margin-bottom:100px;}

.pt-20{padding-top:20px;}  
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}

.pb-20{padding-bottom:20px;}  
.pb-40{padding-bottom:40px;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}
.pb-100{padding-bottom:100px;}

.specs-table {

}

.specs-table td:nth-child(1) {  
	padding-left: 0px; 
	white-space: nowrap;
}

.specs-table td:nth-child(2) {  
	width:100%; 
	padding-left: 40px;
}


@media (max-width: 768px) {

.specs-table td {
	display:block;
}

.specs-table td:nth-child(2) {  
	width:100%; 
	padding-left: 0px;
	border:none;
}


}
