#wpadminbar {
	display : none !important;
}

html {
	margin-top : 0 !important;
}

.call_to_action {
	position    : relative;
	padding-top : 120px;
}

.call_to_action:before {
	position   : absolute;
	top        : 0;
	left       : 0;
	width      : 70px;
	height     : 100%;
	content    : '';
	background : url("../../img/stripes.jpg") center / cover no-repeat;
}

.call_to_action p a {
	color : inherit;
}

.full_screen_section {
	height : 100vh;
}

.call_to_action .container,
.call_to_action .text_wrap {
	position       : relative;
	z-index        : 1;
	display        : flex;
	overflow       : hidden;
	flex-direction : column;
	height         : 100%;
}

.call_to_action.center .container,
.call_to_action.center .text_wrap {
	justify-content : center;
}

.call_to_action.bottom .container,
.call_to_action.bottom .text_wrap {
	justify-content : flex-end;
}

.call_to_action h1 {
	font-size : 66px;
	margin    : 0 0 10px 0;
}

.call_to_action h5 {
	margin : 20px 0 120px 0;
}

.call_to_action p {
	margin : 5px 0;
}

.call_to_action p a {
	font-size   : 36px;
	font-weight : 600;
}

.call_to_action .section_bg {
	position            : absolute;
	z-index             : -1;
	top                 : 0;
	right               : 0px;
	width               : 100%;
	height              : 100%;
	background-position : center;
	background-size     : cover;
}

.call_to_action .section_bg:before {
	position   : absolute;
	top        : 0;
	left       : 0;
	width      : 780px;
	height     : 100%;
	content    : '';
	background : linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.00) 100%)
}

.call_to_action .book_btn {
	display  : none;
	position : absolute;
	right    : 70px;
	bottom   : 60px;
}

@media (max-height : 760px) {
	.call_to_action h5 {
		margin : 20px 0 30px 0;
	}
}

@media (min-width : 601px) {
	.call_to_action .section_bg {
		right : 15px;
	}
}

@media (min-width : 1025px) {
	.call_to_action h1 {
		font-size : 86px;
	}
}

@media (min-width : 1200px) {
	.call_to_action h1 {
		font-size : 96px;
	}
}

@media (min-width : 1480px) {
	.call_to_action .book_btn {
		position : absolute;
		right    : 300px;
		bottom   : 200px;
	}
}