/*
Theme Name: The Bubble Co
Theme URI: http://TEMPLATE ADDRESS
Description: A custom WordPress theme for The Bubble Co.
Author: Ivan Tomicic
Author URI: http://www.facebook.com/tomicic.ivan
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The Bubble Co theme!
*/

.cf7-website-requirements form {
    max-width: 100% !important;
    width: 100%;
}


.cf7-website-requirements input,
.cf7-website-requirements textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 7px;
}

.bco-input-container {
    margin-bottom: 15px;
}

.bco-input-container span.wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}

.bco-menu-container {
    border: 0;
    background: none;
    box-shadow: none;
}

.bco-menu-container > li {
    border: 0;
}

.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active, 
.sm-clean a.highlighted {
    background: inherit;
}

.bco-menu-container li ul.sub-menu > li {
    width: 100%;
}
.sm-clean a .sub-arrow::before {
    content: url( './images/chevron-down.png' );
    background-size: cover;
    background-position: center;
}
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active, 
.sm-clean ul a.highlighted {
    background: none;
    color: #D23600;
}

.sm-clean ul.sub-menu a .sub-arrow {
    text-align: right !important;
    left:90%;
    margin-right: 20px;
}
ul.bco-client-lists {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media all and (min-width: 768px ) {
    li.bco-client-item {
        max-width: 150px;
    }
	ul.bco-client-lists > li {
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 10px;
	}
}


h1#bco-client-header {
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}
