/*
Theme Name: SD - Rhino Instruments
Theme URI: https//rmac.io/
Description: Child Theme for Rhino Instruments, based on the Understrap Theme.
Author: Raj Pandita, Patrick Blampied
Author URI: https://sequencedigital.com.au/
Template: unstrapped
Version: 1.0
*/


/* Structure */
html {
	background-color: #fff;
}

body {
  height:100%;
  font-family: 'Nanum Gothic', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #2D373E;
}

/* Navigation */
.navbar {
  text-transform: uppercase;
	background-color: #FF6C00!important;
}

.bg-primary {
	background-color: #FF6C00!important;
}

.navbar-brand img {
	max-width: 250px;
}

nav.navbar div.cta-rightbar,nav.navbar div.cta-rightbar-mobile {
  width: 50px;
}
nav.navbar div.cta-rightbar {
  display: none;
}

div.cta-rightbar img, div.cta-rightbar-mobile img {
  float: right;
}

@media (min-width: 768px) {
  nav.navbar div.cta-rightbar-mobile {
    display: none;
  }
  nav.navbar div.cta-rightbar {
    display: block;
  }
}

/* Pat's Grandpa Phone Width */
@media (max-width: 600px) {
  nav.navbar div.cta-rightbar-mobile {
    display: none;
  }
  nav.navbar div.cta-rightbar {
    display: none;
  }
}


.top-bar a, .under-nav-bar a, .top-bar a:hover, .under-nav-bar a:hover {
  color: #FFF !important;
}


/* Links */
.site a, .site a:hover {
	text-decoration: underline;
  text-underline-offset: 5px;
	color: #231f20;
} 

.btn, .btn:hover {
	color: #FFF;
	background-color: #FF6C00!important;
	text-decoration: underline;
}

.navbar-nav {
	font-size: 15px;
}

.navbar a {
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: none;
	font-weight:800!important;
}

.dropdown-item.active, .dropdown-item:active {
	color: #FF6C00;
	text-decoration: none;
	background-color: #eee;
}


/* Buttons */

.btn-primary, .btn-primary:active, .btn-primary:hover {
	color: #FFF!important;
	background-color: #FF6C00!important;
	border-color: #FF6C00!important;
}

.btn-link {
	text-decoration:underline;
	color: #FF6C00;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: unset;
  padding-bottom: 10px;  
}

h2, h3, h4, h5, h6 {
  padding-top: 30px;
}

.main-heading h1 {
	color: #fff!important;
}

@media (max-width: 1199px) {
  .card-body h5, .card-body h6 {
    font-size: .8rem;
  }
}

@media (min-width: 1200px) {
  .card-body h5, .card-body h6 {
    font-size: 1.2rem;
  }
}


h1 {
	font-size: 2em;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.2em;
	}
}


b, strong {
  font-weight: bold;
}
/* Footer */

#wrapper-footer {
  background: #FF6C00;
	padding-top: 22px;
	color: #fff;
	text-decoration: none;
}

#wrapper-footer a, #wrapper-footer a:hover {

  color: #fff;
  	
}

/* Additional */

.packages {
  max-height: 250px!important;
  overflow: hidden;
}


/* DEV */
.wrapper {
  background: #fff;
}

.entry-meta {
  padding-bottom: 22px;
  border-top: solid 1px rgb(240, 240, 240);
  padding-top: 22px;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
      max-width: 1440px;
  }
}


/* FAQ */

.elementor-accordion-icon {
  display:none!important;
}

.elementor-accordion-title {
  color: black!important;
}



/* WooCommerce Customisations */

/* One column checkout page */
#customer_details .col-sm-7, #customer_details .col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.wc-tabs, .woocommerce-Tabs-panel h2, .woocommerce-breadcrumb {
  display:none;
}

.woocommerce-product-gallery {
  display:none!important;
}

.product .summary {
  float: left!important;
}


.first-payment-date {
  display: none;
}




/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
  
 body #gform_wrapper_1 { 
  max-width: 50%;
  margin: 0 auto;
 }
  
 body #gform_wrapper_1 .gfield .ginput_container,
 body #gform_wrapper_1 .gfield .gfield_description,
 body #gform_wrapper_1 div.ginput_complex label,
 body #gform_wrapper_1 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 body #gform_wrapper_1 select, 
 body #gform_wrapper_1 textarea { 
  text-align:center;
 }
  
 body #gform_wrapper_1 .top_label .gfield .gfield_label {
  text-align: center;
  display: block;
 }
    
  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer{
    text-align: center;
  }

  #field_1_7 {
    text-align: center;
  }

  #gform_submit_button_1 {
    margin: auto;
  }
  
}