/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 6.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/****** extra css***/
#bit-events td .bit-uiButtonDefault a {
    color: #000 !important;
}
#menu-top_menu li a
{
color:#000 !important;
}

.light:not(.sticky):not(.scrolled) .side_menu_button > a {
    color: #000 !important;
}

.ui-tabs ul{
  list-style:none;
 padding: 0 !important;
}
.ui-tabs ul li.active{
   border-width:1px 1px 0 1px;
}
.ui-tabs ul li{
 border-color: #000;
    border-style: solid;
    border-width: 1px;
    display: table-cell;
    list-style: outside none none;
    padding: 5px;
    border-radius:7px 7px 0 0;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    border: 1px solid #000;
    
}
.ui-tabs ul li a{
   padding: 5px;
}
ul.products li .ui-tabs{
  display:none;
}
.ui-tabs ul li.active li{
   background-color:#ccc;
}
.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    float: right;
    width: 65%;
}
.woocommerce ul.products li.product:hover .image-wrapper img {
	opacity: 1 !important;
}
.woocommerce ul.products li.product .add-to-cart-button {
    opacity: 1 !important;
    visibility: visible !important;
}

/*.product-category {
    float: left;
    width: 100%;
}*/
.price {
    text-align: left !important;
}
li.product a.product-category {
    padding: 0 10px !important;
}
.woocommerce ul.products li.product .add-to-cart-button-outer{
    bottom:5% !important;
    top:auto !important;
    margin-left : 30% !important;
}
.product-category > h6 {
    padding: 0 !important;
    text-align: left !important;
}
.ui-tabs > div {
    padding: 6px;
}
.ui-state-active {
    background: none repeat scroll 0 0 #000000;
}
.ui-state-active a{ color:#fff;}
/*--------------- * Changes * -----------------*/
.bio, .epkpages {
    margin-top: -75px !important;
}
.disnone{
 display:none;
}
.no-break {
    position: absolute;
    right: 0;
    bottom:20px;
    width: 100px;
    z-index:99;
}
.cart a.checkout-button {
    display: none !important;
}
.footer_bottom_holder a {
    color: #818181;
}
.footer_top .column3 a {
    /*border-right: 2px solid;*/
	padding:0 20px !important;
}
.footer_top .column3 li {
    display: inline-block !important;
    width: 33% !important;
}
.footer_top .column3,.footer_top .column2 {
	text-align:center;
}
.footer_top .column1 h3{
	color:#fff;
}
.footer_top .column1 tr, .footer_top .column1 th, .footer_top .column1 input {
    display: block;
    text-align: left;
    width: 67% !important;
}

.subscribeButton{
	background-color: rgba(0, 0, 0, 0);
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: border-box;
    height: 30px;
    opacity: 1;
    position: relative;
    width: 30px;
	color:#fff;
	cursor:pointer;
}
.landingpage {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
.landingpage > .no-break{
    display:none;
}
.column2 #text-10 {
    left: 0;
    position: absolute;
    top: -33px;
    width: 100%;
}
.musicbtns a.qbutton {
    margin: 0 35px;
    padding: 0 50px;
}
.comingbutton {
    padding: 19px 0;
}
.comingbutton > a {
    margin: 0 18px;
}
table.bit-events, .bit-events tr, bit-events td, .bit-events th, .bit-events a,.bit-notify {
    color: #ffffff !important;
}
.woocommerce ul.products li.product .top-product-section{
   position: static !important;
}
.woocommerce ul.products li.product {
    padding: 0 0 50px 0 !important;
}
/*.woocommerce ul.products li.product {
    width: 100% !important;
	padding:5px;
}
.woocommerce ul.products li.product .top-product-section {
    float: left;
    width: 35%;
    position: static !important;
}

.product-category .price {
    text-align: left !important;
}
.quantity {
    display: inline-block;
}*/

.model {    
	background-color:#fff;
	margin: 100px 0 60px 30px;
    padding: 9px 18px;
    width: 193px;
}
.model input {
    border: 2px solid #000 !important;
}

.wpcf7-response-output {
    color: #000 !important;
}
#simplesubscribe-2 > h5 {
    display: none;
}
footer .content .container, .content .container{
background:none !important;
}
.woocommerce div.cart-collaterals h2, .woocommerce-page .div.cart-collaterals h2{
    font-size:12px !important;
}
.maincontact input {
    padding: 5px 10px !important;
}
.maincontact textarea {
    height: 120px;
}
.footer_top {
    padding: 56px 0 3px !important;
}
.maincontact > p {
    margin-bottom: 10px !important;
}
.textwidget > p {
    width: 85%;
}
#simplesubscribe-2 input {
    padding: 3px !important;
}
.cartcustom{
		display:none;
}


@media only screen and (max-width: 1024px){
	.landingpage{
		width:100%;
	}
	.landingpage iframe {
		height: 500px;
	}
	.cartcustom{
		display:block;
		position: absolute;
        right: 0;
        top: 35px;
	}
	
	
}
@media only screen and (max-width: 767px){
	.landingpage iframe {
		height: 300px;
	}
	.column2 #text-10 {
		top: -59px;
	}
	.woocommerce ul.products li.product .add-to-cart-button-outer{
		margin-left: 35% !important;
	}
	.woocommerce ul.products li.product .add-to-cart-button-outer a{
	    padding:0 6px;	
	}
	.footer_top br {
   		display: none;
	}
       

}
@media only screen and (max-width: 640px){
.wrapper_inner .content {
    min-height: 0 !important;
    -webkit-min-height: 0 !important;
}
.footer_top .column1, .footer_top .column2, .footer_top .column3 {
    margin: 0 !important;
}
.column2 #text-10 i {
    font-size: 32px !important;
}
.videopage iframe {
    height: 200px !important;
}
i {
    font-size: 33px !important;
}
.bio, .epkpages {
    margin-top: 0 !important;
}
.footer_top_holder .container_inner {
    margin-top: 100px;
}
.footer_top .column1 tr, .footer_top .column1 th, .footer_top .column1 input{
     width:98% !important;
}
.comingbutton > a {
    margin: 0 2px;
    padding: 0 6px;
}
.coming p {
    font-size: 25px !important;
}
.landingpage iframe {
      height: 250px;
}
.column2 #text-10 {
    top: -120px;
}
.woocommerce ul.products li.product .add-to-cart-button-outer {
    margin-left: 22% !important;
}
.biologoimg, .epklogoimg {
   display:none;
}
.column2 #text-10 {
    top:0;
    position: relative;
}
.footer_top_holder .container_inner {
    margin-top: 0px;
}
.page-id-14904 .content_inner > .container {
    background: url("http://www.thelockhearts.com.au/wp-content/uploads/2015/06/boys-bench.png") !important;
	background-repeat:no-repeat !important;
	background-color: #595959 !important;
	background-size: contain !important;
	background-position:bottom center !important;
}
}

/*--------------- * / Changes * -----------------*/