/*
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
*/

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

*/
.branding  {
    width: 9.5vw;
}
.branding img {
    width: 9.5vw;
    height: auto !important;
}
.sticky-logo img {
    height: 50px !important;
}
.mobile-branding img {
    height: 50px !important;
	width: auto;
	padding: 7px 0;
}

/* header */

@media screen and (min-width: 990px) {


	/* menu */
	#primary-menu {
		padding: 0 3vw;
	}
	.main-nav li,
	.main-nav li > a,
	.main-nav li > a > span {
		height: 100%;
	}
	.main-nav > li > a > .menu-item-text {
		display: flex;
		align-items: center;
		position: relative;	
	}
	.main-nav > li.has-children > a > .menu-item-text {
		padding-left: 15px;
	}
	.main-nav > li > a .menu-text {
		font-size: 1.2vw !important;
	}
	.main-nav > li:first-child .menu-text {
		font-size: 0 !important;
	}
	.main-nav > li:first-child .menu-text::before {
		content: "\f015";
		font-size: 1.3vw;
		line-height: 2;
		font-family: "font awesome 5 free";
		font-weight: 900;
	}
	.main-nav > li.has-children > a > .menu-item-text::after,
	.main-nav > li.has-children > a > .menu-item-text::before {
		content: "";
		height: 2px;
		width: 10px;
		background: #6f7173;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		border-radius: 5px;
		transition: .3s;
	}
	.main-nav > li.has-children > a > .menu-item-text::after {
		transform: rotate(90deg);
	}
	.main-nav > li.has-children:hover > a > .menu-item-text::before,
	.main-nav > li.has-children:hover > a > .menu-item-text::after {
		background: #ae2b30;
	}
	.main-nav > li.act > a > .menu-item-text::before,
	.main-nav > li.act > a > .menu-item-text::after {
		background: #d2232a;
	}
	.main-nav > li.has-children:hover > a > .menu-item-text::after {
		transform: rotate(0deg);
	}
	#primary-menu li.has-children .menu-text::after {
		display: none;
	}
	/* submenu */
	.sub-nav {
		box-shadow: none !important;
		top: calc(100% + 0px);
		border: 1px solid #e9e9e9;
		left: auto !important;
		right: 0;
	}

	/* search */
	.header-bar .mini-search {
		margin: 0 0 0 1.5vw   !important;
	}
	.header-bar .search-icon {
		right: auto !important;
		left: 25px;
	}
	.masthead .popup-search .popup-search-wrap {
		top: calc(100% + 18px);
	}
	.header-bar .popup-search-wrap::before {
		top: -6px;
	}
	.field.searchform-s {
		box-shadow: inset -3px 4px 0 0px rgba(80, 80, 80, 0.05);	
	}
	.field.searchform-s::placeholder {
		color: #444 !important;
		opacity: 0.9 !important;
	}
	/* buttons */
	.mini-widgets {
		position: relative;		
	}
	.mini-widgets .text-area {
		margin: 0;
	}
	.top-btns a {
		height: auto;
		background: #ae2b30;
		margin-right: 1.5vw;
		border-radius: 8px;
		padding: 0px 10px;
		line-height: 1;
		font-size: 1.2vw;
		font-weight: 700;
		text-decoration: none !important;
		color:#fff;
		box-shadow: inset -3px 4px 0 0px rgba(80, 80, 80, 0.08);
		transition: .3s;
		cursor: pointer;
		display: inline-block;
	}
	.top-btns a:first-child {
		background: transparent;
		padding: 0;
		color: #222;
		box-shadow: none;
		margin-right: 0vw;
	}
	.top-btns a span {
	border-left: 1px solid rgba(255,255,255,0.3);
	box-shadow: -1px 0 0 0 rgba(0,0,0,0.3);
	padding: 6px 0px 8px 10px;
	display: inline-block;
	}
	.top-btns a i {
		font-size: 1.2vw;
		margin-right: 0.4vw;
	}
	.top-btns a:first-child i {
		transform: rotate(-28deg);
	}
	.top-btns a:last-child i {
		font-size: 0.9vw;
		margin-right: 10px;
	}
	.top-btns a:last-child:hover {
		background: #6f7173;
	}
}
@media screen and (max-width: 990px) {
	.top-btns a:last-child  {
		display: none;
	}	
	.sub-nav {
		margin-right: 30px;
		margin-left: 0 !important;
	}
}


@media screen and (max-width: 990px) {
	.page-title.gradient-bg {
		background: #ae2b30;
	}
	.page-title h1 {
		color: #fff;
	}
}

/* general */
.vc_icon_element-icon.fab {
	font-family: "Font Awesome 5 Brands" !important;
}
.vc_icon_element-icon.fas {
	font-family: "Font Awesome 5 Free" !important;
}
@media screen and (max-width: 990px) {
	h2 {
		font-size: 10vw;
		line-height: 1;
		margin-bottom: 5px;
	}
	h3 {
		font-size: 7vw;
		line-height: 1;
		margin-bottom: 5px;
	}	
}

/* footer */
.footer .widget-title {
    margin-bottom: 15px;
    clear: both;
    font-size: 22px;
    border-bottom: 2px #ae2b30 dotted;
    padding-bottom: 10px;
    font-weight: bold;
}
.footer .footer-con {
	color: #fff;
}
.footer .footer-con strong {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 1px solid #404040;
}
.footer .footer-con strong a {
    font-size: 26px;
	display: block;
	color: #d2232a;
}
.footer .footer-con strong i {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 6px;
}
.footer .footer-con strong + span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.footer .wf-container-footer .menu-item a {
	text-decoration: none !important;
}
.footer .wf-container-footer .menu-item a::before {
    content: "\f004";
    font-family: 'font awesome 5 free' !important;
    margin-left: 10px;
}
.footer .wf-container-footer .current-menu-item a::before {
	font-weight: 900;
}
.footer .mini-post-img {
    filter: drop-shadow( 0px 2px 0 #d2232a) drop-shadow( 0px -2px 0 #fff);
}
.footer .mini-post-img i,
.footer .mini-post-img img {
	clip-path: url(#heart-shape);
}
#bottom-bar .wf-container-bottom {
    justify-content: space-between !important;
}
#bottom-bar .wf-container-bottom > div {
    flex: auto;
}
@media screen and (min-width: 990px) {
	#bottom-bar .mini-nav:not(.select-type-menu) > ul > li:not(:first-child) {
		margin: 0 16px 0 0 !important;
	}
}

/* sidebar */
.sidebar .widget {
	padding: 0 15px 15px !important;
}
.sidebar .textwidget {
	margin: 0;
}
.sidebar .widget-title {
    background: #ae2b30;
	color: #fff !important;
    margin: 0 -15px 15px !important;
    padding: 5px 0 5px 0;
    font-size: 20px;
    text-align: center;
}
.sidebar .banner {
    padding: 0 !important;
	background-size: cover !important;
	border: none !important;
}
.sidebar .banner > a {
    display: flex;
    height: 100%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
.sidebar .banner > a > div {
	margin: 0;
}

/* serach widget */
.sidebar .widget.widget_search {
	padding: 0 !important;
}
.sidebar .widget_search .widget-title {
	margin: 0 !important;
}
.sidebar .widget_search .searchform {
    margin: 0 !important;
}
.sidebar .widget_search #the7-search {
    border: none !important;
    padding: 0 15px 0 40px;
}
.sidebar .widget_search .submit {
    right: auto !important;
    left: 12px;
    color: #444 !important;
}
/* blog banner */
.sidebar .blog-banner {
    height: 350px;
    box-sizing: border-box;
}
.sidebar .blog-banner > a > div {
    display: flex;
    align-items: flex-end;
}
.banner-text {
    padding: 95px 15px 15px 15px;
    background: linear-gradient(to top, #515151,transparent);
	text-align: center;
}
.banner-text h4 {
    font-size: 23px;
    line-height: 1.2;
	color: #fff;
	text-shadow: 0 2px 0 #222;
}
.banner-text button {
    color: #fff !important;
	background-color:#d2232a !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    width: auto;
    padding: 4px 15px !important;
    font-size: 18px;
    border: none;
	box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
}
.banner-text button:hover {
	background-color:#ae2b30 !important;
}
.blog-banner img {
    position: absolute;
    z-index: 222;
    width: 50px;
    height: 50px;
    right: 15px;
    margin: auto;
    top: 10px;
}
.blog-banner:hover img  {
	animation: beat 0.5s infinite alternate;
	transform-origin: center;
}
/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.1); }
}

/* related */
.related-posts-item {
	position: relative;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.related-posts-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.related-posts-item > a {
    font-size: 17px;	
	line-height: 1.2;
	display: block;
}
.sidebar .related-posts-item:hover  > a {
    color: #ae2b30 !important;
}
.related-post-pop {
    position: absolute;
	top: -200px;
    right: -285px;
    z-index: 999;
    background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: .7s;
	box-sizing: border-box;
	width: 250px;
}
.related-post-text {
	padding: 0 15px;
}
.related-post-text b {
    font-size: 18px;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}
.related-post-pop p {
    overflow: hidden;
	display: block;
	line-height: 1.4;
}
.related-post-pop img {
    height: 130px;
    object-fit: cover;
}
.related-post-pop::before {
    content: "";
    width: 37px;
    background: transparent;
    height: 100%;
    display: block;
    position: absolute;
    left: -37px;
}
.related-post-pop::after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    left: -19px;
    top: 200px;
}
.related-posts-item:hover .related-post-pop {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	transition: .3s;
}
.related-posts-item a:hover {
	color: #333 !important;
}
.related-posts-item a:hover b {
	color: #ae2b30 !important;
} 

@media screen and (max-width: 990px) {
	#sidebar {
		margin-top: 40px;
	}
	.related-posts-item .related-post-pop {
		display: none !important;
	}
}

/* my page title */
.my-cat-page #main {
	padding-top: 0;
	padding-bottom: 50px;
}
.mpt-container {
    width: 100vw;
    margin-right: calc((-100vw + 1300px)/2);
    position: relative;
    margin-bottom: 75px;
	background-size: 100% 100%, 60% auto !important;
	background-position: center, left center !important;
	background-repeat: no-repeat !important;
	background-color:#ececec !important;
	background-blend-mode: luminosity !important;
	border-bottom: 3px solid #fff;
}
.mpt-container.with-cta {
	margin-bottom: 0;
	border-bottom: none;
}
.mpt-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom left, #e4aeb0, #efefef);
    z-index: 0;
    opacity: .25;
}

.my-page-title {
    height: 250px;
    position: relative;
    display: flex;
    width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
	z-index: 2;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.mpt-container .mpt-pic {
    width: 330px;
    height: 280px;
    left: 0;
    top: calc(15px + 1vw);
    position: absolute;
    filter: drop-shadow(-0.5vw 0px 0 #d2232a) drop-shadow(4px 2px 0 #d2232a) drop-shadow(0px 4px 0 #fff);
}
.mpt-pic .clipped {
	width: 100%;
	height: 100%;
    background-size: cover;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
	position: relative;
	z-index: 2;
}
.mpt-pic svg:last-child {
    position: absolute;
    top: -0.9vw;
    width: calc(100% + 0.4vw);
    left: -0.1vw;
    z-index: 0;
}
.mpt-text {
    width: 60%;
    padding-left: 25px;
    box-sizing: border-box;
}
.mpt-text {
    position: relative;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.mpt-h1, .mpt-p {
	position: relative;
	width: 100%;
	color: #222;
}
.mpt-h1 {
    font-size: 50px;
	color: #ae2b30;
    margin: 0 0 5px 0;
}
.mpt-p {
    font-size: 24px;
    box-sizing: border-box;
    line-height: 1.5;
	margin-bottom: 30px;
}
.mpt-p a {
	color: #d2232a;
}
.my-page-title .dt-breadcrumbs-shortcode {
    justify-content: flex-start;
	margin: 5px 0 8px 0;
}
.my-page-title .breadcrumbs * {
    font-size: 18px;
    color: #222 !important;
    font-weight: 400;
}
.my-page-title .breadcrumbs {
    padding: 0 !important;
}
.my-page-title .breadcrumbs li:first-child::before {
	display: none;
}

/* cta */
.my-cta {
	width: 100vw;
    margin-right: calc((-100vw + 1300px)/2);
    position: relative;
    margin-bottom: 40px;
	/*background: linear-gradient(to top, #af2b30, #d2232a) !important;*/
}
.my-cta::after {
    content: "";
    width: calc((100vw - 1300px)/2 + 170px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background: #fff;
}
.cta-container {
    height: 62px;
    position: relative;
    display: flex;
    width: 1300px;
    margin: 0 auto;
	z-index: 2;
	align-items: flex-end;
}
.cta-text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
	line-height: 1;
}
.my-cta a {
    color: #fff;
	text-decoration: none;
	line-height: 1;
	background: linear-gradient(to top,#af2b30,#d2232a) !important;
    width: 75%;
    height: 80%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    box-sizing: border-box;
	transition: .7s;
}
.my-cta a:hover {
    padding-right: 50px;
}
.cta-btn a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
	text-decoration: none;
	margin-right: 50px;
	border: 2px solid #fff;
    padding: 0 20px;
    border-radius: 50px;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
	.my-cta,
	.mpt-container {
		width: 100vw;
		margin-right: -15px;
		position: relative;
		margin-bottom: 100px;
		display: flex;
		flex-direction: column;
		background-size: 0, cover !important;
		background-position: top, center bottom !important;
		text-align: center;
	}
	.mpt-container::after {
		background: linear-gradient(to top, #e4aeb0,#ececec);
		opacity: 0.8;
	}
	.cta-container,
	.my-page-title {
		height: auto;
		padding: 20px 15px 10px;
		margin-bottom: 5px;
		width: 100%;
		box-sizing: border-box;
	}
	.mpt-container .mpt-pic {
		width: 200px;
		height: 175px;
		top: auto;
		margin: 0 auto;
		bottom: -85px;
		right: 0;
	}
	.mpt-pic svg:last-child {
		top: -12px;
		width: 208px;
		left: -2px;
	}
	.mpt-text {
		width: 100%;
		padding: 0;
	}
	.mpt-h1, .mpt-p {
		text-align: center;
	}
	.mpt-h1 {
		font-size: 10vw;
		margin-bottom: 5px;
	}
	.mpt-p {
		font-size: 5vw;
		line-height: 1.3;
		margin-bottom: 90px;
	}
	.my-page-title .dt-breadcrumbs-shortcode {
		display: none;
	}
	.my-cta {
		padding-top: 85px;
		background-size: cover !important;
		margin-bottom: 10px;
	}
	.my-cta::after {
		display: none;
	}
	.my-cta a {
		width: 100%;
		padding: 10px;
		border-radius: 10px;
	}
	.cta-text {
		font-size: 7.5vw;
	}
}


/* contact */
.contact-page .wpb_text_column h1 {
	color: #ae2b30;
}
.contact-page .wpb_text_column {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact-page .wpb_text_column a {
	text-decoration: none !important;
}
@media screen and (max-width: 990px) {
	.contact-page .wpcf7 {
		margin-bottom: 30px;
	}
}


/* siud page */
.siud-page .vc_row {
	padding: 30px 0;
}
.siud-page .first-row {
	padding: 0 0 30px 0;	
}
.adl .svg-file {
    text-align: center;
}
.adl .svg-file svg {
	width: 100px;
	animation: adl-beat 1s infinite alternate;
}
@keyframes adl-beat {
		from { transform: scale(0.8); }
		to { transform: scale(1.1); }
}
.adl .vc_col-sm-2 .vc_column-inner {
	padding-top: 0 !important;
}
.adl .vc_col-sm-2 .wpb_wrapper {
    background: #fff;
	border: 1px solid #ccc;
    padding: 10px;
}
.adl .vc_col-sm-2 p {
    font-weight: 700;
    background: #ae2b30;
	color: #fff;
    margin: 5px -10px -10px;
}
.form-row {
	text-align: center;
}
.form-row .upb_row_bg {
	filter: brightness(60%);
}
.form-row .upb_bg_overlay {
    background-color: rgb(174, 43, 48) !important;
    mix-blend-mode: color;
	filter: brightness(60%);
}
.form-row .wpcf7 {
	margin-bottom: 35px;
}
.form-row h3 {
    font-size: 35px;
    color: #fff;
	text-shadow: 0px 2px 0px #222, 0px 0px 3px #222;
}
.form-row p {
	font-weight: 700;
    font-size: 25px;
    color: #fff;
	text-shadow: 0px 2px 0px #222, 0px 0px 3px #222;
}
@media screen and (max-width: 990px) {
	.siud-page .vc_row {
		padding:0;
	}
	.adl .vc_col-sm-2 {
		width: 50%;
	}
	.adl .vc_col-sm-2 .vc_column-inner {
		padding: 0 7.5px;
		margin-bottom: 15px;
	}
	.adl .vc_col-sm-12:not(:last-child) .wpb_text_column,
	.reject .wpb_text_column {
		margin-bottom: 15px;
	}
	.reject .vc_col-sm-4 .vc_column-inner {
		padding-top: 0 !important;
	}
}

/* grid */
.combar-blog-grid {
    display: flex;
    flex-wrap: wrap;
}
.blog-grid-item {
    width: calc(25% - 24.5px);
	margin-left: 30px;
    margin-bottom: 30px;
	background: #fff;
	position: relative;
	border: 1px solid #ccc;
}
.blog-grid-item:nth-child(4n) {
    margin-left: 0;
}
.blog-grid-img {
    height: 200px;
    overflow: hidden;
	position: relative;
}
.blog-grid-img img {
    height: 200px;
    object-fit: cover;
	transition: 2s;
}
.blog-grid-content {
    padding: 20px 30px;
    box-sizing: border-box;
}
.blog-grid-content a {
		text-decoration: none;
}
.blog-grid-content h4 {
    line-height: 1.2;
    font-size: 21px;
    height: 55px;
	margin-bottom: 0px;
	transition: .2s;
}
.blog-grid-read-more:hover,
.blog-grid-content a:hover h4 {
    color: #ae2b30;
}
.blog-grid-item:hover img {
	transform: scale(1.2);
}
.blog-grid-excerpt {
    display: block;
    height: 100px;
	text-align: justify;
}
.blog-grid-read-more {
    display: block;
	color:#222;
    margin: 10px 0 0;
    transition: .5s;
    line-height: 1;
    padding: 0;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
}
.combar-blog-grid .pagination {
    width: 100%;
    text-align: center;
	margin-top: 20px;
}
.combar-blog-grid  .pagination a, .combar-blog-grid  .pagination span {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 1.3;
    margin: 0 3px;
	color :#222;
}
.combar-blog-grid  .pagination span {
    background: #ae2b30;	
	color: #fff;
}
.combar-blog-grid .pagination .nav {
    font-weight: 500 !important;
}
.combar-blog-grid  .pagination a:hover {	
	color: #ae2b30;	
}
@media screen and (max-width: 780px) {
	.blog-grid-item {
		width: 100%;
		margin-left: 0;
	}	
	.blog-grid-img,
	.blog-grid-img img {
		height: 50vw;
	}
	.blog-grid-excerpt,
	.blog-grid-content h4 {
		height: auto;
	}
	.combar-blog-grid .pagination {
		display: flex;
		margin-top: 20px;
		justify-content: center;
	}
	.combar-blog-grid .pagination a, .combar-blog-grid .pagination span {
		width: 25px;
		height: 25px;
		font-size: 17px;
	}	
	.combar-blog-grid  .pagination a:first-child, .combar-blog-grid  .pagination span:first-child {
		margin-right: 0;
	}	
	.combar-blog-grid  .pagination a:last-child, .combar-blog-grid  .pagination span:last-child {
		margin-left: 0;
	}
}


/* faq */
.gray-bg #main {
	background-color: #ececec;
}
.faq-page .just-container {
    border: 1px solid #ccc;
	margin-bottom: 40px;
}
.faq-page .just-container:last-child {
    margin-bottom: 0;
}
.faq-page .vc_custom_heading {
    background: #6f7173;
	color: #fff;
    line-height: 1;
    padding: 5px 15px;
    margin: 0;
}
.faq-page .wpb_text_column {
    margin: 0;
    background: #fff;
    padding: 10px 15px;
}
.faq-page .vc_custom_heading::before {
    content: "\f059";
    font-family: 'font awesome 5 free';
    font-weight: 500;
    margin-left: 10px;
    font-size: 20px;
}
@media screen and (max-width: 780px) {
	.faq-page .vc_custom_heading {
		display: flex;
		align-items: center;
	}
	.faq-page .just-container {
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
}

/* def page */
.def-page .vc_column-inner > .wpb_wrapper {
	padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.def-page .just-container {
    width: calc(33.33% - 26.7px);
    background: #fff;
	border: 1px solid #ccc;
    position: relative;
    box-sizing: border-box;
    margin-left: 40px;
    margin-bottom: 60px;
}
.def-page .just-container:nth-child(3n) { 
	margin-left: 0;
}
.def-page .just-container:last-child {
    margin-bottom: 0px;	
}
.def-page .just-container .vc_icon_element {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left !important;
    padding-left: 20px;
}
.def-page .vc_icon_element-inner {
    border: 1px solid #ccc !important;
    background: url(https://www.siud4u.co.il/wp-content/themes/dt-the7-child/svg/heart-shape.svg);
    filter: drop-shadow(0 2px 0 #ccc);
    border: none !important;
    background-size: cover !important;
    border-radius: 0 !important;
	background-color: transparent !important;
}
.def-page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 70px !important;
    height: 60px !important;
}
.def-page .vc_icon_element-icon {
    margin-top: 2px;
}
.def-page  .wpb_text_column {
    margin: 0;
    padding: 30px 15px 20px;
}
.def-page  .wpb_text_column h3 {
    font-size: 23px;
    margin-bottom: 5px;
	line-height: 1;
}
@media screen and (max-width: 780px) {
	.def-page .just-container {
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}	
}

/* press */
.press-page .just-container {
    display: flex;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
	flex-wrap: wrap;
}
.press-page .just-container:last-child {
    margin-bottom: 0px;	
}
.press-page .just-container .wpb_content_element {
	margin-bottom: 0;
}
.press-page .wpb_single_image {
    width: 150px;	
	margin-left: 30px;
}
.press-page .wpb_text_column {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
}
.press-page .wpb_text_column p:last-child {
    font-size: 17px;
    color: gray;
}
.press-page .wpb_text_column a {
    display: block;
    margin-bottom: 8px;
}
@media screen and (max-width: 780px) {
	.press-page .just-container {
		margin-bottom: 20px;
	}
	.press-page .wpb_single_image {
		width: 100%;	
		margin-left: 0;
		margin-bottom: 15px !important;
		text-align: center !important;
	}	
	.press-page .wpb_text_column {
		width: 100%;
	}	
}

/* blog article */
.siud-blog-post #main {
	background: #ececec;
}
.siud-blog-post #content {
    background: #fff;
    padding: 0px 25px 20px 25px;
	border: 1px solid #ccc;
}
.siud-blog-post .dt-breadcrumbs-shortcode {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 100%;
    justify-content: flex-start;
}
.siud-blog-post .breadcrumbs li:first-child::before {
	display: none;
}
.article-meta {
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	display: flex;
	color: #6f7173;
	font-size: 15px;
	padding: 7px 0;
	justify-content: space-between;
}
.blog-meta {
	display: flex;	
}
.blog-meta > span {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.blog-meta i {
    margin-left: 3px;
    text-align: center;
    line-height: 1.7;
    margin-left: 11px;
}
.blog-meta b {
    display: block;
	margin-left: 5px;
}

.blog-img {
	margin: 0 -25px;
}
.blog-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
	margin-bottom: 25px;
}
.blog-title {
    line-height: 1;
}
.blog-subtitle {
    font-size: 22px;
    line-height: 1.4;
}
.article-meta .at-icon-wrapper {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 990px) {
	.siud-blog-post .dt-breadcrumbs-shortcode {
		display: none;
	}	
	.siud-blog-post #content {
		padding: 0px 15px 10px 15px;
	}
	.blog-img {
		margin: 0 -15px;
	}
	.blog-img img {
		height: 50vw;	
		margin-bottom: 15px;
	}
	.blog-title {
		font-size: 8vw;
		line-height: 1.1;
		margin-bottom: 5px;
	}	
	.blog-subtitle {
		font-size: 5.5vw;
		margin-bottom: 15px;
	}
	.article-meta {
		flex-wrap: wrap;
		font-size: 3.8vw;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.blog-meta {
		margin-bottom: 10px;
		width: 100%;
		justify-content: space-between;
	}
	.blog-meta > span {
		display: block;
		margin-left: 0;
		line-height: 1.4;
		text-align: center;
	}
	.blog-meta > span b {
		display: none;
	}
	.blog-meta .date {
		padding: 0 3vw;
		border: solid #e6e6e6;
		border-width: 0 1px;
	}
	.blog-share {
		width: 100%;
	}
	.blog-meta i {
		display: none;
	}
	.at-share-btn-elements {
		text-align: center;
	}
}
/* טופס נינג'ה */
#ninja-form {
    display: none;
    position: absolute;
    top: calc(100% + 70px);
    width: 250px;
    background: #f0f0f0;
    padding: 0px 15px 20px 15px;
   filter: drop-shadow(0px 0 8px rgba(0,0,0,0.5));
    border-radius: 5px;
    left: 0;
}
.sticky-on #ninja-form {
    top: calc(100% + 60px);
}
#closenf {
    position: absolute;
    z-index: 999;
    font-size: 18px;
    transform: scale(1.4, 1);
    font-weight: 500;
    color: #555 !important;
    top: 7px;
    right: 10px;
	cursor: pointer;
	width: 12px;
	height: 18px;
}
#closenf:hover {
	color: red !important;
}
.sprt-avtr {
    margin-top: -20px;
	margin-bottom: 5px;
}
.sprt-avtr img {
    display: block;
    border: 7px solid #f0f0f0;
	border-radius: 50%;
	width: 100px;
	margin: auto;
	background: #ae2b30;
}
.nf-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}
.nf-text h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 7px;
}
.nf-text h4,
.nf-text p {
	color: #222 !important;
}


/* thank you */
.thank-you .wpb_text_column {
    text-align: center;
}
.thank-you .wpb_text_column .wpb_wrapper {
    background: #fff;
	display: inline-block;
	padding: 25px 70px;
	border: 1px solid #ccc;
}


/*
 * forms
 *
 */
 
.ajax-loader,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none !important;
}
.siud-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.siud-form > div {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.siud-form > div.vc_col-sm-4 {
	width: calc(25% - 11.25px);
}
.siud-form > div:last-child {
	margin-bottom: 0;
}
.siud-form  .wpcf7-form-control {
    border: none !important;
	color: #222 !important;
	margin: 0 !important;
	font-size: 19px !important;
	font-weight: 500 !important;
	width: 100%;
	border-radius: 10px !important;
	box-sizing: border-box;
	min-width: unset;
	background: #fff;
}
.siud-form input.wpcf7-form-control {
	height: 45px;
}
.siud-form textarea.wpcf7-form-control {
	height: 100px;
	padding: 10px 15px;
}
.siud-form .wpcf7-form-control::placeholder {
	color: #444;
	opacity: 1 !important;
}
.siud-form .wpcf7-form-control:focus {
	border-color: #ae2b30 !important;
	color: #ae2b30 !important;
}
.siud-form .wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
	background-color: #ae2b30 !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    width: auto;
	padding: 0 15px !important;
	transition: .5s;
}
.siud-form .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #d2232a !important;
}
.siud-form .wpcf7-form-control.wpcf7-not-valid {
	border-color: #000 !important;
}

/* ninja form */
.siud-form.ninja-form input.wpcf7-form-control {
    height: 37px;
}
/* contact form */
.siud-form.con-form {
    max-width: 500px;
}
.siud-form.con-form > div label  {
	display: flex;
}
.siud-form.con-form > div label span {
    width: 100%;
}
.siud-form.con-form > div label i {
    background: #a5a7aa;
	width: 50px;
	border-radius: 0 10px 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: inset 0px 4px 0 0px rgba(80, 80, 80, 0.2);
	margin-left: 0px;	
	position: relative;
}
.siud-form.con-form > div label i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 222;
    bottom: 0;
    top: 0;
    margin: auto;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #a5a7aa transparent transparent;
	transition: left .3s, border-color 0s;
}
.siud-form.con-form > div label.focus i {
    background: #ae2b30;
}
.siud-form.con-form > div label.focus i::after {
	left: -12px;
    border-color: transparent #ae2b30 transparent transparent;
}
.siud-form.con-form  .wpcf7-form-control:not(.wpcf7-submit) {
	border-radius: 10px 0 0 10px !important;
	box-shadow: inset 0px 4px 0 0px rgba(80, 80, 80, 0.05);
	background: #eee;
}
.siud-form.con-form  .wpcf7-form-control.wpcf7-submit {
	box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
}
/* footer */
.siud-form.con-form.footer-form input.wpcf7-form-control {
    height: 40px;
}
.siud-form.con-form.footer-form > div label i {
    background: #ae2b30;	
}
.siud-form.con-form.footer-form > div label i::after  {
	border-color: transparent #ae2b30 transparent transparent;	
}
.siud-form.con-form.footer-form .wpcf7-form-control.wpcf7-submit  {
	width: 100%;
	height: 40px;
}

/* sidebar */
.siud-form.con-form.footer-form.sidebar-form > div label i ,
.siud-form.con-form.footer-form.sidebar-form  .wpcf7-form-control {
    border-radius: 0 !important;
}
/* horizontal */
.siud-form.hor-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.siud-form.hor-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #ae2b30 !important;
    box-shadow: inset 0px 4px 0 0px rgba(255, 255, 255, 0.15);
}
.siud-form.hor-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #1e0800 !important;	
}
@media screen and (max-width: 780px) {
	.siud-form {
		display: inline-block;
	}
	.siud-form > div {
		width: 100% !important;
	}
}

/* zachaut form */
.quest-text {
	text-align: center;
}
.quest-text p {
	font-size: 25px;
	line-height: 1.4;
}
.zac-form {
    background: #fff;
	padding: 25px;
	border: 1px solid #ccc;
}
.zac-form .siud-form.con-form input.wpcf7-form-control {
	border-radius: 10px !important;
}
.siud-form.con-form.end {
    margin: 30px auto 0;
}

/* progressbar */
.trx_mscf_progressbar {
    margin-bottom: 40px !important;
	margin-right: 0 !important;
}
.trx_mscf_progressbar {
    display: flex;
    justify-content: center;
}
.trx_mscf_bullets {
    font-size: 20px !important;
    width: 100px !important;
}
.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets::before {
	width: 30px !important;
	height: 30px !important;
	box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
}
.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets::after {
	left: auto;
	right: calc(-50% + 14px);
	top: 14px;
}
.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active::before,
.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active::after {
    background: #ae2b30;	
}
.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active {
    color: #ae2b30;
}

/* questions */
.trx_mscf_step p:empty,
.trx_mscf_step br {
	display: none;
}
.trx_mscf_step:last-of-type br,
.trx_mscf_step:first-of-type br {
	display: block;
}
.trx_mscf_step {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.trx_mscf_step img {
    width: 70px;
	margin-bottom: 5px;
}
.trx_mscf_step h3 {
    font-size: 36px;
    color: #ae2b30;
	margin-bottom: 15px;
}
.trx_mscf_step h4 {
    margin-bottom: 20px;
}
.trx_mscf_step p {
	margin-bottom: 0px;
}
.trx_mscf_step b {
	display: block;
	line-height: 1.3;
}
.question div {
    display: flex;
    justify-content: center;
}
.form-btns {
    margin-top: 30px;
	display: flex;
	justify-content: center;
}
.trx_mscf_prev,
.trx_mscf_next {
    color: #fff;
	background-color:#ae2b30;
	font-weight: 700;
	border-radius: 10px;
	width: auto;
	padding: 0 15px;
	border: none;
	font-size: 20px;
	box-shadow: inset 0px 4px 0 0px rgba(0, 0, 0, 0.1);
    height: 45px;
	margin:0 7.5px;
	transition: .5s;
}
.trx_mscf_prev:hover,
.trx_mscf_next:hover {
	background-color: #d2232a;
}
.form-btns.disabled .trx_mscf_next {
	pointer-events: none;
	background-color: gray !important;	
	opacity: .5;
}


/* inputs */
.zac-form .question span {
	width: 160px;
    height: 160px;
	margin: 0 7.5px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
	position: relative;
	background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: top 15px center;
	filter: grayscale(90%);
	overflow: hidden;
	font-size: 24px;
	background-color: #fff;
	transition: .25s;
}
.zac-form .question .wpcf7-form-control-wrap {
    visibility: hidden;
    position: absolute !important;
    width: 0px !important;
    height: 0px !important;
    top: 0;
    right: 0;
    z-index: 0;
}
.zac-form .question .no {background-image: url(./svg/no.svg);}
.zac-form .question .yes { background-image:url(./svg/yes.svg);}

.zac-form .question span:hover {
	filter: grayscale(40%);
}
.zac-form .question span.checked {
	border-color: #d2232a;
	color: #d2232a;
	filter: grayscale(0%) !important;
	box-shadow: inset 0 0 10px -4px #333;
}
.zac-form .question span.yes.checked {
	border-color: #8dc640;
	color: #8dc640;	
}

@media screen and (min-width: 780px) {
	.sm-3 {
		min-width: 30%;
		max-width: 70%;
		float: right;
	}
	h2 + .wsp-posts-list {
		display: flex;
		justify-content: space-between;
	}
	h2 + .wsp-posts-list > li {
		width: 45%;
	}
}
@media screen and (max-width: 780px) {
	.zac-form {
		padding: 15px;
	}
	.trx_mscf_progressbar {
		margin-bottom: 15px !important;
		margin-right: 0 !important;
	}
	.trx_mscf_bullets {
		font-size: 0 !important;
		width: 10% !important;
		line-height: 1;
	}
	.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets::after {
		right: calc(-50% + 7px);
		top: 7px;
	}
	.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets::before {
		width: 15px !important;
		height: 15px !important;
	}
	.trx_mscf_step h3 {
		font-size: 7vw;
	}
	.trx_mscf_step h4 {
		margin-bottom: 10px;
		font-size: 5.5vw;
		line-height: 1.3;
	}
	.trx_mscf_step b {
		font-size: 5vw;
	}
	.zac-form .question span {
		height: 140px;
		background-size: 80px;
		background-position: top 10px center !important;
	}
	.form-btns {
		margin-top: 15px;
	}
	.wpcf7 .trx_mscf_next, .wpcf7 .trx_mscf_prev {
		font-size: 4.5vw;
		padding: 0 7.5px;
		height: 9vw;
	}
	.combar {
		justify-content: center;
	}
	.combar-mob-but.but1 {
    background: linear-gradient(to top, #ae2b30, #d2232a);
	font-weight: 700;
	}
}