/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 2.8
*/

/*SVG Logo Support*/
div#logo.logo{
	margin-top: 0px;
	width: 200px;
	    margin-top: 8px;
}
div#mobile-logo.logo{
	margin-top: 0px;
	width: 200px;
	    margin-top: 8px;
}
img.logo_retina{
	width: 200px;
	margin-top: 8px;
}

/*Whatsapp Chat*/
.qlwapp-header a{
	color: #fff;
	transition: 700ms;
  	border-bottom: 1px solid transparent;
}

.qlwapp-header a:hover{
	color: #fff;
	border-color: #fff;
}

.qlwapp-footer a{
	transition: 700ms;
  	border-bottom: 1px solid transparent;
	font-weight: bold;
}

.qlwapp-footer a:hover{
	color: #00a49e;
	border-color: #00a49e;
}

.qlwapp-name{
	transition: 700ms;
  	border-bottom: 1px solid transparent;
	font-weight: bold;
}

.qlwapp-name:hover{
	border-color: #000;
}

.header-icons, #mobile-shopping-btn{
	display:none;
}

div#topbar.header-v2.clearfix{
	box-shadow: #0000001f 2px 2px 20px;
}

#topbar{
	background: #fff!important;
}

@media only screen and (max-width: 767px){
#topbar .topbar-col1 {
    background: #fff!important;
}
}


#footer .widget {
     margin-bottom: 10px; 
}

.callout .callout-text {
	font-weight: 700!important;
}

.callout-button a:hover{
	background: #00807b!important;
}

#map{
    filter: hue-rotate(175deg)!important;
}

#fullimagecenter h1{
	padding: 100px;
}

.header_title{
	line-height: 100px;
	background: RGBA(4,158,148,1);
   box-shadow: 16px 0 0 15px RGBA(4,158,148,1), -16px 0 0 15px RGBA(4,158,148,1);
	
/*	background: RGBA(4,158,148,0.6); */


}

.iconimg{
	max-width: 50px;
}

/*carousel margin*/
.owl-carousel{
	width: 80%!important;
	margin: 0 auto!important;
}

.padded_content{
	margin-left: 120px!important;
	margin-right: 120px!important;
}

.heavy_padded_content{
	max-width:350px!important;
	margin: 0 auto!important;
}

.alert-message.info {
    background-color: #00a49e0f!important;
    color: #00a49e!important;
}

.product-desc{
	transition: all 1s;
}
.product-desc:hover{
	transform: scale(1.1);
	transition: all 1s;
}

.divider6 {
    border-bottom: 2px solid #bbbbbb!important;
}

.pd_boxfont {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.pd_small_boxfont {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: 500;
    padding: 0;
}

/* 2021 Update */
.hex_profile {
	position: relative;
    width: 240px;
    height: 240px;
    background-color: #424242;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* cognito forms */
.cognito{
	
}

.c-forms-heading{
	display: none!important;
}

.c-forms-confirmation-message{
	text-align: center!important;
}

.testimonial {
    border: 1px solid #00a49e!important;
}

.testimonial:before {
    border-top-color: #00a49e!important;
}

.vc_pagination { 
	margin-top: 5px!important;
}

.team_member_image {
	margin-bottom: 5px!important;
}

h1.headline  {
	font-weight: 600!important;
}


/* BLOG */

.single-post h1, h2{
	font-family: Montserrat, Arial, Helvetica, sans-serif!important;
}


.single-post .meta-author, #author-info {
	display: none!important;
}

.single-post .titlebar h1, .title-h1 {
	font: 700 3rem Montserrat, Arial, Helvetica, sans-serif!important;
	color: #777777!important;
	text-transform: uppercase!important;
}

.single-post #crumbs span, .single-post #crumbs a {
	font: 0.8rem Montserrat, Arial, Helvetica, sans-serif!important;
	color: #777777;
}

/*Responsive*/
@media (max-width: 1023px) {
	.header_title{
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.pd_boxfont{
		font-size: 20px;
	}
	.spacer{
		max-height: 10px;
	}

	.padded_content{
	margin-left: 5px!important;
	margin-right: 5px!important;
	}
	.header_title{
		line-height: 70px;
		font-size: 20px;
	}
}


@media only screen and (max-width: 767px) {
	#mobile-navigation-btn {
		margin-right: 35px!important;
	}
	#mobile-logo { 
		margin-left: 10px!important;
	}
	.container {
	  width: 100%!important;
	}
	#content {
		width: 100%!important;
	}
	.container .columns {
		width: 100%!important;
	}
}