/*
Theme Name: <Insert your site name here> Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */

.uk-navbar-nav {
    width:100%;
}


.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background:#2691D7;
}

.uk-nav-navbar>li.uk-active>a {
    color: #EAEAD7;
    background:#2691D7;
}

.uk-navbar-nav > li {
    float: left;
    position: relative;
}


section#main {
    padding-top:20px;
    background:#F4F4F4;
}

.uk-sidebar-bg {
    background:#F4F4F4;
}

h1 {
    font-size: 30px;
    color: #565656;
    font-weight:600;
}

#first-sidebar {
       padding-left:25px;
}

#first-sidebar .widget-container ul li {
    list-style: none;
    padding:10px;
    border-bottom: 1px solid #EAEAEA;
}

.uk-search:before {
    color: rgba(255, 255, 255, 1);
    background: #2E275C;
    content: "\f002";
    position: absolute;
    width: 35px;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
}

.uk-search {
    background:#fff;
}

h2 .rsswidget {
    color:#444;
}

.newsletter-button {
    background:#2AB8BD;
    color:#fff;
    border:none;
}
.newsletter-button:hover {
   background:#2AB8BD;
    color:#fff;
    border:none;
}

footer#footer {
    background:#D8D8D8;
}

footer hr {
    border-top:1px solid #3C3C3C;
}

.footercopyright {
    padding-bottom:20px;
}

.entry-header h1 {
    padding-left:20px;
}

@media screen and (min-width:1200px) {
#text-5 {
    padding-left:0px;
}
#first-sidebar {
    padding-left:0px;
}


}

.logged-in .uk-modal-dialog {
    margin:100px auto;
}

 .uk-modal-dialog {
    margin:60px auto;
}

.ubermenu-submenu-id-362 {
    padding:20px !important;
}

#widget_sp_image-3 {
    padding-left:0px;
}

#menu-item-4198 .ubermenu-content-block.ubermenu-widget-area.ubermenu-autoclear {
    padding-left:20px !important;
}

.desktop {
  display:none !important;
}

@media screen and (min-width: 1298px) {

.desktop {
  display:block !important;
}

}

.tablet {
  display:none !important;
}

@media screen and (min-width: 601px) {

.tablet {
  display:block !important;
}

}

@media screen and (min-width: 1298px) {

.tablet {
    display:none !important;
}

}

.mobilephone {
  display:none !important;
}

@media screen and (max-width: 600px) {

.mobilephone {
  display:block !important;
}

}

#menu-item-4212 {
    width:100%;
}

.ubermenu-item-level-1 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only span {
    color:#323941;
}

#first-sidebar #menu-left-column.menu {
  padding-left:0px;
}

#first-sidebar .widget_rss.uk-panel.widget-container ul {
    padding-left:0px;
}

#menu-item-4346 {
    width:100% !important;
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background:#2E275C;
}

.uk-text-large{
    font-size:20px;
}

.uk-search-default .uk-search-input{
    padding-left:40px;
}

#TopScroll {
    border-radius: 100px;
    padding: 11px;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
}

.ubermenu-widgettitle{
    font-size:20px;
}

@media screen and (min-width:960px) {
    .uk-navbar-nav {
    float:right;
}
	

}

@media screen and (max-width:960px) {
   #nav{
       display:none;
   }
   
   #slider{
       padding-top:0px;
   }
	
		html{
margin-top:0px!important;
}
}

.woocommerce ul.products li.product .button {
    webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #323941;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.woocommerce ul.products li.product .button:hover{
     background: #000;
}

.related{
    display:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background:#323941;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
     background: #000;
}

.woocommerce .quantity .qty{
    height:30px;
}

.woocommerce a.button{
    background:#2E275C;
    color:#fff;
}

.woocommerce a.button:hover{
     background: #000;
    color:#fff;
}

.wcf-product-image{
    display:none;
}

.form {
    max-width: 550px;
    margin: auto;
    display: block;
}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
}

.form h3{
    margin: 0 0 0px 0;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0px 10px!important;
    padding: 16px 0;
}

.gform_wrapper .gform_heading{
    margin-bottom:-12px!important;
}

.gform_wrapper .gform_footer{
    padding:0px!important;
    margin-right:10px!important;
}

.gform_wrapper .gfield_required{
    display:none!important;
}

.gform_wrapper textarea.small{
    resize: both!important;
    overflow: auto!important;
       }

.gform_wrapper .gsection{
    border-bottom:0px!important;
    padding:0px!important;
    
}

body .gform_wrapper ul li.gfield{
    margin-top: -6px!important;
}

#gform_fields_1{
grid-row-gap: 16px!important;
}

#input_1_12{
text-align: right;
}

#input_1_14{
text-align: right;
}

#input_1_18{
text-align: right;
}

#input_1_19{
text-align: right;
}

#input_1_20{
text-align: right;
}

#input_1_22{
text-align: right;
}

#field_1_22{
text-align: right;
}

.page-id-8 .entry-content p{
padding-left:15px;
}

a{
color:#000;
}



.uk-clearfix{
background: #323941;
}

.uk-clearfix li{
padding-left:0px;
}

#nav .menu-item a {
    padding: 0px 12px!important;
}

.uk-navbar-nav{
gap:0px;
}

.uk-button-cart {
    font-weight: bold;
    color: #d9d9d9;
    font-size: 16px;
    border-left: 1px solid #000000;
    }

.wtbpTableWrapper td.thumbnail img{
max-width: 72%!important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target{
text-transform:none!important;
	font-size: 14px!important;
}

@media screen and (min-width: 783px) {
    .admin-bar .sticky-header-withsocial {
        top: 78px !important;
    }
}

.dataTables_wrapper .add_to_cart_inline a{
text-transform: none;
}

.ubermenu-main{
background:#2E275C!important;
}

.woocommerce div.product form.cart .variations select{
min-width:0%!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled{
background:#000;
}

.wtbpAddToCartWrapper .quantity input{
height: 30px;
}

.woocommerce-mini-cart-item  .quantity{
float:right!important;
}

.woocommerce-mini-cart__total{
text-align: right!important;
    padding-right: 9px!important;
}

.woocommerce a.remove{
margin-left:0px;
}

.widget-container li{
background:transparent!important;
}

.widget-container li:hover{
box-shadow:none!important;
}

.woocommerce-mini-cart__empty-message{
padding-left:16px!important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 5px!important;
}

select{
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 30px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
       vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.woocommerce div.product form.cart .variations{
margin-bottom:7px!important;
}

.gform-theme--foundation .gform_fields{
row-gap: 12px!important;
}

.gform_button{
background:#2E275C!important;
}

.gform_button:hover {
    background: #000!important;
    }

.uk-subnav>*>:first-child{
font-size: 15px!important;
text-transform:none!important;
}

.uk-subnav-line>:before{
height:0px;
}

.uk-subnav>*{
margin-top:0px;
}

.uk-subnav>.uk-active>a{
color:#000;
font-weight:bold;
}

.right{
float: right;
    text-align: right;
    width: 1010px;
    color: #fff;
    line-height: 36px;
}

@media screen and (max-width:1200px) {
	.right{
	width:auto;
		padding-left:15px;
	}

}

.categories{
text-align:left;
}

.price{
text-align:left;
}

.product_title{
text-align:left;
}

#slider{
border-bottom: #23A3D9 solid 4px;
}

#footersidebar{
border-top: #23A3D9 solid 4px;
}

.page-id-5738 .uk-width-onesidebar{
display:none!important;
}

.page-id-5738 .uk-width-onesidebarcontent{
width:100%!important;
}

.page-id-5739 .uk-width-onesidebar{
display:none!important;
}

.page-id-5739 .uk-width-onesidebarcontent{
width:100%!important;
}

.gform_drop_area {
padding:10px!important;
}

h3{
margin-top:10px;
}

.wc-block-cart__submit-container{
border: 2px solid #000;
}

.wc-block-cart__submit-container:hover{
background:#23A3D9;
	}
.wc-block-cart__submit-container a:hover{
color:#fff;
	}

.wp-block-woocommerce-checkout{
padding-top:0px!important;
}

.additional_information_tab{
display:none!important;
}


.single-product .uk-margin-bottom{
margin-bottom:0px!important;
}

.single-product .uk-margin-top{
margin-top:0px!important;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px!important;
}

@media only screen and (max-width: 960px) {
    #shiftnav-toggle-main {
        font-size: 16px;
        top: 50px!important;
    }
}

@media only screen and (max-width: 500px) {
	.right{
	display:none!important;
	}
}