/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2021 | 11:15:12 */
/* 
TABLE OF CONTENTS 
1. Headings & Text
2. Containers
3. Top
4. Main
5. Sidebar
6. Footer 
*/

/* Replace Colours 

Primary: #ff5100
Secondary: #091c41

*/

/* HEADINGS & TEXT */
@font-face {
    font-family: 'Oswald';
    src: url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.eot');
    src: url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.woff2') format('woff2'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.woff') format('woff'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.ttf') format('truetype'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Bold.woff2') format('woff2'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Bold.woff') format('woff'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Bold.ttf') format('truetype'),
        url('http://rogueclients.co.za/mobilecoldrooms/wp-content/themes/talon-child/fonts/subset-Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-family: 'Oswald', 'Noto Sans', Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.8em;
  color: #091c41;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.2em;
}
.title-bar {
  text-align: left;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091c41+0,0e216b+100 */
  background: #091c41; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #091c41 0%, #0e216b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #091c41 0%,#0e216b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #091c41 0%,#0e216b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091c41', endColorstr='#0e216b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.title-bar h1 {  
  color: #fff;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
/*.title-bar span {
    padding: 15px 40px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}*/
.home .title-bar {
  display: none;
}
.archive h1.page-title, 
.woocommerce-page h1.entry-title, 
h1.entry-title {
    display: none;
}

.hide-title .widget-title {
  display:none;
}
.text-left, .text-left .widget-title {
  text-align: left;
}
.text-right, .text-right .widget-title {
  text-align: right;
}

.text-primary, .text-primary p, .text-primary td, .text-primary th {
  color: #ff5100;
}
.text-secondary, .text-secondary p, .text-secondary td, .text-secondary th {
  color: ;
}
.text-white, .text-white p, .text-white td, .text-white th, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: #fff;
}
.text-inverse, .text-inverse p, .text-inverse td, .text-inverse th {
  color: #fff;
}


a, .entry-meta .cat-links a {
  color: #ff5100;
}

.so-panel .widget-title {
    margin-bottom: 30px;
}
.widget-area .widget-title {
    border-bottom: none;
}
#secondary.widget-area .widget-title {
  text-align: left;
}
.widget-area .widget-title span {
    padding: 0;
  background: transparent;
}

.title-light h3.widget-title {
  color: #c3c0bc !important;
}
.su-list {
    margin-bottom: 0;
}
.su-list li i, .su-list li i:before {
    color: #ff5100;
}
.section-title h2 {
  font-size: 44px;
  font-weight: normal;
  margin-top: 0;
}
.section-title small {
  font-size: 0.6em;
  color: #86827e;
  font-weight: 100;
}

.section-title strong small {
  color: #ff5100;
}
.text-white .section-title h2 {
  color: #fff;
}

.icons-primary i:before {
  color: #ff5100;
}

@media (max-width: 991px) {
  /*.title-bar span {
    padding: 10px 20px;
  }*/
  .title-bar h1 {
    text-align: center;
  }
}

/* CONTAINERS */
.su-row .su-column {
    margin-bottom: 0 !important;
}
.hide {
  display: none !important;
}

  /* fullwidth template */

.page-template-template_fullwidth article.hentry {
    max-width: 1000px;
    margin: 0 auto;
}

hr {
    border-top: 2px solid #ededed;
}

/* Borders */
.outline-grey-inner {
  outline: 1px rgba(0,0,0,0.05) solid;
  outline-offset: -15px;
}
.border-primary {
  border: 3px solid #091c41;
}

/* Backgrounds */
.bg-light, .bg-white {
  background-color: #fff;
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-dark-70 {
  background-color: rgba(0,0,0,0.7);
}
.bg-med-70 {
  background-color: rgb(19 37 105 / 0.65);
}

.bg-gradient-light-90 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9fbfc+0,f4f6ff+100 */
  background: #f9fbfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9fbfc 0%, #f4f6ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f9fbfc 0%,#f4f6ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f9fbfc 0%,#f4f6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfc', endColorstr='#f4f6ff',GradientType=0 ); /* IE6-9 */
}
.bg-gradient-light-45 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f6ff+17,f9fbfc+100 */
  background: #f4f6ff; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #f4f6ff 17%, #f9fbfc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #f4f6ff 17%,#f9fbfc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #f4f6ff 17%,#f9fbfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6ff', endColorstr='#f9fbfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-gradient-dark-45 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#091c41+0,0e216b+100 */
  background: #091c41; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #091c41 0%, #0e216b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #091c41 0%,#0e216b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #091c41 0%,#0e216b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091c41', endColorstr='#0e216b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*.bg-pattern {
  text-align: center;
    background-image: url(http://rogueclients.co.za/mobilecoldrooms/wp-content/uploads/2020/06/pattern.png);
    background-repeat: repeat;
    background-position: center center;
}*/
.bg-pattern {
  text-align: center;
    background-image: url(http://rogueclients.co.za/mobilecoldrooms/wp-content/uploads/2021/01/mobile-trailers-for-sale-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  background-size: cover;
}

/* BACKGROUNDS */

/* TOP */

.main-header {
    padding: 10px 0;
}
.header-sticky-wrapper {
  height: 90px;
}
.sub-header {
  /*background-color: #091c41;*/
  background-color: #f3f3f3;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.sub-header-left, .sub-header-right {
  text-align: left;
    padding: 7px 15px;
}

.sub-header .sub-item {
  display: inline-block;
  padding: 0 10px;
}
.sub-header a {
  /*color: #a6aaad;*/
  color: #091c41;
}
.sub-header i, .sub-header a i {
  color: #ff5100;
}
.sub-header i.fa-whatsapp {
  color: green;
}

@media (min-width: 992px) {
  .sub-header-left {
    text-align: left;
  }
  .sub-header-right {
    text-align: right;
  }
}


  /* Logo */

.site-branding img {
    height: 100px;
}
.mobile-branding {
    background-color: #fff;
}
@media (max-width: 1199px) {
  .branding-container {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

  /* Navigation */

.main-navigation li.current-menu-item a {
    color: #ff5100;
}
.main-navigation a:hover {
    color: #091c41;
}
[off-canvas] {
    background-color: #252526;
  border-right: 1px solid #f5f5f1;
  z-index: 9999;
}

    /* Menu toggle */

.menu-btn {
    width: 20px;
    height: 17px;
}
.menu-btn span:nth-child(2) {
    top: 7px;
}
.menu-btn span:nth-child(3) {
    top: 14px;
}

  /* Slider */
.main-slider-box {
    max-width: 1170px;
    width: 100%;
    margin: 50px auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.main-slider-caption.container {
    width: auto;
  padding: 30px;
}
.main-slider-caption {
  top: 20%;
  left: 15%;
  right: 15%;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  text-align: center;
  /*text-shadow: 0 0 10px rgba(21, 17, 43, 0.5)*/
}
.main-slider-caption h1 {
    font-size: 48px;
    margin-bottom: 20px;
  color: #2e2b2a;
  font-weight: bold;
}
.main-slider-caption p {
    line-height: 1.4;
    font-size: 20px;
  color: #86827e;
}
.main-slider-caption h1, .main-slider-caption p  {
  text-align: center;
  width: 100%;
}

.main-slider-caption .header-button  {
    position: absolute;
  left: 0;
    right: 0;
}
.main-slider-caption > div {
    width: 100%;
}


@media (max-width: 1199px) {
  .main-slider-caption h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .main-slider-caption {
    top: 15%;
    left: 10%;
    right: 10%;
  }
  .main-slider-caption h1 {
    font-size: 32px !important;
    margin: 10px 0;
  }
  .main-slider-caption p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-slider-caption > div {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-slider-caption.container {
    padding: 15px;
  }
  .main-slider-caption {
    text-align: center;
  }
  .main-slider-caption h1 {
    font-size: 20px !important;
    margin: 10px 0;
  }
  .main-slider-caption p {
    font-size: 16px;
  margin-bottom: 0;
    /*display:none;*/
  }
  .header-button {
    display: none;
  }
}

/* MAIN */

  /* Forms */

.wpcf7-form-control {
    width: 100%;
}
textarea {
  height: 100px;
}
select {
    max-width: 100%;
    border: 2px solid #e5eaf5;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #4f5d75;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
    border: 2px solid #e5eaf5;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #4f5d75;
  line-height: 1;
}

#contact h2 {
  color: #fff;
}
div#contact {
    border-top: 3px solid #f5f5f1;
}


  /* Images */
.gallery {
    margin: 0 -15px 0 -15px !important;
  
}
.gallery .gallery-item {
    padding: 15px;
}

  /* Buttons */
  
/* PAGES */

  /* Home */


.services-section .services-item:before {
    height: 100%;
  border-radius: 5px;
}
.services-section .services-item .service-text {
    text-align: left;
  /*padding: 15px 30px 30px;
  margin-bottom: 0;*/
}
/*.services-section .services-item {
    padding: 0;
}
.services-section .services-item .service-name {
  padding: 0 30px;
}
.service-link {
    padding: 0 0 30px;
}*/
.services-thumb img {
    width: 100%;
}
.services-section .services-item .service-link a {
    padding: 10px 30px;
    border-radius: 3px;
    background: #ff5100;
    color: #fff;
    /* margin: 10px 0; */
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}


@media (min-width: 768px) {
  .services-section .services-item {
    width: 31%;
    margin: 1.3%;
  }  
  .services-section .services-item:first-of-type {
    margin-left: 0;
  }
  .services-section .services-item:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .services-section .services-item {
    margin-bottom: 30px;
    padding: 40px 30px;
  } 
}

  /* About */
.team-item:before {
  content: none;
  display:none !important;
}
.about-feature h3, .service-feature h4 {
  color: #ff5100;
}
.about-feature i, .about-feature i:before {
  color: #2c2d2a;
}
.service-feature i:before {
  color: #fff;
}
.service-feature i {
    background-color: #ff5100;
    height: 50px;
    width: 50px;
    padding: 25% 20%;
    border-radius: 50%;
    margin-top: 2px;
    text-align: center;
}


  /* Blog */

.byline {
    display: none !important;
}

.posts-layout:after {
    content: " ";
    display: block;
    clear: both;
}

.nav-previous a:before {
    content: "\00ab";
  margin-right: 15px;
}
.nav-next a:after {
    content: "\00bb";
  margin-left: 15px;
}
.blog-button {
    display: none;
}

.home-blog-item {
    background-color: #fff;
    padding: 0 30px 30px;
    text-align: left;
  border-radius: 5px;
    overflow: hidden;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1)
}
.home-blog-item .home-blog-img {
    border-radius: 5px;
    margin-left: -30px;
    margin-right: -30px;
}
.entry-meta {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
}
.entry-meta p {
    margin: 0;
}
.home-post-title h3 {
    margin: 0;
}

  /* Woocommerce */

.widget-area .widget.woocommerce ul {
    padding: 0 0 0 20px;
}
.woocommerce h1.product_title.entry-title {
  display: none;
}
.woocommerce table.shop_attributes td {
    padding: 0 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px;
  font-size: 14px;
}
.woocommerce .description_tab {
    margin-right: 0px !important;
}
.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #091c41;
}
.woocommerce div.product p.price del {
    color: #86827e;
}

@media only screen and (max-width: 500px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}

/* SIDEBAR */

  /* woocommerce widget */

.widget-area .widget.woocommerce ul.woocommerce-mini-cart {
    padding: 5px 0;
}
.woocommerce a.remove {
    font-size: 18px;
    height: 15px;
    width: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}
  

/* FOOTER */
.site-footer {
    padding: 80px 0 50px;
}

.site-footer .widget-title {
    color: #ff5100;
    font-size: 22px;
}

  /* Widgets */


  /* Copyright */
/*.site-info, .footer-navigation {
    display:  none;
}*/
.site-info {
    display:  none;
}
.footer-navigation {
  width: 100%;
  text-align: center !important;
}
.copyright {
    border-top: 1px solid rgba(79, 93, 117, 0.3);
    margin-top: 50px;
}

/**/