/*

Theme name: Tubetrade Theme
Theme URI: http://www.rotaryprinters.co.uk/
Author: ( Rotary Printers )
Version: 1.0
Author URI: http://www.rotaryprinters.co.uk
Description: Wordpress theme developed for Tubetrade, 
*/

/* Admin Bar */
/*
.navbar-fixed-top {
  top: 32px !important;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position:fixed;
    
    }
    .admin-bar .navbar-fixed-top {
        top: 46px !important;
    }
}
*/
#wpadminbar {
    position: fixed !important;
}

/* Main Content */
.main-content {
    margin-top: 193px;
}

/* Search Icon */

.input-group-btn .fa {
    padding: 4px;
}

/* Content Padding */

.content-tt {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Translate Page */

.goog-te-gadget-simple {
    border: 0 !important;
}

#google_box p {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom:5px;
    margin-top:10px;
}
/* Google iframe */
.goog-te-menu-frame {
max-width:100% !important;
background-color:red !important;
}
.goog-te-menu2 { 
max-width: 100% !important;
overflow: scroll !important;
box-sizing:border-box !important; 
height:auto !important; 
}

/* Featured Image Float */
@media screen and (min-width:992px) {
.featured-image{
    float: right;
    }}

/* Qclamp Products */

.team-v3 .team-img {
    margin-bottom: 20px;
}

#product-img-url {
    display: none;
}

/* Search Bar */

.screen-reader-text {
    color: #fff;
}

/*Footer
------------------------------------*/
.footer-about
{
    color: #fff !important;
    font-family: 'Rubik', sans-serif;
}