/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/



/*

body {
  cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/cursor.png), auto;
  animation: cursor 480ms infinite;
}

@-webkit-keyframes cursor {
  0% {cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/cursor.png), auto;}
  25% {cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/curso1.png), auto;}
  50% {cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/cursor2.png), auto;}
  75% {cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/curso1.png), auto;}  
  100% {cursor: url(https://www.dr-shoshany.co.il/wp-content/uploads/cursor.png), auto;}
} 

*/


/* logo  */
.branding a img {
    width: 420px;
}
.mobile-branding img {
    width: 200px;
}

@media only screen and (min-width: 1024px) {
	.top-phone {
		background: #d1ecea;
		padding: 15px;
		border-radius: 15px;
		text-align: center;
		font-size: 20px;
		line-height: 1.3;
		margin-left: 28px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		transition: .5s;
		cursor: default;
	}
	.top-phone::after {
		content: "";
		background: linear-gradient(to left, rgba(5, 186, 185, 0.6), rgba(74, 157, 209, 0.6));
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		border-radius: 15px;
		transition: .5s;
		z-index: 0;
	}
	.top-phone * {
		z-index: 2;
		position: relative;
	}
	.top-phone b {
		font-weight: 600;
	}
	.top-phone span {
		font-weight: 700;
	}
	.top-phone:hover {
		color: #fff;
		text-shadow: 0px 1px 0 #139590;
		
	}
	.top-phone:hover::after {
		width: 100%;
		height: 100%;
	}
}

/* menu */
@media only screen and (min-width: 1024px) {
	.main-nav .sub-nav {
		box-shadow: 0 0 0 0px #fff !important;
		opacity: 1 !important;
		visibility: hidden !important;
		display: block;
		background: transparent;
		right: 0 !important;
		pointer-events: none;
		border-top: 1px solid transparent;
	}
	.main-nav .sub-nav:not(.hover) {
		transition: 0s !important;
	}
	.main-nav .sub-nav.hover {
		visibility: visible !important;
		pointer-events: auto;
		box-shadow: 0 0 400px 0px #fff !important;
	}
	.main-nav .sub-nav li {
		background: #082733;
		opacity: 0 !important;
		visibility: visible !important;
		margin-right: -50px !important;
		transition: .5s;
	}
	.main-nav .sub-nav.hover {
		visibility: visible !important;
		pointer-events: auto;
	}
	.main-nav .sub-nav.hover li {
		opacity: 1 !important;
		margin-right: 0px !important;
	}
	.main-nav .sub-nav li * {
		transition: .3s !important;
	}
	.main-nav .menu-item-has-children > a::after {
		content: "\f078";
		width: 22px !important;
		height: 15px !important;
		font-family: 'font awesome 5 free' !important;
		font-weight: 900;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 10px;
		transition: .25s;
	}
	.main-nav .menu-item-has-children > a::after {
		margin-right: 2px;
	}
	.main-nav .menu-item-has-children:hover > a::after {
		opacity: 1;
		transform: translateY(-2px);
	}
	.main-nav .masthead.sticky-on .main-nav > li::after {
		border-color: rgba(255, 255, 255, 0.3) !important;
	}
}

.mobile-main-nav .sub-nav {
    margin-right: 30px;
    margin-left: 0;
}

/* page title */
.page-title {
    height: 12vw;
	background-size: cover !important;
}
.page-title .wf-wrap {
    min-height: none;
}
.breadcrumbs li:first-child::before {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.page-title {
		height: auto;
		padding-left: 24vw !important;
	}	
	.page-title .wf-wrap {
		align-items: flex-start !important;
		padding-left: 0;
	}
	.page-title h1 {
		font-size: 7vw !important;
	}
}

/* sidebar */

#sidebar {
	border-left: none;
	border-right: 1px solid #e6e6e6;
}
.sidebar-content {
    padding-left: 0 !important;
    padding-right: 43px;
}
#sidebar .widget {
	border: 3px solid #fff;
	border-radius: 50px;
	padding: 0 15px 15px;
	margin-bottom: 35px;
	overflow: hidden;
	box-shadow: 0 0 0 5px #96dbdf, 0 2px 0 5px #80c8cc;
}
#sidebar .widget-title {
    font-size: 23px;
    border-bottom: 3px solid #96dbdf;
	text-align: center;
	margin: 0 -35px 20px;
	background: #96dbdf;
	color: #fff;
	text-shadow: 0px 1px 0 #139590;
	padding: 7.5px 0;
	border-bottom: 2px solid #80c8cc;
}
#sidebar .textwidget {
    margin: 0;
}
.side-form > div:not(:last-child) {
    margin-bottom: 10px;
}
.side-form .wpcf7-submit {
    font-size: 17px !important;
    border-radius: 3px 3px 30px 30px !important;
}
.widget_nav_menu li a::before {
    content: "\f222";
    font-family: 'font awesome 5 free' !important;
    font-weight: 800;
    margin-left: 10px;
}
.widget_nav_menu li a:hover {
    text-decoration: none
}
@media only screen and (max-width: 1024px) {
	#sidebar {
		border-right: none;
		margin-top: 30px;
	}
	.sidebar-content {
		padding-right: 0;
	}

}

/* general */
#main {
    padding: 50px 0 50px 0;
}
.no-padding-bottom #main {
	padding-bottom: 0;
}
.no-padding-top #main {
	padding-top: 0;	
}
.mb-0 .wpb_content_element {
	margin-bottom: 0;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
@media only screen and (max-width: 1024px) {
	h2 {
		font-size: 7vw;
		line-height: 1.2;
	}
}

/* forms */
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    margin: 0;
	color: #222 !important;
	font-weight: 600;
	border-radius: 3px;
	direction: rtl !important;
}
.wpcf7-submit  {
	border-radius: 3px !important;
}
.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap textarea:focus {
    background: #e8fffd;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
    opacity: 1 !important;
	color: #555 !important;
}
.wpcf7-form-control.wpcf7-submit {
    transition: .5s;
}
.wpcf7-not-valid-tip, .wpcf7-response-output,
.popup-message-style #page .wpcf7-validation-errors {
	display: none !important;
}
input.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red;
}

/* my title */
.mytitle h2,
.mytitle h3 {
    line-height: 1;
	position: relative;
	display: inline-block;
	max-width: calc(100% - 38px);
	cursor: default;
}
.mytitle h2::after, .mytitle h3::after {
    content: "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
    position: absolute;
    bottom: -19px;
    right: 0;
    height: 20px;
    letter-spacing: -8px;
    font-weight: 500;
    font-size: 45px;
    color: #139590;
	max-width: calc(100% + 20px);
	overflow: hidden;
	display: flex;
	align-items: center;
	background: linear-gradient(to left, transparent, #4a9dd1, #05bab9);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 0s;
	padding-bottom: 2px;
}
.mytitle h2::before, .mytitle h3::before {
    content: "";
    width: 21px;
    height: 13px;
    background: #05bab9;
    position: absolute;
    left: -28px;
    bottom: -16px;
    border-radius: 50%;
	z-index: 2;
}
.mytitle h2:hover::after,
.mytitle h3:hover::after {
    text-indent: -1000px;
	transition: 30s;
	transition-timing-function: linear;
}

/* contact page */
.contacts br {
	display: none;
}
.contacts p {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 18px;
}
.contacts p i {
    float: right;
    font-size: 18px;
    margin-left: 15px;
    color: #139590;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 3px solid #d1ecea;
    box-sizing: border-box;
	position: relative;
}
.contacts p strong {
    display: block;
    margin-bottom: 4px !important;
}
.contacts p i::after {
    content: "\f062";
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    right: -8px;
    transform: rotate(45deg);
    top: -11px;
    color: #d1ecea;
}
.insurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 35px 0;
}
.insurance .wpb_text_column {
	margin-bottom: 0;
}
.insurance h3 {
	margin-bottom: 20px !important;
}
.insurance img {
	width: 80%
}
@media only screen and (max-width: 780px) {
	.insurance .vc_col-sm-3 {
		width: 50%;
	}
	.insurance .wpb_single_image {
		margin-bottom: 15px;
	}		
	.insurance img {
		width: 100%
	}
}
/* contact form */
.con-form {
	margin-bottom: 25px;
}
.con-form > div:not(:last-child) {
	margin-bottom: 10px;
}
.con-form .wpcf7-form-control.wpcf7-submit {
    font-size: 18px !important;
}
@media only screen and (max-width: 780px) {
	.con-form {
		margin-bottom: 0;
	}
}
/* gallery */
.dt-gallery-container .wf-cell article {
    box-shadow: 0 0 5px 2px #96dbdf;
border: 3px solid transparent;
}

/* service page */
.service-page #main {
	padding-top: 0;
	padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
	.service-page #content {
		width: 70%;
	}
	.service-page #sidebar {
		width: 25%;
		display: none;
	}
	.full-row {
		margin-left: -345px;
	}
}

.service-page .wf-container-main {
    display: flex !important;
    flex-wrap: wrap;
}
.mpt-container {
    width: 100vw;
    margin: 0 calc((-100vw + 1200px)/2);
	position: relative;
	margin-bottom: 50px;
	background: #04243b;
	background: #139590;
    background-repeat: no-repeat;
    background-position: right calc((100vw - 1200px)/2 - 125px) center;
	padding: 0 0 15px;
	background: linear-gradient(to right, #4a9dd1, #05bab9);
}
.my-page-title .dt-breadcrumbs-shortcode {
    justify-content: flex-start;
	margin: 10px 0 8px 0;
}
.my-page-title .breadcrumbs * {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
.my-page-title .breadcrumbs {
    padding: 0 !important;
}
.my-page-title .breadcrumbs li:first-child::before {
	display: none;
}
.mpt-bg {
    position: absolute;
    width: calc((100vw - 1200px)/2 + 250px);
    height: calc((100vw - 1200px)/2 + 250px);
    background-size: cover;
    left: 0;
    background-position: center;
    border-radius: 0 50% 50% 0;
    box-shadow: 0 0px 0 20px #96dbdf;
}
.my-page-title {
    position: relative;
    display: flex;
    width: calc(100vw - (100vw - 1200px) - 20%);
    margin-right: calc((100vw - 1200px) /2);
    flex-wrap: wrap;
}
.mpt-h1 {
    color: #fff;
	width: 100%;
	font-size: 42px;
}
.mpt-p {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
}
.mpt-p a {
    color: yellow;
}
.my-related-grid {
    width: 100%;
    box-sizing: border-box;
	margin-top: 50px;
}
.my-related-grid h3 {
	margin-bottom: 40px !important;
}
.my-related-item {
    margin-left: 5px;
    width: calc(33% - 5px);
    float: right;
}	
.my-related-item a {
    display: flex;
    border-radius: 50px 50px;
    margin-bottom: 7px;
    text-decoration: none;
    background: linear-gradient(to right,  #4a9dd1, #05bab9);
    align-items: center;
    line-height: 1;
    padding: 0 15px 0 10px;
    height: 40px;
}
.my-related-item a:hover {
    filter: brightness(90%);
}
.my-related-item img {
	height: 20px;
	width: auto;
	margin-left: 8px;
}
.my-related-item h4 {
    margin-bottom: 0px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
	.mpt-container {
		margin: 0 -20px 25px;
	}
	.mpt-bg {
		width: 100%;
		height: 100vw;
		position: relative;
		border-radius: 0 0 50% 50%;
		box-shadow: 0 0px 0 10px #96dbdf;
	}
	.mpt-text {
		text-align: center;
	}
	.my-page-title {
		width: 100%;
		margin: 25px 0 0 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.my-page-title .dt-breadcrumbs-shortcode {
		display: none;
	}
	.my-related-grid {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}
	.mpt-h1 {
	    font-size: 8vw;
		line-height: 1.2;
	}
	.my-related-item {
		width: 100%;
	}
}


/* category page  */
.page-template-template-blog-list .articles-list .alignleft {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    border: 10px solid #d1ecea;
    border-top: 0;
	box-sizing: border-box;
}
.page-template-template-blog-list .articles-list .post {
    display: flex;
    flex-direction: row-reverse;
	border: none !important;
    padding-top: 0;
    margin-top: 30px;
}
.page-template-template-blog-list .articles-list .post:first-child {
    margin-top: 0;
}
.page-template-template-blog-list .articles-list .blog-content {
	background: #f8f8f8;
	margin: 15px 0 40px 0;
	padding: 10px 20px 10px 35px;
	box-shadow: 40px 0px 0px 0px #f8f8f8;
	border-radius: 0 0 0 100px;
}
.page-template-template-blog-list .articles-list .blog-media {
    overflow: visible;
}

.page-template-template-blog-list .articles-list .entry-title {
    margin: 0;
}
.page-template-template-blog-list .articles-list img.preload-me {
    border-radius: 0 0 50% 50%;
    padding: 0 3px 3px;
    box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
	.page-template-template-blog-list .articles-list .blog-media::after {
		content: "";
		width: 10px;
		height: 15px;
		background: linear-gradient(to top left, #139590 50%, transparent 50%);
		position: absolute;
		display: block;
		z-index: 999;
		left: -10px;
		top: 0;
	}	
}
@media only screen and (max-width: 1024px) {
	.page-template-template-blog-list .articles-list .post {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.page-template-template-blog-list .articles-list .blog-content {
	background: #f8f8f8;
		margin: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.page-template-template-blog-list .articles-list .alignleft {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		border-radius: 50%;
		border: 10px solid #d1ecea;
	}
	.page-template-template-blog-list .articles-list img.preload-me {
		border-radius: 50%;
		box-sizing: border-box;
		padding: 3px;
	}
	.blog-media::after {
		content: "";
		width: 100%;
		height: 50%;
		background: #f8f8f8;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
}

/* blog article */

.blog-post .entry-content {
    margin-bottom: 25px;
    border-bottom: 1px solid #dadee0;
    padding-bottom: 25px;
}
.blog-post .post-thumbnail {
    margin-bottom: 15px !important;
}
.blog-post .entry-title {
	margin: 0;
}
.blog-post h1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2;
}
@media only screen and (max-width: 780px) {
	.single-post h1 {
		font-size: 8vw;
	}
}

.blog-post .my-related-grid h3 {
    margin-bottom: 10px !important;
}

/* about box */
.about-shm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadee0;
    border-radius: 8px 8px 0 0;
    align-items: flex-start;
    margin-bottom: 30px;
}
.about-shm img {
    width: 18%;
    border-radius: 50%;
    border: 5px solid #96dbdf;
    box-sizing: border-box;
    padding: 3px;
}
.shm-text {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto 0;
    padding-left: 20px;
    box-sizing: border-box;	
}
.shm-text h3 {
    margin: 0;
}
.about-shm p {
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
	margin: 0;
	text-align: justify;
}
.about-rec .wpb_wrapper {
    border: 2px solid #139590 !important;
    margin-bottom: 35px;
	padding: 10px;
}
.about-rec .vc_custom_heading {
    background: #139590;
    color: #fff;
    padding: 5px;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 21px;
    margin: -10px -10px 15px;
}
.about-rec .ult-carousel-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
.about-rec  .ult-item-wrap {
    margin: 0 !important;
}
.about-rec .slick-prev,
.about-rec .slick-next {
    background: #fff !important;	
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #139590 !important;
	font-size: 14px !important;	
}
.about-rec .slick-prev {
    left: -25px !important;	
}
.about-rec .slick-next {
    right: -25px !important;	
}
.about-rec .icon-with-text-shortcode {
    display: flex;
    padding: 0 25px;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.about-rec .dt-text-desc {
    margin-bottom: 7px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.about-rec .dt-text-title {
    font-weight: 600 !important;
    font-size: 18px;
	display: flex;
	align-items: center;
}
.dt-text-title::before {
    content: "\e503";
    font-family: icomoon-the7-font !important;
    margin-left: 8px;
}
.about-rec .icon-with-text-shortcode {
    grid-template-areas: " desc" " icon" " header " " button ";
}
@media screen and (max-width: 780px) {
.about-shm {
    flex-direction: column;
}
.about-shm img {
    width: 50%;
    margin: 0 auto 25px;
	
}
.shm-text {
    width: 100%;
    padding-left: 0;
}
.shm-text a {
    display: block;
}
}

/* ninja */

.mycon > div:not(:last-child) {
    margin-bottom: 10px;
}
.mycon b {
    display: block;
}
.ninja-form > div:not(:last-child) {
	margin-bottom: 10px;
}
.ninja-form .wpcf7-form-control.wpcf7-submit {
    font-size: 18px !important;
}
.ninja-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #082733 !important;
}
.combar-sidenav-but[name="combar-sidenav-con"] {
    height: 155px;
    position: relative;
    align-items: flex-start;
    padding-top: 10px;
}
.combar-sidenav-but[name="combar-sidenav-con"] i {
    margin-top: 3px;
}
.combar-sidenav-but[name="combar-sidenav-con"] span {
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
    margin: auto;
    top: 0px;
    right: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    background: #333;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform-origin: bottom right;
}

/* mob nav */
.combar-mob-nav.style2.bold-sep::after {
    background: linear-gradient(to top, black,transparent);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: .3;
    z-index: 1;
}
.combar-mob-but a {
    z-index: 2;
}
@media screen and (max-width: 780px) {
	.scroll-top {
		bottom: 65px !important;
		right: 10px !important;
		border-radius: 10px;
	}
}

/* sitemap */
@media screen and (min-width: 780px) {
	.wsp-container {
		display: flex;
		justify-content: space-between;
	}
	.sm-3 {
		float: right;
		width: 50%;
	}
}


/* footer */
.footer .widget-title {
    position: relative;
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 33px;
}
.footer .widget-title::after {
    content: "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
    position: absolute;
    bottom: -19px;
    right: 0;
    height: 20px;
    letter-spacing: -8px;
    font-weight: 500;
    font-size: 45px;
    color: #139590;
	max-width: calc(100% + 20px);
	overflow: hidden;
	display: flex;
	align-items: center;
	background: linear-gradient(to left, #05bab9, #4a9dd1, transparent);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    transition: 0s;
    padding-bottom: 2px;
}
.footer-con {
    font-size: 18px;
    line-height: 1.2;
}
.footer-con > div:not(:last-child) {
    margin-bottom: 10px;
}
.footer-con b {
    display: block;
    margin-bottom: 5px;
}
#footer .menu li {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border: none;
    font-size: 18px;
}
#footer .menu li:last-child {
    margin: 0 0 !important;
}
#footer .recent-posts li {
    padding: 15px 0 0;
}
#footer h3 {
	text-align: center;
	margin-bottom: 15px;
}
.hor-form {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.hor-form > div {
    width: 24%;
}
.hor-form input {
	font-size: 18px !important;
}
.hor-form .wpcf7-submit {
	background: #4a9dd1 !important;
}
.hor-form .wpcf7-submit:hover {
	opacity: .7;
}
#custom_html-6 {
    margin-bottom: 15px;
}
@media screen and (min-width: 780px) {
	#footer.solid-bg {
		background: url(https://www.dr-shoshany.co.il/wp-content/uploads/footer-bg.jpg) !important;
		background-size: cover !important;
		background-position: center !important;
		position: relative;
	}
	#footer::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #082733;
		display: block;
		z-index: 2;
		top: 0;
		opacity: 0.4;
	}
	 #footer > .wf-wrap {
		z-index: 4;
		position: relative;
	}
	#custom_html-4 img {
		margin-top: 85px;
	}
}

@media screen and (max-width: 780px) {
	#custom_html-4  {
		display: none;
	}	
	.hor-form > div {
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}
}

/* home */
.home-head em {
    background: #eefffe;
	border: 2px solid #139590;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    display: flex;
    overflow: hidden;
}
.home-head em::before {
    content: "\f06a";
    font-family: 'font awesome 5 free' !important;
    display: flex;
    background: #139590;
	align-items: center;
	padding: 0 5px;
	margin-left: 10px;
	margin: -6px -11px -6px 10px;
	color:#fff;
    font-size: 22px;
	justify-content: center;
}
.home h6 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.belive, .treats {
    text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
}
.belive h2, .belive a {
	color: #fff;
}
.belive a {
	color: #96dbdf;
}
.treats h2{
	margin-bottom: 20px;
}
.homegrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homegrid-item {
    width: calc(25% - 15px);
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: flex;
}
.homegrid-item a {
    width: 100%;
    background: linear-gradient(to left, rgba(5, 186, 185, 0.6), rgba(74, 157, 209, 0.6));
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	text-decoration: none;
}
.homegrid-item h4 {
    color: #fff;
	font-size: 25px;
	text-shadow: 0 2px 6px #000;
	transition: .4s;
}
.homegrid-item:hover h4 {
    transform: scale(1.05);
}
.treats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 45px;
}
.treats .wpb_text_column {
	margin-bottom: 0;
}
.treats  .vc_col-sm-3 .vc_column-inner {
	padding-top: 25px !important;
}
.treats  .wpb_single_image {
	margin-bottom: 10px;
}
.home-medic .vc_column-inner {
	padding: 0 !important;
}
.home-medic, .home-medic h3 {
	color: #fff;
}
.home-medic .wpb_content_element {
	margin-bottom: 0;
}
.home-medic .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
.home-medic .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper {
    width: 600px;
	font-size: 18px;
}
.home-medic .vc_col-sm-6:first-child .vc_column-inner {
    padding: 0 !important;
    align-items: flex-end;
    justify-content: center;
}
.home-medic  .wpb_text_column > .wpb_wrapper {
    padding-left: 15px;
}

@media screen and (min-width: 780px) {
	.treats img {
		width: 80%;
	}
}
@media screen and (max-width: 780px) {
	.home-head {
		text-align: center;
	}
	.home-head em {
		flex-direction: column;
		padding: 5px 10px 7px;
	}
	.home-head em::before {
		margin: -6px -11px 7px;
		border-radius: 0 !important;
		padding: 3px 0;
	}
	.homegrid-item {
		width: calc(50% - 10px);
		height: calc(50vw - 70px);
	}
	.homegrid-item h4 {
		font-size: 4.5vw;
		line-height: 1.3;
	}
	.treats  .vc_col-sm-3 {
		width: 50%;
	}
	.treats  .vc_col-sm-3 .vc_column-inner {
		padding-top: 15px !important;
	}
	.home-medic .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper {
		width: 100%;
		text-align: center;
	}
	.home-medic  .wpb_text_column > .wpb_wrapper {
		padding: 15px;
	}
	#enable-toolbar-trigger {
		transform: translateY(-100px) !important;
	}
}