/*
 Theme Name:   TVD
 Description:  Tuckahoe Valley Disposal Child Theme
 Author:       Davis Smith
 Template:     Divi
 Version:      1.0.0
 Text Domain:  tvd-child
*/


/********************  Global  ********************/

	body {
		font-size: 16px;
		font-family: sans-serif;
	}


/********************  Navbar  ********************/
		#logo {
			max-height: 100%;
			padding: 5px;
		}

		#et-info {
    		float: right;
    	}

    	.sub-menu a {
    		font-size: 14px !important;
    	}
		

	/*** Underline on nav bar 
		#top-menu .current-menu-item a::before,
		#top-menu .current_page_item a::before {
		 content: "";
		 position: absolute;
		 z-index: 2;
		 left: 0;
		 right: 0;
		}
		#top-menu li a:before {
		 content: "";
		 position: absolute;
		 z-index: -2;
		 left: 0;
		 right: 100%;
		 bottom: 50%;
		 background: #0070b9; 
		 height: 2px;
		 -webkit-transition-property: right;
		 transition-property: right;
		 -webkit-transition-duration: 0.3s;
		 transition-duration: 0.3s;
		 -webkit-transition-timing-function: ease-out;
		 transition-timing-function: ease-out;
		}
		#top-menu li a:hover {
		 opacity: 1 !important;
		}
		#top-menu li a:hover:before {
		 right: 0;
		}
		#top-menu li li a:before {
		 bottom: 10%;
		}
***/

/********************  Slider  ********************/

	/*** Header & Description ***/
		.et_pb_slide_description {
		   padding-left: 0;
		   padding-right: 0;
		}

		.et_pb_container {
			width: 100% !important;
		}




/********************   Body   ********************/ 

		.custom-body-text {
		  font-size: 18px;
		  color: #2d2d2d;
		}


	/*** Service Box Section ***/

		.service-columns {
		  max-width: 375px;
		  /*
		  -moz-box-shadow: 5px 5px 10px 0px #999;
		  -webkit-box-shadow: 5px 5px 10px 0px #999;
		  padding: 25px;
		  */
		}

		.service-row-2 {
			margin: 0 auto;
			max-width: 680px !important;
		}


	/*** TVD Does Not ***/

		#tvd-title {
			line-height: 30px;
		}

		ul.custom-bullets {
		 	list-style-image: url('https://tuckahoevalleydisposal.com/wp-content/uploads/2018/06/check-mark.png');
		    width: 50%;
		 	margin: auto;
		}


		ul.custom-x {
		  list-style-image: url('https://tuckahoevalleydisposal.com/wp-content/uploads/2018/06/blue-x.png');
		  width: 70%;
		  margin: auto;
		  position: relative;
		  top: 40%;
		  line-height: 50px !important;
		}



	/*** Service Area Section ***/
		
		#location-list {
			margin-top: 0px !important;
			margin-bottom: 30px !important;

		}

		#location-list .et_pb_column_1_3 h4, .et_pb_column_1_4 h4 {
			line-height: 2em;
		}




	/*** About Us ***/

		/*** Community ***/

		#community {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}


	/*** Footer ***/

		.footer-3-info {
			padding-left: 15px;
		}


	



/* Find all sizes and create sections ***/



/********************  For screens bigger than 682px  ********************/


	@media only screen and (min-width: 682px) {

	}



/********************  For screens bigger than 967px  ********************/

	@media only screen and (min-width: 967px) {


			#roll-off-icon {
				margin: 35px 0 15px 0;
				padding-bottom: 40px;
			}

			#weekender-icon {
				margin: 15px 0 15px 0;
				padding-bottom: 30px;
			}

			#right-list .custom-bullets{
				width: 60% !important;

			}

		
	}


/********************  For screens smaller than 967px  ********************/


	@media only screen and (max-width: 967px) {



			.service-row, .service-row-2 {
				margin: 0 auto;
				width: 50%;
				width: 375px;
			}

			h2.et_pb_slide_title {
				font-size: 40px !important;
			}

			#does-not-container {
				margin-top: 30px;
			}

			#left-list, #mid-list {
				margin-bottom: 0;
			}

			.custom-bullets {
				padding-bottom: 0 !important;
			}

			.custom-x {
				width: 65%;
			}

		  
	}

/********************  For screens smaller than 750px  ********************/


	@media only screen and (max-width: 750px) {
		.et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map {
			height: 400px !important;
		}
	}


/********************  For screens smaller than 682px  ********************/


	@media only screen and (max-width: 682px) {

		.et_pb_text_1 p {
		    line-height: 1.2em !important;
		}

		.service-columns {
		  max-width: 300px;
		  /*
		  -moz-box-shadow: 5px 5px 10px 0px #999;
		  -webkit-box-shadow: 5px 5px 10px 0px #999;
		  padding: 25px;
		  */
		}

		.service-row, .service-row-2 {
			width: 300px;
		}

		.service-row-2 {
			margin: 0 auto;
			max-width: 300px !important;
		}


		/*** Calendar ***/
		.mc-main .event-title {
		    font-size: 10px !important;
		}

		.entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th {
		    padding: 0px 0px !important;
		}


	}


/********************  For screens smaller than 550px  ********************/


	@media only screen and (max-width: 550px) {
		.custom-x {
			width: 90% !important;
		}

	}



/********************  For screens smaller than 315px  ********************/


	@media only screen and (max-width: 320px) {

			.nav-number {
				display: none !important;
			}
	}	


		