/*   
Theme Name: Suits-Tiptop
Description: A Child Theme of Suits for Tiptop
Template: suits
*/

.site-title {
    font-size: 40px;
    font-size: 4rem;
}
.site-title a {
	color: #fff;
	}
#masthead {
	background-size: auto;
	}


.category-title {
    /* font-size: 2rem;
    text-transform: none;
    font-weight: 400; */
	margin: 0px;
}
.logo-container {
	text-align: center;	
}

.site-title, .site-description {
  background-color: rgba(0,0,0,0.6);
  background-clip:content-box;
}
.site-description {
    color: #aaa;
}

.archive-header {
    padding-bottom: 20px;
    padding-bottom: 2.0rem;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}
.category-navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	margin-top: 20px;
}

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

.nowrap, .nowrap td {
	white-space: nowrap;
}

.nostyle a {
	border: none;
}

.full-width-content-area {
    /*width: 940px;*/
}

dd {
	margin: unset;
	margin-inline-start: 2em;
}
ol {
	margin: unset;
}

/* DataTables tweaks sections -------------------------- */
.dataTables_scrollFootInner, .dataTables_scrollHeadInner {
/*	margin: 0px auto; */
}
.dataTables_filter input {
	margin: 5px;
    padding: 4px;
}
.paging_simple_numbers a {
	padding: 0 5px;
}

.dataTables_scroll td, .dataTables_scroll th {
	white-space: nowrap;
	margin: 0 1em;
}
.dataTables_scroll th {
	padding-right: 1em;
}

/* Calendar tweaks sections -------------------------- */

.tribe-event-title {
	margin: 0px;
	font-weight: normal;
}
.tribe-events-list-widget ol li {
	margin-bottom: 0px;
	margin: 10px 0;
}



/* Expanding sections -------------------------- */
/* For demo, see https://www.tiptopusholdings.com/index.php/2016/03/11/new-pc-deployment-checklist/ */

#toggle {
  display: none;
  visibility: hidden;
}
#toglabel::before {
  content: "+";
}
#expand {
  display: none;
}
#expand section {
  padding: 0 20px;
}
#toggle:checked ~ #expand {
  display: initial;
}
#toggle:checked ~ label::before {
  content: "-";
}



/* Search box visibility -------------------------- */

/*.site-header .search-field { display: none; }*/


.site-header .search-field {
	background-image: url(images/search-icon.png);
	color: #ccc;
	font-family: Lato, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 2px;
	padding: 1.2rem 2rem 1.2rem 42px;
	padding: 1.2rem 2rem 1.2rem 4.2rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: auto;
}
.site-header .search-field::-webkit-input-placeholder { color: #ccc; } /* WebKit, Blink, Edge */
.site-header .search-field:-moz-placeholder { color: #ccc; opacity: 1; } /* Mozilla Firefox 4 to 18 */
.site-header .search-field::-moz-placeholder { color: #ccc; opacity: 1; } /* Mozilla Firefox 19+ */
.site-header .search-field:-ms-input-placeholder { color:    #ccc; } /* Internet Explorer 10-11 */
.site-header .search-field:focus {
	background: none;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #404040;
	cursor: text;
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	-webkit-transition: width 0.2s ease, background 0.2s ease;
	transition:         width 0.2s ease, background 0.2s ease;
	width: 270px;
}




/* Form customizations -------------------------- */

.ttform .abutton {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.8rem 2rem;
    text-transform: uppercase;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1) !important;*/
    border: 1px solid rgb(169, 169, 169) !important;
    line-height: normal;
    color: #333 !important;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    display: inline-block;
}
.ttform .abutton:hover {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.ttform select,
.ttform keygen,
.ttform .abutton,
.ttform button,
.ttform input,
.ttform textarea {
	background: transparent;
	border: 1px solid rgb(169, 169, 169);
	margin: 2px;
	color: #333;
	padding: 5px 10px;
}
.ttform select,
.ttform keygen {
	padding: 4px 10px;
}
.ttform input:read-only,
.ttform textarea:read-only {
	background: #eee;
}
.ttform .stackdiv {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}
.ttform table {	padding: 10px; }
.ttform td {
	border-bottom: 1px solid rgb(169, 169, 169); /* rgba(0, 0, 0, 0.1); */
	/* vertical-align: top; */
	padding: 10px 5px;
}
.ttform tr:last-child td { border-bottom: none; }
