/*
Theme Name: Divilancer
Theme URI: https://diviextended.com/product/divilancer/
Description: A single page portfolio child theme for freelancers and corporate working professionals to display their work and talent in a very promising way.
Version: 1.3
Author: Elicus
Author URI: https://elicus.com/
Template: Divi
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Table of Contents
1. Body
2. Menu
3. Header Section
4. About Section
5. Skills Section
6. Experience Section
7. Testimonials Section
8. Portfolio Section
9. Latest Blog Section 
10. Contact Section
11. Blog Page
12. Sidebar
13. Footer
14. Media Queries
*/

/* Body */
body:not(.home) #main-header {
	background-color: #061f51;
}

body:not(.home) #main-footer .footer-widget h4 {
	margin-top: 0;
}

body:not(.home) #logo {
	margin: 8px auto;
}

body:not(.home) p.el-footer-text {
	padding-top: 0;
}

/* Menu */
.mobile_menu_bar:before {
	font-size: 26px
}

/* Header Section */
.et_pb_section.el-header-section {
	padding-top: 0 !important;
}

.el-header-section .et_pb_column {
	height: 100vh;
}

.el-special-heading {
	color: #061f51;
}

.el-header .et_pb_blurb_description,
.el-header .et_pb_blurb_description a {
	color: #c3ab5c;
	font-size: 18px;
	font-weight: 600;
	margin-right: 20px;
}

.el-button a.el-portfolio,
.el-button a.el-resume,
.el-blog a.more-link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px 36px;
	text-transform: uppercase;
}

.el-button a.el-portfolio {
	background-color: #061f51;
	border: 2px solid #061f51;
	color: #fff;
	margin-right: 20px;
}

.el-button a.el-resume {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #061f51;
	color: #061f51;
	margin-right: 20px;
}

.el-button {
	display: flex;
	margin-top: 7%;
}

a.el-portfolio:hover,
#sidebar .el-button a:hover,
.el-sidebar .el-button a:hover,
.el-blog a.more-link:hover {
	background: rgb(2, 24, 68);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
	transition: all .27s ease-in-out;
}

.el-header-icons {
	display: flex;
	padding-top: 2%;
}

span.el-social-icon a {
	color: #c3ab5c;
	font-family: ETModules;
	font-size: 18px;
}

/*About Section */
.el-about-section .et_pb_image_wrap:after {
	background: #ffffff;
	content: '';
	height: 30%;
	position: absolute;
	right: -10px;
	top: 35%;
	width: 3%;
}

.el-about-section h3 {
	padding: 30px 0;
	transform: rotate(-4deg);
}

/* Skills Section */
.el-skills .et_pb_counter_amount {
	line-height: 1px;
	padding: 0;
}

.el-skills .et_pb_counter_amount.overlay {
	color: #061f51;
}

.el-skills .et_pb_blurb_content {
	text-align: left;
}

.el-skills span.et_pb_counter_container {
	margin-bottom: 40px;
}

.el-skills .et_pb_blurb_container {
	padding: 0 30px 30px 50px;
}

.el-skills .et_pb_counter_amount.overlay {
	margin: -20px;
	top: inherit;
	z-index: 999999;
}

.el-skills .et_pb_counter_container {
	position: inherit;
}

a.el-resume:hover {
	background: rgba(255, 255, 255, 0.12);
	border: 2px solid #061f51;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
	transition: all .27s ease-in-out;
}

/* Experience Section */ 
.el-experience .el-position {
	color: #aaaaaa;
	padding-bottom: 0;
}

p.el-year {
	font-size: 18px;
	padding: 0 20px;
}

p.el-year:after {
	background: rgba(195, 171, 92, 0.6);
	content: '';
	height: 1px;
	margin-top: 15px;
	position: absolute;
	width: 65%;
}

p.el-year:before {
	color: #061f51;
	content: '.';
	font-size: 92px;
	left: 0;
	position: absolute;
	top: 25px;
}

.el-experience .owl-prev:before,
.el-experience .owl-next:before {
	color: #061f51;
	font-family: ETModules;
	font-size: 32px;
	font-weight: 800;
	position: absolute;
}

.el-experience .owl-prev:before {
	content: '\34';
	right: 14px;
	top: -24px;
}

.el-experience .owl-next:before {
	content: '\35';
	right: -8px;
	top: -24px;
}

.el-experience .owl-dots {
	display: none;
}

.el-experience .owl-item {
	margin-right: 20px!important;
}

/* Testimonials Section */
.el-testimonial .et_pb_slide_description {
	float: inherit;
	width: 85%;
}

.el-testimonial .el-content:before {
	color: #999999;
	content: "\7b";
	font-family: ETModules;
	font-size: 7rem;
	margin-left: -60px;
	opacity: 0.4;
	position: absolute;
	transform: rotate(180deg);
}

.el-testimonial a.et-pb-arrow-prev {
	left: auto !important;
	opacity: 1;
	right: 14px !important;
	top: 14px;
}

.el-testimonial a.et-pb-arrow-next {
	left: auto !important;
	opacity: 1;
	right: -8px !important;
	top: 14px;
}

.el-testimonial .et-pb-arrow-next:before,
.el-testimonial .et-pb-arrow-prev:before {
	color: #061f51;
	font-size: 32px;
	font-weight: 800;
	right: 0;
}

p.el-content {
	margin-bottom: 20px;
}

.el-testimonial-content,
p.el-content {
	position: relative;
}

.el-position-meta {
	color: #aaa;
	font-size: 16px;
	font-weight: 500;
	left: 20px;
	position: absolute;
	top: 80px;
}

.el-title {
	color: #061f51;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 50px;
	text-transform: capitalize;
}

.el-meta img {
	border-radius: 80px;
	height: 100px;
	margin-top: 30px;
	width: 100px;
}

.el-meta {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%), linear-		gradient(to right, rgba(254, 254, 254, 0) 50%, #999999 40%);
	background-position: 0 0, 0 2%;
	background-repeat: no-repeat;
	background-size: 68% 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/* Portfolio Section */
.single-portfolio-slider img {
	float: left;
	width: 45%;
}

.portfolio-content {
	float: right;
	padding: 40px 20px;
	width: 50%;
}

h3.portfolio-heading {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

.el-portfolio .thumbs {
	display: flex;
	padding: 5% 10% 0;
}

.el-portfolio .owl-nav {
	background-color: #fff;
	bottom: 14px;
	color: #061f51;
	font-family: ETModules;
	font-size: 32px;
	font-weight: 800;
	padding: 22px 40px;
	position: absolute;
	right: 54%;
}

.single-portfolio-slider {
	width: 100%;
}

.owl-carousel .owl-stage-outer {
	width: 98%;
}

.el-portfolio button.nav-portfolio-image:before {
	background: rgba(255, 255, 255, 0.5);
	content: '';
	height: calc(100% - 8px);
	left: 0;
	margin-left: 6px;
	position: absolute;
	top: 0;
	width: calc(100% - 12px);
}

.el-portfolio .nav-portfolio-image.active:before {
	background-color: rgba(6, 31, 81, 0.1);
}

.el-portfolio .nav-portfolio-image {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	position: relative;
}

.el-portfolio .owl-prev:before {
	content: "\34";
}

.el-portfolio .owl-next:before {
	content: "\35";
}

.el-portfolio .owl-prev {
	left: 14px;
	position: absolute;
	top: 12px;
}

.el-portfolio .owl-next {
	position: absolute;
	right: 14px;
	top: 12px;
}

.el-external-link a {
	font-size: 18px;
	font-weight: 800;
	margin-left: 20px;
}

p.el-external-link {
	padding-top: 20px;
}

.el-external-link a:before,
.el-blog-post a.more-link:before {
	content: '\24';
	font-family: ETModules;
	margin-left: -20px;
	position: relative;
	vertical-align: middle;
}

/* Latest Blog Section*/ 
.el-blog p.post-meta {
	margin-top: -30px;
	order: 0;
	padding: 0 18px 16px;
	text-transform: capitalize;
}

.el-blog .post-content-inner {
	display: none;
}

.el-blog .post-content {
	order: 2;
	text-align: center;
}

span.published:before {
	color: #061f51;
	content: '\e023';
	font-family: ETModules;
	margin-left: -20px;
	position: absolute;
}

span.published {
	padding-left: 24px;
}

.el-blog .et_pb_post {
	display: flex;
	flex-direction: column;
}

.el-blog .entry-title {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #c3ab5c 20%, #d9d9d9 20%);
	background-repeat: no-repeat;
	background-size: 100% 2px;
	min-height: 140px;
	order: 1;
	padding: 20px 0;
}

.el-blog a.more-link {
	background-color: #061f51;
	border: 2px solid #061f51;
	bottom: -30px;
	color: #fff;
	position: relative;
}

p.post-meta:before {
	color: #061f51;
	content: '\e08a';
	font-family: ETModules;
	margin-left: -18px;
	position: absolute;
}

.el-blog .et_pb_text {
	text-align: right;
}

/* Contact Section */
.el-contact-form .et_contact_bottom_container {
	float: none;
	margin-left: -4px;
	margin-top: 0;
}

.el-contact-form button.et_pb_contact_submit.et_pb_button {
	font-weight: 600;
	padding: 12px 36px !important;
}

.el-contact-form button.et_pb_contact_submit.et_pb_button:hover,
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
	transition: all .27s ease-in-out;
}

/* Blog Page */
.el-blog-post h2.entry-title {
	background-color: rgba(6, 31, 81, 0.7);
	margin-top: 36px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
}

.el-blog-post .post-content {
	padding: 0 20px 20px;
}

.el-blog-post p.post-meta {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: -30px;
	padding: 10px 36px;
}

.el-blog-post a.more-link {
	font-size: 18px;
	font-weight: 800;
	margin-left: 20px;
	padding-top: 20px;
	text-transform: capitalize;
}

.el-blog-post img {
	width: 100%;
}

.single .post-meta,
.category .post-meta,
.author .post-meta {
	padding: 0 16px;
}

.single h1.entry-title,
.category h2.entry-title,
.author h2.entry-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
}

.form-submit #submit {
	padding: 12px 36px!important;
}

.single .widgettitle,
.category .widgettitle,
.author .widgettitle {
	font-weight: 700;
	text-transform: capitalize;
}

/* Sidebar */
#sidebar .et_pb_widget,
.el-sidebar .et_pb_widget {
	border-bottom: 1px solid #d9d9d9;
}

#sidebar .et_pb_widget:last-child,
.el-sidebar .et_pb_widget:last-child {
	border-bottom: 0 solid #d9d9d9;
}

.custom-html-widget h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4em;
}

#sidebar .widget_categories ul,
.el-sidebar .widget_categories ul {
	margin-bottom: 20px;
}

.el-sidebar-icons {
	display: flex;
	margin-bottom: 20px;
	padding: 10px 0;
}

.el-sidebar-icons .el-social-icon a {
	border: 2px solid #c3ab5c;
	color: #061f51;
	font-family: ETModules;
	font-size: 18px;
	margin-right: 20px;
	padding: 8px;
}

.el-sidebar-icons li.cat-item a,
.cat-item a {
	color: #061f51 !important;
	font-weight: 700 !important;
}

#sidebar .el-button a,
.el-sidebar .el-button a {
	background-color: #061f51;
	border: 2px solid #061f51;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 36px;
}

.widget_custom_html {
	background-color: #eee;
	padding: 28px;
}

.et_right_sidebar #sidebar {
	padding-left: 0;
}

#main-content .container:before {
	width: 0;
}

#sidebar .el-button,
.el-sidebar .el-button {
	margin-top: 50px;
}

.el-sidebar .et_pb_widget,
.el-sidebar .textwidget,
#sidebar .textwidget {
	margin-bottom: 30px !important;
}

.el-sidebar img,
#sidebar img {
	max-width: 48%;
}

.el-sidebar a.el-sidebar-link,
#sidebar a.el-sidebar-link {
	color: #061f51;
	text-decoration: underline;
}

#sidebar .cat-item a {
	color: #061f51;
	font-weight: 600;
}

#sidebar .et_pb_widget ul li,
.el-sidebar .et_pb_widget ul li {
	color: #061f51;
	list-style: circle;
	margin-left: 22px;
}

.single li {
	line-height: 2em;
}

.single h3 {
	font-weight: 600;
	line-height: 1.4em;
}

.single h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}

#comment-wrap {
	border: 4px solid #eee;
	box-shadow: 0px 0px 6px -4px;
	margin-top: 30px;
	padding: 30px;
}

.single strong {
	line-height: 1.8em;
}

/* Footer */
.home .el-footer-img {
	margin-top: -120px;
}

.el-footer-icons span.el-social-icon a {
	border: 2px solid #c3ab5c;
	color: #ffffff;
	font-family: ETModules;
	font-size: 16px;
	list-style: none;
	margin-right: 40px;
	padding: 10px;
}

.el-footer-icons {
	display: flex;
	padding-top: 2%;
}

#main-footer {
	margin-top: -10px;
}

p.el-footer-text {
	padding-top: 40px;
}

div#footer-info {
	font-size: 14px;
	letter-spacing: 1px
}

#main-footer .footer-widget h4 {
	color: #d9d9d9;
}

span.mobile_menu_bar:before,
span.mobile_menu_bar:after {
	color: #c3ab5c;
}

#main-footer .footer-widget h4 {
	margin-top: -32px;
}

/* Media Query */
@media(min-width:1400px) {
	.el-portfolio .owl-nav {
		bottom: -2px;
	}
  
	.et_pb_blurb_content {
		max-width: 100%;
	}
  
	.et_pb_section.el-contact {
		padding-bottom: 0 !important;
	}
}

@media(min-width: 1300px) {
	.el-experience .owl-item.active {
		margin-right: 20px !important;
	}
}

@media(min-width: 981px) and (max-width:1280px) {
	.et_pb_column.el-column {
		padding-top: 86px;
		width: 32% !important;
	}
  
	.portfolio-content {
		padding: 0;
	}
  
	.el-portfolio .owl-nav {
		bottom: -2px;
		right: 54%;
	}
  
	.el-footer-icons span.el-social-icon a {
		margin-right: 24px;
	}
  
	.el-about-section h5.title {
		font-size: 12px!important;
	}
}

@media(min-width: 981px) {
/*Navigation Slider*/	
	.et_slide_in_menu_container ul#mobile_menu_slide {
		align-items: center;
		box-shadow: none;
		display: flex !important;
		flex-direction: column;
		flex-wrap: wrap;
		height: calc(100% - 130px);
		justify-content: space-around;
		top: 130px;
	}
  
	ul#mobile_menu_slide {
		padding: 0 !important;
	}
  
	.et_mobile_menu li {
		list-style: none;
		text-align: center;
		transform: rotate(90deg)translateX(-50%);
	}
  
	.et_header_style_slide .et_slide_in_menu_container {
		top: 0 !important;
		width: 70px;
	}
  
	.et_slide_in_menu_container #mobile_menu_slide li span.et_mobile_menu_arrow:before,
	.et_slide_in_menu_container #mobile_menu_slide li a {
		padding: 0 !important
	}
  
	.et_slide_in_menu_container #mobile_menu_slide li:hover:before,
	.et_slide_in_menu_container #mobile_menu_slide li.active:before {
		border-left: 1px solid #ffffff;
		content: '';
		height: 100%;
		left: 50%;
		position: absolute;
		top: 20px;
	}
  
	div#page-container {
		left: 0!important;
	}
  
	#main-header .container.clearfix.et_menu_container {
		width: 100%;
	}
  
	span.mobile_menu_bar:after {
		color: #c3ab5c;
	}
  
	span.mobile_menu_bar:before {
		color: #fff;
	}
  
	.et_slide_in_menu_container.et_pb_slide_menu_opened {
		position: fixed;
	}
  
	.et_slide_in_menu_container {
		display: block !important;
		overflow: hidden;
		right: 0 !important;
		z-index: 10;
	}
  
	.mobile_menu_bar:before {
		content: "\4d";
	}
  
	.mobile_menu_bar:after {
		content: "\61";
	}
  
	.et_pb_slide_menu_opened,
	.et_slide_in_menu_container {
/* We specify the transition length for hiding and showing */
		transition: margin-right .4s ease-in;
		-webkit-transition: margin-right .4s ease-in;
	}
  
	.et_pb_slide_menu_opened {
		margin-right: -70px;
	}
  
	div#et-top-navigation {
		position: absolute;
		right: 0;
		top: 0;
	}
  
	span.mobile_menu_bar.et_pb_header_toggle.et_toggle_slide_menu {
		position: fixed;
		right: 18px;
		top: 40px;
	}
  
	.et_header_style_left .logo_container {
		position: relative !important;
	}
  
	#logo {
		margin: 30px auto;
		max-height: 100%;
		padding: 0 35px;
	}
  
	#main-header .container {
		float: left;
	}
}

@media(min-width: 768px) and (max-width: 1024px) {
	.el-about-section .et_pb_row_inner {
		display: flex;
	}
  
	.el-button {
		margin-top: 10%;
	}
}

@media(max-width:980px) {
	.el-header .el-column {
		width: 100% !important;
	}
  
	.el-skills .et_pb_column {
		width: 100% !important;
	}
  
	.et_pb_blurb_content {
		max-width: 100%;
	}
  
	.el-info .et_pb_column {
		margin-bottom: 0;
	}
  
	.el-about-section .et_pb_number_counter {
		margin-left: 0;
	}
  
	.et_header_style_left .logo_container {
		height: auto !important;
	}
  
	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: 100%;
	}
  
	.el-header-text {
		margin-left: 30px;
	}
  
	.el-header-section .et_pb_module.et_pb_blurb {
		margin-left: 10px;
	}
  
	.el-header-section .et_pb_column {
		min-height: auto;
	}
  
	.portfolio-content h2.portfolio-heading {
		font-size: 30px;
	}
  
	.el-blog p.post-meta {
		padding: 0 20px!important;
	}
  
	.el-portfolio .owl-nav {
		left: auto!important;
		right: 0;
	}
  
	.el-about-section .et_pb_with_border.et_pb_module.et_pb_image,
	.et_pb_module.et_pb_text.el-heading {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
  
	.el-about-section .et_pb_module.et_pb_text {
		text-align: center;
	}
  
	.el-testimonial .et_pb_slide_image {
		display: inherit !important;
		position: absolute !important;
	}
  
	.portfolio-content {
		text-align: center;
		width: 100%;
	}
  
	.single-portfolio-slider img {
		float: inherit;
		width: 100%;
	}
  
	.home .el-footer-img {
		margin-top: 0;
	}
  
	.et_slide_in_menu_container #mobile_menu_slide {
		padding: 30px 40px !important;
	}
  
	.el-contact .et_pb_column {
		margin-top: 50px;
	}
  
	#contact.et_pb_section {
		padding-bottom: 0;
	}
  
	#main-footer .footer-widget h4 {
		margin-top: 42px !important;
	}
  
	#main-header .container {
		max-width: 85%;
		padding: 20px 0;
		width: 100%;
	}
  
	.logo_container {
		padding-top: 20px;
	}
  
	body:not(.home) .logo_container {
		padding-top: 0;
	}
  
	.el-about-section .et_pb_image img,
	.el-about-section .et_pb_image .et_pb_image_wrap {
		width: auto;
	}
  
	p.el-footer-text {
		padding-top: 0;
	}
  
	.el-sidebar img,
	#sidebar img {
		padding: 0 0 30px;
	}
  
	#sidebar .et_pb_widget {
		float: left;
	}
	
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
		background-color: #14181D;
		left: 50%;
		position: fixed;
		top: 50px;
	}	
}

@media(max-width:767px) {
	.el-blog .et_pb_blog_grid .column {
		float: inherit !important;
	}
  
	.el-testimonial p.el-content:before {
		font-size: 50px;
		left: 40px;
	}
  
	.portfolio-content h2.portfolio-heading {
		font-size: 28px;
	}
  
	.el-blog .et_pb_post {
		margin-bottom: 50px !important;
	}
  
	p.el-content {
		font-size: 18px;
	}
  
	.el-footer-icons span.el-social-icon a {
		font-size: 14px;
		margin-right: 20px;
	}
  
	.el-meta {
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgba(254, 254, 254, 0) 5%, #999999 5%);
		background-size: 100% 1px;
	}
  
	#footer-widgets .footer-widget {
		width: 85%!important;
	}
  
	.single h1.entry-title {
		font-size: 22px;
	}
  
	.portfolio-content {
		padding: 30px 0;
	}
  
	.el-portfolio .thumbs {
		padding: 0 10%;
	}
  
	.el-portfolio .owl-nav {
		bottom: 20px;
	}
  
	#main-footer .footer-widget h4 {
		margin-top: 0 !important;
	}
  
	.el-about-section .et_pb_number_counter {
		border-left: 0!important;
		border-right: 0 solid #d9d9d9 !important;
	}
  
	.el-header-info {
		display: flex;
		justify-content: center;
		padding: 0 10px;
	}
  
	.el-header-info a {
		color: #fff;
	}
  
	.el-mail-icon a:before {
		content: '\e010';
		font-family: ETModules;
		margin-left: -20px;
		position: absolute;
	}
  
	.el-phone-icon a:before {
		content: '\e090';
		font-family: ETModules;
		margin-left: -20px;
		position: absolute;
	}
  
	.logo_container {
		padding-top: 0;
	}
  
	#logo {
		margin: 8px auto;
	}
  
	#main-header .container {
		padding: 10px 0;
	}
  
	body:not(.home) header#main-header {
		top: 0;
	}
  
	.et_header_style_left .mobile_menu_bar,
	.et_header_style_split .mobile_menu_bar {
		top: -6px;
	}
  
	.el-header-info span {
		margin: 0 20px;
		width: 50%;
	}
  
	.et_pb_column.el-column {
		display: none;
	}
  
	.el-header-mobile {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
  
	.et_pb_section.el-header-section {
		min-height: 0;
	}
  
	header#main-header {
		background-color: #061f51;
		top: 40px;
	}
  
	.et_pb_section.el-header-section {
		padding-top: 100px !important;
	}
  
	.el-header-section h4 {
		padding: 16px 0;
	}
	
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
		left: 12%;
	}	
}

@media(max-width: 480px) {
	.el-portfolio .owl-nav {
		bottom: 40px !important;
	}
  
	.el-skills .et_pb_blurb_container {
		padding: 0 0 0 20px;
	}
  
	.el-button {
		display: inherit !important;
	}
  
	p.el-mobile {
		padding-top: 30px;
	}
  
	.el-blog-post .entry-title {
		margin-top: 20px !important;
	}
  
	.el-contact .et_pb_column {
		padding-left: 24px;
		padding-right: 24px;
	}
  
	.el-header-info a {
		font-size: 14px !important;
	}
  
	.el-header-text h1 {
		font-size: 26px !important;
	}
  
	.el-header-info a {
		font-size: 12px !important;
	}
  
	.el-header-info span {
		margin: 0 10px !important;
	}
  
	.el-phone-icon a:before,
	.el-mail-icon a:before {
		top: 3px;
	}
  
	#sidebar .et_pb_widget:first-child {
		margin-bottom: 30px !important;
	}
}

@media(max-width:408px) {
	.el-title {
		margin-bottom: 16px;
		margin-top: 16px;
	}
  
	.el-position-meta {
		position: absolute;
		top: 44px;
	}
  
	img#logo {
		max-width: 80%!important;
	}
  
	.et_header_style_left .mobile_menu_bar,
	.et_header_style_split .mobile_menu_bar {
		top: -12px;
	}
}