/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Alex Bridger
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@import url("../Divi/style.css");
 /*Custom classes*/
.fullwidth-section .et_pb_row{
	width:100%;
	padding-top:0px;
}
.fullwidth-section{
	padding:0px!important;
}
.less-padding{
	padding:10px 0;
}
.no-margin-no-padding{
	margin:0px;
	padding:0px;
}
.no-padding{
	padding:0px;
}
.width-100{
	width:100%!important;
}
/*Global Settings*/
.df-download-button{
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display:inline-block;
  margin-bottom: 10px;
  text-align: center;	
}
.df-mobile-button{
	-webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display:block;
  margin-top:0px;
  margin-right:15px;
  margin-bottom:5px;
  margin-left:15px;
  text-align: center;	
}

.df-download-button:hover, .df-mobile-button:hover{
  background: #3cb0fd;
  text-decoration: none;
}

/*Header*/
#main-header{
	border-bottom: 2px solid #65a2c7;
}
#logo{
	height:51px;
	max-height: 64%;
}
/*Main content*/

/*Sidebar*/

/*Footer*/
/*Plugin Specific*/
.gform_wrapper .top_label .gfield_label{
	font-weight: 400!important;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea{
	  background-color: #eee;
	  border: none!important;
	  width: 100% !important;
	  -moz-border-radius: 0 !important;
	  -webkit-border-radius: 0 !important;
	  border-radius: 0 !important;
	  font-size: 14px;
	  color: #999 !important;
	  padding: 16px !important;
	  margin-bottom:10px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	  font-size: 20px;
	  font-weight: 500;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  padding: 6px 20px;
	  line-height: 1.7em;
	  background: transparent;
	  border: 2px solid;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  -moz-transition: all 0.2s;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	  position: relative;
	   color: #2a89b5 !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover{
	background: rgba( 0, 0, 0, 0.05 );
  	border: 2px solid transparent;
  	  padding: 6px 20px !important;
}
/*Template Specific*/
/*Page Specific*/
/*Custom Objects*/
.no-margin-bottom{
	margin-bottom:0px;
}
.full-width-button {
  font-weight: 300;
  display: block;
  width: 100%;
  color: #000;
  border: none;
  font-size: 20px!important;
  text-align: center;
  border-radius: 3px;
  line-height: 1.7em;
  background-color: rgba(167, 167, 167, 0.2);
  margin: auto;
  margin-bottom: 15px;
  border: 1px solid rgb(175, 175, 175);
}

/*Table styles for QS2000 page*/
	/* info (hed, dek, source, credit) */
.rg-container {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 0em 0em;
	color: #222;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}




/*Oddball*/
.show-only-desktop{
	display:block;
}
.show-only-mobile{
	display:none;
}
/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}

@media screen and ( max-width: 767px ) {
	.show-only-desktop{
		display:none;
	}
	.show-only-mobile{
		display:block;
	}
}
@media screen and(max-width: 980px){
	.et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 86%!important;
}
