/*
Theme Name: HeartMath Institute Theme
Theme URI: http: //www.heartmath.org/
Author: HeartMath Institute
Author URI: http: //www.heartmath.org/
Description: A custom WordPress theme built for HeartMath Institute.
Version: 2.1
License: Copyright (c) 2015 HeartMath Institute. All Rights Reserved.
License URI: http: //www.heartmath.org/copyrights-and-trademarks/
*/

/* CSS DIRECTORY
 1. =GLOBAL(=START || =END)
 2. =HEADER
 3. =FOOTER
 4. =CONTENT
 5. =COMPONENTS
 6. =EFFECTS
 7. =HELPERS
 8. =RESETS
 9. =QUERIES
*/


/* ==GLOBAL=START=================================== */
* {
  font-family: "Roboto", Arial, sans-serif;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../../fonts/glyphicons/glyphicons-halflings-regular.eot);
	src: url(../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'), url(../../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'), url(../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}


/* Global - Resets */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #4e5665;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
}

a {
  color: #1875b1;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover, a:focus {
  color: #1875b1;
  outline: none;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
  font-family: inherit;
  font-weight: 400;
}

h1 a, .h1 a, 
h2 a, .h2 a, 
h3 a, .h3 a, 
h4 a, .h4 a, 
h5 a, .h5 a, 
h6 a, .h6 a {
 color: #34495e;
}

h1 a:hover, h1 a:focus, 
h2 a:hover, h2 a:focus, 
h3 a:hover, h3 a:focus, 
h4 a:hover, h4 a:focus, 
h5 a:hover, h5 a:focus, 
h6 a:hover, h6 a:focus {
  color: #2c3e50;
}

h1, .h1 {
  font-size: 48px;
  line-height: 52px; 
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

h1.hm-section {
  margin: 18px 0 30px 0;
}

h2, .h2 {
  font-size: 28px;
  line-height: 32px; 
  margin: 24px 0 12px;
}

h3, .h3 {
  font-size: 26px;
  line-height: 28px; 
  font-weight: 500;
  margin: 20px 0 8px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 24px; 
  font-weight: 400;
  margin: 16px 0 6px;
}


/* Global - Default top-margin of heading classes */
.h1-default {margin-top: 0;}
.h2-default {margin-top: 24px;}
.h3-default {margin-top: 20px;}
.h4-default {margin-top: 16px;}
.h-primary {margin-top: 0;}

.h-list {text-transform: uppercase;}

p {
  margin: 0 0 15px;
}

p, ul {
  /* line-height: 26px; */
  font-weight: normal;
}

hr {
  border-color: #e3ebed; 
}


/* Global - Images */
img.img-default {
  width: auto;
  height: auto;
}

.full-width img {
  width: 100%;
}

img.alignnone {
  display: block;
  position: relative;
}

img.alignright {
  float: right;
  margin: 6px 0 0 20px;
  display: inline;
}

img.alignleft {
  float: left;
  margin: 6px 20px 0 0;
  display: inline;
}

img.aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}


/* Global - Layout Boxed  */
.boxed-container {
  background: #F1F6F7;
  padding: 0;
  
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.boxed-container {
    margin: 20px auto;
}

.breadcrumb {
  background: none;
  padding: 0 inherit;
  margin: 0;
  border-radius: 0; 
}

.breadcrumb > li {
  text-shadow: none;
  font-size: 12px;
}

.breadcrumb > li a{
  color: #859db6;
}

.breadcrumb > .active {
  color: #D0D3D7;
}

.nav-pills > li > a {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.nav-pills > li + li {
    margin-left: 5px;
}

#content-wrapper {
  padding: 40px 0 20px 0;
}

.widget h2 img {
  display: inline;
}

.btn-default {
  color: #ffffff;
  background-color: #f8a545;
  border-color: #f8a545;
}

.btn-primary {
  color: #ffffff;
  background-color: #1875b1;
  border-color: #1875b1;
}

.btn-secondary {
  color: #ffffff;
  background-color: #2aa8e2;
  border-color: #2aa8e2;
}

.more-link {
  display: inline-block;
  margin-top: 10px;
}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.open > .dropdown-toggle.btn-default,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #ffffff;
  background: #ff8800;
  border-color: #ff8800;
  text-decoration: none;
}


/* Global - Pagination */
.pagination {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: 0;
}
 
.pagination > li > a, 
.pagination > li > span {
  display: block;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 0 12px;
  text-decoration: none;
  width: auto;
  color: #34495e;
  background: #ecf0f1;
  min-width: 25px;
  min-height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
}

.single .pagination > li > a, 
.single .pagination > li > span {
  margin: 4px 0px 4px 0;
  color: #fff;
  background: #34495e;

}
.pagination span.page-of {
  float: right;
}
 
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
  background: #1875b1;
}

.pagination .current,
.pagination span.page-of {
  background: #1875b1;
  color: #fff;
}


/* Global - Scroll to Top */
a.scrollup {
  bottom: 20px;
  height: 42px;
  position: fixed;
  right: 20px;
  width: 42px;
  background: #f8a545;
  line-height: 47px;
  text-align: center;
  z-index: 2147483647;
}

a.scrollup:hover,
a.scrollup:focus {
  background: #ff8800;
  text-decoration: none;
}

a.scrollup i {
  color: #fff;
}
/* ==GLOBAL=END=================================== */


/* ==HEADER=START=================================== */
.navbar-primary {
  border-radius: 0;
  background-color: #1b82c5;
  border: none;
  margin: 0;
}
.navbar-secondary {
  border-top: 1px solid #fff;
}

.navbar-logo {
  padding-top: 10px;
  font-size: 24px;
  color: #fff;
}

.navbar-logo:hover {
  color: #f8a545;
  text-decoration: none;
}

.logo-sup {
  top: -1.5em;
  font-size: 35%;
}

.navbar-logo-div {
  padding-right: 75px;
}

.navbar-logo-badge {
  position: absolute;
  bottom: 0;
  left: 21px;
}

.navbar-badge-div {
  position: relative;
  display: inline-block;
}

.navbar-comments-link {
  position: absolute;
  left: 14px;
  top: -4px;
}
.navbar-comments-link a {
  font-size: 11px;
  color: #fff;
}

.navbar-right-btns {
  margin-right: -10px !important;
}

#navbar-logo-tagline {
  font-size: 14px;
  letter-spacing: 0.0825em;
  color: #fff;
  margin: -8px 0 0 3px;
}

.navbar-primary .navbar-nav {
  font-weight: 500;
}

.navbar-primary .navbar-nav > li > a, 
.navbar-primary .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open 
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-primary .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #f8a545;
}

.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary ul.navbar-nav > li.active a {
  color: #f8a545;
  text-decoration: none;
  background-color: inherit;
}

.navbar-primary ul.navbar-nav > li.active a:hover, 
.navbar-primary ul.navbar-nav > li.active a:focus, 
.navbar-primary ul.navbar-nav > li.active a:active {
  color: #f8a545;
  text-decoration: none;
  background-color: inherit;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-weight: 500;
  color: #fff;
  background-color: #2aa8e2;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #2aa8e2;
}

.dropdown-menu {
  background-color: #2aa8e2;
}


/* Header - Header Section */
header.site-header .bottom-header {
  background: #fff;
  padding-top: 35px;
}

header.site-header.stacked,
header.site-header.centered-mode {
  padding-top: 0px;
}

header.centered-mode .top-wrapper {
  background: #1875b1;
  margin-bottom: 20px;
}


/* Header - Top Part */
header.centered-mode .top-header {
  margin-top: 0px;
  padding: 15px 0;
}

header.stacked .top-header {
  margin: 0px;
  padding: 15px 0 0 0;
}

header .top-header p{
  margin: 0;
  font-size: 12px;
  color: #a3afbc;
  padding: 10px 0; 
}

header.centered-mode .top-header p,
header.stacked .top-header p {
  padding: 0;
  line-height: 30px;
  margin-left: 15px;
}

header .top-header .right-placeholder {
  text-align: right;
}
header .top-header .left-placeholder {
  text-align: left;
}


/* Header - Social Icons */
.social-icons-widget ul {
  margin: -3px 20px 0 0;
}

.social-icons-widget ul li {
  padding: 0;
}

.social-icons-widget ul li a {
  background: #71B2E0;
  float: left;
  height: 25px;
  width: 25px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.social-icons-widget ul li a img {
  vertical-align: baseline;
}

.social-icons-widget ul li a:hover {
  text-decoration: none;
}

.social-icons-widget ul li a.social-facebook:hover {
  background: #3b5998;
}

.social-icons-widget ul li a.social-twitter:hover {
  background: #00acee;
}

.social-icons-widget ul li a.social-pinterest:hover {
  background: #e33a0c;
}

.social-icons-widget ul li a.social-youtube:hover {
  background: #c4302b;
}
/* ==HEADER=END=================================== */


/* ==FOOTER=START=================================== */
.footer {
 background: #1875b1;
  color: #fff;
  padding-bottom: 100px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #f8a545;
  text-decoration: none;
}

.footer a.active {
  color: #f8a545;
}

.footer-nav {
  padding: 30px;
}

.footer-nav p {
  margin: 0;
}

.footer-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.footer ul:before {
  padding-top: 30px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  padding-bottom: 10px;
}

.footer-well {
  color: #666;
  background-color: #cee3fe;
  border: none;
}

.footer-newsletter-btn {
  background-color: #ff8800;
  float: left;
  margin-right: 10px;
  height: 45px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  font-size: 40px;
  border: 1px solid #85acdc;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.footer-newsletter-link {
  color: #666 !important;
  text-decoration: underline;
}
.footer-newsletter-link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.footer-social-icons ul {
  margin: 0;
}

.footer-social-icons ul li {
  padding: 0 5px;
}

.footer-social-icons ul li a {
  float: left;
  height: 40px;
  width: 40px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.footer-social-icons ul li a img {
  vertical-align: baseline;
}

.footer-social-icons ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social-icons ul li a.social-facebook {
  background: #3b5998;
}
.footer-social-icons ul li a.social-facebook:hover {
  background: #5178ca;
}

.footer-social-icons ul li a.social-twitter {
  background: #00acee;
}
.footer-social-icons ul li a.social-twitter:hover {
  background: #02b9ff;
}

.footer-social-icons ul li a.social-pinterest {
  background: #e33a0c;
}
.footer-social-icons ul li a.social-pinterest:hover {
  background: #ff410e;
}

.footer-social-icons ul li a.social-youtube {
  background: #c4302b;
}
.footer-social-icons ul li a.social-youtube:hover {
  background: #f23e38;
}
/* ==FOOTER=END=================================== */


/* ==CONTENT=START=================================== */
section#content {
  padding: 30px 0;
}

section#content.page-fullscreen {
  padding: 0;
}

.wpb-is-off section#content.page-fullscreen, 
.wpb-is-off section#content.page-fullscreen .container {
  padding: 0;
}


/* Content - Sub-Header */
section#subheader {
  background-color:#fff !important;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

section#subheader.has_header_image {
  padding: 100px 0;
}

section#subheader.has_header_image .breadcrumb > li a,
section#subheader.has_header_image .breadcrumb > li {
  color: #fff;
}

section#subheader ul.breadcrumb {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
  top: -10px;
  position: relative;
}

section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

section#subheader .page-header-image {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

section#subheader .page-header-image img {
  border-radius: 0;
}

.single section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

section#subheader  ul.breadcrumb * {
  color:#79848F;
}


/* Content - Posts */
article.post {
  margin-bottom: 50px;
}

article .entry-title {
  font-size: 24px;
}

article .post-image {
  margin-bottom: 20px;
}

#single-header {
  position: relative;
}

#single-header hr {
  margin-bottom: 0;
}

.article-header-body {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

.single .article-header-body .navigation {
  position: absolute;
  right: 0;
  top: 0;
}

.single .article-header-body .navigation ul.pagination{
  margin: 16px 0;
}

.article-header-body .entry-title {
  margin-top: 0;
  line-height: normal;
  color: #34495E;
}

#single-header .article-header-body .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
}

article footer ul.post-tags {
  padding-left: 0;
  margin-top: 30px;
}

article footer ul.post-tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  height: auto;
}

article footer ul.post-tags li a{
  color: #fff;
  font-size: 12px;
  font-weight: normal; 
}


/* Content - Blog Post Specific Items
----------------------------------------------------------------------------------------*/
p.meta {
  font-size: 14px;
  color: #bcc2c9;
}
p.meta a {
  color: #bcc2c9;
}

p.meta span i{
  margin-right: 5px;
}
p.meta span {
  margin-right: 15px;
}
p.meta span span {
  margin-right: 0px;
}


/* Content - Blog Post Formats
----------------------------------------------------------------------------------------*/
.post-format {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #34495e;
  font-size: 28px;
}

.post-format i {
  line-height: 60px;
}


/* Content - Blog Post Formats - Status */
aside .widget .post-format.status {
  background: #E67E22;
}


/* Content - Blog Post Formats - Quote */
aside .widget .post-format.quote {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Chat */
article.format-chat .post-format.chat,
aside .widget .post-format.chat {
  background: #9b59b6;
}

article.format-chat .entry-content p:nth-of-type(even) {
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

article.format-chat .entry-content p:nth-of-type(odd) {
  padding: 0 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


/* Content - Blog Post Formats - Quote */
article.format-quote .entry-content {
  background: #34495e;
}


/* Content - Blog Post Formats - Link */
article.format-link .entry-title {
  margin-top: 10px;
  color: #fff;
} 

aside .widget .post-format.link {
  background: #1875b1;
}

article.format-link .entry-content {
  background: #1875b1;
  border-left: 80px solid #1875b1;
  padding: 20px 20px 10px 20px;
  position: relative;
  color: #fff;
}

article.format-link .entry-content a {
  color: #fff;
}

article.format-link .post-link-icn-holder {
  color: #FFFFFF;
  font-size: 28px;
  left: -52px;
  line-height: 70px;
  position: absolute;
  top: 20px;
}


/* Content - Blog Post Formats - Image */
article.format-image .post-format.image,
aside .widget .post-format.image {
  background: #e74c3c;
}


/* Content - Blog Post Formats - Video */
article.format-video .post-format.video,
aside .widget .post-format.video {
  background: #ea4c89;
}


/* Content - Blog Post Formats - Audio */
article.format-audio .post-format.audio,
aside .widget .post-format.audio {
  background: #3498db;
}


/* Content - Blog Post Formats - Gallery */
article.format-gallery .post-format.gallery,
aside .widget .post-format.gallery {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Status */
article.format-status .entry-content p {
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
article.format-status .post-format.status img {
  vertical-align: inherit;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


/* Content - Blog Post Formats - Aside */
article.format-aside .entry-content {
  background: #ECF0F1;
  padding: 20px 20px 10px 20px;
}


/* Content - Parent/Fluid Layout - Wrappers
----------------------------------------------------------------------------------------*/
.hm-tier .row.wrapper {
  width: 100%;
  padding: 40px 0;
}

.hm-tier .row.wrapper.pad-reset {padding: 0;}
.hm-tier .row.wrapper.pad-reset-btm {padding-bottom: 0;}
.hm-tier .row.wrapper.pad-reset-top {padding-top: 0;}


/* Content - Wrapper Colors */
.row.style-a {background-color: #ffffff;} /* white */ 
.row.style-b {background-color: #d8f3d6;} /* green */
.row.style-c {background-color: #bbd7ed;} /* blue */
.row.style-d {background-color: #eef2fe;} /* blue (light) */
.row.style-e {background-color: #f8f3d6;} /* yellow */


/* Content - Parent/Fluid Layout - Menu Nav (left-column)
----------------------------------------------------------------------------------------*/
.hm-nav-section > ul.nav * {
  padding: 0; 
  margin: 0;
}

.hm-nav-section > ul.nav > li { 
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #fff;
  padding: 6px 10px;
  color: #fff;
}

.hm-nav-section > ul.nav > li a {
  background: none;
  color: #fff;
}

.hm-nav-section > ul.hm-nav-current > li {
  background: #959346;
}

.hm-nav-section > ul.hm-nav-current > li:hover {
  background: #878545;
}

.hm-nav-section > ul.hm-nav-related > li {
  background: #b87f9f;
}

.hm-nav-section > ul.hm-nav-related > li:hover {
  background: #af7596;
}

.hm-nav-section > ul.hm-nav-current > li:hover, 
.hm-nav-section > ul.hm-nav-related > li:hover {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}

.hm-nav-section > ul.nav > li.nav-header {
  background:#fff;
  font-size:20px;
  line-height:normal;
  font-weight:400;
  text-transform:uppercase;
  color:#b1005d;
  padding:0;
}

.hm-nav-section > ul.nav > li.nav-header:after {
  content:":";
}

.hm-nav-section > ul.nav.hm-nav-related > li.nav-header {
  margin-top:12px;
}

.hm-nav-section img.hm-nav-img {
  margin-bottom:12px;
}


/* Content - Typography
----------------------------------------------------------------------------------------*/
.font-weight-thin {font-weight: 300;}
.font-weight-lt {font-weight: 400;}
.font-weight-md {font-weight: 500;}
.font-weight-bold {font-weight: 700;}
b, strong {font-weight: 700;}

.font-size-xs {font-size: 80%; line-height: normal;}
.font-size-sm {font-size: 85%; line-height: normal;}
.font-size-md {font-size: 125%; line-height: normal;}
.font-size-lg {font-size: 150%; line-height: normal;}
.font-size-xl {font-size: 175%; line-height: normal;}
.font-size-xxl {font-size: 200%; line-height: normal;}


/* Content - Lists
----------------------------------------------------------------------------------------*/
ul.ul-reset, ol.ol-reset {padding: 0; margin: 0;}
ul.ul-reset-top, ol.ol-reset-top {padding-top: 0; margin-top: 0;}
ul.ul-reset-btm, ol.ol-reset-btm {padding-bottom: 0; margin-bottom: 0;}

.li-xs li {margin-bottom: 3px;}
.li-sm li {margin-bottom: 6px;}
.li-md li {margin-bottom: 16px;}
.li-lg li {margin-bottom: 20px;}
.li-xl li {margin-bottom: 30px;}

li:last-child {
  margin-bottom: 0;
}

.li-style-a {
  list-style: none;
  padding: 0;
  margin: 0;
}

.li-style-a li { 
  padding-left: 25px; 
  text-indent: -10px;
}

.li-style-a li:before {
  position: relative;
  content: "\2022"; /* numerical unicode for &bull; */
  font-size: 32px;
  color: #b2005b;
  padding-right: 6px;
  top: 6px;
}


/* Content - Icons
----------------------------------------------------------------------------------------*/
.ico-asterisk-02 {
  position: relative; 
  display: inline-block; 
  background: url(/assets/uploads/2014/09/sprite-icons-symbol.png) no-repeat -67px -18px; 
  width: 16px; 
  height: 16px;
}
/* ==CONTENT=END=================================== */


/* ==COMPONENTS=START=================================== */

/* Components - Sidebar
----------------------------------------------------------------------------------------*/
aside {
  display: inline-block;
  width: 100%;
}

div.widget {
  margin-bottom: 50px;
  color: #A1A8AF;
}

div.widget a {
  color: #79848f; /* the same color as the menu */
}

h4.widget-title {
  color: #34495E;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.widget.widget_text {
  margin-bottom: 20px;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul.children,
.widget ul.sub-menu {
  margin-left: 20px;
}

.widget ul li {
  border-bottom: none;
  list-style: none;
  margin-top: 12px;
  padding-left: 0;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li .post-date {
  display: block;
  font-style: italic;
  margin-top: 3px;
  font-size: 14px;
}
.widget ul li .post-date:before {
  content: '\7d';
  font-family: 'ElegantIcons';
  font-style: normal;
  margin-right: 5px;
}


/* Components - Widget - Tags */
.widget ul.wp-tag-cloud li:before {
  content: none;
  margin-right: 0; 
}

.widget ul.wp-tag-cloud li {
  display: inline-block;
  background: #ECF0F1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #6B6B6B;
  text-align: center;
  text-shadow: none;
  padding: 8px 12px;
  margin-right: 8px;
}

.widget ul.wp-tag-cloud li:first-child {
  margin-top: 12px;
}

footer .widget ul.wp-tag-cloud li {
  background: #1875b1;
}


/* Components - Widget - Working Hours */
.working_hours ul li {
  width: 100%;
}

.working_hours ul li:before {
  font-family: 'ElegantIcons';
  content: '\7d';
  margin-right: 20px; 
}

.working_hours ul li.other-details:before {
  content: '';
  margin-right: 0;
}


/* Components - Widget - Recent Comments */
.widget ul#recentcomments li:before {
  content: "\76";
  font-family: 'ElegantIcons';
  margin-right: 10px;
}
.widget ul#recentcomments li a {
  display: block;
}


/* Components - Widget - Tabbed Posts */
.widget.tabbed-widget {
  float: left;
  width: 100%;
}

.widget.tabbed-widget ul.nav-tabs {
  background: #f9f9f9;
  margin-bottom: 20px;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

footer .widget.tabbed-widget ul.nav-tabs {
  background: #1875b1;
}

.widget.tabbed-widget ul.nav-tabs li {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget.tabbed-widget ul.nav-tabs li a{
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0); 
  padding: 10px 0;
  text-align: center;
}

.widget.tabbed-widget .nav-tabs > li.active > a, 
.widget.tabbed-widget .nav-tabs > li.active > a:hover, 
.widget.tabbed-widget .nav-tabs > li.active > a:focus {
  border: 0;
  background: #1875b1;
  color: #fff;
}
footer .widget.tabbed-widget .nav-tabs > li.active > a, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:focus,
footer .widget.tabbed-widget .nav-tabs > li > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li > a:focus {
  background: #34495E;
  color: #fff;
}
.widget.tabbed-widget .nav-tabs > li:first-child > a, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:focus {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.widget.tabbed-widget .nav-tabs > li:last-child > a, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:focus {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.widget.tabbed-widget .nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  font-size: 14px;
}

.widget.tabbed-widget ul > li:before {
  content: none;
}
.widget.tabbed-widget ul > li {
  float: left;
}
.widget.tabbed-widget .tab-content ul > li {
  width: 100%;
  margin-bottom: 8px;
}

.widget.tabbed-widget .tab-content ul#recentcomments > li,
.widget.tabbed-widget .tab-content ul.wp-tag-cloud > li {
  margin-bottom: 0px;
}
.widget.tabbed-widget ul > li > a {
  display: block;
}

.widget.tabbed-widget ul > li span.post-format {
  display: inline;
  float: left;
}

.widget.tabbed-widget ul > li img {
  margin: 0 20px 0 0;
}

.widget.tabbed-widget ul.wp-tag-cloud > li {
  width: auto;
}

.widget.tabbed-widget .post-comments,
.widget.tabbed-widget .post-date {
  color: #BCC2C9;
  margin-top: 3px;
  display: block;
  font-size: 14px;
  font-style: italic;
}
footer .widget.tabbed-widget .post-comments,
footer .widget.tabbed-widget .post-date {
  color: #B4F6D0;
}

.widget.tabbed-widget .post-comments i,
.widget.tabbed-widget .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Newsletter */
.newsletter h4.widget-title {
  background: url(images/newsletter-icn.png) left top no-repeat;
  min-height: 40px;
  padding-left: 60px;
  background-size: 40px 40px;
}
.newsletter-box form {
  margin-top: 20px;
}

.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3,
.newsletter-box h4,
.newsletter-box h5,
.newsletter-box h6 {
  color: #fff;
}

.newsletter-box input[type="text"],
.newsletter-box input[type="email"],
.newsletter-box input[type="url"] {
  background: #ecf0f1;
  width: 100%;
}

.newsletter-box input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.newsletter-box input[type="submit"] {
  margin-top: 20px;
}

.newsletter-box {
  position: relative;
  background: #33495f;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 15px;
  color: #fff;        
}
.newsletter-box form {
  margin-bottom: 0;
}


/* Components - Widget - Recent Posts w/ Thumb */
.widget.recent_post_thumbnails ul > li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.widget.recent_post_thumbnails ul > li > a {
  display: block;
}

.widget.recent_post_thumbnails ul > li img {
  margin: 0 20px 0 0;
}

.widget.recent_post_thumbnails .post-date {
  color: #BCC2C9;
}
footer .widget.recent_post_thumbnails .post-date {
  color: inherit;
}

.widget.recent_post_thumbnails .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Contact Us */
.widget.contact address {
  padding-left: 20px;
}

.widget.contact ul li:before {
  margin-right: 20px;
  font-family: "ElegantIcons";        
}

.widget.contact ul li.contact-widget-address:before {
  content: "\e01d";
}
.widget.contact ul li.contact-widget-phone:before {
  content: "\e090";
}
.widget.contact ul li.contact-widget-fax:before {
  content: "\e103";
}
.widget.contact ul li.contact-widget-email:before {
  content: "\e010";
}


/* Components - Post */
.entry-meta {
  clear: both;
  display: block;
}
footer.entry-meta {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer.entry-meta .edit-link{
  float: right;
}
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

.wp-audio-shortcode {
  margin-top: 70px;
  margin-bottom: 15px;
  height: auto !important;
  float: left;
}


/* Components - Contact Form */
#contactForm.form-finished {
  display: none;
}

#contactForm .form-inline {
  margin-bottom: 30px;
}

#contactForm #recaptcha_widget_div {
  width: 50%;
  margin-bottom: 15px;
}

#contactForm .recaptchatable {
  border: 1px solid #ecf0f1 !important;
}

#contactForm #recaptcha_response_field.form-control {
  border: 1px solid #ecf0f1 !important;
  padding: 6px 12px !important;
}

#contactForm .recaptchatable #recaptcha_image {
  border: 0 !important;
}

#contactForm .recaptcha_only_if_privacy {
    font-size: 11px;
}


/* Components - Caption Styling
----------------------------------------------------------------------------------------*/
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}


/* Components - Sticky Post Styles
----------------------------------------------------------------------------------------*/
.sticky {
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ecf0f1;
  border: 1px solid #dde2e3;
}


/* Components - Media Elements */
.hentry .mejs-container .mejs-controls {
  background: #34495E;
  padding-top: 15px;
  height: 60px;
  width: 100%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px; 
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #1875b1;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ecf0f1;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #1875b1;
}


/* Components - Gallery */
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item img {
  border: 3px solid #fff !important;
}


/* Components - Carousel Base Class */
.carousel {
  margin-bottom: 20px;
}
.single-portfolio_cpt .carousel {
  margin-bottom: 30px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  width: 40px;
  margin-top: 0;
  font-size: 18px;
  text-shadow: none;
  background: #34495e !important;
  border: 0;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  top: 45%;
  left: 0;
  text-align: center;
  padding-top: 26px;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}

.carousel-control.left {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.carousel-control.right {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}

.post-social ul li a {
  color: #fff;
  text-decoration: none;
}

.post-social ul li {
  padding-left: 0;
  padding-right: 0;
}

.post-social ul li a.social-twitter {
  background: #00acee;
}
.post-social ul li a.social-facebook {
  background: #3B5998;
}
.post-social ul li a.social-google {
  background: #DB4A39;
}
.post-social ul li a.social-pinterest {
  background: #1875b1;
}
.post-social ul li a.social-linkedin {
  background: #95A5A6;
}


/* Components - Services w/ Image */
.featured-image-box {
  text-align: center;
  margin-bottom: 30px;
}

.featured-image-box figure {
  margin-bottom: 30px;
}

/* Components - Services w/ Icon */
.featured-icon-box {
  margin-bottom: 30px;
}

.featured-icon-box h4,
.featured-image-box h4 {
  font-weight: bold;
  margin: 0 0 5px;
}

.featured-icon-box i {
  line-height: normal;
  color: #34495E;
  font-size: 40px;
}

.featured-icon-box .media > i.pull-center {
  margin-bottom: 20px;
}

.featured-icon-box .media > i.pull-left {
  margin-right: 20px;
}
.featured-icon-box .media > i.pull-right {
  margin-left: 20px;
}

.featured-icon-box i.icon-box {
  color: #fff;
  background: #34495E;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* Components - Header - Login/Register */
header.site-header .top-login-register {
  position: relative;
  min-width: 37px;
  float: right;
  overflow: hidden;
  margin-right: 3px;
  -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
          transition: width 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #e74c3c;
  color: #FFFFFF;
  line-height: 37px;
  padding: 0 15px;
  font-size: 12px;          
}

header.site-header.stacked .social-icons-widget ul li a,
header.site-header.stacked .cart-contents,
header.site-header.stacked .top-login-register,
header.site-header.stacked .header-icon-search, 
header.site-header.stacked .header-search-submit,
header.site-header.stacked .header-search {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: normal;
}

header.site-header.stacked .social-icons-widget ul li a {
  font-size: 14px;
}

header.site-header.stacked .header-search .form-control.header-search-input {
  height: 30px;
  line-height: 30px;
}

header.site-header.stacked .header-icon-search {
  width: 30px;
}

header.site-header .top-login-register span {
  margin-left: 8px;
  float: right;
}

header.site-header .top-login-register:hover {
  text-decoration: none;
}


/* Components - VC - Row */
.boxed-container .row,
.page-fullscreen .row {
    margin: 0;
}

.row.vc_row-fluid {
  margin-bottom: 30px;
}
.section.in_container_section .container,
.section.fullwidth_section .clearfix {
  z-index: 1;
  position: relative;
}

.section.in_container_section,
.section.fullwidth_section {
  position: relative;
}

.section.fullwidth_section .col-md-12 {
  padding: 0;
}

.video-background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.video-background video {
    min-height: 100%;
    min-width: 100%;
}

#main-controls {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

#main-controls ul.ui-video-background-controls {
  margin: 0;
  padding: 2px 8px 4px 8px;
  list-style: none;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

#main-controls ul.ui-video-background-controls li {
  display: inline-block;
  margin: 0 5px;
}

#main-controls ul.ui-video-background-controls li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

#main-controls ul.ui-video-background-controls li a:hover {
  text-decoration: none;
}

#main-controls ul.ui-video-background-controls li a:before {
  margin-right: 5px;
}

a.ui-icon.ui-icon-play:before {
  content: '\e04e';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-pause:before {
  content: '\e08f';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-off:before {
  content: '\e069';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-on:before {
  content: '\e067';
  font-family: 'ElegantIcons';
}

.parallax-section {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 1px 0;
}

.single-post .post-social  {
  padding: 23px 0 18px 0;
  border-bottom: 1px solid #E3EBED;
  border-top: 1px solid #E3EBED;
  margin-top: 30px;
}

.panel .panel-heading {
  font-weight: bold;
}

.portfolio-single-fullwidth-content {
  border-top: 1px solid #E3EBED;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 30px;
}

ul.contact-form.mini {
  margin: 0;
  padding: 0;
  list-style: none;
}

table > thead > tr > th,
.table > thead > tr > th {
  background: #1875b1;
  color: #fff;
  border-bottom: 0;
}

header.entry-header {
  margin-bottom: 50px;
}

.post header.entry-header {
  margin-bottom: 0px;
}

#post-format-gallery-owl {
  margin-bottom: 30px;
}

#post-format-gallery-owl .post-image {
  text-align: center;
}

.panel {
  border: none !important;
}

.lists-module i {
  margin-right: 8px;
}


/* Components - Carousel (HMI Standard)
----------------------------------------------------------------------------------------*/
.carousel-standard {
  margin: 0 auto;
}

.carousel-standard .well-standard {
  position: relative;
  margin-bottom: 0;
}

.carousel-standard.carousel-type-default, 
.carousel-standard.content-01 {width: auto; max-width: 350px;}
.carousel-standard.content-02 {width: auto; max-width: 700px;}
.carousel-standard.carousel-type-inc {width: auto; max-width: 350px}
.carousel-standard.carousel-type-img {width: auto; max-width: auto}
.carousel-standard.carousel-size-auto {width: auto; max-width: auto}

.carousel-standard .carousel-indicators {
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 0;
}

.carousel-standard .carousel-indicators ol {
  margin-bottom: 0;
}

.carousel-standard .carousel-indicators li,
.carousel-standard .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.carousel-standard .carousel-indicators li {
  background-color: #1b82c5;
  border: 1px solid #fff;
  border-radius: 16px;
}

.carousel-standard .carousel-indicators li.active {
  background-color: #c61e58;
}

.carousel-standard .carousel-control {
  top: 0;
  width: 30px;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  background: none !important;
}

.carousel-standard .carousel-control:hover, 
.carousel-standard .carousel-control:focus {
  background-color: #fff;
}

.carousel-standard .carousel-control:hover {
  opacity: 1;
}

.carousel-standard .carousel-control.left, 
.carousel-standard .carousel-control.right {
  border-radius: 0;
}

.carousel-standard .glyphicon {
  color: #ccc;
}


/* Components - Well (HMI Standard)
----------------------------------------------------------------------------------------*/
.well-standard {
  padding: 30px;
  background: #fff;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  border: 0 solid #ccc; 
}
/* ==COMPONENTS=END=================================== */


/* ==EFFECTS=START=================================== */

/* Effects - Rounded */
.rounded-xs {border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.rounded-sm {border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.rounded-md {border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
.rounded-lg {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.rounded-xl {border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;}
.rounded-default {border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}


/* Effects - Shadows */
.shadow-xs {-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);}
.shadow-sm {-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.shadow-md {-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5); box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);}
.shadow-lg {-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);}
.shadow-xl {-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);}
.shadow-default {-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);}
/* ==EFFECTS=END=================================== */


/* ==HELPERS=START=================================== */

/* Helpers - Line-height */
.line-height-auto {line-height:100%}
.line-height-sm {line-height:100%;}
.line-height-md {line-height:120%;}
.line-height-lg {line-height:150%;}
.line-height-xl {line-height:200%;}


/* Helpers - Alignment */
.pull-center {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.spacer-top {
  margin-top: 30px;
}
.spacer-bottom {
  margin-bottom: 30px;
}

.page_heading_left,
.vc_align_left {
  text-align: left;
}

.page_heading_center,
.vc_align_center {
  text-align: center;
}

.page_heading_right,
.vc_align_right {
  text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }


/* Helpers - Colors */
.clr-default {color: #333;}
.clr-black {color: #000;}
.clr-blue {color: #1b82c5;}
.clr-blue-lt {color: #dbe3ec;}
.clr-blue-md {color: #86a3bf;}
.clr-grey {color: #ccc;}
.clr-grey-md {color: #7f7f7f;}
.clr-grey-dk {color: #333;}
.clr-maroon {color: #b1005d;}
.clr-orange {color: #fd8600;}
.clr-purple {color: #5c79e3;}
.clr-red {color: #e34141;}
.clr-white {color: #fff;}
.clr-yellow {color: #ffd742;}
.clr-yellow-md {color: #e9ac34;}
.clr-yellow-dk {color: #d38127;}


/* Helpers - Background Colors */
.bg-clr-blue {background-color: #bbd7ed;}    /* blue */ 
.bg-clr-blue-lt {background-color: #dbe3ec;} /* blue (light) */ 
.bg-clr-blue-md {background-color: #86a3bf;} /* blue (medium) */ 
.bg-clr-white {background-color: #fff;} /* white */ 


/* Helpers - Border Sizes */
.border-size-xs {border: 1px solid #ccc;}
.border-size-sm {border: 3px solid #ccc;}
.border-size-md {border: 5px solid #ccc;}
.border-size-lg {border: 10px solid #ccc;}
.border-size-xl {border: 20px solid #ccc;}


/* Helpers - Border Colors */
.border-clr-blue {border-color: #bbd7ed;}
.border-clr-blue-lt {border-color: #dbe3ec;}
.border-clr-blue-md {border-color: #86a3bf;}
.border-clr-grey {border-color: #ccc;}
.border-clr-white {border-color: #fff;}


/* Helpers - Padding (Reset) */
.pad-reset {padding: 0;}
.pad-reset-btm {padding-bottom: 0;}
.pad-reset-top {padding-top: 0;}
.pad-reset-left {padding-left: 0;}
.pad-reset-right {padding-right: 0;}


/* Helpers - Padding (All) */
.pad-all-xs {padding: 3px;}
.pad-all-sm {padding: 6px;}
.pad-all-md {padding: 16px;}
.pad-all-lg {padding: 20px;}
.pad-all-xl {padding: 30px;}


/* Helpers - Padding (Top) */
.pad-top-xs {padding-top: 3px;}
.pad-top-sm {padding-top: 6px;}
.pad-top-md {padding-top: 16px;}
.pad-top-lg {padding-top: 20px;}
.pad-top-xl {padding-top: 30px;}


/* Helpers - Padding (Bottom) */
.pad-btm-xs {padding-bottom: 3px;}
.pad-btm-sm {padding-bottom: 6px;}
.pad-btm-md {padding-bottom: 16px;}
.pad-btm-lg {padding-bottom: 20px;}
.pad-btm-xl {padding-bottom: 30px;}


/* Helpers - Padding (Left) */
.pad-left-xs {padding-left: 3px;}
.pad-left-sm {padding-left: 6px;}
.pad-left-md {padding-left: 16px;}
.pad-left-lg {padding-left: 20px;}
.pad-left-xl {padding-left: 30px;}


/* Helpers - Padding (Right) */
.pad-right-xs {padding-right: 3px;}
.pad-right-sm {padding-right: 6px;}
.pad-right-md {padding-right: 16px;}
.pad-right-lg {padding-right: 20px;}
.pad-right-xl {padding-right: 30px;}


/* Helpers - Margin (Hardcoded/Fixed Values) */
.margin-bottom-null {margin-bottom: 0 !important;}
.margin-right-5 {margin-right: 5px !important;}
.margin-right-10 {margin-right: 10px !important;}
.margin-right-15 {margin-right: 15px !important;}


/* Helpers - Margin (Reset) */
.mar-reset {margin: 0;}
.mar-reset-top {margin-top: 0;}
.mar-reset-btm {margin-bottom: 0;}
.mar-reset-left {margin-left: 0;}
.mar-reset-right {margin-right: 0;}


/* Helpers - Margin (All) */
.mar-all-xs {margin: 3px;}
.mar-all-sm {margin: 6px;}
.mar-all-md {margin: 16px;}
.mar-all-lg {margin: 20px;}
.mar-all-xl {margin: 30px;}


/* Helpers - Margin (Top) */
.mar-top-xs {margin-top: 3px;}
.mar-top-sm {margin-top: 6px;}
.mar-top-md {margin-top: 16px;}
.mar-top-lg {margin-top: 20px;}
.mar-top-xl {margin-top: 30px;}


/* Helpers - Margin (Left) */
.mar-left-xs {margin-left: 3px;}
.mar-left-sm {margin-left: 6px;}
.mar-left-md {margin-left: 16px;}
.mar-left-lg {margin-left: 20px;}
.mar-left-xl {margin-left: 30px;}


/* Helpers - Margin (Right) */
.mar-right-xs {margin-right: 3px;}
.mar-right-sm {margin-right: 6px;}
.mar-right-md {margin-right: 16px;}
.mar-right-lg {margin-right: 20px;}
.mar-right-xl {margin-right: 30px;}


/* Helpers - Margin (Bottom) */
.mar-btm-xs {margin-bottom: 3px;}
.mar-btm-sm {margin-bottom: 6px;}
.mar-btm-md {margin-bottom: 16px;}
.mar-btm-lg {margin-bottom: 20px;}
.mar-btm-xl {margin-bottom: 30px;}


/* Helpers - Positioning/Display */
.pos-relative {position: relative;}
.pos-absolute {position: absolute}
.pos-left {left: 0;}
.pos-top {top: 0;}
.align-center-block {display: block; margin: 0 auto; clear: both}
.align-horz-center {display: inline-block; float: none;}
.align-vert-top {vertical-align: top;}
.align-vert-middle {vertical-align: middle;}
.align-vert-bottom {vertical-align: bottom;}
.dis-block {display: block;}


/* Helpers - Text Wrap */
.wrap-none {white-space: nowrap;}
.wrap-normal {white-space: normal;}
/* ==HELPERS=END=================================== */


/* ==RESETS=START=================================== */

/* Reset - Heading top-margin if first-child of element */
h1:first-child, .h1:first-child, 
h2:first-child, .h2:first-child, 
h3:first-child, .h3:first-child, 
h4:first-child, .h4:first-child, 
h5:first-child, .h5:first-child, 
h6:first-child, .h6:first-child {
  margin-top: 0;
}


/* Reset - Paragraph bottom-margin if last-child of element */
* > p:last-child {
  margin-bottom: 0
}
/* ==RESETS=END=================================== */


/* ==QUERIES=START=================================== */

/* Queries - Large Desktops, Laptops */
@media only screen and (min-width : 1200px) {
  h1.hm-section {
    margin-top: 18px;
  }

  .hm-nav-section ul.nav {
    width: 86%;
    margin: 0 auto;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }
}


/* Queries - Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  section#subheader.has_header_image {
    padding: 80px 0;
  }

  .contact-map #map {
    height: 350px !important;
  }

  h1.hm-section {
    margin: 8px 0 20px 0;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }
}


/* Queries - AddThis Footer/Flyout Transition */
@media only screen and (max-width : 1109px) {
  a.scrollup {
   bottom: 60px;
  }
}


/* Queries - iPads (Landscape) */
@media (min-width : 1000px) {
  body.smarty-agent-ipad .nav.is-hidden {
    display: block;
  }
}


/* Queries - Landscape Phone, Portrait Tablet */
@media only screen and (max-width : 992px) {
  .hm-nav-section > ul.hm-nav-related {
    margin-bottom: 20px;
  }

  .footer-line {
    text-align: center;
  }
  
  footer.site-footer .footer-menu {
    float: none !important;
    margin-top: 20px;
  }
  
  section#subheader.has_header_image {
    padding: 40px 0;
  }
  
  section#subheader {
    padding: 20px 0;
  }
  
  header .top-header {
    margin-bottom: 0;
  }

  header.default .social-icons-widget {
    float: none !important;
  }

  header .social-icons-widget ul {
    float: none;
  }

  header.site-header.default .cart-contents,
  header.site-header.default .top-login-register,
  header.site-header.default .header-icon-search, 
  header.site-header.default .header-search-submit,
  header.site-header.default .header-search {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }

  .form-control.header-search-input {
    height: 30px;
    line-height: 30px;
  }

  .contact-map #map {
    height: 250px !important;
  }

  h1.hm-section {
    margin-top: 0;
  }
}


/* Queries - Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  body {
    padding-top: 0 !important;
  }

  header.stacked .navbar-fixed-top {
    position: relative !important;
    top: 0 !important;
  }

  header.stacked .logo-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  header.centered-mode.site-header .social-icons-widget, 
  header.default.site-header .social-icons-widget {
    text-align: center;
  }
  
  section#subheader.has_header_image {
    padding: 20px 0;
  }
  
  .contact-map #map {
    height: 200px !important;
  }
}


/* Queries - Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .navbar-logo {
    font-size: 21px;
  }
  
  #navbar-logo-tagline {
    font-size: 12px;
  }

  section#subheader.has_header_image {
    padding: 10px 0;
  }

  .carousel.carousel-responsive {
    max-width: 90%;
  }
  
  .contact-map #map {
    height: 150px !important;
  }

  h1.hm-section {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  background-color: #000;
}
/* ==QUERIES=END=================================== */