/*
 Theme Name:     CGA Medical
 Theme URI:      wwww.cairnswebdesign.com.au
 Description:    CGA Medical Theme
 Author:         Cairns Web
 Author URI:     www.cairnswebdesign.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



/** Custom CSS **/

.cw-button-01 {
	background: #176D93;
	border: none;
	color: #ffffff;
	text-align: center;
	width: 250px;
}

.et_pb_button:hover{
	background-color: #000000 !important;
	color: #ffffff !important;
}

.cw-button-02 {
	background: #ffffff;
	border: none;
	color: #4A90E2;
	text-align: center;
	width: 250px;
}

/* Footer */

.cw-footer-section-title {
	color: #119ED3;
	letter-spacing: 1px;
	font-style: bold;
	text-transform: uppercase;
	font-weight: bold;
}

.cw-custom-column-widths .et_pb_column {
/*    width: 25%; /* Adjust the width as needed 
    border: 3px dashed red; */
}

.cw-custom-column-widths .et_pb_column:nth-child(1) {
    width: 50%; /* Adjust the width for the first column */
	margin: 0 1vw 0 0;   
/*    border: 3px dashed green;*/
}

.cw-custom-column-widths .et_pb_column:nth-child(2) {
    width: 10%; /* Adjust the width for the second column */
    margin: 0 1vw 0 0;
/*    border: 3px dashed yellow;*/
}

.cw-custom-column-widths .et_pb_column:nth-child(3) {
    width: 15%; /* Adjust the width for the third column */
    margin: 0 1vw 0 0;
/*    border: 3px dashed pink;*/
}
.cw-custom-column-widths .et_pb_column:nth-child(4) {
    width: 15%; /* Adjust the width for the third column */
    margin: 0 0 0 0;
/*    border: 3px dashed coral;*/
}


.cw-border-test {
	border: 3px dashed red;
}

/* Industry Page */

/*---------- [Equalise the Tabs] ----------*/
.equal-tabs .et_pb_tabs_controls li {
    width: 33.33%; /*change width of tabs here depending on the number of tabs you have*/
    text-align: center;
}
@media screen and (max-width: 768px){ /*change device breakpoint here depending on the number of tabs you have*/
.equal-tabs .et_pb_tabs_controls li {
    width: 100%; 
  text-align: center;
}
}



/* Products Page */

.cw-product-type {
	color: blue;
	font-size: 14px;
	font-style: italic
}

/* Contact Form */


/* Downloads */
.cw-download-link {
	background-color: #2796C7;
	color: #fff;
	border: 1px solid #333;
	padding: 1vh 5vw !important;
	margin: 40px 0 0 0 !important;
}


.dev-notes {
	font-weight: bold;
	color: black;
	font-style: italic;
	background-color: lemonchiffon;
/*	padding: 1vh 1vw;*/
	border: 2px dashed red ;
/*	line-height: 1.7em;*/
}