/**** FORM MESSAGE AND SUBMIT BUTTON MODS ****/
/*@media only screen and (min-width: 641px) {*/
  .contactSideform { border: 0px solid grey; }

  input#gform_submit_button_2 {
  width: 160px;
}
	input#gform_submit_button_5 {
  width: 190px;
}
	input#gform_submit_button_6 {
  width: 215px;
}

  input#gform_submit_button_2, input#gform_submit_button_5, input#gform_submit_button_6 {
  	font-size: 18px;
    background: url(http://thatsgravydesigns.com/design/wp-content/themes/clientmachine_12/images/rollovers_gray.png) right -168px no-repeat;
    margin: 0 16px 0 0;
    border: 0px solid #b1b1b1;
    border-radius: 8px;
    padding: 13px 28px 13px 0px;
    cursor: pointer;
    font-weight: 400;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}
/*}*/

/**** FORM MESSAGE AND SUBMIT BUTTON MODS - NOT WORKING ****/
#gform_confirmation_wrapper_6 .gform_confirmation_wrapper #gform_confirmation_message_6 .gform_confirmation_message_6 .gform_confirmation_message {
font-size: medium;
letter-spacing: .03em;
line-height: 24px;
}
@media only screen and (min-width: 641px) {
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
font-size: 24px;
letter-spacing: .03em;
}
}

/**** HOMEPAGE BLOG POSTS MODS ****/
.srp-widget-container {
  padding-bottom: 25px;
}

/**** FOOTER ****/
.social_icons .companyTitle  { display: none; }
.social_icons .companyLogo {
position: relative; top: -30px;font-size: 15px;
  padding-top: 20px;
    /* border: 1px solid red; */
    display: inline-flex;
}
.social_icons .logoMed { width: 200px; }

/**** Images in Multi Cols MODS ****/
  .csRow.adjust.multi .csColumn img {
    border: 0px solid blue; 
    width: 100%; 
    height: auto;
  }

@media screen and (max-width: 600px) {
  /**** Images in Multi Cols MODS ****/
  .csColumn.multi img {
    border: 0px solid blue; 
    width: 100%; 
    height: auto;
  }
  
.newWidth .csRow {
  border: 0px solid red;
  padding: 0 0 0 0;
}
.csColumn p, .csColumn ul li {
  border: 0px solid blue;
text-align: left;
}
  .csColumn p {
  width: 122%;
  position: relative;
  left: -30px;
  }
  .csColumn ul li {
  width: 100%;
  position: relative;
  left: -20px;
  }
  .csColumn img {
    border: 0px solid purple;
  width: 100%;
  }
  
  /**** CEROS Cols Adjustments ****/
  .innerSection {
  border: 0px solid red; 
    width: 100%;
    float: left;
  }
  .innerRow {
  border: 0px solid blue; 
    width: 100%;
    float: left;
  }
  .innerColLeft {
  border: 0px solid green; 
    width: 100%; 
    float: left; 
    padding: 0px; /*6px 3px 0 3px;*/
  }
  .innerColRight {
  border: 0px solid pink; 
    width: 100%; 
    float: left; 
    padding: 0px;
    /*height: 376px; 
    overflow: hidden; 
    padding: 6px 3px 0 3px;*/
  }
  
/*** Body text LISTS MODS ***/
body #content .post_txt ul li {
  font-size: medium; /** 16 px **/
  line-height: 24px; /** 25px **/
	letter-spacing: .03em;
  margin-left: -10px;
  padding-bottom: 10px;
}
}

.newWidth {
  border: 0px solid purple;
}
