/* Header */

.site-header-section .aux-btn1-box .aux-button{
		background: var(--e-global-color-3a2ae7db);
	background: -moz-linear-gradient(left, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, var(--e-global-color-3a2ae7db)), color-stop(100%, var(--e-global-color-7bc010cc)));
	background: -webkit-linear-gradient(left, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	background: -o-linear-gradient(left, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	background: -ms-linear-gradient(left, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	background: linear-gradient(to right, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	text-shadow: none;
	font-size: 16px; 
	font-weight: 400;
	padding: 16px 36px;
	box-shadow: 0 7px 20px rgba(60, 109, 196, 0.65);
}	

.site-header-section .aux-btn1-box .aux-button:hover {
		box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
}

.site-header-section .aux-menu-depth-0 > .aux-item-content {
	color: var(--e-global-color-3a2ae7db);
	text-transform: none;
	font-size: 18px;
	padding: 0 29px;
}

.site-header-section .aux-menu-depth-0.aux-hover > .aux-item-content {
	color: rgba(22, 22, 22, 1);
}

.site-header-section .aux-menu-depth-0.current-menu-item {
	font-weight: 500;
}

.site-header-section .aux-menu-box {
	margin-right: 55px;
}


/* Footer */ 

.aux-subfooter {
	color: rgba(128, 128, 128, 1);
	line-height: 26px;
}

aside .widget-container, .aux-aside .widget-container {
	font-size: 16px;
}
.aux-seo-custom-info-box {
	display: inline-flex; 
	flex-wrap: wrap;
	align-items: center;
	margin-top: 37px;
}
.aux-seo-custom-info-box > span{
	font-size: 40px; 
	color: var(--e-global-color-7bc010cc);
	margin-right: 8px;
}

.aux-seo-custom-info-box > p {
	margin-bottom: 0;
	max-width: 300px;
}

.aux-seo-custom-info-box.phone {
	margin-left: 50px;
}

aside .widget-title, .aux-aside .widget-title {
	font-size: 28px; 
	font-weight: 500 !important; 
	color: rgba(22, 22, 22, 1);
	text-transform: none !important;
	border: none; 
	padding: 0;
	margin-bottom: 46px;
}

aside .widget-title:after, .aux-aside .widget-title:after{
	content: '';
    height: 4px;
    width: 75px;
    background-color: var(--e-global-color-7bc010cc);
    box-shadow: 0px 3px 6px 0px var(--e-global-color-7bc010cc);
	display: block;
	margin-top: 18px;
}
.aux-subfooter .menu-footer-container li {
	padding: 7px 0px;
}
.aux-subfooter .menu-footer-container a {
	font-size: 17px;
}

.aux-subfooter .menu-footer-container li:hover a {
	color: var(--e-global-color-7bc010cc);
}

.aux-subfooter .menu-footer-container li:hover:before {
		background-color: var(--e-global-color-3a2ae7db);
}
.aux-subfooter .menu-footer-container li:before {
	content:'';
	width: 9px; 
	height: 9px; 
	background-color: rgba(17, 52, 116, 0.4);
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	border-radius: 50%;
}

.aux-seo-subscribe-wrapper {
	position: relative;
	width: 100%;
	max-width: 380px;
	display: inline-block;
}
.aux-seo-subscribe-wrapper input[type="email"]{
	border :none;
	background: #FFF;
	border-radius: 50px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
	font-size: 14px;
	font-weight: 300;
	color: rgba(23, 23, 23, 0.6);
	padding: 14px 22px;
}

.aux-seo-subscribe-wrapper  input[type="submit"] {
		width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    color: var(--e-global-color-3a2ae7db);
    font-weight: 500;
    font-size: 14px;
    padding: 0 17px;
}

.aux-widget-area:nth-child(3) .widget_text{
	margin-top: 28px;
}

.aux-widget-area:nth-child(3) .aux-widget-socials{
	margin-top: 33px;
}
.widget-socials.aux-medium > .aux-social-list li {
	position: relative;
	overflow: hidden;
	font-size: 17px;
	width: 50px; 
	height: 50px;
	background: #FFF;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.widget-socials.aux-medium > .aux-social-list li:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: red;
	z-index:1;
		background-image: linear-gradient(180deg, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-7bc010cc) 100%);
	opacity: 0;
	transition: opacity 300ms ease-out;
	
}
.widget-socials.aux-medium > .aux-social-list li:hover:after {
	opacity: 1;
}

.widget-socials.aux-medium > .aux-social-list li:hover a {
	color: #FFF;
}
.widget-socials .aux-social-list li a {
		text-decoration: none !important;
    width: 100%;
    display: block;
    line-height: 100%;
    height: 100%;
	color: rgba(47, 111, 217, 1);
	z-index: 2;
	position: relative;
}

.widget-socials .aux-social-list a span {
	line-height: 58px
}

.aux-site-footer small {
	font-size: 15px;
	font-weight: 400;
}

.aux-site-footer {
	padding: 24px 0px;
	position: relative;
}

.aux-site-footer:before {
	content: '';
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 112, 112, 0.44);
	max-width: 1600px;
}

.aux-subfooter > .aux-wrapper > .aux-container {
	padding-top: 109px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 1024px) and ( max-width: 1300px){
	.widget-socials.aux-medium > .aux-social-list li {
		margin-bottom: 20px;
	}
	
	.aux-seo-custom-info-box  {
		display: flex;
		margin: 30px 0 0 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
		.aux-seo-custom-info-box  {
		display: flex;
		margin: 30px 0 0 0 !important;
	}
}


@media only screen and (max-width: 767px) {
	aside .aux-widget-area, .aux-aside .aux-widget-area {
		margin-top: 70px;
	}
	
	.aux-subfooter {
		text-align: center;
	}
	
	.aux-seo-custom-info-box {
		justify-content: center;
	}
	
	aside .widget-title:after, .aux-aside .widget-title:after {
		margin-right: auto;
		margin-left: auto;
	}
	
	.aux-social-list {
		display: inline-block !important;
	}
}

/* Single Post */
.single-post .hentry .entry-media {
	margin-bottom: 35px;
}

.single-post .hentry .entry-header {
	text-align: center;
	margin-bottom: 27px;
}

.single-post .hentry .entry-info  {
	display: flex; 
	justify-content: center;
	margin-bottom: 35px;
}

.single-post .hentry .entry-info  .entry-tax {
	order: 1;
	padding: 0 15px;
}

.single-post .hentry .entry-info  .entry-tax:after {
	display: none;
}
.single-post .hentry .entry-info  .entry-date {
	order: 2;
	padding: 0 15px;
}

.single-post .hentry .entry-info  .entry-author {
	order: 3;
	padding: 0 15px;
}

.single-post .hentry .entry-info  .entry-author .meta-sep {
	display: none;
}

.single-post .hentry .entry-info  .entry-edit {
	order: 4;
	padding: 0 15px;
}

.hentry .entry-info [class^="entry-"]+[class^="entry-"]:before, .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a::after, .hentry .entry-info .entry-tax a::after {
	display: none;
}

.single-post .hentry .entry-info > div {
	position: relative;
}

.single-post .hentry .entry-info > div:after {
	content: '';
	position: absolute;
	left: 0;
	height: 9px;
	width: 1px;
	background-color: #AAAAAA;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.3;
}

.single-post .hentry.aux-medium-context .entry-content,
.single-post  .entry-meta,
.single-post #respond {
	margin-right:10%;
	margin-left: 10%;
}

.single-post .hentry .entry-meta {
	border-color: #AAAAAA;
}

.single-post .hentry footer.entry-meta .entry-tax {
	margin: 45px 0px;
}

.aux-tooltip-socials .auxicon-share:before {
	content: '\e6ef';
	font-size: 25px;
	color: #202020;
}

.aux-wpulike  {
	margin-right: 40px;
}

.aux-wpulike .wp_ulike_btn:before {
	content: '\e718' !important;
	font-size: 26px !important;
	color: var(--e-global-color-3a2ae7db) !important;
}

.aux-wpulike .wp_ulike_is_liked  .wp_ulike_btn:before  {
	color: #E74C3C !important;
}

.single-post .hentry .entry-main {
	margin-bottom: 200px;
}

#reply-title {
	margin-bottom: 20px;
}

#commentform .comment-notes {
	margin-bottom: 60px;
}

#commentform input:not([type="submit"]) {
	width: 100%;
}

#commentform textarea {
	height: 65px !important;
	min-height: auto;
	overflow: hidden;
}

.aux-modern-form .aux-input-group,
.aux-modern-form .aux-input-group:last-of-type {
	margin-bottom: 80px;
}

#commentform input[type="submit"] {
	font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 42px !important;
    background: linear-gradient(269deg, var(--e-global-color-3a2ae7db) 0%, var(--e-global-color-3a2ae7db) 100%);
    box-shadow: 6px 6px 25px 0 var(--e-global-color-7bc010cc);
	float: right;
	margin-bottom: 160px;
}