/**
 * SCSS
 * by Kevin Stevens, 2017
 */
hr[bluehr] {
  background: #fcf8e3;
  height: 1px;
}
.trn, .default-pagination a, .default-btn.blue {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.midflex, .image-item.products-header-class, main .product-flex .product-mini .prod-thumb, main .news-row .news-right, main.products-single .prod-single-wrap .prod-owl .prod-owl-item, main.news-single .s-news .s-news-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-pagination {
  margin: 50px 0 0 0;
  text-align: right;
}
.default-pagination span, .default-pagination a {
  padding: 10px;
  border: 1px solid #007ccf;
}
.default-pagination span {
  font: 700 15px/15px Roboto;
  color: #fff;
  background: #007ccf;
}
.default-pagination a {
  font: 700 15px/15px Roboto;
  background: #fff;
  color: #007ccf;
}
.default-pagination a.page-numbers.next, .default-pagination a.page-numbers.prev {
  border: 0;
}
.default-pagination a:hover {
  background: #007ccf;
  color: #fff;
}
.default-btn.blue {
  padding: 13px 0;
  min-width: 130px;
  background: #007ccf;
  font: 300 15px/15px Roboto;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.default-btn.blue:hover {
  background: #fff !important;
  border: 1px solid #007ccf !important;
  color: #007ccf !important;
}
.image-item.products-header-class p {
  margin: 0;
  padding: 0;
  font: 900 30px/40px Roboto;
  color: #fff;
  text-transform: uppercase;
}
main.news-single, main.products-single, main.news-posttype, main.products-posttype {
  margin: 50px 0;
}
main .product-flex {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
main .product-flex .product-mini {
  width: 100%;
  max-width: 263px;
  margin: 0 22px 60px 0;
}
main .product-flex .product-mini .prod-thumb {
  width: 260px;
  height: 260px;
  border: 2px solid #007ccf;
}
main .product-flex .product-mini .prod-thumb img {
  max-width: 207px !important;
  max-height: 207px !important;
  width: auto !important;
  height: auto !important;
}
main .product-flex .product-mini .prod-info {
  padding: 21px 12px;
}
main .product-flex .product-mini .prod-info p {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
}
main .product-flex .product-mini .prod-info span {
  text-align: left;
}
main .product-flex .product-mini .prod-info div:nth-of-type(1) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
main .product-flex .product-mini .prod-info div:nth-of-type(1) > span {
  font: 700 16px/20px Roboto;
  color: #007ccf;
  text-transform: uppercase;
  margin-bottom: 15px;
}
main .product-flex .product-mini .prod-info div:nth-of-type(1) > p {
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
main .product-flex .product-mini .prod-info div:nth-of-type(1) > p span {
  font: 500 16px/20px Roboto;
}
main .product-flex .product-mini .prod-info div:nth-of-type(2) p {
  font: 500 14px/20px Roboto;
  color: #000;
  text-align: left;
}
main .product-flex .product-mini .view-btn-wrap a {
  float: left;
}
main .product-upperbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 45px 0;
}
main .product-upperbar span {
  font: 700 16px/20px Roboto;
  color: #007ccf;
  padding: 0 15px;
}
main .product-upperbar select {
  font: 500 16px/20px Roboto;
  color: #033;
  padding: 6px;
}
main .news-row {
  margin: 0 0 30px 0;
  display: flex;
  flex-flow: row wrap;
}
main .news-row .news-left {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: left;
}
main .news-row .news-left h2 {
  font: 800 35px/45px Roboto;
  color: #007ccf;
  text-transform: initial;
}
main .news-row .news-left p {
  font: 500 16px/20px Roboto;
  color: #727171;
  text-align: left;
  padding: 0;
  margin: 0 0 15px;
}
main .news-row .news-right {
  width: 100%;
  height: 100%;
  min-height: 348px;
  border: 2px solid #007ccf;
  background: #fafafa;
  padding: 15px;
}
main .news-row .news-right img {
  max-width: 430px !important;
  max-height: 320px !important;
  width: auto !important;
  height: auto !important;
}
main.products-single .prod-single-wrap {
  padding: 65px 0 0 0;
}
main.products-single .prod-single-wrap .prod-canvass {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
main.products-single .prod-single-wrap .prod-canvass img {
  width: 100%;
  height: 100%;
  max-width: 430px !important;
  max-height: 340px !important;
  width: auto !important;
  height: auto !important;
  border: 3px solid #999;
}
main.products-single .prod-single-wrap .prod-owl {
  width: 100%;
}
main.products-single .prod-single-wrap .prod-owl .prod-owl-item {
  height: 90px;
  cursor: pointer;
}
main.products-single .prod-single-wrap .prod-owl .prod-owl-item img {
  width: 100%;
  height: 100%;
  max-width: 90px !important;
  max-height: 75px !important;
  width: auto !important;
  height: auto !important;
}
main.products-single .prod-single-wrap .prod-content {
  padding: 0 0 0 30px;
}
main.products-single .prod-single-wrap .prod-content h2, main.products-single .prod-single-wrap .prod-content p {
  margin: 0;
  padding: 0;
  text-align: initial;
}
main.products-single .prod-single-wrap .prod-content h2 {
  margin: 0 0 10px 0;
}
main.products-single .prod-single-wrap .prod-content p {
  margin: 0 0 15px 0;
}
main.products-single .prod-single-wrap .prod-content .prod-heading, main.products-single .prod-single-wrap .prod-content .prod-main-content {
  margin: 0 0 25px 0;
}
main.products-single .prod-single-wrap .prod-related {
  margin: 35px 0 0 0;
}
main.products-single .prod-single-wrap .prod-related h3 {
  text-transform: uppercase;
  text-align: left;
  font: 500 30px/40px Roboto;
}
main.news-single .s-news .s-news-thumb {
  width: 100%;
  max-width: 745px;
  min-height: 352px;
  margin: 0 auto 20px auto;
  background: #eee;
}
main.news-single .s-news .s-news-thumb img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}
main.news-single .s-news .s-news-desc {
  max-width: 745px;
  margin: 0 auto;
}
main.news-single .s-news .s-news-desc h3 {
  font: 700 35px/45px Roboto;
  color: #007ccf;
}
main.news-single .s-news .s-news-desc .s-news-content {
  margin: 25px 0 0 0;
}
main.news-single .s-news .s-news-desc .s-news-content p {
  padding: 0;
  margin: 0 0 15px 0;
}
main .contact-wrap {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
main .contact-wrap h2 {
  margin: 10px 0 45px 0;
  font: 800 25px/30px Roboto;
}
main .contact-wrap .contact-infos {
  margin: 0 0 60px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
main .contact-wrap .contact-infos > div {
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px 0;
}
main .contact-wrap .contact-infos > div > span {
  margin: 0 0 10px 0;
  display: block;
}
main .contact-wrap .contact-infos > div > span i {
  font-size: 35px;
  color: #ea0d2c;
}
main .contact-wrap .contact-infos > div div {
  display: flex;
  flex-flow: column;
  align-items: center;
}
main .contact-wrap .contact-infos > div div > span {
  font: 700 16px/20px Roboto;
  color: #007ccf;
}
main .contact-wrap .contact-content .gform_wrapper {
  max-width: initial;
}
main .contact-wrap .contact-content .gform_wrapper form .gform_body ul li > label {
  font: 500 16px/20px Roboto;
  color: #727171;
}
main .contact-wrap .contact-content .gform_wrapper form .gform_body ul li > div span label {
  font: 500 12px/20px Roboto;
  color: #727171;
}
main .contact-wrap .contact-content .gform_wrapper form .gform_body ul li:last-of-type {
  display: flex;
  flex-flow: column;
  align-items: center;
}
main .contact-wrap .contact-content .gform_wrapper form .gform_body textarea, main .contact-wrap .contact-content .gform_wrapper form .gform_body input {
  border: 1px solid #007ccf;
  border-radius: 4px;
}
main .contact-wrap .contact-content .gform_wrapper form .gform_footer input[type=submit] {
  float: right;
}
/*--------------------------------------------------------------
 ## TINYMCE CUSTOM CLASSES
 --------------------------------------------------------------*/
.line-height-14px {
  line-height: 14px;
}
.line-height-16px {
  line-height: 16px;
}
.line-height-18px {
  line-height: 18px;
}
.line-height-20px {
  line-height: 20px;
}
.line-height-25px {
  line-height: 25px;
}
.line-height-30px {
  line-height: 30px;
}
.line-height-35px {
  line-height: 35px;
}
