/*
 Theme Name:     Divi Dyne Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    sub-customization of the Divi theme for the Dyne website
 Author:         Jaromil, Elegant Themes
 Author URI:     https://www.dyne.org
 Template:       Divi 
 Version:        1.0.0
*/
 
@import url("/home/dyne/webapps/dyne_wp/wp-content/themes/Divi");
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	font-family: 'Ubuntu', 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.et_overlay {
    display:none;
}
 
.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.et_pb_image_container img, .et_pb_post a img {
  vertical-align: bottom;
  width: 200px;
  float: left;
  margin: 1em 8em .2em 1em;
  clear: left;
}

#left-area .post-meta {
  font-size: 14px;
  padding-bottom: 15px;
  visibility: hidden;
}



#main-footer {
  background: url('/wp-content/uploads/2015/08/lower-border-serial-2500.png') repeat-x top left;
  background-color: #1f1f1f;
  padding-top: 18em;
}

#footer-info {
    display: none;
}

a .bigfont {
  font-size: 2.5em;
  font-family: 'lobster';
}

/* timeline-express plugin styling */


span .cd-timeline-title-container {
	width: 15em;
	margin: 0 -.5em -3em -.5em;
}

div .cd-timeline-content {
	padding: 1em;
}

h2 .cd-timeline-item-title {
	font-size: 1.5em;
}

.cd-timeline-content .timeline-date {
	opacity: 1;
	margin-top: -1em;
}

/* timeline viavi styling */

.timelineMajor h2 span {
        padding: 0px 0px 0px 0px;
}

.timelineMinor dt {
        margin: 0 4px 12px 2px;
}

.timelineEvent div.event_content {
	margin: 0 24px 10px 10px;
}