@charset "utf-8";
/* CSS Document */

/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com/gallery/divi/
 Template:       Divi
 Version:        2.3.1
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_blog_grid {
text-align:center !important;
}
.et_pb_post h2 {
line-height:30px;
font-size:15px !important;
}

.et_pb_fullwidth_section {
    text-shadow: 1px 1px 4px #000000;
}

.et_pb_image_container img {
max-width:90% !important;
margin:auto !important;
margin-top:12px !important;
border:5px solid #f1f1f1;
}

.more-link {
color: #ffffff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 15px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #2EA3F2;
border: 2px solid #2EA3F2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-top:10px !important;
text-transform:uppercase;
}
.more-link:hover {
background-color: #eee;
border-color:#eee;
color:#333333 !important;
padding: 6px 30px !important;
}
p:last-of-type {
    padding-bottom: 20px;
}

.subicons img {
max-width:100%;
margin-bottom:10px;
}
.subicons img:hover {
opacity:0.7 !important;
}
.subicons h2 {
margin-bottom:20px !important;
font-size:20px;
}

.homelftsec a {
  font-size: 18px;
  font-weight: bold;
}
.homerightsec a {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
h7 {
    font-size: 17px;
}
h3 {
    font-size: 19px;
}
.et_fixed_nav #logo {
    margin-bottom: 0;
    max-height: 100px !important;
}
.et-fixed-header #logo {
    max-height: 60px !important;
    padding-top: 5px;
}
.call-to-action {
    padding: 30px !important;
}
#et-top-navigation a {
text-transform:uppercase !important;
font: 13px oswald !important;
}
#menu-footer-menu li {
border-bottom: 2px solid #666666;
}
#nav_menu-3 {
   width: 225px;
}

/* =Table Styling
------------------------------------------------------- */

#left-area .post-meta {
display:none;
}

.et_pb_post .entry-content, .project .entry-content {
    padding-top: 20px !important;
}

.et_pb_post h1 {
text-align:center !important;
}

.textcontainer {
padding:20px;
}
.textcontainer img {
float:right;
max-width:200px;
margin-bottom:20px;
}

.tablecontainer {
overflow-x: scroll;
clear:both;
}
.tablecontainer table {
	background: #f9f9f9;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 20px auto;
	text-align: center !important;
	width: 1080px;
}	

.tablecontainer th {
	background: url(/wp-content/uploads/2015/05/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #ffffff !important;
  font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
text-align:center !important;	
}

.tablecontainer th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.tablecontainer th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

.tablecontainer th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.tablecontainer td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

.tablecontainer td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.tablecontainer td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.tablecontainer tr {
	/*background: url(/wp-content/uploads/2015/05/noise-diagonal.png);*/	
}

.tablecontainer tr:nth-child(odd) td {
	background: #f1f1f1/* url(/wp-content/uploads/2015/05/noise-diagonal.png)*/;	
}

.tablecontainer tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.tablecontainer tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.tablecontainer tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}