/*
 Theme Name:   Iconic One Child
 Theme URI:    https://example.com/
 Description:  Minimal child theme for Iconic One
 Author:       Your Name
 Template:     iconic-one
 Version:      1.0.0
*/

@import url("../iconic-one/style.css");

/* mka css for the button */

a.ovalbutton{
background: transparent url('media/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('media/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* mka css for display posts */

.display-posts-listing .listing-item {
    clear: both;
}

.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
}

/* mka styling CF7 fields */
.wpcf7-form
{
    border: 1px solid #009;
}

#calculated-total-field {
	color: #3300ff;
	background-color: #F8F8FF;
	border: 1px solid #009;
	width: 75px;
	text-align: center;
}

/* used in cf7 form for Passport Service */
#costBreakup {
	color: red;
}

#hidden-number {
	display: none;
}

#only-display
{
    border: none;
	font-weight: bold;
}

/* mka styling for Table in trips of this year (probably obsolete) */

	table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}

/* mka styling after the author name and date display below the post title is removed */
	
	.below-title-meta{
	background: #F7F7F7;
	padding-bottom:2px;
	color:#a2a2a2; 
	line-height:1.8;
	width:106.3%;
	margin-left:-3.1%;
	}
	
/* mka to remove the box around dynamic_text*/

.dtxcf7-as-plaintext {
  border: none;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  padding: 0;
  color: inherit;
  font: inherit;
  width: auto;
  font-weight: bold;
}
	