/*
CTC Separate Stylesheet
Updated: 2017-05-17 20:17:37
*/

/* toc, link indication, pagenavi, pagination*/
@import url("css/wordpress-plugins.css");

/*** --- Forms --------------- ***/ 

div.row {
	clear: right;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 120px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}

.flatinput {
	border: 1px solid #666;
	background-color : #fff;
}

.formular {
	width: 480px;
	background-color: #fafafa; /* #f6f6f6 */
	border: 1px solid #888; /*#666*/
	padding: 5px 10px 5px 5px;
	margin: 5px 0px;
}

.checkbox {
	width:25px;
	float:left;
	text-align:left;
}

/*#top-menu a:hover {color: #0F7CC9;} #0661A1*/

.image-right{  
	float:right !important;
	margin: 0 0 0 1em !important;
}
.image-left{  
	float:left !important;
	margin: 1em 1em 0 0 !important;
}

h1, h2, h3 { font-family: Georgia, Times, "Times New Roman", serif;  }
h1, h2, h3, h4, h5, h6 { color: #333;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 130%;  letter-spacing: 1px;}
h1, h2, h3, h4, h5, h6 { margin-top: 20px; margin-bottom: 2px; }

.portfolio { background-color: #0661A1; padding: 10px; color: #fff; }  

/* change menu alignment width and font */
#et-top-navigation {	
	float: left;
	margin-left:50px !important;
	padding-left:100px !important;
}

/* disable left-to-right slide effect of menu */
.et_fixed_nav #et-top-navigation {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}

/* change menu width and font */
.nav li ul { width : 320px; }
#top-menu li li a {
    width: 280px;
    padding: 2px 6px;	
}

/* change style of top menu items */
/*#top-menu-nav > ul > li > a:hover {
	color: red !important; 
	background-color: #000 !important;
    opacity:1 !important;
}*/

/* change style of all submenu items */
#top-menu li li a:hover,
#mobile_menu_slide a:hover { 
    color: #0F7CC9 !important; 
	background-color: #F0F0F0 !important;
    opacity:1 !important;
}
/* reduce the size of the fullwidth header in Divi*/
.et_pb_fullwidth_header {min-height: 80px; padding: 10px 0 !important;}﻿

/* reduce padding up-down between rows */
.et_pb_row {
    padding: 1% 0 0 0 !important;
}

/* remove padding between divi modules */
.et_pb_section {
    padding: 0 !important;
    position: relative;
}

/* change standard list in text */
.et_pb_text ul, .et_pb_text ol { margin-left: 10px; list-style-position: outside;}
.et_pb_text li { 
    margin: 0 !important;
	padding: 0px 0px 5px 0px !important;
	list-style-image: url("images/li.png") !important;
}

/* https://orangepulley.com/replace-default-list-icon-font-awesome-divi/ */
/*
.entry-content ul {
 list-style-type: none;
}
.entry-content ul li {
 padding-bottom:3px !important;
}
.entry-content ul li:before {
 padding-top: 5px !important;
 font-family: 'FontAwesome';
 content: 'f10c';
 margin: 10px 5px 0 -15px;
 position-top:10px;
 color: #666;
 font-size:10px;
}
*/
 
/* --- Tables --- */
table{
	width: 100% !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border-top: 1px solid #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
	margin: 10px 0px !important;
} 

.blanktable {
	width: auto;
	border-collapse: collapse;
	border: none;
} 


td, th{
	line-height: 130% !important;
	padding: .3em .5em !important;
	vertical-align: top !important;
	font-weight: normal !important;
} 
/*  th {	font-size: 0.95em;}  */


table thead th{
 	letter-spacing: .1em !important;
	padding: .3em .5em !important;
	color: inherit !important;
/* 	background: #dedede; */
	background: #f5f5f5 !important;
 	font-weight: bold !important;
	border: solid #dedede !important;
	border-width: 1px 0 !important;
} 

table tbody th{
	border: solid #dedede !important;
	border-width: 1px 0 !important;
	text-align:left !important;
	padding: .3em .5em !important;
	background: #f5f5f5 !important;
} 

/* table caption{	display: none; }  */
caption {
	font-family: Georgia, Times, "Times New Roman", serif; }
caption {
	padding-top: 5px; caption-side:bottom;}