/*
Theme Name: DR Robert Fraser 
Theme URI: http://brandcandy.co.za
Author: Ashton
Author URI: http://brandcandy.co.za
Description: Designed by the fantastic Brand Candy team.
License: Brandcandy WordPress Theme, Copyright 2018 Richard Burgess
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Brandcandy
*/
/*Remove body margin*/
body{
	margin: 0px !important;
}
/*Stop x overflow*/
body 
{
	overflow-x: hidden;
}
/*-----GRAVITY FORMS-----*/
/*Text fields*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 0px !important;
	    padding: 10px 10px 10px 10px !important;
	border-color: #1f929e !important;
	border-width: 1px !important;
	border-style: solid !important;
}
/*Paragraph fields*/
.gform_wrapper textarea {
    padding: 10px 10px 10px 10px !important;
	margin-top: 12px !important;
	border-width: 1px !important;
	border-color: #1f929e !important;
	border-style: solid !important;
	border-radius: 0px !important;
	font-family: inherit;
	font-weight: inherit;
}
/*Field lables*/
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
	color: #1f929e;
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}
/*Radio button and checkbox alignment*/
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
/*Submit button alignment*/
.gform_wrapper .gform_footer {
margin: 0 0 0 0 !important;
}
[type=button], [type=submit], button {
border: 0px !important;
}
/*-----GUTENBERG BLOCKS-----*/
/*Padding for tables*/
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
}
/*Margin for divider*/
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* Gravity forms section heading */
h3.gsection_title {
    font-size: 2rem !important;
}
