/*
Theme Name:     divi-child
Description:    Child theme for Divi
Author:         wpAppDev
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*
#main-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
*/
/* Set footer height */
/*
body #main-footer {
	height: 105px ;
}

#main-content {
    margin-bottom: 105px;
}
*/

@media (max-width: 980px) {
	.et-social-icons, #footer-info, #footer-bottom .nap {
	    float: none;
	    text-align: center;
	}	
}

/* Calendar Customizations */
.tribe-mini-calendar-event .list-date {
  width: 20%;
}
.tribe-mini-calendar-event .list-info {
  width: 75%;
}
.tribe-mini-calendar-event .list-info h2 {
  margin-bottom: 5px;
  padding-bottom: 0;
}
.tribe-events-meta-group dd.location span.tribe-country-name {
  position: absolute;
  top: -10000px;
  visibility: hidden;
}
#event_tribe_organizer tr.saved-linked-post {
  display: none;
}
.tribe_community_edit label, .tribe_community_edit td {
	font-size: 16px;
}
.tribe_community_edit #ui-datepicker-div {
	font-size: 14px;
}

/* Footer Customizations */
ul#menu-footer.bottom-nav {
  text-align: center;
}

/* Homepage & Template (non page builder) Customizations */
.home #main-content .container, .post-type-archive-tribe_events #main-content .container,
.single-tribe_events #main-content .container {
  padding-top: 0;
}
.post-type-archive-tribe_events #main-content #sidebar, .single-tribe_events #main-content #sidebar {
  padding-top: 30px;
}


/* Weather Customizations */
@media (min-width: 981px) {
	.wpc-weather-id {
	  min-height: 300px;
	}
}
.climacon {
  fill: #36aac1;
}

/* RSS Content Customizations */
.rss-aggregator .feed-item {
  font-size: 16px;
}
.rss-aggregator .feed-item a {
  color: #36aac1; 
}

/* Google Search Box Customizations */
.cse .gsc-control-cse, .gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
  border-top: 0;
}

/* Newsletters Widget Formatting */
.newsletters-widget img {
	/*width: 100px !important;
	height: 100px !important;
	float: left;
    margin-bottom: 20px
    */


    width: 33% !important;
    /* height: 100px !important; */
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;    
}
.newsletters-widget .title {
/*	float: left;
	padding-left: 15px;
	width: 170px;
*/
    float: left;
    /* padding-left: 15px; */
    /* margin-left: 15px; */
    width: 60%;
    margin-bottom: 20px;
}
.newsletters-widget ul li {
	margin-bottom: 10px;
	clear: both;
}
.newsletters-widget {
	margin-bottom: 0px !important;
}

/* 
Newsletters Archive Thumbnails
.et_pb_blog_grid .et_pb_image_container {
    text-align: center;
}
.et_pb_blog_grid .et_pb_image_container img {
    min-width: 98%;
    max-width: 98%;
    height: auto;
}
*/

/* RSS Feed Customizations */
ul.rss-aggregator{
  list-style-type: none;
}
.thumbnail-excerpt.wprss-feed-excerpt a:first-child {
  display: block;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
  .thumbnail-excerpt.wprss-feed-thumbnail img {
    float: none;
  }
}

