/*
Theme Name:     Consultants
 
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !

Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

/* not using the social block in the header
.social-block {  display: none !important; }*/

h2.site-description { width: 90% !important;}


.srp_attrib{display:none!important}
.row-fluid .span4 {  width: 40%; }
.span4.backtop { width: 14% }

.gsection {
 border-bottom: 0px!important;
 background-color: #08C !important;
 padding: 5px 15px 5px !important; 
 box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
 border-radius: 4px;

}
h2.gsection_title {color:#FFF;
 text-shadow: 0px 1px 0px #000000;
}

input[type="submit"] {
 
    background-color: rgba(246, 55, 14, 1);
    background-image: linear-gradient(to bottom, rgba(237, 35, 27, 1), rgba(111, 6, 6, 1));

} 
#right.widget-area:before {

    border-left: 1px solid #0088CC;
}

h3.assistive-text {  display: none; } /* Post Navigation text*/
h3.widget-title { 
	background-color:#0088cc;
	color:#FFF;
	text-shadow: 0px 1px 0px #000000;
	margin-left: -5px;
	padding-left: 5px;
 }
.widget-area select, .widget-area input { width: 70%!important; }
.widget-area input[type=submit] { margin: -4px 0px 0px 15px;}
@media (max-width: 768px){
/*
customizations for smaller devices here
*/
.row-fluid .span4 {
    width: 100%;
}
.srp_attrib{display:none!important}


}