/*
 Theme Name:   13VIP
 Template:     Divi
 Version:      1.0.0
 Author:       Stroniarz.pl
 Author URI:   https://www.stroniarz.pl
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
	font-family: Montserrat;
}

h1 {
	color: #d6c2a7;
	text-align: center;
	text-transform: capitalize;
}

.et_mobile_menu {
	border-top: 3px solid #3f3f3f !important;
}

.mobile_menu_bar:before {
	color: #3f3f3f !important;
}

.et_pb_blurb_content {
	padding: 30px;
}

.et_pb_blurb_content p {
	text-align: justify;
	line-height: 1.8rem;
}

div.et_pb_blurb_content {
	border: 2px solid #d6c2a7;
	border-radius: 20px;
	height: 480px;
}

.et_pb_text_inner {
	position: relative;
	bottom: 100px;
}

.et_pb_text_1 p, .et_pb_text_2 p, .et_pb_text_4 p, .et_pb_text_5 p, .et_pb_text_9 p, .et_pb_text_10 p {
	text-align: justify;
}

.et_pb_text_4, .et_pb_text_5 {
	max-width: initial !important;
	text-align: right;
	line-height: 1.8em;
}

.et_pb_text_6 h2 {
	color: #d6c2a7;
}

.et_pb_text_7 h2 {
	color: #d6c2a7;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}

div.et_pb_column.et_pb_column_1_2.et_pb_column_1 {
	background-color: #d6c2a7;
}

div.et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_section_parallax {
	background-color: #3f3f3f;
}

div.et_pb_column.et_pb_column_1_2.et_pb_column_13 {
	background-color: #d6c2a7;
}

.footer-widget {
	text-align: center;
}

.et_pb_widget {
	float: initial;
}

.footer-widget h4 {
	color: #d6c2a7;
	padding-bottom: 20px;
}

.footer-widget h4:last-child {
	color: transparent;
}

#footer-bottom {
	padding: 0 !important; 
}

.select_page {
	visibility: hidden;
}

@media only screen and (max-width:480px) {
	div.et_pb_blurb_content {
		height: auto;
	}

	.et_pb_text_inner h1 {
		line-height: 1.8em;
	}	

	.et_pb_text_0 h2 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.et_pb_text_3 h2 {
		margin-top: 35% !important;
		margin-bottom: 0 !important;
	}
	
	.et_pb_text_8 h2 {
		margin-top: 0 !important;
	}
	
	.et_pb_text_9 {
		margin-top: 0 !important;
	}

	.footer-right p:first-child {
		padding-top: 10px;
	}

	.footer-right {
		right: 15% !important;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_text_0 h2 {
		margin-top: -25%;
		margin-bottom: -20%;
	}
	
	.et_pb_text_3 h2 {
		margin-top: 10%;
		margin-bottom: -10%;
	}
	
	.et_pb_text_4 {
		margin-top: -10%;
	}
	
	.et_pb_text_8 h2 {
		margin-top: -20%;
	}
	
	.et_pb_text_9 {
		margin-top: -10%;
	}

	.footer-right {
		right: 15% !important;
	}
}