/*
Theme Name: Breeze Systems
Theme URI: https://www.breezesys.com/
Author: Dan Curtis for Simple as Milk
Author URI: https://www.dancurtis.co.uk
Description: A Custom WordPress website for Breeze designed and built by Dan Curtis.
Version: 1.0
Text Domain: breeze
*/

/*******************************************
Global
*******************************************/

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

main {
  background-color: #1A1D27;
  padding: 60px 0;
}

.brand-border {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
  box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
}

.grecaptcha-badge {
  display: none !important;
}

/*******************************************
Buttons
*******************************************/

.btn-primary {
  background-color: #fff;
  color: #1A1D27;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 2px;
}

.btn-secondary {
  background-image: url('./img/arrow-right.png');
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 41px;
  color: #fff;
  font-weight: 600;
}

.btn-secondary:hover {
  padding-right: 51px;
  color: #fff;
}

.buy-btn-new {
  background-color: #fff;
  color: #1A1D27;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #1A1D27;
  margin: 10px 0 30px 0;
}

.buy-btn-new:hover {
  background-color: #1A1D27;
  color: #fff;
}

/*******************************************
Typography
*******************************************/

h1 {
  font-family: 'Gilroy';
  font-weight: 800;
  font-style: normal;
  color: #fff;
}

h2 {
  color: #fff;
  font-weight: 600;
  line-height: 44px;
  margin-top: 0;
}

h3, h4, h5, h6 {
  color: #fff;
  font-weight: 600;
}

p {
  letter-spacing: 0;
  line-height: 30px;
  color: #dadada;
  margin-bottom: 20px;
}

.lead {
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

/*******************************************
Navbar
*******************************************/

.navbar {
  padding-left: 70px;
  padding-right: 70px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  font-weight: 600;
  margin: 53.5px 40px 0 0;
  padding: 0;
}

.main-logo {
  width: 60px;
  margin-right: 36px;
}

.navbar-brand {
  padding: 34px 0 53.5px 15px;
}

.cart-icon {
  width: 30px;
}

#basket-icon {

  margin-top: 50px;
}

.subnav {
  padding: 20px 0 80px 0;
  z-index: 999;
}

.subnav ul {
  list-style: none;
  padding-left: 0;
}

.subnav ul li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.subnav strong {
  color: #8D8D8D;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover, .subnav a:hover {
  opacity: 0.4;
}

#basket-counter {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #000 !important;
  line-height: 15px !important;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}

.menu-icon {
  width: 32px;
  margin-left: 30px;
}

.mob-nav-links {
  margin-top: 36px;
}

.mobile-menu {
  padding: 0 15px;
  background: #fff;
}

.mobile-menu li {
  border-bottom: 1px solid #EDEDED;
}

.mobile-menu li a {
  font-weight: 500;
}

.mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-menu .nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-menu .navbar-nav .open .dropdown-menu>li>a {
    line-height: 21px;
    padding: 20px 35px;
}

.mobile-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    text-align: right;
    float: right;
    margin-top: 10px;
}

/*******************************************
Footer
*******************************************/

footer {
  background-color: #1A1D27;
  padding-top: 80px;
}

.social img {
  width: 20px;
  margin-right: 20px;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.social img:hover {
  opacity: 1;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  margin: 10px 0;
  font-size: 16px;
}

footer ul li a {
  color: #fff;
  opacity: 0.7;
}

footer ul li a:hover {
  opacity: 1;
  color: #fff;
}

footer h4 {
  margin-bottom: 30px;
}

.copyright {
  border-top: 1px solid #373C4E;
  padding: 40px 0 38px 0;
  margin-top: 80px;
}

.copyright ul li {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 13px;
  font-weight: 500;
}

.copyright p {
  margin: 0;
  text-align: right;
  font-size: 13px;
}

ul.legal-footer-menu {
  margin-bottom: 0;
}

.fmlink {
  color: #fff;
  font-weight: 500;
}

.fmlink:hover {
  color: #fff;
  opacity: 0.6;
}

/*******************************************
Home Page
*******************************************/

.home-hero {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.hero-filter {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(26,29,39,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(26,29,39,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(26,29,39,1) 100%);
}

.home-hero-content {
  padding: 310px 0 90px 0;
  color: #fff;
}

.home-hero-content .lead {
  margin: 40px 0;
}

.testimonial-block {
  padding: 130px 0;
  background: #F9FAFC;
}

.introduction-block-content {
  background-color: #2C3041;
  padding: 60px;
  margin-top: -80px;
  margin-bottom: 60px;
}

.intro-feat-block {
  padding-right: 46px;
}

.feature-grid .intro-feat-block {
  margin-bottom: 60px;
}

.two-col-text{
  padding: 60px 0;
}

.feature-grid {
  padding: 60px 0 20px 0;
}

.feature-grid .col-md-8 {
  text-align: center;
  padding-bottom: 80px;
}

.feat-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

/*******************************************
Our Products
*******************************************/

.buy-app-btn {
  width: 178px;
  margin-right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.buy-app-btn {
  width: 178px;
  margin-right: 30px;
}

.buy-app-btn:hover {
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.app-explainer-text p {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

.fwi-section {
  position: relative;
}

.fwi-section p.image-caption {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: 30px;
}

p.img-caption-dark {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2px 4px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
}

.text-and-img p.img-caption-dark {
  margin-top: 10px;
}

p.gallery-credit {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 4px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.gallery-credit a {
  color: #fff !important;
}

.gallery-credit a:hover {
  cursor: pointer;
}

.page-hero {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

.page-hero-content {
  padding: 220px 0 60px 0;
}

.product-cat-block {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
  box-shadow: 10px 10px 0px 0px rgba(26,29,39,1);
  margin-bottom: 40px;
}

.product-cat-block {
  height: 460px;
  position: relative;
}

.cat-block-content-new {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
}

.cat-block-content-new img {
  height: 50px;
  margin-bottom: 8px;
}

.cat-block-content-new h4, .cat-block-content-new p {
  color: #000;
}

.cat-block-content-new .btn-secondary {
  color: #000;
  background-image: url('./img/arrow-right-black.png');
}

.cat-block-content {
  position: absolute;
  bottom: 30px;
}

.page-hero p.image-caption {
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
}

p.image-caption a {
  color: #fff;
}

.home-hero p.image-caption {
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 2px;
  line-height: 1;
  font-weight: 500;
}

.sm-filter {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(26,29,39,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(26,29,39,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(26,29,39,1) 100%);
  padding: 30px;
  height: 100%;
}

.product-cat-block h4 {
  font-weight: 700;
}

.product-categories {
  padding: 130px 0;
}

.cta-block {
  background-color: #F9FAFC;
  padding: 130px 0;
}

.cta-block h2 {
  color: #000;
}

.cta-block p {
  color: #5B5B5B;
  padding: 14px 0 20px 0;
}

.cta-block .btn-primary {
  color: #000;
  border: 2px solid #000;
  background: none;
  margin-right: 15px;
}

.cta-block .btn-primary:hover {
  background: #000;
  color: #fff;
}

.advance-features-top p {
  font-size: 18px;
  padding: 20px 20%;
}

.advance-features-bottom p {
  font-size: 12px;
}

.solution-text-block h3 {
  color: #000;
}

.solution-text-block ul, .solution-text-block ol {
  color: #000;
  padding-left: 17px;
}

.solution-text-block ul li, .solution-text-block ol li {
  margin-bottom: 10px;
}

p.formerly {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.product-categories-listing {
  padding: 120px 0;
}

/*******************************************
About Page
*******************************************/

.about-top {
  padding-bottom: 120px;
}

.about-top img {
  margin: 20px 0 80px 0;
}

.breeze-team {
  background: #fff;
  padding: 180px 0;
}

.breeze-team h2 {
  color: #000;
}

.breeze-team p {
  color: #5B5B5B;
}

.team-profile {
  width: 100%;
  height: 460px;
  background-position: center;
  background-size: cover;
}

.team-member-block {
  padding: 60px 0;
}

.team-member {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.team-member:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.about-feature {
  text-align: center;
  padding: 30px;
}

.about-feature-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-bottom: 20px;
}

.team-modal-content p {
  color: #000 !important;
  line-height: 1.8;
}

.team-modal span.close {
  opacity: 0.8;
}

.grid-item-image {
  position: relative;
}

a.credit-link-sm {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*******************************************
News Page
*******************************************/

.post-list-img {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
}

.post-list-content {
  padding: 30px;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
}

.post-listing article {
  margin-bottom: 30px;
}

.post-listing article h3 {
  color: #000;
}

.post-listing article p {
  color: #5B5B5B;
}

.post-listing {
  background-image: url('./img/brand-background.png');
  background-size: auto 180px;
  background-repeat: repeat-x;
}

.single-post-content ul, .single-post-content ol {
  color: #5B5B5B;
}

.single-post-content ul li, .single-post-content ol li {
  margin-bottom: 8px;
}

.single-post-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-search {
  margin-bottom: 60px;
}

.blog-search label {
  display: none;
}

.blog-search input[type="submit"] {
  display: none;
}

.blog-search input[type="search"] {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background-color: rgba(26, 29, 39, 0.7);
  border: 1px solid #7F8392;
  outline: none;
}

.blog-search input[type="search"]:focus, .blog-search input[type="search"]:active {
  border: 1px solid #fff;
}

.blog-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.blog-search ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.blog-search :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.blog-search :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-result-listing img {
  max-width: 100% !important;
  height: auto !important;
}

.search-result-listing, .search-result-listing p, .search-result-listing h1, .search-result-listing h2, .search-result-listing h3, .search-result-listing h4, .search-result-listing h5, .search-result-listing h6, .search-result-listing ul li, .search-result-listing ol li {
  color: #1a1d27;
}

.search-result-listing article {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}

.search-r-list {
  padding: 60px 0 80px 0;
}

/*******************************************
Support Page
*******************************************/

p.support-release-date {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #000 !important;
}

.support-bg {
  background: #F9FAFC;
}

.support-listing {
  background-image: url('./img/brand-background.png');
  background-size: auto 240px;
  background-repeat: repeat-x;
  padding-bottom: 0;
}

.support-listing table {
  -webkit-box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  width: 100%;
  min-width: 600px;
}

.responsive-table {
  overflow-x: auto;
}

.support-listing table h3, .support-listing table h4 {
  color: #000;
}

.support-listing table p {
  color: #5B5B5B;
}

.support-listing table tr {
  border-bottom: 1px solid #E5E5E5;
}

.support-listing table tr:nth-child(odd) td {
  background-color: #fff;
}

.support-listing table tr:nth-child(even) td {
  background-color: #FDFDFD;
}

.support-listing table thead {
  border-bottom: 1px solid #E5E5E5;
  background-color: #F8F8F8;
}

.support-listing table thead th {
  border-right: 1px solid #E5E5E5;
}

.support-listing table thead th:first-child {
  padding: 40px 40px;
}

.support-listing table thead th:nth-child(2), .support-listing table thead th:nth-child(3) {
  text-align: center;
}

.support-listing table thead th:last-child {
  border-right: none;
}

.support-listing table tr:last-child {
  border-bottom: none;
}

.support-listing table td {
  border-right: 1px solid #E5E5E5;
}

.support-listing table tr td:first-child {
  padding:  60px 40px;
}

.support-listing table tr td:nth-child(2) {
  padding-left: 40px;
  padding-right: 40px;
  width: 280px;
}

.support-listing table tr td:nth-child(3) {
  padding-left: 40px;
  padding-right: 40px;
  width: 320px;
}

.support-listing table td p {
  margin-bottom: 0;
}

.support-listing table td h4 {
  margin-top: 0;
}

.support-listing table tr td:last-child {
  border-right: none;
}

.support-listing .btn-secondary {
  color: #000;
  background: none;
  font-weight: 600;
  border: 2px solid #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
}

.support-listing .btn-secondary:hover {
  color: #fff;
  background-color: #000;
}

.pdf-support {
  background-image: url('./img/pdf-icon.png');
  background-size: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
}

.support-history-link {
  background-image: url('./img/history-icon.png');
  background-size: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
}

.support-single-page-link {
  background-image: url('./img/support-icon.png');
  background-size: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  display: block;
}

.auth-img {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.client-testimonial-block {
  border: 1px solid #f0f0f0;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

.client-testimonial-block p, .client-testimonial-block h5, .client-testimonial-block h6 {
  color: #3c3c3c;
}

.client-testimonials {
  padding: 100px 0;
  background-color: #f9fafc;
}

.client-testimonials-solution {
  padding: 100px 0;
  background-color: #fff;
}

.product-history-content {
  padding: 100px 0;
  color: #1A1D27;
}

.product-history-content strong {
  color: #1A1D27;
}

.support-notes {
  padding: 100px 0 70px 0;
}

.support-notes h2 {
  margin-bottom: 30px;
}

.support-notes h2, .support-notes h3, .support-notes h4, .support-notes h5, .support-notes h6, .support-notes, .support-notes p {
  color: #1A1D27;
}

.support-note-item {
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
}

.support-note-item a {
  text-decoration: underline;
  font-weight: 600;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.tutorial-point p , .tutorial-point ul li, .tutorial-point ol li, .tutorial-point h1, .tutorial-point h2, .tutorial-point h3, .tutorial-point h4, .tutorial-point h5, .tutorial-point h6{
  color: #000;
}

.tutorial-point img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.tutorial-point {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 60px;
}

.tut-content-am a {
  font-weight: 600;
  text-decoration: underline;
}

.video-section {
  text-align: center;
  background-color: #1A1D27;
  padding-bottom: 80px !important;
}

.video-section iframe {
  margin-top: 40px;
  width: 100% !important;
  min-height: 420px;
}

.video-section h2, .video-section p {
  color: #fff;
}

.video-section p a {
  text-decoration: underline;
  color: #fff;
  font-weight: 600;
}

.support-block h4, .support-block h3 {
  color: #000;
}

.support-block table p {
    color: #5B5B5B;
}

.support-block .btn-secondary {
  color: #000;
  background: none;
  font-weight: 600;
  border: 2px solid #000;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 13px 20px;
  border-radius: 3px;
}

.support-block .btn-secondary:hover {
  background-color: #000;
  color: #fff;
}

.support-block th:nth-child(2), .support-block th:nth-child(3) {
  text-align: center;
}

.support-block tr td:nth-child(2), .support-block tr td:nth-child(3) {
  text-align: center;
}

.support-block table tr {
  border-bottom: 1px solid #E5E5E5;
}

.support-block table tr:nth-child(odd) td {
  background-color: #fff;
}

.support-block table tr:nth-child(even) td {
  background-color: #FDFDFD;
}

.support-block table thead {
  border-bottom: 1px solid #E5E5E5;
  background-color: #F8F8F8;
}

.support-block table thead th {
  border-right: 1px solid #E5E5E5;
}

.support-block table thead th:first-child {
  padding: 40px 40px;
}

.support-block .support-block table thead th:nth-child(3) {
  text-align: center;
}

.support-block table thead th:last-child {
  border-right: none;
}

.support-block table tr:last-child {
  border-bottom: none;
}

.support-block table td {
  border-right: 1px solid #E5E5E5;
}

.support-block table tr td:first-child {
  padding:  60px 40px;
  max-width: 200px;
}

.support-block table tr td:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
  width: 380px;
}

.support-block table .btn-secondary {
  margin-top: 15px;
  margin-bottom: 15px;
}

.support-block table tr td:nth-child(3) {
  padding-left: 20px;
  padding-right: 20px;
  width: 380px;
}

.support-block table td p {
  margin-bottom: 0;
}

.support-block table td h4 {
  margin-top: 0;
}

.support-block table tr td:last-child {
  border-right: none;
}

.support-block {
  background-image: url('./img/brand-background.png');
  background-size: auto 240px;
  background-repeat: repeat-x;
  padding-bottom: 0;
}

.support-block table {
  -webkit-box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  box-shadow: 0px 0px 24px 9px rgba(0,0,0,0.06);
  width: 100%;
  min-width: 600px;
}

.purchase-from-support {
  padding-bottom: 100px;
}

.pf-support {
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  color: #000000;
  padding: 30px 30px 0 30px;
}

.pf-support h3, .pf-support p {
  color: #000;
}

/*******************************************
Tutorial Listing Page
*******************************************/

.tut-list-item h4 {
  color: #000;
}

.tut-list-item p {
  color: #000;
}

.tut-list-item .btn-secondary {
  color: #000;
  background-image: url('./img/arrow-right-black.png');
}

.tut-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.tut-content, .tut-content h1, .tut-content h2, .tut-content h3, .tut-content h4, .tut-content h5, .tut-content h6, .tut-content li, .tut-content p {
  color: #000 !important;
}

.tut-content img {
  max-width: 100%;
  height: auto;
}

.lp-full-width-text h1, .lp-full-width-text h2, .lp-full-width-text h3, .lp-full-width-text h4, .lp-full-width-text h5, .lp-full-width-text h6 {
	color: #000000;
}

/*******************************************
Download Page
*******************************************/

.download-listing {
  padding: 60px 0;
}

.download-block {
  border-bottom: 1px solid #E5E5E5;
  padding: 70px 0 20px 0;
}

.download-block h4 {
  color: #000;
  margin-bottom: 30px;
}

.download-listing .row:last-child .download-block {
  border-bottom: none;
}

.download-block p {
  color: #000;
}

.download-block p span {
  font-weight: 600;
}

.download-block img {
  margin: 0 0 10px 0;
  max-height: 50px;
}

.download-listing .btn-secondary {
  color: #000;
  background: none;
  font-weight: 600;
  border: 2px solid #000;
  display: inline-block;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  margin: 20px 0 30px 0;
}

.download-listing .btn-secondary:hover {
  color: #fff;
  background-color: #000;
}

a.help-link {
  margin-left: 20px;
  font-weight: 600;
  font-size: 13px;
}

a.help-link:hover {
  opacity: 0.5;
}

.legacy-block {
  background-color: #1A1D27;
  padding: 30px;
  border-radius: 2px;
  margin-bottom: 0px;
  margin-top: 120px;
}

.legacy-block .btn-primary {
  border: 2px solid #1A1D27;
}

.legacy-block .btn-primary:hover {
  color: #fff;
  background-color: #1A1D27;
  border: 2px solid #fff;
}

.app-download-btn {
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

/*******************************************
Single Support Page
*******************************************/

.support-tabs {
  padding: 60px 0;
}

.support-point {
  padding: 5px 0;
}

.support-point a {
  text-decoration: underline;
}

.support-point h5, .support-point p {
  color: #000;
}

.support-tabs .nav-tabs {
  border-bottom: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.support-tabs .nav-tabs>li>a {
  font-weight: 600;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  margin: 0 15px;
  padding: 20px 30px;
}

.support-tabs .nav-tabs>li.active>a {
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
}

.support-tabs .nav>li>a:hover, .support-tabs .nav>li>a:focus {
  background: #fff;
}

/*******************************************
Upgrades Page
*******************************************/

.upgrades {
  padding: 120px 0;
}

.upgrades p {
  color: #000;
}

.upgrade-item p, .upgrade-header p {
  margin-bottom: 0;
  font-size: 14px;
}

.upgrade-item {
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 10px;
}

.upgrade-listings .row:nth-child(even) .upgrade-item {
  background: #FDFDFD;
}

.upgrade-item a {
  font-weight: 600;
}

.upgrade-header {
  font-weight: 600;
  border-bottom: 1px solid #E5E5E5;
  padding: 16px 10px;
}

.upgrade-logo {
  margin-bottom: 30px;
}

.upgrades .nav-pills>li.active>a {
  background: none;
  color: #000;
}

.upgrades .nav-pills li {
  border-bottom: 1px solid #E5E5E5;
}

.upgrades .nav-pills li a {
  font-weight: 600;
  color: #B2B2B2;
  padding: 20px 0;
}

.upgrades .nav>li>a:hover, .upgrades .nav>li>a:focus {
  color: #000;
  background: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

/*******************************************
Single Solution / Product Page
*******************************************/

.solution-content {
  padding: 60px 0 0 0;
}

.solution-content section {
  padding: 60px 0;
}

.full-width-solution-image {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.solution-two-col-text {
  column-count: 2;
  column-gap: 30px;
}

.three-col-list-block, .two-col-list-block {
  background-color: #1A1D27;
}

.three-col-list-block .three-cols {
  column-count: 3;
  column-gap: 30px;
}

.two-col-list-block .two-cols {
  column-count: 2;
  column-gap: 30px;
}

.three-col-list-block ul, .two-col-list-block ul {
  list-style: none;
  padding-left: 0;
}

.three-col-list-block ul li, .two-col-list-block ul li {
  background-image: url('./img/point-new.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.int-rnew {
  text-align: center;
  margin-bottom: 80px;
}

.solution-text-block p, .solution-text-block h2, .two-col-text-with-intro p, .two-col-text-with-intro h2 {
  color: #000;
}

.solution-text-block h4, .two-col-text-with-intro h4 {
  color: #5B5B5B;
  font-weight: 500;
  line-height: 2;
  margin: 20px 0 30px 0;
}

.solution-text-block img {
  margin: 30px 0 60px 0;
}

.trial-btn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 20px 30px;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}

.trial-btn:hover {
  color: #000 !important;
  background-color: #fff;
}

.trial-btn:focus {
  color: #fff !important;
  background-color: rgba(255, 0, 0, 0); !important;
  border-color: #fff !important;
}

.buy-btn {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 20px 30px;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}

.buy-btn:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0);
}

.single-product-features {
  background-color: #1A1D27;
}

.feat-container {
  background-color: #2C3041;
  padding: 60px 60px 30px 60px;
  text-align: center;
  margin-top: -120px;
  margin-bottom: 60px;
}

.feat-container .feature-point {
  margin-bottom: 30px;
}

section.fwi-section {
  padding-bottom: 0px;
}

section.licence-info {
  background-color: #1A1D27;
  padding-top: 0;
}

.licence-info .two-col-text {
  padding-top: 10px;
}

.normal-two-col-intro, .normal-two-col-intro {
  background-color: #1A1D27;
  margin: -60px 0 60px 0;
}

.three-col-grid-with-intro h2, .three-col-grid-with-intro h4 {
  color: #1A1D27;
}

.three-col-grid-with-intro img {
  margin-bottom: 30px;
}

.grid-item-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}

.three-col-grid-with-intro p {
  color: #5B5B5B;
}

p.intro-text {
  font-size: 18px;
  margin-bottom: 60px;
}

.text-and-img h4 {
  color: #000;
}

.text-and-img p {
  color: #5B5B5B;
}

.team-modal {
  position: relative;
}

.team-modal h4 {
  color: #000;
}

.team-modal p {
  color: #5B5B5B;
}

.team-modal-profile {
  position: absolute;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.team-modal-content {
  padding: 120px 0;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.team-modal span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

.team-modal span.close img {
  width: 30px;
}

p.product-cost {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

p.product-cost span {
  font-size: 16px;
  color: #BEBEBE;
  font-weight: 500;
}

.cart_totals, .woocommerce-cart-form {
  color: #000;
}

a.upgrade-link {
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
  display: inline-block;
  text-decoration: underline;
  opacity: 0.8;
}

a.upgrade-link:hover {
  opacity: 1;
}

.product-history-link {
  color: #1A1D27;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}

.landing-page-links {
  background-color: #1A1D27;
  padding-bottom: 120px !important;
}

.landing-page-links-support {
  background-color: #f9fafc;
  padding: 120px 0 90px 0;
}

.landing-page-links-support h2, .landing-page-links-support p {
  color: #000;
}

.landing-page-links-support .trial-btn {
    color: #1A1D27;
    border: 2px solid #1A1D27;
    border-radius: 3px;
    padding: 20px 30px;
    font-weight: 600;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.landing-page-links-support .trial-btn:hover {
    color: #fff !important;
    background-color: #1A1D27;
    border: 2px solid #1A1D27;
    border-radius: 3px;
    padding: 20px 30px;
    font-weight: 600;
    display: inline-block;
    margin-right: 30px;
}

.landing-page-links-support .trial-btn:focus {
  color: #1A1D27 !important;
  border: 2px solid #1A1D27 !important;
}

.gallery-item {
  width: 800px;
  height: 700px;
  background-position: center;
  background-size: cover;
}

.gallery-item-portrait {
  width: 500px;
  height: 700px;
  background-position: center;
  background-size: cover;
}

.gallery-item-square {
  width: 700px;
  height: 700px;
  background-position: center;
  background-size: cover;
}

.gallery-slider {
  background-color: #1A1D27;
}

.owl-dots {
  text-align: center;
  margin-top: 80px;
}

.owl-dot {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 20px;
  outline: none;
}

.owl-dot.active {
  background-color: #ffffff !important;
}

.lp-full-width-text, .lp-full-width-text p {
  color: #000;
}

.lp-full-width-text li {
  margin-bottom: 10px;
}

.lp-full-width-text img {
  max-width: 100%;
  height: auto;
}

.video-placeholder {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.video-play-icon {
  width: 80px;
  padding: 26% 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.video-placeholder:hover .video-play-icon {
  transform: scale(1.2);
}

.video-placeholder-filter {
  background-color: rgba(0, 0, 0, 0.5);
}

/*******************************************
Cart
*******************************************/

.woocommerce a.remove {
  color: #000 !important;
}

.woocommerce a.remove:hover {
  background-color: #000 !important;
}

.basket-listing, .checkout-listing {
  padding: 120px 0;
}

.checkout-listing input[type="text"], .checkout-listing input[type="email"], .checkout-listing input[type="tel"] {
  height: 60px;
  padding-left: 10px;
  color: #000;
}

.checkout-listing label {
  color: #000;
  font-weight: 600;
}

#order_review {
  color: #000;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #000;
}

.woocommerce-privacy-policy-text p {
  color: #000;
}

.woocommerce a.button.alt {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  padding: 20px 0;
}

.woocommerce a.button.alt:hover {
  background-color: #000;
  color: #fff;
}

.checkout-button {
  width: 100%;
  text-align: center;
}

.woocommerce button.button {
  background-color: #2C3041;
  color: #fff;
}

.woocommerce table.cart td.actions .input-text {
  width: 200px;
  height: 36px;
  padding-left: 10px;
}

.basket-listing .product-thumbnail img {
  display: none;
}

p.cart-empty {
  color: #000;
  font-weight: 500;
}

.cta-modal-content li {
  color: #000;
}

/*******************************************
Single Post
*******************************************/

.single-post-content {
  padding: 120px 0;
}

.single-post-content p {
  color: #5B5B5B;
}

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

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

/*******************************************
Legal Page
*******************************************/

.legal-content {
  padding: 120px 0;
}

.legal-content p {
  color: #5B5B5B;
}

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

.solution-content .fwi-section {
  padding-top: 0;
}

.solution-content .normal-two-col-intro, .solution-content .normal-two-col-intro {
    background-color: #1A1D27;
    margin: -60px 0 0 0;
}

p.support-text {
  display: inline-block;
  font-weight: 500;
}


.legal-content ul, .legal-content ol {
  color: #5B5B5B;
}

.legal-content ul li , .legal-content ol li {
  margin-bottom: 20px;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #fff;
}

.pagination a:hover{
color:#fff;
background: #000;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #dddddd;
color:#fff;
}

.breeze-pagination {
  padding: 60px 0;
}

.breeze-pagination a {
  background-color: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  line-height: 30px;
  border-radius: 3px;
}

.breeze-pagination .current {
  background-color: #ececec;
  color: #000;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  line-height: 30px;
  border-radius: 3px;
}

.contact-modal .modal-content {
  padding: 30px;
}

.contact-modal h4 {
  color: #000;
}

.contact-modal p {
  color: #5B5B5B;
}

.contact-modal-text {
  margin-top: 6px;
}

.contact-modal-text a {
  font-weight: 500;
  color: #000;
}

.contact-modal input[type="text"], .contact-modal input[type="tel"], .contact-modal input[type="email"], .contact-modal select {
  width: 100%;
  height: 60px;
  padding-left: 10px;
}

.contact-modal textarea {
  width: 100%;
  height: 260px;
  padding: 10px;
}

.contact-modal input[type="submit"] {
  background-color: #fff;
  color: #1A1D27;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #1A1D27;
  float: right;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.contact-modal input[type="submit"]:hover {
  background-color: #1A1D27;
  color: #fff;
}

/*******************************************
Media Queries
*******************************************/

@media only screen and (min-width: 992px) {
  #basket-icon {
    float: right;
  }
}

@media only screen and (max-width: 1639px) {
  .home-hero, .page-hero {
    background-attachment: scroll;
  }

  .full-width-solution-image {
    background-attachment: scroll;
  }
}

/***********
New MQ Start
***********/

/*
@media only screen and (min-device-width: 834px) and (orientation: portrait) {
  .home-hero, .page-hero {
    background-attachment: scroll;
  }

  .full-width-solution-image {
    background-attachment: scroll;
  }
}


@media only screen and (min-device-width: 1112px) and (orientation: landscape) {
  .home-hero, .page-hero {
    background-attachment: scroll;
  }

  .full-width-solution-image {
    background-attachment: scroll;
  }
}



@media
  only screen and (-webkit-min-device-pixel-ratio: 2.0),
  only screen and (   min--moz-device-pixel-ratio: 2.0),
  only screen and (     -o-min-device-pixel-ratio: 2.0/1),
  only screen and (        min-device-pixel-ratio: 2.0),
  only screen and (                min-resolution: 264 dpi),
  only screen and (                min-resolution: 2.0dppx) {

    .home-hero, .page-hero {
      background-attachment: scroll;
    }

    .full-width-solution-image {
      background-attachment: scroll;
    }

}


@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {


    .home-hero, .page-hero {
      background-attachment: scroll;
    }

    .full-width-solution-image {
      background-attachment: scroll;
    }

}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 384dpi),
  only screen and (                min-resolution: 3dppx) {


    .home-hero, .page-hero {
      background-attachment: scroll;
    }

    .full-width-solution-image {
      background-attachment: scroll;
    }

}

*/


/***********
New MQ End
***********/

@media only screen and (max-width: 992px) {

  .home-hero-content, .page-hero-content {
    padding: 100px 0;
  }

  h1 {
    font-size: 55px;
  }

  .intro-feat-block {
    padding: 30px 0;
  }

  .feature-grid .intro-feat-block {
    margin-bottom: 0px;
  }

  .product-cat-block {
    margin-bottom: 30px;
  }

  .support-listing table tr td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    width: 180px;
  }

  .support-listing table tr td:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
    width: 190px;
  }

  .team-modal-profile {
    position: relative;
    width: 100%;
    height: 530px;
  }

  .home-hero, .page-hero {
    background-attachment: scroll;
  }

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

  footer h4 {
    margin-top: 20px;
  }

  .full-width-solution-image {
    background-attachment: scroll;
  }

  .double-img img {
    margin-bottom: 30px;
  }

  .three-col-grid-with-intro .grid-item-image {
    height: 370px;
  }

  .three-col-grid-with-intro .feature-point {
    margin-bottom: 60px;
  }

  .solution-two-col-text {
    column-count: 1;
  }

  .text-and-img img {
    margin-bottom: 30px;
  }

  .navbar-default .navbar-brand {
    padding-left: 0;
    height: 100px;
    padding-top: 20px;
  }

  .navbar {
    min-height: 100px;
  }

  #basket-icon {
    margin-top: 36px;
  }

  .navbar-brand {
    padding-left: 15px !important;
  }

  .home-hero br, .page-hero br {
    display: none;
  }

  .team-member {
    margin-bottom: 30px;
  }

  .navbar-nav>li {
    float: none !important;
  }

  .mobile-menu {
    padding: 0;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-hero br {
  display: none;
}

}

@media only screen and (min-width: 768px) {
  .navbar-nav {
    float: none !important;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  .mobile-menu {
    padding: 0 15px;
  }

  .feature-grid .col-md-8 {
    text-align: left;
    padding-bottom: 20px;
  }

  footer h4 {
    margin-top: 40px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .copyright p {
    text-align: center;
  }

  .legal-footer-menu {
    text-align: center;
    margin-bottom: 20px;
  }

  .copyright ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 13px;
    font-weight: 500;
  }

  .nav-stacked {
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0px !important;
  }

  a.help-link {
    margin-left: 0;
  }

  .two-col-text {
    padding: 20px 0;
}

.feature-grid {
    padding: 20px 0 20px 0;
}

.intro-feat-block {
    padding: 4px 0;
}

.client-testimonial-block {
  margin-bottom: 30px;
}

.client-testimonials {
    padding: 40px 0 10px 0;
    background-color: #f9fafc;
}

h2 {
  line-height: 32px;
  font-size: 20px;
}


.product-categories {
    padding: 40px 0;
}

.product-cat-block {
    height: 340px;
    position: relative;
}

.cat-block-content {
    padding-right: 30px;
}


.page-hero-content {
    padding: 50px 0;
}

.product-categories-listing {
    padding: 40px 0;
}

.trial-btn {
  margin-bottom: 30px;
}

a.upgrade-link {
    color: #fff;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;
    text-decoration: underline;
    opacity: 0.8;
    margin-bottom: 30px;
}

.feat-container {
    background-color: #2C3041;
    padding: 30px 30px 0px 30px;
    text-align: center;
    margin-top: -120px;
    margin-bottom: 60px;
}

.advance-features-top p {
    font-size: 18px;
    padding: 10px 0;
}

.full-width-solution-image {
    width: 100%;
    height: 240px;
  }

  .solution-content section {
    padding: 30px 0;
}

.gallery-item {
  width: 500px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.gallery-item-portrait {
  width: 200px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.gallery-item-square {
  width: 400px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

}

@media only screen and (max-width: 460px) {
  .introduction-block-content {
    padding: 20px;
  }

  p.product-cost {
    margin-top: 30px;
  }

  .gallery-item {
    width: 250px;
    height: 200px;
    background-position: center;
    background-size: cover;
  }

  .gallery-item-portrait {
    width: 150px;
    height: 200px;
    background-position: center;
    background-size: cover;
  }

  .gallery-item-square {
    width: 170px;
    height: 200px;
    background-position: center;
    background-size: cover;
  }
}
