textarea,
input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
}


/* Override style.css for all sizes */
.sidebar-content #content, .content-sidebar #content {
  width: 630px;
}

#home-top .more-link {
  bottom: 15px;
}

.home-bottom-right {
  width: 458px;
}

.home-bottom-left .blog_date {
  height: 60px;
}

body.home .blog_date .day_month {
  height: 30px; 
  line-height: 30px;
}

body.home .gform_wrapper .gform_footer {
  padding: 15px 0 0 0 !important;
}

body.single-product .product-form {
  width: 100%;
} 

body.single-product .product-form #gform_fields_8.top_label li input {
  width: 100%;
}

body .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 8px;	
  padding-right: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit],
body.single-product .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto !important;
  color: #fff !important;
  background: #624d91;
  border: none;
  border-radius: 3px;
  font-size: 16px !important;
  font-family: 'OpenSansRegular', arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  min-height: 16px !important;
  padding: 8px 18px !important;
  outline: none !important;
  margin-right: 0;	
}

body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_footer input[type=submit]:active,
body.single-product .gform_wrapper .gform_footer input[type=submit]:hover, body.single-product .gform_wrapper .gform_footer input[type=submit]:focus, body.single-product .gform_wrapper .gform_footer input[type=submit]:active  {
  background: #f68b1f;
}

#gform_wrapper_1.gform_wrapper .gform_footer.top_label {
  float: none;
  text-align: right;
}

body.single-product div.product-sidebar ul.menu {
  width: 100%;
}

@media only screen and (max-width: 991px) {
     
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
  } 
  
  body.page-template-contact .gform_wrapper .top_label li.gfield.gf_left_half, 
  body.page-template-contact .gform_wrapper .top_label li.gfield.gf_right_half,
  body.home #gform_wrapper_2 .top_label li.gfield.gf_left_half,
  body.home #gform_wrapper_2 .top_label li.gfield.gf_right_half {
    width: 100% !important;
  } 
  
  body.single-product div.product-sidebar ul.menu {
    margin-bottom: 40px;
  }
}

body.single-product div.product-sidebar ul.menu li,
#sidebar ul li ul li {
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

body.single-product div.product-sidebar ul.menu li.menu-item-has-children,
#sidebar ul li ul li.menu-item-has-children {
  border-bottom: none !important;
}

body.single-product div.product-sidebar ul.menu li a,
#sidebar ul li ul li a {
  -webkit-transition: all 0s ease-in-out; 
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

body.single-product .product-content table ul {
  /*width: 240px;*/
  width: 100%;
  margin-top: 0;
} 

body.single-product .col1 {
  width: 315px;
}

#footer-widgets .wrap {
  width: 920px;
}

/* Body */
body * {
  box-sizing: border-box;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body, body.home {
  background: #fff;
}

#wrap, body.home #wrap {
  position: relative;
  background: none;
}

@media only screen and (min-width: 750px) {
  body:not(.home) #wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 154px;
    background: #fff;
    border-bottom: 69px solid #c9c9c9;  
  }
}

@media only screen and (min-width: 750px) and (max-width: 991px)  {
  body.home #wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: #fff;
  }
  
  body.homeX #inner {
    overflow: visible;
  }
  
  body.homeX #nav_menu-19 {
    background: #fff;
    margin-left: -140px;
    margin-right: -140px;
  }
}

@media only screen and (min-width: 992px) {
  body.home #wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 156px;
    background: #fff;
    border-bottom: 196px solid #c9c9c9;  
  }
}

@media only screen and (max-width: 749px) {
  body #header {
    background-color: #fff !important;
  }
} 

@media only screen and (max-width: 1px) {
  body #header {
    background-color: #F0F0EC !important; 
  }
}

/* Header */
#header, .mobile-after-header, .menu-menu-bar-menu-container, #inner {
  position: relative;
} 

.header-image #header #title-area {
  display: none !important;
}

#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

#header .wrap .site-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-self: center;
  -webkit-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out;
}

#header .wrap .header-widget-area {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out;
  width: auto !important;
  height: 120px;
  padding-right: 200px; 
}

.site-title a {
  display: block;
}

.site-title a img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.logo-header.square {
  max-width: 100px;
  display: none;
}

@media only screen and (max-width: 480px) {
  .logo-header.wide {
    display: none;
  }

  .logo-header.square {
    display: block;
  }
} 

/* Mobile Main Menu */
.mobile-main-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  
  #nav_menu-2 {
    display: none; 
  }
  
  .mobile-main-menu {
    display: block;     
    height: 40px;
  }
  
  .mobile-main-menu .wrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  
  .mobile-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
  }
  
  .mobile-main-menu ul > li {
    float: none;
    display: inline-block;
  }
  
  .mobile-main-menu ul li a, 
  .mobile-main-menu ul li a:visited, 
  .mobile-main-menu ul li a, 
  .mobile-main-menu ul li a:visited {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    padding: 5px 6px;
    margin: 0;
    overflow: visible;
  }
  
  .mobile-main-menu ul > li:hover a  {
    color: #333;
    background: #C9C9C9;
  	border-radius: 0px;
  }
  
  .mobile-main-menu ul li ul {
    position: absolute;
    top: 32px;
    left: -999em;
    height: auto;
    width: auto;
    padding: 3px 0 6px 0;
    margin: 0;
    z-index: 9999;
  } 
  
  .mobile-main-menu ul li.menu-item-has-children:hover ul {
  	left: auto;
  } 
  
  .mobile-main-menu ul.sub-menu li {
    float: none;
    display: block;
    background: #C9C9C9 !important;
  }
  
  .mobile-main-menu ul.sub-menu li a:link, 
  .mobile-main-menu ul.sub-menu li a:visited, 
  .mobile-main-menu ul.sub-menu li a:link, 
  .mobile-main-menu ul.sub-menu li a:visited {
    position: relative;
    color: #333;
    font-size: 13px;
    text-transform: none;
    text-align: left;
    margin: 0;
  }
  
  .mobile-main-menu ul li.current-menu-item > a,
  .mobile-main-menu ul li.current-menu-ancestor > a,
  .mobile-main-menu ul li ul.sub-menu li a:hover {
    color: #2F5C83 !important;
  }
  
  .mobile-main-menu .sub-menu a:link, 
  .mobile-main-menu .sub-menu a:visited {
    display: block;
    background: #C9C9C9 !important;
    padding: 4px 13px 3px 9px;
    white-space: nowrap;
  }  
}

@media only screen and (max-width: 1px) {
  .mobile-main-menu {
    background-color: #F0F0EC;  
  }
  
  .mobile-main-menu ul li a, 
  .mobile-main-menu ul li a:visited, 
  .mobile-main-menu ul li a, 
  .mobile-main-menu ul li a:visited {
    color: #666;
  }
}

@media only screen and (max-width: 350px) {
  .mobile-main-menu .wrap {
    padding: 0;
  }
}


/* Header */
@media only screen and (max-width: 991px) {
  body #header {
    width: 100% !important;
    height: 120px !important;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: none !important;
  }
  
  #header .wrap {
    width: 100% !important;
  }  
}


/* Mobile Header */
.mobile-after-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  body:not(.home) .mobile-after-header {
    display: block; 
   }
  
  .mobile-after-header .wrap {
    width: 100%;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    height: 103px;
    color: #fff;
    /*background: #624d91 url(images/header_blank.jpg) no-repeat center center;*/
    background: #624d91;
    background-size: contain;
    margin: 0 auto;
  }
  
  .mobile-after-header .wrap h1 {
    font-size: 36px;
    line-height: 1;
    font-family: 'OpenSansRegular', arial, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .mobile-after-header .wrap {
    padding-top: 38px;
    height: 83px;
    background-color: #624d91;
  }
  
  .mobile-after-header .wrap h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-after-header .wrap {
    padding-top: 27px;
    height: 63px;
  }
  
  .mobile-after-header .wrap h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .mobile-after-header .wrap h1 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  body #header {
    height: auto !important;
  }
  
  #header .wrap {
    height: auto; 
    padding: 10px 0  20px 5px;
  }
  
  #header .wrap .site-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    align-self: center;
    width: 50%;
  }
  
  #header .wrap .header-widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%o;
    align-self: center;
    width: 50% !important;
    height: auto !important;
    padding-right: 0; 
  }    
  
  #text-2 .widget-wrap .textwidget > p, #top_country {
    display: none;
  }
  
  #tel1 {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    font-size: 18px;
    text-align: right;
  }
  
  #info1 {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    font-size: 15px;
    text-align: right;
  }
}

@media only screen and (max-width: 510px) {
  
  #header .wrap {
    flex-wrap: wrap;
  }
  
  #header .wrap .site-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    align-self: center;
    width: 100%;
  }  
  
  #header .wrap .header-widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%o;
    align-self: center;
    width: 100% !important;
  }  
  
  #tel1 {
    font-size: 18px;
    /*text-align: left;*/
    margin-top: 10px;
  }
  
  #info1 {
    font-size: 15px;
    /*text-align: left;*/
  }
}

/* Menu Bar */
#menu-bar, .menu-menu-bar-menu-container {
clear: both;
  display: block;
  width: 920px;
  height: 52px;
  font-size: 16px;
  background: #624d91;
  border-top: 5px solid #f68b1f;
  padding: 5px 0 4px 0;
  margin: 0px auto;
}

.menu-menu-bar-menu-container ul {
  list-style-type: none; 
  padding: 0;
  margin: 0;
  background: #624d91;
}

.menu-bar-item.left {
  float: left;
  margin-left: 30px;
}

.menu-bar-item.right {
  float: right;
  margin-right: 30px;
}

.menu-bar-item a:link, .menu-bar-item a:visited {
  display: block;
  line-height: 38px;
  color: #fff;
}

.menu-bar-item a:hover, .menu-bar-item a:active, .menu-bar-item a:focus {
  color: #f68b1f !important;
}

body.single-product.consultancy li.menu-bar-item-1 a,
body.single-product.development li.menu-bar-item-2 a,
body.single-product.sharepoint li.menu-bar-item-13 a,
body.single-product.security li.menu-bar-item-8 a,
body.single-product.four-d li.menu-bar-item-9 a,
body.single-product.markets li.menu-bar-item-7 a,
body.single-product.clients li.menu-bar-item-6 a {
  color: #f68b1f !important;
} 

@media only screen and (min-width: 861px) {
  #menu-bar, .menu-menu-bar-menu-container {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  
  #menu-bar, .menu-menu-bar-menu-container {
    width: 100%;
    height: auto;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    background: #f68b1f;
  }
  
  .menu-menu-bar-menu-container ul {
    background: #f68b1f;
  } 
  
  .menu-bar-item a:link, .menu-bar-item a:visited {
    text-align: left;
  }
  
  .menu-bar-item a:hover, .menu-bar-item a:active, .menu-bar-item a:focus {
    color: #624d91 !important;
  }
  
  body.single-product.consultancy li.menu-bar-item-1 a,
  body.single-product.development li.menu-bar-item-2 a,
  body.single-product.sharepoint li.menu-bar-item-13 a,
  body.single-product.security li.menu-bar-item-8 a,
  body.single-product.four-d li.menu-bar-item-9 a,
  body.single-product.markets li.menu-bar-item-7 a,
  body.single-product.clients li.menu-bar-item-6 a {
    color: #624d91 !important;
  }
  
  #menu-menu-bar-menuX li.divider {
    border-top: 1px solid #eee;
  }  

}

/* Inner */
@media only screen and (max-width: 991px) {
  .full-width-content #content {
    width: 100%;  
  }
}    

/* with Sidebar */
@media only screen and (max-width: 991px) {
  #inner,
  body.single-product .product-header {
    width: 100%;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  body.single-product .product-content {
    float: none;
    width: 100%;
  }
  
  body.single-product div.product-sidebar {
    float: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
  }  
  
  .sidebar-content #content, 
  .content-sidebar #content,
  #content-sidebar-wrap {
    float: none;
    width: 100%;
    padding: 0;
  }
  
  #sidebar {
    width: 288px;
    float: none;
  }
  
  .sidebar-content #sidebar, 
  .sidebar-sidebar-content #sidebar {
    float: none;
  }
  
  .sidebar-content #content-sidebar-wrap, 
  .content-sidebar #content-sidebar-wrap {
    width: 100%;
    max-width: 750px;
  }
  
  .sidebar.widget-area form#gform_2, #sidebar ul li, #sidebar-alt li {
    margin-left: 0;
  }
  
   body.single-product div.product-sidebar a[class^='logo-'] {
    background-position: left center;
  }
  
}

/* Footer Widgets */
@media only screen and (max-width: 991px) {   
  
  #footer-widgets .wrap {
    width: 100%;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /*align-self: center;*/
    width: 50%;
    /*float: none;*/
    margin: 0 0 20px 0;
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out;
  }
  
  .footer-widgets-1, .footer-widgets-3 {
    padding-right: 20px;
  }
}  
 

/* Footer */
@media only screen and (max-width: 991px) {
  #footer {
    height: auto;
  }
  
  #footer .wrap {
    width: 100%;
    height: auto;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #footer .creds {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  
  #footerX .footer-logo {
    display: none;
  }      
  
}

/* Responsive Menu */
.menu-toggle {
  background-color: #624d91;
  background-color: #f68b1f;   
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px 8px 0px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  
  .menu-toggle, .sub-menu-toggle {
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    visibility: visible;
  }
  
  .menu-toggle {
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
  }
  
  .genesis-responsive-menu {
    display: none;
    position: relative;
    z-index: 100;
    background: #fff;
  }
  
  .genesis-nav-menu {
    text-align: center;
  }
  
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  
  .menu-bar-item.left, .menu-bar-item.right  {
    float: none;
    margin: 0;
  }    
  
} 

/* Blog */
@media only screen and (max-width: 991px) {
  
  .entry.type-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .entry.type-post > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out;
  }
  
  .entry.type-post div.blog_date { 
    order: -1; 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .content-sidebar #sidebar ul li, 
  .content-sidebar #sidebar-alt li, 
  .content-sidebar #sidebar ul li a, 
  .content-sidebar #sidebar-alt li a {
    font-size: 14px;
  }
  
}

/* Home Page */
@media only screen and (max-width: 991px) {

  .home #inner {
    margin: 0 auto;
  }  
  
  #home-top .slides {
    height: 83px;
    overflow: hidden;
  }
  
  #home-top-bg {
    display: none;
  }

  #genesis-responsive-slider .slide-excerpt-border {
    display: none;
  }
  
  body.home .mobile-after-header {
    display: block;
    background: #c9c9c9;
  }
  
  body.home .mobile-after-header .wrap {
    height: auto !important;
    background: none;
    padding-top: 0;
  } 
  
  #home-middle-top, #home-bottom-last, 
  .home-bottom-last-left .gform_widget, #home-bottom-last form#gform_7,
  #home-bottom-last .gform_wrapper li.gfield.gf_left_half input, #home-bottom-last .gform_wrapper li.gfield.gf_right_half input {
    width: 100%;
  }
  
  #home-bottom-last form#gform_7 {
    margin-bottom: 30px;
  }
  
  #home-middle-top-left, #home-middle-top-right,
  .home-bottom-last-left, .home-bottom-last-right {
    float: none;
    width: 100%;
  }
  
  #home-middle-top-right ul.blogroll {
    padding-left: 0;
  }
  
  #home-top, #home-middle, #home-bottom, .home-top {
    width: 100%;
  }
  
  #home-top, .home-top {
    height: auto;
  }
  
  .home-top {
    float: none;
    background: #fff;
    padding: 0;
    margin: 0;
  }
  
  #home-middle h2 {
    font-size: 22px;
  }
  
  #home-middle p {
    font-size: 16px;
  }

  .home-middle-1, .home-middle-2, .home-middle-3, .home-middle-4 {
    float: none;
    width: 100%;
    /*max-width: 300px; */
    margin: 0 10px 20px 0;
  }
  
  .home-middle-1:after, .home-middle-2:after, .home-middle-3:after, .home-middle-4:after {
    content: " ";
    display: table;
    clear: both;
  }
  
  #home-middle .widget.featured-content, .home-middle .entry {
    height: auto;
  }
  
  .home-bottom-left {
    float: none;
    width: 100%;
  }
  
  .home-bottom-right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: none;
  }      
  
}

@media only screen and (max-width: 767px) {
  body.home .mobile-after-header .wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 460px) {
  body.home .gform_wrapper .top_label li.gfield.gf_left_half,
  body.home .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 460px) {
  .home-bottom-left #tel2, .home-bottom-left #info2 {
    float: none;
  }
}

/* Page Fixes */
.panel_contact .contact_address {
   width: auto; 
}


@media only screen and (max-width: 991px) {

  .mb-hide {
    display: none;
  }
  
  #content img, #content p img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  #sidebar ul#menu-about-menu {
    width: 100%;
    margin-bottom: 30px !important;
  }

  body.single-product #content h1.main-head {
    font-size: 28px;
  }    
  
  body.single-product a.page-button.prev {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  
  body.single-product a.page-button.next {
    float: none;
    display: block;
    text-align: left;
  }
  
  body.single-product div.file-link-1 a {
    float: none !important;
    display: block;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  
  body.page-template-contact .gform_heading {
    float: none !important;
    width: 100% !important;
    border: none !important;
    padding-left: 0 !important;
  }
  
  body.page-template-contact .gform_body {
    float: none !important;
    width: 100% !important;
  }
  
  .sidebar.widget-area form#gform_2, #sidebar ul#gform_fields_2 li,
  .sidebar.widget-area form#gform_2 #gform_fields_2.top_label li.gfield.gf_left_half input, 
  .sidebar.widget-area form#gform_2 #gform_fields_2.top_label li.gfield.gf_right_half input {
    width: 100% !important;
  }
  
  .gform_wrapper #gform_fields_1.top_label li.gfield.gf_left_half input, 
  .gform_wrapper #gform_fields_1.top_label li.gfield.gf_right_half input {
    width: 100%;
  }
  
  #gform_wrapper_1 .ginput_container {
    width: 100%;
  }
  
  #gform_wrapper_1 #field_1_5 textarea {
    width: 100%;
  } 
  
  body.single-product .product-form {
    max-width: 100%;
  }
  
  body.page-template-contact .gform_footer {
  }
  
  body.page-template-contact #gform_wrapper_1.gform_wrapper .gform_footer.top_label {
    margin-top: 0px !important;
  }
  
  body.page-template-contact .panel_contact {
    width: 100%;
  }
  
  body.page-template-contact .panel_contact .contact_address {
    width: 100%;
    float: none;
    padding: 30px 40px 0 0;
    margin-bottom: 30px;
  }
  
  body.page-template-contact .contact_map {
    width: 100%;
    float: none;
    height: 271px;
  }
  
  body.single-campaign .campaign-header, body.single-campaign .campaign-wrap {
    width: 100%;
  }
  
  body.single-campaign .campaign-content, body.single-campaign div.campaign-sidebar {
    float: none;
    width: 100%;
  }
  
  body.single-campaign .campaign-form {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .pull-quote {
    padding: 10px 20px 10px 30px !important;
  } 
  
  body.single-product .col1, body.single-product .col2 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

}

body .gform_wrapper span.gform_description {
  width: 100%;	
}

#sidebar ul#gform_fields_2 li {
  margin-top: 8px;
}

.sidebar.widget-area .gform_wrapper #gform_fields_2.top_label li.gfield.gf_left_half input, 
.sidebar.widget-area .gform_wrapper #gform_fields_2.top_label li.gfield.gf_right_half input,
.sidebar.widget-area .gform_wrapper #gform_fields_2.top_label li.gfield.gf_right_half {
  width: 100%;	
}

/* reCAPTCHA */
#input_7_6 > div,
.product-sidebar #input_10_8 > div,
body.single-product #input_2_7 > div,
#sidebar #input_2_7 > div {
  width: 80% !important;
  max-width: 200px;
}

#input_7_6 > div > div > iframe,
.product-sidebar #input_10_8 > div > div > iframe,
body.single-product #input_2_7 > div > div > iframe,
#sidebar #input_2_7 > div > div > iframe {
  width: 100% !important;
  overflow: hidden !important;
}

body.single-product #gform_fields_2 li input {
    width: 100% !important;
    height: 28px !important;
    height: 31px !important;
    font-size: 16px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding-left: 6px !important;
    padding-right: 2px !important;
    margin-bottom: 0px !important;
}

body.single-product #field_2_2,
body.single-product #field_2_5 {
    width: 100% !important;
}

body.single-product #gform_confirmation_wrapper_2 {
  padding-top: 30px;
  padding-bottom: 30px;
}