/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://launapenzaphotography.com
 Description:  Child Theme for Divi
 Author:       launapenzaphotography
 Author URI:   https://launapenzaphotography.com
 Template:     Divi
 Version:      4.6.6
*/

/*****Add any custom CSS below this line*****/
body {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	overflow-x: hidden;
	color: #969696;
}

.main_title {}

a {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

a.tap {
	width: 168px;
	height: 50px;
	font-weight: 500;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	background: #FBC338;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: Oswald;
	margin: 20px 0;
}

a.tap:hover {
	background: #9b7a2d;
	color: #000;

}

.et_pb_section {
	position: relative;
	/*background-color: #111;*/
}

.get_a_quote_cont {
	background: #fff !important;
}

.et_pb_row_2_tb_footer,
.et_pb_row_1_tb_footer {
	padding: 0 !important;
}

.et-l--footer a:hover {
	opacity: 0.7;
}

.et-l--footer .et_pb_image_0_tb_footer {
	margin: 0 0 80px !important;
}

.et-l--footer .et-menu.nav li a {
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin: 10px 0;
}

.et-l--footer .et_pb_row_2_tb_footer .et-menu.nav li a {
	font-size: 14px;
	line-height: 20px;
}

.et-l--footer .et-menu.nav li {
	display: block;
	width: 100%;
}

.et-l--footer .et_pb_row_2_tb_footer .et-menu.nav li {
	display: inline-block;
	width: auto;
}

.et_pb_column_5_tb_footer {
	font-size: 13px;
}

.et_pb_row_2_tb_footer {
	display: flex;
	align-items: center;
}

.et-pb-active-slide .et_pb_slide_description {
	animation-name: et_pb_fade !important;

}

.et_pb_section_0:before,
.et_post_meta_wrapper_all:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 9;
}

.single-post .et_pb_section_0:before {
	background: transparent;
}

#main-header {
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#top-menu a {
	color: #969696;
	text-transform: uppercase;
}

#top-menu li.current-menu-item>a {
	color: #fff;
	font-weight: bold;
}

body.single-post #top-menu li.menu-item-6654>a,
body.category #top-menu li.menu-item-6654>a {
	color: #fff;
	font-weight: bold;
}

#top-menu a {
	color: #969696;
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
	padding-top: 0 !important;
}

#main-header {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
	font-variant: none;
}


.et_pb_module .et_pb_button,
.et_pb_button {
	border: 0;
	width: 170px;
	height: 50px;
	line-height: 39px !important;
	background: #FBC338;
	border-radius: 0;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;

	text-align: center;
	text-transform: uppercase;

	color: #121212;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
	border: 0;
	padding: 0.3em 1em;
	background: #9b7a2d;
	color: #000;
	opacity: 1;
}

.et_pb_fullwidth_slider_0 .et_pb_slide_description,
.et_pb_slider_fullwidth_off.et_pb_fullwidth_slider_0 .et_pb_slide_description {
	padding-top: 30vw !important;
}

.et-pb-slider-arrows {
	position: absolute;
	right: 1%;
	bottom: 5%;
	width: 150px;
	height: 50px;
}

.et-pb-controllers {
	position: absolute;
	bottom: 45%;
	left: initial;
	right: 20px;
	width: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	z-index: 10;
}

.et-pb-controllers a {
	display: inline-block;
	background: none;
	text-indent: initial;
	border-radius: 0px;
	width: auto;
	height: auto;
	margin-right: 0px;
	padding: 0;
	opacity: 1;
}

.et-pb-controllers .et-pb-active-control {
	background: none;
	color: #F9A826;
}

.et-pb-controllers {
	/*counter-reset:slides-num;*/
}

.et-pb-controllers a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	margin: 0 0 15px 0;
	padding: 0px;
	color: #FFFFFF;
	/*counter-increment:slides-num;*/
}

.et-pb-controllers a:before {
	display: inline-block;
	/*content:'0'counter(slides-num);*/
	content: '0';
}

.et-pb-controllers a:after {
	content: "";
	display: block;
	width: 3px;
	margin: 15px auto 0;
	height: 0;
	color: rgba(255, 255, 255, .3);

	box-shadow: inset 0 0 0 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.et-pb-controllers a.et-pb-active-control:after {
	height: 21px;
}

.et_pb_button:before,
.et_pb_button:after {
	display: none;
}

#post-19 .et_pb_row .et_pb_social_media_follow.et_pb_text_align_center {
	text-align: right !important;
}

.float_social {
	z-index: 219;
	position: absolute !important;
	top: 50vh !important;
	bottom: auto;
	left: 20px !important;
	right: auto;
	background: none;
	transform: translateY(-50%);
	max-width: 10%;
}

.single_page.float_social {
	top: 370px !important;
}


.float_social .et_pb_social_media_follow li {
	display: flex;
	height: 80px;
	justify-content: flex-start;
}

.float_social .et_pb_social_media_follow li.et-social-twitter {

	height: 95px;
}

.float_social a:hover {
	opacity: 0.6;
}

.float_social .et_pb_social_media_follow a {
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	transform: rotate(-90deg);
}

.float_social .et_pb_social_media_follow .et-social-facebook a:after {
	content: 'facebook';
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #FFFFFF;
	margin-left: 5px;
}

.float_social .et_pb_social_media_follow .et-social-facebook a {
	padding-top: 0px;
}

.float_social .et_pb_social_media_follow .et-social-twitter a {
	padding-top: 0px;
}

.float_social .et-social-twitter a:after {
	content: 'twitter';
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #FFFFFF;
	margin-left: 5px;
}

.float_social .et-social-instagram a:after {
	content: 'instagram';
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #FFFFFF;
	margin-left: 5px;
}

.float_social .et-social-youtube a:after {
	content: 'YouTube';
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #FFFFFF;
	margin-left: 5px;
}

.float_social .et_pb_social_media_follow li.et-social-youtube {
	height: 100px;
}

.float_social .et_pb_row {
	width: 100%;
	max-width: 100%;
}

body.home .et_pb_section_1 {
	top: 43vh !important;
	width: auto;

}

h1,
h2,
h3,
h4,
h5,
h5 {
	font-family: Oswald;
}

h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 71px;
	color: #FFFFFF;
}

.et_pb_column_1_3 h2,
h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 71px;
	color: #FFFFFF;
}

h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 71px;

	color: #000000;
}

.et_pb_section.et_pb_section_2 h2 {
	color: #000000;
}

.small_btn {
	height: 50px !important;
	line-height: 50px !important;
	width: 145px !important;
}

.dark_btn {
	background: #111111 !important;
	color: #FBC338 !important;
}

.dark_btn:hover {
	background: #FBC338 !important;
	color: #111111 !important;
}

.testi_slider .et_pb_column,
.testi_slider .et_pb_column {
	margin: 0 !important;
}

.testi_slider .et_pb_testimonial_description {
	margin-left: 0 !important;
}

.testi_slider .et_pb_testimonial_portrait {
	margin: 0 auto 30px;
}

.testi_slider .et_pb_testimonial {
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: column;
}

.testi_title>.et_pb_row {
	padding-top: 0px;
}

.testi_title .et_pb_text_inner h2:before {
	content: ' ';
	display: block;
	background: url("images/testi_ico.png") no-repeat;
	width: 54px;
	height: 30px;
	margin: 0 auto 30px;
}

.testi_slider .et_pb_testimonial_description .et_pb_testimonial_author {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.testi_slider .et_pb_testimonial_description .et_pb_testimonial_content {
	font-style: italic;
	color: #CCCCCC;
}

.testi_slider .et_pb_testimonial_description {
	max-width: 550px;
	margin: 0 auto !important;
	text-align: center;
}

.et_pb_section_3 .et_pb_row {
	padding-bottom: 0px !important;
}

.testi_slider .et_pb_testimonial_portrait {
	overflow: visible !important;
}

.testi_slider .et_pb_testimonial_portrait:before {
	border: 1px solid #D2D2D2;
	width: 170px;
	height: 170px;
	left: -11px;
	top: -11px;
	overflow: visible !important;
}

.testi_slider .et_pb_testimonial_author:before {
	display: block;
	content: ' ';
	width: 35px;
	height: 1px;
	background: #BE8939;
	margin: 30px auto;
}

.slick-dots li::marker {
	display: none;
}

.slick-dots {
	text-align: center;
}

#wufoo-sh9n23d1aukumq #header {
	display: none;
}

.et_pb_scroll_top.et-pb-icon {
	border-radius: 50px;
	color: #F9A826;
	background: #232323;
}

.et_pb_column_2_tb_footer .et_pb_text_0_tb_footer.et_pb_text h5 {
	margin-bottom: 20px;
}

.et_pb_column_2_tb_footer .et_pb_text_0_tb_footer.et_pb_text h5 a {
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 34px;
	color: #F9A826 !important;
	font-family: Open Sans, Arial, sans-serif;
}

.et_pb_column_2_tb_footer .et_pb_text_0_tb_footer.et_pb_text h5:before {
	content: ' ';
	display: block;
	background: url("images/phone.svg") no-repeat;
	width: 22px;
	height: 34px;
	margin-bottom: 10px;
}

.et_pb_column_2_tb_footer .et_pb_text_0_tb_footer.et_pb_text h6 {
	font-size: 18px;
	line-height: 25px;
	font-family: Open Sans, Arial, sans-serif`;
}

.et_pb_column_2_tb_footer .et_pb_text_0_tb_footer.et_pb_text h6:before {
	content: ' ';
	display: inline-block;
	background: url("images/pin.svg") no-repeat;
	width: 20px;
	height: 20px;
	margin: 0px 10px 0 0;
}

.all_cats_front .et_pb_module.et_pb_image {
	position: relative;
}

.all_cats_front .et_pb_module.et_pb_image:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));*/
	height: 100%;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.all_cats_front .et_pb_column:hover .et_pb_module.et_pb_image:after {

	opacity: 0;
}

.all_cats_front .et_pb_module.et_pb_text.et_pb_bg_layout_light h3 a {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 56px;


	color: #FFFFFF;
}

.all_cats_front .et_pb_module.et_pb_text.et_pb_bg_layout_light {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;

	display: flex;
	justify-content: center;
}

.all_cats_front .posrt_title .et_pb_module.et_pb_text.et_pb_bg_layout_light {
	position: relative;
	display: block;
	left: initial;
	top: initial;
}

.all_cats_front h3 {
	padding-bottom: 0;

}

.et_pb_image img {
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*filter: gray; !* IE 6-9 *!*/
}

.all_cats_front .et_pb_column:hover .et_pb_image img {
	/*-webkit-filter: grayscale(0%);*/
	/*-moz-filter: grayscale(0%);*/
	/*-ms-filter: grayscale(0%);*/
	/*-o-filter: grayscale(0%);*/
	/*filter: grayscale(0%);*/
	/*filter: none; !* IE 6-9 *!*/
}

.sidebar_text p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #969696;
}

.sidebar_text h2 {
	margin-bottom: 20px;
}

.about_items p {
	margin: 20px 0 10px;
	color: #fff;
}

.about_items h6 {
	font-size: 14px;
	line-height: 19px;
	font-family: "Open Sans", sans-serif;
	color: #F9A826;
	font-weight: normal;
	margin-bottom: 20px;
}

.about_items h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #969696;
	font-weight: normal;
}

.quote_list_info ul,
.quote_list_info ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quote_list_info ul li h6 {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	font-family: "Open Sans", sans-serif;
	color: #969696;
}

.quote_list_info ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

.quote_list_info ul li:nth-child(1):before {
	content: ' ';
	background: url("images/list1.svg") no-repeat;
	width: 244px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 7px;
}

.quote_list_info ul li:nth-child(2):before {
	content: ' ';
	background: url("images/list2.svg") no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 7px;
}

.quote_list_info ul li:nth-child(3):before {
	content: ' ';
	background: url("images/list3.svg") no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 7px;
}

.quote_meta_list ul,
.quote_meta_list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quote_meta_list ul li {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height */
	color: #000000;
}

.quote_meta_list ul li:not(:last-child) {
	padding-right: 25px;
	border-right: solid 1px #ECECEC;
}

.quote_meta_list ul li:nth-child(1):before {
	content: ' ';
	background: url("images/phone2.svg") no-repeat;
	width: 24px;
	height: 24px;
	margin-bottom: 10px;
	display: block;
}

.quote_meta_list ul li:nth-child(2):before {
	content: ' ';
	background: url("images/pin2.svg") no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin-bottom: 10px;
}

.post-19 .et_pb_social_media_follow li a.icon::before {
	color: #000;
}

.et_pb_social_media_follow li a:hover {
	opacity: 0.7;
}

.post-19 ul.et_pb_social_media_follow {
	margin-bottom: 0 !important;
}

.post-19 .et_pb_column_1_2.et_pb_column_1 {
	position: relative;
}

.post-19 .et_pb_column_1_2.et_pb_column_1:after {
	position: absolute;
	right: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #ECECEC;
	content: ' ';
}

.entry-content .et_pb_section_0 .et_pb_text_inner p:nth-child(1):first-letter,
.post-17 .et_pb_row_2 .et_pb_text_inner p:nth-child(1):first-letter,
.post-17 .et_pb_row_3 .et_pb_text_inner p:nth-child(1):first-letter {

	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 15px;
	font-family: Open Sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 80px;
	/* identical to box height */
	color: #FFFFFF;
}

.et_post_meta_wrapper_all {
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single_post_meta {
	max-width: 60%;
}

.date_single {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.date_single>div:nth-child(1) {
	font-weight: 500;
	font-size: 48px;
	line-height: 50px;
	font-family: Oswald;
	color: #FFFFFF;
	margin-right: 15px;
}

.date_single>div:nth-child(2) {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.single_cat_share {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.single_cat_share>div:nth-child(1) {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-right: 50px;
	text-transform: uppercase;

	color: #F9A826;
}

.single_cat_share>div:nth-child(2) h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 20px;
}

.single_cat_share>div:nth-child(2) {
	display: flex;
	align-items: center;
}

.single_cat_share>div:nth-child(2) a svg path {
	fill: #fff !important;
}

.single_cat_share>div:nth-child(2) a {
	margin-right: 20px;
}

.single_cat_share>div:nth-child(2) a svg {}

.single_cat_share>div:nth-child(2) a:hover {
	opacity: 0.7;
}

.entry-content .et_pb_section_0 p:nth-child(1):first-letter {
	font-size: 48px;
	line-height: 48px;
	padding-right: 20px;
}

.entry-content h2 {
	font-size: 38px;
	line-height: 1.4;
	color: #fff;
}

.entry-content p a {
	color: #fff;
	text-decoration: underline;
}

.entry-content p a:hover {
	color: #fff;
	text-decoration: none;
}

.entry-content h3 {
	line-height: 1.4;
	font-size: 21px;
	color: #fff;
}

.single .et_pb_post {
	margin-bottom: 0px;
}

.single .post {
	padding-bottom: 0px;
}

.slingle_list {}

body.single .entry-content .et_pb_text_inner ul {
	padding-left: 0;
}

body.single .entry-content .et_pb_text_inner ul li:before {
	content: ' ';
	width: 24px;
	display: inline-block;
	height: 24px;
	position: absolute;
	left: 0;
	top: 1px;
	background: url("images/check.svg") no-repeat;
}

body.single .entry-content .et_pb_text_inner ul li {
	position: relative;
	list-style: none;
	padding-left: 35px;
	margin-bottom: 30px;
	/*color: #fff;*/
}

body.single .entry-content .slingle_list ul li:nth-child(1):before {
	background: url("images/photo.svg") no-repeat;
}

body.single .entry-content .slingle_list ul li:nth-child(2):before {
	background: url("images/looks.svg") no-repeat;
}

body.single .entry-content .slingle_list ul li:nth-child(3):before {
	background: url("images/hours.svg") no-repeat;
}

body.single .entry-content .slingle_list ul li:nth-child(4):before {
	background: url("images/city.svg") no-repeat;
}

body.single .entry-content .et_pb_row {
	max-width: 1170px;
}

.single_extended_list ul {
	counter-reset: list-num;
}

.single_extended_list ul li {
	counter-increment: list-num;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;

	color: #969696;
}

.single_extended_list ul li:before {
	content: '0'counter(list-num) !important;
	background: #242526 !important;
	border: solid 1px #3A3A3A;
	border-radius: 28px;
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}

.single_extended_list ul li:not(:last-child):after {
	content: ' ';
	background: #3A3A3A;
	height: 110%;
	width: 1px;
	position: absolute;
	left: 13px;
	z-index: -1;
	top: 26px;
}

.et_pb_video_box .fluid-width-video-wrapper {
	padding-top: 500px !important;
}

.mfp-close {
	position: fixed !important;
	font-size: 104px !important;
	right: 30px !important;
	top: 30px !important;
	opacity: 1 !important;
}

.mfp-close:hover {
	opacity: 0.5 !important;
}

.mfp-fade.mfp-bg.mfp-ready {
	background: #18191A;
	opacity: 1 !important;
}

.mfp-counter {
	display: none !important;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
	font-size: 105px !important;
}

.mfp-arrow {
	opacity: 1 !important;
}

.mfp-arrow:hover {
	opacity: 0.6 !important;
}

.mfp-arrow-right {
	right: 70px !important;
}

.bottom_meta {
	background: #111;
	border-top: 1px solid #343434;
}

.bottom_meta .date_single {
	margin-bottom: 0;
}

.bottom_meta .single_cat_share {
	margin-bottom: 0;
}

.bottom_meta .single_post_meta {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bottom_meta .date_single>div:nth-child(1) {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-right: 25px;
	padding-right: 25px;
	border-right: solid 1px #343434;
	color: #FFFFFF;
}

.single_cat_share>div:nth-child(1) {
	margin-right: 25px;
	padding-right: 25px;
	border-right: solid 1px #343434;
}

.single_cat_share>div:nth-child(2) a svg {
	height: 20px;
	width: auto;
}

.et_post_meta_wrapper_all {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.et_post_meta_wrapper_all:before {
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 36.1%), linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 57.09%);*/
	/*transform: matrix(-1, 0, 0, 1, 0, 0);*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*content: ' ';*/
}

.related_title {
	padding: 100px 0 50px;
	text-align: center;
}

.related_title_meta {
	position: absolute;
	top: 50%;
	left: 40px;
	width: calc(100% - 80px);
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	transition-delay: 900ms;

}

.related_title_meta_cat {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #F9A826;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.related_title_meta_item {
	font-weight: 500;
	font-size: 38px;
	line-height: 56px;
	text-align: center;
	font-family: Oswald;
	color: #FFFFFF;
}

.related-posts-link {
	position: relative;
}

.related-posts-link a {
	z-index: 9;
}

.related_link.slick-slide.slick-current.slick-active .related-posts-link_link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.related_slider .slick-slide img {
	min-height: 580px;
	max-height: 580px;
	width: calc(100% - 20px);
	margin-left: 10px;
	object-fit: cover;
}

.related-posts .slick-dots {
	bottom: -40px;
}

.related-posts .slick-next,
.related-posts .slick-prev {
	position: absolute;
	left: 50%;
	bottom: -20px;
	top: initial;
	z-index: 999;
}

.related-posts .slick-next:hover,
.related-posts .slick-prev:hover {
	opacity: 0.6;
}

.related-posts .slick-prev {
	left: calc(50% - 120px);
}

.related-posts .slick-next {
	left: calc(50% + 60px);
}

.related-posts .slick-prev:before {
	content: ' ';
	position: relative;
	display: inline-block;
	background: url(images/prev.svg) no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 15px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.related-posts .slick-next:before {
	content: ' ';
	position: relative;
	display: inline-block;
	background: url(images/next.svg) no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 15px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}



.related-posts {
	padding: 0 0 150px;
	background: #111;
}

.related_link.slick-slide.slick-current.slick-active .related_title_meta {
	opacity: 1;
}

.related-posts .related_link {
	cursor: pointer;
	position: relative;
}

.related-posts .related_link:before {
	position: absolute;
	left: 9px;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	content: ' ';
	z-index: 2;
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	transition-delay: 800ms;
	background: linear-gradient(90deg, #111111 0%, rgba(24, 25, 26, 0) 42.37%);
}

.related-posts .related_link:after {
	position: absolute;
	right: 9px;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	content: ' ';
	z-index: 2;
	opacity: 1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	transition-delay: 800ms;
	background: linear-gradient(270deg, #111111 0%, rgba(17, 17, 17, 0) 42.1%);
}

.related_link.slick-slide.slick-current.slick-active:after,
.related_link.slick-slide.slick-current.slick-active:before {
	opacity: 0;
}

.et-l--footer h4.title {
	font-weight: 500;
	font-size: 21px;
	line-height: 31px;
	padding-bottom: 0;
	margin-bottom: 30px;
	color: #FFFFFF;
}

.rpwwt-post-title {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #F9A826;
}

.rpwwt-post-categories {
	font-family: Open Sans, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}

#main-content {
	background-color: #111;
}

.cat_menu {
	padding: 80px 0;
	background: #111;

}

.cat_menu .first_level li {
	margin: 0 15px;
	padding-bottom: 25px;
}

.cat_menu .first_level a {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #969696;
	position: relative;
}

.cat_menu .first_level li.active a,
.cat_menu .first_level a:hover {
	color: #fff;
}

.cat_menu .first_level li {
	position: relative;
}

.cat_menu .first_level li:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #F9A826;
	content: '';
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.cat_menu .first_level li:hover:before,
.cat_menu .first_level li.active:before {
	position: absolute;
	left: -10px;
	bottom: 0;
	width: calc(100% + 20px);
	height: 1px;
	background: #F9A826;
	content: '';
}

.cat_menu .first_level {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #343434;
}

.et_right_sidebar #main-content .container:before {
	right: 20.875% !important;
	display: none;
}

#categ_all article:nth-child(even) {
	margin-right: 0;

}

#categ_all article {
	position: relative;
}

#categ_all article .date_single {
	position: absolute;
	left: 30px;
	top: 30px;
}

.cat_item_post {
	position: absolute;
	top: 50%;
	left: 50px;
	width: calc(100% - 100px);
	transform: translateY(-40%);
}

.cat_item_post h2.entry-title {
	font-weight: 500;
	font-size: 38px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
}

.cat_item_post_cat {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
	color: #F9A826;
}

.cat_item_post_info {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

#categ_all article img {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

#categ_all article:hover .entry-featured-image-url img {
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*filter: gray; !* IE 6-9 *!*/
}

#categ_all article .cat_item_post,
#categ_all article .date_single {
	z-index: 3;
}

#categ_all article .entry-featured-image-url:before {
	z-index: 2;

}

#categ_all article:hover .cat_item_post_info {
	opacity: 1;
}

.navigation {
	padding-bottom: 100px;
}

.port_nav a,
.port_nav span,
.navigation ul li {
	margin: 0 15px;
}

.port_nav a,
.port_nav span,
.navigation ul li,
.navigation ul li a {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #969696;
}

.port_nav .current,
.navigation ul li.active a {
	color: #fff;
}

.navigation ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.port_nav .prev.page-numbers,
.port_nav .next.page-numbers,
.navigation ul li.prev a,
.navigation ul li.next a {
	font-size: 0;
	position: relative;
	text-indent: -9999px;
}


.port_nav .next.page-numbers:before,
.navigation ul li.next a:before {
	content: ' ';
	position: relative;
	display: inline-block;
	background: url("images/next.svg") no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 15px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.navigation ul li a:hover:before {
	opacity: 0.6;
}

.port_nav .prev.page-numbers:before,
.navigation ul li.prev a:before {
	content: ' ';
	position: relative;
	display: inline-block;
	background: url("images/prev.svg") no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 15px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.port_nav {
	text-align: center;
}

.port_nav .prev.page-numbers,
.port_nav .next.page-numbers {
	display: inline-block;
	width: 60px;
}

.port_nav .next.page-numbers:before,
.port_nav .prev.page-numbers:before {
	position: absolute;
	margin-top: -20px;
	display: block;
}

.mobile_menu_bar:before {
	color: #fff !important;
}

#categ_all .et_pb_post .entry-featured-image-url {
	position: relative;
	margin-bottom: 0;
}

.entry-featured-image-url_all {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

#categ_all .et_pb_post .entry-featured-image-url:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}

.latest_news #recent-posts-widget-with-thumbnails-3 {
	width: 100%;
	margin: 0;
	padding: 0;
}

.latest_news h4.title {
	font-size: 38px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

.latest_news .recent_posts_line>div {
	width: 50%;
}

.latest_news .recent_posts_line {
	display: flex;
	flex-direction: row;
}

.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_left {
	order: 2;
}

.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
	order: 1;
}

.latest_news .recent_posts_line_right {
	display: flex;
	padding: 25px 35px 75px 75px;
	flex-direction: column;
	justify-content: space-between;
}

.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
	padding: 25px 75px 75px 0px;
}

.latest_news .recent_posts_line_left a {
	display: block;
}

.latest_news .recent_posts_line_right .rpwwt-post-title {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom: 15px;
	display: block;
}

.latest_news .recent_posts_line_right .rpwwt-post-categories {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #F9A826;
	font-family: Oswald;
}

.latest_news .date_single {
	position: relative;
}

.latest_news .recent_posts_line:nth-of-type(2) .date_single {
	justify-content: flex-end;
}

.latest_news .date_single:before {
	position: absolute;
	content: ' ';
	width: 75px;
	height: 2px;
	background: #F9A826;
	right: calc(100% + 37px);
	top: calc(50% - 1px);
}

.latest_news .recent_posts_line:nth-of-type(2) .date_single:before {
	right: initial;
	left: calc(100% + 37px);
}


.latest_news .recent_posts_line_left a:hover img {
	/*opacity: 0.6;*/
}

.latest_news .recent_posts_line_left a img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.et-l--footer .recent_posts_line {
	margin-bottom: 30px;
	display: block;
	float: left;
	width: 100%;
}

.et-l--footer .recent_posts_line_left img {
	width: 75px;
	height: 75px;
	display: inline;
	float: left;
	margin: .3em .75em .75em 0;
}

.et-l--footer .rpwwt-widget ul li {
	margin-bottom: 40px;
}

.et-l--footer .rpwwt-widget ul li img {
	display: inline;
	float: left;
	margin: .3em .75em .75em 0;
}

.dsm_masonry_gallery .grid-item a {
	position: relative;
}

.dsm_masonry_gallery .grid-item a:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.dsm_masonry_gallery .grid-item a:after {
	content: ' + ';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	font-size: 50px;
	font-weight: 100;
	font-family: Open Sans, Arial, sans-serif;
	border: 1px solid #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
}

.dsm_masonry_gallery .grid-item a:hover:after,
.dsm_masonry_gallery .grid-item a:hover:before {
	opacity: 1;
}

.et_pb_column_3_4 a {
	text-decoration: underline;
	color: #969696;
}

.et_pb_column_3_4 a:hover {
	text-decoration: none;
}

.et-l--footer .et_pb_code_1_tb_footer h4.title {
	margin-bottom: 0;
}

#sbi_images {
	padding-left: 0 !important;
}

#top-menu li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;

	text-transform: uppercase;

	color: #ccc;
}

#top-menu li {

	padding-right: 40px;
}

#top-menu-nav {
	margin-right: 80px;
}

.et_pb_promo {
	display: none;
}

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

element.style {
	display: inline;
}

.et_pb_scroll_top.et-pb-icon {
	border-radius: 50px;
	color: #F9A826;
	background: #232323;
}

.et_pb_scroll_top.et-visible {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top.et-pb-icon {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

img.mfp-img {
	max-height: 87vh !important;
	padding-top: 0 !important;
}

.mfp-title {}

.mfp-bottom-bar {
	margin-top: -16px !important;
}

.mfp-title {
	line-height: 1.3 !important;
	color: #FFFFFF !important;
	text-align: center !important;
	padding-right: 0 !important;
}

body.single-post .et_pb_section {
	position: relative;
	background-color: #111;
}

body.single-post .et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular {
	overflow-x: hidden;
}

body.single-post p {
	text-align: left;
}



/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.6.0
*/
body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #18191A;
	opacity: 1;
	display: none;
	z-index: 1035;
}

.sl-wrapper {
	z-index: 1040;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
}

.sl-wrapper * {
	box-sizing: border-box;
}

.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper button:hover {
	opacity: 0.7;
}

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;

	height: 60px;
	width: 60px;
	line-height: 110px;
	font-family: "Open Sans";
	color: #fff;
	font-weight: 300;
	font-size: 110px;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1060;
	color: #000;
	font-size: 1rem;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 60px;
	width: 60px;
	background-size: contain;
	line-height: 60px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	font-size: 0;
	text-indent: -9999px;
	color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
	background: url("images/right.svg") no-repeat;
	background-size: contain;
	right: 5px;
	font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
	background: url("images/left.svg") no-repeat;
	background-size: contain;
	left: 5px;
	font-size: 2rem;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 60px;
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 60px;
	}

	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem;
	}

	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem;
	}
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	max-height: 90%;
	object-fit: cover;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none;
}

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}

@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	position: absolute;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	/* identical to box height */


	color: #FFFFFF;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060;
}

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}



@media (max-width: 1440px) {
	.latest_news .recent_posts_line_right .rpwwt-post-title {
		font-size: 24px;
		line-height: 1.4;
	}

	.latest_news .recent_posts_line_right {
		padding: 25px 35px 45px 45px;
	}

	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
		padding: 25px 45px 45px 0px;
	}

	.all_cats_front .et_pb_module.et_pb_text.et_pb_bg_layout_light h3 a {
		font-size: 28px;
		line-height: 1.4;
	}

	.cat_item_post h2.entry-title {
		font-size: 32px;
		line-height: 1.4;
	}

	.related_title_meta_item {
		font-weight: 500;
		font-size: 28px;
		line-height: 46px;
		text-align: center;
		color: #FFFFFF;
	}
}

@media (max-width: 1024px) {
	.single_post_meta {
		max-width: 100%;
	}

	h1 {

		font-size: 38px;
		line-height: 58px;

	}

	.related_slider .slick-slide img {
		min-height: 380px;
		max-height: 380px;
	}

	.all_cats_front .et_pb_module.et_pb_text.et_pb_bg_layout_light h3 a {
		font-size: 20px;
		line-height: 1.4;
	}

	.cat_item_post h2.entry-title {
		font-size: 20px;
		line-height: 1.4;
	}

	.cat_item_post_info {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
	}

	#categ_all article img {
		height: 350px;
	}

	h2 br,
	.entry-content h2 br {
		display: none;
	}
}

@media (max-width: 991px) {
	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_left {
		order: 1;
	}

	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
		order: 2;
	}

	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
		padding: 25px 35px 45px 45px;
	}

	.latest_news .recent_posts_line:nth-of-type(2) .date_single {
		justify-content: flex-start;
	}

	.latest_news .date_single:before {
		display: none;
	}

	.latest_news .recent_posts_line_left a img {
		height: 250px;
	}

	.latest_news .recent_posts_line {
		flex-direction: column;
	}

	.latest_news .recent_posts_line>div {
		width: 100%;
	}

	.related_title_meta_item {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
	}

	.et_pb_column_1_3 h2,
	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.entry-content h2 {
		font-size: 28px;
		line-height: 1.4;
		color: #fff;
	}

	p,
	body {

		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		color: #969696;
	}

	h1 {
		line-height: 1.4;
		font-size: 38px;
	}

	.single_post_meta {
		max-width: 100%;
	}

	.cat_menu .first_level li:before {
		display: none;
	}

	.cat_menu .first_level {
		flex-wrap: wrap;
	}

	.et-l--footer .et_pb_image_0_tb_footer {
		margin: 0 0 30px !important;
	}

	.all_cats_front .et_pb_module.et_pb_text.et_pb_bg_layout_light h3 a {
		font-size: 20px;
		line-height: 1.4;
	}

	.all_cats_front .et_pb_module.et_pb_image {
		text-align: center;
	}

	.et-l--footer .et_pb_menu__wrap {
		justify-content: flex-start;
	}

	.et-l--footer #menu-main-menu {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.et-l--footer .et-menu.nav li {
		width: auto;
		margin-right: 30px;
	}

	.et-l--footer .et_pb_menu .et_pb_menu__menu {
		display: block;
		width: 100%;
	}

	.et-l--footer .et_mobile_nav_menu {
		display: none;
	}

	.home_about_block {
		background-size: cover !important;
		background-position: center !important;
	}

	.home_about_block p {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	}

	.et_pb_row_2_tb_footer {
		flex-direction: column;
		justify-content: center;
	}

	.et_post_meta_wrapper_all {
		position: relative;
	}

	.et_post_meta_wrapper_all:before {
		content: '';
		position: absolute;
		display: block;
		background-color: rgba(0, 0, 0, 0.2);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.et_post_meta_wrapper_all .et_pb_row {
		z-index: 10;
	}
}

@media (max-width: 767px) {
	body.page-id-6615 .et_post_meta_wrapper_all {

		background-position: 32% 50%;

	}

	body.page-id-19 .et_pb_section_0.et_pb_section {

		background-position: 56% 50%;

	}

	body.category-14 .et_post_meta_wrapper_all {

		background-position: 55% 50%;

	}

	body.category-16 .et_post_meta_wrapper_all {

		background-position: 31% 50%;

	}

	#post-1077 .et_pb_section_0.et_pb_section,
	#post-17 .et_pb_section_0.et_pb_section {
		background-position: 70% 50%;
	}

	.page-id-19 ul.et_pb_social_media_follow_0 {
		min-height: 28px;
		margin-top: 30px !important;
		text-align: left !important;

	}

	#post-19 .et_pb_row .et_pb_social_media_follow.et_pb_text_align_center {
		text-align: left !important;
	}

	.page-id-19 .et_pb_row_1.et_pb_row {
		padding-top: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 10px !important;
		padding-left: 20px !important;
		padding-top: 40px;
		padding-right: 50px;
		padding-bottom: 10px;
		padding-left: 50px;
	}

	.sl-wrapper .sl-navigation button {

		height: 40px;
		width: 40px;
	}

	.sl-wrapper .sl-close {
		font-size: 60px;
		line-height: 1;
		top: 10px;
		z-index: 99999999;
	}

	.sl-wrapper .sl-image .sl-caption {
		bottom: -40px;
	}

	.latest_news .recent_posts_line .recent_posts_line_right,
	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
		padding: 25px 15px;
	}

	.post-19 .et_pb_section_2 .et_pb_row_1.et_pb_row {
		padding-top: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 10px !important;
		padding-left: 20px !important;

	}

	.post-19 .et_pb_column_1_2.et_pb_column_1:after {
		display: none;
	}

	.quote_meta_list ul li {
		display: block;
		margin-top: 10px;
	}

	.bottom_meta .single_cat_share>div:nth-child(1) {
		margin: 20px 0;
	}

	.bottom_meta .single_cat_share>div:nth-child(1),
	.bottom_meta .date_single>div:nth-child(1) {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	.bottom_meta .single_post_meta,
	.bottom_meta .single_cat_share {
		flex-direction: column;
	}

	.single_extended_list ul li {

		font-weight: normal;
		font-size: 16px;
		line-height: 22px;

	}

	.single_cat_share>div:nth-child(1) {
		margin-right: 10px;
		padding-right: 10px;
		border-right: solid 1px #343434;
	}

	.single_cat_share>div:nth-child(1),
	.single_cat_share>div:nth-child(2) h4 {
		font-size: 12px;
		line-height: 20px;
	}

	h1 {
		line-height: 1.4;
		font-size: 26px;
	}

	.related_slider .slick-slide img {
		min-height: 280px;
		max-height: 280px;
	}

	.cat_item_post_info {
		display: none;
	}

	.cat_menu .first_level li {
		margin: 0 10px;
		padding-bottom: 15px;
	}

	.float_social {
		left: 0 !important;
	}

	.et_post_meta_wrapper_all {
		min-height: 75vh;
	}

	.post-19 .et_pb_section_1.et_pb_section,
	.post-17 .et_pb_section_1.et_pb_section {
		padding-top: 135px;
		min-height: 380px;
	}

	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 20px !important;
	}

	.float_social {

		max-width: 30px;
	}

	.rpwwt-post-title {

		font-size: 14px;
		line-height: 20px;

	}

	.rpwwt-post-categories {

		font-weight: 500;
		font-size: 12px;
		line-height: 16px;

	}

	.et_pb_column_5_tb_footer p {
		text-align: center !important;
	}

	.et-l--footer .et_pb_row_2_tb_footer .et-menu.nav {
		width: 100%;
	}

	.et-l--footer .et_pb_row_2_tb_footer .et-menu.nav li {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.entry-content h2 {
		font-size: 28px;
		line-height: 1.4;
		color: #fff;
	}
}

.mfp-close {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}

button.mfp-arrow,
button.mfp-close {
	z-index: 9999999 !important;
}

.mfp-arrow {
	transform: scale(.75);

}

.mfp-arrow-left,
.mfp-arrow-right {
	width: 78px !important;
	height: 85px !important;

}

.mfp-arrow-right {
	right: 20px !important;
}

.wpcf7 form {
	font-size: 13px;
	line-height: normal;
}

.wpcf7 form .wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: .5rem 1rem;
	text-align: center;
	background: #FFF;
}

.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}

.wpcf7 form .wpcf7-form-control-wrap textarea,
.wpcf7 form .wpcf7-form-control-wrap select,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7 form .wpcf7-form-control-wrap input[type="email"],
.wpcf7 form .wpcf7-form-control-wrap input[type="text"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #9B9B9B;
	font-weight: 700;
	padding: 0 0 15px;
	font-size: 16px;
}
.wpcf7 form .wpcf7-form-control-wrap textarea.wpcf7-not-valid,
.wpcf7 form .wpcf7-form-control-wrap select.wpcf7-not-valid,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"].wpcf7-not-valid,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid,
.wpcf7 form .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid {
	border-bottom: 1px solid #ff0000;
}
.wpcf7 form .wpcf7-form-control.wpcf7-acceptance > span {
	margin: 0;
}
.wpcf7 form .wpcf7-form-control-wrap textarea {
	height: 120px;
}
.wpcf7 form .wpcf7-form-control-wrap textarea::placeholder,
.wpcf7 form .wpcf7-form-control-wrap select::placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="tel"]::placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="email"]::placeholder,
.wpcf7 form .wpcf7-form-control-wrap input[type="text"]::placeholder {
	color: #CCC;
}
.wpcf7 form button[type="submit"] {
	width: 100%;
}
.wpcf7 form button[type="submit"]:disabled {
	opacity: 0.6;
	background: #FBC338;
}
.wpcf7 form .newsletter {
	display: flex;
	margin-bottom: 15px;
}
.wpcf7 form .newsletter > span {
	margin-bottom: 0;
}
.wpcf7 form .newsletter > span input {
	padding-top: 10px !important;
}
.wpcf7 form .newsletter button {
	width: 160px;
	margin-left: 20px;
	flex-shrink: 0;
}

@media (max-width: 480px) {
	.date_single {
		margin-bottom: 50px;
	}

	.single_cat_share {
		margin-bottom: 50px;
	}

	.et-l--footer #sb_instagram #sbi_images .sbi_item {
		padding: 0 0 15px !important;
		text-align: center;
	}

	.et-l--footer .et_pb_social_media_follow li a {
		margin: 0 15px 0 15px !important;
	}

	.latest_news .recent_posts_line .recent_posts_line_right,
	.latest_news .recent_posts_line:nth-of-type(2) .recent_posts_line_right {
		padding: 25px 0px;
	}

	body.single-post .et_pb_social_media_follow li {
		height: 50px !important;
	}

	body.single-post .et_pb_social_media_follow li a.icon:after {
		display: none;
	}
	
	.wpcf7 form .newsletter button {
		width: 120px;
	}
}

@media (min-width: 981px) {

	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 45px;
		margin-bottom: 45px;
	}
}