/*
    Theme Name: OritZucker2
    Theme URI:
    Description: Web / WordPress theme /Bootstrap4
    Author: EkDesign
    Author URI: 
    Version: 1.2
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */

body {
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	background: #fff;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color: #181818;
	overflow-x: hidden;
}

a {
	color: #181818;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #181818;
}

a:focus {
	outline: none;
}

input,
textarea {
	box-sizing: border-box;
	border: none;
	width: 100%;
	padding: 10px 5px;
	border-radius: 10px;
	background: #fff;
	font-family: 'Assistant', sans-serif;
}

input[type='submit'],
input[type='button'] {
	display: inline-block;
	cursor: pointer;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 30px;
	width: 100% !important;
	font-size: 28px;
	font-weight: 500;
	background: rgb(135, 89, 180);
	background: linear-gradient(0deg,
			rgba(135, 89, 180, 1) 0%,
			rgba(154, 102, 202, 1) 45%,
			rgba(177, 120, 232, 1) 60%);
}

input[type='submit']:hover,
input[type='button']:hover {}

::-webkit-input-placeholder {
	color: #181818;
	font-size: 16px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #181818;
	font-size: 16px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #181818;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: #181818;
	font-size: 16px;
}

.rtl .fa-phone {
	-moz-transform: rotate(250deg);
	-webkit-transform: rotate(250deg);
	-o-transform: rotate(250deg);
	-ms-transform: rotate(250deg);
	transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position: relative;
	max-width: 1540px;
}

#main {
	padding: 40px 0;
}

.section {
	padding: 50px 0;
}

.padding {
	width: 70%;
	margin: auto;
}

#content {}

#sidebar {}

/* =HEADER
-------------------------------------------------------------- */

.logo {
	text-align: left;
	margin: 3px 0 20px 0;
}

#toprow {
	position: relative;
	background: url(images/site-top-bg.png) repeat top center;
}

.toptel {
	display: inline-block;
	text-align: right;
	font-size: 25px;
	color: #5cc0e1;
	font-weight: 600;
	font-size: 26px;
	border: 1px solid #9466cc;
	border-radius: 40px;
	padding: 7px 20px;
}

.toptel span {
	margin-left: 5px;
}

.toptel a {
	color: #9466c0;
}

.toptel img {
	margin-right: 5px;
	vertical-align: middle;
}

.social-icons a {
	display: inline-block;
	margin-left: 5px;
}

#toprow .social-icons {
	display: inline-block;
}

#topimage {
	position: relative;
	height: 405px;
}

#topimage .holder {
	position: relative;
}

#topimage .top-row {
	height: 100%;
}

#topimage .right-side {
	height: 100%;
	background: #5cc0e1;
	border-left: 1px solid #fff;
	position: relative;
}

#topimage .homeimage-mask {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	bottom: 0;
}

#topimage .homeimage-mask img {
	display: block;
}

#top-title {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	margin-right: 20%;
}

#top-title .the-title {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
}

/*-------------------------------------------------------------- */
#menurow,
#menurow2 {
	position: relative;
	z-index: 100;
	display: block;
	background: url(images/topmenu-bg.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}

.menu-area {}

.menu-primary-container {
	position: relative;
	z-index: 10;
	padding: 0;
}

.menu-primary {}

.menu-primary li {
	display: inline-block;
	float: none;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.menu-primary ul {
	min-width: 250px;
}

/* First Level - Menu Primary */

.menu-primary li a {
	font-size: 22px;
	display: block;
	color: #fefefe;
	padding: 8px 25px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.menu-primary li a:hover,
.menu-primary li a:active,
.menu-primary li a:focus,
.menu-primary li:hover>a,
.menu-primary li.current-cat>a,
.menu-primary li.current_page_item>a,
.menu-primary li.current-menu-item>a {
	color: #FFF;
}

.menu-primary li a:after {}

.menu-primary li a:hover:after,
.menu-primary li a:active:after,
.menu-primary li a:focus:after,
.menu-primary li.current-cat a:after,
.menu-primary li.current_page_item a:after,
.menu-primary li.current-menu-item a:after {}

/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width: 250px;
	text-align: right;
	z-index: 99999999;
	margin: 0;
}

.menu-primary li li {
	padding: 0;
	display: block;
}

.menu-primary li li a {
	background: #0e0e0f;
	padding: 12px 10px;
	line-height: 1;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.menu-primary li li a:hover,
.menu-primary li li a:active,
.menu-primary li li a:focus,
.menu-primary li li:hover>a,
.menu-primary li li.current-cat>a,
.menu-primary li li.current_page_item>a,
.menu-primary li li.current-menu-item>a {
	color: #fff;
}

.menu-primary li li a:after {
	display: none;
}

.sf-sub-indicator {
	display: none;
}

/********************home******************/
#mainslider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#site-title {
	padding: 10px 0;
	font-size: 19px;
	font-weight: bold;
	background: #f8f8f7;
}

.andimg {
	display: inline-block;
	padding: 0 20px;
	margin: 0 20px;
	border-left: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
}

#contact-bage {
	display: inline-block;
	position: fixed;
	left: 0;
	top: 290px;
	z-index: 20;
}

#boxes-section {}

#boxes-section h3 {
	color: #6c4293;
	text-align: center;
	font-size: 40px;
}

.box-item {
	display: block;
	text-align: center;
	color: #fff;
}

.box-item .box-icon img {
	border-radius: 10px;
}

.box-item .box-icon {
	position: relative;
}

.box-item .box-icon .badge {
	position: absolute;
	bottom: -38px;
	z-index: 3;
	display: block;
	left: 15px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.box-title {
	margin: 10px 0;
}

.box-title a {
	display: block;
	color: #797080;
	font-size: 26px;
	font-weight: 600;
	text-align: right;
}

.box-title a:hover {
	color: #797080;
}

.box-txt {
	font-size: 16px;
}

#homecontent {
	position: relative;
	z-index: 10;
}

#homescroll {
	background: #f5f2f4;
}

.hc-holder {
	padding: 40px 0;
}

#portfolio-scroll {}

.port-item.slick-slide {}

.port-img {
	position: relative;
}

.cover {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 10;
}

.screenholder {
	position: absolute;
	top: 5px;
	right: 7px;
	width: calc(100% - 10px);
	overflow: hidden;
	z-index: 0;
}

.screenshot {
	border-radius: 20px;
}

.port-title {
	width: 70%;
	padding-right: 10%;
}

#homecontent .entry {
	font-size: 20px;
}

.home-box {
	padding: 15px;
	border-right: #dbe4e5 1px solid;
}

#homecontent .one-third:first-child .home-box {
	border-right: none;
	padding-right: 0;
}

#homecontent .one-third:last-child .home-box {
	padding-left: 0;
}

/*********GENERAL*******/

.no-img {
	display: block;
	background: #fff;
}

.no-img img {}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-video .page-content .videoWrapper {
	margin-bottom: 30px;
}

.two-cols {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.entry {
	line-height: 1.4;
}

.entry h1,
.entry h2 {
	font-size: 28px;
	color: #938144;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry h3 {
	font-size: 26px;
	color: #635b4b;
	font-weight: 400;
	margin-bottom: 10px;
}

.entry h4 {
	font-size: 26px;
	color: #b8a257;
	text-decoration: underline;
}

.entry h5 {
	font-size: 22px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

.entry h6 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

hr {
	border: none;
	border-bottom: #e9e9ea 1px solid;
}

.entry ul {
	margin-right: 50px;
}

.entry ul li {
	list-style: square;
}

.entry ol li {
	list-style: decimal;
}

.entry a {
	color: #796f5a;
}

.entry a:hover {
	text-decoration: underline;
}

.entry img.alignleft {
	padding-right: 10px;
	padding-bottom: 10px;
}

.entry {
	font-size: 18px;
}

.one-half {
	width: 50%;
	float: right;
}

.one-third {
	width: 33.33%;
	float: right;
}

.one-fourth {
	width: 25%;
	float: right;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

.entry img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}

.entry img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}

.title {
	font-size: 40px;
	color: #231f20;
	font-weight: 500;
	margin-bottom: 22px;
}

.page-title {
	font-size: 40px;
	font-weight: 600;
	color: #6c4293;
}

#breadcrumbs {
	font-size: 15px;
	padding: 15px 0;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

#breadcrumbs a {
	color: #fff;
	font-weight: 500;
}

.toptitle {
	display: inline-block;
	padding: 10px 20px;
	background: #467bb8;
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	border-radius: 8px 0 0 0;
}

#share {
	margin-top: 30px;
	border-top: #e9e9ea 1px solid;
	padding: 24px 0;
	font-size: 22px;
	font-weight: 500;
	color: #9466c0;
}

#share .gold {
	color: #796f5a;
}

#share .addtoany_shortcode {
	display: inline-block;
	float: left;
}

.article {
	display: block;
	margin-bottom: 30px;
}

#home-articles .article {
	margin-bottom: 0;
}

.article .inner {
	padding: 15px;
	color: #797080;
}

.post-title {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #797080;
}

.post-title a {
	color: #797080;
}

.post-title a:hover {
	color: #a59251;
}

.post-subtitle {
	font-size: 17px;
	color: #0087a4;
	margin-bottom: 7px;
}

.post-subtitle a {
	color: #0087a4;
}

.post-subtitle a:hover {
	color: #006c8c;
}

.justify {
	text-align: justify;
}

.more {
	margin: 10px 0;
	font-size: 20px;
}

.more a {
	display: inline-block;
	color: #231f20;
	padding: 10px 25px;
	border: #231f20 1px solid;
}

.more a:hover {
	display: inline-block;
	color: #02758e;
}

.more a i {
	display: inline-block;
	margin-right: 5px;
}

.art-img {
	position: relative;
}

.art-img.no-img {
	background: #000;
}

.art-img img {
	width: 100%;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	max-height: 241px;
}

.post-meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #eeefe9 1px solid;
}

.post-meta label {
	color: #006c8c;
	margin-left: 5px;
}

.post-meta span {
	display: inline-block;
	margin-left: 15px;
	color: #000;
}

.meta-category {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	text-align: start;
}

.meta-category span {
	display: inline-block;
	background: #5aa7bf;
	padding: 5px 7px;
	font-size: 14px;
	color: #fff;
}

.service-item {
	text-align: center;
	margin-bottom: 30px;
	border: #e3e8e9 1px solid;
	padding: 20px;
}

.video-item {
	margin-bottom: 30px;
	border: #e3e8e9 1px solid;
}

.video-item .inner {
	padding: 20px 0 20px 20px;
}

.single-img.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.single-img.alignleft img {
	border-radius: 10px;
}

.single-img.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}

.page-404 {
	text-align: center;
	padding: 50px 0;
}

/*******pages**************/
.subtitle {
	font-size: 40px;
	margin-bottom: 10px;
	color: #b8a257;
	font-weight: 600;
}

.page-content {}

#related {
	padding-top: 30px;
	/* border-top: #e9e9ea 1px solid; */
	background: url(images/site-bottom-bg.png) no-repeat top center;
	padding-top: 5rem;
}

#related .subtitle {
	margin-bottom: 40px;
	color: #6c4293;
	text-align: center;
}

.related-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #e9e9ea 1px solid;
}

#related .related-item:last-child {
	border-bottom: none;
}

.rel-img {
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*****************files******************/

#file-container {
	border-top: #e5e5e5 1px solid;
	margin-top: 30px;
	padding-top: 30px;
}

.file-item {
	padding: 25px;
	background: #f8f5f7;
	margin-bottom: 20px;
}

.file-item a.pdf {
	display: block;
	text-align: center;
}

.file-item .pdf i {
	display: block;
	font-size: 70px;
}

.file-item .inner {
	border-right: #d8d5d5 1px solid;
	padding-right: 15px;
	border-left: #d8d5d5 1px solid;
	padding-left: 15px;
}

.pdfmore {
	display: inline-block;
	padding: 10px 15px;
	border: #231f20 1px solid;
}

/*************************SERVICES*************/

#serv-scroll {
	padding: 0 100px;
}

.services-page .box-item {
	margin-bottom: 30px;
}

#serv-scroll .box-item {
	padding: 0 10px;
}

#services-list {
	border-top: #e5e5e5 1px solid;
	margin-top: 30px;
	padding-top: 30px;
}

#services-list li {
	display: inline-block;
	margin-left: 10px;
}

#services-list li:after {
	content: ',';
	display: inline;
}

#services-list li:last-child:after {
	display: none;
}

#services-list li a {
	color: #796f5a;
	font-weight: 600;
	text-decoration: underline;
}

#services-list li a:hover {
	text-decoration: none;
	color: #231f20;
}

/*****************ARTICLES***************/
.blog-item {
	margin-bottom: 30px;
	border-bottom: #e5e5e5 1px solid;
	padding-bottom: 20px;
}

/*****************SEARCH****************/
#search-m .modal-body {
	padding: 50px 100px;
	background: #177995;
}

#search #s {
	display: block;
	width: 100%;
	outline: none;
	background: #dbe3e5;
	padding-left: 24px;
}

#search {
	position: relative;
	border-radius: 0px;
}

#search button {
	position: absolute;
	left: 4px;
	top: 4px;
	background: none;
	border: none;
	font-size: 30px;
	color: #66828a;
	cursor: pointer;
}

#search-m .close {
	background: none;
	color: rgba(255, 255, 255, 0.8);
	border: none;
	font-size: 30px;
}

/*****************CONTACT**************/
#contact-line {
	padding: 40px 0;
	background: #f2e6fe;
}

#contact-line .form-title {
	font-size: 27px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -1px;
}

#contact-line input {
	font-size: 20px;
	width: 100%;
}

#contact-line input[type='submit'] {
	padding: 0px 25px;
	line-height: 46px;
	font-size: 26px;
}

#contact-line ul.gform_fields {
	display: block;
	overflow: hidden;
	width: 100%;
}

#contact-line li.gfield {
	width: 24%;
	float: right;
	display: block;
	margin-left: 10px;
}

li.gform_hidden {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.gform_validation_container {
	display: none;
}

form[id*='gform_'] .validation_message,
form[id*='gform_'] .validation_error {
	color: #ff0000;
}

.gfield.three {
	width: 28%;
	float: right;
	padding-left: 10px;
}

#contact-line .gform_body {
	float: right;
	width: 84%;
}

#contact-line .gform_footer {
	width: 15%;
	float: right;
}

.gform_body label {
	display: none;
}

#side-contact {
	padding: 30px 20px;
	background: #af9b56;
}

#side-contact label {
	display: none;
}

#side-contact li {
	margin-bottom: 10px;
	font-size: 20px;
}

#side-contact input[type='submit'] {
	width: auto;
}

#side-contact .gform_footer {
	text-align: center;
}

.contact-info li {
	display: block;
	margin-bottom: 10px;
}

.contact-info li i {
	display: inline-block;
	margin-left: 5px;
	color: #9b68cd;
}

.address-line span {
	display: inline-block;
	max-width: 90%;
}

/**********************CONTACT-PAGE**************/

.acf-map {
	min-height: 590px;
}

.info-section {
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 30px;
}

.info-section i {
	font-size: 70px;
	float: right;
	color: #b6a057;
}

.info-section .info-line {
	width: calc(100% - 85px);
	float: left;
}

.info-line {
	font-size: 20px;
	font-weight: 600;
}

.info-line label {
	display: block;
	margin-bottom: 10px;
	color: #b6a057;
	font-weight: bold;
}

.branch .b-li {
	padding-bottom: 8px;
	line-height: 1.2;
}

#maincontact {
	background: #f2e6fe;
	margin-top: 40px;
}

#maincontact .mainform {
	width: 68%;
	margin: auto;
	font-size: 20px;
}

#maincontact .title {
	text-align: center;
	color: #6c4293;
	font-weight: bold;
}

#maincontact .title.split .chunk1 {
	font-size: 40px;
	font-weight: 600;
	display: block;
}

#maincontact .title.split .chunk2 {
	font-size: 22px;
	margin-top: -5px;
	display: block;
}

#maincontact .gfield.three {
	width: 33.33%;
	float: right;
	padding-left: 10px;
}

#maincontact li#field_3_4 {
	padding-left: 0px;
}

#maincontact .mainform li {
	margin-bottom: 12px;
	float: right;
	width: 32.3%;
	margin-left: 10px;
}

#maincontact .mainform li.textareafull {
	width: 99%;
	clear: both;
}

#maincontact .nf-field-container.three {
	width: 33.33%;
	float: right;
	clear: none;
	padding-left: 10px;
	margin-bottom: 7px;
}

#maincontact .gform_footer {
	text-align: center;
}

#maincontact input[type='submit'] {
	width: auto;
	padding: 5px;
	width: 222px !important;
	margin-top: 12px;
}

#maincontact textarea {
	height: 145px;
}

#maincontact ::-webkit-input-placeholder,
#maincontact ::-webkit-textarea-placeholder {
	color: #181818;
	font-size: 16px;
}

#maincontact :-moz-placeholder {
	/* Firefox 18- */
	color: #181818;
	font-size: 16px;
}

#maincontact ::-moz-placeholder {
	/* Firefox 19+ */
	color: #181818;
	font-size: 16px;
}

#maincontact :-ms-input-placeholder,
#maincontact :-ms-textarea-placeholder {
	color: #181818;
	font-size: 16px;
}

#maincontact .submit-container {
	text-align: center;
}

#maincontact input[type='button'] {
	background: #006c8c;
	color: #fff;
}

/***************lawyers**************/
.l-section {
	padding: 15px 0;
	border-bottom: #e5eaeb 1px solid;
}

.l-section:last-child {
	border: none;
}

.l-entry {
	border-bottom: #e5eaeb 1px solid;
}

.law-img {
	margin-top: -30px;
}

ul.contacts {
	background: #006c8c;
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
}

ul.contacts li a {
	display: block;
	padding: 15px 0;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
	color: #fff;
}

ul.contacts li i {
	display: inline-block;
	font-size: 25px;
	margin-left: 5px;
}

.page-top .position {
	font-size: 30px;
	color: #0087a4;
}

.law-loop {
	margin-bottom: 30px;
}

.law-loop .position {
	font-size: 20px;
	color: #796f5a;
	margin-right: 5px;
}

.lloop-img {
	margin-bottom: 10px;
}

.lloop-img .no-img {
	padding: 30px 15%;
}

#lawyers {
	margin-top: 30px;
}

/**********************SIDEBAR******************/

.side-title {
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.side-wdg {
	position: relative;
	margin-bottom: 30px;
}

.side-widget-title {
	font-size: 28px;
	color: #006c8c;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#video-widget {
	background: #006c8c;
	padding: 30px 30px;
	color: #fff;
}

#video-widget .side-widget-title {
	color: #fff;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
	margin-bottom: 20px;
}

.side-video {
	margin-bottom: 30px;
}

.side-video .vimg {
	width: 100%;
}

#side-links {
	background: #006c8c;
	padding: 30px;
}

#side-links .li a {
	display: block;
	padding: 15px 0;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
	color: #fefefe;
}

#side-links .li a:hover {
	color: #cce6ec;
}

#side-links .li i {
	display: inline-block;
	margin-right: 5px;
}

#side-links .side-widget-title {
	color: #fefefe;
}

/******************FOOTER*****************/

#footer {
	padding: 50px 0;
	color: #000;
	background: url(images/site-bottom-bg.png) top center repeat-x;
}

#footer a {
	color: #797080;
}

#footer a:hover {
	color: #333;
}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.foot-wdg .widget_nav_menu li a {
	padding: 10px 0;
	font-size: 18px;
}

.foot-widget-title {
	color: #9b68cd;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
	padding: 0 0 10px 0;
}

.logo-bottom {
	text-align: left;
}

#bottom {
	position: relative;
	color: #999999;
	font-size: 15px;
	padding: 15px 0;
	margin-top: 40px;
	background: #f2f7fa;
}

#bottom a {
	color: #999999;
}

.copyrights {
	text-align: right;
}

.credits {
	text-align: left;
}

#credits img {
	vertical-align: middle;
}

/*********ANIMATIONS**********/
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#homecenterimages {
	position: relative;
}

#homecenterimages .right-side {
	position: relative;
}

#homecenterimages .leftside {
	position: relative;
}

#homecenterimages .homeimage-mask {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	bottom: 0;
}

.button-home {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 88px;
	line-height: 88px;
	color: #fff;
	text-align: center;
	font-size: 46px;
	white-space: nowrap;
	border-radius: 40px;
}

.button-home.btn-blue {
	color: #fff;
	background-color: #6cc6e4e3;
}

.button-home.btn-violet {
	background-color: #9e75c6e6;
	color: #fff;
}

#contact_text {
	background: url(images/bgcenter.png) bottom center no-repeat;
}

.home-contact-form {
	background-color: #f2e6fe;
	border-radius: 10px;
	padding: 35px 25px 1px 25px;
}

.home-contact-form .textarea-container {
	margin-bottom: 5px;
}

.home-contact-form textarea {
	height: 45px !important;
	resize: none;
}

.home-contact-form li.gfield input {
	height: 45px;
	width: 100% !important;
}

.home-contact-form input[type='submit'],
input[type='button'] {
	text-align: center !important;
	font-size: 28px !important;
	margin: 8px 0 15px 0;
}

.home-contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100%;
	padding: 0 !important;
}

html[dir='rtl'] .gform_wrapper span.ginput_left,
html[dir='rtl'] .gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
	margin-bottom: 10px;
}

.contact-title.split {
	font-size: 22px;
	color: #6c4293;
	text-align: center;
	padding: 0;
	margin: 0 0 15px 0;
}

.contact-title.split .chunk1 {
	display: block;
	font-size: 40px;
}

.image-owner {
	position: relative;
}

.image-owner img {
	border-radius: 50%;
}

.image-owner .mask {
	display: block;
	position: absolute;
	z-index: 3;
	left: -10px;
	top: 17px;
}

#section-anxiety {
	background-color: #5cc0e1;
	padding: 60px 0;
}

#section-anxiety img {
	border-radius: 10px;
}

#section-anxiety .box-text {}

#section-anxiety .box-image {}

.btn-white {
	color: #5cc0e1;
	background: #fff;
	font-size: 24px;
	border-radius: 20px;
	padding: 5px 20px;
}

#section-anxiety .text {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 40px 0px;
}

#section-anxiety h3 {
	font-size: 40px;
	margin: 20px 0;
	color: #fff;
	font-weight: 500;
}

#section-couple {
	background-color: #9466c0;
	padding: 60px 0;
}

#section-couple img {
	border-radius: 10px;
}

#section-couple .btn-white {
	color: #9466c0;
}

#section-couple .text {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 40px 0px;
}

#section-couple h3 {
	font-size: 40px;
	margin: 20px 0;
	color: #fff;
	font-weight: 500;
}

#testimonials {
	background: #f2e6fe;
	padding: 80px 0;
}

.testi-text {
	font-size: 26px;
	line-height: 30px;
	background: #e4d3f5;
	padding: 40px;
	border-radius: 15px;
	position: relative;
}

.testi-text .q1 {
	position: absolute;
	top: -20px;
	z-index: 111;
}

.testi-title {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	padding-right: 12px;
}

.testi-item {
	margin-left: 25px;

	padding: 20px 0;
}

#testimonials .slick-prev:after,
#testimonials .slick-next:after {
	color: #ccb3e5;
	font-size: 40px;
}

.title-testi {
	text-align: center;
	color: #6c4293;
	font-size: 40px;
	font-weight: 600;
}

#home-contact-details {
	background: url(images/home-wave-bg.png) center bottom no-repeat;
	min-height: 372px;
	padding-top: 11rem;
}

#home-contact-details .office-name {
	width: 153px;
	height: 153px;
	background: #3faed2;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 26px;
	padding: 37px 0 0 0;
}

.office-name.split .chunk2 {
	display: block;
	font-size: 40px;
	padding: 0;
	line-height: 27px;
}

#home-contact-details .office-details ul {
	margin-top: 12px;
}

#home-contact-details .office-details ul li {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

#home-contact-details .office-details ul li .icon {
	vertical-align: middle;
	margin-left: 8px;
}

#home-contact-details .details-row {}

.flex-align-center {
	align-items: center;
	justify-content: center;
}

.flex-align-end {
	align-items: stretch;
}

#contact-line textarea {
	height: 48px;
	resize: none;
}

.post-header {
	color: #797080;
	font-size: 18px;
}

.post-header .date-modified,
.post-header .author {
	color: #5cc0e1;
	font-weight: 600;
}

.post-header .image img {
	border-radius: 50%;
}

.post-header .devider {
	color: #e9e9ea;
}

.post-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 68px;
	border-bottom: 1px solid #e9e9ea;
}

.post-header ul li {
	list-style: none;
	float: right;
	margin-left: 20px;
}

#map-section {
	position: relative;
}

#map-section .map-box {
	border-left: 5px solid #fff;
}

#map-section .mask {
	position: absolute;
	z-index: 10;
	width: 100%;
	background: url(images/contact_wave_02.png) no-repeat center top;
	height: 157px;
}

#map-section .acf-map {}

.contact-offices {}

.contact-offices .office-details {
	border: 1px solid #d9e5e9;
	border-radius: 10px;
	padding: 22px 70px 38px 15px;
	color: #6c4293;
	font-size: 24px;
}

.contact-offices .office-details li {
	margin-bottom: 10px;
}

.contact-offices .office-details li a {
	color: #6c4293;
}

.contact-offices .office-details .icon {
	vertical-align: middle;
}

#wa-msg {
	position: fixed;
	right: 15px;
	bottom: 70px;

}

.social-icons {
	text-align: center;
	padding: 1.5rem 0;
	width: 236px;
	float: left;
	font-size: 30px;
	color: #9462c3;
}

.social-icons i {
	color: #9462c3;
}

.gfield--type-honeypot {
	display: none !important;
}