/*
Theme Name: That Hotel Bed
Description: Woocommerce Divi Child Theme
Version: 2.0.6
Author: Orangebicycle Company
Author URI: https://divi.space
Template: Divi 
*/ 

/*....................................................................................*/
/*.............. IMPORTANT: UTILIZING THE AUTOMATIC UPDATE FEATURE OF THIS CHILD THEME WILL OVERWRITE ANY CUSTOM CODE PLACED WITHIN THIS FILE. 
 * IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE PLACE YOUR CODE IN THEME OPTIONS >> CUSTOM CSS OTHERWISE YOU CAN MANUALLY UPDATE 
 * THE THEME FILES..........*/
/*....................................................................................*/


/*
 *  404 page
 */ 

.not-found-404 .et_pb_section
{	font-size: 16px;
}
.not-found-404 p.large-404
{	font-size:  140px;	font-weight: 700; margin-bottom: 10px; display: block; position: relative; overflow: hidden; padding: 0;
	line-height: 150px !important;
}
.not-found-404 h2
{	font-weight: bold; line-height: 1.25; padding-bottom: 10px;	color: #000; font-size: 40px;
}
.not-found-404  .buttons-container
{	display: block;	margin-top: 25px;
}
.not-found-404  .buttons-container a
{  	border: 2px solid #000;	color: #000; padding: 8px 20px !important;	line-height: 1.2; font-size: 16px; 	transition: 0.5s, ease-in;
	border-radius: 1px;
}
.not-found-404  .buttons-container a:hover
{	color: #fff; padding: 8px 20px !important;
}
 

@media  (max-width: 500px)
{ 
	.not-found-404 .et_pb_section
	{	font-size: 15px; padding: 50px 0;
	}
	.not-found-404  .buttons-container
	{	text-align: center;	margin-top: 30px;
	} 
	.not-found-404 p.large-404
	{	font-size: 90px !important; line-height: 90px !important;
	}
	.not-found-404 h2
	{	font-size: 30px;
	}
} 

