/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#SCMyWebsitePlugin-main {

    border: none !important;
}

.contact-sidebar-new {
text-align: center;
padding: 0px;
margin-top: 10px;
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
border: 3px solid #CCC;
padding:15px !important;
background-color:#f9f9f9 !important;
}

.contact-sidebar-new h2 {
font-size: 1.8rem;
font-family: "Open Sans",sans-serif;
margin-bottom: 0px;
font-weight: 700 !important;
text-transform: uppercase;
line-height: 1.1;
text-align: center;
}

input[type="submit"] {
    display: inline-block;
    padding: 11px 20px !important;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    background-image: url(../images/box_shadow_button.png);
    background-repeat: repeat-x;
}

.bx-controls {
display:none;
}

div#sbi_images {
    border: 1px solid black;
}


