/*
*   name           Dainty Delights Couture Cakes
*   version        3.4
*   description    Responsive and customizable Joomla!3 template
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/


/* TO INCREASE SIZE OF PARAGRAPH AND LINE TEXT USE THE BELOW 
p {
	font-size: 16px; 
	font-style: normal, normal;
}

li {
	font-size: 16px; 
	font-style: normal, normal;
} */

/* ================================================================================ */
/* START FROM STACK OVERFLOW ON FLOATING DIVs TO SPLIT SCREEN IN 2 - RR 07 DEC 2016 */

.wrap {
    width: 100%;
}

.floatleft {
    float:left; 
    width: 80%;
    background-color: #ff0000;
    height: 400px;
}

.floatright {
float: right;
    background-color: #00ff00;
    height: 400px;
    width: 20%;
}

/* END FROM STACK OVERFLOW ON FLOATING DIVs TO SPLIT SCREEN IN 2 - RR 07 DEC 2016 */
/* ================================================================================ */

.horizontalLine {
    min-height: 1px;
    clear:both; 
	width:98%;
    border-bottom:1px dotted #999999;
    height:1px;
    margin-top:3px;
    margin-bottom:10px;
}

.horizontalLine50 {
    min-height: 1px;
    clear:both; 
	width:50%;
    border-bottom:1px dotted #999999;
    height:1px;
    margin-top:3px;
    margin-bottom:10px;
}

.invisibleBoxPaddedRight50 {
	width: 50%;
	height: 100%;
	margin: auto;
	float: left;
	clear: both;
	padding-right: 5px;
	text-align:justify; /* 26 MAY 2013 - JUSTIFY TEXT LIKE WITH MS WORD TO SPACE EVENLY TO RIGHT */
 	text-justify:inter-word; /* 26 MAY 2013 - JUSTIFY TEXT LIKE WITH MS WORD TO SPACE EVENLY TO RIGHT */
}

.invisibleBox {
	/* background-color: #3F6; /* GREEN */
	width: 98%;
	height: 100%;
	margin: auto;
	float: left;
	clear: both;
	position:relative;
}

.invisibleBoxPadded {
	background-color: #FF6; /* YELLOW */
	width: 98%;
	height: 100%;
	margin: auto;
	float: left;
	clear: both;
	padding: 10px;
}

.invisibleBoxPaddedRight {
	/* background-color: #06F; /* BLUE */
	width: 98%;
	height: 100%;
	margin: auto;
	float: left;
	clear: both;
	padding-right: 5px;
	text-align:justify; /* 26 MAY 2013 - JUSTIFY TEXT LIKE WITH MS WORD TO SPACE EVENLY TO RIGHT */
 	text-justify:inter-word; /* 26 MAY 2013 - JUSTIFY TEXT LIKE WITH MS WORD TO SPACE EVENLY TO RIGHT */
}

.squareSpacer20 {
	width: 100%;
	height: 20px;
	margin: auto;
	/* [disabled]background-color:#FFCC99; */
	float: left;
}

.squareSpacer12 {
	width: 100%;
	height: 10px;
	background-color: #09F;  /*BLUE*/
	float: left;
	margin: 0 0;
}

.squareSpacer5 {
	width: 100%;
	height: 5px;
	/* [disabled]background-color:#FFCC99; */
	float: left;
	margin: 0 0;

}

.squareSpacer3 {
	width: 100%;
	height: 3px;
	/* min-height: 100px; */
	/* margin: auto; */
	/* [disabled]background-color:#FFCC99; */
	float: left;
	margin: 0 0;
}

.squareSpacer1 {
	width: 100%;
	height: 1px;
	float: left;
	margin: 0 0;
}



.squareSpacerTest {
	width: 100%;
	height: 20px;
	float: left;
	margin: 0 0;
	background:white;
	onmouseover:#09C;
}

#wrapper div {
  display: inline;
  margin: 0 1em 0 1em;
  width: 30%;
}

.ba-sm-field select {
     max-width: 150px !important;
}


.ba-sm-field input[type="text"] {
     max-width: 150px !important;
}

.ba-med-field select {
     max-width: 200px !important;
}


.ba-med-field input[type="text"] {
     max-width: 200px !important;
}


/* ================================================================================ */
/* START FROM MATT AT IGNITE GALLERY TO REDUCE THUMB FONT SIZE - RR 14 SEPT 2018 */

.ig-thumb-text{
padding:5px!important;
font-size:13px!important;
line-height:18px!important;
}

.ig-thumb-text{
position:static!important;
left:auto!important;
right:auto!important;
bottom:auto!important;
background:none!important;
color: #333!important;
display:block!important;
padding:5px!important;
text-decoration: none!important;
}

/* END FROM MATT AT IGNITE GALLERY TO REDUCE THUMB FONT SIZE - RR 14 SEPT 2018 */
/* ================================================================================ */



/* ================================================================================ */
/* START FROM MATT AT IGNITE GALLERY TO ROUND THUMB CORNERS - RR 04 OCT 2018 */
.ig-thumbs-grid-image{
  border-radius:5px; 
}
/* END FROM MATT AT IGNITE GALLERY TO ROUND THUMB CORNERS - RR 04 OCT 2018 */
/* ================================================================================ */